

/* Start:/local/templates/main/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16711332689741*/
/*start анимация для блока баннера*/
	.banner-animated .image{
		opacity: 0;
		transform: translate3d(30px,0,0);
		transition: all 0.6s 0.4s ease-in-out;
	}
	.banner-animated .image img{
		max-width: 100%;
	}
	.banner-animated.banner-image-load .image{
		opacity: 1;
		transform: translate3d(0,0,0);
	}
/*end анимация для блока баннера*/

/*start стили для детальной блога*/
	.blog-banner{
		margin-bottom: 30px;
	}
	.blog-banner .banner-elem{
		height: 460px;
	}
	.blog-banner .banner-elem .text-wrap{
		padding-left: 72px;
	}
	
	.blog-banner .banner-elem .image img{
		max-height: 460px;
		margin: 0 auto;
	}
	.blog-banner .banner-elem h1{
		font-size: 30px;
		margin-bottom: 15px;
		line-height: 36px;
		max-height: 108px;
	}
	.blog-banner .banner-elem .descr{
		max-height: 92px;
		font-size: 14px;
		line-height: 24px;
	}

	.blog-banner.banner-no-bg .banner-elem{
		height: 380px;
	}
	.blog-banner.banner-no-bg .banner-elem .image{
		vertical-align: middle;
	}
	.blog-banner.banner-no-bg .banner-elem .image img{
		max-height: 380px;
	}
	.blog-banner.banner-no-bg .banner-elem .date{
		color: #888888;
	}
	.blog-banner.banner-no-bg .banner-elem h1{
		font-family: "roboto_ltregular";
		font-size: 24px;
		margin-bottom: 12px;
		line-height: 29px;
		/*max-height: 57px;*/
	}
	.blog-banner.banner-no-bg .banner-elem .image{
		width: 50%;
	}

	.blog-banner.banner-no-image .banner-elem .text-wrap{
		padding: 0;
	}
	.blog-banner.banner-no-image .banner-elem{
		height: auto;
	}
	.blog-banner.banner-no-image .banner-elem .date{
		color: #888888;
	}
	.blog-banner.banner-no-image .banner-elem h1{
		font-family: "roboto_ltregular";
		font-size: 24px;
		margin-bottom: 12px;
		line-height: 29px;
		max-height: 87px;
	}
	.blog-banner.banner-no-image .banner-elem .social{
		height: auto;
	}

	.h2.blog-title-product{
		margin-bottom: 12px;
	}

#newsDetail{
	margin-top: 24px;
	margin-bottom: 24px;
}
#newsDetail .description{
	border-top: 1px solid #e7e8ea;
	padding-top: 24px;
	line-height: 21px;
	margin-top: 24px;
	/*max-width: 850px;*/
	font-size: 14px;
}
#newsDetail .description img{
	display:block;
	margin:0 auto;
	max-width:100%;
	height:auto;
}
#newsDetail .more{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	margin-top: 12px;
	color: #ffffff;
	padding: 4px 12px;
}


#newsDetail .more:active{
	position: relative;
	top: 1px;
}

#newsDetail .bigPicture img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
#newsDetail .info{
	margin-top: 24px;
	color: #888888;
}
#newsDetail .info .item__info{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#newsDetail .info .item__info:last-of-type{
	margin-right: 0;
}
#newsDetail .info .item__info .bold-item{
	font-weight: bold;
}
#newsDetail .uptolike-buttons a:hover{
	cursor: pointer;
}
.bold-item{
	font-weight: bold;
}
	@media screen and (max-width: 1800px){
		.blog-banner.banner-no-bg .banner-elem{
			height: 320px;
		}
		.blog-banner.banner-no-bg .banner-elem .image img{
			max-height: 320px;
		}
		.blog-banner.banner-no-bg .banner-elem .text-wrap{
			padding-left: 48px;
		}
	}

	@media screen and (max-width: 1600px){
		.blog-banner .banner-elem .text-wrap{
			padding-left: 48px;
		}
		.blog-banner .banner-elem{
			height: 420px;
		}
		.blog-banner .banner-elem .image img{
			max-height: 420px;
		}

		.blog-banner.banner-no-bg .banner-elem .text-wrap{
			padding-left: 30px;
		}
		.blog-banner.banner-no-bg .banner-elem{
			height: 300px;
		}
		.blog-banner.banner-no-bg .banner-elem .image img{
			max-height: 300px;
		}
		.blog-banner.banner-no-bg .banner-elem .social{
			height: 36px;
		}
	}

	@media screen and (max-width: 1400px){
		.blog-banner .banner-elem .text-wrap{
			padding-left: 30px;
		}
		.blog-banner .banner-elem{
			height: 340px;
		}
		.blog-banner .banner-elem .image img{
			max-height: 340px;
		}
		.blog-banner .banner-elem .descr{
			line-height: 20px;
			max-height: 80px;
		}

		.blog-banner.banner-no-bg .banner-elem .text-wrap{
			padding-left: 18px;
		}
		.blog-banner.banner-no-bg .banner-elem h1{
			font-size: 20px;
			margin-bottom: 10px;
			line-height: 24px;
			max-height: 72px;
		}
		.blog-banner.banner-no-bg .banner-elem{
			height: 280px;
		}
		.blog-banner.banner-no-bg .banner-elem .image img{
			max-height: 280px;
		}

		.blog-banner.banner-no-image .banner-elem h1{
			font-size: 20px;
			margin-bottom: 10px;
			line-height: 24px;
			max-height: 72px;
		}
	}

	@media screen and (max-width: 1200px){
		.blog-banner .banner-elem h1{
			font-size: 24px;
			margin-bottom: 12px;
			line-height: 29px;
			max-height: 87px;
		}
		.blog-banner .banner-elem{
			height: 300px;
		}
		.blog-banner .banner-elem .image img{
			max-height: 300px;
		}
	}

	@media screen and (max-width: 1024px){
		.blog-banner .banner-elem h1{
			font-size: 20px;
			margin-bottom: 10px;
			line-height: 24px;
			max-height: 72px;
		}
		.blog-banner .banner-elem .text-wrap{
			padding-left: 18px;
		}
		.blog-banner .banner-elem{
			height: 260px;
		}
		.blog-banner .banner-elem .image img{
			max-height: 260px;
		}
	}

	@media screen and (max-width: 800px){
		.blog-banner{
			margin-bottom: 18px;
		}
		.blog-banner .banner-elem h1{
			font-size: 18px;
			margin-bottom: 8px;
			line-height: 22px;
			max-height: 66px;
		}
		.blog-banner .banner-elem .text-wrap{
			padding-left: 12px;
		}
		.blog-banner .banner-elem{
			height: 250px;
		}
		.blog-banner .banner-elem .image img{
			max-height: 250px;
			margin: 0 0 0 auto;
		}

		.blog-banner.banner-no-bg .banner-elem h1{
			font-size: 18px;
			margin-bottom: 8px;
			line-height: 22px;
			max-height: 66px;
		}
		.blog-banner.banner-no-bg .banner-elem .text-wrap{
			padding-left: 12px;
		}
		.blog-banner.banner-no-bg .banner-elem{
			height: 250px;
		}
		.blog-banner.banner-no-bg .banner-elem .image img{
			max-height: 250px;
		}

		.blog-banner.banner-no-image .banner-elem h1{
			font-size: 18px;
			margin-bottom: 8px;
			line-height: 22px;
			max-height: 66px;
		}
	}

	@media screen and (max-width: 700px){
		.blog-banner.banner-bg .banner-elem{
			display: block;
		}
		.blog-banner.banner-bg .banner-elem .text-wrap{
			display: block;
			padding: 12px 12px 0;
		}
		.blog-banner.banner-bg .banner-elem .image{
			display: block;
			width: 100%;
			padding: 0;
		}
		.blog-banner.banner-bg .banner-elem .image img{
			margin: 0 auto;
		}
		.blog-banner.banner-bg .banner-elem{
			height: auto;
		}

		.blog-banner.banner-no-bg .banner-elem{
			display: block;
		}
		.blog-banner.banner-no-bg .banner-elem .text-wrap{
			display: block;
			padding: 12px 12px 0;
		}
		.blog-banner.banner-no-bg .banner-elem .image{
			display: block;
			width: 100%;
			padding: 0 12px;
		}
		.blog-banner.banner-no-bg .banner-elem .image img{
			margin: 0 auto;
			max-height: none;
			width: 100%;
		}
		.blog-banner.banner-no-bg .banner-elem{
			height: auto;
		}
	}

	@media screen and (max-width: 500px){
		/*.blog-banner .banner-elem{
			background: none !important;
		}*/
		/*.blog-banner .banner-elem .descr{
			display: none;
		}*/
		/*.blog-banner .banner-elem{
			height: 120px;
		}*/
		.blog-banner .banner-elem h1{
			margin-bottom: 12px;
			font-size: 16px;
			margin-bottom: 8px;
			line-height: 20px;
			max-height: 60px;
		}
		.blog-banner .banner-elem .image img{
			max-height: 200px;
		}

		.blog-banner.banner-no-bg .banner-elem h1{
			font-size: 16px;
			margin-bottom: 8px;
			line-height: 20px;
			max-height: 60px;
		}
		/*.blog-banner.banner-no-bg .banner-elem{
			height: 120px;
		}*/
		/*		.blog-banner.banner-no-bg .banner-elem .image img{
			max-height: 120px;
		}*/

		.blog-banner.banner-no-image .banner-elem h1{
			font-size: 16px;
			margin-bottom: 8px;
			line-height: 20px;
			max-height: 60px;
		}
		.blog-banner.banner-no-image .banner-elem .descr{
			display: block;
		}
	}

	@media screen and (max-width: 350px){
		.blog-banner .banner-elem{
			height: auto;
			border: none;
		}
		.blog-banner .banner-elem .text-wrap{
			padding: 0;
		}
		.blog-banner .banner-elem .descr{
			display: block;
		}
		.blog-banner .banner-elem .image{
			display: none;
		}

		.blog-banner.banner-no-bg .banner-elem{
			height: auto;
		}
		.blog-banner.banner-no-bg .banner-elem .image{
			padding: 0;
		}
		.blog-banner.banner-no-bg .banner-elem .text-wrap{
			padding: 0;
		}
	}

	.other-news{
		border: 1px solid #e7e8ea;
	}
	.other-news-title.h3{
		text-align: center;
		height: 60px;
		line-height: 60px;
		padding: 0 12px;
		border-bottom: 1px solid #e7e8ea;
		background: #f9f9f9;
	}
	.other-news-list {	 }
	.other-news .news{
		padding: 24px;
		border-bottom: 1px solid #e7e8ea;
	}
	.other-news .news:first-child{
		padding-top: 12px;
	}
	.other-news .news:last-child{
		border-bottom: none;
	}
	.other-news .image{
		padding: 0 0 16px;
		text-align: center;
	}
	.other-news .image a{
		display: inline-block;
	}
	.other-news .image img{
		display: inline-block;
		vertical-align: top;
		max-width: 100%;
		max-height: 150px;
		width: auto;
		height: auto;
		transition: all 0.2s ease-in-out;
	}
	.other-news .image a:hover img{
		opacity: 0.9;
	}
	.other-news .image a:active img{
		position: relative;
		top: 1px;
	}
	.other-news .name{
		display: inline-block;
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 18px;
		max-height: 54px;
		overflow: hidden;
		color: #000000;
		text-decoration: none;
		transition: all 0.2s ease-in-out;
	}
	.other-news .announcement{
		margin-bottom: 6px;
		font-size: 13px;
		line-height: 16px;
		max-height: 48px;
		overflow: hidden;
		color: #888888;
	}
/*end стили для детальной блога*/
/* End */


/* Start:/local/components/additional/treelike_comments_ext/templates/.default/style.css?16711332573292*/
#new_comment_form {
	margin:0px;
	padding:0px;
	width:100%;
}
#new_comment_form fieldset {
	width:100%;
}

#new_comment_form textarea {
	height:60px;
}

p.new_comment_header {
	text-align:left;
	width:100%;
}

.webFormItemField input[type="tel"] {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 55px;
	/* max-width: 600px; */
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	outline: none;
	height: 55px;
	width: 100%;
}
.webFormItemField input[type="tel"]:focus{
	border: 1px solid #aaaaaa;
}
.webFormTools button[type="submit"]{
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	background-color: #ed1c24;
	text-align: center;
	line-height: 55px;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 55px;
	width: 100%;
	max-width: 200px;
	padding: 0;
}
.webFormTools button[type="submit"]:hover{
	background-color: #ff232b;
}
.webFormTools button[type="submit"].loading{
	background-color: #e7e7e7;
	cursor: pointer;
}
#leave_comment_link{
	color:#212529;
}
#wrap-start-comment{
	margin-bottom: 24px;
}
#start-comment{
	position: relative;
}
.box-text-comment{
	text-align: left;
	padding: 0;
	margin: 16px 0
}
.box-text-comment .title-section{
	display: inline-block;
	text-align: left;
	padding: 0;
	vertical-align: middle;
	margin: 0 66px 0 0;
}
.box-text-comment .title-section>span{
	padding: 0;
	font-family: 'robotobold';
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 20px;
	display: block;
	line-height: 35px;
	height: 35px;
	color: #3f3f3f;
	position: relative;
}
.box-text-comment.show-block-form .title-section{
	display:block;
}
.btn-block-link{
	display: inline-block;
	vertical-align: middle;
	margin-top: 4px;
}
.st-no-comments-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex-basis: 0%;
	margin-top: 12px;
	padding: 18px;
	background: #f8f8f8;
}
.st-no-comments-wrap img{
	display: inline-block;
	margin-right: 18px;
	vertical-align: middle;
}
.name-reviews{
	font-family: 'robotobold';
	font-weight: 400;
}
.info-section-reviews{
	margin-bottom: 5px;
}
.item-reviews{
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
	padding: 24px;
}
.mess-moderator{
	display: none;
	max-width: 480px;
	font-family: "robotoMedium";
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 10px;
	font-size: 18px;
	border: 1px solid #ed1c24;
	background-color: #f1f1f1;
}
.loader-status{
	display: none;
	position: absolute;
	top:14px;
	left: 15px;
	width:26px;
	height: 26px;
	background: url(/local/components/additional/treelike_comments_ext/templates/.default/images/loading.gif) no-repeat;
}
/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/form-stock/style.css?1671133268731*/
.feedback.car-selection{
    max-width:none;
    color: #fff;
    margin: 50px auto;
    background: #ffc656;
}
.feedback.car-selection .pglavh2{
    text-transform: uppercase;
}
.feedback-form.block-form{
    max-width: 1100px;
    margin: 0 auto;
}
section.feedback .feedback-form.block-form .form-group{
    padding-right: 20px;
    padding-left: 20px;
}
.feedback.car-selection .form_result.success{
    color:#000;
}
section.feedback.form-action-section .feedback-form .form-group input{
    max-width: 100%
}
section.feedback.form-action-section .feedback-form p{
    text-transform: uppercase;
}
section.feedback.form-action-section .feedback-form .submit-form{
    text-transform: uppercase;
}

/* End */
/* /local/templates/main/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16711332689741 */
/* /local/components/additional/treelike_comments_ext/templates/.default/style.css?16711332573292 */
/* /local/templates/main/components/bitrix/form.result.new/form-stock/style.css?1671133268731 */
