.contacts {
    padding-top: 24px;
    padding-bottom: 80px;
}
.contacts__main__title {
    margin-bottom: 24px;
    font-size: 34px;
    font-weight: 600;
    line-height: 45px;
}
.contacts__main__subtitle {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}
.contacts__main .nav-pills {
    gap: 8px;
    margin: 32px 0;
}
.contacts__main .nav-link {
    padding: 10px 24px;
    border-radius: 24px !important;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    background: none !important;
    border: 1px solid #a03eff !important;
    color: #a03eff !important;
    font-weight: 400;
}
.contacts__main .nav-link.active {
    background: #a03eff !important;
    color: white !important;
}
.contacts__cities-address__info__title {
	margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
.contacts__cities-address__info__subtitle {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.contacts__cities-address__info__text {
    margin-bottom: 16px;
}
.contacts__cities-address__info__text a {
    color: #161513;
}
.contacts__cities-address__map {
    border-radius: 32px;
    overflow: hidden;
    height: 100%;
}
.contacts .form {
    padding: 24px;
    border-radius: 15px;
    border: 1px solid rgba(22, 21, 19, 0.1019607843);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contacts .form__desktop {
    margin-top: 40px;
}
.contacts .form__mobile {
    display: none;
}
.contacts .form__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}
.contacts .form__line {
    display: flex;
    gap: 20px;
    width: 100%;
}
.contacts .form__input {
    flex-grow: 1;
    width: 0px;
    padding: 10px 24px;
    border: 1px solid rgba(22, 21, 19, 0.1019607843);
    border-radius: 15px;
    background: rgba(136, 136, 136, 0.04);
}
.contacts .form__input:focus {
    border: 1px solid #a03eff;
}
.contacts .form__input:focus-visible {
    outline: none;
    border: 1px solid #a03eff;
}
.contacts .form__input__comment {
    height: 110px;
}
.contacts .form button {
    width: 100%;
}

.ymaps-2-1-79-ground-pane {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
/* Chrome 19+ & Safari 6+ */
filter: grayscale(100%);
}

@media screen and (max-width: 992px) {
    .contacts .form__line {
        flex-direction: column;
    }
    .contacts .form__input {
        width: auto;
    }
}
@media screen and (max-width: 768px) {
    .contacts {
        padding-top: 16px;
        padding-bottom: 32px;
    }
    .contacts .form__desktop {
        display: none;
    }
    .contacts .form__mobile {
        display: flex;
    }
    .contacts__cities-address__map {
        margin: 24px 0 32px;
        height: 440px;
    }
}
@media screen and (max-width: 576px) {
    .contacts__main {
        margin-top: 32px;
    }
    .contacts__main__title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
}