

/* Start:/local/templates/souz-region/components/bitrix/news/avtotekhnika/bitrix/news.detail/avtotekhnika/style.css?17434006294718*/
.detail-avtotekhnika .detail-top,
.detail-avtotekhnika .detail-tabs,
.detail-avtotekhnika .map{
	padding: 0 var(--container-offset);
}

.detail-top{
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.detail-top .photo-wrapper{
	width: 50%;
}

.detail-top .info-wrapper{
	display: flex;
	flex-direction: column;
	gap: 35px;
	width: 50%;
	padding: 30px 0;
}

.info-wrapper .detail-title{
	font-weight: 700;
	font-size: 28px;
	color: var(--first);
	margin: 0;
}

.info-wrapper .detail-price{
	font-weight: 600;
	font-size: 24px;
	color: var(--second);
	margin: 0;
}

.info-wrapper .detail-title span{
	font-size: 28px;
}

.info-wrapper a{
	margin: 10px;
}

.swiper-auto{
	height: 500px;
}

.swiper-small{
	height: 150px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: var(--bg);
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.big_img{
	cursor: zoom-in;
}

.swiper-small {
	box-sizing: border-box;
	margin-top: 10px;
}

.swiper-small .swiper-slide {
	cursor: pointer;
	opacity: 0.4;
}

.swiper-small .swiper-slide-thumb-active {
	opacity: 1;
}

.characteristics{
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
}

.characteristic-item{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px;
}

.characteristic-category{
	font-size: 16px;
	color: var(--first);
	font-weight: 600;
}

.characteristic-item .characteristic-name{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	flex: 1 1 calc(50% - 5px);
	box-sizing: border-box;
	color: #979797;
	font-size: 16px;
}

.characteristic-item .characteristic-name:after{
	content: "";
	position: relative;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	min-width: 15px;
	height: 1px;
	margin: 0 5px;
	border-bottom: 1px dotted #9d9d9d;
}

.characteristic-item .characteristic-value{
	flex: 1 1 calc(50% - 5px);
	box-sizing: border-box;
	color: #000000;
	font-size: 16px;
}

.detail-btns{
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.detail-btns .buy-btn{
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	padding: 5px 50px;
	text-align: center;
	color: #fefefe;
	border-radius: 5px;
	background-color: var(--first);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.detail-btns .buy-btn:hover{
	background-color: var(--second);
}

.detail-btns .lizing-btn{
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	padding: 5px 50px;
	text-align: center;
	color: #7b7b7b;
	border-radius: 5px;
	background-color: #e2e2e2;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.detail-btns .lizing-btn:hover{
	background-color: #d2d2d2;
}

.detail-tabs{
	position: relative;
	margin: 40px 0;
}

.detail-tabs .tab-nav{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.detail-tabs .tab-nav .tab-btn{
	border: 1px solid #2d4191;
	border-bottom: none;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	padding: 12px 14px;
	font-family: var(--font-family);
	font-size: 16px;
	color: var(--first);
}

.detail-tabs .tab-nav .tab-btn.tab-btn-active{
	background: var(--first);
	border:unset;
	color: var(--bg);
}

.detail-tabs .tab-content{
	border: 1px solid var(--first);
	padding: 30px;
	font-size: 16px;
}

.detail-tabs .tab-pane:not(.tab-pane-show) {
	display: none;
}

.tab-pane-show table{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	width: 100%;
	background-color: #e5ebf4;
	border: none;
	border-collapse: collapse;
}

.tab-pane-show table td,
.tab-pane-show table th{
	border: none;
	border-collapse: collapse;
}

.tab-pane-show table tr:nth-child(even) {
	background-color: #ffffff;
}

@media screen and (max-width: 1440px){
	.detail-avtotekhnika .map{
		padding: 0;
	}
}

@media screen and (max-width: 1024px){
	.detail-top .photo-wrapper{
		width: 40%;
	}
	.detail-top .info-wrapper{
		width: 60%;
	}
}

@media screen and (max-width: 768px){
	.detail-top{
		flex-wrap: wrap;
	}
	.detail-top .photo-wrapper,
	.detail-top .info-wrapper{
		width: 100%;
	}
	.info-wrapper .detail-title{
		font-size: 22px;
	}
	.info-wrapper .detail-price{
		font-size: 18px;
	}
	.characteristic-item .characteristic-name{
		font-size: 14px;
	}
	.characteristic-item .characteristic-value{
		font-size: 14px;
	}
	.tab-pane-show table{
		font-size: 14px;
	}
	.detail-tabs .tab-content{
		font-size: 14px;
	}

}

@media screen and (max-width: 600px){

}
/* End */
/* /local/templates/souz-region/components/bitrix/news/avtotekhnika/bitrix/news.detail/avtotekhnika/style.css?17434006294718 */
