ц.middle-header {
	background: #fff;
	padding: 20px 0;
}


.middle-header__city__wrapper {
	position: relative;
}

.middle-header__weather {
	padding-top: 20px;
	display: none;
	margin-bottom: 20px;
}

.middle-header__warning {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #11487e;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font: 600 14px "Open Sans", sans-serif;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.middle-header__warning__icon {
	-webkit-animation: warn 1.5s linear infinite forwards alternate;
	animation: warn 1.5s linear infinite forwards alternate;
}

.top-header__column--warn__icon {
	-webkit-animation: warn 1.5s linear infinite forwards alternate;
	animation: warn 1.5s linear infinite forwards alternate;
}

@-webkit-keyframes warn {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes warn {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.middle-header__city {
	text-align: center;
	font-weight: 700;
	position: relative;
}

.middle-header__city:after {
	content: '';
	width: 10px;
	height: 5px;
	display: inline-block;
	margin-left: 10px;
	background: url(../img/carpet.svg) no-repeat center/contain;
	margin-bottom: 2px;
}

.middle-header__city__sub {
	position: absolute;
	z-index: 2;
	background: #fff;
	display: none;
}

.middle-header__city__sub__item {
	font-weight: 700;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}

.middle-header__city__sub__item:hover {
	color: #ff0;
	background: #01a5c8;
}

.middle-header__content__item {
	display: none;
}

.middle-header__content__item.active {
	display: block;
}

.middle-header__content__item__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
}

.middle-header__content__item__wrapper .weather-column {
	margin: 0 20px;
}

.middle-header__content {
	background: #0c5aa2;
}

.middle-header__tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.middle-header__tabs__item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
	font: 600 14px "Open Sans", sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	background: #0c5aa2;
}

.middle-header__tabs__item.active {
	background: #2179cc;
}

.header-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 30px;
}

.header-text {
	font: 600 18px "Open Sans", sans-serif;
	color: #000;
}

.header-desc {
	color: #555;
	text-transform: uppercase;
	font: 400 12px/16px "Open Sans", sans-serif;
}

.header-time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: right;
	padding-right: 25px;
	border-right: 1px solid rgba(0, 112, 130, .2);
	margin-right: 20px;
}

.header-time__num {
	color: #000;
	font: 600 18px "Open Sans", sans-serif;
}

.header-time__text {
	color: #555;
	font: 400 12px/16px "Open Sans", sans-serif;
}

.middle-header__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.middle-header__row .citizen-file-wrap .citizens-file {
	width: 200px;
	height: 65px;
	margin: 5px;
	text-align: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.lang {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.lang-item {
	text-transform: uppercase;
	color: #fff;
	font: 600 15px "Open Sans", sans-serif;
	padding: 5px 10px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.lang-item.active {
	background: #2179cc;
	color: #fff;
}

.header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.header-right img {
	width: 20px;
}

.middle-header .header-right {
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 20px;
}

.middle-header .header-right .lang-item {
	color: #3d3d3d;
}

.middle-header .header-right .lang-item.active {
	color: #fff;
}

.header-callback__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #11487e;
	font: 600 15px "Open Sans", sans-serif;
	margin-bottom: 10px;
}

.bottom-header {
	background: #0c5aa2;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
	box-shadow: 0 0 15px rgba(0, 0, 0, .06);
	position: relative;
}

.bottom-header .container {
	position: initial;
}

.bottom-header__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 0;
}

.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu__link {
	font: 600 13px "Open Sans", sans-serif;
	color: #fff;
	position: relative;
}

.menu__link:hover::before {
	opacity: 1;
	visibility: visible;
	bottom: -24px;
}

.menu__link::before {
	content: '';
	width: 80%;
	opacity: 0;
	visibility: hidden;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -28px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu__item:hover .sub-menu__wrap {
	opacity: 1;
	visibility: visible;
}

.sub-menu__wrap {
	padding: 23px 0;
	top: 65px;
	left: 0;
	background: #2179cc;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
	box-shadow: 0 0 15px rgba(0, 0, 0, .06);
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.sub-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sub-menu__link {
	font: 400 16px "Open Sans", sans-serif;
	color: #fff;
}

.search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.search__field {
	max-width: 240px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	font: 400 15px "Open Sans", sans-serif;
	background: #fff;
	border: 1px solid #e7e7e7;
	color: #000;
	outline: 0;
	border: none;
}

.search__field::-webkit-input-placeholder {
	color: #ababab;
}

.search__field::-ms-input-placeholder {
	color: #ababab;
}

.search__field::placeholder {
	color: #ababab;
}

.search__submit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #2179cc;
	width: 45px;
	border: none;
	outline: 0;
	cursor: pointer;
	height: 35px;
}

.top-header {
	background: url("../img/header3.jpg") no-repeat center/cover;
}

.top-header__column--warn {
	background: #0c5aa2;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
	box-shadow: 0 0 15px rgba(0, 0, 0, .06);
	color: #fff;
	font: 600 13px "Open Sans", sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	flex-direction: column;
}

.top-header__column--warn a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: #fff;
}

.top-header__column--warn img {
	margin-right: 5px;
	position: relative;
	top: 5px;
}

.weather-date {
	font: 600 16px "Open Sans", sans-serif;
	color: rgba(255, 255, 255, .8);
}

.weather-temp {
	font: 700 25px "Open Sans", sans-serif;
	color: #fff;
}

.weather-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 5px;
}

.weather-list__item {
	font: 700 11px "Open Sans", sans-serif;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.weather-wind__item {
	font: 700 11px "Open Sans", sans-serif;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 7px 15px;
}

.weather-wind__item span {
	font-weight: 400;
	margin-left: 5px;
}

.weather-list__item span {
	font-weight: 400;
}

.top-header__column--weather {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-left: 1px solid rgba(0, 0, 0, .2);
	padding: 7px 15px;
}

.top-header__column--weather .weather-column {
	margin-right: 15px;
}

.top-header__column--weather .weather-column:last-of-type {
	margin-right: 0;
}

.top-header__column--city {
	padding: 26px 0;
	max-width: 200px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.top-header__column--city span {
	color: rgba(255, 255, 255, .8);
	font: 600 14px "Open Sans", sans-serif;
}

.weather-city {
	position: relative;
}

.weather-city span {
	font: 700 18px "Open Sans", sans-serif;
	color: #fff;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.weather-city span:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/arr.svg) no-repeat center/contain;
	-webkit-transform: translate(10px, 1px);
	-ms-transform: translate(10px, 1px);
	transform: translate(10px, 1px);
}

.weather-city__list {
	position: absolute;
	padding: 15px 25px;
	width: 220px;
	left: -25px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.weather-city__list__item {
	font: 600 18px "Open Sans", sans-serif;
	color: #fff;
	margin-bottom: 12px;
	cursor: pointer;
}

.weather-city__list__item:first-of-type {
	padding-top: 12px;
	border-top: 1px solid #fff;
}

.weather-city__list__item:last-of-type {
	margin-bottom: 0;
}

.weather-city:after {
	content: '';
	background: rgba(17,72,126, .8);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
	width: 235px;
	position: absolute;
	left: -25px;
	top: -16px;
	height: 235px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.weather-city.active .weather-city__list, .weather-city.active:after {
	opacity: 1;
	visibility: visible;
}

.weather-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.top-header__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.options {
	padding: 50px 0 30px;
}

.options-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.options-column {
	-webkit-flex-basis: 49%;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49.5%;
	height: 125px;
	margin-right: 1%;
	margin-bottom: 1%;
}

.types_content .options-row {
	justify-content: space-between;
}

.types_content .options-row .options-column:nth-child(2n + 2) {
	margin-right: 0;
}

.types_content .options-row .options-column.active {
	margin-right: 0;
}

.options-column__top {
	padding: 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	height: 100%;
	cursor: pointer;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	border-radius: 8px;
}

.newsPage-top::before, .science-top::before, .contacts-top::before, .nature-top::before, .price-top::before, .branch-top::before, .weather-top::before, .manual-top::before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #0c5aa2;
	opacity: .5;
	z-index: 1;
}

.options-column__top:hover {
	-webkit-background-size: 130% 130%;
	background-size: 130%;
}

.options-column.active .options-content {
	display: block;
}

.options-column.active {
	display: block;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	height: auto;
}

.options-column.active .options-back {
	display: block;
	position: relative;
	z-index: 1;
}

.options-column.active .options-column__top {
	height: 90px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 35px;
	padding-right: 30px;
}

.options-column.hide {
	display: none;
}

.options-back {
	border: none;
	outline: 0;
	cursor: pointer;
	background: 0 0;
	margin-right: 30px;
	display: none;
}

.options-image {
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	background: #107ca3;
	border-radius: 50%;
	padding: 15px;
}

.options-image img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.options-name {
	font: 800 22px "Open Sans", sans-serif;
	color: #fff;
	position: relative;
	z-index: 1;
}

.options-content {
	display: none;
}

.options-content__row {
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.options-content__wrapper {
	-webkit-flex-basis: 33.3%;
	-ms-flex-preferred-size: 33.3%;
	flex-basis: calc(33.3% - 10px);
	margin-right: 15px;
	margin-bottom: 15px;
}

.options-content__row .options-content__wrapper:nth-child(3n + 3) {
	margin-right: 0;
}

.options-content__item {
	background: #fff;
	-webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	max-width: 100%;
	width: 100%;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	min-height: 210px;
	padding: 23px 30px;
	border-radius: 8px;
	overflow: hidden;
}

.options-content__link {
	color: #5e5e5e;
	font: 400 16px "Open Sans", sans-serif;
}

.options-content__desc {
	color: #5e5e5e;
	font: 600 16px "Open Sans", sans-serif;
	margin-bottom: 15px;
}

.options-content__icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #107ca3;
	margin-bottom: 15px;
	width: 74px;
	height: 74px;
}

.news {
	padding: 25px 0;
}

.news-block {
	width: 32%;
	margin-bottom: 25px;

}

.news-row {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.news-item {
	max-width: 370px;
	width: 100%;
}

.news-title {
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	font: 600 18px "Open Sans", sans-serif;
}

.news-all {
	margin: 0 auto 40px;
	color: #2179cc;
	font: 400 16px "Open Sans", sans-serif;
	text-align: center;
	display: block;
}

.news-bottom {
	background: #fff;
/*	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
	box-shadow: 0 0 15px rgba(0, 0, 0, .06);*/
	padding: 20px;
	border-radius: 12px 0 0 12px;
}

.news-name {
	color: #1a5068;
	font: 700 14px "Open Sans", sans-serif;
	margin-bottom: 20px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.news-desc {
	margin-bottom: 50px;
	font: 400 14px "Open Sans", sans-serif;
}

.news-stat {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #515151;
	font: 600 15px "Open Sans", sans-serif;
}

.news-stat img {
	margin-right: 5px;
}

.news-date {
	background: #2179cc;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font: 600 15px "Open Sans", sans-serif;
	padding: 8px;
	position: absolute;
	left: 20px;
	bottom: 15px;
}

.news-image {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.news-image img {
	width: 100%;
	border-radius: 12px 12px 0px 0;
}

.partners {
	padding: 20px 0 45px;
}

.partners-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.socials-lines {
	position: fixed;
	right: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	top: 20%;
	z-index: 2;
}

.socials-lines--footer {
	display: none;
}

.social-links {
	background: #11487e;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	padding: 20px 15px;
	margin-bottom: 10px;
}

.social-links:last-of-type {
	margin-bottom: 0;
}

.social-links__item {
	margin-bottom: 10px;
}

.social-links__item:last-of-type {
	margin-bottom: 0;
}

.social-links__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.breadcrubms {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 120px;
}

.breadcrubms__link {
	color: #fff;
	font: 400 16px "Open Sans", sans-serif;
}

.breadcrubms__item {
	cursor: pointer;
}

.breadcrubms__item::after {
	content: '';
	display: inline-block;
	background: url(../img/right.svg) no-repeat center/contain;
	margin-right: 15px;
	margin-top: 3px;
	margin-left: 15px;
	width: 7px;
	height: 11px;
}

.breadcrubms__item:last-of-type:after {
	display: none;
}

.breadcrubms__item:last-of-type .breadcrubms__link {
	font-weight: 700;
}

.weather {
	background: #fff;
	position: relative;
}

.weather-top {
	background: url(../img/weather.png) no-repeat center/cover;
	margin-bottom: 35px;
	position: relative;
}

.weather-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.weather-pageTitle {
	font: 700 28px "Open Sans", sans-serif;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
}

.weather p {
	font: 400 16px "Open Sans", sans-serif;
	margin-bottom: 0;
}

.weather p:last-of-type {
	margin-bottom: 0;
}

.nature-top {
	background: url(../img/nature.png) no-repeat center/cover;
	margin-bottom: 35px;
	position: relative;
}

.nature-time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font: 600 15px "Open Sans", sans-serif;
	margin-top: 15px;
}

.nature-time img {
	margin-right: 5px;
}

.nature-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.archive {
	color: #11487e;
	font: 400 16px "Open Sans", sans-serif;
}

.nature-year {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font: 400 16px "Open Sans", sans-serif;
	margin-right: 35px;
}

.nature-year:last-of-type {
	margin-right: 0;
}

.nature-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nature-select {
	margin-left: 10px;
	width: auto;
	height: 44px;
	background: #f6f6f6;
	border: 1px solid #828282;
	padding-left: 15px;
	padding-right: 15px;
}

.nature-cell {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.table {
	width: 100%;
	border-collapse: collapse;
}

.table th {
	color: #000;
	font: 400 16px "Open Sans", sans-serif;
	background: #f6f6f6;
	border: 1px solid #828282;
	padding: 10px;
	text-align: left;
}

.table td {
	color: #000;
	font: 400 16px "Open Sans", sans-serif;
	background: #fff;
	border: 1px solid #828282;
	color: #000;
	padding: 10px;
	font: 400 16px "Open Sans", sans-serif;
}

.storm-top {
	background: url(../img/storm.png) no-repeat center/cover;
	padding: 45px 0;
	margin-bottom: 35px;
}

.notification-item {
	background: #fff;
	border: 2px solid transparent;
	-webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	padding: 20px 25px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 25px;
}

.notification-item--danger {
	border-color: #ce3228;
}

.notification-item__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

.notification-item__name {
	font: 700 20px "Open Sans", sans-serif;
	color: #000;
}

.notification-item__date {
	color: #777;
	font: 600 15px "Open Sans", sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.notification-item__date img {
	margin-right: 10px;
}

.notification-warn {
	margin-bottom: 5px;
	font: 700 16px "Open Sans", sans-serif;
	color: #000;
}

.notification-region {
	font: 700 16px "Open Sans", sans-serif;
	color: #000;
	margin-bottom: 15px;
}

.notification-desc {
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
}

.pagination {
	text-align: center;
	margin-top: 20px;
}

.pagination-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination-menu__item {
	width: 42px;
	height: 42px;
}

.pagination-menu__link {
	font: 400 18px "Open Sans", sans-serif;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.pagination-menu__link.active {
	color: #fff;
	background: #11487e;
}

.blank-top {
	background: url(../img/blank.png) no-repeat center/cover;
	padding: 45px 0;
	margin-bottom: 35px;
}

.blank .blank-desc {
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
	margin-bottom: 60px;
}

.blank .blank-desc:last-of-type {
	margin-bottom: 60px;
}

.blank-form {
	margin: 0 auto;
	max-width: 420px;
	width: 100%;
}

.blank-label {
	color: #000;
	padding-left: 20px;
	margin-bottom: 10px;
	font: 400 16px "Open Sans", sans-serif;
	display: inline-block;
}

.blank-checkbox-label {
	font: 400 16px "Open Sans", sans-serif;
	margin: 0 15px 0 5px;
}

textarea.blank-field {
	min-height: 150px;
}

.blank-field {
	resize: vertical;
	background: #fff;
	border: 1px solid #e7e7e7;
	width: 100%;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	font: 400 16px "Open Sans", sans-serif;
}

.blank-textarea {
	background: #fff;
	border: 1px solid #e7e7e7;
	width: 100%;
	height: 140px;
	resize: none;
	padding: 15px;
	font: 400 16px "Open Sans", sans-serif;
	display: block;
}

.blank-item {
	margin-bottom: 20px;
}

.blank-submit {
	background: #2179cc;
	height: 50px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	outline: 0;
	cursor: pointer;
	border: none;
	font: 400 15px "Open Sans", sans-serif;
	color: #fff;
}

.contacts {
	padding-bottom: 50px;
}

.contacts-top {
	background: url(../img/contacts.png) no-repeat center/cover;
	margin-bottom: 70px;
	position: relative;
}

.contacts-list {
	max-width: 820px;
	width: 100%;
}

.contacts-list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contacts-list__item:first-of-type .contacts-list__left, .contacts-list__item:first-of-type .contacts-list__right {
	font-weight: 700;
}

.contacts-list__item:last-of-type {
	border: none;
}

.contacts-list__el {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contacts-list__el img {
	margin-top: 3px;
	margin-right: 5px;
}

.contacts-list__left {
	-webkit-flex-basis: 45%;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
}

.contacts-list__right {
	-webkit-flex-basis: 45%;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.forecast-top {
	background: url(../img/forecast.png) no-repeat center/cover;
	padding: 45px 0;
	margin-bottom: 70px;
}

.forecast-status {
	margin-bottom: 35px;
	font: 700 16px "Open Sans", sans-serif;
	color: #000;
}

.forecast-desc {
	margin-bottom: 30px;
	color: #000;
	font: 400 16px "Open Sans", sans-serif;
}

.forecast-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.forecast-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
	background: #fff;
	-webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	max-width: 206px;
	width: 100%;
	padding: 5px;
	margin: 1px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.forecast-item img {
	margin-right: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.forecast-item span {
	word-break: break-word;
}

.forecast-item:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.price-top {
	background: url(../img/price.png) no-repeat center/cover;
	margin-bottom: 70px;
	position: relative;
}

.price-intro {
	color: #000;
	font: 400 16px "Open Sans", sans-serif;
}

.price-intro span {
	font-weight: 700;
}

.price-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.price-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 25px;
	margin-bottom: 15px;
	background: #fff;
	-webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
}

.price-item__name {
	color: #000;
	font: 600 20px "Open Sans", sans-serif;
}

.price-item__num {
	margin-right: 35px;
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
}

.price-item__basket {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #638a9f;
	font: 400 16px "Open Sans", sans-serif;
	background: #fff;
	position: relative;
	z-index: 1;
}

.price-item__basket img {
	margin-right: 8px;
}

.price-order {
	margin-top: 40px;
}

.price-order__name {
	text-align: center;
	margin-bottom: 40px;
	color: #000;
	font: 600 18px "Open Sans", sans-serif;
	position: relative;
	background: #fff;
}

.price-order__name span {
	position: relative;
	z-index: 1;
}

.price-order__name::before {
	content: '';
	width: 100%;
	background: rgba(0, 0, 0, .1);
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
}

.price-order__name::after {
	content: '';
	width: 200px;
	height: 40px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.price-list {
	margin-bottom: 40px;
}

.price-list__item {
	font: 700 20px "Open Sans", sans-serif;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	position: relative;
}

.price-list__item span {
	position: relative;
	z-index: 1;
	background: #fff;
	padding-right: 10px;
}

.price-list__item:after {
	content: '';
	width: 100%;
	background: rgba(0, 0, 0, .1);
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.price-list .price-item__basket {
	padding-left: 10px;
}

.price-final {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.price-final__info {
	font: 400 18px "Open Sans", sans-serif;
	margin-right: 25px;
}

.price-final__info span {
	font-weight: 700;
}

.price-final__btn {
	background: #2179cc;
	width: 210px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font: 400 16px "Open Sans", sans-serif;
}

.department-container {
	margin-bottom: 30px!important;
}

.department-block {
	border: 2px solid #ababab;
    border-radius: 5px;
    padding: 10px 20px;
}

.department-block .manual-name {
	display: block;
}

.department-block .manual-name:hover {
	color: #107ca3;
}

.department-link {
	padding-top: 10px;
    display: block;
}

.department-flexing {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.d-row {
	flex-direction: row;
	width: 60%;
	margin-top: 10px;
}

.d-col {
	flex-direction: column;
}

.department-flexing  .manual-desc:last-of-type {
	margin-bottom: unset!important;
}

.manual-top {
	background: url(../img/manual.png) no-repeat center/cover;
	margin-bottom: 70px;
	position: relative;
}

.manual-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 45px;
}

.manual-item:last-of-type {
	margin-bottom: 0;
}

.manual-info {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.manual-image {
	background: #c4c4c4;
	max-width: 310px;
	min-height: 320px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-right: 40px;
}

.manual-name {
	margin-bottom: 8px;
	font: 600 22px "Open Sans", sans-serif;
	color: #000;
}

.manual-role {
	font: 600 18px/25px "Open Sans", sans-serif;
	color: #000;
	margin-bottom: 30px;
}

.manual .manual-desc:last-of-type {
	margin-bottom: 25px;
}

.manual-more {
	color: #11487e;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font: 400 16px "Open Sans", sans-serif;
}

.manual-more img {
	margin-right: 10px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.manual-more.active img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.manual-hidden {
	display: none;
}

.vacancy-top {
	background: url(../img/vacancy.png) no-repeat center/cover;
	padding: 45px 0;
	margin-bottom: 70px;
}

.vacancy-item {
	background: #fff;
	-webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	padding: 20px 50px 20px 30px;
	max-width: 710px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.vacancy-item__content {
	margin-top: 30px;
	display: none;
}

.vacancy-item__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.vacancy-btn {
	font: 700 36px "Open Sans", sans-serif;
	color: #000;
	position: relative;
	border: none;
	outline: 0;
	cursor: pointer;
	background: 0 0;
}

.vacancy-btn::before {
	content: '+';
	display: inline-block;
}

.vacancy-btn.active:before {
	content: '-';
}

.vacancy-name {
	font: 600 18px "Open Sans", sans-serif;
	color: #000;
}

.vacancy-desc {
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
	margin-bottom: 30px;
}

.vacancy-item__content p:last-of-type {
	margin-bottom: 30px;
}

.vacancy-order {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background: #2179cc;
	max-width: 320px;
	height: 50px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	border: none;
	cursor: pointer;
	outline: 0;
	font: 400 15px "Open Sans", sans-serif;
}

.branch-top {
	background: url(../img/branch.png) no-repeat center/cover;
	margin-bottom: 70px;
	position: relative;
}

.branch-sidebar {
	position: relative;
	max-width: 270px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-left: 50px;
	margin-bottom: 25px;
}

.branch-menu {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}

.branch-menu__link {
	background: #fff;
	-webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 15px 25px;
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.branch-menu__link.active {
	font-weight: 600;
}

.branch-menu__link:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.branch-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.branch-new-content {
	width: 80%;
}

@media screen and (max-width:768px) {
	.branch-new-content {
		width: 100%;
	}
}

.branch-content p:last-of-type {
	margin-bottom: 30px;
}

.branch-content ul {
	margin-bottom: 25px;
	padding-left: 20px;
}

.branch-content ul li {
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
	list-style-type: disc;
}

.newsInner-top {
	background: url(../img/newsInner.png) no-repeat center/cover;
	padding: 45px 0;
	margin-bottom: 70px;
}

.news-share {
	background: #f0f8f9;
	padding: 30px 0;
}

.news-share__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-share__text {
	color: #000;
	font: 700 16px "Open Sans", sans-serif;
	margin-right: 15px;
}

.news-share__social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-share__social__item {
	margin-right: 15px;
}

.newsPage-top {
	background: url(../img/newsPage.png) no-repeat center/cover;
	margin-bottom: 70px;
	position: relative;
}

.newsPage--section {
	padding-bottom: 45px;
}

.science-top {
	background: url(../img/science.png) no-repeat center/cover;
	margin-bottom: 70px;
	position: relative;
}

.price-top .container, .contacts-top .container, .weather-top .container, .newsPage-top .container, .branch-top .container, .nature-top .container, .manual-top .container, .science-top .container {
	padding: 45px 0;
	position: relative;
	z-index: 1;
}

.science {
	padding: 0 0 80px;
}

.science-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	-webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 9px rgba(0, 0, 0, .1);
	margin-bottom: 35px;
}

.science-info {
	padding: 25px 20px;
}

.science-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.science-name {
	color: #000;
	font: 700 20px "Open Sans", sans-serif;
	margin-right: 20px;
}

.science-time {
	font: 600 15px "Open Sans", sans-serif;
	color: #047e90;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.science-time img {
	margin-right: 8px;
}

.science-middle {
	margin-bottom: 25px;
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
}

.science-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.science-download {
	color: #008397;
	font: 600 15px "Open Sans", sans-serif;
	margin-right: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.science-download img {
	margin-right: 8px;
}

.science-view {
	color: #008397;
	font: 600 15px "Open Sans", sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.science-view img {
	margin-right: 8px;
}

.science-image {
	max-width: 350px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.farmer {
	background: #f5f5f5;
	text-align: center;
	padding: 70px 0 100px;
}

.farmer-title {
	color: #11487e;
	margin-bottom: 40px;
	font: 700 20px "Open Sans", sans-serif;
}

.farmer-desc {
	margin-bottom: 50px;
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
}

.farmer-login {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 420px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	color: #fff;
	font: 400 15px "Open Sans", sans-serif;
	padding: 15px 0;
	background: #2179cc;
}

.forecastPage {
	background: #f5f5f5;
	padding: 40px 0;
}

.forecastPage .breadcrubms {
	margin-bottom: 25px;
}

.forecastPage .breadcrubms__link {
	color: #638a9f;
}

.forecastPage .breadcrubms__item:last-of-type .breadcrubms__link {
	color: #11487e;
}

.forecastPage .breadcrubms__item::after {
	background: url(../img/right-g.svg) no-repeat center/contain;
}

.forecastPage-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 13px 20px;
	background: #2179cc;
	color: #fff;
	font: 600 16px "Open Sans", sans-serif;
}

.forecastPage-top img {
	margin-right: 10px;
}

.forecastPage-info {
	background: #fff;
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.forecastPage-info p {
	font-size: 16px;
}

.forecastPage-info p:first-child {
	margin-right: 15px;
}

.forecastPage-list {
	margin-right: 50px;
	padding-right: 50px;
	border-right: 1px solid rgba(0, 0, 0, .1);
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 100%;
}

.forecastPage-list:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.forecastPage-list__weather img {
	margin-left: 20px;
}

.forecastPage-days {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.forecastPage-day {
	width: 49%;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
	box-shadow: 0 0 15px rgba(0, 0, 0, .06);
}

.forecastPage-day__date {
	color: #fff;
	font: 600 16px "Open Sans", sans-serif;
	background: #2179cc;
	padding: 12px 20px;
}

.forecastPage-day__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 20px 30px;
}

.forecastPage-day__time {
	color: #3d3d3d;
	margin-bottom: 10px;
	font: 600 15px "Open Sans", sans-serif;
}

.forecastPage-day__weather {
	color: #295762;
	font: 700 20px "Open Sans", sans-serif;
	margin-bottom: 20px;
}

.forecastPage-day__weather img {
	margin-right: 10px;
}

.forecastPage-day__column {
	margin-right: 30px;
}

.forecastPage-day__column:last-of-type {
	margin-right: 0;
}

.forecastPage-day__stats {
	color: #11487e;
	font: 700 13px "Open Sans", sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.forecastPage-day__stats img {
	margin-right: 10px;
	object-fit: contain;
}

.forecastPage-day__stats span {
	font-weight: 400;
}

.forecastPage-intro {
	color: #11487e;
	font: 700 20px "Open Sans", sans-serif;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.forecastPage-cities {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.forecastPage-cities__list {
	margin-right: 75px;
}

.forecastPage-cities__list__link {
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 10;
	display: none;
}

.close-modal {
	cursor: pointer;
	border: none;
	outline: 0;
	background: 0 0;
	position: absolute;
	right: -25px;
	top: -20px;
}

.recall-modal, .recall-modal1 {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
	max-width: 500px;
	width: 100%;
	display: none;
}

.recall-modal .blank-form, .recall-modal1 .blank-form {
	background: #fff;
	padding: 40px;
	max-width: 500px;
}

.swiper-slide {
	text-align: center;
}

.farmer-modal {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
	max-width: 940px;
	background: #fff;
	width: 100%;
	padding: 90px 40px 50px;
	display: none;
}

.farmer-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.farmer-item {
	background: #fff;
	outline: 0;
	margin-bottom: 10px;
}

.farmer-item--field {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.farmer-item--field input {
	max-width: 420px;
	width: 100%;
	background: #fff;
	border: 1px solid #e7e7e7;
	outline: 0;
	padding: 12px 20px;
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
}

.farmer-item--textarea {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.farmer-item--textarea textarea {
	width: 100%;
	max-width: 850px;
	background: #fff;
	border: 1px solid #e7e7e7;
	outline: 0;
	padding: 12px 20px;
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
	resize: none;
}

.farmer-attach {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
	color: #7c7c7c;
	font: 400 16px "Open Sans", sans-serif;
}

.farmer-attach input {
	display: none;
}

.farmer-attach img {
	margin-right: 10px;
}

.farmer-attach__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
}

.farmer-attach__item:last-of-type {
	margin-right: 0;
}

.farmer-submitBtn {
	background: #2179cc;
	max-width: 420px;
	height: 50px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border: none;
	outline: 0;
	color: #fff;
	margin: 0 auto;
	font: 400 15px "Open Sans", sans-serif;
}

.tnx-modal {
	z-index: 11;
	background: #fff;
	max-width: 380px;
	width: 100%;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	text-align: center;
	padding: 45px 25px 35px;
}

.tnx-modal__image {
	margin-bottom: 30px;
}

.tnx-modal__text {
	font: 600 21px "Open Sans", sans-serif;
	color: #000;
	margin-bottom: 25px;
}

.tnx-modal__desc {
	margin-bottom: 50px;
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
}

.tnx-modal__close {
	border: none;
	outline: 0;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	color: #fff;
	font: 400 15px "Open Sans", sans-serif;
	background: #2179cc;
	padding: 13px;
}

.mobile-modal {
	position: fixed;
	left: -100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	top: 0;
	height: 100%;
	z-index: 9;
	background: rgba(17,72,126, .8);
	width: 310px;
	padding: 45px 0 35px;
}

.mobile-modal.active {
	left: 0;
}

.mobile-modal .mobile-menu__logo {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mobile-modal .search {
	padding: 0 30px;
	margin-bottom: 40px;
}

.mobile-modal .header-callback__link {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mobile-modal .mobile-menu__item {
	padding: 20px 30px;
}

.mobile-modal .mobile-menu__item--sub.active {
	background: rgba(0, 0, 0, .3);
}

.mobile-modal .mobile-menu__item--sub.active .mobile-modal__menu {
	display: block;
}

.mobile-modal .mobile-menu__item--sub>a:after {
	content: '';
	background: url(../img/carpet.svg) no-repeat center/contain;
	width: 10px;
	height: 5px;
	display: inline-block;
	margin-left: 10px;
}

.mobile-modal .mobile-menu__link {
	font: 600 15px "Open Sans", sans-serif;
	color: #fff;
}

.mobile-modal__menu {
	display: none;
}

.mobile-modal__menu__item {
	font: 600 15px "Open Sans", sans-serif;
	color: #fff;
	margin-top: 15px;
}

.mobile-modal__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	justify-content: space-between;
	height: 100%;
	overflow: auto;
}

.burger {
	position: relative;
	width: 25px;
	height: 22px;
	margin-left: 10px;
	border: none;
	background: 0 0;
	outline: 0;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.burger span {
	width: 25px;
	height: 3px;
	background: #2179cc;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	top: 10px;
}

.burger.active {
	position: fixed;
	right: 15px;
	z-index: 2;
}

.burger.active span:nth-child(2) {
	opacity: 0;
	visibility: hidden;
}

.burger.active span:first-of-type {
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.burger.active span:last-of-type {
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.file-data .groups_name, .file-data .groups_name1 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 5px;
}

.file-data .groups_name1 {
	font-size: 18px;
}

.file-data .files_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.file-data .files_list .nature-cell-item {
	width: auto;
	padding: 5px 15px;
}

@media screen and (max-height:690px) {
	.recall-modal .blank-form {
		height: 500px;
		overflow: auto;
	}
}

@media screen and (max-width:1230px) {
	.top-header__column--warn {
		padding: 35px 20px;
	}

	.weather-city span {
		font-size: 15px;
	}

	.department-head {
		padding: 45px 15px!important;
	}
}

@media screen and (max-width:1200px) {
	.container {
		max-width: 960px;
	}

	.menu__link, .sub-menu__link {
		font-size: 13px;
	}

	.weather-temp {
		font-size: 18px;
	}

	.weather-date {
		font-size: 14px;
	}

	.top-header__column--weather, .header-wind__item {
		padding: 7px 5px;
	}

	.forecastPage-day__weather {
		font-size: 15px;
	}

	.forecastPage-day {
		margin-right: 15px;
	}

	.news-item {
		max-width: 300px;
	}

	.options-column {
		height: 95px;
	}

	.options-content__desc {
		font-size: 14px;
	}

	.options-content__wrapper {
		-webkit-flex-basis: 32%;
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
		margin: 0 5px;
	}
}

@media screen and (max-width:992px) {
	.container {
		max-width: 720px;
	}

	.search, .socials-lines, .top-header__column--weather:nth-child(3) {
		display: none;
	}

	.header-desc {
		font-size: 10px;
	}

	.header-text {
		font-size: 16px;
	}

	.top-header__column--city {
		max-width: 170px;
	}

	.weather-list__item {
		font-size: 10px;
	}

	.nature-year {
		margin-bottom: 20px;
		margin-right: 10px;
		font-size: 14px;
	}

	.forecastPage-list {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.weather-pageTitle {
		font-size: 20px;
	}

	.weather p {
		font-size: 14px;
	}

	.science-image {
		display: none;
	}

	.news-item {
		max-width: 370px;
	}

	.news-block {
		-webkit-flex-basis: 45%;
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
		margin: 10px;
		border-radius: 12px;
    	overflow: hidden;
    	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    	box-shadow: 0 0 15px rgba(0, 0, 0, .06);
	}

	.newsPage-top {
		margin-bottom: 30px;
	}

	.table td {
		font-size: 12px;
	}

	.options-column {
		height: 120px;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.options-content__wrapper {
		-webkit-flex-basis: 48%;
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}

	.partners-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.farmer-modal {
		max-width: 90%;
	}

	.footer-top {
		margin-bottom: 20px;
	}

	.socials-lines--footer {
		position: relative;
		display: block;
		margin: 0 auto 20px;
	}

	.socials-lines--footer .social-links {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: 0 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-bottom: 0;
	}

	.socials-lines--footer .social-links__item {
		margin: 0 10px;
	}
}

@media screen and (max-width:850px) {
	.d-row {
		width: unset;
		flex-direction: column;
		align-items: flex-start;
	}

	.d-col {
		margin-bottom: 12px;
		align-items: flex-start;
	}

	.department-head {
		padding: 45px 21px!important;
	}
}

@media screen and (max-width:768px) {
	.container {
		max-width: 540px;
	}

	.middle-header {
		padding-bottom: 0;
	}

	.middle-header__weather {
		margin-bottom: 0;
	}

	.top-header {
		display: none;
	}

	.middle-header__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header {
		border-bottom: 1px solid #0c5aa2;
	}

	.bottom-header {
		display: none;
	}

	.forecastPage-day {
		width: 100%;
		margin-right: 0;
	}

	.footer-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.footer-copy {
		margin-bottom: 10px;
	}

	.forecastPage-list {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding-right: 0;
		margin-right: 0;
		border: none;
		margin-bottom: 20px;
		padding-top: 15px;
		border-top: 1px solid rgba(0, 0, 0, .1);
	}

	.forecastPage-list:first-of-type {
		border-top: none;
	}

	.forecastPage-list:last-of-type {
		margin-bottom: 0;
	}

	.forecastPage-info {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.breadcrubms {
		margin-bottom: 50px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.breadcrubms__item {
		margin-bottom: 10px;
	}

	.vacancy-desc {
		font-size: 14px;
	}

	.vacancy-name {
		font-size: 14px;
		margin-right: 20px;
	}

	.notification-item__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.notification-item__name {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.notification-region, .notification-warn, .science-middle, .science-time {
		font-size: 14px;
	}

	.science-name {
		font-size: 16px;
	}

	.price-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.price-item__name {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.price-list__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		font-size: 16px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.price-list__item:after {
		display: none;
	}

	.price-order .price-item__basket {
		padding-left: 0;
		margin-top: 10px;
	}

	.price-final {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.price-final__info {
		margin-bottom: 20px;
	}

	.news-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		overflow: hidden;
	}

	.news-share__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.news-share__text {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.nature-table {
		overflow: auto;
	}

	.table {
		width: 992px;
	}

	.manual-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.manual-image {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.manual-name {
		font-size: 18px;
	}

	.manual-role {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.manual-more {
		font-size: 14px;
	}

	.options-content__desc {
		font-size: 12px;
	}

	.options-name {
		font-size: 18px;
	}

	.options-column {
		height: 105px;
	}

	.branch-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.branch-sidebar {
		margin-left: 0;
		margin-bottom: 30px;
		max-width: 100%;
	}

	.branch-content ul li {
		font-size: 14px;
	}

	.blank .blank-desc {
		font-size: 14px;
	}

	.blank .blank-desc:last-of-type {
		margin-bottom: 30px;
	}

	.burger {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.mobile-modal .search {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.middle-header__weather {
		display: block;
	}
}

@media screen and (max-width:568px) {
	.footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.header-logo {
		margin-bottom: 10px;
	}

	.breadcrubms__link {
		font-size: 14px;
	}

	.breadcrubms__item::after {
		margin-left: 5px;
		margin-right: 5px;
	}

	.footer-logo {
		margin-bottom: 10px;
	}

	.forecastPage-cities {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.forecastPage-cities__list {
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.footer-input {
		width: 100%;
	}

	.footer-submit {
		padding: 10px;
	}

	.forecastPage-day__weather img {
		margin-right: 7px;
	}

	.nature-year {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.nature-select {
		margin-left: 0;
		margin-top: 10px;
	}

	.vacancy-order {
		max-width: 100%;
	}

	.vacancy-item {
		padding: 20px;
	}

	.nature-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.nature-left {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.science-header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 10px;
	}

	.science-name {
		margin-bottom: 10px;
	}

	.weather-pageTitle {
		font-size: 16px;
	}

	.price-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.price-item__num {
		margin-bottom: 10px;
	}

	.price-final__info {
		font-size: 14px;
		margin-right: 0;
	}

	.options-content__wrapper {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.options-content__item {
		max-width: 100%;
		min-height: initial;
	}

	.options-column__top {
		-webkit-background-size: cover;
		background-size: cover;
	}

	.options-column__top:hover {
		-webkit-background-size: 200% 200%;
		background-size: 200%;
	}

	.forecast-item {
		max-width: 100%;
		width: 100%;
	}

	.contacts-list__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contacts-list__left {
		margin-bottom: 10px;
	}

	.recall-modal {
		max-width: 90%;
	}

	.close-modal {
		right: 0;
		top: -25px;
	}

	.farmer-item--field {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.farmer-attach {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.farmer-attach__item {
		margin-bottom: 20px;
	}

	.farmer-attach__item:last-of-type {
		margin-bottom: 0;
	}

	.farmer-modal {
		padding: 30px;
	}

	.farmer-form {
		height: 400px;
		overflow: auto;
	}

	.tnx-modal {
		max-width: 310px;
	}

	.header-time {
		margin-right: 10px;
		padding-right: 10px;
	}

	.mobile-modal {
		width: 270px;
	}

	.mobile-modal .mobile-menu__link, .mobile-modal__menu__item {
		font-size: 13px;
	}

	.socials-lines--footer {
		width: 100%;
	}
}

.citizen-file-container {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	justify-content: space-around;
	margin-right: 100px;
}

@media screen and (max-width: 992px) {
	.citizen-file-container {
		margin-right: 15px;
		justify-content: space-around;
	}
}

.citizen-file-wrap {
}

.citizens-file {
	max-width: 250px;
	width: 100%;
	display: flex;
	align-items: center;
	background: #2179cc;
	color: #fff;
	padding: 10px;
	font: 600 15px "Open Sans", sans-serif;
}

.citizens-file img {
	width: 32px;
	margin-right: 10px;
}

.top-header__column--weather-wrap {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	max-width: 250px;
	border-left: 1px solid rgba(0, 0, 0, .2);
}

.top-header__column--weather-wrap .bad-conditions {
	flex-basis: 100%;
	padding: 0 15px;
	color: #fff;
}

.top-header__column--weather {
	border-left: none;
}

.middle-header__content__item .bad-conditions {
	flex-basis: 100%;
	padding: 10px 25px;
	color: #fff;
	margin: 0;
}

.forecast-title {
	font: 700 20px/24px "Open Sans", sans-serif;
	color: #11487e;
	margin-bottom: 20px;
}

.nature-cell-item {
	padding: 0 10px;
}

.nature-cell-item.col1 {
	width: 100%;
}

.nature-cell-item.col2 {
	width: 50%;
}

@media (max-width: 1199.98px) {
	.citizens-file+.citizens-file {
		margin-top: 10px;
	}

	.citizen-file-wrap {
		flex-direction: column;
	}
}

@media (max-width: 1199.98px) {
	.citizen-file-wrap {
		margin-left: 0;
	}
}

.menu__link, .mobile-modal .mobile-menu__link {
	text-transform: uppercase;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	padding-left: 15px;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	padding-right: 15px;
}

.weather .right>div+div {
	margin-top: 40px;
}

.weather .right h2 {
	font: 600 16px "Open Sans", sans-serif;
	margin-bottom: 20px;
}

.videos .news-all {
	width: auto;
	display: inline-block;
}

.text-center {
	text-align: center;
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px;
}

.forecastPage-list__item {
	font: 400 16px "Open Sans", sans-serif;
	color: #000;
}

.forecastPage-list__item td {
	padding: 12px 8px;
}

.forecastPage-list__item:last-of-type {
	border-bottom: none;
}

.forecastPage-list th {
	font: 600 16px "Open Sans", sans-serif;
}

.meteoalert__comment {
	margin: 20px 0;
}

.meteoalert__table-wrapper {
	display: inline-block;
	width: auto;
	padding: 5px;
	border: 4px double black;
}

.meteoalert__table {
	border-collapse: collapse;
	font: 400 16px "Open Sans", sans-serif;
}

.meteoalert__table td {
	padding: 10px 20px;
	border: 1px solid black;
}

.meteoalert__table td:nth-child(2) {
	background-color: green;
}

.meteoalert__table td:nth-child(3) {
	background-color: yellow;
}

.meteoalert__table td:nth-child(4) {
	background-color: orange;
}

.meteoalert__table td:nth-child(5) {
	background-color: red;
}

.gallery A {
	width: 30%;
	margin-bottom: 5px;
	display: block;
}

.gallery A IMG {
	width: 100% !important;
/*	height: auto !important;*/
}

@media screen and (max-width: 992px) {
	.col-5, .col-7 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.col-7+.col-5 {
		margin-top: 40px;
	}

	.container.d-flex {
		flex-direction: column;
	}

	.archives .table td {
		font-size: 16px;
	}

	.gallery A {
		width: 45%;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table-responsive-md>.table-bordered {
		border: 0;
	}
}

.enquiry-row {
	display: flex;
	margin: 0 -15px;
	width: 100%;
}

.enquiry-row .col-map {
	padding: 0 15px;
	width: 65%;
}

.enquiry-row .col-form {
	width: 35%;
	padding: 0 15px;
	display: none;
}

.enquiry-row .step {
	padding: 15px 0;
	font-weight: bold;
	font-size: 16px;
}

.enquiry-row .reject_data {
	font-weight: bold;
	color: red;
	display: none;
}

.enquiry-row UL.points {
	padding-top: 20px;
}

.enquiry-row UL.points LI {
	position: relative;
	padding: 20px 20px 0;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
}

.enquiry-row UL.points LI .idx {
	position: absolute;
	left: -10px;
	top: -10px;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	color: #ffffff;
	background-color: #0c5aa2;
	min-width: 30px;
	text-align: center;
}

.enquiry-row UL.points LI .remove_point {
	position: absolute;
	right: -10px;
	top: -10px;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	border: 1px solid red;
	background-color: #FFFFFF;
	color: red;
	min-width: 30px;
	text-align: center;
	cursor: pointer;
	font-family: sans-serif;
	text-transform: uppercase;
}

.enquiry-row UL.points LI .remove_point:hover {
	color: #ffffff;
	background-color: red;
}

.enquiry-row UL.points LI .addr {
	font-style: italic;
	margin-bottom: 10px;
}

input[type=checkbox]:disabled, input[type=checkbox]:disabled+label {
	opacity: 0.5;
}

@media screen and (max-width: 992px) {
	.enquiry-row {
		display: block;
	}

	.enquiry-row .col-map, .enquiry-row .col-form {
		width: 100%;
	}
}

.popup_message {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

.popup_message h2 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

.popup_message h3 {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 15px;
}

.popup_message ol, .popup_message ul {
	width: 100%;
	padding-left: 40px;
	text-align: left;
	margin: 15px 0;
}

.popup_message ol li {
	list-style-type: decimal;
}

.popup_message p {
	font-size: 14px;
}

.popup_message a {
	outline: none;
	text-decoration: underline;
	color: #2179cc;
}

.year_carousel {
	-webkit-box-shadow: 0 6px 10px rgba(154, 154, 154, 0.25);
	-moz-box-shadow: 0 6px 10px rgba(154, 154, 154, 0.25);
	-o-box-shadow: 0 6px 10px rgba(154, 154, 154, 0.25);
	box-shadow: 0 6px 10px rgba(154, 154, 154, 0.25);
	position: relative;
	padding: 0 40px;
	margin: 15px auto;
	overflow: hidden;
	list-style: none;
	z-index: 1;
}

.year_carousel .swiper-slide {
	position: relative;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	cursor: pointer;
	font-size: 16px;
	padding: 15px;
	color: #000;
	width: auto;
}

.year_carousel .swiper-button-next, .year_carousel .swiper-button-prev {
	width: 28px;
	height: 28px;
	margin-top: -14px;
	background-size: 28px 28px;
}

.year_carousel .slide-active {
	-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
	background: #11487e;
	color: #fff;
}

.year_carousel .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2311487e'%2F%3E%3C%2Fsvg%3E");
	right: 5px;
}

.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2311487e'%2F%3E%3C%2Fsvg%3E");
	left: 5px;
}

.documents_filters {
	margin: 30px 0 20px;
	width: 100%;
}

.documents_filters .form-group {
	display: inline-block;
	margin-right: 15px;
}

.documents_filters .form-group LABEL {
	width: 100%;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.documents_filters .form-group SELECT {
	height: 40px;
	text-indent: 5px;
	border-color: rgba(0, 0, 0, 0.2);
}

.documents_list .document {
	-webkit-transition: .2s;
	background-color: #fff;
	-moz-transition: .2s;
	margin-bottom: 15px;
	position: relative;
	-o-transition: .2s;
	transition: .2s;
	display: flex;
	width: 100%;
	border: 1px solid #dadada;
	align-items: center;
}

.documents_list .document:hover {
	box-shadow: 0 6px 10px rgba(154, 154, 154, 0.25);
}

.documents_list .document:after {
	background-color: #11487e;
	position: absolute;
	height: 100%;
	content: '';
	width: 4px;
	left: 0;
	top: 0;
}

.documents_list .document .document_image {
	width: 80px;
	padding: 10px 20px;
}

.documents_list .document .document_image IMG {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.documents_list .document .document_name {
	padding: 20px;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	height: 100%;
}

.documents_list .document .document_download {
	text-align: center;
	padding: 10px 20px;
	width: 200px;
}

.documents_list .document .document_download A {
	width: 100%;
	border: 1px solid #11487e;
	padding: 10px;
	font-style: normal;
	font-weight: bold;
	color: #433C3C;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.documents_list .document .document_download A SVG {
	width: 20px;
}

.documents_list .document .document_download A:hover {
	background-color: #11487e;
	color: #FFFFFF;
}

.breadcrumb_and_time {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.breadcrumb-time {
	padding: 0;
	margin: 0 0 25px 15px;
	border: none;
	flex-direction: row;
	align-items: center;
}

.breadcrumb-time .header-time__num {
	margin-left: 10px;
}

@media screen and (max-width:568px) {
	.breadcrumb_and_time {
		flex-direction: column;
	}

	.breadcrumb-time {
		margin-left: 0;
	}

	.breadcrumb_and_time .breadcrubms {
		width: 100%;
	}
}

.forecastPage_table_container {
	overflow-x: auto;
	width: 100%;
	padding-bottom: 20px;
}

.forecastPage_table {
	min-width: 100%;
	width: auto;
	text-align: center;
}

.forecastPage_table TD {
	padding-left: 5px;
	padding-right: 5px;
}

.forecastPage_table .title {
	position: relative;
}

.forecastPage_table .title TD {
	text-align: left;
	padding: 3px 5px;
	font-size: 14px;
}

.forecastPage_table .title TD .sticky {
	position: sticky;
	left: 5px;
	width: 250px;
}

.forecastPage_table .times TD {
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 10px;
}

.forecastPage_table .times TD SUP {
	font-size: 60%;
	margin-left: 3px;
}

.forecastPage_table .icons TD {
	padding-bottom: 10px;
}

.forecastPage_table .icons TD IMG {
	width: 100px;
	max-width: 100px;
}

.forecastPage_table .temp TD {
	font-weight: bold;
	padding: 2px 5px;
	font-size: 20px;
}

.forecastPage_table .winds TD, .forecastPage_table .rains TD, .forecastPage_table .pressures TD {
	font-weight: bold;
	padding: 2px 5px;
	font-size: 18px;
}

@media screen and (max-width:992px) {
	.forecastPage_table .icons TD IMG {
		max-width: 70px;
	}
}
