#city_map .gm-style-iw {
    background-color: #222936 !important;
    border-radius: 20px !important;
}

#city_map .gm-style-iw button {
    display: none !important;
}

#city_map .gm-style-iw .gm-style-iw-d > div {
    font-family: Nunito !important;
    color: #fff !important;
}

#city_map .gm-style-iw-tc::after {
    background-color: #222936 !important;
}

.hidd {
    display: none !important;
}

.filter-item__content .radio {
    margin: 0;
}

.filter-item__content .radio__text {
    font-size: 1.6rem;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: .02em;
    padding: 1.55rem 2.4rem;
    background-color: inherit;
    color: var(--text);
    border: none;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.filter-item__content .radio__input:checked ~ .radio__text {
    background-color: rgba(242,190,60,.2);
    border: 1px solid #f2be3c;
}

#swiper-tmp {
    display: none;
}
/*
#contact_map .ymaps-layers-pane {
    filter: invert(100%);
    -ms-filter: invert(100%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
}

#city_map .ymaps-layers-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
*/

#agreement {
    padding-top: 15.5rem;
    padding-bottom: 14rem;
}

#agreement h1 {
    margin-bottom: 5rem;
    font-size: 3.8rem;
    text-align: center;
    font-family: Nunito; 
}

#agreement h2 {
    font-family: Nunito; 
    margin-bottom: 1.5rem;
}

#agreement p,
#agreement li {
    text-align: justify;
    font-size: 1.6rem;
    line-height: 150%;
    font-weight: 300;
    letter-spacing: .02em;
    margin-bottom: 1.5rem;
}

#agreement a {
    text-decoration: underline;
}


@media (max-width: 576px) {
    #agreement h1 {
        font-size: 2.8rem;
    }
}

.chbox__agree-label {
    font-weight: 300;
}

.chbox__agree-label a {
    text-decoration: underline;
}

.chbox__agree-label a:hover {
    text-decoration: none;
}

.chbox__agree-input {
    width: 1.8rem;
    height: 1.8rem;
    appearance: auto;
    margin-right: 0.7rem;
}


@media (max-width: 576px) {
    .chbox__agree-label {
        display: flex;
        align-items: center;
    }

}

.contact__wrap * {
    color: #97004f !important;
    font-weight: 400 !important;
}

