

/* Start:/bitrix/templates/ttcauto/components/bitrix/news.list/top_slider/style.css?17798085197655*/
.promo{
    background: #0C0C0B;
    padding: 60px 0px;
}

.promo:before,
.promo:after{
    display: block;
    content: '';
    width: 140px;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;    

}

.promo:before{
    left: 0;
    top: 0;
}

.promo:after{
    transform: matrix(-1, 0, 0, 1, 0, 0);
    right: 0;
    top: 0;
}

.promo,
.promo__body {
    position: relative
}

.promo .arrow {
    position: absolute;
    top: calc(50% - 35px);
    z-index: 10;
    width: 70px;
    height: 70px;
}

.promo .arrow--prew {
    left: 60px
}

.promo .arrow--next {
    right: 60px
}

.promo-banner-top{
    display: flex;
    justify-content: space-between;
}

.promo-banner-top .promo-banner-title{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    flex-shrink: 0;
    max-width: 690px;
}

.promo-banner-top .promo-banner-title span{
    color: #FFBB00;
}

.promo-banner-top .promo-banner-desc{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #F5F5F7;
    display: flex;
    gap: 15px;
    max-width: 400px;
    margin-top: 10px;
}

.promo-banner-top .promo-banner-desc:before{
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.2' cx='11' cy='11' r='11' fill='white'/%3E%3Cpath d='M11.9694 5.13327C12.0305 5.14924 12.0923 5.16233 12.1525 5.18149C12.6763 5.34692 13.0491 5.67331 13.1679 6.2274C13.2965 6.82588 13.0291 7.36879 12.4882 7.67857C11.8402 8.04839 10.9765 7.8622 10.5387 7.25861C10.0817 6.6282 10.279 5.75219 10.9822 5.34245C11.1526 5.24569 11.3524 5.20193 11.5383 5.13327H11.9694Z' fill='white'/%3E%3Cpath d='M13.0437 15.5917C12.9915 15.8104 12.9443 16.0164 12.8917 16.2211C12.8854 16.2343 12.8765 16.246 12.8656 16.2556C12.8548 16.2652 12.8421 16.2725 12.8283 16.277C12.3973 16.4367 11.9732 16.6299 11.5317 16.7474C10.8963 16.9161 10.2486 16.9317 9.64116 16.6232C9.123 16.3601 8.84935 15.9232 8.83889 15.3304C8.82939 14.7677 8.97255 14.2322 9.12078 13.696C9.33013 12.9388 9.53949 12.1809 9.72477 11.4173C9.77918 11.1766 9.79426 10.9285 9.76943 10.6828C9.73776 10.3315 9.57084 10.206 9.22086 10.1642C8.87088 10.1223 8.54624 10.1961 8.22318 10.3117C8.18423 10.3254 8.14464 10.3376 8.10505 10.35C8.09219 10.3512 8.07926 10.3512 8.06641 10.35C8.10568 10.1792 8.15065 10.0131 8.18233 9.84415C8.20323 9.73174 8.25612 9.67362 8.36634 9.63274C8.8541 9.45102 9.33488 9.24727 9.84893 9.15114C10.3874 9.05086 10.9185 9.06044 11.4234 9.30092C11.9897 9.57046 12.2722 10.1511 12.2377 10.7805C12.1943 11.5719 11.9209 12.3029 11.7309 13.0556C11.6042 13.5561 11.4671 14.054 11.3508 14.5566C11.2938 14.8003 11.264 15.0504 11.3093 15.3046C11.3534 15.5505 11.487 15.698 11.7277 15.7549C12.0419 15.829 12.3504 15.7996 12.6564 15.7137C12.7777 15.6785 12.8987 15.637 13.0437 15.5917Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 5px;
}

.promo-image{
    margin-top: 15px;
    position: relative;
}

.promo-image img{
    width: 100%;
}

.promo-image:after{
    display: block;
    content: '';
    position: absolute;
    width: 80%;
    height: 93px;
    background: #FFFFFF;
    opacity: 0.1;
    filter: blur(50px);
    bottom: 0px;
    right: 50%;
    transform: translate(50%,0%);
}

.promo-banner-bottom{
    display: flex;
    align-items: center;
    margin-top: 0px;
    justify-content: space-between;
    gap: 100px;
}

.promo-banner-bottom .promo-banner-btn{
    flex-shrink: 0;
}

.promo-banner-bottom .promo-banner-btn a{
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #0C0C0B;    
    border-radius: 4px;
    padding: 36px 46px;
    flex-shrink: 0;
}

.promo-banner-bottom .promo-banner-bottom-sub{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.promo-banner-bottom-right{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.promo-banner-bottom .promo-banner-bottom-sub .promo-banner-bottom-text{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 275;
    font-size: 62px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    gap: 10px;
    align-items: center;
}

.promo-banner-bottom .promo-banner-bottom-sub .promo-banner-bottom-text span{
    font-weight: 700;
    color: #FFBB00;
}

.promo-banner-bottom-video-links{
    display: flex;
    gap: 5px;
}

.promo-banner-bottom-video-links a{
    flex-shrink: 0;
}

.promo-banner-bottom-features{
    display: flex;
    gap: 60px;
}

.promo-banner-bottom-features .promo-banner-bottom-feature{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #F5F5F7;
    display: flex;
    gap: 10px;    
}

.promo-banner-bottom-features .promo-banner-bottom-feature svg{
    flex-shrink: 0;
    margin-top: 3px;
}

@media (max-width: 992px) {
    .promo-banner-top{
        flex-direction: column;        
    }

    .promo-banner-top .promo-banner-title{
        font-size: 44px;
        line-height: 53px;
    }

    .promo-banner-top .promo-banner-desc{
        margin-top: 25px;
        font-size: 14px;
        max-width: 450px;
    }

    .promo-image{
        margin-top: 25px;
    }

    .promo .arrow{
        display: none;
    }

    .promo-banner-bottom{
        margin-top: 25px;
        flex-direction: column;
        gap: 30px;
    }

    .promo-banner-bottom .promo-banner-btn{
        order: 2;
        width: 100%;
    }

    .promo-banner-bottom-right{
        order: 1;
    }

    .promo-banner-bottom .promo-banner-bottom-sub .promo-banner-bottom-text{
        font-size: 44px;
    }

    .promo-banner-bottom .promo-banner-bottom-sub{
        justify-content: flex-start;
        gap: 30px;
    }

    .promo-banner-bottom-features{
        gap: 20px;
    }
    .promo-banner-bottom-features .promo-banner-bottom-feature{
        font-size: 13px;
    }

    .promo-banner-bottom .promo-banner-btn a{
        font-size: 15px;
        padding: 24px 46px;
    }

    .promo{
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 479px) {
    .promo{
        padding-top: 45px;
        padding-bottom: 30px;
    }

    .promo-banner-top .promo-banner-title{
        font-size: 28px;
        line-height: 38px;
    }    

    .promo-banner-top .promo-banner-desc{
        font-size: 13px;
        line-height: 18px;
    }

    .promo-banner-bottom .promo-banner-bottom-sub .promo-banner-bottom-text{
        font-size: 50px;
    }

    .promo-banner-bottom .promo-banner-bottom-sub .promo-banner-bottom-text div{
        font-size: 20px;
        line-height: 24px;
    }

    .promo-banner-bottom .promo-banner-bottom-sub{
        gap: 0px;
        justify-content: space-between;
    }

    .promo-banner-bottom-features{
        flex-direction: column;
        gap: 10px;
    }
}


/* End */


/* Start:/bitrix/templates/ttcauto/components/bitrix/catalog.section.list/main-section-list/style.css?17646709255853*/
.main-product--page {
 
}


.main-product__wrap{
    padding-top: 60px;
    margin-bottom: 60px;
}

.main-product__title.title{
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: #0C0C0B;
}

.main-product {

}

.main-product__wrap {
    position: relative
}

.main-product__body + .main-product__body {
    margin-top: 60px
}

.main-product__row {
    display: grid;
    grid-template-columns: repeat(12,minmax(0,1fr));
    gap: 10px;
    margin-top: 40px;
}

.main-product__coll {
    grid-column: span 6/span 6;
    display: block;
    position: relative;
    transition: all .3s;
    position: relative;
    background: #fff;
}

#priceps .main-product__coll:nth-child(7n+5),
#priceps .main-product__coll:nth-child(7n+6),
#priceps .main-product__coll:nth-child(7n+7),
#cisterns .main-product__coll{
    grid-column: span 4/span 4; 
}


.main-product__coll-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -24px;
    right: -24px
}

.main-product__img {
    width: 100%;    
    position: relative;
    z-index: 10;   
    padding: 15px 80px;     
}

#priceps .main-product__coll:nth-child(7n+5) .main-product__caption,
#priceps .main-product__coll:nth-child(7n+6) .main-product__caption,
#priceps .main-product__coll:nth-child(7n+7) .main-product__caption,
#cisterns .main-product__coll .main-product__caption{
    position: initial;
}

#priceps .main-product__coll:nth-child(7n+5) .main-product__img,
#priceps .main-product__coll:nth-child(7n+6) .main-product__img,
#priceps .main-product__coll:nth-child(7n+7) .main-product__img,
#cisterns .main-product__coll .main-product__img{
    position: initial;
    padding: 15px 25px;   
    padding-top: 0px;
}

#tractors .main-product__img{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -45px;
}


.main-product__caption {    
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #0C0C0B;    
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    padding-left: 30px;
}

.main-product__caption .icon{
    height: 40px;
    width: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='4' fill='%23F5F5F7'/%3E%3Cpath d='M16.4169 26.3091L13.71 23.6164L19.5442 17.7513L15.0445 17.7631L15.0374 15.0633L24.9369 15.0372L24.9629 24.9367L22.263 24.9438L22.2512 20.444L16.4169 26.3091Z' fill='%230C0C0B'/%3E%3C/svg%3E%0A");
    transition: all .3s;
}

.main-product__coll:hover .main-product__caption .icon{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='4' fill='%23FFBB00'/%3E%3Cpath d='M13.2862 22.594L13.2762 18.7758L21.5489 18.7541L18.3587 15.5806L20.2627 13.6665L27.2811 20.6481L20.2996 27.6665L18.3855 25.7624L21.5589 22.5722L13.2862 22.594Z' fill='%230C0C0B'/%3E%3C/svg%3E%0A");
}

.main-product-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0,0,0,0.2);    
}

.main-product-menu .main-product-menu-item{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: #0C0C0B;
    padding-bottom: 30px;
    margin-bottom: -1px;
    cursor: pointer;
}

.main-product-menu .main-product-menu-item.active{
    border-bottom: 1px solid #000000;
}

.main-product__body{
    display: none;    
}

.main-product__body.active{
    display: block;
}

.main-product__wrap a.all-catalog{
    margin-top: 20px;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 80px;
    background: #0C0C0B;
}

@media (max-width: 992px) {

    .main-product-menu .main-product-menu-item.active{
        border-bottom: 0;
        color: #d2d2d7;
    }


    .main-product__wrap{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .main-product__wrap{
        margin-bottom: 30px;
    }

    .main-product__row{
        margin-top: 30px;
    }

    .main-product__coll{
        grid-column: span 6/span 6;
    }

    #priceps .main-product__coll:nth-child(7n+5),
    #priceps .main-product__coll:nth-child(7n+6),
    #priceps .main-product__coll:nth-child(7n+7),
    #cisterns .main-product__coll{
        grid-column: span 6/span 6; 
    }    

    .main-product__caption {    
        position: initial;
    }
    .main-product__img {
        width: 100%;    
        position: relative;
        z-index: 10;   
        padding: 15px 25px;     
    }   

    .main-product__title.title{
        font-size: 28px;
    } 

    .main-product-menu .main-product-menu-item{
        font-size: 28px;    
    }

    .main-product__wrap a.all-catalog{
        height: 70px;
        font-size: 15px;
    }
}

@media (max-width: 479px) {
    .main-product__coll{
        grid-column: span 12/span 12;
    }

    #priceps .main-product__coll:nth-child(7n+5),
    #priceps .main-product__coll:nth-child(7n+6),
    #priceps .main-product__coll:nth-child(7n+7),
    #cisterns .main-product__coll{
        grid-column: span 12/span 12; 
    }    

    .main-product-menu{
        gap: 30px;
        overflow: hidden;
        overflow-x: scroll;
        scrollbar-width: none;    
    }

    .main-product-menu .main-product-menu-item{
        font-size: 24px;    
    }

    .main-product__wrap a.all-catalog{
        height: 60px;
    }
}
/* End */


/* Start:/bitrix/templates/ttcauto/components/bitrix/catalog.section/items-main/style.css?17633576214262*/
.product-leasing-category{
	padding: 60px 0px;
	background: #fff;	
}

.product-leasing-category .categories-catalog{
	padding-top: 0px;
}

.product-leasing-category .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-leasing-category .title .arrows{
	display: flex;
	gap: 5px;
}

.product-leasing-category .title .arrows .arrow{
	width: 50px;
	height: 50px;
}

.product-leasing-category .categories-catalog__body{
        
}

.product-leasing-category .categories-catalog__top-body {
        flex-wrap: wrap;
        margin-bottom: -15px
    }

.product-leasing-category .categories-catalog__top-body .select {
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 15px
    }

.product-leasing-category .categories-catalog__card{
	padding: 0px;
	margin-top: 45px;
	height: auto;
}

.product-leasing-category .categories-catalog__card .interesting-models__block{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.product-leasing-category .categories-catalog__card .interesting-models__block .interesting-models__top{
	        flex-wrap: wrap;
        border-bottom: 0px;
}

.product-leasing-category .interesting-models__top .interesting-models__top-left, 
.product-leasing-category .interesting-models__top .interesting-models__top-right{
        width: 100%;        
        flex: initial;
    }

.product-leasing-category .interesting-models__top .interesting-models__top-left{
        order: 2;
        padding: 30px;
    }
.product-leasing-category .interesting-models__top .interesting-models__top-right{
        order: 1;
    }

.product-leasing-category .interesting-models__img{
        position: relative;
        top: -45px;
        margin-bottom: -45px;
    }

.product-leasing-category .interesting-models__caption{
        font-size: 18px;
        line-height: 150%;
    }

.product-leasing-category .interesting-models__item{
	gap: 20px;
}
.product-leasing-category .interesting-models__item-caption{
	flex: 1;
	width: 100%;
}

.product-leasing-category .interesting-models__item-value{
	flex: 1;
	width: 100%;
}

.product-leasing-category .interesting-models__top{
        padding-bottom: 0px;
    }

.product-leasing-category .interesting-models__tags{
        margin: 0px;
        position: absolute;
        top: -40px;
        left: 0px;
    }

.product-leasing-category .categories-catalog__container{
	gap: 30px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	display: block;
}

.product-leasing-category .interesting-models__bottom{
        padding-top: 0px;
        flex-wrap: wrap;
    }

.product-leasing-category .interesting-models__bottom-block{
        width: 100%;
        padding: 30px;
        padding-top: 0px;
    }

.product-leasing-category .categories-catalog__card .interesting-models__readmore{
	padding-top: 30px;
	border-top: 1px dashed #D2D2D7;        
}

.product-leasing-category .interesting-models__bottom .interesting-models__info{
        display: block;
        padding: 30px;
        padding-top: 0px;
        width: 100%;
    }

.product-leasing-category .interesting-models__bottom .interesting-models__info .interesting-models__price{
	text-align: center;
	background: #fff;	
	padding: 14px;
	margin-bottom: 15px;	
}

.product-leasing-category .interesting-models__bottom .interesting-models__info .interesting-models__social{
	gap: 5px;
}

.product-leasing-category .interesting-models__bottom .interesting-models__info .interesting-models__btn{
	width: 100%;
	flex: 1;
}

.product-leasing-category .swiper-wrapper{
	align-items: stretch;
}
@media (max-width: 992px){
	.product-leasing-category{
		padding: 45px 0px;
	}
	.product-leasing-category .categories-catalog__body{
		margin-top: 30px;
	}
	.product-leasing-category .interesting-models__caption{
		font-size: 16px;
    	line-height: 24px;
	}

	.product-leasing-category .categories-catalog__card .interesting-models__readmore{
		padding-top: 0px;
		border-top: 0px;
	}
}
@media (max-width: 479px){
	.product-leasing-category .title .arrows{
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/ttcauto/components/bitrix/news.list/reviews_main/style.css?17607053212440*/
.main-reviews{
	padding: 80px 0px;	
}

.main-reviews .main-reviews-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-reviews .main-reviews-top .main-reviews-arrows{
	display: flex;
	gap: 5px;
}

.main-reviews .main-reviews-top .main-reviews-arrows .arrow{
	width: 40px;
	height: 40px;	
}


.main-reviews .main-reviews-slider {
	height: 300px;
	position: relative;
	margin-top: 40px;
	left: 50%;
	overflow: hidden;
	margin-left: -580px;
}

.main-reviews .main-reviews-slider .swiper{
	height: 300px;
}

.main-reviews .main-reviews-slider .main-reviews-slider-item{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	padding: 30px;
	padding-right: 15px;
	box-sizing: border-box;
}

.main-reviews .main-reviews-slider .main-reviews-slider-item .main-reviews-slider-item-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-reviews .main-reviews-slider .main-reviews-slider-item .main-reviews-slider-item-top > div{
	display: flex;
	align-items: center;
	gap: 10px;
}

.main-reviews .main-reviews-slider .main-reviews-slider-item .main-reviews-slider-item-top img{
	height: 77px;
}

.main-reviews .main-reviews-slider .main-reviews-slider-item .main-reviews-slider-item-text{
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #0C0C0B;
}

@media (max-width: 992px) {
	.main-reviews{
		padding: 45px 0px;	
	}

	.main-reviews .main-reviews-slider{
		margin-left: 0px;
        left: 0px;    
        height: 250px;  
	}

	.main-reviews .main-reviews-top .main-reviews-arrows{
		display: none;
	}

	.main-reviews .main-reviews-slider .main-reviews-slider-item{
		padding: 20px;
	}

	.main-reviews .main-reviews-slider .main-reviews-slider-item .main-reviews-slider-item-top > div{
		flex-direction: column;
		align-items: flex-start;
	}

	.main-reviews .main-reviews-slider .main-reviews-slider-item .main-reviews-slider-item-text{
		font-size: 14px;
	}

	.main-reviews .main-reviews-slider .swiper{
		height: 250px;
	}
}

@media (max-width: 479px) {
	.main-reviews .main-reviews-slider .main-reviews-slider-item .main-reviews-slider-item-text{
		font-size: 13px;
	}

	.main-reviews .main-reviews-slider{
		height: 200px;
	}
	.main-reviews .main-reviews-slider .swiper{
		height: 200px;
	}
}
/* End */


/* Start:/bitrix/templates/ttcauto/components/bitrix/news.list/video_category/style.css?17607053903899*/
.video-reviews__top .video-reviews__title.title{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
    max-width: 260px;
}

.video-reviews__top-last{
    display: flex;
    align-items: center;    
}

.video-reviews__top-last .video-reviews__top-links{
    display: flex;
    align-items: center;
    gap: 5px;
}

.video-reviews__top-last .video-reviews__top-links svg{
    flex-shrink: 0;
}

.video-reviews__top-last .video-reviews__top-box{
    width: auto;
    margin-right: 0px;
    gap: 20px;
}

.video-reviews__top-box .video-reviews__number{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 100%;
    text-transform: uppercase;
    color: #0C0C0B;
    width: auto;
}

.video-reviews__top-box .video-reviews__desc{
    max-width: 320px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #0C0C0B;
    text-transform: none;
}

.video-reviews .video-reviews__body{
    display: block;
}

.video-reviews__menu-top{
    display: flex;
    align-items: center;
    gap: 15px;
}

.video-reviews__menu-top .video-reviews__menu-top-link{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F7;
    cursor: pointer;
    height: 80px;
    position: relative;
}

.video-reviews__menu-top .video-reviews__menu-top-link.active{
    background: #FFBB00;
}

.video-reviews__menu-top .video-reviews__menu-top-link .video-reviews__caption{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #0C0C0B;
    margin: 0px;
}

.video-reviews__menu-top .video-reviews__menu-top-link img{
    position: absolute;
    top: -10px;
    left: 15px;
}

.video-reviews .video-reviews__coll{
    display: none;
    width: auto;
}

.video-reviews .video-reviews__coll.active{
    display: block;
}

.video-reviews .video-reviews__coll .video-reviews__tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.video-reviews .video-reviews__coll .video-reviews__tabs .video-reviews__tab{
    max-width: initial;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #0C0C0B;
    letter-spacing: initial;
    border: 1px solid #D2D2D7;
    margin: 0px;
    text-transform: none;
    padding: 15px 20px;
}

.video-reviews .video-reviews__coll .video-reviews__tabs .video-reviews__tab.active{
    color: #fff;
    background: #0C0C0B;
    border: 1px solid #0C0C0B;
}

.video-reviews .video-reviews__container{
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}


.video-reviews .video-reviews__box{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 15px;
}

.video-reviews .video-reviews__block-caption{
    text-transform: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0C0C0B;
}
.video-reviews  .video-reviews__row{
    margin-top: 40px;
}
.video-reviews .video-reviews__play{
    top: calc(50% - 40.5px);
    left: calc(50% - 40.5px);
    width: 81px;
    height: 81px;
}

.video-reviews .video-reviews__blocks{
    position: initial;
    height: 0px;
}

.video-reviews .video-reviews__blocks.active{    
    height: auto;
}

@media (max-width: 992px) {
    .video-reviews .video-reviews__box{
        grid-template-columns: repeat(1, 1fr);
    }

    .video-reviews__top .video-reviews__title.title{
        font-size: 28px;
        line-height: 34px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1679943754675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */
/* /bitrix/templates/ttcauto/components/bitrix/news.list/top_slider/style.css?17798085197655 */
/* /bitrix/templates/ttcauto/components/bitrix/catalog.section.list/main-section-list/style.css?17646709255853 */
/* /bitrix/templates/ttcauto/components/bitrix/catalog.section/items-main/style.css?17633576214262 */
/* /bitrix/templates/ttcauto/components/bitrix/news.list/reviews_main/style.css?17607053212440 */
/* /bitrix/templates/ttcauto/components/bitrix/news.list/video_category/style.css?17607053903899 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1679943754675 */
