.district__inner {
    line-height: 0;
}

.form-section.personal-offer .container {
    /*padding-left: clamp(10px, 3vw, 70px);*/
}

.footer-socials__item.tg img {
    position: relative;
    left: -2px;
}

.button-primary {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 600px) {
    .__jivoMobileButton, .jv-mobile {
        display: none !important;
    }

    .map {
        height: 300px;
    }

    .ymaps-2-1-79-controls__control {
        display: block !important;
        inset: 110px 0 auto auto !important;
    }

    .mobile-buttons {
        height: 60px;
    }

    .mobile-buttons__button {
        color: var(--dark);
        background: #a0f0e2;
        font-weight: bold;
        height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .infrastructure__item img {
        transform: scaleX(-1);
    }
}

@media screen and (min-width: 960px) {
    .form__submit {
        max-width: none;
        width: 240px;
    }

    .form__input {
        width: 240px;
    }

    .popup-excurs .form {
        max-width: 620px;
    }

    .popup-excurs .form__input {
        width: 300px;
    }

    .popup-excurs .container .button-primary {
        max-width: none;
        width: 300px;
    }
}
