@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kumbh+Sans:wght,YOPQ@100..900,300&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital@0;1&family=Mitr:wght@200;300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Permanent+Marker&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Signika:wght@300..700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style-type: none;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.container {
    max-width: 1400px;
    margin: 20px auto;
}

.delivery-points .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.delivery-points__title {
    font-size: 1.5rem;
    font-weight: 600;
    font-weight: 500;
}

.delivery-points__filter {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.delivery-points__filter__link:first-child {
    font-size: 1rem;
    color: #000;
    cursor: pointer;
}

.delivery-points__filter__link:last-child {
    font-size: 1rem;
    color: #777;
    cursor: pointer;
}

.delivery-points__filter__link:last-child:hover {
    transition: all 0.3s ease;
    color: #000;
}

.container__right {
    width: 74%;
    padding: 25px 0 0 25px;
    border: 1px solid #e0e0e0;
}

.container__right div.active {
    display: block;
}

.delivery-points__locations {
    width: 100%;
    display: none;
}

.delivery-points__locations__title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.delivery-points__locations__numbers {
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 10px;
}

.delivery-points__locations__div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.delivery-points__locations__list {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

.delivery-points__locations__list__title {
    font-size: 0.75rem;
    font-weight: 500;
    color: #000;
    line-height: 0;
}

.delivery-points__locations__lists {
    width: 100%;
    padding: 15px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 1rem;
    border: none;
    border-radius: 15px;
    background: #1001;
    color: #333;
    letter-spacing: 1px;
}

.delivery-points__locations__list__cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 450px;
}

.delivery-points__locations__list__card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
    padding-right: 10px;
}

.delivery-points__locations__list__card__title {
    font-size: 1.3rem;
    color: #000;
}

.delivery-points__locations__list__card__info {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.delivery-points__locations__list__card__info div{
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #000;
}

.delivery-points__locations__list__card__info div img {
    width: 100%;
}

.delivery-points__locations__list__card__info p {
    font-size: 1.05rem;
    color: #777;
}

.delivery-points__locations__list__card__info table {
    width: 80%;
}

.delivery-points__locations__list__card__info table tr td:first-child {
    font-size: 1.05rem;
    color: #777;
}

.delivery-points__locations__list__card__info table tr td:last-child {
    font-size: 1.1rem;
    color: #444;
}

.delivery-points__locations__map {
    width: 60%;
    height: 570px;
}

.delivery-points__locations__map iframe {
    width: 100%;
    height: 100%;
}

.vakansiya {
    width: 70%;
    display: none;
    padding-bottom: 20px;
}

.vakansiya__title {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.vakansiya__text {
    font-size: 1.05rem;
    color: #000;
}

.vakansiya__text a {
    font-size: 1rem;
    color: #777;
    text-decoration: underline;
}

.vakansiya__text a:hover {
    color: #000;
    transition: all 0.2s ease;
}

.vakansiya__actions {
    margin: 40px 0;
}

.vakansiya__button {
    padding: 10px;
    border-radius: 10px;
    font-size: 1rem;
    letter-spacing: 0.7px;
    transition: all 0.3s ease;
}

.vakansiya__actions .vakansiya__button:first-child {
    background: #662afc;
    color: #fff;
}

.vakansiya__actions .vakansiya__button:first-child:hover {
    background: #7744f6;
    transition: all 0.2s ease;
}

.vakansiya__actions .vakansiya__button:last-child {
    background: #1001;
    color: #000;
}

.vakansiya__actions .vakansiya__button:last-child:hover {
    background: #1003;
    transition: all 0.2s ease;
}