/*ADVANTSHOP*/
@media(max-device-width: 736px) and (min-device-width: 300px){
.address-list-add {
    display: none!important;
}

}

/*RESTOCRM*/

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
*{
    font-family: "Oswald" !important ;
}

a, .link {
    color:#e47323;
}




.menu-general-root-link-text{
    font-size: 16px !important;
}
.cs-bg-6{
   background-color:#e47323 ; 
}
.site-head-search-btn svg path, .cart-mini-main-icon svg path{
    fill:#e47323;
}
.cs-l-2.cs-selected, .cs-l-d-2.cs-selected{
    color:#e47323;
}

.cs-l-2:hover, .cs-l-d-2:hover{
    color:#e47323; 
}

.btn-action, .btn-buy, .btn-confirm{
    border-color: #e47323;
}
.btn-buy, .btn-submit,.btn-action{
    background: #e47323;
}
.btn-buy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 16px;
    font-weight: 400;
}
.btn-buy:after {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(https://static.tildacdn.com/tild3833-3034-4135-b063-653965663733/icon-05.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    margin-left: 5px;
}
.myaccount-page__tabs .tabs-header-item.cs-bg-1 .tabs-header-item-link{
     color:#e47323;
}
.cs-bg-1{
    background:#e47323 ;
}
.cs-l-5, .cs-l-d-5{
    color:#e47323;
}
.cs-l-6, .cs-l-d-6{
    color:#e47323;
}

.site-head-myaccount-block .btn.btn-middle.btn-action.site-head-btn{
    background-color: transparent;
    color: #000;
    border:1px solid  #e47323;
    transition: .3s all ease;
}
.site-head-myaccount-block .btn.btn-middle.btn-action.site-head-btn:hover{
    background-color: #e47323;
    transition: .3s all ease;
    color: #fff;
}


.site-footer-top-level.cs-g-1.cs-t-4, .footer-bottom-level.cs-bg-1{
    background-color: #1D1D1E;
    background-image: none;
}
.site-head-phone-block.site-head-flex > svg{
        display: none;
}
.site-head-phone-block{
    position: relative;
}
.custom-line{
    position: absolute;
    top: 40px;
    left: 0;
    width: 450px;
}
.custom-line__first{
    display: flex;
    flex-wrap: nowrap;
    padding-left: 100px;
}
.custom-line__second{
    width: 285px;
    text-align: right;
    margin-top: -5px;
}
.custom-line__first .custom-phone:before{
    display: none;
}
.custom-line__booking{
   display: flex;
   justify-content: center;
   align-items: center;
    background-color: transparent;
    color: #000;
    border: 1px solid #e47323;
    transition: .3s all ease;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    padding-right:10px;
    border-radius: 1.5rem;
    text-decoration: none !important;
    white-space: nowrap;
    height: 44px;
    margin-left: 15px;
    
}
.custom-line__booking:hover{
    background-color:  #e47323;
    color: #fff;
    transition: .3s all ease;
}
.col-xs-4.site-head__phone-col{
    flex-wrap: nowrap;
    flex-basis: 45%;
    max-width: 45%;
}
.custom-phone{
    color:#1D1D1E;
    text-decoration: none;
    transition: .3s all ease;
     display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.custom-phone:hover{
    color:#e47323;
    text-decoration: none;
    transition: .3s all ease;
   
    
}
.custom-phone:before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(https://static.tildacdn.com/tild6236-6634-4439-a162-363061633339/icon-03.svg);
     background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    margin-right: 10px;
}
.site-head-phone{
    display: flex;
    flex-wrap: nowrap;
    align-items:  center;
}
a.custom-time, a.custom-bonuses{
    display: block;
    width: 22px;
    height: 22px;
    text-decoration: none;
    transition: .3s all ease;
    background-image: url(https://static.tildacdn.com/tild6430-3462-4235-a233-303564666134/icon-02.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    margin-right: 12px;
}
a.custom-bonuses{
     background-image: url(https://static.tildacdn.com/tild3465-3436-4861-a432-626261383236/icon-01.svg);
}
a.custom-time:hover, a.custom-bonuses:hover{
    opacity: .8;
    transition: .3s all ease;
}

.static-block.static-block-email-header a.email{
        font-size: 14px;
}
.site-head-inner{
    position: relative;
}
.site-head-logo{
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
    margin: 0;
}
/*.menu-general-block{*/
/* padding: 0;   */
/*}*/

.site-menu-row-column-one .menu-general-item .menu-general-root-link{
    padding-left: 5px;
    padding-right: 5px;
}
.col-xs.site-head-menu-col{
    margin-left:0;
    margin-top: 0;
    margin-bottom: 0;
}

.transformer-scroll-over .row.menu-general-wrap.middle-xs {
    width: calc(100% - 120px);
    margin-left: auto;
}
.row.menu-general-wrap.middle-xs {
    width: calc(100% - 170px);
    margin-left: auto;
}
.site-head-logo-picture{
    max-width: 150px;
}
.site-head-inner>.row{
    min-height: 90px;
}
.site-head-phone-and-callback{
    position: relative;
}
.site-head-phone-and-callback>.text-align-left{
    position: absolute;
    bottom: -10px;
    right: 0;
}

.site-head__cart .cart-mini-main-icon > svg{
   display: none; 
}

.site-head__cart .cart-mini-main-icon {
   background-image: url(https://static.tildacdn.com/tild6535-3366-4837-a261-663439353665/icon-04.svg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: inherit;
    transition: .3s all ease;
}
.site-head__cart .cart-mini-main-icon:hover {
    opacity: .8;
   transition: .3s all ease;
}

.site-head__cart .cart-mini-main-count.cs-bg-6.cs-t-4  {
background-color: #1D1D1E;
top: -2px;
right: -5px;
}
.product-categories-header-thin.h2 {
    text-align: center;
}
.product-categories-header-thin.h2  .text-align-left{
    margin: 0 auto;
    color: #1D1D1E;
}
.cs-t-1{
    color: #1D1D1E;
}

.transformer-visible-when-activate{
    left: -100%;
    transition: .3s all ease;
}

.transformer-scroll-over .transformer-visible-when-activate.col-xs-2{
    width: 110px !important;
    height: 110px !important;
    position: absolute;
    left: 0;
    top: -10px;
    transition: .3s all ease;
}
.transformer-scroll-over .transformer-visible-when-activate.col-xs-2 img{
    display: block;
    width: 110px !important ;
    height: 110px !important    ;
    box-shadow: 0 6px 15px rgba(0,0,0,.1);
    border-radius: 50%;
    
}
.menu-general-root-link-text{
    font-size: 18px;
}
.site-footer-phone .custom-bonuses, .site-footer-phone .custom-time  {
    display: none;
}

.row.site-footer-top-level__row .static-block-footer-banner{
        order: 0 ;
}
.row.site-footer-top-level__row  .site-footer-mobile-app-links{
    order: 4;
}
.row.site-footer-top-level__row .footer-menu{
        order: 1 ;
}
.row.site-footer-top-level__row .footer-menu.footer-phone-social-col{
        order: 3 ;
}
.custom-footer-container{
    position: relative;
    height: 170px;
}
.custom-footer-logo{
    font-size: 0;
    display: block;
    width: 170px;
    height: 170px;
    position: absolute;
    top: -50px;
    background-image: url(https://static.tildacdn.com/tild3737-6361-4133-b338-616366653261/footer-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.custom-footer-gps{
    padding-top: 50px;
    margin-bottom: 5px;
}
.custom-footer-gps{
    font-weight: 300;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.custom-footer-gps a{
      font-weight: 300;
      font-size: 14px;
      text-decoration: none;
      color:#fff;
}
.custom-footer-addon{
    font-weight: 300;
    font-size: 14px;
   padding-bottom: 30px;
}
.custom-footer-gps:before{
   content: '';
   width: 30px;
   height: 30px;
   display: block;
   background-image: url('https://static.tildacdn.com/tild3761-6262-4036-a364-316331643361/icon-10.svg');
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   margin-right: 5px;
   flex-shrink: 0;
   
}
.footer-bottom-level.cs-bg-1{
    border-top: 2px solid #4A4A4B;
}

/*Product small cart*/
.product-categories-view.products-view-tile .products-view-item{
    border: 1px solid #E9E9E9 ;
    transition: .3s all ease;
    border-radius: 20px;
    padding: 10px 16px !important;
}


.product-categories-view.products-view-tile .products-view-item:hover{
    border: 1px solid #E47323 ;
     transition: .3s all ease;
}

.products-view .products-view-item{
    border: 1px solid #E9E9E9 ;
    transition: .3s all ease;
    border-radius: 20px;
    padding: 10px 16px !important;
}
.products-view .products-view-item:hover{
    border: 1px solid #E47323 ;
     transition: .3s all ease;
}
.photo-view-list__item.active img{
    border-radius: 18px;
}

.site-footer-phone .custom-bonuses{
    display: none;
}
.site-footer-phone .custom-phone{
    color: #fff;
    font-weight: 400;
}
.site-footer-phone .custom-phone:before{
    display: none;
}
.site-footer-phone .custom-time{
    display: none;
}

.footer-menu-link.cs-l-2.social.social--vkontakte.icon-vkontakte-before.icon-no-margin:before{
    display: none;
}
.footer-menu-link.cs-l-2.social.social--vkontakte.icon-vkontakte-before.icon-no-margin{
    background-image: url('https://static.tildacdn.com/tild6631-3564-4931-a533-393833306638/icon-6-vk.svg');
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    width: 25px;
    height: 25px;
}
.footer-menu-link.cs-l-2.social.social--instagram.icon-instagram-before.icon-no-margin:before{
    display: none;
}
.footer-menu-link.cs-l-2.social.social--instagram.icon-instagram-before.icon-no-margin{
   background-image: url('https://static.tildacdn.com/tild3230-3065-4262-a639-316335393433/icon-7-inst.svg');
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    width: 25px;
    height: 25px;
}
.device-panel .btn.btn-buy.device-panel__btn{
    margin: 20px auto;
}
.device-panel .btn.btn-buy.device-panel__btn:after{
display: none;
}

.mobile-header__logo-block{
    background-image: url(https://static.tildacdn.com/tild6430-3135-4438-a338-633238343664/mob-logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.mobile-header__logo-link.header-link{
    font-size: 0;
    width: 100%;
    height: 100%;
}
.mobile-header__phone-link.header-link.cs-l-4{
    display: flex;
    width: 30px;
    height: 30px;
    background-image: url(https://static.tildacdn.com/tild6236-6634-4439-a162-363061633339/icon-03.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.mobile-header__phone-link.header-link.cs-l-4 svg{
    display: none;
}
.page-title{
    margin-top: 15px;
}
.catalog-filter-header.h3{
    margin-top: 15px;
}


.products-view-label-new:before{
    top: 6px;
    left: 9px;
}
.site-head__cart .cart-mini-main-count.cs-bg-6.cs-t-4{
    background-color: #e47323;
}
.cart-mini--total-price .cart-mini-main .cart-mini-main_cart .cart-mini-main-icon svg{
    display: none;
}
.cart-mini--total-price .cart-mini-main .cart-mini-main_cart .cart-mini-main-icon{
    background-image: url(https://static.tildacdn.com/tild3833-3034-4135-b063-653965663733/icon-05.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    width: 20px;
    height: 20px;
}

.cart-add__spinbox-block .spinbox__arrows{
    height: 48px;
}
.cart-add__spinbox-block .spinbox-input-wrap{
    height: 48px;
}
.cart-add__spinbox-block .cart-add__spinbox-input.input-middle{
    height: 48px;
    background: #e47323;
}


.footer-menu.footer-phone-social-col  .custom-bonuses{
    display: none;
}
.footer-menu.footer-phone-social-col  .custom-line{
    display: none;
}
.footer-menu.footer-phone-social-col  .custom-time{
    display: none;
}
.footer-menu.footer-phone-social-col  .site-footer-phone{
  display: none;  
}
.footer-menu.footer-phone-social-col .custom-phone{
    color: #fff;
    margin-bottom: 20px;
}
/*Adaptive*/

@media screen and (max-width:1449px){
    .col-xs-5.site-head__phone-col{
        width: 590px;
        max-width: 590px;
        flex-basis: 590px;
    }
    .site-head-menu-col{
        padding-left: 5px;
    }
}


@media screen and (max-width:991px){
    .custom-line{
        display: none;
    }
    .feedback .col-xs-3{
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    .custom-footer-container {
        height: auto;
    }
    
    .custom-footer-logo{
        margin-top: 0;
        position: unset;
        top: 0;
    }
    .custom-footer-gps{
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .footer-menu-head.cs-t-4.accordion-css__header.cs-br-1{
            font-weight: 400;
    }
    .mobile-version .products-view-label-new{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
   .mobile-version .products-view-label-new:before{
       position: static !important;
   }
   .bottom-panel__menu-link .mobile-header__cart-count--total-price{
      left: -25%;
      top: auto;
      bottom: -15px;
      width: 150%;
      
   }
   
   /*.block-alt.check-order.cs-bg-3{*/
   /*    width: 100%;*/
   /*    position: absolute;*/
   /*    top: 120px;*/
   /*    left: 0;*/
   /*}*/
   
   
   .mobile-product-view-item .products-view-buy.icon-bag-before{
       height: 40px;
   }
   .mobile-product-view-item__btn-wrap .cart-add--with-spinbox{
       border: 0;
   }
  .mobile-product-view-item__btn-wrap  .cart-add__spinbox-block .spinbox-input-wrap{
       height: 40px;
   }
   
    .mobile-product-view-item__btn-wrap .cart-add .spinbox-block{
       height: 40px;
   }
   .cart-add__spinbox-block .cart-add__spinbox-input{
       /*height: 100%;*/
       height: 40px;
   }
   .adv-modal .modal-quickview .adv-modal-close:after{
        position: absolute;
        top: 0 !important;
        left: 0 !important;
   }
   .adv-modal .modal-quickview .adv-modal-close{
      position: absolute;
      background-color: #1d1d1e;
      left: auto;
      right: 10px;
   }
   .mobile-version .wishlist-control{
       top: 40px;
   }
}


/*Bonus card*/

.myaccount-bonus-card:after{
    content: '1 бонусный балл = 1 белорусскому рублю';
    display: block;
    margin-top: 10px;
}

/*wishlist-btn & compare-btn - begin*/
.product-action__popover{
    right: -74px;
}

.product-action__popover-tile{
    right: 60px;
}

.product-card .product-action__popover, .details-block-title-and-info .product-action__popover{
    left: -74px;
}

.product-card .product-action__popover-tile, .details-block-title-and-info .product-action__popover-tile{
    left: 62px;
}
/*wishlist-btn & compare-btn - end*/
.details-unit {
    display: none!important;
}
/*Убрать лишние символы в корзине*/ 
.cart-full-body-item.cart-full-amount span{
    display: none;
}
.cart-full-mobile-inputs>div span{
    display: none;
}

/*Скрыть кастомные опции*/
.details-row.details-custom-options{
    display: none;
}


/*Убрал слеш в блоке купона*/
.cart-full-addition-header-slash {
    display: none;
}
/*Скрыть единицу измерения на странице оформления заказа*/
.cart-full-item-unit[data-ng-if="item.Unit != null"] {
display: none;
}