.address_ckeckbox {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 28px;
    cursor: pointer;
}
.address_ckeckbox-check input {
    display: none;
}
.address_ckeckbox-check span {
    border-radius: 3px;
    border: 1px solid #121132;
    width: 26px;
    height: 26px;
    display: block;
    margin-right: 9px;
    position: relative;
    cursor: pointer;
}
.address_ckeckbox-check input:checked + span::before {
    position: absolute;
    content: "";
    background-image: url(/local/images/address_check.svg);
    background-size: cover;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.address_ckeckbox-text {
    color: #131132;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
}
.address_ckeckbox-check input:not(:checked) + span {
    background-color: unset !important;
}
.buy_tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px
}
.buy_tab {
    width: 290px;
    height: 64px;
    color: #131132;
    text-align: center;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 25px;
    line-height: 22px;
    border-bottom: 2px solid #C3C1E2;
}
.buy_tab.active {
    border-bottom: 2px solid #121132;
}
.buy_title {
    color: #131132;
    font-weight: 700;
    font-size: 80px;
    margin-bottom: 50px;
}
#contactmap {
    box-shadow: 4px 4px 6px 0px #15295740, -4px -4px 4px 0px #FFFFFF99;
}
.buy_tabs_select {
    display: none;
}
.address_left_city::before {
    position: absolute;
    content: "";
    background-image: url(/imgs/city_pin.svg);
    background-size: cover;
    width: 20px;
    height: 24px;
    left: 0;
    top: calc(50% - 12px);
}
@media (max-width: 998px) {
    .buy_tabs_select {
        display: block;
        border: 2px solid #121132;
        font-size: 16px;
        color: #121132;
        border-radius: 20px;
        padding: 8px 10px;
        width: 100%;
        text-align: center;
        height: 40px;
        text-align-last:center;
        font-weight: bold;
        background: url(/imgs/arrow_dropdown.svg) no-repeat center right 20px;
        -webkit-appearance: none;
        background-color: #e6e6f4;
    }
    .address_left_city {
        padding: 10px 30px;
        font-size: 16px;
    }
    .address_left_city a {
        font-size: 16px;
    }
    .buy_title::before, .buy_content::before {
        content: none;
    }
    .buy_tabs {
        display: none;
    }
    .address_left {
        width: 100%;
        order: 1 !important;
        margin-top: 0 !important;;
    }
    .buy_title {
        font-size: 33px;
        line-height: 36px;
        margin-bottom: 0;
    }
    .buy {
        padding-top: 110px;
    }
}

@media (max-width: 575px) {
    .popup-city {
        position: absolute !important;
        top: 75px;
        left: 0;
        height: 100%;
    }
    .popup-city-list {
        max-height: 100% !important;
    }
}