

/* 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/templates/new_template/components/alexkova.corporate/block.list/.default/style.css?15184207362261*/
a {
    cursor: pointer;
}

.gray {

}

.rounded {
    border-radius: 5px;
}

.box-shadow {
    /*    box-shadow: 0px 4px 0px 0px #a8a8a8;*/
}

.element-card {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 4px 0px 0px #a8a8a8;
    background-color: #fff;
}

.element-card:hover {
    text-decoration: none;
    box-shadow: 0px 0px 0px 0px #a8a8a8;
}

.element-card:hover .small-card-title {
    /*text-decoration: underline;*/
    color: #a8a8a8;
}

.small-card-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-weight: normal;
    color: #262727;
}

.classic-small-card .small-card-title{
    font-weight: bold;
}

.classic-small-card, .classic {
    border: 1px solid #dbdbdb;
    background: #fff;
}

.classic-small-card .small-card-text, .card-text {
    margin-top: 22px;
    color: #565656;
}

.flat-small-card .small-card-title {
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 14px 20px;
}

.classic, .background, .flat {
    padding: 0;
}

.flat {
    background: #a8a8a8;
}

.flat:hover {
    background: #f1f5f8;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    background: #a8a8a8;
    display: block;
    border-bottom: 1px solid  #a8a8a8;
    color: #fff;
}

.flat .card-title {
    background: none;
    border-bottom: 1px solid  #fff;
}

.classic:hover .card-title, .background:hover .card-title {
    background: #fff;
    color: #262727;
    text-decoration: none;
}

.flat:hover .card-title {
    color: #414141;
    border-bottom: 1px solid #414141;
}

.flat:hover .card-text {
    color: #565656;
}

.flat:hover .more-link {
    color: #565656;
}

.card-text {
    padding: 20px;
    padding-top: 0;
}

.flat .card-text, .flat .more-link {
    color: #fff;
}

.more-link {
    float: right;
    display: block;
    margin-bottom: 20px;
    margin-right: 20px;
    text-decoration: underline;
    color: #272727;
}

.more-link:hover {
    color: #a8a8a8;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?151842071551*/
font.errortext{color:red}font.notetext{color:green}
/* 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/templates/new_template/components/alexkova.corporate/block.list/.default/style.css?15184207362261 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?151842071551 */
