

/* Start:/local/components/auto.2019/equip-row/templates/line-new-2026/style.css?17781531807517*/
.table-body_eq_new {
	display: flex;
    color: #303030;
    font-size: 1.6rem;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
    justify-content: space-between;
}
.table-body_eq_new.item-open{
	border-bottom: 1px solid #FFF;
}
.table-head_eq_new{
	color: #CCCCCC;
    font-size: 13px;
    padding: 10px 0;
}

.car-table .table-body_eq_new__item{
	font-size: 13px;
	white-space: nowrap;
	
}
.car-table .table-body_eq_new__item .eq-profit{
	color: #D7103C;
}
.car-table .table-head_eq_new__item{
	text-align: center;
}
.car-table .table-head_eq_new__item:nth-child(1), .car-table .table-body_eq_new__item:nth-child(1) {
 	white-space: wrap;
 	text-align: left;
 	position: relative;
}


.car-table .table-body_eq_new__item:nth-child(1) svg{
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -9px;
	transition: .3s;
}
.car-table .item-open .table-body_eq_new__item:nth-child(1) svg{
	transform: rotate(90deg);
}

.car-table .table-head_eq_new__item:nth-child(1), .car-table .table-body_eq_new__item:nth-child(1) {
  width: 15%;
}

.car-table .table-head_eq_new__item:nth-child(2), .car-table .table-body_eq_new__item:nth-child(2) {
  width: 10%;
}

.car-table .table-head_eq_new__item:nth-child(3), .car-table .table-body_eq_new__item:nth-child(3) {
  width: 5%;
}

.car-table .table-head_eq_new__item:nth-child(4), .car-table .table-body_eq_new__item:nth-child(4) {
  width: 5%;
}

.car-table .table-head_eq_new__item:nth-child(5), .car-table .table-body_eq_new__item:nth-child(5) {
  width: 9.25%;
}

.car-table .table-head_eq_new__item:nth-child(6), .car-table .table-body_eq_new__item:nth-child(6) {
  width: 9.25%;
}

.car-table .table-head_eq_new__item:nth-child(7), .car-table .table-body_eq_new__item:nth-child(7) {
  width: 9.25%;
}

.car-table .table-head_eq_new__item:nth-child(8), .car-table .table-body_eq_new__item:nth-child(8) {
  width: 9.25%;
  text-align: left;
}
.car-table .table-head_eq_new__item:nth-child(9), .car-table .table-body_eq_new__item:nth-child(9) {
  width: 28%;
}
.eq_new-btn{
	display: flex;
    gap: 5px;
    justify-content: space-between;
}
.eq_new-btn button{
	padding: 5px 7px;
	
}
.eq_new-btn button span{
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.car-table .row-opened-eq{
	position: relative;
	border: none !important;
	background: #FFF;
	box-shadow: 0 4px 7.4px 1px rgba(0, 0, 0, 0.20);
	padding: 25px 20px;
	margin-bottom: 30px;
}
.car-table .row-opened-eq .btn-print-eq{
	position: absolute;
	top: 20px;
    right: 20px;
	border: none;
	padding: 0;
}
.car-table .row-opened-eq .row-opened-eq__wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 49px;
}
.car-table .row-opened-eq .row-opened-eq__wrap .row-opened-eq__col{
	width: 33.3333%;
}
.row-opened-eq__list-title{
	display: flex;
	gap: 5px;
	text-align: center;
	color: #D2103C;
	font-family: Oswald;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	padding-bottom: 10px;
}
.row-opened-eq__list{
	list-style: disc;
	padding-left: 20px;
}
.row-opened-eq__list:not(:last-child){
	margin-bottom: 15px;
}
.row-opened-eq__list-item {
	
	margin-bottom: 5px;
	font-size: 13px;
	color: #494949;
}
.row-opened-eq .order-call{
	box-shadow: none;
	background: #FAFAFA;
}

.row-opened-eq .order-call .order-call__title{
	color: #000;
	font-family: Oswald;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.row-opened-eq .order-call input{
	border: 1px solid #D2103C;
	color: #494949;
}
.car-table .table .row-opened-eq .row-opened__cost{
	margin: 0 0 20px;
}
.table-body_eq_new .btn_add_compare.go-to-compare{
	background-color: #CF103C;
	color: #FFF;
}
.eq_new-btn-mobile{
	display: none;
}
@media (max-width: 1199px) {
	.eq_new-btn{
		display: none;
	}
	.eq_new-btn-mobile{
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.eq_new-btn-mobile button{
		width: calc(50% - 7.5px);
		padding: 10px 30px;
	}
	.eq_new-btn-mobile button.go-to-compare{
		background-color: #CF103C;
		color: #FFF;
	}
	.eq_new-btn-mobile button:last-child{
		width: 100%;
	}
	.table-head_eq_new{
		justify-content: space-between;
	}
	.car-table__nav-item span{
		white-space: nowrap;
	}

	


}
@media (max-width: 768px) {
	 .car-table__nav {
        overflow: hidden;
    }
    
    .car-table__nav-item {
        white-space: nowrap; /* Запрещаем перенос текста */
        display: inline-block;
        width: auto !important; /* Автоширина под контент */
        padding: 8px 16px; /* Ваши отступы */
        margin-right: 10px; /* Отступ между слайдами */
    }
    
    /* Для Slick слайдов */
    .car-table__nav .slick-track {
        display: flex;
        align-items: center;
    }
    
    .car-table__nav .slick-slide {
        float: left;
        width: auto !important;
        display: flex !important;
    }
    
    .car-table__nav .slick-slide > div {
        width: auto;
    }
    .car-table .table-head_eq_new__item{
    	width: 100% !important;
    	font-size: 16px;
    }
    .car-table .table-head_eq_new__item br{
    	display: none;
    }
    .car-table .table-head_eq_new__item:not(:first-child){
    	display: none;
    }
    .table-body_eq_new{
    	padding: 30px 0;
    	margin: 0 15px;
    	position: relative;
    }
    .car-table .table-body_eq_new__item{
    	width: auto !important;
    	font-size: 14px;
    }
    .car-table .table-body_eq_new__item:nth-child(7){
    	display: none;
    }
    .table-body_eq_new{
    	padding-right: 160px;
    	display: inline-flex !important;
    	flex-wrap: wrap;
    	justify-content: flex-start;
        gap: 0 5px;
    }
    .car-table .table-body_eq_new__item:nth-child(1){
    	width: 100%  !important;
    	margin-bottom: 10px;
    	font-size: 16px;
    }
    .car-table .table-body_eq_new__item:nth-child(8){
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	gap: 5px;
    	font-size: 19px;
    	color: #FFF;
    	position: absolute;
    	right: 0;
    	width: 161px !important;;
		height: 38px;
    	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='158' height='38' viewBox='0 0 158 38' fill='none'%3E%3Cpath d='M20.2761 1.21989C21.1849 0.433072 22.3467 0 23.5488 0H152.728C155.489 0 157.728 2.23858 157.728 5V33C157.728 35.7614 155.489 38 152.728 38H23.1803C22.2048 38 21.2507 37.7147 20.4353 37.1792L2.25519 25.2382C-0.517462 23.4171 -0.780513 19.4502 1.72739 17.2789L20.2761 1.21989Z' fill='%231060D8'/%3E%3C/svg%3E");
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: contain; 
    }

    .car-table .table-body_eq_new__item:nth-child(5){
    	position: absolute;
    	right: 0;
    	top: 10px;
    	font-size: 14px;
    }
    .car-table .table-body_eq_new__item:nth-child(6){
    	color: #D2103C;
    }
    .car-table .row-opened-eq .row-opened-eq__wrap{
    	flex-wrap: wrap;
    	gap: 15px;
    }
    .car-table .row-opened-eq .row-opened-eq__wrap .row-opened-eq__col{
    	width: 100%;
    }
}
/* End */
/* /local/components/auto.2019/equip-row/templates/line-new-2026/style.css?17781531807517 */
