.header-wrapper.topmenu-LIGHT,.header-wrapper.topmenu-LIGHT .wrapper_inner{
background: #231f20;
}
.header-v1.title-v1 .line-row {
    border-top: 1px solid #231f20;
   
}
.mega-menu table td.active .wrap>a, .mega-menu table td:not(.search-item):hover .wrap>a {
    color: #ff7bbb;
}
.mega-menu table td .wrap>a {
    color: #a6a5a5;
    
}
.topmenu-LIGHT .mega-menu table .tail{
 
border-bottom: 6px solid #ff7bbb;

}
#mobileheader .mobileheader-v1 {
    background: #231f20;
    border-bottom: 1px solid #231f20;
}
.burger .cls-1 {
    fill: #fff;
    fill-rule: evenodd;
}
.right-icons .sscls-1 {
    fill: #fff;
    fill-rule: evenodd;
}
.top-btn.inline-search-show.phone{
    margin-right: 15px;
    width: 21px;
    height: 21px;
    display: inline-block;
    top: -2px !important;
}
.top-btn.inline-search-show.phone img{
    width: 21px;
    height: 21px;

}
.product-color__span {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 5px;
    position: relative;
    left: 0;
    top: 50%;
    box-shadow: inset 0 1px 2px 0 rgb(0 0 0 / 20%);
    background-size: cover !important;
}
.product-color__span:before {
    background: #6e0d0d00;
    content: '';
    border: 2px solid transparent;
    position: absolute;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    box-sizing: border-box;
}
.variation_block a {
position:relative;
display: inline-block;
    margin-left: 5px;
}
.variation_block a:hover .product-color__span:before {
    border-color: #f6c8c3;
}
.variation_block a:hover .product-color__label {
    opacity: 1;
    visibility: visible;
}
 .product-color__label {
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    bottom: calc(100% + 15px);
    left: 46%;
    max-width: 210px;
    border-radius: 5px;
    background-color: #242424;
    color: #fff;
    padding: 9px 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
    z-index: 1;
}   
.product-color__label:after {
    content: '';
    display: block;
    height: 14px;
    width: 15px;
    background-color: #242424;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.adv_list.small_banners .cat {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap;
    padding-top: 2px;
        justify-content: center;

}
.cat .cat__item {
     width: calc((100% / 4) - (2rem / 4));
      margin-right: 2px;
      margin-bottom: 2px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #f7f7f7;
    height: 309px;
    position: relative;
}

.cat .cat__item:nth-child(4n) {
    margin-right: 0;
}
.cat__item:before {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.cat__item:hover:before {
    -webkit-box-shadow: 0 2px 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 20%);
}
.cat__item .cat__item-link {
    display: block;
    padding-bottom: 15px;
    padding-top: 40px;
}
.cat__drop {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 13px 20px -4px rgb(0 0 0 / 20%);
    box-shadow: 0 13px 20px -4px rgb(0 0 0 / 20%);
    left: 0;
    opacity: 0;
    padding-bottom: 20px;
    position: absolute;
    top: 275px;
    visibility: hidden;
    width: 100%;
}
.cat__sublinks {
    height: auto;
    margin: 0 auto 10px;
    text-align: center;
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    width: 245px;
}
.cat__item:hover {
    z-index: 2;
}
.cat__item:hover .cat__drop {
    opacity: 1;
    visibility: visible;
}
.cat__sublinks {
    height: auto;
    margin: 0 auto 10px;
    text-align: center;
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    width: 245px;
}
.cat__item-link .lazy-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}
.cat__item-link .img-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 170px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 18px;
}
.cat__name {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 18px;
    text-align: center;
}
.cat__item-title {
        margin-top: 0;
    color: #000;
    margin-bottom: 0;
    margin-right: 4px;
    font-size: 16px;
    line-height: 20px;
}
.cat__item-link .img-wrapper img, .cat__item-link .img-wrapper source {
    max-height: 100%;
    max-width: initial;
    mix-blend-mode: darken;
    will-change: opacity;
}
.cat__item-link .img-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 170px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 18px;
}
#main #content .grey_block.small-padding .maxwidth-theme{
    max-width: unset;
        padding: 0;
}
.cat__sublinks-link {
    color: #e83587;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 10px;
}
@media (max-width: 1099px){
.cat .cat__item {
     width: calc((100% / 3) - (2rem / 3));
     
}
.cat .cat__item:nth-child(3n) {
    margin-right: 0;
}
}
@media (max-width:768px){
#mobileheader .right-icons,#mobileheader .right-icons .pull-right{
height: 100%;
}
#mobileheader .js-basket-block .cls-1 {
    fill: #fff;
}
#mobileheader .basket-link .count {
    top: 0px;
   
}
#mobileheader .logo img {
   
    margin-top: 7px;
}
.cat__item:hover .cat__drop {
    
    display: none;
}
#mobileheader .wrap_icon {

    display: flex;
    padding-right: 5px;
    padding-left: 10px;
    align-items: center;
    height: 100%;
}
    .cat__item-link .img-wrapper img, .cat__item-link .img-wrapper source {
        max-height: 100%;
        max-width: 100%;
    }
    .adv_list.small_banners .cat {
        display: flex;
        flex-wrap: wrap;
         display: -webkit-flex; 
    -webkit-flex-wrap: wrap;
    }
    .cat .cat__item {
        height: 280px;
        width: 100%;
    }
}

.top-block-item .phone>a{
  font-size: 18px !important;
}


.roistat-promo-wrap{
opacity:0!important
}

.mega-menu table .dropdown-menu li a{
padding: 7px 29px 7px 19px !important;
}


a[title="iPhone"] {
  font-weight: 700;
}
footer .info.contacts_block_footer{padding-left:0;}
.worktime{
margin-bottom:20px
}

.footer-title{
    font-size: 1.07em;
    text-transform: none;
  color: #222;
    font-weight: 700;
margin-bottom: 10px;
    display: block;
}

.paysistem-block{
display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

