/* mobile-menu-redesign start */
.mobile-menu-fixed,
.mobile-menu-content,
.mobile-menu-content-per{
    display: none;
}
.mobile-menu-content__perconal{
display: none;
}
@media (max-width: 768px) {
    .mobile-menu-content,
	.mobile-menu-content-per{
        display: block;
    }
    .mobile-menu-fixed{
        display: block;
        position: fixed;
        z-index: 60;
        width: 100%;
        bottom: -1px;
        left: 0;
        height: 62px;
    }

    .mobile-menu-fixed.mobile-menu-fixed--new {
        height: 60px;
    }

     .mobile-menu-fixed.mobile-menu-fixed--new .mobile-menu-fixed__container {
        height: 100%;
     }

    .mobile-menu-fixed__container {
        background: #fff;
        padding: 8px 15px;
        border-top: 1px solid #EAEAEA;
    }

    .mobile-menu-fixed__nav-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-menu-fixed.mobile-menu-fixed--new .mobile-menu-fixed__nav-list {
        height: 100%;
    }

    .mobile-menu-fixed__nav-item a {
        display: block;
    }

    .mobile-menu-fixed__nav-item-ico--main {
        background: url(/local/templates/arfashion/img/icons/mob-menu/AR.svg);
    }

    .mobile-menu-fixed__nav-item-ico--catalog{
        background: url(/local/templates/arfashion/img/icons/mob-menu/catalog.svg);
    }

    .mobile-menu-fixed__nav-item-ico--cart{
        background: url(/local/templates/arfashion/img/icons/mob-menu/cart.svg);
        position: relative;
    }

    .mobile-menu-fixed__nav-item-ico--profile{
        background: url(/local/templates/arfashion/img/icons/mob-menu/profile.svg);
    }

    .mobile-menu-fixed__nav-item--active .mobile-menu-fixed__nav-item-ico--catalog{
        background: url(/local/templates/arfashion/img/icons/mob-menu/catalog-active.svg);
        background-position-x: -1px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .mobile-menu-fixed__nav-item--active .mobile-menu-fixed__nav-item-ico--profile{
        background: url(/local/templates/arfashion/img/icons/mob-menu/profile-active.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .mobile-menu-fixed__cart-counter {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #A3223D;
        color: #fff;
        top: -4px;
        right: -7px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu-fixed__nav-item-ico {
        width: 24px;
        height: 24px;
        margin: 0 auto 4px auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .mobile-menu-fixed__nav-item-text {
        font-size: 13px;
        font-weight: 400;
    }

    .mobile-menu-fixed.mobile-menu-fixed--new .mobile-menu-fixed__nav-item-text{
        color: rgba(78, 81, 88, 1);
    }

    .mobile-menu-fixed__nav-item--active  .mobile-menu-fixed__nav-item-text {
        color: #002B70;
        font-weight: 500;
    }

    .mobile-menu-content__container {
        position: fixed;
        top: 52px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 52px);
        background: #fff;
        transition: 0.3s;
        z-index: 10;
        overflow-y: auto;
        padding: 0 0 80px 0;

        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-menu-content.mobile-menu-content--opened .mobile-menu-content__container,
	.mobile-menu-content-per.mobile-menu-content--opened .mobile-menu-content__container{
        left: 0%;
    }

    .mobile-menu-content__title {
        font-family: 'Trivia Slab', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        padding: 10px 0;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #EAEAEA;
    }

    .mobile-menu-content__close-cross {
        position: absolute;
        width: 23px;
        height: 23px;
        top:10px;
        right: 10px;
    }
    
    .mobile-menu-content__close-cross::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1.5px;
        background: #A6A6A6;
        transform: rotate(45deg);
        top: 10px;
    }

    .mobile-menu-content__close-cross::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 1.5px;
        background: #A6A6A6;
        transform: rotate(135deg);
        top: 10px;
    }

    .mobile-menu-content__info {
        /* height: calc(100vh - 244px); */
    }

    .mobile-menu-content__tabs-list {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        padding: 0px 15px;
        margin: 20px 0 0 0;
    }

    .mobile-menu-content__tabs-item {
        color: #4E5158;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        max-width: 108px;
        width: 100%;
        border-radius: 3px;
        text-align: left;
        text-transform: uppercase;
        margin: 0 20px 0 0;
        padding: 8px 0;
    }

    .mobile-menu-content__tabs-item:last-child {
        margin: 0;
    }

    .mobile-menu-content__tabs-item--active {
        color: #002B70;
    }


    .mobile-menu-content__tabs-item--active span {
        position: relative;
    }
  
    .mobile-menu-content__tabs-item--active span::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -2px;
        left: 0;
        background: #002B70;
    }

    .mobile-menu-content__bottom {
        margin: 40px 0 0 0;
    }

    .mobile-menu-content__favorite,
    .mobile-menu-content__shops,
    .mobile-menu-content__tel {
        padding: 0 15px;
        color: rgb(0, 0, 0);
        font-family: 'Open Sans';
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .mobile-menu-content__favorite,
    .mobile-menu-content__shops {
        margin: 0 0 20px 0;
    }

    .mobile-menu-content__favorite a,
    .mobile-menu-content__shops a {
        padding: 0 0 0 40px;
        position: relative;
        display: block;
    }

    .mobile-menu-content__favorite a::before{
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top:0;
        left:0;
        background: url(/local/templates/arfashion/img/icons/mob-menu/fav.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .mobile-menu-content__shops a::before{
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        top:0;
        left:0;
        background: url(/local/templates/arfashion/img/icons/mob-menu/shop.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .mobile-menu-content__tabs-content,
	.mobile-menu-content__per-content{
        padding: 20px 15px 60px 15px;
        /* height: calc(100vh - 298px); */
        /* overflow: scroll; */
    }

    .mobile-menu-content__tab-content {
        display: none;
    }

    .mobile-menu-content__tab-content--active {
        display: block;
    }
    
    .mobile-menu-content__cat-link {
        display: flex;
        align-items: center;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 16px;
        color: #4E5158;
        position: relative;
    }

    .mobile-menu-content__cat-link::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        right: 0;
        background: url(/local/templates/arfashion/components/bitrix/menu/header_mobile/arrow.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .mobile-menu-content__cat-item--static .mobile-menu-content__cat-text {
        color: #1A2A4A;
    }

    .mobile-menu-content__bottom .mobile-menu-content__cat-text {
        color: #4E5158;
    }

    .mobile-menu-content__cat-item--static .mobile-menu-content__cat-link::after,
    .mobile-menu-content__cat-item--alt .mobile-menu-content__cat-link::after{
       display: none;
    }

    .mobile-menu-content__cat-img {
        width: 120px;
        height: 70px;
        object-fit: cover;
        border-radius: 3px;
        margin: 0 20px 0 0;
    }

    .mobile-menu-content__cat-text {
        color: #4E5158;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }

    .mobile-menu-content__cat-item {
        margin: 0 0 12px 0;
    }

    .mobile-menu-content__cat-item:last-child {
        margin: 0;
    }

    .imb {
        margin: 0 0 20px 0;
    }

    .imt {
        margin: 40px 0 12px 0;
    }

    .mobile-menu-content__block-title {
        color: #4E5158;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 8px 0;
    }

    .mobile-menu-content__block-text {
        color: #4E5158;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin: 0 0 8px 0;
        text-transform: uppercase;
    }

    .mobile-menu-content__block-contact a {
        color: #1A2A4A;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
    }

    .mobile-menu-content__contact-block {
        margin: 0 0 24px 0;
    }

    .mobile-menu-content__block-social {
        margin: 8px 0 0 0;
    }

    .mobile-menu-content__block-social a:first-child {
        margin: 0 10px 0 0;
    }

    .mobile-menu-content__app-links a {
        margin: 0 16px 0 0;
    }

     .mobile-menu-content__app-links a:last-child {
        margin: 0;
    }

    .mobile-menu-content__app-block {
        margin: 0 0 24px 0;
    }

     .mobile-menu-content__app-block-title {
        color: #1A2A4A;
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
        margin: 0 0 8px 0;
     }

    .mobile-menu-content__app-links {
        margin: 0 0 16px 0;
    }

    .mobile-menu-content__app-block-text {
        color: #4E5158;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .mobile-menu-fixed.mobile-menu-fixed--new .mobile-menu-fixed__nav-item.show-mpb-cart {
        position: relative;
    }

    .mobile-menu-fixed.mobile-menu-fixed--new .mobile-menu-fixed__cart-counter {
        top: -11px;
        right: -2px;
    }

    .mobile-menu-fixed.mobile-menu-fixed--new .mobile-menu-fixed__nav-item.mob-cat-btn {
        position: relative;
    }

    .mobile-menu-fixed.mobile-menu-fixed--new .mobile-menu-fixed__nav-item.mob-cat-btn.mobile-menu-fixed__nav-item--active::before {
       content: "";
       position: absolute;
       top: -22px;
       left: 0;
       width: 100%;
       height: 1px;
       background-color: rgba(26, 42, 74, 1);
    }
} 
.mobile-menu-content__tab-content-sub{
display:none;
}
.mobile-menu-content__tabs-content,
.mobile-menu-content__per-content{
position: relative;
}
.mobile-menu-content__title-back{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #4E5158;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
	display:none;
	cursor: pointer;
    margin: 20px 0 0 0;
}
.mobile-menu-content__title-back img{
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 10px;
    margin-right: 15px;
    position: relative;
    bottom: 1px;
}
.mobile-menu-content__close-cross{
cursor: pointer;
}
.mobile-menu-content__tab-content-sub li {
display: block;
 
}
.mobile-menu-content__tab-content-sub li a,
.mobile-menu-personal__menu li a{
 font-size: 14px;
 font-family: 'Open Sans', sans-serif;
 font-weight: 600;
  line-height: 16px;
  color: #4E5158;
padding-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.show-sub{
*height: calc(100vh - 244px) !important; 
}