

/* Start:/local/templates/fissman_fast/css/reset.min.css?1750331449436*/
a,blockquote,body,button,dd,div,dl,dt,em,form,h1,h2,h3,h4,h5,h6,hr,html,img,input,label,li,ol,p,select,span,strong,table,tbody,td,textarea,tfoot,th,thead,tr,ul{margin:0;padding:0;border-style:none;outline:0;background:0 0;vertical-align:baseline;font:inherit}*,input,textarea{box-sizing:border-box}body{font-size:12px;line-height:1;color:#000}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}strong{font-weight:700}
/* End */


/* Start:/local/templates/fissman_fast/components/bitrix/news/coating/bitrix/news.detail/.default/style.css?17092020234748*/
html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong, 
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea, blockquote{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	vertical-align: baseline;
	font: inherit;
}
input, textarea{
	box-sizing:border-box;
}
body {
	font: 300 16px/24px 'Roboto', sans-serif;
	line-height: 1;
	color: #000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
strong{
	font-weight:bold;
}
*{
	box-sizing: border-box;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-size: 26px;
    line-height: normal;
    color: #000;
    text-align: center;
    font-weight: 400;
    margin: 0 0 50px;
}
h2, .h2 {
    text-align: left;
    font-size: 22px;
    margin: 0 0 38px;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.button, .main_button.quickbuybutton, .button_for_ajax #main_button, .btn.btn-lg.btn-success {
	min-height: 40px;
	display: inline-block;
	border: #dadada 1px solid;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	line-height: normal;
	padding: 12px 12px 10px;
	transition: border-color ease .2s, color ease .2s, background ease .2s;
	position: relative;
	border-radius: 50px;
}
.button.flood, .button_for_ajax #main_button {
    background: #13b6c9;
    border-color: #13b6c9;
    color: #fff;
    transition: background ease .2s;
}
.news-detail{
	max-width: 714px;
	margin: 0 auto;
}
.top-banner img{
	display: block;
	max-width: 100%;
}
.preview-text{
	font-size: 19px;
    line-height: 28px;
	margin: 0 0 15px;
}
.coating-labels.flex{
	flex-wrap: wrap;
	text-align: center;
	align-items: flex-start;
	margin: 0 0 30px;
}
.coating-labels li{
	width: 27%;
	line-height: 20px;
}
.coating-labels__img{
	text-align: center;
	margin: 0 0 24px;
	height: 125px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
}
.coating-labels p:after{
	content: "";
	display: block;
	max-width: 97px;
	margin: 8px auto 0;
	background: #000;
	height: 1px;
}
.coating-labels__img span{
	text-transform: lowercase;
}
.coating-labels__img b{
	font-size: 21px;
}
.middle-banner{
	margin: 0 0 24px;
}
.middle-banner img{
	max-width: 100%;
}
.coating-video.flex{
	font-size: 12px;
	line-height: 18px;
	align-items: stretch;
	flex-wrap: wrap;
}
.coating-video__item{
	width: 49.1%;
	border-top: #000 1px solid;
	padding: 25px 0 0;
	margin: 0 0 20px;
}
.coating-video__item:nth-child(1), .coating-video__item:nth-child(2){
	border: none;
	padding: 0;
}
.coating-video__item iframe{
	margin: 0 0 24px;
	width: 100%;
}
.coating-video__item p:not(:last-child){
	margin: 0 0 30px;
}
.coating-video__title{
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px;
}
.container{
	padding: 0 !important;
}
.news-detail h1{
	margin: 50px 0;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
}
.news-detail__header{
	background: #ec008c;
	height: 80px;
	padding: 15px 5px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.coating-footer{
	text-align: center;
	padding: 40px 0;
	position: relative;
	margin: 10px 0 0;
}
.coating-footer h2{
	text-align: center;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 27px;
	color: #a7a7a7;
}
.coating-footer h2 span{
	color: #000;
}
.coating-footer:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	background: #777777;
	background: -moz-linear-gradient(left,  #777777 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(left,  #777777 0%,#f3f3f3 100%);
	background: linear-gradient(to right,  #777777 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#f3f3f3',GradientType=1 );
}
.coating-footer .button{
	min-width: 210px;
}

@media screen and (max-width: 768px) {
	.news-detail__header{
		margin: 0 -15px;
	}
}
@media screen and (max-width: 660px) {
	.coating-labels li{
		width: 48%;
	}
	.news-detail h1{
		margin: 30px 0 20px;
	}
}
@media screen and (max-width: 500px) {
	.coating-labels li{
		width: 100%;
		margin: 0 0 20px;
	}
	.coating-video__item{
		width: 100%;
	}
	.news-detail__header{
		padding: 12px 5px 5px;
		height: 60px;
	}
	.news-detail__header img{
		width: 100px;
	}
	.coating-footer h2 {
		font-size: 20px;
		line-height: 31px;
		margin: 0 0 20px;
	}
}
/* End */
/* /local/templates/fissman_fast/css/reset.min.css?1750331449436 */
/* /local/templates/fissman_fast/components/bitrix/news/coating/bitrix/news.detail/.default/style.css?17092020234748 */
