/*header_adress_popup*/
.item_with_adress_popup {
    position: relative;
    min-height: 25px;
}
.item_with_adress_popup .wrap_adress_popup_first {
    position: absolute;
    top: -4px;
    left: 0;
    padding-top: 38px;
    z-index: 100;
}
.item_with_adress_popup .adress_popup_first {
    position: relative;
    width: 440px;
    text-align: left;
    padding: 24px 24px 37px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.item_with_adress_popup .adress_popup_first:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 14px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.adress_popup_first .adress_popup_first__close {
    display: none;
    position: absolute;
    top: -36px;
    right: 5px;
    cursor: pointer;
}
.adress_popup_first .adress_popup_first__close span:before {
    font-size: 24px;
}


.other_adress .other_adress__title {
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.other_adress .ul_radio_map {
    max-height: 360px;
    overflow-y: auto;
}
.other_adress .ul_radio_map li {
    margin-bottom: 15px;
}
.other_adress .ul_radio_map li:last-child {
    margin-bottom: 0;
}
.other_adress .ul_radio_map .radio_btn {
    top: 1px;
}
.other_adress .radio_text__title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 18px;
}

.site_header__adress_popup {
    position: relative;
    cursor: auto;
}
.site_header__adress_popup .btn_adress_popup {
    display: flex;
    align-items: center;
}
.site_header__adress_popup .header_adress_popup {
    border: none;
    display: none;
    min-width: 440px;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    margin-top: 12px;
    padding: 15px;
    z-index: 100;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.site_header__adress_popup .header_adress_popup:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 14px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.adress_popup_main .adress_popup_main__item {
    display: flex;
    align-items: center;
}
.adress_popup_main__item .adress_popup_main__map {
    width: 270px;
    height: 232px;
    overflow: hidden;
}
.adress_popup_main__item .adress_popup_main__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 320px;
    min-height: 232px;
    padding-left: 24px;
}
.adress_popup_main__body .adress_popup_main__body__title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 23px;
}
.adress_popup_main__body .adress_popup_main__body__address {
    margin-bottom: 23px;
}
.adress_popup_main__body .adress_popup_main__body__phone {
    margin-bottom: 9px;
}
.adress_popup_main__body .adress_popup_main__body__address,
.adress_popup_main__body .adress_popup_main__body__phone,
.adress_popup_main__body .adress_popup_main__body__time {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}
.adress_popup_main__body .adress_popup_main__body__phone .site_link {
    font-weight: normal;
}
.adress_popup_main__body .adress_popup_main__body__btn {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin-top: 23px;
    min-height: 40px;
}
.adress_popup_main__body__btn .link_other_shop {
    font-size: 11px;
    line-height: 13px;
}
.adress_popup_main__body__btn .btn_save_adress_popup_main {
    width: 122px;
}
.adress_popup_main .other_adress {
    display: none;
}

.other_adress .other_adress__collapse {
    display: flex;
    padding: 21px 13px 21px 19px;
}
.other_adress__collapse .other_adress__collapse_choice {
    border-right: 1px solid;
    width: 239px;
    max-height: 192px;
    min-height: 192px;
    overflow-y: auto;
    padding-right: 39px;
}
.other_adress__collapse .other_adress__collapse_result {
    width: 319px;
    max-height: 192px;
    min-height: 192px;
    overflow-y: auto; 
    padding-left: 36px;
}
.other_adress__collapse_choice .other_adress__collapse_choice_item {
    min-width: 200px;
    margin-bottom: 20px;
}
.other_adress__collapse_choice .other_adress__collapse_choice_item:last-child {
    margin-bottom: 0;
}
.other_adress__collapse .other_adress__collapse_title {
    display: flex;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}
.other_adress__collapse.with_region .other_adress__collapse_title:after {
    content: "\e922";
    font-family: 'iconewwssync' !important;
    position: absolute;
    top: 50%;
    left: 100%;
    font-size: 15px;
    height: 20px;
    margin-top: -10px;
    font-weight: normal;
    transform: rotate(0deg);
    transition: transform .2s linear;
}
.other_adress__collapse.with_region .other_adress__collapse_title.collapsed:after {
    transform: rotate(-90deg);
}
.other_adress__collapse .other_adress__collapse_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.other_adress__collapse.with_region .other_adress__collapse_content {
    padding-top: 12px;
    padding-left: 5px;
}
.other_adress__collapse .other_adress__collapse_content > a {
    margin-bottom: 13px;
}
.other_adress__collapse .other_adress__collapse_content > a {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}
.other_adress__collapse.with_region .other_adress__collapse_content > a {
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
}
.other_adress__collapse .other_adress__collapse_content > a:last-of-type {
    margin-bottom: 0;
}
.other_adress__collapse a.active,
.other_adress__collapse .site_link.active {
    text-decoration: underline;
}
.other_adress__collapse_result .other_adress__collapse_result_item .site_link {
    display: flex;
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 13px;
    cursor: pointer;
}
/*END header_adress_popup*/
.header-balance_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    cursor: pointer;
    transition: all .3s linear;
    font-size: 14px;
}
.header-balance_wrapper:hover {
    color:#7DB455;
}
.header-balance {
    position: relative;
    min-width: 110px;
}
.header-balance .dropdown-menu {
    width: 320px;
    padding: 20px 15px;
    border-radius: 8px;
    margin-top: 10px;
    left: -50%;
}
.header-balance__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color:#3F3F3F;
    font-weight: 400;
    font-size: 14px;
}
.header-balance__item:not(:last-child) {
    margin-bottom: 20px;
}
.header-balance__item span {
    font-size: 15px;
    font-weight: 700;
}
.header-balance__item.mydebt {
   color: #A82323;
}
@media only screen and (max-width : 1359px) {
    /*header_adress_popup*/
        .site_header__adress_popup__title {
            font-size: 13px;
            max-width: 290px;
        }
    /*END header_adress_popup*/
}

@media only screen and (max-width : 999px) {
    /*header_adress_popup*/
        .site_header__adress_popup__title {
            max-width: 169px;
        }
        .adress_popup_main__item .adress_popup_main__body {
            width: 358px;
        }
    /*END header_adress_popup*/
    .header-balance_wrapper {
        font-size: 12px;
    }
    .header-balance .dropdown-menu {
        left: -220px;
    }
}
@media only screen and (min-width : 768px) {
    .item_with_adress_popup .wrap_adress_popup_first {
        display: none;
    }
}
@media only screen and (max-width : 767px) {
    /*header_adress_popup*/
        body.mob_fon_popup_map {
            position: fixed;
            overflow: hidden;
            width: 100%;
            height: 100vh;
        }
        .item_with_adress_popup .wrap_adress_popup_first {
            background: rgba(0,0,0,0.65);
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none;
            overflow-y: auto;
            padding: 0 10px;
            z-index: 1050;
        }
        .item_with_adress_popup .wrap_adress_popup_first.active {
            display: flex;
        }
        .item_with_adress_popup .adress_popup_first {
            max-width: 440px;
            width: 100%;
            margin: 48px auto auto;
        }
        .item_with_adress_popup .adress_popup_first:before {
            display: none;
        }
        .adress_popup_first .adress_popup_first__close {
            display: block;
        }
        .other_adress .other_adress__title {
            font-size: 14px;
        }

        .other_adress .ul_radio_map {
            overflow: visible;
            max-height: none;
        }

        .other_adress.adress_popup_mob .other_adress__collapse {
            padding: 0;
        }
        .adress_popup_mob .other_adress__collapse .other_adress__collapse_choice {
            border: none;
            width: 100%;
            min-height: 0;
            max-height: 400px;
            padding-right: 25px;
            padding-left: 0;
        }
        .adress_popup_mob .other_adress__collapse_result_item {
            padding-left: 10px;
        }
        .adress_popup_mob .other_adress__collapse_result .other_adress__collapse_result_item .site_link {
            margin-bottom: 15px;
            cursor: pointer;
        }
        .adress_popup_mob .with_region .other_adress__collapse_result .other_adress__collapse_result_item .site_link {
            font-size: 12px;
            line-height: 16px;
        }
        .adress_popup_mob .other_adress__collapse_result .other_adress__collapse_result_item .site_link:last-child {
            margin-bottom: 20px;
        }
        .adress_popup_mob .other_adress__collapse_result_item:last-child span.site_link:first-child {
            margin-top: 13px;
        }
        .adress_popup_mob .other_adress__collapse_result_item:last-child span.site_link:last-child {
            margin-bottom: 0;
        }

        .adress_popup_mob .adress_popup_mob_btn {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 38px;
        }
        .adress_popup_mob_btn .btn_adress_popup_mob {
            width: 122px;
        }
    /*END header_adress_popup*/
}
.site_header__adress_popup .btn_adress_popup {
    display: flex;
    align-items: center;
}
.icon-uil-angle-right:before {
    content: "\e924";
    color: #a3a3a5;
}
.region_name{
    text-decoration: underline;
}
.adress_popup_main .adress_popup_main__item{
    display: none;
}
.branch_detail_change .item_with_adress_popup .wrap_adress_popup_first {
    background: rgba(0,0,0,0.65);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    overflow-y: auto;
    padding: 0 10px;
    z-index: 1050;
}
.branch_detail_change  .item_with_adress_popup .adress_popup_first {
    max-width: 440px;
    width: 100%;
    margin: auto;
}
.branch_detail_change .adress_popup_first .adress_popup_first__close {
    display: block;
}
.branch_detail_change .adress_popup_mob .adress_popup_mob_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 38px;
}
.branch_detail_change .adress_popup_mob .other_adress__collapse .other_adress__collapse_choice {
    border: none;
    width: 100%;
    min-height: 0;
    max-height: 400px;
    padding-right: 25px;
    padding-left: 0;
}
.branch_detail_change .other_adress.adress_popup_mob .other_adress__collapse {
    padding: 0;
}
.branch_detail_change .item_with_adress_popup .adress_popup_first:before{
    content: none;
}
.branch_detail_change .adress_popup_mob .other_adress__collapse_result_item {
    padding-left: 10px;
}
.branch_detail_change .adress_popup_mob .other_adress__collapse_result_item:last-child span.site_link:first-child {
    margin-top: 13px;
}
.dropdown-menu .wrap_adress_popup_first {
    display: none;
}
.main_chain_stores__contact__time{
    display: flex;
}
.contact_page__contact .contact_page__contact .contact_page__contact__item{
    height: auto;
}