body {
    font-feature-settings: "lnum";
}
.t-store__card__price-wrapper{
    display:none;
}
.t-store__card__mark {
    font-weight: 300;
    color: #ffffff !important;
    background-color: rgb(245 120 24 / 80%) !important;
    backdrop-filter: blur(5px);
    width: 65px !important;
    height: 65px !important;
    border-radius: 100px !important;
}
.t776 .t-store__card__btns-wrapper {
    margin-top: 0px !important;
}
.t-product__checkbox-wrap {
    margin-left: 0px;
}
.t-checkbox__indicator{
    border-radius:6px;
    vertical-align: sub;
}
.t-slds__play_icon svg g{
    fill: #f57818 !important;
}
.t-slds__play_icon svg{
    background: #fff;
    border-radius: 100%;
}
.t-store__prod-popup__sku{
    position:relative;
}
.js-product-sku{
    background: #fff;
    position: absolute;
    left: 0;
}
.t706__cartwin-content {
    background-color: #fafafa;
}
.t706__form-bottom-text {
    margin-bottom: 0px;
    text-align: left;
    font-size: 12px;
}
.t702 .t702__form-bottom-text{
    font-size: 12px;
}
.t706__cartwin-totalamount-wrap{
    display:none !important;
}
.t702 .t-input-title{
    font-size:16px;
}

/*Scrollbar*/
body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-track {
    background: #fff;
}
body::-webkit-scrollbar-thumb {
    background-color: #f57818; 
}
::-moz-selection {
  color: #fff;
  background: #f57818;
}

::selection {
  color: #fff;
  background: #f57818;
}

@media screen and (max-width: 670px) {
    .t-store__card__btn:nth-child(2) {
        margin-top: 0px;
    }
}

@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close,
    .t706 .t706__close{
        background: #f57818;
    }
}

@media screen and (max-width: 480px) {
    .t706__orderform {
        margin-bottom: -20px;
    }
    .t-store__prod-popup__name{
        font-size:24px;
    }
    .t-store__prod-popup__price{
        font-size:18px;
    }
    .t-store__prod-popup__title-wrapper {
        margin-bottom: 0;
    }
    .t-store__prod-popup__sku{
        font-size:14px;
    }
    .t-checkbox__indicator {
        vertical-align: bottom;
    }
}

@media(max-width:479px){
    .swiper-button-next,
    .swiper-button-prev{
        display:none !important;
    }
    .video-slide video{
        height:400px !important;
    }
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px;
    }
    .video-obzor video {
        height:320px !important;
    }
}