

/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/des_city_list_popup_reborn/style.css?17587112484554*/
.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.des_changecity_popup .select2-container .select2-selection--single {
    border: 2px solid #063072;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #063072;
}

#cities-button {
    display: none;
}

.popup-content .select2-container--default:last-of-type {
    display: inline-block;
}

#des_changecity_popup .ui-state-active, .ui-widget-content .ui-state-active,
#des_changecity_popup .ui-widget-header .ui-state-active,
#des_changecity_popup a.ui-button:active,
#des_changecity_popup .ui-button:active,
#des_changecity_popup .ui-button.ui-state-active:hover {
    background: unset;
    border: 1px solid black !important;
}

#des_changecity_popup label.ui-button {
    width: 15px;
    padding: 2px;
    border-radius: 20px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#des_changecity_popup .ui-button-text-only span.ui-button-text {
    position: relative;
    padding: 4.5px;
    border-radius: 10px;
}

#des_changecity_popup .ui-state-active.ui-button-text-only span.ui-button-text {
    background: #D11B1D;
}

#des_changecity_popup .ui-radio-label.ui-label-helper {
    position: absolute;
    left: 20px;
    top: -4px;
    text-align: left;
    color: black;
    width: max-content
}

.des_form_popupwin_change_city_reborn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;
}

.popup-conteiner {
    width: 80%;
    padding: 15px;
    border: 1px solid #c7c5c5;
    position: relative;
    border-radius: 8px;
    background: white;
}

.popup-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: bold;
}

.select-city-search {
    margin-bottom: 20px;
    position: relative;
}

.select-city-search img {
    position: absolute;
    width: 60px;
    height: 42px;
    right: 0px;
    background: #063072;
    padding: 5px;
}

.radio-city-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 360px;
}

.radio-city-item[data-id="36"],
.radio-city-item[data-id="35"] {
    font-weight:  bold;
}

.radio-city-item {
    display: flex;
    width: 180px;
    margin-bottom: 16px;
}

.radio-city-item .ui-buttonset label.ui-button {
    width: 25px;
}
.radio-city-item .ui-radio-label.ui-label-helper {
    top: -3px;
}

.des_form_popupwin_change_city_box_inner .select2-container--default{
    width: 100% !important;
}

.close-popup img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.des_form_popupwin_change_city.active {
    display: block;
    position: fixed;
    background: #f1f1f1e0;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
.des_form_popupwin_change_city_box {
    margin-top: 0 !important;
}

.des_form_popupwin_change_city_box_inner {
    position: relative;
     /*padding-left: 0px;*/
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media(max-width: 1461px) {
    .radio-city-items {
        max-height: 490px;;
    }
}
@media(max-width: 800px){
    .radio-city-item {
        width: 170px;
    }
    .radio-city-items {
        max-height: 600px;
    }
}
@media (max-width: 600px) {
    .radio-city-item {
        width: 155px;
    }

    .popup-conteiner {
        padding: 5px;
    }
    .radio-city-items {
        display: none;
    }
    .des_form_popupwin_change_city_box_inner {
        padding: 5px;
    }
}

@media (max-width: 420px) {
    .popup-title {
        font-size: 1.1rem;
        text-align: center;
    }
}
/* 
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 60px;
    height: 100%;
    position: relative;
    display: inline-block;
}


.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
    height: 100%;
    background: #063072;
    background-image: url('/bitrix/templates/.default/components/bitrix/catalog.section.list/des_city_list_popup_reborn/images/magnifiying-glass.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
} */
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/des_city_list_popup_reborn/style.css?17587112484554 */
