
.main-screen {
	background-color: #f3fbff;
	padding-top: 1.47059rem;
	padding-bottom: 5.5rem;
	position: relative;
}
@media (min-width: 576px) {
	.main-screen {
		padding-bottom: 6rem;
	}
}
@media (min-width: 768px) {
	.main-screen {
		padding-top: 0;
		padding-bottom: 6rem;
	}
}
@media (min-width: 992px) {
	.main-screen {
		padding-top: 3rem;
		padding-bottom: 7rem;
	}
}
@media (min-width: 1200px) {
	.main-screen {
		padding-top: 7.05882rem;
		padding-bottom: 2rem;
	}
}

@media (min-width: 1320px) {
	.main-screen {
		padding-top: 7.05882rem;
		padding-bottom: 8.23529rem;
	}
}

.main-screen .main-screen__form-block {
	background-color: rgba(242, 251, 255, 0.77);
	border-radius: 5px;
	padding-top: 1.17647rem;
	padding-bottom: 1.17647rem;
	padding-left: 0.88235rem;
	padding-right: 0.88235rem;
	height: auto;
	overflow: hidden;
	position: relative;
}



/*  .main-screen .main-screen__form-block.active {
 	padding-top: 1.17647rem;
 	padding-bottom: 1.17647rem;
 	padding-left: 0.88235rem;
 	padding-right: 0.88235rem;
 	width: auto;
 	overflow: visible;
 	} */
 	@media (min-width: 576px) {

 		.main-screen .main-screen__form-block {
 			width:0;
 			padding-top: 0;
 			padding-bottom: 0;
 			padding-left: 0;
 			padding-right: 0;
 			height: 450px;
 		}


 		.main-screen .main-screen__form-block.active {
 			padding-top: 2.64706rem;
 			padding-bottom: 2.64706rem;
 			padding-left: 2.35294rem;
 			padding-right: 2.35294rem;
 			width: auto;
 			overflow: visible;
 			z-index: 10;
 		}
 	}


 	
 	@media (min-width: 768px) {
 		.main-screen .main-screen__form-block {
 			height: 450px;
 		}
 	}
 	@media (min-width: 992px) {
 		.main-screen .main-screen__form-block {
 			height: 500px;
 		}
 	}
 	.main-screen .main-screen__form-block__title {
 		font-size: 1.41176rem;
 		line-height: 1.52941rem;
 		font-weight: bold;
 		margin-bottom: 1.17647rem;
 		text-align: center;
 	}
 	@media (min-width: 576px) {
 		.main-screen .main-screen__form-block__title {
 			text-align: left;
 			font-size: 1.94118rem;
 			line-height: 2.23529rem;
 			margin-bottom: 1.76471rem;
 		}
 	}
 	.main-screen .main-screen__form-block__form input {
 		border: 1px solid #cdcdcd;
 		background-repeat: no-repeat;
 		background-position: left 1.05882rem center;
 		background-size: 20px auto;
 		padding-left: 0.88235rem;
 		padding-right: 0.29412rem;
 		height: 2.64706rem;
 		line-height: 2.94118rem;
 		border-radius: 5px;
 		display: block;
 		width: 100%;
 	}
 	@media (min-width: 576px) {
 		.main-screen .main-screen__form-block__form input {
 			height: 3.52941rem;
 			line-height: 3.82353rem;
 			margin-bottom: 0.52941rem;
 		}
 	}
 	.main-screen .main-screen__form-block__form input[data-type] {
 		padding-left: 2.94118rem;
 	}
 	.main-screen .main-screen__form-block__form input[data-type="town"] {
 		background-image: url('../img/svg/city.svg');
 		background-position: left 0.82353rem center;
 		background-size: 20px 20px;
 	}
 	.main-screen .main-screen__form-block__form input[data-type="street"] {
 		background-image: url('../img/svg/street.svg');
 		background-size: 15px auto;
 		background-size: 15px 25px;
 	}
 	.main-screen .main-screen__form-block__form input[data-type="number"] {
 		background-image: url('../img/svg/house.svg');
 		background-size: 20px 20px;
 	}
 	.main-screen .main-screen__form-block__form .btn-water {
 		display: block;
 	}
 	.main-screen .main-screen__form-block__form .btn-water span {
 		display: inline-block;
 		background-image: url("../img/svg/icon_drop.svg");
 		background-position: center right;
 		background-repeat: no-repeat;
 		padding-right: 1.47059rem;
 		background-size: 13px 13px;
 	}
 	@media (min-width: 576px) {
 		.main-screen .main-screen__form-block__form .btn-water span {
 			padding-right: 2.35294rem;
 			background-size: 19px 19px;
 		}
 	}

 	.info-main {
 		background-color: #fff;
 		margin-bottom: 1.76471rem;
 		position: relative;
 		z-index: 2;
 	}
 	.info-main .info-main--shadow {
 		position: relative;
 		z-index: 1;
 		-webkit-box-shadow: 0 -20px 30px -10px rgba(0, 0, 0, 0.08);
 		box-shadow: 0 -20px 30px -10px rgba(0, 0, 0, 0.08);
 	}
 	.info-main .info-main--shadow:before {
 		content: '';
 	}
 	.info-main .info-main--shadow * {
 		position: relative;
 		z-index: 2;
 	}
 	@media (min-width: 768px) {
 		.info-main .info-main--shadow {
 			padding-top: 2.94118rem;
 			padding-bottom: 2.94118rem;
 			padding-left: 2.94118rem;
 			padding-right: 2.94118rem;
 		}
 	}
 	.info-main--bg {
 		background-color: #fff;
 	}
 	.info-main__desc {
 		background-color: #f3fbff;
 		padding-top: 2.35294rem;
 		padding-left: 2.35294rem;
 		padding-right: 2.35294rem;
 		padding-bottom: 2.35294rem;
 	}
 	.info-main__title {
 		font-size: 1.05882rem;
 		line-height: 1.23529rem;
 		font-weight: bold;
 		padding-bottom: 0.58824rem;
 		text-align: center;
 	}
 	@media (min-width: 576px) {
 		.info-main__title {
 			font-size: 1.23529rem;
 			line-height: 1.47059rem;
 			text-align: left;
 		}
 	}
 	.info-main__list {
 		padding-top: 0.58824rem;
 	}
 	.info-main__list li {
 		position: relative;
 		padding-top: 2.05882rem;
 		margin-top: 0.88235rem;
 		margin-bottom: 0.88235rem;
 		text-align: center;
 	}
 	@media (min-width: 576px) {
 		.info-main__list li {
 			font-weight: bold;
 			padding-left: 2.05882rem;
 			text-align: left;
 			padding-top: 0;
 		}
 	}
 	.info-main__list li:before {
 		content: "";
 		display: block;
 		position: absolute;
 		left: 50%;
 		margin-left: -0.47059rem;
 		top: 0;
 		width: 1rem;
 		height: 1rem;
 		background-repeat: no-repeat;
 		background-position: center center;
 		background-image: url(../img/svg/text_marker.svg);
 		background-size: 17px 17px;
 	}
 	@media (min-width: 576px) {
 		.info-main__list li:before {
 			left: 0;
 			top: 0.35294rem;
 		}
 	}
 	.info-main__useful {
 		padding-top: 2.35294rem;
 		padding-left: 0;
 		padding-right: 0;
 		padding-bottom: 2.35294rem;
 		text-align: center;
 	}
 	@media (min-width: 576px) {
 		.info-main__useful {
 			padding-top: 2.35294rem;
 			padding-left: 3.23529rem;
 			padding-right: 2.35294rem;
 			padding-bottom: 2.35294rem;
 			text-align: left;
 		}
 	}
 	.info-main__useful__title {
 		font-weight: bold;
 		position: relative;
 		font-size: 1.05882rem;
 		line-height: 1.23529rem;
 		padding-top: 4.70588rem;
 		margin-bottom: 1.76471rem;
 	}
 	.info-main__useful__title:before {
 		content: '';
 		display: block;
 		width: 2.88235rem;
 		height: 3.11765rem;
 		position: absolute;
 		top: 0;
 		left: 50%;
 		margin-left: -1.64706rem;
 		background-repeat: no-repeat;
 		background-position: 0 0;
 		background-size: auto auto;
 		background-image: url(../img/icons/help.png);
 	}
 	@media (min-width: 576px) {
 		.info-main__useful__title:before {
 			left: 0;
 			margin-left: 0;
 		}
 	}
 	@media (min-width: 576px) {
 		.info-main__useful__title {
 			font-size: 1.70588rem;
 			line-height: 2rem;
 			padding-left: 4.70588rem;
 			margin-bottom: 1.76471rem;
 			padding-top: 0;
 		}
 	}
 	.info-main__useful__txt {
 		margin-bottom: 1.47059rem;
 	}
 	.info-main__useful__link {
 		margin-top: 1.47059rem;
 	}
 	.info-main__useful__link a {
 		color: #0089e7;
 		position: relative;
 		display: inline-block;
 		padding-right: 1.76471rem;
 		font-size: 1.05882rem;
 		text-decoration: none;
 	}
 	@media (min-width: 576px) {
 		.info-main__useful__link a {
 			padding-right: 2.47059rem;
 			font-size: 1.23529rem;
 		}
 	}
 	.info-main__useful__link a::before {
 		content: '';
 		position: absolute;
 		right: 0;
 		top: 50%;
 		margin-top: -0.58824rem;
 		background-image: url(../img/svg/more.svg);
 		background-repeat: no-repeat;
 		display: block;
 		width: 1.11765rem;
 		height: 1.11765rem;
 		background-size: 100% 100%;
 	}
 	.info-main__useful__link a:hover::before {
 		right: 0.29412rem;
 	}
 	@media (min-width: 576px) {
 		.info-main__useful__link a:hover::before {
 			right: 0.58824rem;
 		}
 	}
 	@media (min-width: 1320px) {
 		.info-main .info-main__useful__title {
 			margin-bottom: 2.94118rem;
 		}
 	}
 	.info-main .btn-map {
 		display: block;
 		margin-top: 1.76471rem;
 	}
 	@media (min-width: 576px) {
 		.info-main .btn-map {
 			margin-top: 1.47059rem;
 		}
 	}
 	@media (min-width: 768px) {
 		.info-main .btn-map {
 			margin-top: 2.35294rem;
 		}
 	}
 	@media (min-width: 992px) {
 		.info-main .btn-map {
 			margin-top: 3.52941rem;
 		}
 	}
 	.info-main .btn-map span {
 		display: inline-block;
 		background-size: 13px 13px;
 	}
 	@media (min-width: 576px) {
 		.info-main .btn-map span {
 			padding-right: 2.35294rem;
 			background-size: 19px 19px;
 			background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4.32 4.32'%3e%3ctitle%3emap%3c/title%3e%3cg id='Ð¡Ð»Ð¾Ð¹_2' data-name='Ð¡Ð»Ð¾Ð¹ 2'%3e%3cg id='Layer_1' data-name='Layer 1'%3e%3cpath fill='%23ffffff' fill-rule='evenodd' clip-rule='evenodd' d='M4.2,0h0L2.88.5,1.44,0,.09.46A.12.12,0,0,0,0,.57V4.2a.12.12,0,0,0,.12.12h0l1.28-.5,1.44.5,1.35-.46a.12.12,0,0,0,.09-.12V.12A.12.12,0,0,0,4.2,0ZM1.68.59l1,.34v2.8l-1-.34V.59ZM.48.83,1.2.59V3.4l-.72.28V.83ZM3.84,3.49l-.72.24V.93L3.84.65Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
 			background-position: center right;
 			background-repeat: no-repeat;
 			padding-right: 1.47059rem;
 		}
 	}

 	.tabs-block {
 		/* margin-top: 3.52941rem; */
 		background-color: #f7f7f8;
 		padding-top: 2rem;
 		padding-bottom: 2.5rem;
 	}
 	.tabs-block .subtitle-docs .subtitle__icon {
 		width: 2.35294rem;
 		height: 1.94118rem;
 		margin-top: -1.05882rem;
 	}

 	@media (min-width: 992px) {
 		.tabs-docs {
 			margin-top: -5.5rem;
 		}
 	}

 	/* Ð¿Ð°Ð½ÐµÐ»ÑŒ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº */
 	ul.tabs {
 		margin: 0;
 		padding: 1px 0;
 		list-style: none;
 		width: 100%;
 		position: relative;
 		z-index: 2;
 		padding-left: 20%;
 	}

 	ul.tabs li {
 		margin-left: 0.29412rem;
 		cursor: pointer;
 		margin-bottom: 0.29412rem;
 		position: relative;
 		padding-top: 0.88235rem;
 		padding-left: 1.76471rem;
 		padding-bottom: 0.88235rem;
 		padding-right: 1.76471rem;
 		border-radius: 3px;
 		border-width: 2px;
 		border-color: transparent;
 		font-size: 1.17647rem;
 		font-weight: bold;
 		border-style: solid;
 	}

 	/* ÑƒÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ ÑÑ‚Ð¸Ð»ÑŒ Ð¿Ñ€Ð°Ð²Ð¾Ð¹ Ñ€Ð°Ð¼ÐºÐ¸ Ñƒ Ð¿Ð¾ÑÐ»ÐµÐ´Ð½ÐµÐ¹ Ð²ÐºÐ»Ð°Ð´ÐºÐ¸ */
 	/* ÑÑ‚Ð¸Ð»Ð¸ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
 	ul.tabs li:hover {
 		border-color: #0089e7;
 		color: #0089e7;
 	}

 	/* ÑÑ‚Ð¸Ð»Ð¸ Ð°ÐºÑ‚Ð¸Ð²Ð½Ñ‹Ñ… Ð²ÐºÐ»Ð°Ð´Ð¾Ðº */
 	ul.tabs li.active {
 		position: relative;
 		display: block;
 		border-color: #0089e7;
 		color: #0089e7;
 	}

 	ul.tabs li.active:hover {
 		color: #3797c7;
 	}

/* ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº Ð¿ÐµÑ€Ð²Ð¾Ð³Ð¾ ÑƒÑ€Ð¾Ð²Ð½Ñ
* Ð²ÐºÐ»ÑŽÑ‡Ð°ÑŽÑ‰Ð¸Ð¹ Ð² ÑÐµÐ±Ñ Ð¿Ð°Ð½ÐµÐ»Ð¸ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¾Ð² Ð°ÐºÐºÐ¾Ñ€Ð´ÐµÐ¾Ð½Ð°
*/
.tab_container {
	width: 100%;
}

@media (max-width: 991px) {
	.tab_container {
		width: 100%;
	}
}

/* Ð±Ð»Ð¾ÐºÐ¸ Ñ ÑÐ¾Ð´ÐµÑ€Ð¶Ð°Ð½Ð¸ÐµÐ¼ Ð¿Ð¾-ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ ÑÐºÑ€Ñ‹Ñ‚Ñ‹
* ÑƒÐºÐ°Ð·Ð°Ñ‚ÑŒ Ñ€Ð°ÑÐºÑ€Ñ‹Ñ‚Ñ‹Ð¼ Ð¿Ñ€Ð¸ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐµ Ð½ÑƒÐ¶Ð½Ñ‹Ð¹ Ð±Ð»Ð¾Ðº
* Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ style="display: block;" Ð² html
*/
.tab_content {
	padding: 1.5625rem 1.25rem;
	display: none;
}

@media (max-width: 991px) {
	.tab_content {
		border-bottom: 1px solid #ebeef5;
	}
}

.tab_content ul {
	list-style-type: none;
}

/* Ð¿Ð°Ñ€Ð°Ð³Ñ€Ð°Ñ„ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ Ð±Ð»Ð¾ÐºÐ¾Ð² Ñ ÑÐ¾Ð´ÐµÑ€Ð¶Ð°Ð½Ð¸ÐµÐ¼ */
.tab_content p {
	margin-bottom: 10px;
}

/**
* Ð˜Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº
* ...ÑÐ´ÐµÐ»Ð°ÐµÐ¼ Ð¸Ñ… Ð¾Ñ‚Ð·Ñ‹Ð²Ñ‡Ð¸Ð²Ñ‹Ð¼Ð¸
*/
.tab_content img {
	max-width: 100%;
	height: auto;
	border: 2px solid #f7f9fa;
	margin: 0 auto 2rem;
}

/* Ð¿Ð¾Ð»Ð½Ð¾Ñ€Ð°Ð·Ð¼ÐµÑ€Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ° */
.tab_content img .large-img {
	width: 100%;
	margin-bottom: 10px;
}

/* Ð¼Ð¸Ð½Ð¸Ð°Ñ‚ÑŽÑ€Ð° ÑÐ»ÐµÐ²Ð° */
.tab_content img.img-left {
	width: 25%;
	float: left;
	margin: 5px 15px 15px 0;
}

/* Ð¼Ð¸Ð½Ð¸Ð°Ñ‚ÑŽÑ€Ð° ÑÐ¿Ñ€Ð°Ð²Ð° */
.tab_content img.img-right {
	width: 25%;
	float: right;
	margin: 5px 0 15px 15px;
}

/* Ð’ÑÑ‚Ñ€Ð°Ð¸Ð²Ð°ÐµÐ¼Ð¾Ðµ Ð²Ð¸Ð´ÐµÐ¾ */
.video-responsive {
	margin: 20px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ÐŸÑ€ÐµÐ´ÑƒÑÐ¼Ð¾Ñ‚Ñ€Ð¸ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ðµ ÐºÐ¾Ð´Ð° Ð²ÑÑ‚Ñ€Ð°Ð¸Ð²Ð°ÐµÐ¼Ð¾Ð³Ð¾ Ð²Ð¸Ð´ÐµÐ¾
*Ñ‡ÐµÑ€ÐµÐ· iframe, object Ð¸Ð»Ð¸ embed */
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Ð°ÐºÐºÐ¾Ñ€Ð´ÐµÐ¾Ð½ ÑÐºÑ€Ñ‹Ñ‚ Ð² Ñ€ÐµÐ¶Ð¸Ð¼Ðµ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº */
.tab_accordion {
	display: none;
	padding: 1rem 5rem 1rem 1rem;
	font-weight: bold;
	font-size: 1.2rem;
	position: relative;
	cursor: pointer;
	color: #0089e7;
	border-bottom: 1px solid #ebeef5;
}
@media (min-width: 576px) {
	.tab_accordion {
		padding: 1rem 5rem 1rem 1rem;
	}
}

@media (max-width: 991px) {
	.tab_accordion {
		display: block;
	}
}

.tab_accordion span {
	position: relative;
	display: inline-block;
	padding-right: 2.05882rem;
}

.tab_accordion span:before {
	content: "";
	width: 16px;
	height: 16px;
	border: 4px solid #0089e7;
	position: absolute;
	top: 50%;
	right: 0;
	margin-left: -5px;
	margin-top: -10px;
	display: block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 0;
	border-right: 0;
}

.tab_accordion.d_active span:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -0.17647rem;
}

/* ÐŸÐµÑ€ÐµÑ…Ð¾Ð´ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº Ð² Ñ€ÐµÐ¶Ð¸Ð¼ Ð°ÐºÐºÐ¾Ñ€Ð´ÐµÐ¾Ð½Ð°
* Ð¿Ñ€Ð¸ Ð´Ð¾ÑÑ‚Ð¸Ð¶ÐµÐ½Ð¸Ð¸ Ñ€Ð°Ð·Ð¼ÐµÑ€Ð° Ð¾ÐºÐ½Ð° Ð¿Ñ€Ð¾ÑÐ¼Ð¾Ñ‚Ñ€Ð° 480px
*/
@media screen and (max-width: 749px) {
	/* ÑÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ Ð²ÐºÐ»Ð°Ð´ÐºÐ¸ */
	.tabs {
		display: none;
	}
	/* Ð¿Ð¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ Ð°ÐºÐºÐ¾Ñ€Ð´ÐµÐ¾Ð½Ð° */
	.tab_accordion {
		position: relative;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	/* Ð¿Ð°Ð½ÐµÐ»Ð¸ Ð°ÐºÐºÐ¾Ñ€Ð´ÐµÐ¾Ð½Ð° Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
	/* Ð¿ÐµÑ€ÐµÐºÐ»ÑŽÑ‡Ð°Ñ‚ÐµÐ»ÑŒ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº, Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ Ð²Ð½Ð¸Ð· */
	/* ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð°ÐºÑ‚Ð¸Ð²Ð½Ñ‹Ñ… Ð¿Ð°Ð½ÐµÐ»ÐµÐ¹ */
/* Ð°ÐºÑ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐºÐ»ÑŽÑ‡Ð°Ñ‚ÐµÐ»ÑŒ, Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ Ð²Ð²ÐµÑ€Ñ… */ }

.docs {
	margin-top: 0.88235rem;
	margin-bottom: 2.94118rem;
}
.docs__item {
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	padding-left: 0.88235rem;
	padding-right: 0.88235rem;
	padding-top: 0.88235rem;
	padding-bottom: 3.52941rem;
	background-color: transparent;
	margin-left: 2px;
	margin-right: 2px;
	position: relative;
	cursor: pointer;
	display:block;
	text-decoration:none;
	color:#333;
}
.docs__item[href="/userfiles/files/ "],.docs__item[href="/userfiles/files/"]{
	opacity:0.5;
	pointer-events: none; 
	cursor: default;
}
.docs__item:hover {
	text-decoration:none;
	color:#333;
}
@media (min-width: 576px) {
	.docs__item {
		padding-left: 1.76471rem;
		padding-right: 1.76471rem;
		padding-top: 1.76471rem;
		padding-bottom: 5rem;
	}
}
@media (min-width: 768px) {
	.docs__item {
		margin-left: 0.70588rem;
		margin-right: 0.70588rem;
	}
}
.docs__title {
	font-weight: bold;
	padding-left: 1.47059rem;
	position: relative;
	font-size: 0.88235rem;
	line-height: 1.05882rem;
	display:block;
}
@media (min-width: 576px) {
	.docs__title {
		font-size: 1rem;
		line-height: 1.23529rem;
	}
}
@media (min-width: 992px) {
	.docs__title {
		font-size: 1.23529rem;
		line-height: 1.7rem;
	}
}
.docs__title:before {
	content: '';
	display: block;
	width: 2px;
	height: 1.17647rem;
	background-color: #09baf5;
	position: absolute;
	left: 0;
	top: 0;
}
.docs__link {
	position: absolute;
	bottom: 0.88235rem;
	left: 0.88235rem;
	display:block;
}
@media (min-width: 576px) {
	.docs__link {
		bottom: 1.76471rem;
		left: 1.76471rem;
	}
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background-color: #ccc;
	list-style-type: none;
	cursor: pointer;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
	background-color: #0089e7;
}

.slick-dots li button {
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	display: none;
}

.docs__item:hover {
	background-color: #fff;
	border: 1px solid #fff;
}
.docs__item:hover .docs__title {
	/* padding-left: 0; */
}
@media (min-width: 992px) {
	.docs__item:hover .docs__title {
		/* font-size: 1.41176rem; */
		/* line-height: 1.58824rem; */
	}
}
.docs__item:hover .docs__title:before {
	/* 	display: none; */
}

.news-block, .reminders-block {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.news-block .subtitle-news .subtitle__icon {
	width: 2.35294rem;
	height: 1.94118rem;
	margin-top: -1.05882rem;
}
.news-block .link-allnews, .tabs-block .link-allnews, .reminders-block .link-allnews {
	position: absolute;
	top: 0;
	right: 0;
}
.news-block .news {
	margin-top: 0.88235rem;
	margin-bottom: 2.94118rem;
}
.news-block .news__item {
	border-radius: 5px;
	border: 1px solid transparent;
	overflow: hidden;
	background-color: transparent;
	margin-left: 0.70588rem;
	margin-right: 0.70588rem;
	position: relative;
	display: block;
	cursor: pointer;
	cursor: pointer;
	color: #333333;
}
.news-block .news__item span {
	display: block;
}
.news-block .news__info {
	padding-left: 2.05882rem;
	padding-right: 2.05882rem;
	padding-top: 1.47059rem;
	padding-bottom: 2.05882rem;
	background-color: #f3fbff;
	border:2px solid #f3fbff;
}

.news-block .news__item:hover .news__info {
	background-color: #fff;
}

.news-block .news__img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 14.70588rem;
}
.news-block .news__date {
	color: #808080;
}
.news-block .news__title {
	font-weight: bold;
	padding-left: 1.29412rem;
	position: relative;
	margin-top: 1.29412rem;
	margin-bottom: 1.29412rem;
}
@media (min-width: 992px) {
	.news-block .news__title {
		font-size: 1.23529rem;
		line-height: 1.52941rem;
	}
}
.news-block .news__title:before {
	content: '';
	display: block;
	width: 2px;
	height: 1.17647rem;
	background-color: #09baf5;
	position: absolute;
	left: 0;
	top: 0;
}
.news-block .news__item:hover {
	background-color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
}
.news-block .news__item:hover .news__title {
	/* padding-left: 0; */
}
@media (min-width: 992px) {
	.news-block .news__item:hover .news__title {
		/* font-size: 1.41176rem; */
		/* line-height: 1.58824rem; */
	}
}
.news-block .news__item:hover .news__title:before {
	/* 	display: none; */
}

.partners {
	border-top: 1px solid #cdcdcd;
	padding-top: 2rem;
	padding-bottom: 1.76471rem;
}
.partners__item {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
}
.partners__item:hover {
	text-decoration:none;
}
@media (min-width: 576px) {
	.partners__item {
		max-width: 8.23529rem;
	}
}
.partners__img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 5.88235rem;
	display: block;
}
.partners__name {
	text-align: center;
	font-weight: bold;
	color: #333;
	display: none;
}


.breadcrumbs {
	color: #808080;
	padding-top: 1.88235rem;
	padding-bottom: 2.35294rem;
}
.breadcrumbs__link {
	color: #808080;
}

.content-block {
	padding-top: 0.88235rem;
	padding-bottom: 2rem;
}
.content-block h3 {
	font-weight: bold;
	font-size: 1.47059rem;
	margin-bottom: 0.88235rem;
	margin-top: 0.88235rem;
}
.content-block p {
	line-height: 1.35294rem;
}
.content-block .block-info {
	background-color: #f3fbff;
	padding-top: 1.76471rem;
	padding-left: 2.05882rem;
	padding-right: 2.05882rem;
	padding-bottom: 1.76471rem;
	margin-top: 1.17647rem;
	margin-bottom: 1.17647rem;
}
.content-block .block-info__list li {
	position: relative;
	padding-top: 2.05882rem;
	margin-top: 0.88235rem;
	margin-bottom: 0.88235rem;
	text-align: center;
}
@media (min-width: 576px) {
	.content-block .block-info__list li {
		font-weight: bold;
		padding-left: 2.05882rem;
		text-align: left;
		padding-top: 0;
	}
}
.content-block .block-info__list li:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -0.47059rem;
	top: 0;
	width: 1rem;
	height: 1rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/svg/text_marker.svg);
	background-size: 17px 17px;
}
@media (min-width: 576px) {
	.content-block .block-info__list li:before {
		left: 0;
		top: 0.35294rem;
	}
}

/* Ð°ÐºÐºÐ¾Ñ€Ð´ÐµÐ¾Ð½ ÑÐºÑ€Ñ‹Ñ‚ Ð² Ñ€ÐµÐ¶Ð¸Ð¼Ðµ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº */
.faq_opener {
	border-bottom: 1px solid #cdcdcd;
	padding-left: 0;
	padding-top: 1.47059rem;
	padding-bottom: 1.47059rem;
	cursor: pointer;
}
@media (min-width: 768px) {
	.faq_opener {
		padding-bottom: 2.64706rem;
		padding-top: 2.64706rem;
	}
}
.faq_opener h3 {
	font-weight: bold;
	font-size: 1.17647rem;
	position: relative;
	position: relative;
	padding-right: 2.05882rem;
}
@media (min-width: 576px) {
	.faq_opener h3 {
		margin-bottom: 1.76471rem;
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.faq_opener h3 {
		font-size: 1.47059rem;
	}
}
.faq_opener h3:before {
	content: "";
	width: 16px;
	height: 16px;
	border: 3px solid #0089e7;
	position: absolute;
	top: 50%;
	right: 0;
	margin-left: -5px;
	margin-top: -10px;
	display: block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-top: 0;
	border-right: 0;
}

.faq_opener.d_active {
	border-bottom: 1px solid transparent;
	padding-bottom: 0rem;
}

.faq_opener.d_active .faq-sdesc {
	display: none;
}

@media (min-width: 576px) {
	.faq_opener.d_active h3 {
		margin-bottom: 0;
	}
}

.faq_opener.d_active h3:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -0.17647rem;
}

/* ÐŸÐµÑ€ÐµÑ…Ð¾Ð´ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº Ð² Ñ€ÐµÐ¶Ð¸Ð¼ Ð°ÐºÐºÐ¾Ñ€Ð´ÐµÐ¾Ð½Ð°
* Ð¿Ñ€Ð¸ Ð´Ð¾ÑÑ‚Ð¸Ð¶ÐµÐ½Ð¸Ð¸ Ñ€Ð°Ð·Ð¼ÐµÑ€Ð° Ð¾ÐºÐ½Ð° Ð¿Ñ€Ð¾ÑÐ¼Ð¾Ñ‚Ñ€Ð° 480px
*/
@media screen and (max-width: 749px) {
	/* Ð¿Ð¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ Ð°ÐºÐºÐ¾Ñ€Ð´ÐµÐ¾Ð½Ð° */
	.faq_opener {
		position: relative;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	/* Ð¿Ð°Ð½ÐµÐ»Ð¸ Ð°ÐºÐºÐ¾Ñ€Ð´ÐµÐ¾Ð½Ð° Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
	/* Ð¿ÐµÑ€ÐµÐºÐ»ÑŽÑ‡Ð°Ñ‚ÐµÐ»ÑŒ Ð²ÐºÐ»Ð°Ð´Ð¾Ðº, Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ Ð²Ð½Ð¸Ð· */
	/* ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð°ÐºÑ‚Ð¸Ð²Ð½Ñ‹Ñ… Ð¿Ð°Ð½ÐµÐ»ÐµÐ¹ */
/* Ð°ÐºÑ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÐºÐ»ÑŽÑ‡Ð°Ñ‚ÐµÐ»ÑŒ, Ð¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ Ð²Ð²ÐµÑ€Ñ… */ }

.tab_content_faq {
	padding-top: 0;
	padding-bottom:2.3rem;
	display: none;
	border-bottom: 1px solid #cdcdcd;
}

@media (min-width: 576px) {
	.tab_content_faq {
		padding-top: 1rem;
		padding-bottom:1.5rem;
	}
}

@media (min-width: 768px) {
	.tab_content_faq {
		padding-top: 1rem;
		padding-bottom:2.7rem;
	}
}

@media (max-width: 991px) {
	.tab_content_faq {
		border-bottom: 1px solid #ebeef5;
	}
}

.paginator {
	
	height:0;
	overflow:hidden;
}

.paginator.show-paginator{
	height:auto; 
	padding-bottom: 1.76471rem;
	padding-top: 3.52941rem;
}

.paginator .show-more {
	width: 100%;
}
.paginator .paginator-arrow {
	position: relative;
	width: 1rem;
	height: 1.17647rem;
	display: inline-block;
}
.paginator .paginator-arrow:before {
	content: "";
	width: 16px;
	height: 16px;
	border-width: 3px;
	border-style: solid;
	border-color: #0089e7;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	border-bottom: 0;
	border-right: 0;
}
.paginator .paginator-arrow--left {
	margin-left: 2.35294rem;
}
.paginator .paginator-arrow--left:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -0.52941rem;
}
.paginator .paginator-arrow--right {
	margin-right: 2.35294rem;
}
.paginator .paginator-arrow--right:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -0.52941rem;
}
.paginator .paginator-arrow:hover:before, .paginator .paginator-arrow:hover:after {
	border-color: #2c5ea3;
}
.paginator .paginator-arrow-double {
	width: 2.05882rem;
	height: 1.47059rem;
	position: relative;
	display: inline-block;
}
.paginator .paginator-arrow-double:before, .paginator .paginator-arrow-double:after {
	content: "";
	width: 16px;
	height: 16px;
	border-width: 3px;
	border-style: solid;
	border-color: #0089e7;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	border-bottom: 0;
	border-right: 0;
}
.paginator .paginator-arrow-double:after {
	right: 0.76471rem;
}
.paginator .paginator-arrow-double--left:before, .paginator .paginator-arrow-double--left:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -0.52941rem;
}
.paginator .paginator-arrow-double--right:before, .paginator .paginator-arrow-double--right:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -0.52941rem;
}
.paginator .paginator-arrow-double:hover:before, .paginator .paginator-arrow-double:hover:after {
	border-color: #2c5ea3;
}
.paginator .paginator-numbers {
	margin-left: 2.52941rem;
	margin-right: 2.52941rem;
}
.paginator .paginator-numbers__link {
	font-size: 1.23529rem;
	display: inline-block;
	padding-left: 1.17647rem;
	padding-top: 0.41176rem;
	padding-right: 1.17647rem;
	padding-bottom: 0.41176rem;
	border-radius: 3px;
	border: 2px solid transparent;
	color: #333333;
	display: inline-block;
}


.paginator .paginator-numbers__link.active {
	color: #0089e7;
	border: 2px solid #0089e7;
	font-weight: bold;
	pointer-events: none;
	cursor: default;
}

.search {
	margin-top: 1.47059rem;
	margin-bottom: 1.47059rem;
}
.search-input {
	border: 1px solid #cdcdcd;
	background-repeat: no-repeat;
	background-position: left 1.05882rem center;
	background-size: 20px auto;
	padding-left: 2.94118rem;
	padding-right: 0.29412rem;
	height: 2.64706rem;
	line-height: 2.94118rem;
	border-radius: 5px;
	display: block;
	width: 100%;
	background-image: url("https://xn--b1a3a.xn--80aaebkcu6cd5a4irb.xn--p1acf/templates/img/svg/search-input.svg");
}
@media (min-width: 576px) {
	.search-input {
		height: 3.52941rem;
		line-height: 3.82353rem;
	}
}
.search .btn-search {
	padding-right: 1.76471rem;
	padding-left: 1.76471rem;
	width: 100%;
	height: 2.64706rem;
	line-height: 2.94118rem;
	width: 100%;
	max-width: 7.64706rem;
	margin-left: 0.88235rem;
}
.search .btn-search--small {
	max-width: 6.76471rem;
}
@media (min-width: 576px) {
	.search .btn-search {
		height: 3.52941rem;
		line-height: 3.82353rem;
		margin-top: 0;
	}
}

.instructions__item {
	border-bottom: 2px solid #e6e6e6;
	padding-top: 2.05882rem;
	padding-bottom: 2.05882rem;
}

.instructions__list .instructions__item:last-child{
	border-bottom: 0;
}

.instructions__date {
	color: #808080;
}

.instructions__title {
	font-weight: bold;
	margin-top: 0.58824rem;
	margin-bottom: 0.88235rem;
	font-size: 1.17647rem;
	line-height: 1.41176rem;
}
@media (min-width: 768px) {
	.instructions__title {
		font-size: 1.47059rem;
		line-height: 1.76471rem;
	}
}

.instructions__link {
	margin-right: 2.58824rem;
	margin-top: 0.88235rem;
}
@media (min-width: 576px) {
	.instructions__link {
		margin-top: 0;
	}
}

.help__links {
	padding-bottom: 2.35294rem;
	padding-top: 1.47059rem;
	margin-bottom: 2.64706rem;
	border-bottom: 1px solid #cdcdcd;
}
.help__links .more__link-big {
	margin-right: 4.11765rem;
}
.help__links .more__link-big:nth-child(n+2) {
	margin-top: 1.17647rem;
}
@media (min-width: 992px) {
	.help__links .more__link-big:nth-child(n+2) {
		margin-top: 0;
	}
}

.help__map {
	position: relative;
	width: 100%;
	height: 20rem;
	margin-top: 2.35294rem;
	margin-bottom: 2.94118rem;
}
.help__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.help__info__item {
	margin-bottom: 1.76471rem;
}
@media (min-width: 768px) {
	.help__info__item {
		margin-bottom: 2.94118rem;
	}
}
.help__info__item a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin-right: 0.35294rem;
}
.help__info__item a:hover {
	color: #0089e7;
	text-decoration: none;
}

.help__info__icon {
	display: block;
	position: relative;
	padding-left: 2.11765rem;
}
.help__info__icon:before {
	content: '';
	display: block;
	width: 1.05882rem;
	height: 1.11765rem;
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	left: 0;
	top: 0;
}
.help__info__icon--phone:before {
	background-size: 18px 19px;background-image: url('../img/svg/icon_phone_number.svg');
}
.help__info__icon--address:before {
	background-size: 14px 19px;

	background-size: 18px 19px;background-image: url('../img/svg/icon_address.svg');
}

.normative__item {
	border-bottom: 2px solid #e6e6e6;
	padding-top: 2.05882rem;
	padding-bottom: 2.05882rem;
}

.normative__date {
	color: #808080;
}

.normative__title {
	font-weight: bold;
	margin-top: 0.58824rem;
	margin-bottom: 0.88235rem;
	font-size: 1.17647rem;
	line-height: 1.41176rem;
}
@media (min-width: 768px) {
	.normative__title {
		font-size: 1.47059rem;
		line-height: 1.76471rem;
	}
}

.normative__link {
	margin-right: 2.58824rem;
	margin-top: 0.88235rem;
}
@media (min-width: 576px) {
	.normative__link {
		margin-top: 0;
	}
}

.map-substrate {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog__links{}
.blog__links a{
	position: relative;
	text-decoration: none;
}
.blog__links a:hover{
	text-decoration: none;
}
.blog__links__prev{
	padding-left:20px;
}
.blog__links__next{
	padding-right:20px;
}
.blog__links__prev:before,
.blog__links__prev:after,
.blog__links__next:before,
.blog__links__next:after{
	width: 10px;
	height: 10px;
	position: relative;
	display: block;
	content: '';
	border-width: 3px;
	border-style: solid;
	border-color: #0089e7;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	border-bottom: 0;
	border-right: 0;
}
.blog__links a.blog__links__prev:hover:before,
.blog__links a.blog__links__prev:hover:after,
.blog__links a.blog__links__next:hover:before,
.blog__links a.blog__links__next:hover:after{
	border-color: #19659a;
}
.blog__links__prev,
.blog__links__next{

}
.blog__links__prev{

}

.blog__links__next{

}




.blog__links a.blog__links__prev:after,
.blog__links a.blog__links__prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -5px;
	left:0;
}
.blog__links a.blog__links__prev:before {
	left:0;
}
.blog__links a.blog__links__prev:after{
	left:-10px;
}



.blog__links a.blog__links__next:after,
.blog__links a.blog__links__next:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -5px;  
}
.blog__links a.blog__links__next:before {
	right:0;
}
.blog__links a.blog__links__next:after{
	right:-10px;
}



.slider-water{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 6rem);
	height: 100%;
	z-index: 1;
	display: none;
	background: rgb(238,250,255);
	background: -o-linear-gradient(left, rgba(238,250,255,1) 0%, rgba(250,253,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(238,250,255,1)), to(rgba(250,253,255,1)));
	background: linear-gradient(90deg, rgba(238,250,255,1) 0%, rgba(250,253,255,1) 100%);
}



@media (min-width: 576px){
	.slider-water.slick-initialized{
		display:block;
	}
}
@media (min-width: 992px){
	.slider-water{
		top: 0;
	}
}
@media (min-width: 1200px){
	.slider-water{
		/* top: -4.5rem; */
	}
}

.slider-water+.container{
	z-index:2;
}

.slider-water div.slider-water__item{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.slider-water:after{
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/map_bg_cut.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	z-index: 2;
}

@media (min-width: 1200px){
	.slider-water:after{
		background-size: auto;
	}
}


.top-links__item__search{
	position: relative;
	/* height: 52px; */
	width: 1.17647rem;
}


.block-search__form{
	width: 0px;
	line-height: 45px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	display: block;
	right: 0;
}

.block-search__form #search{
	border: 0px;
	border-bottom: 2px solid #fff;
	background: transparent;
	width: 0%;
	padding: 5px 0;
	outline: none;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.block-search__form .search-submit_wrap{
	position: absolute;
	cursor: pointer;
	width: 1.17647rem;
	height: 1.17647rem;
	right:0;
	top:50%;
	margin-top: calc(-1.55rem/2);

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.block-search__form .search-submit_wrap{
		margin-top: -2.2rem
	}
}

.block-search__form.active{
	width: 250px;
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 2;
	background-color: #0089e7;
	-webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.1);
	right: 2rem;
}

.block-search__form #search.active{
	width: 100%;
	-webkit-transition: all 0.5s 0.8s ease;
	-o-transition: all 0.5s 0.8s ease;
	transition: all 0.5s 0.8s ease;
	padding-left: 1.3rem;
	padding-right: 2.2rem;
}

.block-search__form input::-webkit-input-placeholder {
	color: #fff;
}

.block-search__form input::-moz-placeholder {
	color: #fff;
}

.block-search__form input:-ms-input-placeholder {
	color: #fff;
}

.block-search__form input::-ms-input-placeholder {
	color: #fff;
}

.block-search__form input::placeholder {
	color: #fff;
}

#search-submit{
	display:block;
	cursor:pointer;
	width:100%;
	height:100%;
	background-color: transparent;
	border:0;
	outline:0;
	text-indent: -9999px;
	padding: 0;
	position: absolute;
	
	-webkit-transition: all 0.5s 0.8s ease;
	-o-transition: all 0.5s 0.8s ease;
	transition: all 0.5s 0.8s ease;
}

.block-search__form.active svg.search-submit{
	fill:#fff;
	left: -10px;
	-webkit-transition: all 0.5s 0.8s ease;
	-o-transition: all 0.5s 0.8s ease;
	transition: all 0.5s 0.8s ease;
	z-index: 1;
}

.block-search__form svg.search-submit{
	z-index:2;
	margin-top: -0.35rem;
}

.block-search__form.active #search-submit{
	z-index:2;
	left: -10px;
}

.block-search__form .close-submit{
	width:0;
	position: absolute;
	right:-2rem;
	top: 0;
	margin-top:0;
	
	height: 1.17647rem;
	-webkit-transition: all 0.5s 0.8s ease;
	-o-transition: all 0.5s 0.8s ease;
	transition: all 0.5s 0.8s ease;
}

.close-form__wrap{
	position: absolute;
	right: 0.7rem;
	top: 0.7rem;
	margin-top:0;
	height: 1.5rem;
	width: 1.5rem;
	-webkit-transition: all 0.5s 0.8s ease;
	-o-transition: all 0.5s 0.8s ease;
	transition: all 0.5s 0.8s ease;
	background-color:#0089e7;
	border-radius:100%;
	text-align: center;
	display:none;
}


@media (min-width: 576px) {
	.close-form__wrap{
		display:block;
	}
}

@media (min-width: 992px) {
	.close-form__wrap{
		right: -2rem;
		top: 0;
		margin-top:0;
	}
}
.close-form{
	width: 1.2rem;
	height: 1.2rem;
	display:inline-block;
	position: absolute;
	left: 50%;
	margin-left: -0.45rem;
	top: 50%;
	margin-top: -0.55rem;
	cursor: pointer;
}

.block-search__form.active  .close-submit{
	display:block;
	width: 1.17647rem;
}

.form-page__label{
	display:block;

}

.form-page__label input ,
.form-page__label textarea{
	border: 1px solid #cdcdcd;
	padding-left: 0.88235rem;
	padding-right: 0.88235rem;
	border-radius: 5px;
	display: block;
	width: 100%;
}
.form-page__label textarea{
	height: 8rem;
	padding-top:1rem;
	padding-bottom:1rem;
}
.form-page__label input {
	height: 2.64706rem;
	line-height: 2.94118rem;
	
}

@media (min-width: 576px) {
	.form-page__label input {
		height: 3.52941rem;
		line-height: 3.82353rem;
		margin-bottom: 0.52941rem;
	}
}


.form-page{
	margin:3rem 0;
}
.form-page__thank {
	display: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #adb5bd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adb5bd;
	padding: 2rem 0;
	margin: 2rem 0;
	text-align: center;
}

.opener-form{
	position:fixed;
	right:0;
	top: 23%;
	z-index: 21;
	background-color: #0089e7;
	color: #fff;
	background-image: url("../img/svg/icon_drop.svg");
	background-position: center left 10px;
	background-repeat: no-repeat;
	padding-bottom: 1rem;
	padding-right:1rem;
	padding-top:1rem;
	padding-left: calc(1rem + 25px);
	background-size: 20px 20px;
	border-radius:  5px 0 0 5px;
	cursor:pointer;
	word-wrap: break-word;
	text-align: left;
	display:none;
}

@media (min-width: 576px) {
	.opener-form{
		display:block;
	}
}

.opener-form.inactive,
.slider-water__item__txt.inactive,
.slider-water__title.inactive,
#scrollToTop.inactive{
	display:none !important;
}

.opener-form:hover {
	background-color: #333333;
	color: #fff;
}



.slider-water + .slider-water__title{
	opacity:1;
}

.slider-water[data-slide="0"] + .slider-water__title{
	opacity:0;
}


.slider-water__title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	font-size: 1.9rem;
	line-height: 2.5rem;
	padding-top: 1.5rem;
	font-weight:bold;
	padding-right: 3rem;
	text-align:right;
}

@media (min-width: 768px) {
	.slider-water__title{
		padding-right: 5rem;
	}
}

.slider-water__title span{
	display:block;
	font-size:1rem;
	line-height:1.3rem;
}
.slider-water__item__txt{
	background-color: rgba(242, 251, 255, 0.77);
	border-radius: 5px;
	padding-top:3rem;
	padding-bottom:3rem;
	padding-left:3rem;
	padding-right:3rem;
	width:80%;
	font-size:1.3rem;
	line-height:2rem; 
}
.slider-water__item__txt h3{margin-bottom:1rem;text-transform:uppercase;color:#00be9c;font-weight:bold;font-size: 1.7rem;}
.slider-water__item__txt strong{
	display:block;
	font-size:2rem;
	font-weight:600;
	margin-bottom:1rem;
}

.txt-small{
	font-size:0.8rem;
	line-height: 1rem !important;
	display:block;
}

@media (min-width: 768px) {
	.slider-water__item__txt{
		padding-top:3rem;
		padding-bottom:3rem;
		padding-left:1.5rem;
		padding-right:1.5rem;
		width:60%;
		font-size:1.3rem;
		line-height:2rem; 
	}

	.slider-water__item__txt strong{
		font-size: 1.4rem;
		font-weight:600;
		margin-bottom:1rem;
	}

	.txt-small{
		font-size:0.8rem;
		line-height: 1rem !important;
	}
}

.plug{
	position:fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.plug-screen{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	
}

.plug-screen__title{
}

.plug-screen__title{
	font-size:1rem;
	fill: #0089e7;
	background-color: rgba(246, 252, 255, 0.7);
	width: 100%;
	text-align: center;
	padding: 1rem 0;
	font-weight: bold
}
.plug-screen__title svg{
	fill: #0089e7;
	height:4rem;
	width:2rem;
	margin-right: 1rem;
}


@media (min-width: 576px) {
	.plug-screen__title{
		font-size:1.5rem;
		font-weight: normal;

	}
	.plug-screen__title{
		padding: 1rem 0;
	}
	.plug-screen__title svg{
		height:4rem;
		width:2rem;
		margin-right: 1rem;
	}
}
@media (min-width: 768px) {
	.plug-screen__title{
		font-size:2rem;
	}
	.plug-screen__title{
		padding: 1rem 0;
	}
	.plug-screen__title svg{
		height:5rem;
		width:3rem;
		margin-right: 2rem;
	}
}

@media (min-width: 992px) {
	.plug-screen__title{
		font-size:2rem;
	}
	.plug-screen__title{
		padding: 2rem 0;
	}
	.plug-screen__title svg{
		height:5rem;
		width:3rem;
		margin-right: 2rem;
	}
}

@media (min-width: 1200px) {
	.plug-screen__title{
		font-size:3rem;
	}
	.plug-screen__title{
		padding: 2rem 0;
	}
	.plug-screen__title svg{
		height:5rem;
		width:3rem;
		margin-right: 2rem;
	}
}

@media (min-width: 1400px) {
	.plug-screen__title{
		font-size:4rem;
	}

	.plug-screen__title{
		padding: 2rem 0;
	}
	.plug-screen__title svg{
		height:8rem;
		width:5rem;
		margin-right: 2rem;
	}
}



.slider-water__btn {
	position: absolute;
	bottom: 2.5rem;
	z-index: 1000;
	left: 0;
	width: 100%;
}

@media (min-width: 576px) {
	.slider-water__btn {
		bottom: 0.5rem;
	}
}
.slider-water__btn .btn{
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 992px) {
	.slider-water {
		height: calc(100% + 0rem);
	}
	.slider-water__btn {
		bottom: 0.5rem;
	}
}


@media (min-width: 1200px) {
	.slider-water__btn {
		bottom: 2.5rem;
	}
	.slider-water__btn .btn {
		margin-left: 0;
		margin-right: 0;
	}
	.slider-water {
		height: 100%;
	}
}


@media (min-width: 1320px) {
	.slider-water__btn {
		bottom: 4.5rem;
	}
}

.version-vis .slider-water__btn {
	position: relative;
	bottom: 0;
	left:0;
	z-index: 1000;
	width: 100%;
	margin-top:1rem;
}

.slider-water__btn__vision, .version-vis .reminders-block__item__wrap{
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 0 100% !important;
	-webkit-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
}


.txt-footer {
	margin-bottom: 2rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
	max-width: 380px;
	text-align:left;
}

@media (min-width: 768px){
	.txt-footer {
		margin-top: 0.1rem;
		/* max-width: 380px; */
		margin-bottom: 1rem;
		width: 100%;
		text-align: right;
	}
}


.btn_apply{
	position: relative;
	display: block;
	border-color: #fff;
	color: #fff;
	cursor: pointer;
	margin-bottom: 1rem;
	position: relative;
	padding-top: 0.88235rem;
	padding-left: 1.76471rem;
	padding-bottom: 0.88235rem;
	padding-right: 1.76471rem;
	border-radius: 3px;
	border-width: 2px;
	font-size: 1.17647rem;
	font-weight: bold;
	border-style: solid;
	text-align:center;
	width: 100%;
}

.btn_apply:hover{
	text-decoration: none;
	background-color:#fff;
	color:#2c5ea3;
}

span.search-submit {
	cursor:pointer;
	display: inline-block;
	text-align: right;
	width: 100%;
}


#scrollToTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-weight: bold;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	z-index: 10000;
/* 	background-color: #0089e7;
	color: #ffffff;
	padding: 5px 15px; */
	text-indent:-9999px;
	border: solid #00be9c;
	border-width: 0 4px 4px 0;
	display: inline-block;
	width:25px;
	height:25px;
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.reminders-block{
	background-color: #f3fbff;
	border-top:1px solid #cdcdcd;
	padding-bottom: 2.5rem;
}

.reminders-block__title{
	font-weight: bold;
	padding-left: 0;
	position: relative;
	font-size: 1.23529rem;
	line-height: 1.7rem;
	display:block;
	color: #fff;
}
@media (min-width: 576px) {
	.reminders-block__title {
		
	}
}
@media (min-width: 992px) {
	.reminders-block__title {
		
	}
}




.reminders-block__item{
	border-radius: 5px;
	border: 1px solid #0cb3ef;
	padding-left: 0.88235rem;
	padding-right: 0.88235rem;
	padding-top: 1.2rem;
	padding-bottom: 0.88235rem;
	background-color: transparent;
	margin-left: 2px;
	margin-right: 2px;
	position: relative;
	cursor: pointer;
	display:block;
	text-decoration:none;
	color:#333;
	margin-bottom: 1rem;
	background-size: cover;
	background-position: center;
}

.reminders-block__item:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	position: absolute;
	background-color: rgba(0, 137, 231, 0.7);
}

@media (min-width: 576px) {
	.reminders-block__item {
		padding-left: 1.76471rem;
		padding-right: 1.76471rem;
		padding-top: 1.76471rem;
		padding-bottom: 1.76471rem;
	}
}

@media (min-width: 768px) {
	.reminders-block__item {
		margin-bottom: 0;
	}
}

.reminders-block__link {
	margin-top: 1.47059rem;
	color: #fff;
	position: relative;
	display: inline-block;
	padding-right: 1.76471rem;
	font-size: 1.05882rem;
	text-decoration: none;
	position: relative;
}
.reminders-block__item:hover .reminders-block__link {
	padding-right: 1.5rem;

}
.reminders-block__item:hover{
	background-color:#fff;
	border: 1px solid #fff;
}
.reminders-block__item:hover,
.reminders-block__item:hover .reminders-block__title {
	text-decoration:none;
	color: #fff;
}



@media (min-width: 576px) {
	.reminders-block__link {
		padding-right: 2.47059rem;
		font-size: 1.23529rem;
	}
}
.reminders-block__link::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.58824rem;
	background-image: url(../img/svg/more-white.svg);
	background-repeat: no-repeat;
	display: block;
	width: 1.11765rem;
	height: 1.11765rem;
	background-size: 19px 19px;
}
.reminders-block__item:hover:before{
	background-color: rgba(51, 51, 51, 0.6);
}



.useful__item{

}

.useful__title{

}

.useful__link{

}


.useful{
	margin-top: 0.88235rem;

}
.useful__item {
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	padding-left: 0.88235rem;
	padding-right: 0.88235rem;
	padding-top: 0.88235rem;
	padding-bottom: 0.88235rem;
	background-color: transparent;
	position: relative;
	cursor: pointer;
	display:block;
	text-decoration:none;
	color:#333;
	margin-bottom:1rem;
	width:100%;
}

.useful .useful__item:last-child {
	margin-bottom:0;
}

.useful__item:hover {
	text-decoration:none;
	color:#333;
}
@media (min-width: 576px) {
	.useful__item {
		padding-left: 1.76471rem;
		padding-right: 1.76471rem;
		padding-top: 1.76471rem;
		padding-bottom: 1.76471rem;
	}
}
@media (min-width: 768px) {
	.useful__item {
	}
}
.useful__title {
	font-weight: bold;
	padding-left: 1.47059rem;
	position: relative;
	font-size: 0.88235rem;
	line-height: 1.05882rem;
	display:block;
	margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
	.useful__title {
		font-size: 1rem;
		line-height: 1.23529rem;
	}
}
@media (min-width: 992px) {
	.useful__title {
		font-size: 1.23529rem;
		line-height: 1.7rem;
	}
}
.useful__title:before {
	content: '';
	display: block;
	width: 2px;
	height: 1.17647rem;
	background-color: #09baf5;
	position: absolute;
	left: 0;
	top: 0;
}
.useful__link {
	display: inline-block;
}
@media (min-width: 576px) {
	.useful__link {
	}
}


.docs-tile{

}

.docs-tile__item{
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	display: block;
	cursor: pointer;
	cursor: pointer;
	color: #333333;
	padding-left: 2.05882rem;
	padding-right: 2.05882rem;
	padding-top: 1.47059rem;
	padding-bottom: 2.05882rem;
	background-color: #f3fbff;
	border: 2px solid #f3fbff;
	height: calc(15rem + 2.05882rem);
	padding-top: calc(8rem + 2.05882rem);
	font-size: 1.23529rem;
	line-height: 1.52941rem;
	font-weight: bold;
}

.docs-tile__icon{
	position: absolute;
	display: block;
	left: 2.05882rem;
	top: 2.05882rem;
	fill: #0089e7;
	height: 5rem;
	width: 5rem;
}

.docs-tile__item:hover{
	background-color: #0089e7;
	border: 2px solid #0089e7;
	text-decoration:none;
	color:#fff;
}

.docs-tile__item:hover .docs-tile__icon{
	fill:#fff;
}


.partners__title {
	display: block;
	position: relative;
	font-size: 1.2rem;
	margin: 0 auto 2.05882rem;
	font-weight: bold;
	position: relative;
	width: 100%;
}
@media (min-width: 576px) {
	.partners__title {
		margin: 0 auto 1.76471rem;
	}
}
@media (min-width: 768px) {
	.partners__title {
		margin: 0 auto 2.64706rem;
	}
}

table td{
	border:1px solid #eee;
}
.H{
	font-weight: bold;
	background-color:#eee;
}

.table-wrap{
	width: 100%;
	overflow-x: auto;
}

.useful__announce{
	display: block;
	margin-bottom: 2rem;
	font-size: 0.88235rem;
	line-height: 1.05882rem;
}

.useful__img{
	display:block;
	width:100%;
	height: 10rem;
	background-position: center;
	background-size: contain;
	margin-bottom: 2rem;
	background-repeat: no-repeat;
}


.useful__img[style="background-image: url();"]{
	display:none;
}

@media (min-width: 576px) {
	.useful__img{	
		height: 100%;
		max-height: 20rem;		
		position: absolute;
		left:0;
		top:0;
		margin-bottom: 0;
	}
	.useful__announce{
		font-size:1rem;
	}
}

.search-result__caption{
	background-color:#efefef;
	padding:1rem
}
.search-result__title{
	/* text-transform:uppercase; */
	/* font-size:1.2rem; */
}
.search-result__request{background-color: #0089e7;display: inline-block;color: #fff;padding: 0.3rem 0.5rem;margin: 0 0.2rem;}
.search-result__body{
	margin: 3rem 0;
}
.search-result__body ol{
	padding-left: 0;
	counter-reset: li;
	list-style: none;
}
.search-result__body ol li{
	padding-left: 2rem;
	border-bottom: 1px solid #efefef;
	padding-top: 2rem;
	position:relative;
	/* padding-bottom: 1rem; */
}
.search-result__body ol li:before {
	content: counter(li)'.';
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 2rem;
	display: inline-block;
	height: 2em;
	font-weight: bold;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.search-result__body ol li:last-child{
	border-bottom:0;
}

.search-result__item{

}

.search-result__title{
	color:#333;
	font-weight:bold;
	font-size:1rem;
	margin-bottom:1rem;
	display:inline-block;
}

.search-result__txt{
	margin-bottom: 1rem;
}

.search-result__body span[style="color:red;"]{
	color:#fff !important;
	background-color:#0089e7;
	display:inline-block;
}


.news-list__item{

}

.news-list__date{
	color: #808080;
	display:inline-block;
	margin-bottom:1rem;
}

.news-list__announce{
	display:block;
	margin-bottom:2rem;
}


.news-list{
	margin-top: 0.88235rem;

}
.news-list__item {
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	padding-left: 0.88235rem;
	padding-right: 0.88235rem;
	padding-top: 0.88235rem;
	padding-bottom: 0.88235rem;
	background-color: transparent;
	position: relative;
	cursor: pointer;
	display:block;
	text-decoration:none;
	color:#333;
	margin-bottom:1rem;
}

.useful .news-list__item:last-child {
	margin-bottom:0;
}

.news-list__item:hover {
	text-decoration:none;
	color:#333;
	background-color:#f3fbff;
}
@media (min-width: 576px) {
	.news-list__item {
		padding-left: 1.76471rem;
		padding-right: 1.76471rem;
		padding-top: 1.76471rem;
		padding-bottom: 1.76471rem;
	}
}
@media (min-width: 768px) {
	.news-list__item {
	}
}
.news-list__title {
	font-weight: bold;
	padding-left: 1.47059rem;
	position: relative;
	font-size: 0.88235rem;
	line-height: 1.05882rem;
	display:block;
	margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
	.news-list__title {
		font-size: 1rem;
		line-height: 1.23529rem;
	}
}
@media (min-width: 992px) {
	.news-list__title {
		font-size: 1.23529rem;
		line-height: 1.7rem;
	}
}
.news-list__title:before {
	content: '';
	display: block;
	width: 2px;
	height: 1.17647rem;
	background-color: #09baf5;
	position: absolute;
	left: 0;
	top: 0;
}
.news-list__link {
	display: inline-block;
}
@media (min-width: 576px) {
	.news-list__link {
	}
}


.listnews__wrap{
	margin:2rem 0;
}

.years__wrap{
	padding-left: calc(1.76471rem - 1.17647rem);
	padding-right: 1.76471rem;
}

.years__wrap span, .years__wrap a{
	font-size: 1.23529rem;
	display: inline-block;
	padding-left: 1.17647rem;
	padding-top: 0.41176rem;
	padding-right: 1.17647rem;
	padding-bottom: 0.41176rem;
	border-radius: 3px;
	border: 2px solid transparent;
	margin-right: 0.5rem;
	margin-bottom: 0.7rem;
}
.years__wrap a{
	text-decoration:none;
}
.year__link{
	color: #333333;
}

.year__active{color: #0089e7;}
