*, *::before, *::after {padding: 0;margin: 0;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
:focus, :active, a:focus, a:active {outline: none;}
a {font-size: inherit;}
a:hover {text-decoration: none; color: inherit}
img {vertical-align: top; max-width: 100%}
input, button, textarea {font-family: inherit;}
input::-ms-clear {display: none;}
input[type=text],input[type=email],input[type=tel],text {-webkit-appearance:none;-moz-appearance:none;}
button {cursor: pointer;}
button::-moz-focus-inner {padding: 0;}
.clear {clear:both;visibility: hidden;height:0;overflow: hidden;}
.flex {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
html { -webkit-tap-highlight-color: transparent; }
body._lock {overflow: hidden;}
.mb_20 {
	margin-bottom: 20px;
}
.m_20 {
	margin-top: 20px;
}
.mx_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.tac {
	text-align: center;
}
.relative {
	position: relative;
}
.nowrap {
	white-space: nowrap;
}
p {
	margin-bottom: 20px;
}
html, body {
	height: 100%;
	font-family: "Montserrat", Arial, sans-serif;
	color: #333333;
	font-size: 16px;
	line-height: 1.2;
}
body {
	background: url("/images/main_fon.jpg") center top no-repeat;
	background-size: contain;
}
a {
	color: #1e6dff;
}
a:hover {
	color: #a31924;
}
.body_index {
	background: none;
}
.wrapper {
	display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
}
/* ibg */
.ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.ibg img {
	display: none;
}

.container {
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.row {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	margin-left: -15px;
	margin-right: -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.col {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.col2 {
	-ms-flex:  0 0 16.666667%;
	flex:  0 0 16.666667%;
	max-width: 16.666667%;
	padding-left: 15px;
	padding-right: 15px;
}
.col4 {
	-ms-flex:  0 0 33.33333%;
	flex:  0 0 33.33333%;
	max-width: 33.33333%;
	padding-left: 15px;
	padding-right: 15px;
}
.col6 {
	-ms-flex:  0 0 50%;
	flex:  0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.col8 {
	-ms-flex:  0 0 66.666667%;
	flex:  0 0 66.666667%;
	max-width: 66.666667%;
	padding-left: 15px;
	padding-right: 15px;
}
.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1169px) {
	.container {
		max-width: none;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.col2, .col4, .col6, .col8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.btn1 {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 10px 15px;
	color: #a31924;
	text-decoration: none;
	font-size: 16px;
	border-radius: 8px;
	border: 1px solid #a31924;
	-webkit-transition: all	0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all	0.3s ease 0s;
}
.btn1:hover {
	color: #fff;
	background: #a31924;
}
.btn1:active {
	color: #fff;
	background: #a31924;
}
.btn2 {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border-radius: 8px;
	border: 1px solid #fff;
	-webkit-transition: all	0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all	0.3s ease 0s;
}
.btn2:hover {
	color: #a31924;
	background: #fff;
}
.btn2:active {
	color: #a31924;
	background: #fff;
}
.btn3 {
	display: inline-block;
	width: 100%;
	height: 59px;
	text-align: center;
	cursor: pointer;
	padding: 5px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	border: none;
	outline: none;
	border-bottom: 4px solid #9b1e1e;
	border-radius: 8px;
	position: relative;
	background: -webkit-gradient(linear, right top, left top, from(#c43838), color-stop(#dc5d5d), to(#c43838));
	background: -o-linear-gradient(right, #c43838, #dc5d5d, #c43838);
	background: linear-gradient(to left, #c43838, #dc5d5d, #c43838);
}
.btn3:hover {
	background: #c43838;
}
.btn3:active {
	background: #c43838;
	border-bottom: 1px solid #8e2f42;
	top: 3px;
}
.btn4 {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 10px 25px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 4px solid #8e2f42;
	border-radius: 8px;
	position: relative;
	background: #f7df17;
}
.btn4:hover {
	color: #000000;
	background: #dfc80c;
}
.btn4:active {
	color: #000000;
	background: #dfc80c;
	border-bottom: 1px solid #8e2f42;
	top: 3px;
}

.anim_fill_center {
	position: relative;
	overflow: hidden;
}
.anim_fill_center span {
	position: relative;
	z-index: 1;
}
.anim_fill_center::after {
	content: '';
	width: 0;
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	background-color: #55BADE;
	-webkit-transition: all	0.3s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all	0.3s ease 0s;
}

/* HEADER+MENU */
.content {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto;
	max-width: 100%;
	padding-bottom: 60px;
}
.content_index {
	padding-bottom: 0;
}
.header {
	position: relative;
	margin-bottom: 25px;
}
.body_index .header {
	margin-bottom: 50px;
}
.header__out {
	padding-top: 25px;
	padding-bottom: 100px;
}
.green_lin {
	height: 25px;
	width: 100%;
	background: url("/images/green_line.jpg") center center repeat-x;
}
.header__out_index {
	background: url("/images/banner.jpg") center bottom no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}
.banner__title {
	margin-top: 110px;
	font-size: 48px;
	font-weight: 700;
	color: #524537;
}
.banner__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.banner_text {
	margin-top: 5px;
	font-size: 28px;
	color: #524537;
}
.header__row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__logo_block {
	-ms-flex:  0 0 15%;
	flex:  0 0 15%;
	max-width: 15%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.logo_text {
	display: none;
}
.header__menu {
	-ms-flex:  0 0 42.5%;
	flex:  0 0 42.5%;
	max-width: 42.5%;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}
.menu__list {
	display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.menu__list > li {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.menu__link {
	color: #333333;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}
.menu__link::after {
	font-size: 0;
	min-width: 0;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 0;
	height: 5px;
	opacity: 0;
	background-color: #35ca35;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.menu__link:hover, .menu__link:active, .menu__link:focus {
	color: #333333;
}
.menu__link:hover::after, .menu__link._active::after, .menu__link.active::after  {
	left: 0;
	width: 100%;
	opacity: 1;
}
.menu__btn {
	display: none;
}
.header__menu_adapt {
	display: none;
	position: relative;
}
.menu__adap_body {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #a62f47;
	padding: 12px 8px;
}
.menu__btn {
	display: block;
	text-align: center;
	background: #b33851;
	padding: 7px 10px 5px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.menu__icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url("/images/icons/menu.png") left top no-repeat;
	margin-right: 5px;
}
.menu__btn span {
	position: relative;
	top: -5px;
}
.menu__btn:active, .menu__btn:focus, .menu__btn:hover {
	color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
	.menu__list > li {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 3px;
	}
	.menu__link {
		font-size: 12px;
	}
	.menu__link::after {
		height: 3px;
	}
	.banner__title {
		margin-top: 70px;
		font-size: 30px;
	}
	.banner_text {
		font-size: 18px;
	}
	.header__out {
		padding-top: 25px;
		padding-bottom: 70px;
	}
	.header__out_index {
		padding-bottom: 70px;
	}
}
@media (min-width: 768px) and (max-width:799px) {
	.menu__link {
		font-size: 10px;
	}
}
@media (max-width: 767px) {
	.body_index {
		background: url("/images/main_fon.jpg") center top no-repeat;
		background-size: contain;
	}
	.header__out_index {
		background: none;
	}
	.banner__content {
		display: none;
	}
	.green_lin_header {
		display: none;
	}
	.header__out_index, .header__out {
		padding-bottom: 25px;
	}
	.menu__btn {
		display: block;
	}
	.header__logo_block {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0;
		padding-right: 0;
	}
	.logo_block {
		-ms-flex:  0 0 33.5%;
		flex:  0 0 33.5%;
		max-width: 33.5%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo_text {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: auto;
		max-width: 100%;
		display: block;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header__menu_adapt {
		display: block;
		margin-top: 17px;
		position: relative;
		z-index: 5;
	}
	.menu__adap_body._active {
		display: block;
	}
	.header__menu {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.menu__list {
		display: block;
	}
	.menu__list > li {
		margin: 0;
		padding: 8px 0;
		border-bottom: 1px solid #b33851;
		display: block;
	}
	.menu__link {
		color: #fff;
		display: block;
	}
	.menu__link:hover::after, .menu__link._active::after, .menu__link.active::after  {
		left: 0;
		width: 0;
		opacity: 0;
	}
	.menu__link:hover, .menu__link:focus, .menu__link:active  {
		color: #fff;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.logo_block {
		-ms-flex:  0 0 25%;
		flex:  0 0 25%;
		max-width: 25%;
	}
	.logo_text {
		font-size: 16px;
	}
}

/* INDEX NEWS */
.index_block_out {
	margin-right: 40px;
}
.title {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 30px;
	color: #524537;
	margin-bottom: 30px;
}
.title__icon {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	margin-right: 15px;
}
.title__text {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto;
	max-width: 100%;
}
.news_index_one	{
	margin-top: 40px;
}
.news_index_one:first-child	{
	margin-top: 0;
}
.news_index_one__image {
	display: block;
	padding: 0 0 63.4% 0;
}
.nio_date {
	margin-top: 15px;
	font-size: 14px;
}
.nio_title {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 700;
}
.nio_description {
	margin-top: 15px;
}
.dalek {
	text-decoration: none;
	color: #1e6dff;
}
.dalek:hover {
	color: #a31924;
}
.news_index_alllink {
	margin-top: 50px;
}
.nia__btn1 {
	width: 100%;
}
.title_min {
	font-size: 16px;
}
.aic__image {
	display: block;
	margin-bottom: 13px;
	padding: 0 0 100% 0;
}
.aic__image img	{
	width: 100%;
}
.inst_images_btn_block {
	margin-top: 20px;
}
.ii__btn1 {
	width: 100%;
}
.soc_vk__link, .soc_tg__link {
	color: #a31924;
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;
}
.soc_vk__link:hover, .soc_tg__link:hover {
	text-decoration: underline;
}
.soc_vk__link img {
	position: relative;
	width: 25px;
	height: 25px;
	top: 0;
}
.soc_tg__link img {
	position: relative;
	width: 25px;
	height: 25px;
	top: 0;
}
.anim_scale {
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.anim_scale:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.title_partner_i {
	margin-top: 40px;
	margin-bottom: 20px;
}
.partner_index_one {
	margin-top: 20px;
	text-align: center;
}
.partner_index_one:first-child {
	margin-top: 0;
}
.pio_img {
	max-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.title {
		font-size: 26px;
	}
	.title_min {
		font-size: 16px;
	}
	.nio_title {
		font-size: 16px;
	}
	.nio_description {
		font-size: 14px;
	}
	.news_index_alllink {
		margin-top: 30px;
	}
	.btn1 {
		font-size: 14px;
		padding: 10px 8px;
	}
	.ii__btn1 {
		font-size: 12px;
		padding: 10px 4px;
	}
	.soc_vk__link, .soc_tg__link {
		font-size: 12px;
	}
}
@media (max-width: 1169px) {
	.index_block_out {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.nio_title {
		font-size: 16px;
	}
	.nio_description {
		font-size: 14px;
	}
	.news_index_alllink {
		margin-top: 30px;
	}
	.title {
		font-size: 24px;
	}
	.title_min {
		font-size: 14px;
	}
	.pm30 {
		margin-top: 30px;
	}
	.colp6 {
		-ms-flex:  0 0 50%;
		flex:  0 0 50%;
		max-width: 50%;
	}
	.btn1 {
		font-size: 14px;
	}
	.soc_vk__link, .soc_tg__link {
		font-size: 14px;
	}
}


/* INDEX ANONS */
.anons_index_block {
	margin-top: 50px;
	background: #306b1d;
	position: relative;
	padding: 70px 0;
	overflow: hidden;
}
.green_z_top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: none;
}
.green_z_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: none;
}
.title_white {
	color: #fff;
}
.ai__image {
	display: block;
	padding: 0 0 63.4% 0;
}
.ai__image_min {
	padding: 0 0 50% 0;
}
.ai_date {
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
}
.ai_title {
	color: #fff;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 700;
}
.ai_description {
	margin-top: 15px;
	color: #fff;
}
.announcement__dalek {
	color: #f0ff00;
}
.announcement_index_alllink {
	margin-top: 50px;
}
.aia__btn2 {
	width: 100%;
}
.announcement_index_one {
	margin-top: 30px;
}
.announcement_index_one:first-child {
	margin-top: 0;
}
.prel {
	position: relative;
	z-index: 2;
}
.ai_title_min {
	font-size: 18px;
}
.ai_description_min {
	font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.anons_index_block {
		padding: 55px 0;
	}
	.ai_title {
		font-size: 16px;
	}
	.ai_description {
		font-size: 14px;
	}
	.announcement_index_alllink {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.anons_index_block {
		padding: 45px 0;
	}
	.ai_title {
		font-size: 16px;
	}
	.ai_description {
		font-size: 14px;
	}
	.announcement_index_alllink {
		margin-top: 30px;
	}
	.announcements_index_list {
		display: none;
	}
}


/* INDEX REVIEWS */
.serts_index_block {
	margin-top: 70px;
}
.sert__col {
	-ms-flex:  0 0 25%;
	flex:  0 0 25%;
	max-width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.sert__image {
	display: inline-block;
	margin-top: 30px;
}
.serts__row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 768px) and (max-width: 991px) {
	.serts_index_block {
		margin-top: 55px;
	}
	.sert__col {
		-ms-flex:  0 0 25%;
		flex:  0 0 25%;
		max-width: 25%;
	}
}
@media (max-width: 767px) {
	.serts_index_block {
		margin-top: 45px;
	}
	.sert__image {
		margin-top: 15px;
	}
	.serts_index_block .title {
		margin-bottom: 15px;
	}
	.sert__col {
		-ms-flex:  0 0 50%;
		flex:  0 0 50%;
		max-width: 50%;
	}
}


/* INDEX FOSV */
.fosv_index_block {
	margin-top: 70px;
}
.fosv_block {
	background: url("/images/fosv_fon.jpg") center top no-repeat;
	background-size: contain;
	padding-top: 27px;
}
.form_block {
	margin-left: auto;
	margin-right: auto;
	width: 475px;
	height: 530px;
	position: relative;
	padding: 58px 40px 15px 40px;
	background: url("/images/form_fon.png") center top no-repeat;
	background-size: cover;
}
.form__title {
	text-align: center;
	font-size: 48px;
	font-weight: 700;
	color: #524537;
	margin-bottom: 30px;
}
.form__row {
	margin-top: 15px;
}
.form__row:first-child {
	margin-top: 0;
}
.form__row_min {
	width: 66.666667%;
}
.default_input {
	width: 100%;
	height: 55px;
	padding: 0 15px;
	border: 2px solid #d4d4d4;
	border-radius: 8px;
	font-size: 16px;
	color: #524537;
}
.default_input::-webkit-input-placeholder {color:#C4C4C4;}
.default_input::-moz-placeholder          {color:#C4C4C4;}
.default_input:-moz-placeholder           {color:#C4C4C4;}
.default_input:-ms-input-placeholder      {color:#C4C4C4;}
.default_input:focus {
	border-color: #524537;
}
.has-error .default_input {
	border-color: #E83333;
	color: #E83333
}
.default_textarea {
	width: 100%;
	height: 150px;
	padding: 15px 15px;
	border: 2px solid #d4d4d4;
	border-radius: 8px;
	font-size: 16px;
	color: #524537;
}
.default_textarea::-webkit-input-placeholder {color:#C4C4C4;}
.default_textarea::-moz-placeholder          {color:#C4C4C4;}
.default_textarea:-moz-placeholder           {color:#C4C4C4;}
.default_textarea:-ms-input-placeholder      {color:#C4C4C4;}
.default_textarea:focus {
	border-color: #524537;
}
.has-error .default_textarea {
	border-color: #E83333;
	color: #E83333
}
.form__sogl {
	font-size: 10px;
	color: #808080;
}
@media (min-width: 768px) and (max-width: 991px) {
	.fosv_index_block {
		margin-top: 55px;
	}
	.form__title {
		font-size: 38px;
	}
}
@media (max-width: 767px) {
	.fosv_index_block {
		margin-top: 45px;
	}
	.fosv_block {
		padding-top: 0;
		background: none;
	}
	.form_block {
		width: 290px;
		height: 323px;
		padding: 30px 25px 15px 25px;
		background: url("/images/form_fon_p.png") center top no-repeat;
		background-size: cover;
	}
	.form__title {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.default_input {
		height: 34px;
		padding: 0 8px;
		font-size: 12px;
	}
	.default_textarea {
		padding: 10px 8px;
		font-size: 12px;
	}
	.btn3 {
		height: 38px;
		text-align: center;
		cursor: pointer;
		padding: 5px 15px;
		color: #fff;
		font-size: 12px;
	}
	.form__row {
		margin-top: 10px;
	}
	.form__sogl {
		font-size: 9px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.fosv_block {
		background: url("/images/fosv_fon.jpg") center top no-repeat;
		background-size: contain;
		padding-top: 27px;
	}
}

/* FANCY */
.fancybox_form {
	min-width: 386px;
	max-width: 500px;
}
.fancy__top {
	margin-top: 30px;
}
.fancy__title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #524537;
	padding: 0 15px;
	margin-bottom: 20px;
}
.fancy_bottom {
	padding: 10px 15px 30px 15px;
}
.fancy_bottom.fancy_bottom_than {
	text-align: center;
}
@media (max-width: 767px) {
	.fancybox_form {
		min-width: 100px;
		max-width: 100%;
	}
	.fancy__title {
		font-size: 24px;
		margin-bottom: 10px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.fancybox_form {
		min-width: 386px;
		max-width: 500px;
	}
}

/* INDEX TEXT */
.text_index_block {
	margin-top: 90px;
}
h1, .h1 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: 400;
	color: #524537;
	margin-bottom: 45px;
}
.text_content_index {
	color: #524537;
	padding-bottom: 60px;
}
.text_index_img {
	position: absolute;
	bottom: 0;
	right: -155px;
}
.rel2 {
	position: relative;
	z-index: 2;
}
@media (max-width: 1299px) {
	.text_index_img {
		right: -100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.text_index_img {
		right: -155px;
	}
	h1, .h1 {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	.text_index_block {
		margin-top: 45px;
	}
	h1, .h1 {
		font-size: 24px;
		margin-bottom: 25px;
	}
	.text_content {
		font-size: 14px;
	}
	.text_index_img {
		position: static;
	}
	.text_content_index {
		padding-bottom: 15px;
	}
	.ptac {
		text-align: center;
	}
}


/* FOOTER */
.footer {
	min-height: 350px;
	background: url("/images/footer_fon.jpg") center top no-repeat;
	background-size: cover;
	padding: 75px 0 15px 0;
}
.footer__text {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 20px;
}
.footer__btn_block {
	margin-top: 12px;
}
.footer__btn:active {
	margin-bottom: 3px;
}
.footer__menu {
	margin-top: 20px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	list-style-type: none;
}
.footer__menu_li {
	-ms-flex:  0 0 50%;
	flex:  0 0 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	margin-bottom: 15px;
}
.footer__menu_link {
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.footer__menu_link:hover {
	color: #fff;
	text-decoration: underline;
}
.footer__menu_out {
	margin-left: 30px;
}
.footer__dops {
	margin-top: 23px;
	font-size: 12px;
	color: #fff;
}
.footer__dops_el {
	margin-top: 7px;
}
.footer__dops_row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.foot_inst {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.foot_inst:hover {
	color: #fff;
}
.foot_inst__icon {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	margin-right: 12px;
}
.foot_inst__text {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto;
	max-width: 100%;
}
.footer_politic {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.footer_politic:hover {
	color: #fff;
	text-decoration: underline;
}
.it_copyright {
	margin-top: 15px;
	text-align: right;
}
.it_copyright_a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.it_copyright_a:hover {
	color: #fff;
	text-decoration: underline;
}
.it_copyright_a img {
	width: 28px;
	margin-right: 5px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.footer__logo_col {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.footer__logo_text_col {
	display: none;
}
@media (min-width: 992px) and (max-width: 1169px) {
	.footer__text {
		font-size: 20px;
	}
	.footer__menu_out {
		margin-left: 0;
	}
	.footer__dops {
		margin-top: 15px;
		font-size: 10px;
	}
	.footer__dops_row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__dops_row > .col-auto {
		margin-bottom: 10px;
	}
	.foot_inst {
		font-size: 10px;
	}
	.footer_politic {
		font-size: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer {
		min-height: 250px;
		padding: 40px 0 15px 0;
	}
	.footer__text {
		font-size: 14px;
		margin-top: 15px;
	}
	.footer__menu_link {
		font-size: 12px;
	}
	.footer__menu_out {
		margin-left: 0;
	}
	.footer__dops {
		margin-top: 15px;
		font-size: 10px;
	}
	.footer__dops_row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer__dops_row > .col-auto {
		margin-bottom: 10px;
	}
	.foot_inst {
		font-size: 10px;
	}
	.footer_politic {
		font-size: 10px;
	}
}
@media (max-width: 767px) {
	.footer__logo_col {
		-ms-flex:  0 0 33.33333%;
		flex:  0 0 33.33333%;
		max-width: 33.33333%;
	}
	.footer__logo_text_col {
		display: block;
		-ms-flex:  0 0 66.666667%;
		flex:  0 0 66.666667%;
		max-width: 66.666667%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer__text {
		margin-top: 0;
		font-size: 12px;
	}
	.footer__btn_block {
		margin-top: 10px;
	}
	.btn4 {
		padding: 7px 10px;
		font-size: 10px;
	}
	.footer {
		min-height: 100px;
		padding: 25px 0 15px 0;
	}
	.footer__menu_link {
		font-size: 14px;
	}
	.footer__menu_out {
		margin-left: 0;
		margin-top: 10px;
	}
	.footer__dops {
		margin-top: 15px;
	}
	.footer__dops_row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.colp {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pm10 {
		margin-top: 10px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.footer__logo_col {
		-ms-flex:  0 0 25%;
		flex:  0 0 25%;
		max-width: 25%;
	}
	.footer__logo_text_col {
		-ms-flex:  0 0 75%;
		flex:  0 0 75%;
		max-width: 75%;
	}
	.footer__text {
		font-size: 14px;
	}
	.footer__btn_block {
		margin-top: 10px;
	}
	.btn4 {
		padding: 10px 15px;
		font-size: 12px;
	}
	.footer__menu_li {
		text-align: center;
	}
}


/* 404 */
.error_page__img {
	margin-top: 50px;
	text-align: center;
}
.error_page__title {
	color: #524537;
}
@media (max-width: 767px) {
	.error_page__img {
		margin-top: 20px;
	}
}

/* ANNOUNCEMENTS */
.announcement_one {
	-ms-flex:  0 0 33.33333%;
	flex:  0 0 33.33333%;
	max-width: 33.33333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 45px;
}
.announcement_one_big {
	-ms-flex:  0 0 66.666667%;
	flex:  0 0 66.666667%;
	max-width: 66.666667%;
}
.page__col8 {
	-ms-flex:  0 0 66.666667%;
	flex:  0 0 66.666667%;
	max-width: 66.666667%;
	padding-left: 15px;
	padding-right: 15px;
}
.announcement_one__image {
	display: block;
	padding: 0 0 63.4% 0;
}
.announcement_one__image_min {
	padding: 0 0 50% 0;
}
.announcement_one__date {
	color: #000;
	margin-top: 15px;
	font-size: 14px;
}
.announcement_one__title {
	color: #000;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 700;
}
.announcement_one__title_min {
	font-size: 18px;
}
.announcement_one__description {
	margin-top: 15px;
	color: #000;
}
.announcement_one__description {
	font-size: 14px;
}
.page_col4 {
	-ms-flex:  0 0 33.33333%;
	flex:  0 0 33.33333%;
	max-width: 33.33333%;
	padding-left: 15px;
	padding-right: 15px;
}
.paginator {
	margin: 40px -7px 0 -7px;
}
.paginator a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	margin-left: 7px;
	margin-right: 7px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 8px;
	min-width: 35px;
	text-align: center;
	background: #f3f3f3;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.paginator a.active, .paginator a:hover {
	color: #fff;
	background: #0b820b;
}
.h1_m0 {
	margin-bottom: 0;
}
.article_one__date {
	margin-top: 12px;
	font-size: 14px;
}
.article_one__image {
	margin-top: 15px;
}
.article_one__text {
	margin-top: 20px;
}
.article_one__socs {
	margin-top: 20px;
}
.article_one__dops {
	margin-top: 50px;
}
.h2 {
	margin-bottom: 30px;
	font-size: 24px;
}
.ya-share2 {
	display: inline-block;
}
.ya_s_text {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.article_one__back {
	margin-bottom: 8px;
}
.article_one__back_link {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
.article_one__back_link:hover {
	color: #333333;
	text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991px) {
	.announcement_one__title {
		font-size: 16px;
	}
	.announcement_one__description {
		font-size: 14px;
	}
	.paginator {
		margin-top: 20px;
	}
	.page__col8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.announcement_one {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.announcement_one_big {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.page_col4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.f_ord_0 {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.announcement_one__title {
		font-size: 16px;
	}
	.announcement_one__description {
		font-size: 14px;
	}
	.paginator {
		margin: 30px -6px 0 -6px;
	}
	.paginator a {
		font-size: 14px;
		margin-left: 6px;
		margin-right: 6px;
		height: 26px;
		line-height: 26px;
		padding: 0 4px;
		min-width: 26px;
	}
	.page__col8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.ya_s_text {
		margin-bottom: 5px;
	}
	.article_one__dops {
		margin-top: 40px;
	}
	.h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.announcement_one__image {
		width: 75%;
	}
}


/* CONTACTS */
.contacts__content {
	margin-top: 40px;
}
.form_consul__title {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.form__row_min {
		width: 100%;
	}
	.form_consul__title {
		margin-top: 20px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.form__row_min {
		width: 66.666667%;
	}
}

/* NEWS */
.news_one {
	-ms-flex:  0 0 33.33333%;
	flex:  0 0 33.33333%;
	max-width: 33.33333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 45px;
}
.news_one_big {
	-ms-flex:  0 0 66.666667%;
	flex:  0 0 66.666667%;
	max-width: 66.666667%;
}
.news_one__image {
	display: block;
	padding: 0 0 63.4% 0;
}
.news_one__image_min {
	padding: 0 0 50% 0;
}
.news_one__date {
	color: #000;
	margin-top: 15px;
	font-size: 14px;
}
.news_one__title {
	color: #000;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 700;
}
.news_one__title_min {
	font-size: 18px;
}
.news_one__description {
	margin-top: 15px;
	color: #000;
}
.news_one__description {
	font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.contacts__content .default_input {
		height: 40px;
	}
	.news_one__title {
		font-size: 16px;
	}
	.news_one__description {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.news_one {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.news_one_big {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.news_one__title {
		font-size: 16px;
	}
	.news_one__description {
		font-size: 14px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.news_one__image {
		width: 75%;
	}
}


/* REVIEWS */
.reviews__col {
	-ms-flex:  0 0 83.333333%;
	flex:  0 0 83.333333%;
	max-width: 83.333333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.review_one {
	margin-top: 40px;
}
.review_one:first-child {
	margin-top: 0;
}
.review_one__man {
	-ms-flex:  0 0 20%;
	flex:  0 0 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}
.review_one__image {
	text-align: center;
}
.review_one__img {
	max-width: 100%;
	width: auto;
	border-radius: 50%;
}
.review_one__name {
	margin-top: 10px;
	font-weight: 700;
	text-align: center;
}
.review_one__job {
	margin-top: 5px;
	text-align: center;
}
.review_one__content_col {
	-ms-flex:  0 0 80%;
	flex:  0 0 80%;
	max-width: 80%;
	padding-left: 15px;
	padding-right: 15px;
}
.review_one__content {
	padding-left: 97px;
	background: url("/images/icons/rev_z.png") left top no-repeat;
}
.review_one__title {
	font-weight: 700;
	margin-bottom: 20px;
}
.serts_block {
	margin-top: 40px;
}
.rev_sliders {
	margin-top: 80px;
}
.rev_sliders_out {
	position: relative;
	padding: 0 75px;
}
.str_l {
	position: absolute;
	left: 0;
	top: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	margin-top: -30px;
	background: #e4e4e9;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.str_l::before {
	content: " ";
	position: absolute;
	width: 31px;
	height: 24px;
	top: 18px;
	left: 13px;
	background: url("/images/icons/str_l.png");
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.str_r {
	position: absolute;
	right: 0;
	top: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	margin-top: -30px;
	background: #e4e4e9;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.str_r::before {
	content: " ";
	position: absolute;
	width: 31px;
	height: 24px;
	top: 18px;
	right: 13px;
	background: url("/images/icons/str_r.png");
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.str_l:hover {
	background: #cfcfd3;
}
.str_l:hover::before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.str_r:hover {
	background: #cfcfd3;
}
.str_r:hover::before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.slider-rev__item {
	text-align: center;
}
.contact_blocks__title {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin: 20px 0;
}
.contact_blocks_sliders {
	margin-top: 10px;
}
.contact_blocks_sliders_out {
	position: relative;
	padding: 0 75px;
}
.slider-contacts_image {
	width: 100%;
}
.slider-contacts_title {
	margin-top: 10px;
	font-weight: 700;
	font-size: 18px;
}
.slider-contacts_phone {
	margin-top: 10px;
}
.slider-contacts_text {
	margin-top: 10px;
	word-break: break-word;
}
@media (min-width: 768px) and (max-width: 991px) {
	.reviews__col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.reviews__col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.review_one__man {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.review_one__content_col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 15px;
	}
	.review_one__content {
		padding-left: 0;
		background: none;
	}
	.serts_block {
		margin-top: 10px;
	}
	.rev_sliders {
		margin-top: 40px;
	}
	.rev_sliders_out {
		padding: 0 55px;
	}
	.contact_blocks_sliders_out {
		padding: 0 55px;
	}
	.str_l {
		width: 38px;
		height: 38px;
		margin-top: -19px;
	}
	.str_l::before {
		width: 18px;
		height: 14px;
		top: 12px;
		left: 9px;
		background: url("/images/icons/str_l.png");
		background-size: cover;
	}
	.str_r {
		width: 38px;
		height: 38px;
		margin-top: -19px;
	}
	.str_r::before {
		width: 18px;
		height: 14px;
		top: 12px;
		right: 9px;
		background: url("/images/icons/str_r.png");
		background-size: cover;
	}
}

/* PARTNERS */
.partner_one {
	margin-top: 30px;
}
.h100 {
	height: 100%;
}
.partner_one__image {
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #f0f0f0;
}
.partner_one__title {
	font-weight: 700;
	text-transform: uppercase;
}
.partner_one__text {
	margin-top: 25px;
}
@media (max-width: 767px) {
	.partner_one__image {
		min-height: 130px;
	}
	.partner_one__title {
		margin-top: 20px;
		font-size: 14px;
	}
	.partner_one__text {
		margin-top: 20px;
		font-size: 14px;
	}
}

/* ONLINE HELP */
.content_text__help {
	color: #524537;
	margin-top: 30px;
}
.online_help__image {
	text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
	.online_help__content .default_input {
		height: 40px;
	}
}
@media (max-width: 767px) {
	.online_help__image {
		margin-top: 30px;
	}
}


/* ADAPTIVE */
@media (max-width: 1229px) {

}
@media (max-width: 575px) {

}
@media (min-width: 576px) and (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}