

/* Start:/local/templates/main/components/bitrix/news/brands/bitrix/news.detail/landing/style.css?16760064552921*/
.detail-brand img{
	max-width: 100%;
}
.detail-brand .title-container{
	margin: 0 0 30px;
	overflow: hidden;
}
.detail-brand .logo{
	float: left;
}
.detail-brand .title{
	float: left;
	color: #2E2959;
    font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.detail-brand .description{
	margin: 30px 0 0;
}
.detail-brand h2{
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}
.detail-brand a{
	color: #2E2959;
}
.detail-brand .block{
	padding: 30px 0;
}
.detail-brand .callback{
	margin: 30px 0 0;
	background: #00a0e3;
	color: #FFFFFF;
}
.detail-brand .callback.callback_dark{
	background: #2e2959;
}
.detail-brand .callback .left-block{
	text-align: right;
}
.detail-brand .callback-title{
	display: inline-block;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
}
.detail-brand .callback .form{
	display: inline-block;
	width: 100%;
	max-width: 300px;
	text-align: center;
}
.detail-brand .callback .form__field{
	margin: 0 0 5px;
	padding: 5px;
	width: 100%;
	border-radius: 10px;
	border: none;
	outline: none;
}
.detail-brand .callback .send-btn{
	padding: 5px;
	width: 100%;
	border-radius: 10px;
	text-align: center;
	border: none;
	outline: none;
	background: #2e2959;
	color: #FFFFFF;
}
.detail-brand .callback.callback_dark .send-btn{
	background: #00a0e3;
}
.detail-brand .callback label{
	text-align: center;
	font-size: 12px;
}
.detail-brand-gallery{
	padding: 0 0 50px;
}
.detail-brand-gallery.slick-dotted.slick-slider{
	margin-bottom: 60px;
}
.detail-brand-gallery .slick-dots{
	bottom: -10px;
}
.detail-brand-gallery .slick-dots li button:before{
	content: '';
}
.detail-brand-gallery .slick-dots li button{
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	border-radius: 50%;
	background: #FFFFFF;
}
.detail-brand-gallery .slick-dots li.slick-active button{
	background: #009fe3;
}
.detail-brand .advantages{
	counter-reset: counter;
}
.detail-brand .advantages__item{
	margin: 30px 0 0;
	padding: 0 45px;
}
.detail-brand .advantages__item:after {
    counter-increment: counter;
    content: counter(counter);
    position: absolute;
    top: 0;
	left: 0;
    color: #2e2959;
	font-size: 40px;
	line-height: 40px;
}
.detail-brand .products{
	margin: 30px 0 0;
}
.detail-brand .products h2{
	margin: 0;
}

@media(max-width: 991px) {
	.detail-brand .logo{
		float: unset;
		display: block;
		margin: 0 auto;
	}
	.detail-brand .callback-title{
		font-size: 26px;
		line-height: 34px;
	}
}
@media(max-width: 767px) {
	.detail-brand .advantages__item{
		padding: 0 45px 0 60px;
	}
	.detail-brand .advantages__item:after{
		left: 15px;
	}
	.detail-brand .callback-title{
		margin: 0 0 30px;
	}
	.detail-brand .callback .left-block,
	.detail-brand .callback .right-block{
		text-align: center;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news/brands/bitrix/news.detail/landing/style.css?16760064552921 */
