

/* 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/malbur/news.list/slider-on-main/style.css?15184207362354*/
#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  : underline;
}
.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/components/bitrix/map.yandex.system/templates/.default/style.css?1518420714666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/new_template/components/bitrix/news.detail/contacts-page/style.css?15184207361487*/
.contacts-page h2{
	font-weight : 700;
	font-size   : 1.38462em;
	line-height : 1.11111;
	color       : #e26228;
}
.bx-yandex-map{
	min-width : 100%;
	max-width : 100%;
	width     : auto !important;
}
.contacts-form .b-form-row{
	margin-bottom : 10px;
}
.contacts-form label{

}
.contacts-form .b-btn{
	display            : block;
	width              : 100%;
	-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;
	padding            : 8px 16px 6px 16px;
	font-weight        : 700;
	font-size          : 1em;
	line-height        : 1;
	text-align         : center;
	text-transform     : uppercase;
	text-shadow        : 0 -1px 1px #dc5d24;
	border-radius      : 2px;
	border-bottom      : 3px solid #bf5526;
	color              : #fff;
}
.contacts-form .b-btn:hover{
	background : #bf5526;
}
.b-google-map__info-window-address-icon:hover{
	cursor : pointer;
}
.contact-info .fa{
	color          : #e9682e;
	line-height    : 44px;
	font-size      : 21px;
}
.f-center{
	text-align : center;
}
.f-google-map__info-window-address-title{
	color          : #e9682e;
	font-weight    : 700;
	text-transform : uppercase;
}
.b-google-map__info-window-address-title{
	margin-top    : 3px;
	margin-bottom : 5px;
}
/* End */
/* /bitrix/templates/new_template/components//bitrix/system.pagenavigation/.default/style.css?15184207361897 */
/* /bitrix/templates/new_template/components/malbur/news.list/slider-on-main/style.css?15184207362354 */
/* /bitrix/templates/new_template/components/bitrix/breadcrumb/main/style.css?1518420736817 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1518420714666 */
/* /bitrix/templates/new_template/components/bitrix/news.detail/contacts-page/style.css?15184207361487 */
