@charset "UTF-8";

body {
	line-height: 1.25em;
}

.all-container {
	-webkit-box-shadow: 0px 0px 10px 1px rgba(173, 181, 189, 0.75);
	box-shadow: 0px 0px 10px 1px rgba(173, 181, 189, 0.75)
}

.header-row {
	/*
	background-image: url(/files/00214/img/header_bg.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	*/
	
	min-height: 135px;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bee2e9+0,dceaed+100 */
background: rgb(190,226,233); /* Old browsers */
background: -moz-linear-gradient(top, rgba(190,226,233,1) 0%, rgba(220,234,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(190,226,233,1) 0%,rgba(220,234,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(190,226,233,1) 0%,rgba(220,234,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bee2e9', endColorstr='#dceaed',GradientType=0 ); /* IE6-9 */
}

@media (max-width: 767px) {
	.header-row {
		height:auto;
		padding: 15px 0 30px;
	}
}

.header-row .header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 767px) {
	.header-row .header-container {
		-ms-flex-wrap:wrap;
		flex-wrap: wrap;
		padding: 0;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.header-row .header-container .logo {
	margin-right: 30px
}

.header-row .header-container .logo img {
	max-width: 120px
}

@media (max-width: 767px) {
	.header-row .header-container .logo img {
		margin-bottom:10px
	}
}

.header-banner {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: right;
}
.header-banner img {max-width: 100%;display: inline-block;}

@media (max-width: 767px) {
	.header-banner {justify-content: center;}
	.header-banner img {max-width: 280px;}
}

@media (max-width: 576px) {
	.header-banner img {max-width: 220px;margin-top: 20px;}
}

.header-row .header-container .desc {
	text-transform: uppercase;
	color: #244360;
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.9rem
}

@media (max-width: 1199px) {
	.header-row .header-container .desc {
		font-size:1.7rem;
		line-height: 2rem
	}
}

@media (max-width: 767px) {
	.header-row .header-container .desc {
		font-size:1.3rem;
		line-height: 1.5rem
	}
}

.menu-row {
	background: #e7ecf4
}

.menu-row .menu-container {
	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;
	position: relative
}

@media (max-width: 767px) {
	.menu-row .menu-container {
		min-height:50px;
		padding-top: 50px;
		position: relative;
	}
}

.menu-row .menu-container .burger-menu {
	display: none;
	position: absolute;
	float: right;
	right: 15px;
	top: 13px;
	width: 40px;
	height: 40px;
	cursor: pointer
}

.menu-row .menu-container .burger-menu span {
	position: absolute;
	width: 40px;
	height: 4px;
	background: #fff;
	top: 0;
	right: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.menu-row .menu-container .burger-menu span:nth-child(2) {
	top: 10px
}

.menu-row .menu-container .burger-menu span:nth-child(3) {
	top: 20px
}

.menu-row .menu-container .burger-menu.active span:first-child {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px
}

.menu-row .menu-container .burger-menu.active span:nth-child(2) {
	right: 50%;
	width: 0
}

.menu-row .menu-container .burger-menu.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px
}

@media (max-width: 767px) {
	.menu-row .menu-container .burger-menu {
		display:block
	}

	.search_field {position: absolute;top: 8px;left: 15px;}
}

.menu-row .menu-container .pro-menu,
#main_menu .level_0 {
	margin: 0;
	padding: 0;
	list-style: none
}

@media (max-width: 767px) {
	.menu-row .menu-container .pro-menu,
	#main_menu .level_0 {
		display:none;
		text-align: center;
		width: 100%;
		padding-bottom: 15px
	}
}

.menu-row .menu-container .pro-menu>li,
#main_menu .level_0 > li {
	display: inline-block;
	position: relative
}

.menu-row .menu-container .pro-menu>li:after,
#main_menu .level_0 > li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #5c90c1;
	background: -moz-linear-gradient(top, #5c90c1 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #5c90c1 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#5c90c1), to(#eeeeee));
	background: -o-linear-gradient(top, #5c90c1 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #5c90c1 0%, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c90c1', endColorstr='#eeeeee',GradientType=0 )
}

@media (max-width: 767px) {
	.menu-row .menu-container .pro-menu>li,
	#main_menu .level_0 > li {
		/* display:block; */
		width: 100%;
	}
}

.menu-row .menu-container .pro-menu>li:hover>a:after,
#main_menu .level_0 > li:hover > a:after {
	left: 0;
	width: 100%
}

.menu-row .menu-container .pro-menu>li>a,
#main_menu .level_0 > li > a {
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 14px;
	position: relative;
	text-decoration: none
}

@media (max-width: 1199px) {
	.menu-row .menu-container .pro-menu>li>a,
	#main_menu .level_0 > li > a {
		padding:20px 5px;
		font-size: 11px
	}
}

@media (max-width: 767px) {
	.menu-row .menu-container .pro-menu>li>a,
	#main_menu .level_0 > li > a {
		display:block;
		padding: 5px 10px
	}
}

.menu-row .menu-container .pro-menu>li>a:after,
#main_menu .level_0 > li > a:after {
	position: absolute;
	content: '';
	width: 0;
	height: 3px;
	bottom: -3px;
	left: 50%;
	background: #dc3545;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 98
}

.menu-row .menu-container .pro-menu li,
#main_menu li {
	position: relative;
}

@media (min-width: 768px) {
	.menu-row .menu-container .pro-menu li:hover>.sub-menu,
	#main_menu .parent:hover > ul {
		display:block
	}
}

.menu-row .menu-container .pro-menu li .sub-menu,
#main_menu .parent > ul {
	display: none;
	position: absolute;
	left: 0;
	background: #e7ecf4;
	width: 200px;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 10px 0;
	z-index: 99
}

@media (max-width: 767px) {
	.menu-row .menu-container .pro-menu li .sub-menu,
	#main_menu .parent > ul {
		position:static;
		background: #4077aa;
		width: 100%;
		margin: 0 0 10px 0
	}
}

.menu-row .menu-container .pro-menu li .sub-menu:before,
#main_menu .parent > ul:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	top: -15px;
	left: 0
}

@media (max-width: 767px) {
	.menu-row .menu-container .pro-menu li .sub-menu:before,
	#main_menu .parent > ul:before {
		display:none
	}
}

.menu-row .menu-container .pro-menu li .sub-menu:after,
#main_menu .parent > ul:after {
	content: '';
	position: absolute;
	border-bottom: 15px solid #e7ecf4;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -15px;
	left: 20px
}

@media (max-width: 767px) {
	.menu-row .menu-container .pro-menu li .sub-menu:after,
	#main_menu .parent > ul:after {
		display:none
	}
}

.menu-row .menu-container .pro-menu li .sub-menu li,
#main_menu .level_1 li {
	display: block;
	width: 100%
}

.menu-row .menu-container .pro-menu li .sub-menu li.current-menu-item>a,
#main_menu .level_1 li.active > a {
	text-decoration: underline;
}

.menu-row .menu-container .pro-menu li .sub-menu li a,
#main_menu .level_1 li a {
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 15px;
	padding: 3px 10px;
	font-weight: 300
}


.menu-row .menu-container .search-form {
	position: relative
}

@media (max-width: 991px) {
	.menu-row .menu-container .search-form {
		display:none
	}
}

.menu-row .menu-container .search-form .search-input {
	margin: 0;
	padding-right: 40px;
	background: #fff
}

.menu-row .menu-container .search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	height: 34px;
	width: 34px;
	border: none;
	background: url(../img/icon-search-blue.svg) 50% 50% no-repeat;
	background-size: 20px 20px;
	cursor: pointer
}

.header-imgs {
	/*margin-top: 30px*/
}

.slider-row .slick-slide img {
	width: 100%
}

.slider-row .slick-next,.slider-row .slick-prev {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	background: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 2;
	text-indent: -9999px;
	cursor: pointer
}

.slider-row .slick-next:after,.slider-row .slick-prev:after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-top: 2px solid #5c90c1;
	border-left: 2px solid #5c90c1;
	top: 13px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.slider-row .slick-next:hover:after,.slider-row .slick-prev:hover:after {
	border-color: #dc3545
}

.slider-row .slick-next.slick-prev,.slider-row .slick-prev.slick-prev {
	left: 0
}

.slider-row .slick-next.slick-prev:after,.slider-row .slick-prev.slick-prev:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 15px
}

.slider-row .slick-next.slick-next,.slider-row .slick-prev.slick-next {
	right: 0
}

.slider-row .slick-next.slick-next:after,.slider-row .slick-prev.slick-next:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px
}

.content-row .content-container {
	margin-top: 30px;
	margin-bottom: 30px
}

@media (max-width: 991px) {
	.content-row .content-container .sidebar {
		-webkit-box-flex:0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px
	}
}

.sidebar-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #5c90c1
}

.sidebar-menu li {
	display: block;
	border-bottom: 1px solid #a6c2dd;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.sidebar-menu li.active,
.sidebar-menu li:hover {
	background: #4077aa
}

.sidebar-menu li a {
	display: block;
	color: #fff;
	padding: 7px 15px;
	text-decoration: none;
	font-size: 1rem;
	line-height: 1.1rem
}

@media (max-width: 991px) {
	.content-row .content-container .content-with-sidebar {
		-webkit-box-flex:0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.content-row .page-title {
	font-size: 2rem;
	line-height: 2rem
}

.news-item {
	margin-bottom: 30px
}

.news-item img {
	margin-bottom: 15px
}

.news-item .category {
	display: inline-block;
	background: #dc3545;
	color: #fff;
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 13px
}

.news-item .date {
	font-size: 13px;
	font-weight: 300;
	color: #868e96
}

.news-item .news-title {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #5c90c1
}

.news-item .news-title a {
	text-decoration: underline
}

.news-item .news-title:hover a {
	text-decoration: none
}

.n-item-2 {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
	padding-bottom: 10px
}

.n-item-2 img {
	width: 100%
}

.n-item-2 .news-title {
	font-size: 1rem;
	line-height: 1.1rem;
	padding: 5px 10px 10px;
	height: 3.3rem;
	overflow: hidden
}

.n-item-2 .date {
	font-size: .8rem;
	line-height: .8rem;
	padding: 0 10px
}

.n-item-2 .desc {
	font-size: .9rem;
	line-height: 1rem;
	padding: 0 10px
}

.n-item-2 .btn {
	margin-top: 10px
}

.footer-row {
	background: #5c90c1;
	padding: 15px 0;
	color: #fff
}

@media (max-width: 991px) {
	.footer-row {
		text-align:center
	}
}

.footer-row .fond {
	display: inline-block;
	line-height: 35px;
	color: #fff;
	background-color: #6CB9DD;
	text-transform: uppercase;
	padding: 0 10px 0 40px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url(../img/fond.png);
	background-position: 4px center;
	background-size: 29px
}

.footer-row .pay {
	display: inline-block;
	line-height: 35px;
	color: #fff;
	background-color: #639329;
	text-transform: uppercase;
	padding: 0 10px 0 50px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url(../img/pay.png);
	background-position: 4px center
}

.footer-row .footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 0
}

@media (max-width: 991px) {
	.footer-row .footer-menu {
		text-align:center;
		margin: 20px 0
	}
}

.footer-row .footer-menu li {
	display: inline-block;
	position: relative
}

.footer-row .footer-menu li:after {
	position: absolute;
	content: '';
	width: 2px;
	right: -1px;
	top: 50%;
	height: 10px;
	margin-top: -5px;
	background: #fff
}

.footer-row .footer-menu li:last-child:after {
	display: none
}

.footer-row .footer-menu li a {
	display: inline-block;
	color: #fff;
	padding: 0 7px;
	font-size: 13px;
	font-weight: 300
}

.footer-row .socials {
	text-align: right;
	margin-top: 30px;
}

@media (max-width: 991px) {
	.footer-row .socials {
		text-align:center
	}
}

.footer-row .socials a {
	display: inline-block;
	margin: 3px
}

.footer-row .socials a:hover img {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.footer-row .socials a img {
	width: 20px;
	height: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.footer-row .sitemap {
	font-size: 13px;
	color: #fff
}

.footer-row .footer-slider {
	margin: 30px 0 15px;
	padding: 15px 0 10px;
	border-top: 1px solid #a6c2dd;
	border-bottom: 1px solid #a6c2dd
}

.footer-row .footer-slider .slick-slide {
	padding: 0 5px
}

.footer-row .footer-slider .slick-slide img {
	display: block;
	margin: 0 auto
}

.footer-row .copyright {
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 767px) {
	.footer-row .copyright {
		-webkit-box-orient:vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.footer-row .copyright .left {
	margin-right: 5px
}

@media (max-width: 767px) {
	.footer-row .copyright .left {
		margin:0 0 5px
	}
}

.contacts-page .form-title {
	display: block;
	width: 100%;
	background-color: #5c90c1;
	border-radius: 5px 5px 0 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px;
	padding-left: 44px;
	background-image: url(../img/form.svg);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 24px 24px;
	margin-bottom: 15px;
	text-align: left
}

.contacts-page textarea {
	height: 134px
}

.contacts-page .btn {
	float: right;
	cursor: pointer;
	margin-bottom: 30px
}

/*# sourceMappingURL=style.css.map */
