/* .mobile_regions {
    display: none;
} */
.mobileheader-v2__regions .mobile_regions > ul > li {
    margin-left: 10px;
    width: max-content;
    position: relative;
}
.mobileheader-v2__regions .mobile_regions > ul > li::after {
    content: "‹";
    transform: rotate(270deg);
    color: white;
    font-size: 22px;
    display: inline-block;
    line-height: 1;
    margin-left: 2px;
    position: relative;
    top: 3px;
}
.mobileheader-v2__regions .mobile_regions > ul > .openRegionsArrow::after {
    transform: rotate(90deg);
    left: 3px;
}
.mobileheader-v2__regions .mobile_regions > ul > li > .dropdown {
    display: none;
    position: absolute;
    margin: 0;
    background-color: white;
    z-index: 6;
    overflow-y: scroll;
    height: 350px;
}
.mobileheader-v2__regions .mobile_regions > ul > li > .dropdown li a {
    color: black;
    font-weight: 400;
}
.mobileheader-v2__regions .mobile_regions > ul > li > .dropdown .menu_back {
    display: none;
}
.mobileheader-v2__regions .mobile_regions > ul > li > .dropdown .menu_title {
    display: none;
}
.mobileheader-v2__regions .mobile_regions > ul > li > .dropdown.openRegions {
    display: block;
}
.mobile_regions .svg-inline-region_arrow {
    display: none;
}
.mobileheader-v2 .mobile_regions > ul {
    margin: 20px 0 36px;
}
#mobileheader .mobileheader-v2 .burger i {
    top: 46%;
}
#mobileheader .basket-link .js-basket-block svg {
    width: 30px;
    height: 30px;
}
#mobileheader .basket-link .js-basket-block i {
    top: 6px;
}
#mobileheader .auth_wr_inner svg {
    width: 23px;
    height: 23px;
}
#mobileheader .auth_wr_inner i {
    top: 3px;
}
.mobileheader-v2 .burger i svg {
    width: 23px;
    height: 23px;
}
.mobileheader-v2 .mobile_regions .dark-color {
    color: white;
    font-weight: 600;
    text-shadow: none;
}
.mobileheader-v2 .mobile_regions .dark-color .arrow {
    display: none;
}
.mobileheader_bottom {
    display: none;
}
@media (max-width: 768px) {
    .mobileheader_bottom {
        display: block;
    }
}
.site_s1 .mobileheader_bottom {
    padding-left: 15px;
    padding-right: 15px;
    margin: 25px 0 0;
    z-index: 5;
}
.mobileheader_block {
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 2em;
}
.mobileheader_block__phone {
    position: relative;
}
.mobileheader_block__phone .top-btn {
    display: none;
}
.mobileheader_block__phone .more_phone.title {
    display: none;
}
.mobileheader_block__logo img {
    width: 100%;
}
.mobileheader_block__callback {
    color: black;
    font-size: 12px;
    padding: 7px 30px;
    border: 1px solid rgb(189, 189, 189);
    border-radius: 5px;
    width: max-content;
    margin-top: 7px;
}
.mobileheader_block__phone .wrap > :last-child {
    display: none;
}
.openPhones {
    display: block !important;
}
.arrowTransform {
    transform: rotate(90deg) !important;
    right: 10px !important;
}
.more_phone span {
    display: block;
    color: gray;
    font-size: 13px;
    width: max-content;
    line-height: 1;
}
.mobileheader_search {
    max-width: 370px;
    width: 100%;
}
.mobileheader_search form .search-input {
    line-height: 1;
    font-size: 15px;
    color: black;
    background-color: rgb(247, 252, 253);
    border-radius: 0;
    padding: 0 70px 1px 14px;
}
.mobileheader_search form .search-button-div .btn {
    border: 1px solid #ececec;
    background-color: rgb(247, 252, 253);
    border-left: none;
    padding-top: 8px;
    padding-bottom: 7px;
}
.mobileheader_search form .search-button-div .btn i svg path {
    fill: gray;
}
#main .catalog_detail .counter_wrapp.fixed {
    position: static!important;
}
body footer #bx-composite-banner {
    margin: 8px 0 -7px 40px;
}
@media (min-width: 991px) {
    body .top_big_banners.short_block.v2 .top_slider_wrapp .flexslider .banner_title .head-title {
        font-size: 1.8333em;
    }
}
