

/* Start:/bitrix/templates/new_template/components/bitrix/news.list/slider-on-main/style.css?15184207362451*/
#slider-on-main{
	overflow : hidden;
}
.carousel-wrap{
	position : relative;
	overflow : hidden;
	width    : 100%;
}
@media screen and (max-width : 979px){
	.carousel-wrap h1{
		font-size : 20px;
	}
}
#slider-on-main .item{
	text-align : center;
}
#slider-on-main .item .img{
	width             : 100%;
	display           : block;
	background-repeat : no-repeat;
	background-size   : 100% 100%;
	position          : relative;
}
#slider-on-main .item img{
	display : block;
	height  : 100%;
	margin  : 0 auto;
}
#slider-on-main .item .image{
	display             : block;
	height              : 100%;
	background-repeat   : no-repeat;
	background-size     : auto 100%;
	background-position : center center;
}
/*#slider-on-main .item .hidden-lg.hidden-sm.hidden-xs .image{*/
	/*background-size : cover;*/
/*}*/
/*#slider-on-main .item .hidden-lg.hidden-md.hidden-xs .image{*/
	/*background-size : cover;*/
/*}*/
/*#slider-on-main .item .hidden-lg.hidden-md.hidden-sm .image{*/
	/*background-size : cover;*/
/*}*/
#slider-on-main .carousel-control{
	z-index : 1000;
}
.carousel-caption h2{
	color       : #fff;
	font-size   : 40px;
	border      : none;
	text-align  : right;
	margin      : 0;
	font-family : 'AeroMaticsBold', sans-serif;
}
.carousel-caption .button{
	color            : #fff;
	display          : block;
	float            : right;
	background-color : #f15500;
	padding          : 12px 10px;
	border           : 2px solid #fff;
	white-space      : nowrap;
	font-size        : 21px;
}
@media (max-width : 767px){
	.carousel-caption h2{
		font-size : 25px;
	}
	.carousel-caption .button{
		font-size : 17px;
	}
}
.carousel-caption .button:hover{
	background-color : #f14200;
	text-decoration  : none;
}
.carousel-caption .button:focus{
	background-color   : #f11900;
	-webkit-box-shadow : inset 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow    : inset 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow         : inset 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}
@media (max-width : 767px){
	#slider-on-main .item img{
		top        : 0 !important;
		margin-top : 0 !important;
	}
	.carousel-wrap .carousel-caption p{
		display : none;
	}
}
.carousel-wrap .carousel-caption{
	top    : 0%;
	bottom : 0%;
	left   : 0%;
	right  : 0%;
	width  : 100%;
}
@media screen and (min-width : 768px){
	.carousel-wrap .carousel-caption{
	}
}
/* End */


/* Start:/bitrix/templates/new_template/components/bitrix/breadcrumb/main/style.css?1518420736817*/
.f-breadcrumbs{
	color : #515151;
}
.b-breadcrumbs{
	border-bottom : 1px solid #dcdcdc;
	background    : #fff;
	background    : -webkit-linear-gradient(top, #fff, #f9f9f9);
	background    : -moz-linear-gradient(top, #fff, #f9f9f9);
	background    : -o-linear-gradient(top, #fff, #f9f9f9);
	background    : -ms-linear-gradient(top, #fff, #f9f9f9);
	background    : linear-gradient(to bottom, #fff, #f9f9f9);
}
.b-breadcrumbs ul{
	margin  : 10px 0 9px;
	padding : 0;
}
.b-breadcrumbs li{
	display      : inline-block;
	margin-right : 4px;
}
.f-breadcrumbs a{
	color : #e26228;
}
.f-breadcrumbs a:hover {
	color: #666666;
}
.f-breadcrumbs a, .f-breadcrumbs{
	font-size   : 14px;
	line-height : 2;
}
.b-breadcrumbs i{
	margin-right : 10px;
}
.b-breadcrumbs .fa-home{
	font-size: 17px;
}
/* End */


/* Start:/bitrix/templates/new_template/components//bitrix/system.pagenavigation/.default/style.css?15184207361897*/
.navigation-pages{
	text-align:center;
	/* padding:20px 0; */
	color:#717171
}
.navigation-pages .nav-current-page{
	display:inline-block;
	color:#f2f2f2;
	font-size:16px;
	text-shadow:0 1px rgba(0,0,0,.13);
	box-shadow:0 1px #fff,inset 0 1px 5px rgba(0,0,0,.4);
	border-radius:4px;
	padding:10px 0px;
	font-weight:bold;
	min-width:32px;
	text-align:center;
	background-color:#606060;
	background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:-ms-linear-gradient(bottom,rgba(0,0,0,.09),rgba(255,255,255,.09));
	background-image:linear-gradient(to top,rgba(0,0,0,.09),rgba(255,255,255,.09));
	border:none;
    margin: 5px;
}
.navigation-page-all,
.navigation-pages a{
	display:inline-block;
	color:#717171;
	font-size:16px;
	min-width:32px;
	text-align:center;
	border:1px solid #c9c9c9;
	text-shadow:0 1px 1px rgba(255,255,255,0.9);
	background:#fefefe;
	text-decoration:none;
	border-radius:4px;
	padding:10px 0;
	font-weight:bold;
	background:-moz-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(100%,#eaeaea));
	background:-webkit-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-o-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:-ms-linear-gradient(top,#fefefe 0%,#eaeaea 100%);
	background:linear-gradient(to bottom,#fefefe 0%,#eaeaea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#eaeaea',GradientType=0);
    margin: 5px;
}
.navigation-page-all:hover,
.navigation-pages a:hover{
	background:#fff;
	color:#717171
}
.navigation-page-all{padding:4px !important}

/* End */


/* Start:/bitrix/templates/new_template/components/bitrix/news.list/articles/style.css?15184207365251*/
.b-blog-one-column__row{
	border-bottom  : 1px solid #dedede;
	padding-bottom : 25px;
	margin-bottom  : 25px;
}
.article .img{
	border-bottom : 0;
	position      : relative;
	overflow      : hidden;
	text-align    : center;
	cursor        : default;
}
.article .img img{
	border-radius      : 2px 2px 0 0;
	display            : block;
	width              : 100%;
	-webkit-transition : all 0.4s ease-in-out 0.5s;
	-moz-transition    : all 0.4s ease-in-out 0.5s;
	-o-transition      : all 0.4s ease-in-out 0.5s;
	-ms-transition     : all 0.4s ease-in-out 0.5s;
	transition         : all 0.4s ease-in-out 0.5s;
	position           : relative;
}
.b-item-hover-action__inner{
	display        : inline-block;
	vertical-align : middle;
	white-space    : normal;
}
.b-item-hover-action__inner-btn_group{
	display       : block;
	margin-bottom : 14px;
}
.mask:before{
	content        : '';
	display        : inline-block;
	font-size      : 0;
	height         : 100%;
	vertical-align : middle;
}
.img .mask{
	background-color   : rgba(50, 50, 50, 0.68);
	-ms-filter         : "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter             : alpha(opacity=0);
	opacity            : 0;
	-webkit-transition : all 0.3s ease-in 0.4s;
	-moz-transition    : all 0.3s ease-in 0.4s;
	-o-transition      : all 0.3s ease-in 0.4s;
	-ms-transition     : all 0.3s ease-in 0.4s;
	transition         : all 0.3s ease-in 0.4s;
	display            : block;
	position           : absolute;
	overflow           : hidden;
	top                : 0;
	left               : 0;
	right              : 0;
	bottom             : 0;
	white-space        : nowrap;
	border-radius      : inherit;
	text-align         : center;
}
@media screen and (min-width : 1025px){
	.img:hover .mask{
		-ms-filter               : "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter                   : alpha(opacity=100);
		opacity                  : 1;
		-webkit-transition-delay : 0s;
		-moz-transition-delay    : 0s;
		-o-transition-delay      : 0s;
		-ms-transition-delay     : 0s;
		transition-delay         : 0s;
	}
}
.img a.info{
	margin-left        : 0;
	-ms-filter         : "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter             : alpha(opacity=0);
	opacity            : 0;
	-webkit-transform  : translateY(100px);
	-moz-transform     : translateY(100px);
	-o-transform       : translateY(100px);
	-ms-transform      : translateY(100px);
	transform          : translateY(100px);
	-webkit-transition : -webkit-transform 0.3s ease-in-out 0.1s;
	-moz-transition    : -moz-transform 0.3s ease-in-out 0.1s;
	-o-transition      : -o-transform 0.3s ease-in-out 0.1s;
	-ms-transition     : -ms-transform 0.3s ease-in-out 0.1s;
	transition         : transform 0.3s ease-in-out 0.1s;
	padding            : 10px 14px 10px;
	text-shadow        : none;
	border-radius      : 2px;
	position           : relative;
	z-index            : 5;
	color              : #e9682e;
	background         : #fff;
	display            : inline-block;
}
.img a.info:hover{
	background : #e26228;
	color      : #fff;
}
@media screen and (min-width : 1025px){
	.img:hover a.info{
		-ms-filter        : "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter            : alpha(opacity=100);
		opacity           : 1;
		-webkit-transform : translateY(0px);
		-moz-transform    : translateY(0px);
		-o-transform      : translateY(0px);
		-ms-transform     : translateY(0px);
		transform         : translateY(0px);
	}
}
.title{
	color          : #e9682e;
	position       : relative;
	top            : -5px;
	line-height    : 1.58333;
	font-weight    : 300;
	border-bottom  : 1px solid #dfdfdf;
	padding-bottom : 5px;
}
.title a{
	color : #666;
}
.title a:hover{
	color           : #e26228;
	text-decoration : none;
}
.preview-text{
	margin-bottom : 10px;
}
.more{
	margin-bottom  : 0;
	padding-bottom : 0;
}
.more a{
	-moz-border-radius    : 2px;
	-webkit-border-radius : 2px;
	border-radius         : 2px;
	border-bottom         : 3px solid #bf5526;
	padding               : 12px 15px 8px;
	line-height           : 1;
	color                 : #fff;
	text-align            : center;
	text-transform        : uppercase;
	text-shadow           : 0 -1px 1px #dc5d24;
	-webkit-transition    : background 0.5s ease;
	-moz-transition       : background 0.5s ease;
	-ms-transition        : background 0.5s ease;
	-o-transition         : background 0.5s ease;
	transition            : background 0.5s ease;
	background            : #e9682e;
	cursor                : pointer;
	display               : inline-block;
	font-weight           : 700;
}
.more a:hover{
	color           : #fff;
	background      : #bf5526;
	text-decoration : none;
}
.article-info-wrapper{
	border-bottom  : 1px solid #dfdfdf;
	padding-bottom : 5px;
	margin         : 0 0 10px;
}
.article-info{
	padding   : 4px 10px 0 0;
	display   : block;
	overflow  : hidden;
	font-size : 14px;
}
.article-info a{
	color : #bf5526;
}
.b-blog-one-column__info_delimiter {
	padding: 4px 10px 0 0;
	margin-right: 10px;
	border-right: 1px solid #dedede;
}
/* End */


/* Start:/bitrix/templates/new_template/components/bitrix/catalog.section.list/articles/style.css?1518420736762*/
.articles-sections .title{
	color          : #575656;
	font-weight    : normal;
	margin         : 0 0 10px 0;
	border-bottom  : 1px solid #dfdfdf;
	padding-bottom : 5px;
	text-transform : uppercase;
	font-family    : 'AeroMatics', sans-serif;
}
.articles-sections ul{
	padding         : 0;
	margin          : 0;
	list-style-type : none;
}
.articles-sections li{
	border-bottom : 1px solid #ececec;
	color         : #515151;
	padding       : 8px 0 7px;
}
.articles-sections li .name.active{
	color : #bb4100;
}
.articles-sections li .count{
	text-align : center;
}
.articles-sections li .count{
	float            : right;
	background-color : #dfdfdf;
	padding          : 2px 4px;
	border-radius    : 2px;
	min-width        : 27px;
}
/* End */
/* /bitrix/templates/new_template/components/bitrix/news.list/slider-on-main/style.css?15184207362451 */
/* /bitrix/templates/new_template/components/bitrix/breadcrumb/main/style.css?1518420736817 */
/* /bitrix/templates/new_template/components//bitrix/system.pagenavigation/.default/style.css?15184207361897 */
/* /bitrix/templates/new_template/components/bitrix/news.list/articles/style.css?15184207365251 */
/* /bitrix/templates/new_template/components/bitrix/catalog.section.list/articles/style.css?1518420736762 */
