@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900|Roboto:300,400,400i,500,700,900,900i&subset=cyrillic');
* {margin:0; padding:0;}

html,body{
    width: 100%;
    height: 100%;
    background:#FFF;
    color:#000;
    font-size:14px;
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
	margin-bottom: 15px;
}
b{
    font-weight:700;
}
a{
    font-size:14px;
    color:#373737;
}
a:hover{
    color:#ba2500;
}
ul{
    list-style:none;
}
iframe,
img{
    max-width:100%;
    border:none;
}
input,textarea{
    outline:none;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none;
}
textarea{
    overflow:hidden;
}
table{
    border-collapse:collapse;
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
    overflow-x:hidden;
}
.footer {
    flex: 0 0 auto;
}
.container{
    max-width:1360px;
    margin:0 auto;
    padding-left:10px;
    padding-right:10px;
}
.cleared:after{
    content:'';
    display:table;
    clear:both;
}
.header{
    width:100%;
    position:relative;
    z-index:10;
    background:#FFF;
}
.header:before{
    content:'';
    height:9px;
    position:absolute;
    z-index:-1;
    left:0;
    right:0;
    top:0;
    background:#ba2500;
}
.header .container{
    padding-top:40px;
    padding-bottom:15px;
}
.head-top{
    padding-bottom:15px;
}
.logo-box{
    width:213px;
    float:left;
}
.head-box{
    margin-left:230px;
    position:relative;
    z-index:0;
    padding:10px 115px 0 0;
}
.head-box-left{
    float:right;
}
.top-nav-button{
    width:30px;
    height:26px;
    padding-top:4px;
    position:absolute;
    z-index:0;
    top:25px;
    right:15px;
    cursor:pointer;
    display:none;
}
.top-nav-button>div{
    width:100%;
    height:3px;
    background:#ba2500;
}
.top-nav-button:hover>div{
    background:#010000;
}
.top-nav-button>div+div{
    margin-top:5px;
}
.top-nav{
    float:left;
    padding-top:15px;
    margin-right:20px;
}
.top-nav ul li{
    display:inline-block;
    vertical-align:top;
    margin-right:15px;
}
.top-nav ul li a{
    font-size: 14px;
    font-weight: 300;
    color:#000;
}
.top-nav ul li a:hover{
    color:#ba2500;
    text-decoration:none;
}
.top-tel-button{
    width: 35px;
    height: 28px;
    padding-top: 7px;
    background: #ba2500;
    border-radius: 100%;
    display: none;
    cursor: pointer;
    text-align: center;
    position:absolute;
    z-index:5;
    right:0;
}
.top-tel-button:hover{
    background:#000;
}
.top-tel-button path{
    fill:#FFF;
}
.top-contacts{
    float:left;
}
.top-contacts>div{
    float:left;
    margin-right:40px;
}
.top-contact-box a{
    text-decoration:none;
    color:#000;
}
.top-contact-box a:hover{
    color:#ba2500;
}
.head-box-right{
    width:125px;
    position:absolute;
    z-index:0;
    padding-top:15px;
    top:0;
    right:0;
}
.head-basket{
    font-family: 'Montserrat', sans-serif;
    padding-left:30px;
    text-decoration:none;
    color:#000;
    font-size:10px;
    font-weight:300;
    display:block;
    background:url(../images/icons/basket.svg) no-repeat left top;
}
.head-basket span{
    display:block;
}
.head-basket b{
    font-weight:700;
}
.basket-count{
    color:#ba2500;
    text-decoration:underline;
}
.head-basket:hover{
    color:#ba2500;
}
.head-info{
    padding-bottom:30px;
}
.title-block{
    text-align:center;
    padding-top:15px;
    overflow:hidden;
    margin-bottom:25px;
}
.title-block>p{
    position:relative;
    z-index:0;
    display:inline-block;
    color:#ba2500;
    letter-spacing:2px;
    font-size: 36px;
    font-weight: 900;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}
.title-block>p:before{
    content:'';
    width:150px;
    height:3px;
    position:absolute;
    z-index:-1;
    left:-160px;
    bottom:10px;
    background-image: linear-gradient(to left, #de4c00, rgba(186, 37, 0, 0));
}
.title-block>p:after{
    content:'';
    width:150px;
    height:3px;
    position:absolute;
    z-index:-1;
    right:-160px;
    bottom:10px;
    transform: rotate(-180deg);
    background-image: linear-gradient(to left, #de4c00, rgba(186, 37, 0, 0));
}
.search-box{
    max-width:970px;
    padding-right:48px;
    height:48px;
    background:#FFF;
    position:relative;
    z-index:0;
    border:1px solid #9f999c;
    margin:0 auto;
}
.input_search{
    width:100%;
    height:48px;
    border:0;
    box-sizing:border-box;
    padding:10px 20px;
    background:transparent;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #9f999c;
}
.btn_search{
    width:48px;
    height:48px;
    position:absolute;
    z-index:0;
    right:0;
    top:0;
    border:0;
    cursor:pointer;
    background:url(../images/icons/search.png) no-repeat center center;
}
.top-block{
    margin-bottom:40px;
    position:relative;
    z-index:0;
}
.top-block-left{
    width:200px;
    float:left;
}
.left-nav{
    padding-top:15px;
}
.left-nav>ul>li>a{
    padding:10px 0 10px 55px;
    display:block;
    position:relative;
    z-index:1;
    font-size:16px;
    font-weight:700;
    color:#000;
    text-decoration:none;
    font-family: 'Montserrat', sans-serif;
    border-bottom:2px solid #ebf3f2;
}
.left-nav>ul>li.active>a,
.left-nav>ul>li:hover>a,
.left-nav>ul>li>a:hover{
    background:#000;
    color:#FFF;
}
.left-nav>ul>li>a span{
    width:45px;
    height:25px;
    display:block;
    position:absolute;
    z-index:0;
    left:0;
    top:50%;
    margin-top:-12px;
    text-align:center;
}
.left-nav>ul>li>a span img{
    max-height:25px;
}
.left-nav>ul>li:last-child{
    border-bottom-color:transparent;
}
.sub-nav-box{
    max-height:600px;
    position:absolute;
    z-index:2;
    right:0;
    left:170px;
    top:0;
    bottom:0;
    background:#FFF;
    box-shadow:0 0 5px 5px #f2f1f1;
    display:none;
    transition: all .3s ease .2s;
}
.left-nav>ul>li.shown>.sub-nav-box {
    display:block;
    z-index:20;
}
.open-sub{
    position:absolute;
    z-index:2;
    cursor:pointer;
    right:5px;
    top:15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ba2500;
    transition: all .3s ease .2s;
}
.open .open-sub{
    transform:rotate(180deg);
}
.scroll-box{
    width:100%;
    height:100%;
	overflow: hidden;
	
}
.sub-nav-box ul{
    width:100%;
	height:100%;
    overflow-y: auto;
	scrollbar-width: thin;
}
.sub-nav-box ul>li{
    width:25%;
    height:205px;
    float:left;
    box-sizing:border-box;
    border-right:1px solid #ebf3f2;
    border-bottom:1px solid #ebf3f2;
}
.sub-nav-box ul>li>a{
    width:100%;
    height:205px;
    display:table;
    position:relative;
    z-index:0;
    text-decoration:none;
}
.sub-nav-box ul>li>a:hover{
    background:#dcdcdc;
}
.sub-nav-box ul>li>a>span.sub-nav-title{
    position:absolute;
    z-index:1;
    left:20px;
    top:15px;
    color:#000;
    font-size: 14px;
    text-transform:uppercase;
    font-weight:700;
}
.sub-nav-box ul>li>a>span.sub-nav-about{
    position:absolute;
    z-index:1;
    right:15px;
    bottom:15px;
    font-size:12px;
    color:#ba2500;
}
.sub-nav-box ul>li>a>span.sub-nav-img{
    width:100%;
    height:100%;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.sub-nav-box ul>li>a>span.sub-nav-img img{
    max-width: 200px;
    max-height:100%;
}
.sub-nav-box ul>li:nth-child(4n){
    border-right:0;
}
.sub-nav-box ul>li:nth-child(4n)+li{
    clear:both;
}
.top-block-right{
    margin-left:225px;
}
.slider-box{
    width:100%;
    max-width:1100px;
    height:515px;
    position:relative;
    z-index:0;
}
.slider-box__img{
	width: 100%;
	height: 100%;
}
.slider-box__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}	
.slider-box-text{
    max-width:850px;
    padding-left: 25px;
    position:absolute;
    z-index:1;
    left:0;
    bottom:30px;
    background-image: linear-gradient(to top, #6d0d09, #ba2500);
    font-size: 51px;
    font-weight: 900;
    font-style: italic;
    /* line-height: 62px;*/
    letter-spacing: 2.2px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
.slider-box-text a{
    text-decoration:none;
    color:#FFF;
    font-size: 51px;
}
.grey-block{
    background:#f8f8f8;
    padding:45px 0;
    margin-bottom:45px;
}
.carousel-box{
    padding:0 5px;
}
.popular-box{
    width:328px;
    height:453px;
    padding-top:35px;
    background:#FFF;
    border:1px solid #ebf3f2;
    margin:0 auto;
    position:relative;
    z-index:0;
    font-family: 'Montserrat', sans-serif;
}
.popular-box:hover{
    box-shadow:0 0 5px 2px #f2f1f1;
}
.popular-box-model{
    position:absolute;
    z-index:1;
    left:15px;
    top:35px;
}
.popular-box-img{
    width:200px;
    height:200px;
    margin:0 auto;
}
.popular-box-img>a{
    width:200px;
    height:200px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.popular-box-img img{
    max-width:200px;
    max-height:200px;
}
.popular-box-art{
    text-align:center;
    font-weight:300;
    font-size:14px;
    text-transform:uppercase;
}
.popular-box-title{
    width:308px;
    height:70px;
    padding:0 10px;
    overflow:hidden;
    display:table;
}
.popular-box-title>a{
    width:100%;
    height:70px;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    color:#000;
    font-size:18px;
    text-decoration:none;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.popular-box-title>a:hover{
    color:#ba2500;
}
.popular-box-price{
    text-align:center;
    font-weight:700;
    font-size:24px;
}
.popular-box-price span{
    font-weight:300;
    font-size:10px;
}
.popular-box-buttons{
    position:absolute;
    z-index:1;
    left:0;
    right:0;
    bottom:25px;
}
.popular-box-buttons .button{
    margin:0 auto;
    margin-bottom:5px;
}
a.button{
    line-height:40px;
}
.button{
    width:208px;
    height:40px;
    text-decoration:none;
    color:#FFF;
    font-weight:700;
    text-align:center;
    display:block;
    border:0;
    cursor:pointer;
    font-family: 'Montserrat', sans-serif;
    background: #ba2500;
    font-size:14px;
    border-radius: 6px;
    -webkit-appearance: none;
}
.button.black-btn{
    background:#0e0e0e;
}
.button:hover{
    color:#FFF;
    background-image: linear-gradient(to bottom, #ed380b, #7b1107 63%, #3d0704);
}
.text-box{
    font-size:16px;
    line-height:26px;
    color:#7f7f7f;
}
.text-box p{
    margin-bottom:18px;
}
.text-box ul{
    list-style:disc;
    margin:0 0 20px 25px;
}
.text-box ol{
    margin:0 0 20px 25px;
}
.bot-models{
    padding:40px 0;
    text-align:center;
}
.footer{
    background:#000;
    color:#FFF;
    position:relative;
    z-index:0;
}
.footer a{
    color:#FFF;
}
.footer:after{
    content:'';
    height:9px;
    background:#ba2500;
    position:absolute;
    z-index:-1;
    left:0;
    right:0;
    bottom:0;
}
.footer>.container{
    padding-top:35px;
    padding-bottom:45px;
}
.foot-left{
    width:250px;
    float:left;
}
.bot-nav ul li{
    margin-bottom:9px;
}
.bot-nav ul li:last-child{
    margin-bottom:0;
}
.bot-nav ul li a{
    color:#ba2500;
    font-size:16px;
    text-decoration:underline;
}
.bot-nav ul li.active>a,
.bot-nav ul li a:hover{
    text-decoration:none;
}
.foot-right{
    margin-left:330px;
}
.bot-bar-left{
    width:100%;
    float:left;
    margin-right:-420px;
}
.bot-bar-cont{
    margin-right:420px;
    font-weight:300;
    line-height:20px;
}
.bot-bar-cont a{
    text-decoration:none;
}
.bot-bar-cont a:hover{
    color:#ba2500;
}
.bot-contact-box{
    width:50%;
    float:left;
}
.bot-bar-right{
    width:420px;
    float:right;
    position:relative;
    z-index:0;
}
.bot-info{
    padding-top:30px;
}
.bot-info-box{
    width:50%;
    float:left;
}
.copy-box{
    font-size:12px;
    color:#9f999c;
    font-style:italic;
    text-align:right;
    padding-top:35px;
}
.main-content{
    position:relative;
    z-index:0;
}
.left-bar{
    width:200px;
    float:left;
}
.left-nav-title{
    font-size:20px;
    font-weight:700;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    margin-top:10px;
    margin-bottom:15px;
    padding-right:35px;
    cursor:pointer;
    position:relative;
    z-index:0;
    display:none;
}
.left-bar .left-nav-title:after{
    content:'';
    position: absolute;
    z-index: 2;
    cursor: pointer;
    right: 5px;
    top: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    transition: all .1s ease .1s;
}
.left-bar .left-nav-title.up:after{
    transform:rotate(180deg);
}
.right-bar{
    width:100%;
    margin-left:-240px;
    float:right;
}
.right-bar-cont{
    margin-left:240px;
}
.top-car{
    padding:15px 170px 0 0;
    position:relative;
    z-index:0;
    margin-bottom:25px;
}
.top-car-logo{
    width:130px;
    height:70px;
    float:left;
    margin-right:20px;
}
.top-car-logo span{
    width:130px;
    height:70px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.top-car-logo img{
    max-width:130px;
    max-height:70px;
}
.top-car-title{
    font-weight:700;
    color:#000;
    font-size:30px;
    line-height:30px;
    font-family: 'Montserrat', sans-serif;
    float:left;
    padding-top:15px;
    margin-right:20px;
}
.top-car-title span{
    color:#ba2500;
    font-weight:300;
    font-size:14px;
}
.top-car-right{
    width:170px;
    position:absolute;
    z-index:1;
    top:0;
    right:0;
}
.main-block{
    background:#f8f8f8;
    position:relative;
    z-index:0;
    padding:20px 0 80px 0;
}
.main-block:before{
    content:'';
    width:70px;
    position:absolute;
    z-index:-1;
    left:-70px;
    top:0;
    bottom:0;
    background:#f8f8f8;
}
.catalog-block{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.catalog-block > .text-box{
	padding-left: 10px;
	padding-right: 10px;
}
.car-row33{
    width:33.33%;
    box-sizing:border-box;
    padding:0 10px 25px 10px;
}
.cat-box{
    max-width:334px;
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background:#FFF;
    border: solid 1px #ebf3f2;
    position:relative;
    z-index:0;
    margin:0 auto;
    padding: 10px;
    text-align:center;
    box-sizing: border-box;
}
.cat-box:hover{
    box-shadow:0 0 5px 2px #f2f1f1;
}
.cat-box-img{
    width:240px;
    height:190px;
    margin:0 auto;
}
.cat-box-img>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cat-box-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cat-box .cat-box-logo{
    display:none;
}
.cat-box-logo{
    height:60px;
    text-align:center;
    padding:0 0 10px 0;
}
.cat-box-logo img{
    max-height:60px;
}
.cat-box-art{
    text-align:center;
    font-weight:300;
    margin-bottom:10px;
}
.cat-box-title{
    flex: 1 1 auto;
    margin-bottom:10px;
}
.cat-box-title a{
    font-size:22px;
    font-weight:700;
    text-decoration:none;
    color:#000;
    font-family: 'Montserrat', sans-serif;
}
.cat-box-title a:hover{
    color:#ba2500;
}
.cat-box-about{
    flex: 1 1 auto;
    font-size:18px;
    margin-bottom: 10px;
}
.cat-box-presence{
    font-size:18px;
    font-weight:700;
    color:#3300cc;
    margin-bottom:7px;
}
.car-present2{
    color:#cc3300;
}
.car-present{
    color:#007907;
}
.cat-box-price{
    font-size:24px;
    font-weight:700;
    font-family: 'Montserrat', sans-serif;
}
.cat-box-price span{
    font-weight:300;
    font-size: 10px;
}
.cat-box-buttons{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px 0 5px 0;
}
.cat-box-buttons .button{
    width: 100%;
    max-width: 208px;
    margin: 0 auto 5px auto;
}
.card-block{
    margin-bottom:35px;
}
.card-top-left{
    width:420px;
    float:left;
}
.main-img{
    width:418px;
    height:338px;
    background:#FFF;
    border:1px solid #ebf3f2;
    margin-bottom:10px;
}
.main-img>a{
    width:418px;
    height:338px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.main-img img{
    max-width:418px;
    max-height:338px;
}
.thumbs-carousel-img{
    width:94px;
    height:76px;
    background:#FFF;
    margin:0 auto;
}
.thumbs-carousel-img>a{
    width:92px;
    height:74px;
    border:1px solid #ebf3f2;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.thumbs-carousel-img>a.active{
    border-color:#9f999c;
}
.thumbs-carousel-img img{
    max-width:72px;
    max-height:64px;
}
.card-top-right{
    margin-left:490px;
    padding-top:30px;
    font-size:18px;
    font-weight:300;
}
.card-article{
    font-size:17px;
    margin-bottom:20px;
}
.cart-short{
    margin-bottom:30px;
}
.card-presence{
    font-weight:700;
    margin-bottom:20px;
    color:#3300cc;
}
.card-price{
    font-family: 'Montserrat', sans-serif;
    font-size:38px;
    line-height:38px;
    font-weight:700;
    margin-bottom:20px;
}
.card-price span{
    font-weight:300;
    font-size:16px;
}
.card-buttons .button{
    margin-bottom:5px;
}
.inner-page{
    max-width:1024px;
    margin:0 auto;
    padding-top:20px;
    margin-bottom:50px;
}
.page-title{
    font-size:30px;
    font-weight:700;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    margin-bottom:20px;
}
.cart-bar{
    padding:35px;
    box-shadow: 0 0 42px 0 rgba(198, 198, 198, 0.5);
    background: #FFF;
}
.cart-tab-box{
    margin-bottom:30px;
}
.cart-tab{
    width:100%;
    display:table;
    margin-bottom:10px;
}
.cart-row,
.cart-row-top{
    display:table-row;
}
.cart-row-top .cart-row-name{
    text-align: left;
}
.cart-row-top>a,
.cart-row>a {
    width:20px;
    display: table-cell;
    vertical-align: middle;
}
.cart-row-top>div,
.cart-row>div{
    padding:10px;
    display:table-cell;
    font-size: 14px;
}
.cart-row-top{
    background:#000;
    color:#FFF;
    letter-spacing: 0.5px;
}
.cart-row>div.del-row{
    width:7px;
    padding-left:0;
    padding-right:0;
}
.del-btn{
    width:7px;
    height:7px;
    cursor:pointer;
    display:block;
    background:url(../images/icons/del.png) no-repeat center;
}
.cart-row{
    font-size:12px;
    position:relative;
    z-index:0;
}
.cart-row:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #000;
}
.cart-row:nth-child(2n){
    background:#f6f6f6;
}
.cart-row a{
    font-size:14px;
    text-decoration:none;
    color:#000;
}
.cart-row a:hover{
    text-decoration:underline;
}
.cart-row-art{
    width:130px;
}
.cart-row-count{
    width:95px;
    text-align: center;
}
.cart-row-price{
    width:85px;
}
.cart-tab-bot{
    text-align:right;
    padding:10px 20px 10px 0;
    color:#ea5455;
    letter-spacing: 0.4px;
    font-weight:bold;
    font-size:12px;
}
.form-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:25px;
}
.form-col{
    margin-bottom: 15px;
}
.check-box>p:not(:first-child){
    margin-top: 15px;
}
.check-box label{
    cursor: pointer;
}
.form-box-left{
    padding-top: 15px;
}
.inputbox{
    max-width: 320px;
    width:100%;
    height:40px;
    padding:5px 10px;
    border:1px solid #979797;
    background:#FFF;
    box-sizing:border-box;
    margin:5px 0 15px 0;
    color: #979797;
    font-style: italic;
}
.textarea{
    max-width: 450px;
    width:100%;
    height:150px;
    padding: 10px;
    border:1px solid #979797;
    background:#FFF;
    box-sizing:border-box;
    margin:5px 0 15px 0;
}
select{
    max-width: 320px;
    width:100%;
    height:40px;
    padding: 5px 10px;
    border:1px solid #979797;
    box-sizing:border-box;
    color: #333;
    background: #FFF url(../images/down-arrow-svgrepo-com.svg) no-repeat 97% center;
    background-size: .75em auto, 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
select:focus{
    background: #FFF url(../images/up-arrow-svgrepo-com.svg) no-repeat 97% center;
    background-size: .75em auto, 100%;
}
.radio{
    display:none;
}
.radio+span{
    width:10px;
    height:10px;
    display: inline-flex;
    border: solid 1px #979797;
    background:#FFF;
    margin-right: 10px;
    cursor:pointer;
    border-radius: 50%;
    position: relative;
}
.radio+span:before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -3px;
    display: block;
    border-radius: 50%;
}
.radio:checked+span{
    border-color: #ba2500;
}
.radio:checked+span:before{
    background: #ba2500;
}
.clear{
    width:100%;
    height:1px;
    font-size:1px;
    clear:both;
}
.main-block ul{list-style: disc;}
.catalog-products2{
    padding-top:40px;
    position:relative;
    z-index:0;
}
.ajaxSearch_grpResult{
	padding-top:50px;
    position:relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.ajaxSearch_resultsInfos{
	padding-left: 10px;
}
.ajaxSearch_grpResultName{
    position:absolute;
    z-index:0;
    top: 5px;
    left: 20px;
}
.ajaxSearch_grpResultName + .ajaxSearch_paging{
	position:absolute;
    z-index:0;
    top: 20px;
    left: 20px;
	display: none;
}
.titl{font-weight: 700;  color: #000;  font-size: 30px;  line-height: 30px; font-family: 'Montserrat', sans-serif; padding-bottom: 15px;}
.top-car-title a{
    font-weight: 700;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}
.top-car-title a:hover {text-decoration: underline;}
.shk-count{
    width:40px;
}
.other_langs{
    padding-top: 14px;
    text-align:center;
}
.other_langs .active a{
    color:#ba2500;
    text-decoration:none;
}
.other_langs>div{
    display:inline-block;
    vertical-align:top;
    margin:0 3px;
}
/* NovaPoshta styles start */
.sel_np [class*="Select"]{
    max-width: 320px;
    width:100%;
    height:40px;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border:1px solid #979797;
    box-sizing:border-box;
    font-size: 14px;
    color: #333;
    background: #FFF url(../images/down-arrow-svgrepo-com.svg) no-repeat 97% center;
    background-size: .75em auto, 100%;
    transition: all 0.2s ease-in-out;
}
.sel_np [class*="Select opened"]{
    border-bottom: 0 !important;
    background: #FFF url(../images/up-arrow-svgrepo-com.svg) no-repeat 97% center;
    background-size: .75em auto, 100%;
}
.sel_np [class*="Block"]{
    max-width: 320px;
    width: 100%;
    padding: 10px;
    border: 1px solid #979797;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 15px;
    position: relative;
}
.sel_np [id*="input"]{
    max-width: 320px;
    width: 100%;
    box-sizing: border-box;
}
.sel_np [id*="input"] p{
    padding: 10px;
    border: 1px solid #979797;
    margin-bottom: 15px;
}
.sel_np [id^="strt"]{
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    position: relative;
    top: -15px;
    background-color: #FFF;
    border: 1px solid #979797;
    border-top: 0;
    border-bottom: 0;
}
.sel_np input[type="text"]:focus + [id^="strt"]{
    border-bottom: 1px solid #979797;
}
.sel_np [id^="strt"] p{
    cursor: pointer;
    padding: 5px 10px;
}
.sel_np [id^="strt"] p:hover{
    background-color: #CCC;
}
/* NovaPoshta styles end */
#stuffCount{
    width: 100px;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
}
#stuffCount span{
    position: absolute;
    width: 30px;
    height: 30px;
    top: -5px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#stuffCount span.uppage{
    left: unset;
    right: 0;
}
#stuffCount span:before{
    content: '';
    width: 10px;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
}
#stuffCount span.uppage:after{
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    background-color: #333;
    border-radius: 2px;
}
#stuffCount .shs-count{
    width: 40px;
    height: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #333;
    text-align: center;
    margin: 0 auto;
}
.fancybox-overlay{
    background-color: rgba(000,000,000,0.5) !important;
    opacity: 1 !important;
}
.order-details{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    padding: 5px 0;
    line-height: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    align-items: center;
}
.order-details-bot{
    display: inline-flex;
    font-weight: bold;
    flex-wrap: wrap;
}
.order-details-bot .order-total{
    margin-left: 5px;
}
.basket-tab-bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
.basket-tab-bot .button{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.basket-tab-bot a{
    font-weight: bold;
    text-decoration: none;
}
.vider-box {
  position: fixed;
  z-index: 6;
  right: 3.5%;
  bottom: 55px;
}
.video-item {
	max-width: 560px;
	position: relative;
	z-index: 0;
	display: inline-block;
}
.video-item {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-item:before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
}
.video-item:after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	background: url('../images/youtube.svg') no-repeat center;
}
.breadcrumbs{
	margin-top: 10px;
	margin-bottom: 5px;
}
.breadcrumbs ul{
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs li {
	color: #ba2500;
	margin-bottom: 7px;
}
.breadcrumbs li:not(:last-child){
	margin-right: 5px;
}
.breadcrumbs li:not(:last-child):after{
	content: '/';
	margin-left: 5px;
	color: #000;
}