.icon:before{
	color: inherit;
}

body{
	background-color: #f7f7f7;
}
#wrap{
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	margin: 0px auto;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

.full_height{
	padding-top: 70px;
	position: relative;
	min-height: calc(100vh - 430px);
}

@media screen and (max-width: 991px){
	.full_height{
		padding-top: 50px;
	}
}

/*wrappers*/

.content_wrapper{
	position: relative;
	display: block;
	max-width: 1480px;
	padding: 0px 20px;
	margin: 0px auto;
}
.content_wrapper730{
	position: relative;
	display: block;
	max-width: 730px;
	margin: 0px auto;
}
.content_wrapper770{
	position: relative;
	display: block;
	max-width: 770px;
	margin: 0px auto;
}
.content_wrapper800{
	position: relative;
	display: block;
	max-width: 800px;
	margin: 0px auto;
}
.content_wrapper860{
	position: relative;
	display: block;
	max-width: 850px;
	margin: 0px auto;
}
.content_wrapper850{
	position: relative;
	display: block;
	max-width: 850px;
	margin: 0px auto;
}
.content_wrapper980{
	position: relative;
	display: block;
	max-width: 980px;
	margin: 0px auto;
}
.content_wrapper1040{
	position: relative;
	display: block;
	max-width: 1040px;
	margin: 0px auto;
}
.content_wrapper1150{
	position: relative;
	display: block;
	max-width: 1150px;
	margin: 0px auto;
}
.content_wrapper1170{
	position: relative;
	display: block;
	max-width: 1170px;
	margin: 0px auto;
}
.content_wrapper1200{
	position: relative;
	display: block;
	max-width: 1200px;
	margin: 0px auto;
}
.wide_wrapper{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
}

.hide_button{
	display: none!important;
}
.simple_block{
	position: relative;
	margin-top: 90px;
	margin-bottom: 90px;
}
.simple_head{
	position: relative;
	margin-bottom: 40px;
}
.s_head10{
	margin-bottom: 10px;
}
.s_head15{
	margin-bottom: 15px;
}
.s_head20{
	margin-bottom: 20px;
}
.s_head25{
	margin-bottom: 25px;
}
.s_head30{
	margin-bottom: 30px;
}
.s_head35{
	margin-bottom: 35px;
}
.s_head40{
	margin-bottom: 40px;
}
.s_head50{
	margin-bottom: 50px;
}
.footer_block{
	position: relative;
	margin-top: 40px;
}
.f_block40{
	margin-top: 40px;
}
.f_block30{
	margin-top: 30px;
}
.f_block20{
	margin-top: 20px;
}
.absolute_link{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.top_block{
	padding-top: 60px;
}
.c_center>*{
	text-align: center;
}
.simple_head p{
	margin: 0px;
}
.simple_head p + p{
	margin-top: 10px;
}
@media screen and (max-width: 767px){
	.simple_block{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.s_head50{
		margin-bottom: 40px;
	}
}
/*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%;
}
.nat_wide .simple_button{
	width: 100%;
	max-width: 280px;
}
.wide_link .simple_button.simple_button_middle>span{
	min-width: 100%;
}


.simple_button{
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: none;
	margin: 0px;
	
	vertical-align: top;
	padding: 0px;
	border: none;
	border-radius: 5px;
	overflow: hidden;
	background: linear-gradient(87.43deg, #D1D1D1 0%, #EFEFEF 25%, #A1A1A1 42.19%, #D1D1D1 73.44%, #BABABA 100%);
	-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:before{
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #1D2342;
	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);
}
.simple_button:hover:before{
	opacity: 0.3;
}
.simple_button>span{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 5px 20px;
	padding-top: 7px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0em;
	font-family: Circe-Bold;
	color: #1D2342;
	line-height: 1.2em;
	
	min-height: 50px;
	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: 30px;
	width: 100%;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
}
.simple_button_iconed .icon{
	margin-left: 10px;
	font-size: 20px;
	color: inherit;
}

.simple_button.simple_button_white{
	background: none;
	background-color: #fff;
}
.simple_button.simple_button_white:before{
	display: none;
}
.simple_button.simple_button_white:hover{
	background-color: #C7C8D0;
}

.simple_button_transgray{
	background: none;
	background-color: transparent;
	border: 2px solid #CDCCCE;
}
.simple_button_transgray:before{
	display: none;
}
.simple_button_transgray>span{
	min-height: 46px;
	color: #CDCCCE;
}
.simple_button_transgray:hover{
	background-color: #1D2342;
	border: 2px solid #1D2342;
}
.simple_button_transgray:hover>span{
	color: #fff;
}

.simple_button_transwhite{
	background: none;
	background-color: transparent;
	border: 2px solid #fff;
}
.simple_button_transwhite:before{
	display: none;
}
.simple_button_transwhite>span{
	min-height: 46px;
	color: #fff;
}
.simple_button_transwhite:hover{
	background-color: #fff;
	border: 2px solid #fff;
}
.simple_button_transwhite:hover>span{
	color: #1D2342;
}



.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_op .title{
	-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_title_op .title:hover{
	opacity: 0.7;
}
/*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;
}
body[style="padding-right: 17px;"] .desctop_header{
	padding-right: 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: #fff;
	box-shadow: 30px 20px 45px rgba(0, 0, 1, 0.03);
}
.desctop_header_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 1840px;
	padding: 0px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
}
.desctop_header_left,
.desctop_header_center,
.desctop_header_right{
	position: relative;
	display: block;
	padding: 0px 10px;
}
.desctop_header_top .desctop_header_left{
	width: 220px;
}
.desctop_header_top .desctop_header_right{
	width: 220px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 70px;
}
.desctop_header_top .desctop_header_center{
	width: calc(100% - 440px);
	padding: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}


.main_logo{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	height: 70px;
	width: 100%;
	max-width: 170px;
}
.main_logo img{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	max-width: 100%;
}
/*desctop_header_menu*/

.desctop_header_menu{
	position: relative;
	display: block;
}
.main_menu{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_menu>li{
	position: relative;
	display: block;
	font-family: Tahoma;
	letter-spacing: 0.01em;
	line-height: 1em;
	font-size: 16px;
	color: #131418;
}
.main_menu>li>a,
.main_menu>li>span,
.main_menu>li.active>a,
.main_menu>li.active>span{
	position: relative;
	display: block;
	padding: 10px 25px;
	white-space: nowrap;
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	letter-spacing: inherit;
	
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1), opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1), opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1), opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.main_menu>li>a:hover,
.main_menu>li>span{
	opacity: 0.7;
}
.main_menu>li.active>span{
	cursor: default;
}


.cebab{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 25px;
	height: 70px;
	width: 24px;
	cursor: pointer;
	flex-direction: column;
}
.cebab .dot{
	position: relative;
	display: block;
	border-radius: 100%;
	background-color: #131418;
	width: 4px;
	height: 4px;
}
.cebab .dot + .dot{
	margin-top: 4px;
}



.desctop_header_right_controls{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	height: 80px;
}

.phone_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.phone_link>span{
	position: relative;
	display: block;
	font-family: Circe-Bold;
	font-size: 24px;
	line-height: 1.25em;
	color: #1D2342;
	-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);
}
.phone_link:hover>span{
	opacity: 0.7;
}

.submenu_container{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background-color: #F7F7F7;
	
	-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);
}
.submenu_open .submenu_container{
	height: 50px;
}
.submenu_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

.submenu_wrapper .main_menu>li{
	color: #92969D;
}
.submenu_wrapper .main_menu>li>a,
.submenu_wrapper .main_menu>li>span{
	-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);
}
.submenu_wrapper .main_menu>li>a:hover,
.submenu_wrapper .main_menu>li.active>span{
	color: #131418;
}

.submenu_wrapper .main_menu>li>a,
.submenu_wrapper .main_menu>li>span,
.submenu_wrapper .main_menu>li>a:hover{
	opacity: 1;
}

/*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: 50px;
}
.burger_toggle{
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -20px;
	right: 9px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 50;
}
.burger_toggle_wrap{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -9px;
	width: 18px;
	height: 12px;
	
}
.icon_bar{
	position: absolute;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background-color: #1D2342;
	
	-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: 5px;
	left: 0px;
}
.icon_bar:nth-child(3){
	top: 10px;
	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: 4px;
	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: 50% 50%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
	left: 0px;
	top: 4px;
}

.mobile_header_wrapper{
	position: relative;
	display: block;
	z-index: 200;
}
.mobile_header_top{
	position: relative;
	display: block;
	height: 50px;
	background-color: #fff;
	width: 100%;
	z-index: 500;
	box-shadow: 30px 20px 45px rgb(0 0 1 / 3%);
}

.mobile_logo_top{
	position: absolute;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	left: 20px;
	top: 0px;
	height: 100%;
	width: 120px;
}
.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: 0px;
	max-width: 100%;
	
	max-height: 0px;
	background-color: #fff;
	
	-moz-transition: max-height 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: max-height 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: max-height 0.3s cubic-bezier(.54,0,.42,1);
	transition: max-height 0.3s cubic-bezier(.54,0,.42,1);
	
	overflow-y: hidden;
}


.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{
	overflow-y: auto;
	max-height: calc(100vh - 60px);
	max-height: calc(var(--vh, 1vh) * 100 - 60px);
}

.mobile_collapse_content{
	position: relative;
	display: block;
	padding: 0px;
}

.mobile_collapse_content .main_menu{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 300px;
	text-align: center;
	margin-bottom: 30px;
	padding: 0px;
	margin-top: 20px;
}
.mobile_collapse_content .main_menu>li{
	display: block;
	margin-bottom: 5px;
}
.mobile_collapse_content .main_menu>li>a,
.mobile_collapse_content .main_menu>li.active>span{
	display: block;
	padding: 10px 10px;
}
.mobile_collapse_content .main_menu>li.active>span:before{
	display: none;
}

.mobile_bottom{
	position: relative;
	display: block;
	padding: 20px;
	background-color: #1D2342;
}
.mobile_bottom .center_link + .center_link{
	margin-top: 20px;
}

@media screen and (max-width: 1480px){
	.desctop_header_center .main_menu>li>a,
	.desctop_header_center .main_menu>li>span,
	.desctop_header_center .main_menu>li.active>a,
	.desctop_header_center .main_menu>li.active>span{
		padding-left: 10px;
		padding-right: 10px;
	}
	.desctop_header_center .main_menu{
		padding-left: 15px;
		padding-right: 0px;
	}
	.cebab{
		margin-left: 0px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 1280px){
	.desctop_header_top .desctop_header_right{
		width: 170px;
	}
	.desctop_header_right .phone_link{
		padding-top: 0.3em;
	}
	.desctop_header_right .phone_link>span{
		font-size: 18px;
	}
	.desctop_header_top .desctop_header_center{
		width: calc(100% - 390px);
	}
}
@media screen and (max-width: 1230px){
	.desctop_header_top .desctop_header_left{
		width: 150px;
	}
	.desctop_header_top .desctop_header_center{
		width: calc(100% - 320px);
	}
	.desctop_header_center .main_menu{
		padding-left: 0px;
	}
}
@media screen and (max-width: 1150px){
	.desctop_header_center .main_menu>li{
		font-size: 14px;
	}
	.desctop_header_center .main_menu>li>a,
	.desctop_header_center .main_menu>li>span,
	.desctop_header_center .main_menu>li.active>a,
	.desctop_header_center .main_menu>li.active>span{
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 1020px){
	.desctop_header_top .desctop_header_right{
		width: 150px;
		padding-left: 0px;
	}
	.desctop_header_right .phone_link>span{
		font-size: 16px;
	}
	.desctop_header_top .desctop_header_center{
		width: calc(100% - 300px);
	}
}

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

/*mobile_header*/



/*page_content*/

.full_page_container{
	margin-top: 60px;
	margin-bottom: 120px;
}
.top_page_container{
	margin-top: 60px;
	margin-bottom: 90px;
}
.page_content{
	clear: both;
}
.head1,
.page_content h1{
	position: relative;
	display: block;
	line-height: 1.08em;
	font-size: 60px;
	letter-spacing: 0px;
	text-transform: none;
	color: #1D2342;
	font-family: Circe-Bold;
}
.page_content h1{
	margin-top: 10px;
	margin-bottom: 30px;
}


.head2,
.page_content h2{
	position: relative;
	display: block;
	line-height: 1.1em;
	font-size: 50px;
	letter-spacing: 0px;
	text-transform: none;
	color: #1D2342;
	font-family: Circe-Bold;
}
.page_content h2{
	margin-top: 60px;
	margin-bottom: 30px;
}

.head3,
.page_content h3{
	position: relative;
	display: block;
	line-height: 1.12em;
	font-size: 40px;
	letter-spacing: 0px;
	text-transform: none;
	color: #1D2342;
	font-family: Circe-Bold;
}
.page_content h3{
	margin-top: 60px;
	margin-bottom: 20px;
}

.head4,
.page_content h4{
	position: relative;
	display: block;
	line-height: 1.07em;
	color: #1D2342;
	font-family: Circe-Bold;
	font-size: 30px;
	letter-spacing: 0px;
	text-transform: none;
}
.page_content h4{
	margin-top: 60px;
	margin-bottom: 20px;
}

.head5,
.page_content h5{
	position: relative;
	display: block;
	line-height: 1.25em;
	color: #1D2342;
	font-family: Circe-Bold;
	font-size: 24px;
	letter-spacing: 0px;
	text-transform: none;
}
.page_content h5{
	margin-top: 60px;
	margin-bottom: 20px;
}

.head6,
.page_content h6{
	position: relative;
	display: block;
	line-height: 1.27em;
	color: #1D2342;
	font-family: Circe-Bold;
	font-size: 22px;
	letter-spacing: 0px;
	text-transform: none;
}
.page_content h6{
	margin-top: 60px;
	margin-bottom: 20px;
}




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



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

.content_link:visited,
.page_content p a:visited,
.page_content a:visited{
	color: #1D2342;
	text-decoration: underline;
}

.button_link:link:hover,
.button_link:visited:hover,
.content_link:hover,
.page_content p a:hover,
.page_content a:hover{
	color: #1D2342;
	text-decoration: none;
}
.content_link:visited:hover,
.page_content p a:visited:hover,
.page_content a:visited:hover{
	color: #1D2342;
	text-decoration: none;
}

.button_link.white_link,
.button_link.white_link:link,
.button_link.white_link:visited,
.button_link.white_link:hover,
.button_link.white_link:link:hover,
.button_link.white_link:visited:hover{
	color: #fff;
}

p,
.page_content p{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	
	font-family: Circe-Regular;
	font-size: 16px;
	color: #131418;
	line-height: 1.5em;
	
	margin-bottom: 30px;
	letter-spacing: 0px;
}

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

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




.page_content table,
.table_container table{
	width: 100%!important;
	border-collapse: collapse;
}
.page_content td,
.page_content th,
.page_content tr{
	width: auto!important;
	height: auto!important;
}
table th,
table td{
	position: relative;
	border: none;
	padding: 20px 20px;
	line-height: 1.5em;
	font-size: 16px;
	letter-spacing: 0px;
	text-align: left;
	background-color: #F4F4F6;
	color: #131418;
	font-family: Circe-Regular;
}
table th{
	background-color: #1D2342;
	font-family: Circe-Regular;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: normal;
	color: #fff;
}
table td:nth-child(2n){
	background-color: #EEEEF1;
}
table tr:nth-child(2n) td{
	background-color: #fff;
}
table tr:nth-child(2n) td:nth-child(2n){
	background-color: #FAFAFA;
}
.page_content td p{
	margin: 5px 0px;
}
.wrap_tables{
	position: relative;
	display: block;
	overflow-x: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	box-shadow: 30px 20px 45px rgba(0, 0, 1, 0.03);
	border-radius: 5px;
}
.page_content .wrap_tables{
	margin-top: 60px;
	margin-bottom: 60px;
}

.wrap_tables::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 8px;
	height: 8px;
}

.wrap_tables::-webkit-scrollbar-thumb{
	border-radius: 8px;
	border: 1px solid #1D2342;
	background-color: #EEEEF1;
}
.content_wrapper730>.page_content .wrap_tables{
	width: calc(100vw - 40px);
	max-width: 1110px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0%, 0);
	transform: translate3d(-50%, 0%, 0);
}


blockquote{
	position: relative;
	border: none;
	background: #fff;
	border-radius: 10px;
	padding: 25px 50px 37px 80px;
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100%;
	
	font-family: Circe-Regular;
	color: #131418;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 1.5em;
}
blockquote:before{
	content: '”';
	display: block;
	position: absolute;
	top: 20px;
	left: 30px;
	font-family: Circe-Bold;
	color: #1D2342;
	font-size: 75px;
	pointer-events: none;
	line-height: 1em;
}

blockquote p{
	font-style: none;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 1.5em;
	margin: 0px;
}

blockquote a,
blockquote p a{
	font-style: none;
	font-size: inherit;
	line-height: 1.5em;
}


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

.simple_list{
	position: relative;
	display: block;
	clear: both;
}

.page_content ol li,
.page_content ul li,
.simple_list li{
	position: relative;
	display: block;
	
	font-family: Circe-Regular;
	color: #131418;
	line-height: 1.5em;
	font-size: 16px;
	letter-spacing: 0px;
	margin-bottom: 10px;
	padding-left: 18px;
}

.page_content ol li{
	padding-left: 25px;
}
.page_content ol li:last-child,
.page_content ul li:last-child,
.simple_list 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,
.simple_list>li:before{
	content: "\e933";
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
	font-size: 8px;
	color: #1D2342;
	
	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;
}

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: 0px;
	left: 0px;
	
	width: 20px;
	font-family: Circe-Regular;
	color: #1D2342;
	background: none;
	
	font-size: 16px;
	line-height: 1.5em;
	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: 10px;
	margin-bottom: 10px;
}

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




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



.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;
}

.invert_ui .head1,
.invert_ui .head2,
.invert_ui .head3,
.invert_ui .head4,
.invert_ui .head5,
.invert_ui .head6,
.invert_ui h1,
.invert_ui h2,
.invert_ui h3,
.invert_ui h4,
.invert_ui h5,
.invert_ui h6,
.invert_ui p,
.invert_ui ul>li,
.invert_ui ol>li,
.invert_ui ul>li:before,
.invert_ui ol>li:before,
.invert_ui a,
.invert_ui a:link,
.invert_ui a:visited,
.invert_ui a:hover,
.invert_ui a:link:hover,
.invert_ui a:visited:hover{
	color: #fff;
}

.page_content>*:first-child{
	margin-top: 0px;
}
.page_content>*:last-child{
	margin-bottom: 0px;
}

@media screen and (max-width: 991px){
	
	.head1,
	.page_content h1{
		font-size: 50px;
	}
	.head2,
	.page_content h2{
		font-size: 45px;
	}
	.head3,
	.page_content h3{
		font-size: 35px;
	}
	.head4,
	.page_content h4{
		font-size: 25px;
	}
	
}
@media screen and (max-width: 767px){
	.full_page_container{
		margin-top: 60px;
		margin-bottom: 80px;
	}
	.full_page_container{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 600px){
	
	.head1,
	.page_content h1{
		font-size: 40px;
	}
	.head2,
	.page_content h2{
		font-size: 30px;
	}
	.head3,
	.page_content h3{
		font-size: 25px;
	}/*
	.head4,
	.page_content h4{
		font-size: 19px;
	}
	.head5,
	.page_content h5{
		font-size: 17px;
	}*/
	blockquote{
		padding: 20px 10px 20px 20px;
	}
	blockquote:before{
		top: 5px;
		left: 5px;
		font-size: 45px;
	}
	table th,
	table td{
		padding: 10px 10px;
	}
	table th{
		line-height: 1.2em;
		font-size: 16px;
	}
	table td{
		line-height: 1.2em;
	}
}
@media screen and (max-width: 420px){
	.head1,
	.page_content h1{
		font-size: 35px;
	}
	table th,
	table td{
		padding: 5px;
	}
}
/*page_content*/


/*breadcrumbs*/

.breadcrumbs_container{
	position: relative;
	display: block;
	margin-bottom: 8px;
	margin-top: 0px;
}
.breadcrumbs_wrapper{
	position: relative;
	display: block;
}
.bread_crumbs{
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: -5px;
}
.c_center .bread_crumbs{
	text-align: center;
}
.breadcrumbs_wrapper li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Circe-Regular;
	font-size: 16px;
	color: #92969D;
	margin-right: 10px;
	margin-bottom: 5px;
}
.breadcrumbs_wrapper li a,
.breadcrumbs_wrapper li span{
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 160px;
	
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	
	
	-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);
	
}
.breadcrumbs_wrapper li a{
	padding-right: 14px;
}
.breadcrumbs_wrapper li a:before{
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	right: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #92969D;
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	
}
.breadcrumbs_wrapper li a:hover:before{
	background-color: #1D2342;
}
.breadcrumbs_wrapper li.active{
	margin-right: 0px;
	cursor: default;
}
.breadcrumbs_wrapper li.active span{
	color: #1D2342;
}
.breadcrumbs_wrapper li a:hover{
	color: #1D2342
}


/*breadcrumbs*/


/*pagination*/
.pag_container{
	position: relative;
	display: block;
}
.pag_list{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -7px;
	margin-right: -7px;
}
.pag_list li{
	position: relative;
	display: block;
	padding: 0px 8px;
}
.arr_li:first-child{
	padding-right: 18px;
}
.arr_li:last-child{
	padding-left: 18px;
}
.arr_pag{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid #1D2342;
	background-color: transparent;
	border-radius: 5px;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.arr_pag .icon{
	position: relative;
	display: block;
	font-size: 14px;
	color: #1D2342;
	-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);
}
.arr_pag:hover{
	border: 2px solid #1D2342;
	background-color: #1D2342;
}
.arr_pag:hover .icon{
	color: #fff;
}
span.arr_pag{
	cursor: default;
	border: 2px solid #CDCCCE;
	background-color: transparent;
}
span.arr_pag .icon{
	color: #CDCCCE;
}
span.arr_pag:hover{
	cursor: default;
	border: 2px solid #CDCCCE;
	background-color: transparent;
}
span.arr_pag:hover .icon{
	color: #CDCCCE;
}
.arr_pag.arr_pag_prev .icon{
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.pag_num{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: 2px solid #CDCCCE;
	background-color: transparent;
	border-radius: 5px;
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.pag_num>span{
	position: relative;
	display: block;
	font-size: 12px;
	color: #92969D;
	font-family: Circe-Bold;
	padding-top: 2px;
	-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);
}
.active>.pag_num{
	border: 2px solid #1D2342;;
	background-color: #1D2342;
}
.active>.pag_num>span,
.active>.pag_num:hover>span{
	color: #fff;
}
.pag_num:hover>span{
	color: #1D2342;;
}
.active>.pag_num{
	cursor: default;
}

.pag_num_dots{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	cursor: default;
}
.pag_num_dots>span{
	position: relative;
	display: block;
	font-size: 12px;
	color: #B5B5BC;
	padding-top: 2px;
	font-family: Circe-Bold;
}
@media screen and (max-width: 767px){
	.pag_container{
		margin-top: 30px;
	}
}
@media screen and (max-width: 480px){
	.pag_list{
		margin-left: -5px;
		margin-right: -5px;
	}
	.arr_li:first-child{
		padding-right: 5px;
	}
	.arr_li:last-child{
		padding-left: 5px;
	}
	.pag_list li{
		padding: 0px 2px;
	}
	.arr_pag{
		width: 30px;
		height: 30px;
	}
}
/*pagination*/

/*general_slider*/

.general_slider_button{
	position: absolute;
	top: 0px;
	margin: 0px;
	height: 100%;
	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: 10px;
}
.general_slider_button.swiper-button-next{
	right: 10px;
}
.general_slider_button .icon{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border: 2px solid #1D2342;
	color: #1D2342;
	
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1), opacity 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), opacity 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), opacity 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), opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.general_slider_button:hover .icon{
	opacity: 0.7;
}

.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: inline-block;
	vertical-align: top;
	overflow: hidden;
	height: 28px;
	top: 10px;
}
.swiper-pagination{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.swiper-pagination-bullets-dynamic{
	position: absolute;
	display: block;
	height: 28px;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
}
.swiper-pagination-bullet{
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	border: none;
	background-color: transparent;
	opacity: 1;

	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-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);
	-o-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);
}
.swiper-pagination-bullet:before{
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 7px;

	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	background-color: transparent;
	opacity: 0.7;
	border-radius: 2px;

	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-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);
	-o-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);
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{
	border: none;
	background-color: transparent;
}
.swiper-pagination-bullet:hover:before,
.swiper-pagination-bullet-active:before{
	border: 2px solid #fff;
	background-color: #fff;
	opacity: 1;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
	margin: 0px;
}

.bottom_pagination{
	position: absolute;
	left: 0px;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
.bottom_pagination .swiper_pagination_container{
	top: 0px;
}
.swiper_pagination_container.dyn{
	width: 140px;
}
/*general_slider*/





/*simple_styled_form*/

.err_message{
	position: relative;
	display: none;
	margin-top: 4px;
	margin-bottom: 0px;
	font-family: Circe-Regular;
	color: #FB7488;
	font-size: 12px;
	text-align: left;
}
.input_message{
	position: relative;
	display: block;
	margin-top: 10px;
	font-family: Circe-Regular;
	color: #92969D;
	font-size: 16px;
	text-align: left;
}
.red .input_message{
	color: #FB7488;
}
.green .input_message{
	color: #17996D;
}
.red .err_message{
	display: block;
}
.simple_styled_form input,
.simple_styled_form textarea{
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	background-color: #FBFBFC;
	text-align: left;
	font-family: Circe-Regular;
	font-size: 18px;
	color: #131418;
	border-radius: 5px;
	box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.1);
	border: 2px solid #F9F9F9;
	padding: 14px 19px 10px 19px;
	
	-webkit-transition: font-size 0.3s cubic-bezier(.54,0,.42,1), padding 0.3s cubic-bezier(.54,0,.42,1);
	-moz-transition: font-size 0.3s cubic-bezier(.54,0,.42,1), padding 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: font-size 0.3s cubic-bezier(.54,0,.42,1), padding 0.3s cubic-bezier(.54,0,.42,1);
	transition: font-size 0.3s cubic-bezier(.54,0,.42,1), padding 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_styled_form .check_personal_info input[type=checkbox] {
    width:18px;
    height:18px;
}
input:-internal-autofill-selected {
	background-color: transparent!important;
}
.simple_styled_form textarea{
	min-height: 50px;
	resize: none;
}



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


.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: #92969D;}
.simple_styled_form textarea::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease; color: #92969D;}
.simple_styled_form textarea:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease; color: #92969D;}
.simple_styled_form textarea:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease; color: #92969D;}


.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;}


.simple_styled_form .red input::-webkit-input-placeholder {color: #FB7488;}
.simple_styled_form .red input::-moz-placeholder          {color: #FB7488;}
.simple_styled_form .red input:-moz-placeholder           {color: #FB7488;}
.simple_styled_form .red input:-ms-input-placeholder      {color: #FB7488;}

.simple_styled_form .red textarea:focus::-webkit-input-placeholder {color: #FB7488;}
.simple_styled_form .red textarea:focus::-moz-placeholder          {color: #FB7488;}
.simple_styled_form .red textarea:focus:-moz-placeholder           {color: #FB7488;}
.simple_styled_form .red textarea:focus:-ms-input-placeholder      {color: #FB7488;}

.simple_styled_form .red input,
.simple_styled_form .red textarea{
	color: #FB7488;
	border: 1px solid #FB7488;
}
.input_focused{
	position: relative;
	display: block;
}
.input_placeholder{
	position: absolute;
	display: block;
	top: 15px;
	left: 20px;
	width: calc(100% - 40px);
	font-family: Circe-Regular;
	font-size: 18px;
	color: #92969D;
	text-align: left;
	-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);
	pointer-events: none;
	white-space: nowrap;
	text-overflow: hidden;
}
.input_placeholder_mob{
	display: none;
}
.input_focused_focused .input_placeholder{
	top: 7px;
	font-size: 13px;
	color: #92969D;
}
.red .input_placeholder{
	color: #FB7488;
}
.simple_styled_form .input_focused_focused input{
	padding-top: 25px;
	padding-bottom: 2px;
}
.simple_styled_form .input_focused_focused textarea{
	padding-top: 25px;
}

input[data-hotcheck]{
	padding-right: 50px;
}
.icon_hotcheck{
	position: absolute;
	top: 12px;
	right: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #1D2342;
	pointer-events: none;
	opacity: 0;
	font-size: 12px;
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.icon_hotcheck.icon-alert{
	font-size: 17px;
}
.input_checked .icon_hotcheck{
	opacity: 1;
}
.red .icon_hotcheck{
	color: #FB7488;
}

.red .focused .input_placeholder,
.red .input_focused_focused .input_placeholder{
	color: #FB7488;
}



label{
	position: relative;
	font-weight: normal;
	margin: 0px;
}
.form_label{
	position: relative;
	display: block;
	width: 100%;
}
.form_row10{
	margin-bottom: 10px;
}
.form_row20{
	margin-bottom: 20px;
}
.form_row30{
	margin-bottom: 30px;
}
.check_personal_info{
	cursor: pointer;
	font-size: 18px;
	padding-left: 30px;
}
.checkdesc{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Circe-Regular;
	font-size: 18px;
	color: #1D2342;
	line-height: 1.2em;
}
.checkdesc .button_link{
	font-size: 18px;
}
.checkdesc .button_link.inline{
	display: inline;
}

.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;
	
	margin: 0px;
	border-radius: 2px;
	background: #FBFBFC;
	border: 1px solid #F9F9F9;
	box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.1);
	
	-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: flex;
	align-items: center;
	justify-content: center;
	
	top: 0px;
	left: 0px;
	width: 18px;
	height: 18px;
	margin: 0px;
	border-radius: 0px;
	background: none;
	box-shadow: none;
}
.jq-checkbox__div:before{
	content: "\e90d";
	display: block;
	font-size: 10px;
	color: #1D2342;
	
	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;
	
	
	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;
}




.jq-radio,
.jq-radio.focused{
	position: absolute!important;
	display: block!important;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	
	margin: 0px;
	border-radius: 100%;
	background: #FBFBFC;
	border: 1px solid #F9F9F9;
	box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.1);
	
	-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-radio__div,
.jq-radio.checked .jq-radio__div{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	
	top: 0px;
	left: 0px;
	width: 18px;
	height: 18px;
	margin: 0px;
	border-radius: 100%;
	background: none;
	box-shadow: none;
}
.jq-radio__div:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #1D2342;
	margin-top: -4px;
	margin-left: -4px;
	
	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-radio.checked .jq-radio__div:before{
	opacity: 1;
}
.jq-radio.checked{
	background: #FBFBFC;
	background-color: #FBFBFC;
}
.radio_label{
	position: relative;
	display: block;
	padding-left: 30px;
}
.radio_label .desc{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Circe-Regular;
	font-size: 18px;
	color: #1D2342;
	line-height: 1.2em;
}


.form_row_flex{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.form_row_line{
	position: relative;
	display: block;
	padding: 0px 15px;
	margin-bottom: 20px;
}
.form_row_phone{
	width: 50%;
}
.form_row_mail{
	width: 50%;
}
.form_row_name{
	width: 50%;
}
.form_row_inn{
	width: 50%;
}

@media screen and (max-width: 460px){
	.input_placeholder_desc{
		display: none;
	}
	.input_placeholder_mob{
		display: block;
	}
}
@media screen and (max-width: 720px){
	.form_row_mail,
	.form_row_phone,
	.form_row_name,
	.form_row_inn{
		width: 100%;
	}
}

/*simple_styled_form*/

/*main_info*/
.main_offer{
	position: relative;
	display: block;
	margin-top: 60px;
	margin-bottom: 0px;
}
.main_offer_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1440px;
}
.main_offer_slide{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	background-color: #1D2342;
}
.main_offer_img{
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	max-width: 850px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main_offer_img .icon{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 230px;
	color: #1D2342;
	opacity: 0;
}
.main_offer_img .icon:nth-child(2){
	right: 10px;
	bottom: 10px;
	background: -webkit-linear-gradient(30.93deg, #D0D0D0 23.47%, #C4C4C4 32.38%, #EFEFEF 40.57%, #CBCBCB 45.92%, #B0B0B0 49.84%, #9F9F9F 52.34%, #B5B5B5 62.31%, #D0D0D0 73.72%, #B2B2B2 91.9%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main_offer_content{
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 60px;
	max-width: 1400px;
}
.main_offer_content_inner{
	position: relative;
	display: block;
	margin: 0px auto;
	margin-left: 0px;
	max-width: 450px;
	padding: 60px 0px 60px 0px;
	min-height: 600px;
}
.main_offer_content_inner .main_offer_content_h{
	position: relative;
	display: block;
	min-height: 300px;
}

.duble_wide{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
}
.duble_wide .wide_link{
	padding: 0px 5px;
	width: 100%;
}
.duble_wide .wide_link .simple_button>span{
	padding-left: 10px;
	padding-right: 10px;
}
.main_offer_wrapper .swiper-button-prev{
	opacity: 0.3;
}
.main_offer_wrapper .swiper-button-prev>.icon{
	border: 2px solid #fff;
	color: #fff;
}
.main_offer_wrapper .swiper-button-prev:hover>.icon{
	opacity: 0.3;
}
.main_info{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -50px;
	margin-left: -5px;
	margin-right: -5px;
	z-index: 100;
}
.main_info_node{
	position: relative;
	display: block;
	padding: 0px 5px;
	width: 33.33%;
	max-width: 330px;
}
.plank{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 30px 20px 45px rgba(0, 0, 1, 0.03);
	overflow: hidden;
}
.main_info_plank{
	padding: 30px 10px;
	min-height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.main_info_plank .title{
	margin-bottom: 10px;
}
.main_info_plank p{
	margin: 0px;
	line-height: 1.2em;
}
.main_info_about{
	margin-top: -50px;
	margin-bottom: 60px;
}

@media screen and (max-width: 1490px){
	.general_slider_button.swiper-button-prev{
		left: 0px;
	}
	.general_slider_button.swiper-button-next{
		right: 0px;
	}
}
@media screen and (max-width: 1440px){
	.main_offer_slide .head1{
		font-size: 45px;
	}
	.main_offer_slide .duble_wide{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.main_offer_slide .duble_wide .wide_link{
		width: 100%;
		max-width: 250px;
	}
	.main_offer_slide .duble_wide .wide_link + .wide_link{
		margin-top: 10px;
	}
	.main_offer_content_inner{
		max-width: 300px;
	}
}
@media screen and (max-width: 1280px){
	.main_offer_img{
		width: calc(100% - 380px);
	}
	.main_offer_img .icon{
		font-size: 140px;
	}
}
@media screen and (max-width: 991px){
	.main_offer{
		margin-top: 0px;
	}
	.main_offer>.content_wrapper{
		padding-left: 0px;
		padding-right: 0px;
	}
	.main_offer_slide{
		border-radius: 0px;
	}
	.main_offer_content_inner .main_offer_content_h{
		min-height: 200px;
	}
}
@media screen and (max-width: 767px){
	.main_offer_content_inner{
		min-height: auto;
		max-width: 100%;
	}
	.main_offer_img{
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		max-width: 100%;
		height: 68vw;
	}
	.main_offer_content{
		padding: 0px 50px;
	}
	.general_slider_button{
		align-items: flex-start;
		width: 50px;
		
	}
	.general_slider_button .icon{
		top: 100px;
		width: 30px;
		height: 30px;
		font-size: 12px;
	}
	.main_offer_wrapper .swiper-button-next{
		opacity: 0.3
	}
	.main_offer_wrapper .swiper-button-next>.icon{
		border: 2px solid #fff;
		color: #fff;
	}
	.main_offer_wrapper .swiper-button-next:hover>.icon{
		opacity: 0.3;
	}
	.main_offer_slide .footer_block{
		margin-top: 25px;
	}
	.main_offer_slide .duble_wide .wide_link + .wide_link{
		margin-top: 0px;
	}
	.main_offer_content_inner{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.bottom_pagination{
		bottom: 10px;
	}
}
@media screen and (max-width: 610px){
	.main_offer_slide .head1{
		font-size: 40px;
	}
	.main_offer_slide .duble_wide .wide_link + .wide_link{
		margin-top: 10px;
	}
	.main_offer_slide .duble_wide .wide_link{
		width: 100%;
		max-width: 270px;
	}
	.main_offer_img .icon{
		font-size: 90px;
	}
	.main_offer_content_inner .main_offer_content_h{
		min-height: 200px;
	}
}
@media screen and (max-width: 500px){
	.main_offer_slide .head1{
		font-size: 30px;
	}
	.main_offer_img .icon{
		font-size: 50px;
	}
	.main_offer_img .icon:nth-child(2){
		right: 5px;
		bottom: 5px;
	}
}



/*main_info*/

/*main_bundle*/
.main_bundle{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
}
.main_bundle_node{
	position: relative;
	display: block;
	padding: 0px 5px;
	width: 33.33%;
	max-width: 330px;
}
.main_bundle_plank{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 0px 10px;
}
.main_bundle_plank .main_bundle_inner{
	position: relative;
	display: block;
	padding: 20px 0px 30px 0px;
	text-align: center;
	max-width: 260px;
}
.main_bundle_decor{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 160% 160%;
}
.main_bundle_icon{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	margin: 0px auto;
	margin-bottom: 20px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
}
.main_bundle_icon>img{
	position: relative;
	display: block;
	width: 100%;
	max-width: 60px;
}
.main_bundle_plank .main_bundle_inner .title{
	margin-bottom: 5px;
}
.main_bundle_icon .icon{
	font-size: 60px;
	color: #1D2342;
}
.main_bundle_plank .main_bundle_inner p{
	margin-bottom: 0px;
}
@media screen and (max-width: 767px){
	.main_info{
		margin-top: -15px;
	}
}
@media screen and (max-width: 700px){
	.main_bundle{
		flex-wrap: wrap;
	}
	.main_bundle_node{
		width: 100%;
		max-width: 100%;
	}
	.main_bundle_node + .main_bundle_node{
		margin-top: 10px;
	}
	.main_bundle_plank .main_bundle_inner{
		max-width: 100%;
	}
	.main_bundle_plank .main_bundle_inner{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.main_bundle_inner .main_bundle_icon{
		margin-bottom: 0px;
		margin-right: 20px;
		width: 20%;
		max-width: 100px;
		min-width: 80px;
	}
	.main_bundle_content{
		text-align: left;
	}
	.main_bundle_plank{
		min-height: auto!important;
	}
}
@media screen and (max-width: 600px){
	.main_info{
		margin-top: -15px;
	}
	.main_info_plank{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.main_info_plank .title{
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 440px){
	.main_info{
		flex-wrap: wrap;
	}
	.main_info_node{
		width: 100%;
	}
	.main_info_node + .main_info_node{
		margin-top: 10px;
	}
	.main_info_plank{
		min-height: 100px;
	}
}
@media screen and (max-width: 360px){
	.main_bundle_plank .main_bundle_inner{
		display: block;
		max-width: 260px;
	}
	.main_bundle_inner .main_bundle_icon{
		margin: 0px auto;
		margin-bottom: 20px;
		width: 100%;
	}
	.main_bundle_content{
		text-align: center;
	}
}
/*main_bundle*/

/*main_catalog*/
.catalog{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
}
.catalog_node{
	position: relative;
	display: block;
	padding: 0px 5px;
	margin-bottom: 10px;
	width: 50%;
	max-width: 590px;
}
.catalog_link{
	position: relative;
	display: block;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 30px 20px 45px rgba(0, 0, 1, 0.03);
	cursor: pointer;
	-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);
}
.catalog_link_inner{
	position: relative;
	display: block;
}
.catalog_img{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 43%;
	max-width: 240px;
	height: 100%;
	max-height: 220px;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.catalog_content{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	margin-right: 0px;
	margin-left: auto;
	width: 57%;
	padding-left: 20px;
	min-height: 220px;
}
.catalog_content_top{
	position: relative;
	display: block;
}
.catalog_content_top p{
	margin-bottom: 0px;
	font-size: 15px;
	-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);
}
.catalog_content_top p + p{
	margin-top: 5px;
}
.catalog_content_top .title{
	margin-bottom: 10px;
	padding-top: 20px;
	-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);
}
.catalog_content_bottom{
	position: relative;
	display: block;
	padding-top: 20px;
	padding-bottom: 0px;
}

.icon_link{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.icon_link .icon{
	position: relative;
	display: block;
	font-size: 9px;
	color: #CDCCCE;
	-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);
}
.icon_link:hover .icon{
	color: #1D2342;
}

.catalog_link:hover{
	background-color: #1D2342;
}

.catalog_link .simple_list>li,
.catalog_link .simple_list>li:before{
	-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);
	
}
.catalog_link:hover .title,
.catalog_link:hover .simple_list>li,
.catalog_link:hover .simple_list>li:before,
.catalog_link:hover .icon_link .icon,
.catalog_link:hover .icon_link:hover .icon,
.catalog_link:hover p{
	color: #fff;
}

.catalog_no_arrs .catalog_content{
	padding-bottom: 20px;
}

@media screen and (max-width: 991px){
	.catalog_node{
		width: 33.33%;
	}
	.catalog_img{
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		height: 220px;
		margin: 0px auto;
	}
	.catalog_content{
		padding-left: 0px;
		width: 100%;
	}
}
@media screen and (max-width: 860px){
	.catalog_img{
		height: 26vw;
	}
}
@media screen and (max-width: 680px){
	.catalog_node{
		width: 50%;
	}
}
@media screen and (max-width: 480px){
	.catalog_node{
		width: 100%;
	}
	.catalog_img{
		height: 219px;
	}
	.catalog_img{
		margin-left: 0px;
	}
	.catalog_node{
		max-width: 270px;
	}
	.catalog_content_top{
		min-height: auto!important;
	}
	.catalog_content{
		min-height: auto;
	}
}
/*main_catalog*/

/*main_steps*/

.main_steps{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
}
.main_step_node{
	position: relative;
	display: block;
	padding: 0px 5px;
	width: 50%;
	max-width: 330px;
	margin-bottom: 10px;
}
.main_step_plank{
	padding: 0px 10px;
	min-height: 210px;
}
.main_step_node:nth-child(4) .main_step_plank,
.main_step_node:nth-child(5) .main_step_plank{
	min-height: 310px;
}
.main_step_inner{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 280px;
	padding: 30px 0px 40px 0px;
	text-align: center;
}
.main_step_inner .title{
	margin-bottom: 10px;
}
.main_step_inner p{
	margin-bottom: 0px;
}
.main_step_inner p + p{
	margin-top: 5px;
}
@media screen and (max-width: 1040px){
	.main_steps{
		margin-left: auto;
		margin-right: auto;
		max-width: 700px;
	}
	.main_step_node:nth-child(4) .main_step_plank{
		min-height: 210px;
	}
}

@media screen and (max-width: 660px){
	.main_step_node{
		width: 100%;
		max-width: 600px;
	}
	.main_step_plank{
		min-height: auto!important;
	}
	.main_step_inner{
		max-width: 450px;
	}
}
/*main_steps*/

/*main_about*/
.main_about{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;
}
.main_about_left,
.main_about_right{
	position: relative;
	display: block;
	padding: 0px 20px;
	width: 50%;
}
.main_about_logo{
	position: relative;
	display: block;
	margin-bottom: 40px;
	max-width: 100%;
}
.main_about_info{
	position: relative;
	display: block;
	margin-top: 40px;
}
.main_about_info_node{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.main_about_info_node + .main_about_info_node{
	margin-top: 20px;
}
.about_icon{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
	width: 60px;
	min-width: 60px;
	height: 60px;
	margin-right: 20px;
}
.about_icon>img{
	position: relative;
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.main_about_right>img{
	position: relative;
	display: block;
	max-width: 100%;
}
@media screen and (max-width: 767px){
	.main_about{
		flex-wrap: wrap;
	}
	.main_about_left,
	.main_about_right{
		width: 100%;
	}
	.main_about_right{
		margin-top: 30px;
	}
}
@media screen and (max-width: 400px){
	.about_icon{
		width: 40px;
		min-width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.main_about_info_node .title{
		font-size: 18px;
	}
}
/*main_about*/


/*faq*/

.accordion-item{
	margin-bottom: 0px;
	background: none;
	border: none;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 30px 20px 45px rgba(0, 0, 1, 0.03);
}
.accordion-item + .accordion-item{
	margin-top: 10px;
}
.accordion-button{
	justify-content: flex-start;
	padding: 12px 70px 10px 30px;
	border-radius: 0px;
	background: none;
	height: auto;
	min-height: 50px;
	box-shadow: none;
	border: none;
}
.accordion-button:focus,
.accordion-button:not(.collapsed),
.accordion-item:first-of-type .accordion-button{
	box-shadow: none;
	border: none;
	border-radius: 0px;
	background: none;
}
.accordion-button>.title{
	position: relative;
	display: block;
	font-family: Circe-Bold;
	font-size: 22px;
	color: #1D2342;
	line-height: 1.27em;
}
.accordion-button::after{
	display: none;
}
.accordion-button>.collapse_ico{
	position: absolute;
	right: 30px;
	top: 15px;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #CDCCCE;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 11px;
	color: #fff;
	-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);
}
.accordion-button.collapsed>.collapse_ico{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion-button.collapsed>.collapse_ico .icon{
	position: relative;
	display: block;
	font-size: 11px;
	color: #fff;
}
.accordion-button:hover>.collapse_ico{
	fill: #fff;
	background-color: #1D2342;
}
.accordion-body{
	padding: 7px 30px 40px 30px;
}
.duble_wide_nat{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
}
.duble_wide_nat .wide_link{
	padding: 0px 5px;
	width: 100%;
	max-width: 290px;
}
.duble_wide_nat .wide_link .simple_button>span{
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width: 460px){
	.accordion-button{
		padding-left: 20px;
		padding-right: 40px;
	}
	.accordion-button>.collapse_ico{
		right: 10px;
	}
	.accordion-body{
		padding: 5px 20px 20px 20px;
	}
	.duble_wide_nat460{
		flex-wrap: wrap;
	}
	.duble_wide_nat460 .wide_link{
		max-width: 300px;
	}
	.duble_wide_nat460 .wide_link + .wide_link{
		margin-top: 10px;
	}
}
@media screen and (max-width: 360px){
	.accordion-button>.title{
		font-size: 18px;
	}
}
/*faq*/

/*main_calc*/
.blue_block{
	position: relative;
	display: block;
	background-color: #1D2342;
	padding-top: 90px;
}
.blue_decor{
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	height: 20px;
	background-repeat: repeat-x;
	background-size: 60px 20px;
	background-position: left center;
}

.simple_tabs{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: -10px;
	margin-left: -5px;
	margin-right: -5px;
}
.simple_tabs>li{
	position: relative;
	display: block;
	padding: 0px 5px;
	margin-bottom: 10px;
}
.simple_tab{
	position: relative;
	display: block;
	border-radius: 5px;
	border: 2px solid #fff;
	background-color: transparent;
	padding: 0px;
	
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-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);
	-o-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_tab>span{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px 13px;
	padding-top: 4px;
	min-height: 26px;
	font-family: Circe-ExtraBold;
	font-size: 12px;
	letter-spacing: 0.01em;
	color: #fff;
	
	-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);
}
.simple_tab:hover,
.simple_tab.active{
	border: 2px solid #fff;
	background-color: #fff;
}
.simple_tab:hover>span,
.simple_tab.active>span{
	color: #131418;
}

.simple_tabs_blue .simple_tab{
	border: 2px solid #1D2342;
}
.simple_tabs_blue .simple_tab>span{
	color: #1D2342;
}
.simple_tabs_blue .simple_tab:hover,
.simple_tabs_blue .simple_tab.active{
	border: 2px solid #1D2342;
	background-color: #1D2342;
}
.simple_tabs_blue .simple_tab:hover>span,
.simple_tabs_blue .simple_tab.active>span{
	color: #fff;
}




.main_calc_container{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
}
.main_calc_left,
.main_calc_right{
	position: relative;
	display: block;
	padding: 0px 5px;
	width: 50%;
}

.calc_form{
	position: relative;
	display: block;
	padding: 50px 20px;
	min-height: 440px;
}
#calc_offers .calc_form {
	min-height:308px;
}
.main_calc_right .calc_form{
	padding-top: 30px;
}
.calc_form_inner{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 440px;
}
.range_slider_style_container{
	position: relative;
	display: block
}
.calc_slider_line{
	position: relative;
	display: block;
	margin-bottom: 5px;
}
.calc_step_slider_slider{
	position: relative;
	display: block;
}

.ui-widget.ui-widget-content{
	border: none;
	border-radius: 0px;
	height: 16px;
	background-color: transparent;
	width: calc(100% - 16px);
}
.ui-widget.ui-widget-content:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px;
	width: calc(100% + 16px);
	height: 2px;
	border-radius: 2px;
	background-color: #E9E9EE;

}
.ui-slider-horizontal .ui-slider-range-min{
	left: 0px;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	background-color: #1D2342;
	border-radius: 2px;
}
.ui-slider-horizontal .ui-slider-handle{
	cursor: pointer;
	top: 0px;
	margin-left: 0px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: #1D2342;
	border: 2px solid #1D2342;
	-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);
}
.ui-slider-horizontal .ui-slider-handle:hover{
	background-color: #fff;
	border: 2px solid #1D2342;
}

.range_slider_bar{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-left: -5px;
	margin-right: -5px;
}
.range_slider_bar span{
	position: relative;
	display: block;
	padding: 0px 5px;
	font-family: Circe-Regular;
	font-size: 12px;
	color: #92969D;
}

.calc_form_inner_wide{
	position: relative;
	display: block;
	max-width: 470px;
	margin: 0px auto;
}
.iconed_title{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start; 
}
.iconed_title .icon{
	position: relative;
	display: block;
	margin-right: 10px;
	font-size: 30px;
	color: #1D2342;
}
.iconed_title .title{
	position: relative;
	display: block;
}
.calc_info_decor{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 150% 150%;
	background-position: center center;
}
.month_pay_container{
	position: relative;
	display: block;
	margin-bottom: 40px;
	padding: 10px; 
}
.desc_gray{
	color: #92969D;
}
.month_pay_container p{
	margin-bottom: 0px;
}
.month_buttons_container{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}

.month_button_style{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 10px;
	width: 30px;
	min-width: 30px;
	height: 30px;
	border: 2px solid #CDCCCE;
	background-color: transparent;
	border-radius: 5px;
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}
.month_button_style>span{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #CDCCCE;
	font-family: Circe-Bold;
	-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);
}
.month_button_style.math_plus>span{
	padding-top: 4px;
}
.month_button_style:hover{
	border: 2px solid #1D2342;
	background-color: #1D2342;
}
.month_button_style:hover>span{
	color: #fff;
}
.price_input{
	color: #19191D;
	font-size: 40px;
	line-height: 1em;
	padding: 0px 10px;
	font-family: Circe-Bold;
}

.calc_info{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
}
.calc_info_node{
	position: relative;
	display: block;
	padding: 0px 5px;
	width: 33.33%;
}
.calc_info_plank{
	padding: 10px;
	min-height: 85px;
}
.help_row{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 5px;
}
.help_row p{
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 1.23em;
	max-width: 63px;
}
.help_button{
	position: relative;
	display: block;
	border-radius: 100%;
	background-color: #1D2342;
	border: 2px solid #1D2342;
	padding: 0px;
	width: 16px;
	height: 16px;
	min-width: 16px;
	
	-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);
}
.help_button>span{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 12px;
	font-family: Circe-ExtraBold;
	font-size: 10px;
	line-height: 10px;
	padding-top: 2px;
	color: #fff;
	
	-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);
}
.help_button:hover{
	background-color: #fff;
	border: 2px solid #1D2342;
}
.help_button:hover>span{
	color: #1D2342;
}
.help_row .help_button{
	margin-left: 5px;
}
.price{
	position: relative;
	display: block;
	font-family: Circe-Regular;
	font-size: 18px;
	color: #1D2342;
}

.decor_bottom{
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 100%;
	height: 120px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}


@media screen and (max-width: 991px){
	.main_calc_container{
		flex-wrap: wrap;
	}
	.main_calc_left,
	.main_calc_right{
		width: 100%;
		max-width: 500px;
	}
	.main_calc_right{
		margin-top: 20px;
	}
	.calc_form{
		padding-top: 30px;
		padding-bottom: 30px;
		min-height: 390px;
	}
}
@media screen and (max-width: 480px){
	.simple_tabs{
		margin-left: -2px;
		margin-right: -2px;
		margin-bottom: -4px;
	}
	.simple_tabs>li{
		flex-grow: 1;
		padding: 0px 2px;
		margin-bottom: 4px;
	}
	.simple_tabs>li .simple_tab{
		width: 100%;
	}
}
@media screen and (max-width: 490px){
	.calc_info{
		flex-wrap: wrap;
	}
	.calc_info_node{
		width: 100%;
	}
	.month_pay_container{
		margin-bottom: 20px;
	}
	.calc_info_node + .calc_info_node{
		margin-top: 10px;
	}
	.help_row p{
		max-width: 100%;
	}
	.price_input{
		font-size: 35px;
	}
}
@media screen and (max-width: 480px){
	.price_input{
		font-size: 25px;
	}
}

/*main_calc*/

/*main_services*/
.blue_block70{
	padding-top: 70px;
	padding-bottom: 30px;
}
.blue_block_bottom{
	padding-bottom: 0px;
}
.blue_block_short{
	background: none;
}
.blue_block_short:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 259px;
	background-color: #1D2342;
}
.blue_block_short .decor_bottom{
	bottom: auto;
	top: 140px;
}
.main_services_menu{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
}
.main_services_menu_node{
	position: relative;
	display: block;
	padding: 0px 5px;
	width: 33.33%;
	max-width: 260px;
	margin-bottom: 10px;
}
.main_services_menu_link{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 170px;
	padding: 10px;
	cursor: pointer;
	-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_services_menu_link.main_services_menu_link_hovered{
	min-height: 200px;
}
.main_services_menu_link>*{
	-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_services_menu_link>.title{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main_services_menu_link>.icon{
	font-size: 50px;
	color: #1D2342;
}
.main_services_menu_link>.icon-arr_long{
	font-size: 9px;
	color: #CDCCCE;
}
.main_services_menu_link:hover{
	background-color: #1D2342;
}
.main_services_menu_link:hover>*{
	color: #fff;
}
.main_services_menu_link.main_services_menu_link_hovered:hover{
	background-color: #fff;
}
.main_services_menu_link_hovered .services_desc{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	cursor: pointer;
	border-radius: 10px;
	
	-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);
}
.services_desc .desc{
	position: relative;
	display: block;
	
	letter-spacing: 0px;
	font-family: Circe-Regular;
	font-size: 16px;
	color: #131418;
	line-height: 1.2em;
}
.services_desc .title{
	line-height: 1.2em;
}
.services_desc .desc,
.services_desc .title{
	text-align: center;
}
.main_services_menu_link.main_services_menu_link_hovered:hover .services_desc{
	opacity: 1;
}

@media screen and (max-width: 710px){
	.main_services_menu_node{
		width: 50%;
	}
}
@media screen and (max-width: 480px){
	.main_services_menu_node{
		width: 100%;
	}
	.main_services_menu_node + .main_services_menu_node{
		margin-top: 10px;
	}
	.main_services_menu{
		flex-wrap: wrap;
	}
}
/*main_services*/

/*form_leasing*/
.form_leasing{
	padding: 50px 20px 50px 20px;
}
.form_leasing_inner{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 740px;
}
@media screen and (max-width: 540px){
	.checkdesc{
		text-align: left;
	}
}
@media screen and (max-width: 360px){
	.form_leasing{
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0px;
	}
}
/*form_leasing*/

/*news*/
.news{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
	flex-wrap: wrap;
}
.news_node{
	position: relative;
	display: block;
	padding: 0px 5px;
	margin-bottom: 10px;
	width: 25%;
	max-width: 300px;
}
.news_link{
	position: relative;
	display: block;
	-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);
}
.news_link>[data-chheight_height]{
	position: relative;
}
.news_link:hover{
	background-color: #1D2342;
}
.news_link_inner{
	position: relative;
	display: block;
	padding: 10px;
	padding-bottom: 30px;
}
.news_link_inner>img{
	position: relative;
	display: block;
	max-width: 100%;
	margin-bottom: 20px;
}
.date{
	position: relative;
	display: block;
	font-family: Circe-Regular;
	font-size: 16px;
	line-height: 1.5em;
	color: #92969D
}
.news_link_inner>.date{
	margin-bottom: 10px;
	padding: 0px 10px;
	-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);
}
.news_link_inner>.desc{
	position: relative;
	display: block;
	font-family: Circe-Bold;
	font-size: 18px;
	line-height: 1.5em;
	color: #1D2342;
	padding: 0px 10px;
	
	-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);
}
.news_link_inner:hover>.desc,
.news_link_inner:hover>.date{
	color: #fff;
}
.more_news{
	padding-top: 70px;
}
.more_news .blue_block{
	height: 240px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
@media screen and (max-width: 880px){
	.news_node{
		width: 33.33%;
	}
	.more_news .news{
		justify-content: center;
	}
	.more_news .news_node{
		width: 50%;
	}
}
@media screen and (max-width: 640px){
	.news_node{
		width: 50%;
	}
	.news_link_inner>.desc,
	.news_link_inner>.date{
		padding: 0px;
	}
}
@media screen and (max-width: 420px){
	.news_node{
		width: 100%;
	}
	.news{
		justify-content: center;
	}
	.news_link_inner>.desc,
	.news_link_inner>.date{
		padding: 0px 10px;
	}
	.more_news .news_node{
		width: 100%;
	}
}
/*news*/

/*career*/
.carrer_offer{
	position: relative;
	display: block;
	margin-bottom: 60px;
	border-radius: 20px;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.carrer_offer_about{
	margin-bottom: 0px;
	padding-bottom: 60px;
}
.carrer_offer_inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 160px;
}
.carrer_offer_inner .title .icon{
	margin-bottom: 5px;
}
.carrer_offer_about .carrer_offer_inner{
	min-height: 210px;
}
.carrer_offer_inner .title{
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.carrer_offer_about .carrer_offer_inner .title .icon{
	margin-bottom: 0px;
	margin-right: 10px;
}
.carrer_offer_about .head3.title{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.carrer_offer_about p{
	font-size: 18px;
}
.vacanies{
	position: relative;
	display: block;
}
.vacancy{
	position: relative;
	display: block;
	padding: 30px 0px;
}
.vacancy + .vacancy{
	margin-top: 10px;
}
.vacancy_inner{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0px auto;
	max-width: 960px;
}
.vacancy_left{
	position: relative;
	display: block;
	padding: 0px 20px;
	width: 33.33%;
}
.vacancy_right{
	position: relative;
	display: block;
	padding: 0px 20px;
	width: 66.66%;
}
.vacancy:hover .icon_link .icon{
	color: #1D2342;
}
.iconed_title{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.iconed_title>.icon{
	font-size: 24px;
	color: inherit;
	margin-right: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	min-width: 24px;
	height: 24px;
}
.iconed_title>.icon>img{
	position: relative;
	display: block;
	max-width: 100%;
}
.vacancy_right .left_link{
	display: none;
	margin-top: 20px;
}
.vacancy:hover .simple_button:before{
	opacity: 0.3;
}
@media screen and (max-width: 680px){
	.vacancy_inner{
		padding: 0px 10px;
	}
	.vacancy_left,
	.vacancy_right{
		padding: 0px 10px;
	}
}
@media screen and (max-width: 600px){
	.vacancy_inner{
		flex-wrap: wrap;
	}
	.vacancy_left{
		width: 100%;
	}
	.vacancy_right{
		width: 100%;
	}
	.vacancy_left .left_link{
		display: none;
	}
	.vacancy_right .left_link{
		display: block;
	}
}
/*career*/

/*vacancy*/
.iconed_title_inline{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.iconed_title_inline .icon{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: inherit;
	color: inherit;
}
/*vacancy*/

/*products*/
.carrer_offer .icon{
	position: relative;
	display: block;
	color: #fff;
	font-size: 40px;
	
	-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);
}
.carrer_offer .icon.icon-work{
	font-size: 20px;
}
.carrer_offer .simple_button:hover .icon{
	color: #1D2342;
}
.carrer_offer_inner .title:last-child{
	margin-bottom: 0px;
}
@media screen and (max-width: 420px){
	.carrer_offer{
		padding: 20px 10px;
	}
}
/*products*/

/*item*/
.item_main{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 90px;
}
.item_main_left{
	position: relative;
	display: block;
	padding: 0px 10px;
	width: 40%;
}
.item_main_right{
	position: relative;
	display: block;
	padding: 0px 10px;
	width: 60%;
}
.item_main_left_inner{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 420px;
}
.item_main_right img{
	position: relative;
	display: block;
	max-width: 100%;
	border-radius: 20px;
}
.item_main_right .link_img{
	border-radius: 20px;
	overflow: hidden;
}
.item_main_left .page_content h6,
.item_main_left .page_content h5{
	margin-bottom: 10px;
}
.item_main_left .page_content ol,
.item_main_left .page_content ul{
	margin-top: 10px;
}
.item_calc{
	margin-top: 90px;
	margin-bottom: 60px;
}


@media screen and (max-width: 800px){
	.item_main{
		flex-wrap: wrap;
	}
	.item_main_left{
		width: 100%;
		margin-bottom: 40px;
	}
	.item_main_right{
		width: 100%;
	}
	.item_main_left_inner{
		max-width: 100%;
	}
}

/*item*/

/*contacts*/
.contacts{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
}
.contacts_left{
	position: relative;
	display: block;
	padding: 0px 10px;
	width: 50%;
	max-width: 465px;
}
.contacts_right{
	position: relative;
	display: block;
	padding: 0px 10px;
	width: 50%;
	max-width: 560px;
}
.contacts_node{
	position: relative;
}
.contacts_node + .contacts_node{
	margin-top: 40px;
}
.contacts_node>p{
	font-size: 18px;
	margin-bottom: 25px;
}
.contact_link{
	position: relative;
	display: block;
}
.contact_link>span{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: Circe-Bold;
	font-size: 22px;
	color: #131418;
	line-height: 1.27em;
	-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);
}
.contact_link>span>.icon{
	position: relative;
	display: block;
	margin-right: 10px;
	font-size: 30px;
	color: inherit;
}
.contact_link:hover>span{
	opacity: 0.7;
}
.map_center{
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: Circe-Regular;
	font-size: 16px;
	color: #1D2342;
	text-decoration: underline;
}
.map_center:hover{
	text-decoration: none;
}
.contact_row{
	position: relative;
	display: block;
}
.contact_row + .contact_row{
	margin-top: 20px;
}
.contact_row .desc_gray{
	position: relative;
	display: block;
	font-family: Circe-Regular;
	font-size: 16px;
	margin-bottom: 5px;
}
.contact_row p{
	margin-bottom: 0px;
}
.contact_map{
	position: relative;
	display: block;
	height: 70vh;
	max-height: 716px;
	min-height: 200px;
	overflow: hidden;
	background: #EDEDED;
	border: 1px solid #F1F1F1;
	box-shadow: 30px 20px 45px rgba(0, 0, 1, 0.03);
	border-radius: 10px;
}
.absolute_map{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px){
	.contacts{
		flex-wrap: wrap;
	}
	.contacts_left{
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0px;
	}
	.contacts_left>div{
		position: relative;
		display: block;
		padding: 0px 10px;
		width: 100%;
	}
	.contacts_left>.contacts_node:nth-child(2){
		width: 100%;
	}
	.contacts_left>.contacts_node{
		margin-top: 0px;
		margin-bottom: 40px;
		width: 50%;
	}
	.contacts_right{
		width: 100%;
		max-width: 100%;
	}
	.contact_map{
		max-height: 500px;
	}
}
@media screen and (max-width: 420px){
	.contacts_left>.contacts_node{
		width: 100%;
	}
	.contact_link>span{
		font-size: 18px;
	}
	.contact_link>span>.icon{
		font-size: 22px;
	}
}
/*contacts*/

/*partners*/
.partners{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
	flex-wrap: wrap;
	
}
.partner_node{
	position: relative;
	display: block;
	width: 25%;
	padding: 0px 5px;
	margin-bottom: 10px;
	max-width: 290px;
}
.partner_plank{
	padding: 0px 10px;
}
.partner_plank_inner{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 260px;
	padding: 10px 0px 30px 10px;
}
.partner_plank_inner .contact_link_phone{
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.partner_plank img{
	position: relative;
	display: block;
	margin: 0px auto;
	width: 100%;
	max-width: 184px;
	margin-bottom: 20px;
}
.partner_plank .title{
	text-align: center;
	font-size: 20px;
	min-height: 52px;
}
.partner_plank .contact_link>span{
	justify-content: center;
	font-size: 18px;
}
.partner_plank .contact_link>span>.icon{
	font-size: 20px;
}
.partner_plank .link_title .head6{
	font-size: 18px;
}
@media screen and (max-width: 1130px){
	.partner_node{
		width: 33.33%;
	}
}
@media screen and (max-width: 780px){
	.partner_node{
		width: 50%;
	}
}
@media screen and (max-width: 540px){
	.partner_node{
		width: 100%;
	}
	.partner_plank .title{
		min-height: auto;
	}
}
/*partners*/

/*about*/
.about_slider_plank{
	position: relative;
	display: block;
	padding: 30px 20px 30px 20px;
	min-height: 370px;
}
.about_slider_inner{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 790px;
}
.about_slider_inner .help_row p{
	max-width: 100%;
}
.about_slider_inner .calc_info_plank{
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
	padding: 20px;
	min-height: 90px;
}

/*about*/

/*footer*/
.footer_container{
	position: relative;
	display: block;
	margin-top: 150px;
}
.footer_top{
	position: relative;
	display: block;
	background-color: #1D2342;
	padding-top: 35px;
	padding-bottom: 40px;
	min-height: 390px;
}
.footer_top_decor{
	position: absolute;
	display: block;
	left: 30px;
	top: 30px;
	height: calc(100% - 60px);
	width: calc(100% - 60px);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.footer_wrapper{
	position: relative;
	display: block;
	max-width: 1180px;
	padding: 0px 20px;
	margin: 0px auto;
}
.footer_cols{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
}
.footer_col{
	position: relative;
	display: block;
	padding: 0px 10px;
	width: 33.33%;
}
.footer_col_menu{
	max-width: 290px;
}
.footer_col_contacts{
	width: 220px;
	min-width: 220px;
}
.footer_col_contacts .left_link + .left_link{
	margin-top: 20px;
}
.footer_col .title{
	color: #fff;
	margin-bottom: 5px;
}
.footer_menu{
	position: relative;
	display: block;
}
.footer_menu>li{
	position: relative;
	display: block;
	font-family: Circe-Regular;
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
}
.footer_menu>li>a,
.footer_menu>li>span{
	position: relative;
	display: block;
	padding: 5px 5px 5px 12px;
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.footer_menu>li>span{
	cursor: default;
}
.footer_menu>li>a:before,
.footer_menu>li>span:before{
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #fff;
}
.footer_menu>li>a:hover{
	text-decoration: underline;
}
.phone_link.phone_link_white>span{
	color: #fff;
}
.footer_col p{
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
}
.footer_bottom{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 9px 10px 7px 10px;
	min-height: 40px;
}
.footer_bottom p{
	font-size: 16px;
	margin: 0px 10px;
}
.footer_bottom a{
	position: relative;
	display: block;
	min-width: 80px;
	width: 80px;
}
.footer_bottom a>img{
	position: relative;
	display: block;
	max-width: 100%;
}

@media screen and (max-width: 767px){
	.footer_container{
		margin-top: 80px;
	}
}

@media screen and (max-width: 840px){
	.footer_cols{
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer_col_menu{
		width: 33.33%;
		max-width: 340px;
	}
	.footer_col_contacts{
		margin-top: 30px;
	}
}
@media screen and (max-width: 550px){
	.footer_bottom{
		flex-wrap: wrap;
	}
	.footer_bottom p{
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 580px){
	.footer_col_menu{
		width: 100%;
		max-width: 220px;
		margin-bottom: 20px;
	}
	.footer_col_contacts{
		margin-top: 10px;
	}
	.footer_cols{
		justify-content: flex-start;
	}
}
/*footer*/

/*tooltip*/
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before{
	border-bottom-color: #CDCCCE;
	box-shadow: 30px 20px 45px rgb(0 0 1 / 3%);
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before{
	border-top-color: #CDCCCE;
	box-shadow: 30px 20px 45px rgb(0 0 1 / 3%);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before{
	border-left-color: #CDCCCE;
	box-shadow: 30px 20px 45px rgb(0 0 1 / 3%);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-right .tooltip-arrow::before{
	border-right-color: #CDCCCE;
	box-shadow: 30px 20px 45px rgb(0 0 1 / 3%);
}
.tooltip-inner{
	background-color: #CDCCCE;
	box-shadow: 30px 20px 45px rgb(0 0 1 / 3%);
	border-radius: 2px;
	font-family: Circe-Regular;
	font-size: 12px;
	color: #131418;
}
/*tooltip*/

/*modals*/

.wide_modal .modal-dialog{
	width: 100%;
	max-width: 1400px;
}
.thin_modal .modal-dialog{
	width: 100%;
	max-width: 840px;
}
.ex_thin_modal .modal-dialog{
	width: 100%;
	max-width: 600px;
}
.modal-dialog{
	padding: 0px 20px;
}
.modal-content{
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	padding: 60px 20px 60px 20px;
	border-radius: 15px;
	background-color: #fff;
}


button.close{
	float: none;
	display: block;
	position: absolute;
	top: 22px;
	right: 22px;
	opacity: 1;
	text-shadow: none;
	border-radius: 5px;
	width: 36px;
	height: 36px;
	border: none;
	background: none;
	border: 2px solid #1D2342;
	-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:hover{
	background: none;
	opacity: 0.7;
}
button.close .icon_x{
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -1px;
	left: 6px;
	width: 20px;
	height: 3px;
	border-radius: 5px;
	background-color: #1D2342;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	
	
}
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);
}
.modal-dialog-centered{
	margin-left: auto;
	margin-right: auto;
}
.modal_form_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 740px;
}

.fix-modal{
	position: fixed;
	top: 0;
}

@media screen and (max-width: 767px){
	.modal-dialog{
		padding: 0px;
	}
}


/*modals*/



.footer-cookies {
  position: fixed;
  left: auto;
  right: 75px;
  bottom: 40px;
  z-index: 1050;
  display: flex;
  border-radius: 7px;
  padding: 16px;
  transform: translateX(0) translateZ(0);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0, 0.02, 0.04, 0.96), visibility 0.3s linear, transform 0.3s cubic-bezier(0, 0.02, 0.04, 0.96);
  will-change: transform, opacity, visibility;
  background: #1D2342;
  color: #fff;
  align-items: center;
}
.footer-cookies p {
  color: #fff;  
}
@media (max-width: 1024px) {
  .footer-cookies {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-cookies {
    right: auto;
    left: 0;
    max-width: calc(100% - 70px);
    bottom: 0;
    border-radius: 0;
  }
}
.footer-cookies__text {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.footer-cookies__text a {
  color:#fff;
  transition: 0.4s;
  text-decoration: underline;
}
.footer-cookies__text a:hover {
  color:#fff;
  opacity: 0.5;
  text-decoration: underline !important;
}
.footer-cookies__link {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #231f20;
  text-decoration-line: underline;
}
.footer-cookies__button {
  margin: 0 0 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 18px;
  appearance: none !important;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #fff;
  color: #231f20;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, opacity 0.2s ease-out, border-color 0.2s ease-out;
  touch-action: manipulation;
}































