.icon:before{
	color: inherit;
}


#wrap{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}

.full_height{
	padding-top: 70px;
	position: relative;
	min-height: calc(100vh - 340px);
	min-height: calc(var(--vh, 1vh) * 100 - 340px);
	
	background: #0e264f;
}

@media screen and (max-width: 991px){
	.full_height{
		padding-top: 60px;
	}
	.footer_right{
		display:none!important;
	}
}

/*wrappers*/

.content_wrapper{
	position: relative;
	display: block;
	max-width: 1240px;
	padding: 0px 20px;
	margin: 0px auto;
}
.content_wrapper_second{
	position: relative;
	display: block;
	max-width: 960px;
	margin: 0px auto;
}
.content_wrapper_third{
	position: relative;
	display: block;
	max-width: 900px;
	margin: 0px auto;
}
.content_wrapper1180{
	position: relative;
	display: block;
	max-width: 1060px;
	margin: 0px auto;
}
.content_wrapper1160{
	position: relative;
	display: block;
	max-width: 1060px;
	margin: 0px auto;
}
.content_wrapper1060{
	position: relative;
	display: block;
	max-width: 1060px;
	margin: 0px auto;
}
.content_wrapper1080{
	position: relative;
	display: block;
	max-width: 1080px;
	margin: 0px auto;
}
.content_wrapper970{
	position: relative;
	display: block;
	max-width: 970px;
	margin: 0px auto;
}
.content_wrapper940{
	position: relative;
	display: block;
	max-width: 940px;
	margin: 0px auto;
}
.content_wrapper900{
	position: relative;
	display: block;
	max-width: 900px;
	margin: 0px auto;
}
.wide_wrapper{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
}

.hide_button{
	display: none!important;
}
.simple_block{
	position: relative;
}
.bottom_block{
	position: relative;
	margin-top: 80px;
}
.simple_head{
	position: relative;
	margin-bottom: 40px;
}
.s_head50{
	margin-bottom: 50px;
}
.s_head30{
	margin-bottom: 30px;
}
.s_head20{
	margin-bottom: 20px;
}
.s_head15{
	margin-bottom: 15px;
}
.s_head10{
	margin-bottom: 10px;
}
.c_head{
	text-align: center;
}
.simple_head.c_head>.title{
	position: relative;
	margin: 0px auto;
	max-width: 700px;
}
.simple_head.c_head>h1.title{
	font-size: 24px;
}
.simple_head>p{
	position: relative;
	margin: 0px;
	margin: 0px auto;
	max-width: 800px;
}
.absolute_link{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.top_block{
	padding-top: 80px;
}
.f_block60{
	margin-top: 60px;
}
.f_block40{
	margin-top: 40px;
}
.f_block30{
	margin-top: 30px;
}
.f_block10{
	margin-top: 10px;
}
@media screen and (max-width: 991px){
	.simple_block{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.bottom_block{
		margin-top: 80px;
	}
	
}
@media screen and (max-width: 767px){
	
	.simple_block{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.bottom_block{
		margin-top: 60px;
	}
	.simple_head{
		margin-bottom: 30px;
	}
	.s_head50{
		margin-bottom: 30px;
	}
	.s_head30{
		margin-bottom: 20px;
	}
	.s_head20{
		margin-bottom: 20px;
	}
	.s_head15{
		margin-bottom: 15px;
	}
	.s_head10{
		margin-bottom: 10px;
	}
	
}
/*wrappers*/


/*links*/

.left_link,
.right_link,
.center_link,
.wide_link{
	position: relative;
	display: block;
}
.left_link{
	text-align: left;
}
.right_link{
	text-align: right;
}
.center_link{
	text-align: center;
}
.wide_link .simple_button{
	width: 100%;
	max-width: 100%;
}


.simple_button{
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: none;
	margin: 0px;
	
	border-radius: 10px;
	vertical-align: top;
	padding: 0px;
	border: 2px solid #0e264f;
	background-color: #0e264f;
	width: 100%;
	max-width: 260px;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_button>span{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
	padding-top: 7px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	font-family: Mulish-Bold;
	min-height: 44px;
	width: 100%;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_button.simple_button_middle>span{
	min-height: 34px;
	width: 100%;
}
.simple_button.simple_button_small{
	max-width: 145px;
}
.simple_button.simple_button_small>span{
	min-height: 39px;
	width: 100%;
}
.simple_button>span>img{
	position: relative;
	display: block;
	max-width: 100%;
}
.simple_button>span>.icon{
	position: relative;
	display: block;
	font-size: 24px;
	color: inherit;
	margin-left: 10px;
}

.simple_button:hover{
	background-color: #0D306C;
	border: 2px solid #0D306C;
}
.simple_button:hover>span{
	color: #fff;
}
.simple_button.simple_button_gosus{
	background-color: #fff;
	border: 2px solid #D0DCEF;
}
.simple_button.simple_button_gosus:hover{
	background-color: #fff;
	border: 2px solid #0D306C;
}

.simple_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Mulish-SemiBold;
	font-size: 16px;
	line-height: 1.5em;
	color: #0e264f;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	padding: 0px;
	border: none;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_link:link,
.simple_link:visited{
	color: #0e264f;
	text-decoration: none;
}
.simple_link:hover,
.simple_link:link:hover,
.simple_link:visited:hover{
	color: #0D306C;
	text-decoration: none;
}
.simple_link.w_link,
.simple_link.w_link:link,
.simple_link.w_link:visited{
	color: #fff;
	text-decoration: none;
}
.simple_link.w_link:hover,
.simple_link.w_link:link:hover,
.simple_link.w_link:visited:hover{
	color: #6782B2;
	text-decoration: none;
}
.simple_link.b_link,
.simple_link.b_link:link,
.simple_link.b_link:visited{
	color: #323842;
	text-decoration: none;
}
.simple_link.b_link:hover,
.simple_link.b_link:link:hover,
.simple_link.b_link:visited:hover{
	color: #0e264f;
	text-decoration: none;
}
.simple_link>.icon{
	font-size: 16px;
	color: inherit;
	margin-left: 10px;
}
.link_img{
	position: relative;
	display: block;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.link_img img{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.link_img:hover{
	opacity: 0.7;
}


.link_title .title{
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.link_title:hover .title{
	color: #323842;
}

/*links*/



/*header*/

.header_container{
	background-color: inherit;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 280px;
	width: 100%;
	z-index: 560;
	margin-top: 0px;
}
.desktop .modal-open .header_container{
	width: calc(100% - 17px);
}
header{
	position: relative;
}
.desctop_header{
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	-moz-transition: height 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: height 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: height 0.3s cubic-bezier(.54,0,.42,1);
	transition: height 0.3s cubic-bezier(.54,0,.42,1);
}

.desctop_header_top{
	position: relative;
	display: block;
	height: 100%;
	z-index: 5;
	background-color: transparent;
	box-shadow: none;
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), box-shadow 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), box-shadow 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), box-shadow 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), box-shadow 0.3s cubic-bezier(.54,0,.42,1);
}
.scrolled .desctop_header_top,
.header_page .desctop_header_top{
	background-color: #FCFDFD;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.18);
}
.desctop_header_wrapper{
	position: relative;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	max-width: 1760px;
	padding: 0px 10px;
}
.desctop_header_left,
.desctop_header_center,
.desctop_header_right{
	position: relative;
	display: block;
	padding: 0px 10px;
}
.desctop_header_top .desctop_header_left{
	width: 182px;
}
.desctop_header_top .desctop_header_center{
	width: calc(100% - 300px);
}
.desctop_header_top .desctop_header_right{
	width: 200px;
}


.main_logo{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	height: 70px;
	width: 100%;
}
.main_logo svg{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	max-width: 100%;
}
.main_logo svg path{
	-moz-transition: stroke 0.3s cubic-bezier(.54,0,.42,1), fill 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: stroke 0.3s cubic-bezier(.54,0,.42,1), fill 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: stroke 0.3s cubic-bezier(.54,0,.42,1), fill 0.3s cubic-bezier(.54,0,.42,1);
	transition: stroke 0.3s cubic-bezier(.54,0,.42,1), fill 0.3s cubic-bezier(.54,0,.42,1);
}
.scrolled .main_logo svg path,
.header_page .main_logo svg path{
	stroke: #0e264f;
	fill: #0e264f;
}
/*desctop_header_menu*/

.desctop_header_menu{
	position: relative;
	display: block;
}
.main_menu{
	position: relative;
	display: flex;
	height: 70px;
	align-items: center;
	justify-content: center;
}
.main_menu>li{
	position: relative;
	display: block;
	margin-right: 10px;
	line-height: 1.6em;
	font-family: Mulish-Bold;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0px;
}
.main_menu>li:last-child{
	margin-right: 0px;
}
.scrolled .main_menu>li,
.header_page .main_menu>li{
	color: #0e264f;
}

.main_menu>li>a,
.main_menu>li>span,
.main_menu>li.active>a,
.main_menu>li.active>span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px;
	
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.main_menu>li.active>span{
	cursor: default;
}
.main_menu>li>span:before,
.main_menu>li>a:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 5px;
	left: 10px;
	width: calc(100% - 20px);
	height: 2px;
	background-color: #fff;
	opacity: 0;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.main_menu>li.active>span:before,
.main_menu>li>a:hover:before{
	opacity: 1;
}
.scrolled .main_menu>li>span,
.scrolled .main_menu>li>a,
.header_page .main_menu>li>span,
.header_page .main_menu>li>a{
	color: #0e264f;
}
.scrolled .main_menu>li>span:before,
.scrolled .main_menu>li>a:before,
.header_page .main_menu>li>span:before,
.header_page .main_menu>li>a:before{
	background-color: #0e264f;
}

.header_container .simple_link{
	font-size: 14px;
}
.header_container .simple_link>.icon{
	top: 1px;
	position: relative;
}
.header_main:not(.scrolled) .desctop_header .simple_link,
.header_main:not(.scrolled) .desctop_header .simple_link:link,
.header_main:not(.scrolled) .desctop_header .simple_link:visited{
	color: #fff;
}
.header_main:not(.scrolled) .desctop_header .simple_link:hover,
.header_main:not(.scrolled) .desctop_header .simple_link:link:hover,
.header_main:not(.scrolled) .desctop_header .simple_link:visited:hover{
	color: #EEF5FF;
}

.simple_link[data-func="openContacts"][data-status="on"] .icon-arrow,
.simple_link[data-func="openContacts"][data-status="off"] .icon-cross{
	display: none;
}
.simple_link[data-func="openContacts"][data-status="off"] .icon-arrow,
.simple_link[data-func="openContacts"][data-status="on"] .icon-cross{
	display: inline-block;
}

/*desctop_header_menu*/


/*mobile_header*/

.mobile_header{
	display: none;
}


.mobile_shadow{
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: #000;
	opacity: 0;
	z-index: 200;
	cursor: pointer;
	
	z-index: 0;
	
	-moz-transition: height 0.3s linear, left 0.3s linear;
	-o-transition: height 0.3s linear, left 0.3s linear;
	-webkit-transition: height 0.3s linear, left 0.3s linear;
	transition: height 0.3s linear, left 0.3s linear;
	
}

.header_container.toggled .mobile_shadow{
	height: 100%;
	opacity: 0.8;
}
.mobile_header{
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
}
.burger_toggle{
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -30px;
	right: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 50;
}
.burger_toggle_wrap{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -10px;
	width: 20px;
	height: 17px;
	
}
.icon_bar{
	position: absolute;
	width: 20px;
	height: 3px;
	border-radius: 0px;
	background-color: #0e264f;
	
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.icon_bar:nth-child(1){
	top: 0px;
	left: 0px;
}
.icon_bar:nth-child(2){
	top: 7px;
	left: 0px;
}
.icon_bar:nth-child(3){
	top: 14px;
	left: 0px;
}


.header_container.toggled .icon_bar:nth-child(1){
	-ms-transform: rotate(45deg);
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
	top: 7px;
	left: 0px;
}

.header_container.toggled .icon_bar:nth-child(2){
	opacity: 0;
}
.header_container.toggled .icon_bar:nth-child(3){
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 20% 40%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 20% 40%;
	transform: rotate(-45deg);
	transform-origin: 20% 40%;
	left: 1px;
	top: 11px;
}


.mobile_header_wrapper{
	position: relative;
	display: block;
	z-index: 200;
}
.mobile_header_top{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background-color: #FCFDFD;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.18);
	width: 100%;
	z-index: 500;
}

.mobile_logo_top{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 20px;
	top: 0px;
	height: 100%;
	width: 62px;
}
.mobile_logo_top img{
	position: relative;
	display: block;
	max-width: 100%;
	margin: auto;
	margin-left: 0px;
	padding: 0px;
	max-height: 100%;
	width: auto;
}


.mobile_collapse{
	position: relative;
	width: 100%;
	border-bottom: none;
	
	top: -100vh;
	max-width: 350px;
	max-height: calc(100vh - 60px);
	
	background-color: #FCFDFD;
	
	-moz-transition: top 0.6s cubic-bezier(.54,0,.42,1);
	-o-transition: top 0.6s cubic-bezier(.54,0,.42,1);
	-webkit-transition: top 0.6s cubic-bezier(.54,0,.42,1);
	transition: top 0.6s cubic-bezier(.54,0,.42,1);
	
	overflow-y: auto;
}


.mobile_collapse::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
}

.mobile_collapse::-webkit-scrollbar-thumb{
  border-radius: 8px;
  border: 1px solid #636363;
  background-color: rgba(255, 255, 255, .3);
}

.header_container.toggled .mobile_collapse{
	top: 0px;
}

.mobile_collapse_content{
	position: relative;
	display: block;
	padding: 0px 10px;
	padding-bottom: 30px;
}

.mobile_collapse_content .main_menu{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 300px;
	height: auto;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 0px;
	margin-top: 25px;
}
.mobile_collapse_content .main_menu>li{
	display: block;
	margin-bottom: 2px;
	margin-right: 0px;
	color: #0e264f;
}
.mobile_collapse_content .main_menu>li>span:before,
.mobile_collapse_content .main_menu>li>a:before{
	background-color: #0e264f;
	
}
.mobile_collapse_content .main_menu>li>a,
.mobile_collapse_content .main_menu>li>span{
	padding-top: 5px;
	padding-bottom: 5px;
}

.mobile_collapse_contacts{
	position: relative;
	display: block;
	padding: 0px 10px;
}
.mobile_collapse_contacts .enter_menu{
	text-align: center;
	margin: 0px;
	margin-bottom: 20px;
	width: 100%;
}
.mobile_collapse_contacts .search_wrap{
	position: relative;
	margin: 0px auto;
	max-width: 200px;
}

@media screen and (max-width: 1245px){
	.desctop_header_top .desctop_header_left{
		width: 80px;
	}
	.desctop_header_top .desctop_header_center{
		width: calc(100% - 240px);
	}
	.desctop_header_top .desctop_header_right{
		width: 165px;
	}
	.desctop_header_top .main_menu>li{
		margin-right: 2px;
		font-size: 12px;
	}
	.desctop_header_top .main_menu>li>a,
	.desctop_header_top .main_menu>li>span,
	.desctop_header_top .main_menu>li.active>a,
	.desctop_header_top .main_menu>li.active>span{
		padding-left: 5px;
		padding-right: 5px;
	}
	.desctop_header_top .main_menu>li>span:before,
	.desctop_header_top .main_menu>li>a:before{
		left: 5px;
		width: calc(100% - 10px);
	}
	.desctop_header_top .simple_link{
		font-size: 12px;
	}
	.desctop_header_top .simple_link>.icon{
		font-size: 14px;
		margin-left: 5px;
	}
}

@media screen and (max-width: 991px){
	
	.desctop_header{
		display: none;
	}
	.mobile_header{
		display: block;
	}
	
}
@media screen and (max-width: 380px){
	
	.mobile_header_top .simple_link{
		display: none;
	}
	
}

/*mobile_header*/



/*page_content*/

.full_page_container{
	margin-top: 0px;
	padding-bottom: 0px;
}
.page_content{
	clear: both;
}

.head1,
.page_content h1{
	position: relative;
	display: block;
	line-height: normal;
	font-size: 42px;
	color: #323842;
	font-family: Mulish-Bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.page_content h1{
	margin-top: 10px;
	margin-bottom: 35px;
}
.head2,
.page_content h2{
	position: relative;
	display: block;
	line-height: normal;
	font-size: 32px;
	color: #323842;
	font-family: Mulish-Bold;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.page_content h2{
	margin-top: 80px;
	margin-bottom: 30px;
}

.head3,
.page_content h3{
	position: relative;
	display: block;
	line-height: normal;
	font-size: 30px;
	color: #323842;
	font-family: Mulish-SemiBold;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.page_content h3{
	margin-top: 80px;
	margin-bottom: 25px;
}

.head4,
.page_content h4{
	position: relative;
	display: block;
	line-height: normal;
	font-size: 24px;
	color: #323842;
	font-family: Mulish-SemiBold;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.page_content h4{
	margin-top: 80px;
	margin-bottom: 20px;
}

.head5,
.page_content h5{
	position: relative;
	display: block;
	line-height: 1.25em;
	font-size: 20px;
	color: #323842;
	font-family: Mulish-SemiBold;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.page_content h5{
	margin-top: 80px;
	margin-bottom: 20px;
}

.head6,
.page_content h6{
	position: relative;
	display: block;
	line-height: 1.5em;
	font-size: 16px;
	color: #323842;
	font-family: Mulish-SemiBold;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.page_content h6{
	margin-top: 80px;
	margin-bottom: 20px;
}




.content_link,
.button_link,
.page_content p a,
.page_content a{
	position: relative;
	display: inline;
	
	background: none;
	padding: 0px;
	border: none;
	
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #0e264f;
	text-decoration: underline;
	letter-spacing: 0px;
}
.content_link,
.button_link{
	display: inline-block;
	vertical-align: top;
}

.content_link:link,
.button_link:link,
.page_content p a:link,
.page_content a:link{
	color: #0e264f;
	text-decoration: underline;
	
}
.content_link:visited,
.button_link:visited,
.page_content p a:visited,
.page_content a:visited{
	color: #0e264f;
	text-decoration: underline;
}

.content_link:hover,
.button_link:hover,
.page_content p a:hover,
.page_content a:hover{
	color: #0e264f;
	text-decoration: none;
}
.content_link:visited:hover,
.button_link:visited:hover,
.page_content p a:visited:hover,
.page_content a:visited:hover{
	color: #0e264f;
	text-decoration: none;
}



p,
.page_content p{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #323842;
	line-height: 1.75em;
	
	margin-bottom: 20px;
	letter-spacing: 0px;
}

p i,
.page_content p i,
p em,
.page_content p em{
	font-style: italic;
}

p b,
.page_content p b,
p strong,
.page_content p strong{
	font-weight: bold;
	font-style: none;
}



.page-text table,
.page_content table{
	width: 100%!important;
	border-collapse: collapse;
}
.page_content td,
.page_content th,
.page_content tr,
.page-text td,
.page-text th,
.page-text tr{
	width: auto!important;
	height: auto!important;
}
.page_content table th,
.page_content table td,
.page-text table th,
.page-text table td{
	position: relative;
	border: none;
	padding: 10px 10px;
	line-height: 1.68em;
	font-size: 16px;
	letter-spacing: 0px;
	text-align: left;
	color: #323842;
	font-family: Manrope-Regular;
	background-color: #fff;
}
.page_content table th:first-child,
.page_content table td:first-child,
.page-text table th:first-child,
.page-text table td:first-child{
	padding-left: 20px;
}
.page_content table th:last-child,
.page_content table td:last-child,
.page-text table th:last-child,
.page-text table td:last-child{
	padding-right: 20px;
}
.page_content table th,
.page-text table th{
	font-size: 16px;
	line-height: 1.68em;
	font-weight: normal;
	font-family: Manrope-Regular;
	background-color: #0e264f;
	color: #fff;
}
.page-text td p,
.page_content td p{
	margin: 5px 0px;
}

.page-text tr:nth-child(2n) td,
.page_content tr:nth-child(2n) td{
	
}
.page-text tr:nth-child(4n) td,
.page_content tr:nth-child(4n) td{
	
}
.wrap_tables{
	position: relative;
	display: block;
	overflow-x: auto;
	border: 1px solid #F3F4F4;
}
.page_content .wrap_tables{
	margin-top: 60px;
	margin-bottom: 60px;
}
.wrap_tables::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 4px;
	height: 4px;
	background-color: #EEF5FF;
}

.wrap_tables::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color: #0e264f;
}

blockquote{
	position: relative;
	border: none;
	background: #EEF5FF;
	border-radius: 10px;
	box-shadow: 30px 20px 45px 0px rgba(0, 0, 1, 0.03);
	
	padding: 0px 0px 0px 55px;
	margin: 0px auto;
	max-width: 730px;
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100%;
	padding: 25px 50px 30px 80px;
	
	font-family: Manrope-Regular;
	color: #222323;
	font-style: none;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 1.75em;
}
blockquote:before{
	content: "\e906";
	display: block;
	position: absolute;
	top: 25px;
	left: 30px;
	color: #0e264f;
	font-size: 30px;
	
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	pointer-events: none;
}

blockquote p{
	font-family: Manrope-Regular;
	color: #222323;
	font-style: none;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 1.75em;
	margin: 0px;
}

blockquote a,
blockquote p a{
	font-style: none;
	font-size: 16px;
	color: #0e264f;
	line-height: 1.5em;
}


.page_content ol,
.page_content ul{
	position: relative;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
}

.page_content ol li,
.page_content ul li{
	position: relative;
	display: block;

	font-family: Manrope-Regular;
	color: #323842;
	line-height: 1.75em;
	font-size: 16px;
	letter-spacing: 0px;
	margin-bottom: 15px;
	padding-left: 16px;
}

.page_content ol li{
	padding-left: 35px;
}
.page_content ol li:last-child,
.page_content ul li:last-child{
	margin-bottom: 0px;
}

.page_content ol li p,
.page_content ul li p,
.page_content ol li a,
.page_content ul li a{
	margin: 0px;
}

.page_content ul>li:before{
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
	background-color: #0e264f;
	border-radius: 100%;
	width: 8px;
	height: 8px;
}

ol{
	list-style: none;
	counter-reset: myCounter;
}
ol>li:before{
	counter-increment: myCounter;
	content: counter(myCounter) '.';
}
.page_content ol>li:before{
	display: block;
	position: absolute;
	top: 1px;
	left: 0px;
	
	width: 30px;
	
	background: none;
	
	font-family: Manrope-Regular;
	color: #323842;
	line-height: 1.75em;
	font-size: 16px;
	letter-spacing: 0px;
	text-align: right;
}

.page_content ol>li ul,
.page_content ol>li ol,
.page_content ul>li ul,
.page_content ul>li ol,
.page_content ol>ul,
.page_content ol>ol,
.page_content ul>ul,
.page_content ul>ol{
	padding-left: 0px;
	margin: 0px;
	padding-top: 15px;
	margin-bottom: 15px;
}

.page_content ol>li ul li,
.page_content ol>li ol li,
.page_content ul>li ul li,
.page_content ul>li ol li,
.page_content ol>ul li,
.page_content ol>ol li,
.page_content ul>ul li,
.page_content ul>ol li{
	margin-bottom: 10px;
	padding-left: 25px;
}
.page_content ol ol>li:before,
.page_content ul ol>li:before{
	width: 20px;
}



.page_content img{
	position: relative;
	max-width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	height: auto!important;
	border-radius: 10px;
}



.page_content img[style*="float: right"],
.page_content img[style*="float:right"]{
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
}
.page_content img[style*="float: left"],
.page_content img[style*="float:left"]{
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}


.page_content.page_content_center_titles h1,
.page_content.page_content_center_titles h2,
.page_content.page_content_center_titles h3,
.page_content.page_content_center_titles h4,
.page_content.page_content_center_titles h5,
.page_content.page_content_center_titles h6{
	text-align: center;
}



@media screen and (max-width: 991px){
	
	.head1,
	.page_content h1{
		font-size: 35px;
	}
	.head2,
	.page_content h2{
		font-size: 30px;
	}
	.head3,
	.page_content h3{
		font-size: 25px;
	}
	.head4,
	.page_content h4{
		font-size: 22px;
	}
	
}
@media screen and (max-width: 600px){
	
	.head1,
	.page_content h1{
		font-size: 25px;
	}
	.simple_head.c_head>h1.title{
		font-size: 18px;
	}
	.head2,
	.page_content h2{
		font-size: 20px;
	}
	.head3,
	.page_content h3{
		font-size: 18px;
	}
	.head4,
	.page_content h4{
		font-size: 16px;
	}
	.head5,
	.page_content h5{
		font-size: 16px;
	}
	blockquote{
		padding: 30px 20px 40px 20px;
	}
	blockquote:before{
		left: 5px;
		top: 20px;
		font-size: 30px;
	}
	.page_content table th,
	.page_content table td,
	.page-text table th,
	.page-text table td{
		padding: 5px;
	}
	.page_content table th:first-child,
	.page_content table td:first-child,
	.page-text table th:first-child,
	.page-text table td:first-child{
		padding-left: 10px;
	}
	.page_content table th:last-child,
	.page_content table td:last-child,
	.page-text table th:last-child,
	.page-text table td:last-child{
		padding-right: 10px;
	}
}
/*page_content*/


/*pagination*/

.pagination_container{
	position: relative;
	margin-top: 40px;
	display: block;
}
.pagination_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 280px;
}
.simple_pagination{
	position: relative;
	display: block;
	text-align: center;
}
.simple_pagination li{
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0px 5px;

}
.pagination_arr.pagination_arr_prev>.icon{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.pagination_arr.pagination_arr_next>.icon{
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.simple_pagination li{
	font-family: Mulish-Bold;
	font-size: 16px;
	color: #0e264f;
	cursor: default;
}
.simple_pagination li a{
	cursor: pointer;
	color: inherit;


	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.pagination_num{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: auto;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-color: #fff;
	border: 2px solid #fff;
	font-family: inherit;
	font-size: inherit;
	color: inherit;

}
a.pagination_num:hover,
.active>.pagination_num{
	color: #0e264f;
	background-color: #D0DCEF;
	border: 2px solid #D0DCEF;
}

.pagination_arr{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 40px;
	font-size: 24px;
	color: #0e264f;
}
.pagination_arr:link,
.pagination_arr:visited,
.pagination_arr:active{
	color: #0e264f;
}
.pagination_arr:hover{
	color: #0D306C;
}
.pagination_arr.static,
.pagination_arr.static:hover{
	color: #cccccc;
	cursor: default;
}
.pagination_arr>.icon{
	position: relative;
	display: block;
	font-size: inherit;
	color: inherit;
}
@media screen and (max-width: 767px){
	.pagination_arr{
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
	.simple_pagination li{
		font-size: 14px;
	}
	.pagination_num{
		width: 30px;
		height: 30px;
	}
}
/*pagination*/

/*breadcrumbs*/

.breadcrumbs_container{
	position: relative;
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
}
.breadcrumbs_wrapper{
	position: relative;
	display: block;
}
.bread_crumbs{
	position: relative;
	display: block;
	text-align: center;
}
.breadcrumbs_wrapper li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	font-family: Manrope-Regular;
	color: #0e264f;
	font-size: 16px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.breadcrumbs_wrapper li:after{
	content: "\e900";
	position: relative;
	display: inline-block;
	top: 4px;
	vertical-align: top;
	color: #96A0AE;
	font-size: inherit;
	
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.breadcrumbs_wrapper li:last-child:after{
	display: none;
}
.breadcrumbs_wrapper li a{
	position: relative;
	color: #96A0AE;
	font-family: inherit;
	font-size: inherit;
	text-decoration: none;
	-moz-transition: color 0.6s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.6s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.6s cubic-bezier(.54,0,.42,1);
	transition: color 0.6s cubic-bezier(.54,0,.42,1);
}
.breadcrumbs_wrapper li a:link,
.breadcrumbs_wrapper li a:visited,
.breadcrumbs_wrapper li a:focus{
	color: #96A0AE;
}

.breadcrumbs_wrapper li.active{
	margin-right: 0px;
}
.breadcrumbs_wrapper li.active span{
	text-decoration: none;
	color: #0e264f;
}
.breadcrumbs_wrapper li a:hover{
	text-decoration: none;
	color: #0e264f;
}


/*breadcrumbs*/

/*general_slider*/

.general_slider_button{
	position: relative;
	top: auto;
	margin: 0px;
	height: 40px;
	width: 60px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: none;
}
.general_slider_button:after{
	display: none;
}
.general_slider_button.swiper-button-prev{
	left: auto;
}
.general_slider_button.swiper-button-next{
	right: auto;
}
.general_slider_button .icon{
	position: relative;
	display: block;
	font-size: 24px;
	color: #0e264f;
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}

.general_slider_button.swiper-button-prev .icon{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.swiper_pagination_container{
	position: relative;
	display: block;
	overflow: hidden;
	height: 40px;
}
.swiper-pagination{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 0px;
	height: 40px;
}
.swiper-pagination-bullets-dynamic{
	position: absolute;
	display: block;
	height: 40px;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
}
.swiper-pagination-bullet{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0px 5px;
	border: none;
	background-color: transparent;
	opacity: 1;

	-webkit-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-moz-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	transition: all 0.3s cubic-bezier(.54,0,.42,1);
}
.swiper-pagination-bullet>span{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 0px;
	width: 100%;
	height: 100%;
	border: none;
	font-family: Mulish-SemiBold;
	font-size: 16px;
	line-height: 1.5em;
	color: #0e264f;
	background-color: #fff;
	opacity: 1;
	border-radius: 10px;

	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{
	border: none;
	background-color: transparent;
}
.swiper-pagination-bullet:hover>span{
	background-color: #D0DCEF;
	color: #0e264f;
	opacity: 1;
}
.swiper-pagination-bullet-active>span,
.swiper-pagination-bullet-active:hover>span{
	background-color: #D0DCEF;
	color: #0e264f;
	opacity: 1;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
	margin: 0px;
}

.swiper_pagination_container.dyn{
	width: 140px;
}
.slider_controls{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 40px;
}
.slider_controls>li{
	position: relative;
	display: block;
	padding: 0px 5px;
}
@media screen and (max-width: 767px){
	.general_slider_button{
		width: 30px;
		height: 30px;
	}
	.general_slider_button .icon{
		font-size: 18px;
	}
	.swiper-pagination{
		height: 30px;
	}
	.swiper-pagination-bullet{
		width: 30px;
		height: 30px;
	}
	.swiper-pagination-bullet>span{
		font-size: 14px;
	}
}
/*general_slider*/





/*simple_styled_form*/

.err_message{
	position: relative;
	display: none;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Manrope-Regular;
	color: #d85825;
	text-align: center;
}
.red .err_message{
	display: block;
}
.simple_styled_form input,
.simple_styled_form textarea{
	position: relative;
	display: block;
	height: 48px;
	width: 100%;
	background-color: #fff;
	text-align: left;
	font-size: 16px;
	font-family: Manrope-Regular;
	color: #323842;
	border-radius: 10px;
	padding: 10px 12px 10px 12px;
	border: 1px solid #BBBBBB;
}
input:-internal-autofill-selected {
	background-color: #fff!important;
}
.simple_styled_form textarea{
	height: 200px;
	resize: none;
}




.simple_styled_form input::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #929292;}
.simple_styled_form input::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease; color: #929292;}
.simple_styled_form input:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease; color: #929292;}
.simple_styled_form input:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease; color: #929292;}


.simple_styled_form input:focus::-webkit-input-placeholder {opacity: 0;}
.simple_styled_form input:focus::-moz-placeholder          {opacity: 0;}
.simple_styled_form input:focus:-moz-placeholder           {opacity: 0;}
.simple_styled_form input:focus:-ms-input-placeholder      {opacity: 0;}




.simple_styled_form textarea::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #929292;}
.simple_styled_form textarea::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease; color: #929292;}
.simple_styled_form textarea:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease; color: #929292;}
.simple_styled_form textarea:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease; color: #929292;}


.simple_styled_form textarea:focus::-webkit-input-placeholder {opacity: 0;}
.simple_styled_form textarea:focus::-moz-placeholder          {opacity: 0;}
.simple_styled_form textarea:focus:-moz-placeholder           {opacity: 0;}
.simple_styled_form textarea:focus:-ms-input-placeholder      {opacity: 0;}




label{
	position: relative;
	font-weight: normal;
	margin: 0px;
}
.form_label{
	position: relative;
	display: block;
	width: 100%;
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #929292;
}
.check_personal_info{
	cursor: pointer;
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #929292;
	padding-left: 40px;
}

.check_personal_info .jq-checkbox,
.check_personal_info .jq-checkbox.focused{
	left: 0px;
}

.jq-checkbox,
.jq-checkbox.focused{
	position: absolute!important;
	display: block!important;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: none;
	
	margin: 0px;
	border-radius: 0px;
	background: transparent;
	box-shadow: none;
	-moz-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	transition: all 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-checkbox__div,
.jq-checkbox.checked .jq-checkbox__div{
	position: absolute;
	display: block;
	
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	margin: 0px;
	border-radius: 0px;
	background: none;
	box-shadow: none;
}
.jq-checkbox__div:before{
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	
	
	
	opacity: 0;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-checkbox.checked .jq-checkbox__div:before{
	opacity: 1;
}
.jq-checkbox.checked{
	background-color: transparent;
}


/*simple_styled_form*/


/*main_offer*/
.main_offer{
	position: relative;
	display: block;
}
.main_offer_bg{
	position: absolute;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 920px;
	top: 0px;
	left: 0px;
}
.main_offer_content{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 110px 20px 60px 20px;
	min-height: 500px;
	z-index: 3;
}
.main_title{
	position: relative;
	display: block;
	font-size: 125px;
	text-transform: uppercase;
	font-family: Mulish-Bold;
	color: #fff;
	line-height: 0.8em;
	text-align: center;
}
.main_title>span{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 1em;
}

@media screen and (max-width: 991px){
	.main_offer{
		margin-top: 0px;
	}
	.main_offer_bg{
		height: 100vw;
		min-height: 600px;
	}
	.main_offer_content{
		padding-top: 100px;
		min-height: 430px;
	}
}
@media screen and (max-width: 800px){
	.main_title{
		font-size: 13vw;
	}
	.main_title>span{
		font-size: 5vw;
	}
	.main_offer_content{
		min-height: auto;
		padding-bottom: 120px;
		height: calc(60vh - 60px);
		max-height: 380px;
	}
	.main_offer_bg{
		height: calc(15vh - 60px);
		max-height: 600px;
	}
}
/*main_offer*/

/*main_bundle*/
.main_page{
	padding: 0px 20px;
	padding-bottom: 50px;
}
.wblock{
	position: relative;
	margin: 0px auto;
	max-width: 1400px;
	background-color: #fff;
	border-radius: 40px;
	padding: 150px 0px;
}
.wblock_page{
	padding: 70px 0px 150px 0px;
}
.wblock_page.wblock_page_top{
	padding-bottom: 0px;
}
.main_bundle{
	position: relative;
	margin-top: -180px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 80px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.main_bundle_node{
	padding: 0px 10px;
	margin-bottom: 20px;
	position: relative;
	display: block;
	width: 25%;
	max-width: 270px;
}
.main_bundle_plank{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 10px;
	background-color: #EEF5FF;
	padding: 20px;
	height: 146px;
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.main_bundle_plank:hover{
	background-color: #0e264f;
}
.main_bundle_plank .txt{
	position: relative;
	display: block;
	margin-bottom: 10px;
	color: #323842;
	font-size: 14px;
	font-family: Mulish-Bold;
	text-transform: uppercase;
	text-align: center;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.main_bundle_plank .icon{
	position: relative;
	display: block;
	color: #323842;
	font-size: 62px;
	text-transform: uppercase;
	text-align: center;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.main_bundle_plank:hover .txt,
.main_bundle_plank:hover .icon{
	color: #fff;
}
@media screen and (max-width: 991px){
	.main_page{
		padding: 0px;
	}
	.main_bundle{
		margin-bottom: 60px;
	}
	.simple_block{
		margin-top: 90px;
		margin-bottom: 90px;
	}
	.wblock_page{
		padding: 60px 0px 100px 0px;
	}
}
@media screen and (max-width: 767px){
	.simple_block{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.wblock_page{
		padding: 60px 0px 60px 0px;
	}
}
@media screen and (max-width: 580px){
	.main_bundle_node{
		width: 50%;
	}
}
/*main_bundle*/

/*problem_offer*/
.city_decor{
	position: relative;
	display: block;
	max-width: 100%;
}
/*problem_offer*/

/*main_news*/
.news{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -30px;
}
.news_node{
	position: relative;
	display: block;
	padding: 0px 15px;
	margin-bottom: 30px;
	width: 33.33%;
	max-width: 410px;
}
.news_plank{
	position: relative;
	display: block;
}
.news_img{
	position: relative;
	display: block;
	border-radius: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.news_plank:hover .news_img{
	opacity: 0.7;
}
.date{
	position: relative;
	display: block;
	font-family: Manrope-Regular;
	font-size: 14px;
	color: #929292;
}
.news_plank .date{
	margin-bottom: 1px;
}
.news_plank .title{
	margin-bottom: 10px;
}
.news_plank p{
	margin: 0px;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_short .news_img{
	height: 160px;
}
@media screen and (max-width: 1270px){
	.news_img{
		height: 19vw;
	}
	.news_short .news_img{
		height: 12vw;
	}
}
@media screen and (max-width: 740px){
	.news_node{
		width: 50%;
	}
	.news_img{
		height: 29vw;
	}
	.news_short .news_img{
		height: 18vw;
	}
}
@media screen and (max-width: 550px){
	.news_node{
		width: 100%;
	}
	.news_img{
		height: 47vw;
	}
	.news_short .news_img{
		height: 28vw;
	}
}
/*main_news*/

/*article*/
.soc_icons{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
}
.soc_icons>li{
	position: relative;
	display: block;
	padding: 0px 5px;
	margin-bottom: 10px;
}
.soc_link{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: #EEF5FF;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.soc_link>.icon{
	position: relative;
	display: block;
	font-size: 20px;
	color: #0e264f;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.soc_link:hover{
	background-color: #0e264f;
}
.soc_link:hover>.icon{
	color: #fff;
}
.copyinput_container{
	display: block;
	position: relative;
}
.copyinput_container>span{
	position: relative;
	display: block;
	text-align: center;
}
.copyinput_container input{
	position: absolute;
	left: -999999px;
}
/*article*/

/*houses*/
.houses_tables{
	position: relative;
	display: block;
}
.search_block{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
}
.search_block .search_input{
	position: relative;
	display: block;
	padding: 0px 5px;
	margin-bottom: 10px;
	width: calc(100% - 80px);
	max-width: 490px;
}
.search_block .search_input input{
	width: 100%;
}
.search_submit{
	position: relative;
	display: block;
	padding: 0px 5px;
	margin-bottom: 10px;
	width: 80px;
}
.search_submit .simple_button .icon{
	margin: 0px;
}

.tab_tabs{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 20px;
}
.tab_tabs>li{
	position: relative;
	display: block;
	padding: 0px 5px;
	margin-bottom: 10px;
}
.simple_button.simple_button_tab{
	background-color: #D0DCEF;
	border: 2px solid #D0DCEF;
	max-width: none;
	border-radius: 50px;
}
.simple_button.simple_button_tab:hover,
.active.simple_button.simple_button_tab,
.active.simple_button.simple_button_tab:hover{
	background-color: #0e264f;
	border: 2px solid #0e264f;
}
.simple_button.simple_button_tab>span{
	color: #323842;
	text-transform: none;
	font-size: 16px;
	font-family: Manrope-Regular;
	min-height: 36px;
	padding-top: 3px;
	padding-bottom: 2px;
}
.simple_button.simple_button_tab:hover>span,
.active.simple_button.simple_button_tab>span,
.active.simple_button.simple_button_tab:hover>span{
	color: #fff;
}

.page-text.house_table table th{
	padding-top: 15px;
	padding-bottom: 15px;
}
.page-text.house_table table th:first-child{
	border-radius: 10px 0px 0px 10px;
}
.page-text.house_table table th:last-child{
	border-radius: 0px 10px 10px 0px;
	min-width: 240px;
}
.page-text.rec_table table th{
	padding-top: 15px;
	padding-bottom: 15px;
}
.page-text.rec_table table th:first-child{
	border-radius: 10px 0px 0px 10px;
}
.page-text.rec_table th:last-child{
	border-radius: 0px 10px 10px 0px;
}
.page-text table td,
.page-text table td{
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	border-bottom: 1px solid #D0DCEF;
}
.page-text.house_table .wrap_tables,
.page-text.rec_table .wrap_tables{
	border: none;
}
@media screen and (max-width: 767px){
	.page-text.house_table table th,
	.page-text.house_table table td,
	.page-text.rec_table table td{
		padding: 5px 10px;
	}
	.page-text.house_table table th:nth-child(4){
		min-width: 200px;
	}
	.page-text.house_table table th:last-child{
		min-width: 120px;
	}
	.page-text.rec_table table td:last-child{
		min-width: 240px;
	}
}
/*houses*/

/*tariff*/

.simple_accordion .accordion-item{
	border: none;
	background: none;
	margin: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #D0DCEF;
}
.simple_accordion .accordion-button{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px;
	background: none;
	box-shadow: none;
}
.simple_accordion .accordion-button>span{
	position: relative;
	display: flex;
	width: 100%;
	font-family: Mulish-SemiBold;
	font-size: 16px;
	align-items: center;
	justify-content: space-between;
	color: #323842;
	text-transform: uppercase;
}
.simple_accordion .accordion-button:after{
	display: none;
}
.simple_accordion .accordion-button .icon{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-color: #EEF5FF;
	font-size: 24px;
	color: #0e264f;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}

.rd-breadcrumbs a{
	color:#0e264f;
}
.simple_accordion .accordion-button .icon:before{
	position: relative;
	display: block;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	
	-moz-transition: transform 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: transform 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: transform 0.3s cubic-bezier(.54,0,.42,1);
	transition: transform 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_accordion .accordion-button:hover .icon{
	background-color: #0e264f;
	color: #fff;
}
.simple_accordion .accordion-button.collapsed .icon:before{
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.accordion-body{
	padding: 20px 10px;
}
.accordion_body_inner{
	position: relative;
	display: block;
}
.doc_link_row{
	position: relative;
	display: block;
}
.doc_link_row + .doc_link_row{
	margin-top: 15px;
}
.doc_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #0e264f;
	text-decoration: none;
}
.doc_link:link,
.doc_link:visited,
.doc_link:hover,
.doc_link:link:hover,
.doc_link:visited:hover{
	color: #0e264f;
	text-decoration: none;
}
.doc_link>.icon{
	position: absolute;
	top: -4px;
	left: 0px;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #0e264f;
	background-color: #EEF5FF;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1);
}
.doc_link:hover>.icon{
	background-color: #0e264f;
	color: #fff;
}
.partners_planks{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -20px;
}
.partner_node{
	position: relative;
	display: block;
	padding: 0px 10px;
	margin-bottom: 20px;
	width: 50%;
}
.partner_plank{
	position: relative;
	display: block;
	border-radius: 10px;
	background-color: #EEF5FF;
	padding: 35px 10px;
}
.partner_plank_inner{
	position: relative;
	display: block;
	text-align: center;
}
.partner_plank_inner .title{
	margin-bottom: 15px;
}
.partner_plank_inner p{
	margin-bottom: 5px;
}

.blue_block{
	background-color: #EEF5FF;
	padding-top: 90px;
	padding-bottom: 90px;
	border-radius: 40px 40px 40px 40px;
}
.blue_block.blue_block_bottom{
	padding-bottom: 150px;
	border-radius: 0px 0px 40px 40px;
}

.services_planks{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -20px;
}
.services_node{
	position: relative;
	display: block;
	padding: 0px 10px;
	margin-bottom: 20px;
	width: 33.33%;
}
.services_planks4 .services_node{
	width: 25%;
}
.services_plank{
	position: relative;
	display: block;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}
.services_plank_inner{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 270px;
	text-align: center;
}
.services_plank_inner .icon_services{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px auto;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-color: #EEF5FF;
	font-size: 24px;
	color: #0e264f;
	margin-bottom: 10px;
}
.services_plank_inner p{
	margin-bottom: 5px;
}
@media screen and (max-width: 767px){
	.services_node{
		width: 50%;
		max-width: 330px;
	}
	.blue_block{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.blue_block.blue_block_bottom{
		padding-bottom: 80px;
	}
	.services_planks4 .services_node{
		width: 50%;
	}
}
@media screen and (max-width: 600px){
	.partner_node{
		width: 100%;
		max-width: 480px;
	}
	.partner_plank_inner{
		min-height: auto!important;
	}
}
@media screen and (max-width: 460px){
	.services_node,
	.services_planks4 .services_node{
		width: 100%;
	}
	.services_plank_inner{
		min-height: auto!important;
	}
}

/*tariff*/

/*about*/
.review_block{
	position: relative;
	display: block;
	border-radius: 10px;
	padding: 20px;
	background-color: #EEF5FF;
}
.review_block_inner{
	position: relative;
	display: block;
}
.review_block_inner .title{
	margin-bottom: 5px;
	font-size: 14px;
}
.review_block_inner .date{
	margin-bottom: 15px;
}
.review_block_inner p{
	margin: 0px;
}
.review_block_inner p + p{
	margin-top: 5px;
}

.licenses{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -30px;
}
.license_node{
	position: relative;
	display: block;
	padding: 0px 10px;
	margin-bottom: 30px;
	width: 25%;
}
.license_node p{
	margin-bottom: 0px;
	margin-top: 10px;
}

.contacts_block{
	position: relative;
	display: block;
}
.contacts_block_info{
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: 0px;
	min-height: 600px;
	max-width: 400px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.contacts_block_map{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: calc(100% - 400px);
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.contats_block_node{
	position: relative;
	display: block;
}
.contats_block_node + .contats_block_node{
	margin-top: 30px;
}
.contats_block_node_title{
	position: relative;
	display: block;
	font-family: Mulish-SemiBold;
	font-size: 16px;
	color: #6782B2;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.contats_block_node_title p{
	margin-bottom: 0px;
}
.contats_block_node_title p + p{
	margin-top: 5px;
}
.contats_block_node_title .date{
	margin-top: 5px;
}

.connn {
    padding-bottom: 30px;
}
.footer__contact .mail, .footer__contact span {
    color: rgba(37, 31, 52, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.footer__contact .phone, .footer__contact .f-adres {
    color: #251f34;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin-top: 7px;
}
.footerContact{
	padding:50px 0;
}
@media screen and (max-width: 991px){
	.license_node{
		width: 33.33%;
	}
}
@media screen and (max-width: 767px){
	.contacts_block_info{
		min-height: auto;
		margin-right: auto;
		max-width: 100%;
		padding-left: 0px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: -30px;
	}
	.contats_block_node{
		padding: 0px 10px;
		margin: 0px;
		margin-bottom: 30px;
		width: 50%;
	}
	.contats_block_node + .contats_block_node{
		margin-top: 0px;
	}
	.contacts_block_map{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: 60vh;
		min-height: 250px;
		max-height: 600px;
		margin-top: 40px;
	}
}
@media screen and (max-width: 680px){
	.license_node{
		width: 50%;
	}
}
@media screen and (max-width: 550px){
	.contats_block_node{
		width: 100%;
	}
}
@media screen and (max-width: 400px){
	.license_node{
		width: 100%;
	}
}
/*about*/


/*footer*/
.footer_container{
	position: relative;
	z-index: 10;
	min-height: 340px;
	background-color: #0e264f;
	padding: 50px 0px 5px 0px;
}
.footer_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1860px;
	padding: 0px 20px;
}
.footer_top{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	padding-bottom: 50px;
}
.footer_left{
	position: relative;
	display: block;
	padding: 0px 10px;
	margin-bottom: 20px;
	width: 220px;
}
.footer_center{
	position: relative;
	display: block;
	padding: 0px 10px;
	width: calc(100% - 620px);
	max-width: 1060px;
	margin-bottom: 20px;
	padding-top: 15px;
}
.footer_right{
	position: relative;
	display: block;
	padding: 0px 10px;
	width: 400px;
	margin-bottom: 20px;
}
.footer_logo_img,
.footer_logo_img img{
	position: relative;
	display: block;
	width: 100%;
	max-width: 200px;
}

.footer_menu{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	min-height: 50px;
	margin-bottom: 30px;
}
.footer_menu>li{
	position: relative;
	display: block;
	margin: 0px 5px;
	margin-bottom: 5px;
	font-family: Mulish-Bold;
	font-size: 14px;
	line-height: 1.7em;
	text-transform: uppercase;
	color: #fff;
}
.footer_menu>li>a,
.footer_menu>li>span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-transform: inherit;
	color: inherit;
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.footer_menu>li>a:hover,
.footer_menu>li.active>span{
	opacity: 0.7;
}
.footer_menu:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 10px;
	height: 2px;
	background-color: #234582;
	width: calc(100% - 20px);
}
.footer_contacts{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-left: -5px;
	margin-right: -5px;
}
.footer_contact_node{
	position: relative;
	display: block;
	padding: 0px 5px;
	margin-bottom: 10px;
}
.footer_contact_title{
	font-family: Manrope-Regular;
	font-size: 14px;
	line-height: 1.57em;
	color: #6782B2;
	margin-bottom: 5px;
}
.footer_right .link_img{
	border-radius: 10px;
	overflow: hidden;
}
.footer_bottom{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0px;
	border-top: 2px solid #234582;
}
.copyrights{
	margin: 0px;
	font-size: 14px;
	color: #6782B2;
	padding-right: 20px;
}
.devlink{
	position: relative;
	display: block;
}
@media screen and (max-width: 1550px){
	.footer_left{
		width: 150px;
	}
	.footer_center{
		width: calc(100% - 400px);
	}
	.footer_right{
		width: 250px;
	}
}
@media screen and (max-width: 1300px){
	.footer_left{
		width: 220px;
	}
	.footer_center{
		width: 100%;
		max-width: 1060px;
		padding-top: 0px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.footer_right{
		width: 100%;
		max-width: 400px;
	}
	.footer_top{
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 900px){
	.footer_menu,
	.footer_contacts{
		justify-content: center;
	}
	.footer_contacts{
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
	.footer_contact_node{
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
}
/*footer*/

/*modal_contacts*/
.modal_contacts{
	position: fixed;
	top: 70px;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
	
	height: 0px;
	height: 0px;
	
	-moz-transition: height 0.5s cubic-bezier(.54,0,.42,1);
	-o-transition: height 0.5s cubic-bezier(.54,0,.42,1);
	-webkit-transition: height 0.5s cubic-bezier(.54,0,.42,1);
	transition: height 0.5s cubic-bezier(.54,0,.42,1);
}
.modal_contacts.open{
	height: calc(100vh - 70px);
	height: calc(var(--vh, 1vh) * 100 - 70px);
}
.modal_contacts_wrap{
	position: relative;
	display: block;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: calc(100vh - 70px);
	min-height: calc(var(--vh, 1vh) * 100 - 70px);
}
.modal_contacts_wrap::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 4px;
	height: 4px;
	background-color: #6782B2;
}

.modal_contacts_wrap::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 1px solid rgba(23,68,146,1);
	background-color: rgba(23,68,146,.3);
}
.modal_contacts_content{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1760px;
}
.modal_contacts_left{
	position: relative;
	display: block;
	padding: 0px 20px;
	padding-top: 60px;
	padding-bottom: 40px;
	max-width: 330px;
}
.contacts_map{
	position: absolute;
	top: 0px;
	left: 450px;
	white-space: nowrap;
	width: calc(50vw + 430px);
	height: calc(100vh - 70px);
	height: calc(var(--vh, 1vh) * 100 - 70px);
}
.absolute_map{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.contact_node{
	position: relative;
}
.contact_node + .contact_node{
	margin-top: 30px;
}

.closeContModal{
	position: absolute;
	display: none;
	padding: 0px;
	border: none;
	background: none;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #0e264f;
	top: 20px;
	right: 20px;
	-moz-transition: color 0.5s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.5s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.5s cubic-bezier(.54,0,.42,1);
	transition: color 0.5s cubic-bezier(.54,0,.42,1);
}
.closeContModal:hover{
	color: #0D306C;
}
@media screen and (max-width: 1760px){
	.contacts_map{
		width: calc(100% - 450px);
	}
}

@media screen and (max-width: 991px){
	.modal_contacts{
		top: 60px;
	}
	.modal_contacts.open{
		height: calc(100vh - 60px);
		height: calc(var(--vh, 1vh) * 100 - 60px);
	}
	.modal_contacts_wrap{
		min-height: calc(100vh - 60px);
		min-height: calc(var(--vh, 1vh) * 100 - 60px);
	}
	.modal_contacts_left{
		width: 260px;
	}
	.contacts_map{
		height: calc(100vh - 60px);
		height: calc(var(--vh, 1vh) * 100 - 60px);
		left: 260px;
		width: calc(100% - 260px);
		padding-top: 40px;
	}
}
@media screen and (max-width: 600px){
	.s_head50{
		margin-bottom: 30px;
	}
	.contact_node{
		padding-right: 10px;
	}
	.contact_node + .contact_node{
		margin-top: 20px;
	}
	.modal_contacts_left{
		width: 190px;
	}
	.contacts_map{
		left: 190px;
		width: calc(100% - 190px);
	}
	.contact_node .simple_link{
		font-size: 14px;
	}
}
@media screen and (max-width: 380px){
	.modal_contacts_left{
		width: 100%;
		margin-bottom: 40px;
		padding-bottom: 0px;
		max-width: 100%;
	}
	.contacts_map{
		position: relative;
		left: auto;
		top: auto;
		height: 40vh;
		width: 100%;
		min-height: 200px;
		max-height: 600px;
	}
	.closeContModal{
		display: block;
	}
}

/*modal_contacts*/

/*modals*/

.wide_modal .modal-dialog{
	width: 100%;
	max-width: 1040px;
	min-height: calc(var(--vh, 1vh) * 100 - 70px);
}
.thin_modal .modal-dialog{
	width: 100%;
	max-width: 610px;
}
.modal-content{
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	padding: 60px 20px 60px 20px;
	border-radius: 10px;
}


button.close{
	float: none;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1;
	text-shadow: none;
	border-radius: 0px;
	width: 20px;
	height: 20px;
	border: none;
	background: none;
}
button.close:hover{
	background-color: none;
	opacity: 1;
}
button.close .icon_x{
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -1px;
	left: 0px;
	width: 20px;
	height: 3px;
	
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	
	
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
button.close .icon_x:nth-child(1){
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
button.close .icon_x:nth-child(2){
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
button.close:hover .icon_x{
	opacity: 0.7;
}

.simple_modal .page_content h1{
	margin-top: 0px;
}


.modal_form_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 400px;
}

.modal_form_wrapper .form_head{
	margin-bottom: 20px;
	text-align: center;
}
.modal_form_wrapper .form_head p{
	margin-top: 10px;
	text-align: center;
}



/*modals*/

body{
	padding-right: 0px!important;
}
html.desktop body.modal-open{
	padding-right: 17px!important;
}
.main_logo img{
	height:50px;
}

.rd-breadcrumbs {
    background-color: transparent;
	    text-align: center;
}