

/* Start:/local/components/hostdev/usedcars/templates/.default/style.css?17574194177868*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.my-breadcrumbs.bg-gray{
	background-color: #ffffff !important;
}

.card-item__info span span.color-white{background-color:#fff;border:1px solid #c9c9c9}
.card-item__info span span.color-black{background-color:#1a1a1a}
.card-item__info span span.color-gray{background-color:#999}
.card-item__info span span.color-red{background-color:#f01313}
.card-item__info span span.color-orange{background-color:#fe6714}
.card-item__info span span.color-milk{background-color:#fee2a3}
.card-item__info span span.color-green{background-color:#00ab3b}
.card-item__info span span.color-sky{background-color:#00b9fb}
.card-item__info span span.color-blue{background-color:#0049e5}
.card-item__info span span.color-brown{background-color:#9c5b11}
.card-item__info span span.color-grad1{
	background-image:-webkit-linear-gradient(150deg,#5a5a5a 0,#e2e2e2 63%,#a0a0a0 100%);
	background-image:-ms-linear-gradient(150deg,#5a5a5a 0,#e2e2e2 63%,#a0a0a0 100%)
}
.catalog-filter__color.color-grad2{
	background-image:-webkit-linear-gradient(150deg,#d5b31e 0,#fdf4b9 63%,#dcbb28 100%);
	background-image:-ms-linear-gradient(150deg,#d5b31e 0,#fdf4b9 63%,#dcbb28 100%)
}
.complectation-item__name {
	min-width: 28% !important;
}
.complectation-item__price {

	white-space: nowrap;
}
.complectation-item__param {
	min-width: 40% !important;
	white-space: normal !important;
}

.card-thumbs__item img {
	height: auto !important;
}
.additional_buttons{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.additional_buttons button{
	max-width: 160px;
	padding: 2px 0 5px;
}
.black-btn{
	background: #000000 !important;
}
.black-btn:hover{
	background: #242424 !important;
}
.card-item__info{
	width: 25% !important;
}
.card-item__infos{
	width: 100%;
}
.card-item__prices .card-item__link{
	border-bottom: 1px dashed #666;
	color: #666;
}
.card-item__prices .card-item__link:hover{
	color: #f01313;
}
.card-item__infos{
	margin-bottom: 10px;
}
.additional_buttons button span:before,
.additional_buttons button span:after{
	content: none;
}
@media (max-width: 768px){

	.additional_buttons button{
		max-width: 100%;
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
	}

	li a.card-item__address {
		display: inline-block;
		border-bottom: 1px dashed #000;
	}
	.mobile .card-item__info{
		width: 100%;
	}
	.card-item__prices{
		flex-direction: column;
		align-items: flex-start !important;
	}
	.card-item__prices .card-item__link{
		margin-top: 10px;
	}
	.card-item__prices .card-item__price,
	.card-item__prices .card-item__oldprice{
		width: 100%;
		margin-right: 0;
	}
	.card-item__middle .card-item__info{
		width: 100% !important;
	}
}

.card-warranty{
	padding: 10px 10px 10px 30px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
}
.card-warranty a{
	width: 100%;
}
.card-warranty img{
	width: 50%;
	height: auto;
	margin-bottom: 20px;
}
.card-warranty span{
	width: 100%;
}
@media (max-width: 768px){
	.card-warranty{
		padding: 10px 0;
	}
	.card-warranty a{
		width: 100%;
	}
	.card-warranty img{
		width: 100%;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.card-warranty span{
		width: 100%;
		padding-left: 10px;
	}
}
.sub__title{display: flex; flex-wrap:wrap; justify-content: space-between; align-items: center;margin-bottom: 10px;}
.sub__title > div { display: flex;flex-direction: column;}
.sub__title > div:nth-child(2){text-align: right;}
.sub__title span{ padding-bottom: 10px;}
.sub__title img{margin-top: -3px;}
.sub__title .btn svg {width: 20px;margin-bottom: -5px;margin-right: 5px;}
.sub__title a.card-item__address{display: inline-block;margin-left: 10px;border-bottom: 1px dashed #000;}
.sub__title a.card-item__address:hover{border-bottom: 1px dashed red; transition: border-bottom-color 0.3s;}
.card-item .btn.btn-white svg {width: 20px;margin-bottom: -5px;margin-right: 5px;}
.card-item .btn-white{background: #fff;border: 1px solid #CCCCCC;border-radius: 0;margin-top: 5px;}
.card-item .btn-white:hover{background-color: red;border-color: red;color: #fff !important;outline: none;}
.card-item .btn-white:hover svg{fill:#fff;}
.mobile{display:none !important;}
@media (max-width: 768px){
	.desktop{display:none !important;}
	.mobile{display:block !important;}
	.card-item .btn-white{margin-top:0;}
	.sub__title {justify-content: right;}
	.sub__title span {
		padding-bottom: 0px;
	}
}

/*
.card-thumbs__item:nth-child(6n) {
	margin-right: 15px !important;
}
.card-thumbs__item.slick-active:nth-child(6n) {
	margin-right: 0px !important;
}*/
/* Записаться на оценку */
.svg-icon.stroke-accent{
	width: 30px;
	height: 30px;
	overflow: hidden;
	fill: none;
	stroke: #fff;
}
.tr-evaluation-cta{
	padding: 40px 30px;
	box-shadow: 0 15px 20px rgb(0 0 0 / 4%);
	margin-top:40px;
	min-height: auto !important;
	background: linear-gradient(180deg, #5E5E5E 27.6%, #1A1A1A 100%);
	border-radius: 6px;
}
.tr-evaluation-cta.catalog-item {
	width: 100%;
}
.tr-body{
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
}
.tr-media{
	width: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}
.tr-media svg{
	flex-shrink: 0;
	width: 100%;
	height: auto;
}
.tr-icon-accent-light {
	fill: #f2a6b7;
}
.tr-icon-accent {
	fill: #e1375d;
}
.tr-icon-car{
	fill: #fff;
}
.tr-icon-zoom{
	fill: #e1375d;
}
.tr-text{
	margin-right: auto;
}
.tr-text h2{
	color: #fff;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: normal;
}
.tr-subtitle{
	color: #ccc;
}
.tr-aside{
	display: block;
	margin-left: 20px;
	width: 280px;
}
.tr-aside button{
	/*border-radius: 5px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
    text-decoration: none;
    background: #e10000;
    border: 1px solid #e10000;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 18px 40px;*/
}
.tr-aside button:hover{
	box-shadow: inset 0 0 0 1px #e1375d;
	color: #fff;
}
.tr-middle-slot{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	flex-grow: 1;
}
.tr-col.mobile{
	display: none;
}
@media (max-width: 768px){
	.tr-evaluation-cta.desktop{
		display: none;
	}
	.tr-col.mobile{
		display: flex;
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% - 20px);
		margin: 10px;
		max-width: calc(100% - 20px);
	}
	.tr-cta-accent{
		display: block;
		padding: 20px 15px 20px 20px;
		border-radius: 0;
		/*border: 2px solid #e1375d;*/
		box-shadow: none;
		flex-grow: 1;
		background: linear-gradient(180deg, #5E5E5E 27.6%, #1A1A1A 100%);
		border-radius: 6px;
	}
	.tr-root-button{
		display: flex !important;
		flex-direction: row-reverse;
		text-align: left;
		width: 100%;
		display: flex;
		align-items: center;
		border: 0;
		background: transparent;
		border-radius: 50px !important;
	}
	.tr-media{
		display: flex;
		align-items: center;
		margin-bottom: 0;
		width: 95px;
		justify-content: center;
		flex-shrink: 0;
		margin-right: 0;
	}
	.tr-media svg{
		overflow: hidden;
		flex-shrink: 0;
	}
	.tr-root-button .tr-text{
		display: block;
		text-transform: uppercase;
		font-size: 14px;
		padding-right: 20px;
		margin-left: auto;
		margin-right: auto;
		color:#fff;
	}
	.tr-media .tr-icon-car{
		fill: #fff;
	}
	.tr-media .tr-icon-zoom{
		fill: #fff;
	}
}
/* End */
/* /local/components/hostdev/usedcars/templates/.default/style.css?17574194177868 */
