

/* Start:/bitrix/templates/auto/components/bitrix/news/services/bitrix/news.detail/.default/style.css?15530790855671*/
.detail-dealer-img {
	height: 600px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 0px 400px rgba(0,0,0,0.6) inset;
}

.detail-dealer-img > div {
	height: 600px;
	position: relative;
}

.detail-dealer-img .dealer-heading {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
}

.detail-dealer-img .dealer-heading .dealer-heading-name {
	font-size: 50px;
	padding-bottom: 30px;
	border-bottom: 3px solid #fff;
	margin-bottom: 20px;
}

.detail-dealer-img .dealer-heading .dealer-heading-preview {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 100px;
}

.dealer-body {
	padding-top: 50px;
}

.dealer-section {
	margin-bottom: 20px;
}

.dealer-section:last-child {
	margin-bottom: 0;
}

.dealer-section-title {
	font-size: 18px;
	color: #00498d;
	padding-bottom: 5px;
}

.dealer-section-title i {
	padding-right: 8px;
}

.dealer-section-content {
	font-size: 14px;
	color: #666;
}

/* .dealer-body .dealer-section-title:after {
	content: "";
	display: block;
	height: 2px;
	width: 50px;
	margin: 7px 0 7px;
	background: currentColor;
} */

#map {
	height: 300px;
	margin-bottom: 25px;
}


.car-in-stock .car-in-stock-title {
	margin-top: 40px;
	font-size: 25px;
    color: #00498d;
	text-align: center;
}

.car-in-stock .car-in-stock-title:after {
    content: "";
    display: block;
    height: 2px;
    width: 70px;
    margin: 15px auto 40px;
    background: currentColor;
}

.model-item {
	#background: #e5e5e5;
	box-shadow: 2px 7px 30px rgba(41,44,61,.15);
	#box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.2);
	position: relative;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
			transition: 0.3s;
	margin-bottom: 25px !important;
}

.model-item:hover {
	box-shadow: 2px 7px 30px rgba(41,44,61,.25);
}

.detail-model-link {
	display: block;
	
}

.title-link {
	padding: 30px 30px 0;
}


.model-item-img {
	height: 200px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

.expert-car {
	position: absolute;
	top: 80px;
	right: 0;
	width: 80px;
	height: 25px;
}

.model-item .model-description {
	padding: 0 10px 15px;
}

.buttons-wrapper {
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
	padding: 20px;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
			transition: 0.3s;
}

.model-item:hover .buttons-wrapper {
	background: #eee;
}

.buttons-wrapper > div {
	
}

.buttons-wrapper .single-button-wrapper {
	position: absolute;
	bottom: 0;
	font-size: 16px;
	color: #3a3a3b;
	cursor: pointer;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		 -o-transition: 0.3s;
			transition: 0.3s;
}

.buttons-wrapper .single-button-wrapper:hover {
	color: rgb(0, 73, 141);
}


.buttons-wrapper .single-button-wrapper.left-wrap {
	left: 40px;
	transform: translateX(-100%);
}

.buttons-wrapper .single-button-wrapper.right-wrap {
	right: 40px;
	transform: translateX(100%);
}

.model-item .buttons-wrapper .single-button-wrapper.left-wrap:hover {
	transform: translateX(0);
	left: 0;
}

.model-item .buttons-wrapper .single-button-wrapper.right-wrap:hover {
	transform: translateX(0);
	right: 0px;
}

.test-drice-butn  {
	padding-left: 10px;
}

.credir-calc-butn  {
	padding-right: 10px;
}

.test-drice-butn, .credir-calc-butn  {
	font-size: inherit;
	color: inherit;
	display: block;
	border: none;
	background: transparent;
	cursor: pointer;
	outline: none;
	font-weight: 600;
	padding-top: 1px;
}

.buttons-wrapper .single-button-wrapper i {
	padding: 10px;
	font-size: 20px;
	min-width: 40px;
}

.simple-text .news-item {
	padding: 20px;
	position: relative;
    border-top: 1px solid #ececec;
}

.simple-text .news-item .item-content {
	padding-left: 25px;
}

.simple-text .news-item .item-img {
	height: 200px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.simple-text .news-item:last-child .dealer {
    #border-bottom: none;
}


.simple-text .news-item .item-name {
	font-size: 19px;
    color: #00498d;
}

.simple-text .news-item .item-name:after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    margin: 7px 0 7px;
    background: currentColor;
}

.simple-text .news-item .news-item-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}

.simple-text ul {
	margin-left: 35px;
	list-style: disc;
}

.dealers-car-slider {
	margin-top: 35px;
}

.dealers-car-slider .uk-slidenav-previous {
    left: 0px !important;
}

.dealers-car-slider .uk-slidenav-next {
    right: 0px !important;
}

.dealers-car-slider .simple-container .simple-footer-button button{
	padding: 8px 14px;
	border: 1px solid #aeaeae;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
}

.back-to-container {
	margin-top: 35px;
	padding-bottom: 35px !important;
}

.back-to {
	background: #fff;
    display: inline-block;
    border: 1px solid #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	padding: 10px 14px;
}

.back-to i {
	margin-right: 10px;
}

.service-button-container {
	padding-top: 20px;
	text-align: center;
}

.service-button-container .service-button {
	font-size: 16px;
    padding: 10px 20px;
}

.service-button-container .service-button i {
	padding-left: 16px;
	font-size: 18px;
}




@media (max-width: 767px) {
	#map {
		margin-top: 25px;
		margin-left: -25px;
		margin-right: -25px;
	}
	
	.dealers-car-slider {
		margin-top: 0px;
	}
	
	.simple-text .news-item .item-img {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.simple-text .news-item .item-content {
		padding: 20px 0;
	}
}
/* End */
/* /bitrix/templates/auto/components/bitrix/news/services/bitrix/news.detail/.default/style.css?15530790855671 */
