.icon:before{
	color: inherit;
}

body{
	background-color: #fff;
	font-size: 16px;
	font-family: OpenSans-Regular;
	color: #0C0C0C;
	line-height: 1.5em;
}

#wrap{
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	margin: 0px auto;
}

.full_height{
	padding-top: 120px;
	position: relative;
	min-height: calc(100vh - 40px);
}

@media screen and (max-width: 991px){
	.full_height{
		padding-top: 50px;
	}
}
.no_pointers{
	pointer-events: none!important;
}
/*wrappers*/

.content_wrapper{
	position: relative;
	display: block;
	max-width: 1040px;
	padding: 0px 20px;
	margin: 0px auto;
}
.content_wrapper_second{
	position: relative;
	display: block;
	max-width: 960px;
	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: 60px;
	margin-bottom: 60px;
}
.simple_block80{
	position: relative;
	margin-top: 80px;
	margin-bottom: 80px;
}
.simple_head{
	position: relative;
}
.s_head60{
	margin-bottom: 60px;
}
.s_head50{
	margin-bottom: 50px;
}
.s_head40{
	margin-bottom: 40px;
}
.s_head30{
	margin-bottom: 30px;
}
.s_head25{
	margin-bottom: 25px;
}
.s_head20{
	margin-bottom: 20px;
}
.s_head15{
	margin-bottom: 15px;
}
.s_head10{
	margin-bottom: 10px;
}
.simple_head p{
	margin-bottom: 0px;
}
.simple_head p + p{
	margin-top: 10px;
}
.c_head>*{
	text-align: center;
}
.footer_block{
	position: relative;
	display: block;
	margin-top: 40px;
}
.f_block50{
	margin-top: 50px;
}
.f_block30{
	margin-top: 30px;
}
.f_block20{
	margin-top: 20px;
}
.f_block10{
	margin-top: 10px;
}
.absolute_link{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.top_block{
	padding-top: 60px;
}
.simple_head .grey_desc{
	font-size: 14px;
	color: #828282;
}
@media screen and (max-width: 600px){
	
	.simple_block80{
		position: relative;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.s_head60{
		margin-bottom: 40px;
	}
	.s_head50{
		margin-bottom: 30px;
	}
	.s_head40{
		margin-bottom: 20px;
	}
	.s_head30{
		margin-bottom: 20px;
	}
	.s_head25{
		margin-bottom: 20px;
	}
	.s_head20{
		margin-bottom: 15px;
	}
	.s_head15{
		margin-bottom: 15px;
	}
	.s_head10{
		margin-bottom: 10px;
	}
}
/*wrappers*/


/*links*/

.left_link,
.right_link,
.center_link,
.wide_link{
	position: relative;
	display: block;
}
.left_link{
	text-align: left;
}
.right_link{
	text-align: right;
}
.center_link{
	text-align: center;
}
.wide_link .simple_button{
	width: 100%;
	max-width: 100%;
}


.simple_button{
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: none;
	margin: 0px;
	
	vertical-align: top;
	padding: 0px;
	border: 1px solid #D8262E;
	background-color: #D8262E;
	border-radius: 5px;
	
	-moz-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: border 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}
.simple_button>span{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
	padding-top: 5px;
	text-align: center;
	font-size: 18px;
	font-family: MicrosoftSansSerif;
	color: #fff;
	letter-spacing: 0px;
	text-transform: none;
	
	min-height: 48px;
	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: 38px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.simple_button.simple_button_sm>span{
	min-height: 28px;
	width: 100%;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 14px;
}

.simple_button:hover{
	background-color: #EE0F19;
	border: 1px solid #EE0F19;
}
.simple_button:hover>span{
	color: #fff;
}

.simple_button.simple_button_trans{
	background-color: #fff;
}
.simple_button.simple_button_trans>span{
	color: #D8262E;
}
.simple_button.simple_button_trans:hover{
	background-color: #EE0F19;
	border: 1px solid #EE0F19;
}
.simple_button.simple_button_trans:hover>span{
	color: #fff;
}
.simple_button.simple_button_trans.active{
	background-color: #EE0F19;
	border: 1px solid #EE0F19;
}
.simple_button.simple_button_trans.active>span{
	color: #fff;
}
.simple_button.simple_button_trans.active:hover{
	background-color: #EE0F19;
	border: 1px solid #EE0F19;
}
.simple_button.simple_button_trans.active:hover>span{
	color: #fff;
}

.link_img{
	position: relative;
	display: block;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.link_img img{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.link_img:hover{
	opacity: 0.7;
}


.link_title .title{
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.link_title:hover .title{
	color: #EE0F19;
}

/*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,
body[style="padding-right: 17px;"] .mobile_header{
	padding-right: 17px;
}


header{
	position: relative;
}
.desctop_header{
	position: relative;
	display: block;
	width: 100%;
	
	height: 120px;
	
	-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: 70px;
	background-color: #fff;
	z-index: 5;
}
.desctop_header_bottom{
	position: relative;
	display: block;
	height: 50px;
	background-color: #ECECEC;
	z-index: 5;
}
.desctop_header_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 1040px;
	padding: 0px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.desctop_header_left,
.desctop_header_center,
.desctop_header_right{
	position: relative;
	display: block;
	padding: 0px 10px;
}
.desctop_header_top .desctop_header_left{
	width: 385px;
}
.desctop_header_top .desctop_header_right{
	width: 290px;
}
.desctop_header_bottom .desctop_header_center{
	width: 100%;
	padding: 0px;
}


.main_logo{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	height: 70px;
	width: 100%;
}
.main_logo img{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	max-width: 100%;
}
.main_logo .logo_desc{
	position: relative;
	display: block;
	margin-left: 30px;
}
.logo_desc_top{
	position: relative;
	display: block;
	color: #0C0C0C;
}
.logo_desc_bottom{
	position: relative;
	display: block;
	color: #828282;
}
.header_contacts{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.header_contacts .left_link + .left_link{
	margin-top: 5px;
}
.contact_link{
	position: relative;
	display: block;
}
.contact_link>span{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: MicrosoftSansSerif;
	font-size: 20px;
	color: #0C0C0C;
	-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);
}
.contact_link .icon{
	position: relative;
	display: block;
	margin-right: 10px;
	font-size: 18px;
	color: #D8262E;
	-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);
}
.contact_link:hover>span{
	color: #D8262E;
}
.contact_link:hover .icon{
	color: #D8262E;
}
.location{
	position: relative;
	display: block;
}
.location>span{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #828282;
}
.location .icon{
	position: relative;
	display: block;
	margin-right: 5px;
	font-size: 18px;
	color: #D8262E;
}
/*desctop_header_menu*/

.desctop_header_menu{
	position: relative;
	display: block;
}
.main_menu{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.main_menu>li{
	position: relative;
	display: block;
	font-family: MicrosoftSansSerif;
	line-height: 1em;
	font-size: 18px;
	color: #0C0C0C;
	letter-spacing: 0px;
}

.main_menu>li>a,
.main_menu>li>span,
.main_menu>li.active>a,
.main_menu>li.active>span{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	vertical-align: top;
	padding: 10px 10px;
	
	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);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.main_menu>li>a:hover,
.main_menu>li>span,
.main_menu>li.active>a,
.main_menu>li.active>span{
	color: #D8262E;
}
.main_menu>li.active>span{
	cursor: default;
}



/*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: -15px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 50;
	border: 1px solid #D8262E;
	border-radius: 5px;
}
.burger_toggle_wrap{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -8px;
	width: 16px;
	height: 12px;
}
.icon_bar{
	position: absolute;
	width: 16px;
	height: 2px;
	border-radius: 0px;
	background-color: #D8262E;
	
	-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: 5px;
	left: -2px;
	width: 20px;
}

.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: -2px;
	top: 5px;
	width: 20px;
}

.mobile_header_wrapper{
	position: relative;
	display: block;
	z-index: 200;
}
.mobile_header_top{
	position: relative;
	display: block;
	height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #ECECEC;
	width: 100%;
	z-index: 500;
}

.mobile_logo_top{
	position: absolute;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	left: 20px;
	top: 0px;
	height: 100%;
	width: 110px;
}
.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: -200vh;
	max-height: calc(100vh - 50px);
	background-color: #F7F7F7;
	
	
	-moz-transition: top 0.6s cubic-bezier(.54,0,.42,1);
	-o-transition: top 0.6s cubic-bezier(.54,0,.42,1);
	-webkit-transition: top 0.6s cubic-bezier(.54,0,.42,1);
	transition: top 0.6s cubic-bezier(.54,0,.42,1);
	
	overflow-y: auto;
}


.mobile_collapse::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 4px;
  height: 4px;
}

.mobile_collapse::-webkit-scrollbar-thumb{
  border-radius: 8px;
  border: 1px solid #BDBDBD;
  background-color: #BDBDBD;
}

.header_container.toggled .mobile_collapse{
	top: 0px;
}

.mobile_collapse_content{
	position: relative;
	display: block;
	padding: 0px 10px;
}

.mobile_collapse_content .main_menu{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 300px;
	text-align: center;
	padding-top: 0px;
	padding-top: 15px;
}
.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;
	height: auto;
	padding: 10px 10px;
}
.mobile_collapse_content>.center_link{
	padding-top: 20px;
}

.mobile_collapse_contacts{
	position: relative;
	display: block;
	padding: 30px 10px 40px 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
	background-color: #ECECEC;
}
.mobile_collapse_contacts .header_contacts{
	align-items: center;
}
.mobile_collapse_contacts .header_contacts .center_link + .center_link{
	margin-top: 10px;
}

@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: 90px;
}
.full_page{
	min-height: calc(100vh - 40px);
	padding-top: 60px;
	padding-bottom: 120px;
}
.full_page2{
	min-height: calc(100vh - 40px);
	padding-top: 60px;
	padding-bottom: 100px;
}
.page_content{
	clear: both;
}

.head1,
.page_content h1{
	position: relative;
	display: block;
	font-family: MicrosoftSansSerif;
	line-height: 1.1em;
	font-size: 50px;
	color: #0C0C0C;
	letter-spacing: 0px;
	text-transform: none;
}
.page_content h1{
	margin-top: 10px;
	margin-bottom: 30px;
}
.head2,
.page_content h2{
	position: relative;
	display: block;
	line-height: 1.11em;
	font-size: 42px;
	font-family: MicrosoftSansSerif;
	color: #0C0C0C;
	letter-spacing: 0px;
	text-transform: none;
}
.page_content h2{
	margin-top: 60px;
	margin-bottom: 30px;
}

.head3,
.page_content h3{
	position: relative;
	display: block;
	line-height: 1.12em;
	font-size: 35px;
	font-family: MicrosoftSansSerif;
	color: #0C0C0C;
	letter-spacing: 0px;
	text-transform: none;
}
.page_content h3{
	margin-top: 60px;
	margin-bottom: 30px;
}

.head4,
.page_content h4{
	position: relative;
	display: block;
	line-height: 1.2em;
	font-size: 30px;
	font-family: MicrosoftSansSerif;
	color: #0C0C0C;
	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;
	font-size: 22px;
	font-family: MicrosoftSansSerif;
	color: #0C0C0C;
	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.3em;
	font-size: 20px;
	font-family: MicrosoftSansSerif;
	color: #0C0C0C;
	letter-spacing: 0px;
	text-transform: none;
}
.page_content h6{
	margin-top: 60px;
	margin-bottom: 20px;
}




.content_link,
.button_link,
.page_content p a,
.page_content a{
	position: relative;
	display: inline;
	
	background: none;
	padding: 0px;
	border: none;
	
	font-family: OpenSans-Regular;
	color: #D8262E;
	font-size: 16px;
	text-decoration: underline;
	letter-spacing: 0px;
}
.button_link,
.content_link{
	position: relative;
	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: #D8262E;
	text-decoration: underline;
}


.content_link:visited,
.page_content p a:visited,
.page_content a:visited{
	color: #DE7F83;
	text-decoration: underline;
}

.button_link:hover,
.content_link:hover,
.page_content p a:hover,
.page_content a:hover{
	color: #D8262E;
	text-decoration: none;
}

.button_link:link:hover,
.button_link:visited:hover,
.content_link:link:hover,
.page_content p a:link:hover,
.page_content a:link:hover{
	color: #D8262E;
	text-decoration: none;
}

.content_link:visited:hover,
.page_content p a:visited:hover,
.page_content a:visited:hover{
	color: #DE7F83;
	text-decoration: none;
}




p,
.page_content p{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	
	font-family: OpenSans-Regular;
	font-size: 16px;
	color: #0C0C0C;
	line-height: 1.5em;
	
	margin-bottom: 25px;
	letter-spacing: 0px;
}

p i,
.page_content p i,
p em,
.page_content p em{
	font-style: none;
	font-family: OpenSans-Italic;
}

p b,
.page_content p b,
p strong,
.page_content p strong{
	font-style: normal;
	font-weight: normal;
	font-family: OpenSans-Bold;
}

.page_content 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: 15px 15px;
	line-height: 1.6em;
	font-size: 16px;
	font-family: OpenSans-Regular;
	color: #0C0C0C;
	letter-spacing: 0px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ECECEC;
	background-color: #F7F7F7;
}
table th{
	font-family: MicrosoftSansSerif;
	color: #0C0C0C;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: normal;
	background-color: #ECECEC;
}
.page_content td p{
	margin: 5px 0px;
}
.wrap_tables table th:first-child,
.wrap_tables table td:first-child{
	padding-left: 30px;
}
.wrap_tables table th:last-child,
.wrap_tables table td:last-child{
	padding-right: 30px;
}
.wrap_tables table tr:nth-child(2n) td{
	background-color: #fff;
}
.wrap_tables{
	position: relative;
	display: block;
	overflow-x: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

.wrap_tables::-webkit-scrollbar{
	-webkit-appearance: none;
	width: 8px;
	height: 8px;
	background-color: #F7F7F7;
}

.wrap_tables::-webkit-scrollbar-thumb{
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #ECECEC;
}
.content_wrapper730>.page_content .wrap_tables{
	width: calc(100vw - 40px);
	max-width: 1220px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0%, 0);
	transform: translate3d(-50%, 0%, 0);
}


blockquote{
	position: relative;
	border: none;
	background: #F7F7F7;
	border-radius: 30px;
	
	padding: 50px 20px 50px 20px;
	margin-top: 60px;
	margin-bottom: 60px;
	width: 100%;
	font-family: OpenSans-Italic;
	color: #0C0C0C;
	font-style: none;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 1.5em;
}
blockquote:before{
	content: '”';
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	color: #D8262E;
	font-family: OpenSans-Bold;
	font-size: 50px;
	pointer-events: none;
}

blockquote p{
	font-style: none;
	font-family: OpenSans-Italic;
	font-size: 16px;
	color: #0C0C0C;
	letter-spacing: 0px;
	line-height: 1.5em;
	margin: 0px;
}

blockquote a,
blockquote p a{
	font-family: OpenSans-Italic;
	font-style: none;
	font-size: 16px;
	line-height: 1.5em;
}

.page_content ol,
.page_content ul{
	position: relative;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
}


.page_content ol li,
.page_content ul li{
	position: relative;
	display: block;
	
	font-family: OpenSans-Regular;
	color: #0C0C0C;
	line-height: 1.5em;
	font-size: 16px;
	letter-spacing: 0px;
	margin-bottom: 20px;
	padding-left: 25px;
}

.page_content ol li{
	padding-left: 40px;
}
.page_content ol li:last-child,
.page_content ul li:last-child{
	margin-bottom: 0px;
}

.page_content ol li p,
.page_content ul li p,
.page_content ol li a,
.page_content ul li a{
	margin: 0px;
}

.page_content ul>li:before{
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 0px;
	background-color: #D8262E;
	border-radius: 100%;
	width: 5px;
	height: 5px;
}

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: 24px;
	font-family: OpenSans-Regular;
	background: none;
	color: #D8262E;
	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: 15px;
	margin-bottom: 15px;
}

.page_content ol>li ul li,
.page_content ol>li ol li,
.page_content ul>li ul li,
.page_content ul>li ol li,
.page_content ol>ul li,
.page_content ol>ol li,
.page_content ul>ul li,
.page_content ul>ol li{
	margin-bottom: 10px;
}




.page_content img{
	position: relative;
	max-width: 100%;
	margin: 0px;
	margin-bottom: 20px;
	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;
}


.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: 40px;
	}
	.head2,
	.page_content h2{
		font-size: 30px;
	}
	.head3,
	.page_content h3{
		font-size: 25px;
	}
	.head4,
	.page_content h4{
		font-size: 20px;
	}
	
	.full_page{
		min-height: calc(100vh - 90px);
	}
}
@media screen and (max-width: 600px){
	
	.full_page{
		padding-top: 20px;
		padding-bottom: 60px;
	}
	
	.head1,
	.page_content h1{
		font-size: 30px;
	}
	.head2,
	.page_content h2{
		font-size: 25px;
	}
	.head3,
	.page_content h3{
		font-size: 20px;
	}
	.head4,
	.page_content h4{
		font-size: 20px;
	}
	.head5,
	.page_content h5{
		font-size: 17px;
	}
	
	
	.content_link,
	.button_link,
	.page_content p a,
	.page_content a{
		font-size: 14px;
	}
	p,
	.page_content p{
		font-size: 14px;
	}
	table th,
	table td{
		padding: 10px 5px;
		font-size: 14px;
	}
	table th{
		font-size: 14px;
	}
	.page_content td p{
		margin: 5px 0px;
	}
	.wrap_tables table th:first-child,
	.wrap_tables table td:first-child{
		padding-left: 10px;
	}
	.wrap_tables table th:last-child,
	.wrap_tables table td:last-child{
		padding-right: 10px;
	}
	blockquote{
		font-size: 14px;
	}
	blockquote p{
		font-size: 14px;
	}
	blockquote a,
	blockquote p a{
		font-size: 14px;
	}
	.page_content ol li,
	.page_content ul li{
		font-size: 14px;
	}
	.page_content ol>li:before{
		font-size: 14px;
	}
	
	
}
/*page_content*/


/*breadcrumbs*/

.breadcrumbs_container{
	position: relative;
	display: block;
	margin-bottom: -5px;
	margin-top: 0px;
}
.breadcrumbs_wrapper{
	position: relative;
	display: block;
}
.bread_crumbs{
	position: relative;
	display: block;
	text-align: left;
}
.breadcrumbs_wrapper li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #AAAAAA;
	margin-right: 10px;
	margin-bottom: 5px;
}
.breadcrumbs_wrapper li a{
	position: relative;
	padding-right: 14px;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}
.breadcrumbs_wrapper li.active{
	margin-right: 0px;
	color: #D8262E;
}
.breadcrumbs_wrapper li.active span{
	text-decoration: underline;
}
.breadcrumbs_wrapper li a:hover{
	text-decoration: none;
	color: #D8262E;
}
.breadcrumbs_wrapper li a:before{
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	top: 8px;
	right: 0px;
	background-color: #AAAAAA;
	-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);
}
.breadcrumbs_wrapper a:hover:before{
	background-color: #D8262E;
}
/*breadcrumbs*/


/*pagination*/
.pag_container{
	position: relative;
	display: block;
	margin-top: 40px;
}
.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 7px;
}
.arr_li:first-child{
	padding-right: 13px;
}
.arr_li:last-child{
	padding-left: 13px;
}
.arr_pag{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 20px;
}
.arr_pag .icon{
	position: relative;
	display: block;
	font-size: 10px;
	color: #D8262E;
	-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 .icon{
	color: #EE0F19;
}
span.arr_pag{
	cursor: default;
}
span.arr_pag .icon{
	color: #DE7F83;
}
span.arr_pag:hover{
	cursor: default;
}
span.arr_pag:hover .icon{
	color: #DE7F83;
}
.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: auto;
	height: 20px;
	border-bottom: 1px solid transparent;
	
	-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: 14px;
	color: #D8262E;
	font-family: OpenSans-Regular;
	-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,
.pag_num:hover{
	border-bottom: 1px solid #EE0F19;
}
.active>.pag_num>span,
.active>.pag_num:hover>span{
	color: #EE0F19;
}
.pag_num:hover>span{
	color: #EE0F19;
}
.active>.pag_num{
	cursor: default;
}

.pag_num_dots{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 20px;
	cursor: default;
}
.pag_num_dots>span{
	position: relative;
	display: block;
	font-size: 14px;
	color: #D8262E;
	font-family: OpenSans-Regular;
}
@media screen and (max-width: 600px){
	.pag_list{
		margin-left: -2px;
		margin-right: -2px;
	}
	.arr_li:first-child{
		padding-right: 5px;
	}
	.arr_li:last-child{
		padding-left: 5px;
	}
	.pag_list li{
		padding: 0px 2px;
	}
	.arr_pag{
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 460px){
	.pag_num,
	.pag_num_dots{
		width: 25px;
		height: 25px;
	}
	.pag_num>span,
	.pag_num_dots>span{
		font-size: 12px;
	}
	.arr_pag{
		width: 30px;
		height: 30px;
	}
	.arr_pag .icon{
		font-size: 10px;
	}
}
/*pagination*/

/*general_slider*/

.general_slider_button{
	position: relative;
	top: auto;
	margin: 0px;
	height: 40px;
	width: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: none;
	border-radius: 5px;
	border: 1px solid #D8262E;
	background-color: #fff;
	-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);
}
.general_slider_button:after{
	display: none;
}
.general_slider_button.swiper-button-prev{
	left: 0px;
}
.general_slider_button.swiper-button-next{
	right: 0px;
}
.general_slider_button .icon{
	position: relative;
	display: block;
	font-size: 14px;
	color: #D8262E;
	
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1);
}

.general_slider_button.swiper-button-prev .icon{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.general_slider_button:hover{
	background-color: #D8262E;
}
.general_slider_button:hover>.icon{
	color: #fff;
}
/*general_slider*/





/*simple_styled_form*/

.err_message{
	position: relative;
	display: none;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #D8262E;
	font-family: OpenSans-Regular;
	text-align: left;
}
.red .err_message{
	display: block;
}
.simple_styled_form input,
.simple_styled_form textarea{
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	background-color: #F7F7F7;
	text-align: left;
	font-size: 14px;
	color: #0C0C0C;
	border-radius: 5px;
	padding: 14px 20px 10px 20px;
	border: none;
	font-family: OpenSans-Regular;
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.15);
}
input:-internal-autofill-selected {
	background-color: transparent!important;
}
.simple_styled_form textarea{
	height: 100px;
	resize: none;
}


.simple_styled_form input::-webkit-input-placeholder {opacity: 1; transition: opacity 0.3s ease; color: #828282;}
.simple_styled_form input::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease; color: #828282;}
.simple_styled_form input:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease; color: #828282;}
.simple_styled_form input:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease; color: #828282;}


.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: #828282;}
.simple_styled_form textarea::-moz-placeholder          {opacity: 1; transition: opacity 0.3s ease; color: #828282;}
.simple_styled_form textarea:-moz-placeholder           {opacity: 1; transition: opacity 0.3s ease; color: #828282;}
.simple_styled_form textarea:-ms-input-placeholder      {opacity: 1; transition: opacity 0.3s ease; color: #828282;}


.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: #D8262E;}
.simple_styled_form .red input::-moz-placeholder          {color: #D8262E;}
.simple_styled_form .red input:-moz-placeholder           {color: #D8262E;}
.simple_styled_form .red input:-ms-input-placeholder      {color: #D8262E;}

.simple_styled_form .red textarea:focus::-webkit-input-placeholder {color: #D8262E;}
.simple_styled_form .red textarea:focus::-moz-placeholder          {color: #D8262E;}
.simple_styled_form .red textarea:focus:-moz-placeholder           {color: #D8262E;}
.simple_styled_form .red textarea:focus:-ms-input-placeholder      {color: #D8262E;}


.simple_styled_form .red input,
.simple_styled_form .red textarea{
	color: #D8262E;
	border: none;
}
.simple_styled_form .red input,
.simple_styled_form .red textarea{
	border: 1px solid #D8262E;
	padding: 13px 19px 9px 19px;
}
.input_focused{
	position: relative;
	display: block;
}
.input_placeholder{
	position: absolute;
	display: block;
	top: 14px;
	left: 20px;
	width: calc(100% - 40px);
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #828282;
	line-height: 1.5em;
	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;
}
.input_focused_focused .input_placeholder{
	top: 7px;
	font-size: 10px;
	color: #828282;
}
.simple_styled_form .red .input_placeholder{
	top: 13px;
	left: 19px;
}
.simple_styled_form .red .input_focused_focused .input_placeholder{
	top: 6px;
	left: 19px;
}
.simple_styled_form .input_focused_focused input{
	padding-top: 20px;
	padding-bottom: 2px;
}
.simple_styled_form .input_focused_focused textarea{
	padding-top: 20px;
}
.red .focused .input_placeholder,
.red .input_focused_focused .input_placeholder{
	color: #D8262E;
}

label{
	position: relative;
	display: block;
	width: 100%;
	font-weight: normal;
}
.form_label{
	position: relative;
	display: block;
	width: 100%;
}
.form_row{
	position: relative;
	margin-bottom: 10px;
	max-width: 100%;
}
.form_row0{
	margin-bottom: 0px;
}
.form_row10{
	margin-bottom: 10px;
}
.form_row15{
	margin-bottom: 15px;
}
.form_row20{
	margin-bottom: 20px;
}
.form_row30{
	margin-bottom: 30px;
}
.form_row40{
	margin-bottom: 40px;
}
.form_row50{
	margin-bottom: 50px;
}


.check_personal_info{
	cursor: pointer;
	font-size: 14px;
	padding-left: 30px;
	color: #0C0C0C;
	font-family: OpenSans-Regular;
	line-height: 1.5em;
}
.center_link>.check_personal_info{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	width: auto;
}
.center_link>.check_personal_info .checkdesc{
	display: inline-block;
}
.check_personal_info .checkdesc .button_link{
	font-size: 14px;
	color: #E30000;
	display: inline;
}
.check_personal_info .checkdesc .button_link:hover{
	text-decoration: none;
}
.check_personal_info .jq-checkbox,
.check_personal_info .jq-checkbox.focused{
	left: 0px;
}

.jq-checkbox,
.jq-checkbox.focused{
	position: absolute!important;
	display: block!important;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: none;
	
	margin: 0px;
	border-radius: 0px;
	background: transparent;
	box-shadow: none;
	
	-moz-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: all 0.3s cubic-bezier(.54,0,.42,1);
	transition: all 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-checkbox__div,
.jq-checkbox.checked .jq-checkbox__div{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	border-radius: 2px;
	background: #F7F7F7;
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.15);
}
.jq-checkbox__div:before{
	content: "\e902";
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	top: 2px;
	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;
	
	font-size: 11px;
	color: #E30000;
	
	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;
}
.checkdesc{
	position: relative;
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	font-family: OpenSans-Regular;
	color: #0C0C0C;
}





.jq-selectbox{
	width: 100%;
}
.jq-selectbox__select,
.jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox__select:hover{
	width: 100%;
	height: 50px;
	padding: 0px;
	border: 1px solid #F9F9F9;
	border-radius: 5px;
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #0C0C0C;
	letter-spacing: 0px;
	background: #fff;
	box-shadow: none;
	text-shadow: none;
	padding: 0px 39px 0px 19px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}
.jq-selectbox__select-text{
	height: 48px;
	display: block;
	width: auto;
	padding: 10px 0px 10px 0px;
	min-width: 100%;
	text-align: left;
	max-width: 100%;
	
	-webkit-transition: padding-top 0.2s cubic-bezier(.54,0,.42,1);
	-moz-transition: padding-top 0.2s cubic-bezier(.54,0,.42,1);
	-o-transition: padding-top 0.2s cubic-bezier(.54,0,.42,1);
	transition: padding-top 0.2s cubic-bezier(.54,0,.42,1);
}
.jq-selectbox__trigger{
	border: 0px;
	width: 40px;
}
.jq-selectbox__trigger-arrow{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	border-radius: 0%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jq-selectbox__trigger-arrow:before{
	content: "\e900";
	font-size: 8px;
	color: #D8262E;
	position: relative;
	display: block;
	
	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;
	
	
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	
	-moz-transition: transform 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: transform 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: transform 0.3s cubic-bezier(.54,0,.42,1);
	transition: transform 0.3s cubic-bezier(.54,0,.42,1);
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow:before{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.jq-selectbox ul{
	max-height: 200px;
	box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.1);
	border-radius: 0px 0px 5px 5px;
}
.jq-selectbox li{
	padding: 10px 14px 10px 19px;
	background-color: #F7F7F7;
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #0C0C0C;
	letter-spacing: 0px;
	white-space: normal;
	-moz-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: color 0.3s cubic-bezier(.54,0,.42,1), background-color 0.3s cubic-bezier(.54,0,.42,1);
}

.jq-selectbox li.selected{
	background-color: #F7F7F7;
	color: #D8262E;
}
.jq-selectbox li.disabled{
	display: none;
}
.jq-selectbox li:hover{
	background-color: #F7F7F7;
	color: #D8262E;
}
.jq-selectbox__dropdown{
	box-shadow: none;
	border: 1px solid #F9F9F9;
	box-shadow: none;
	border-radius: 0px;
	overflow: hidden;
}
.jq-selectbox li.selected,
.jq-selectbox li.selected:hover,
.jq-selectbox li.sel,
.jq-selectbox li.sel:hover{
	background-color: #F7F7F7;
	color: #D8262E;
}
.jq-selectbox .placeholder{
	color: #828282;
}

.red .jq-selectbox__select,
.red .jq-selectbox.focused .jq-selectbox__select,
.red .jq-selectbox__select:hover,
.red .jq-selectbox .placeholder{
	background-color: #F7F7F7;
	color: #D8262E;
}


.jq-selectbox__select-text.placeholder{
	opacity: 0;
}
.jq-selectbox:after{
	content: attr(data-placeholder);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;

	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;


	position: absolute;
	top: 0px;
	left: 20px;
	width: calc(100% - 60px);
	height: 100%;
	pointer-events: none;
	padding: 0px;
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #828282;
	letter-spacing: 0px;

	-webkit-transition: all 0.2s cubic-bezier(.54,0,.42,1);
	-moz-transition: all 0.2s cubic-bezier(.54,0,.42,1);
	-o-transition: all 0.2s cubic-bezier(.54,0,.42,1);
	transition: all 0.2s cubic-bezier(.54,0,.42,1);
}
.default_sel.jq-selectbox:after,
.jq-selectbox.changed:after{
	top: 8px;
	height: 10px;
	color: #828282;
	font-size: 10px;
}
.default_sel.jq-selectbox .jq-selectbox__select-text,
.jq-selectbox.changed .jq-selectbox__select-text{
	padding-top: 15px;
}

.red .jq-selectbox.changed:after{
	color: #D8262E;
}

.nat_wide .simple_button{
	width: 100%;
	max-width: 220px;
}

.form_row_inline{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
}
.form_line{
	position: relative;
	display: block;
	padding: 0px 5px;
	margin-bottom: 10px;
}
.form_line_name,
.form_line_room{
	width: 50%;
}

@media screen and (max-width: 500px){
	.form_line_name,
	.form_line_room{
		width: 100%;
	}
}
/*simple_styled_form*/

/*main_offer*/
.main_offer_container.gray_bg_padding{
	padding-top: 30px;
	padding-bottom: 0px;
}
.main_offer{
	position: relative;
	margin-left: -10px;
	margin-right: -30px;
	user-select: none;
}
.main_offer .swiper-slide{
	-webkit-transition: opacity 0.2s cubic-bezier(.54,0,.42,1);
	-moz-transition: opacity 0.2s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.2s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.2s cubic-bezier(.54,0,.42,1);
	opacity: 0!important;
}
.main_offer .swiper-slide.swiper-slide-active{
	opacity: 1!important;
}
.offer_slide{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.offer_slide_right{
	position: relative;
	display: block;
	width: 48%;
}
.offer_slide_left{
	position: relative;
	display: block;
	width: 52%;
	padding: 0px 10px;
	max-width: 520px;
	padding-top: 30px;
}
.offer_slide_right img{
	position: relative;
	display: block;
	max-width: 100%;
	margin-right: 0px;
	margin-left: auto;
}
.main_offer_content{
	margin-bottom: 50px;
}
.main_offer_content p{
	margin-bottom: 0px;
}
.slider_bottom{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}
.slider_button{
	position: relative;
	display: block;
	padding: 0px 15px;
	width: calc(100% - 165px);
}
.slider_button .simple_button{
	width: 100%;
}
.offer_controls{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0px 10px;
	width: 165px;
}
.offer_arrows{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.offer_arrows .slider_controls{
	position: relative;
	justify-content: flex-start;
	bottom: auto;
	right: auto;
	padding: 0px;
	width: auto;
}
.offer_pags{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.swiper-pagination-fraction{
	position: relative;
	display: flex;
	left: auto;
	bottom: auto;
	align-items: center;
	justify-content: flex-start;
	font-family: OpenSans-Regular;
	font-size: 16px;
	color: #BDBDBD;
	padding: 0px 3px;
}
.swiper-pagination-fraction>span{
	padding: 0px 2px;
}
@media screen and (max-width: 767px){
	.main_offer{
		margin-right: -10px;
	}
	.offer_slide{
		flex-direction: column;
	}
	.offer_slide_right{
		margin-bottom: 20px;
		width: 100%;
	}
	.offer_slide_right img{
		margin-right: auto;
	}
	.offer_slide_left{
		width: 100%;
		max-width: 100%;
		padding-top: 0px;
	}
	.slider_bottom{
		justify-content: space-between;
	}
	.slider_button{
		max-width: 320px;
	}
	.main_offer_content{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 400px){
	.slider_bottom{
		flex-direction: column;
		justify-content: flex-start;
	}
	.slider_button{
		margin-bottom: 20px;
		width: 100%;
		max-width: 100%;
	}
	.offer_controls{
		width: 100%;
		justify-content: space-between;
	}
}
/*main_offer*/

/*main_news*/
.news{
	position: relative;
	display: block;
}
.news_node{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}
.news_node + .news_node{
	margin-top: 30px;
}
.news_img{
	position: relative;
	display: block;
	padding: 0px 15px;
	width: 330px;
}
.news_img .link_img{
	position: relative;
	display: block;
	border-radius: 10px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	border: 5px solid #fff;
}
.news_content{
	position: relative;
	display: block;
	padding: 0px 15px;
	width: calc(100% - 330px);
}
.news_content .link_title{
	display: block;
}
.news_content p{
	margin: 0px;
}
.news_content p + p{
	margin-top: 10px;
}
.date{
	position: relative;
	display: block;
	font-family: OpenSans-Regular;
	font-size: 14px;
	color: #828282;
	line-height: 1.57em;
}
.news_content .date{
	margin-bottom: 5px;
}
.bottom_block{
	padding-bottom: 120px;
}
@media screen and (max-width: 600px){
	.news_node{
		margin-left: -10px;
		margin-right: -10px;
	}
	.news_img{
		width: 40%;
		padding: 0px 10px;
	}
	.news_content{
		width: 60%;
		padding: 0px 10px;
	}
}
@media screen and (max-width: 450px){
	.news_node{
		flex-wrap: wrap;
	}
	.news_img{
		width: 100%;
		max-width: 320px;
		margin-bottom: 15px;
	}
	.news_content{
		width: 100%;
	}
}
/*main_news*/

/*main_about*/
.main_about{
	z-index: 2;
}
.main_about.upper_block{
	margin-top: 20px;
}
.gray_bg_padding{
	padding-top: 40px;
	padding-bottom: 120px;
}
.gray_top{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 155px;
}
.gray_top_tall2{
	height: 645px;
}
.gray_decor{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.gray_bottom{
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 280px;
}
.gray_bottom.gray_bottom_tall{
	height: 644px;
}
.gray_bottom.gray_bottom_tall2{
	height: 530px;
}
.gray_bottom.gray_bottom_tall3{
	height: 500px;
}
.gray_bottom .gray_decor{
	background-position: center top;
}
.w_plate{
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background-color: #fff;
}
.about_plate{
	position: relative;
	display: flex;
	padding: 5px;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 450px;
}
.about_plate_reverse{
	flex-direction: row-reverse;
}
.about_plate_img{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 375px;
	height: 100%;
}
.about_plate_img img{
	position: relative;
	display: block;
	max-width: 100%;
	border-radius: 5px;
}
.about_plate_content{
	position: relative;
	display: block;
	width: calc(100% - 375px);
}
.about_plate_content_inner{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 550px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
	padding-bottom: 20px;
}
.title_red{
	color: #D8262E;
}
.about_bundle{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 30px;
	margin-bottom: 10px;
	min-height: 170px;
}
.about_bundle_node{
	position: relative;
	display: block;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.about_bundle_node_inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bundle_plate{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	min-width: 100px;
	height: 100px;
	padding: 5px;
	cursor: pointer;
}
.bundle_plate_inner{
	position: relative;
	display: block;
}
.bundle_plate_inner>img:nth-child(1){
	position: relative;
	display: block;
	max-width: 100%;
	
	-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);
}
.bundle_plate_inner>img:nth-child(2){
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	max-width: 100%;
	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);
}
.bundle_plate:hover .bundle_plate_inner>img:nth-child(1){
	opacity: 0;
}
.bundle_plate:hover .bundle_plate_inner>img:nth-child(2){
	opacity: 1;
}
.about_bundle_content{
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 0px;
	
	-moz-transition: max-width 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: max-width 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: max-width 0.3s cubic-bezier(.54,0,.42,1);
	transition: max-width 0.3s cubic-bezier(.54,0,.42,1);
}
.about_bundle_content_inner{
	position: relative;
	display: block;
	padding-left: 20px;
	width: 250px;
}
.about_bundle_content_inner p{
	margin-bottom: 0px;
	font-size: 12px;
}
.about_bundle_content_inner p + p{
	margin-top: 8px;
}
.about_bundle_node.open .about_bundle_content{
	max-width: 250px;
}
.plan_container{
	position: relative;
	margin-top: 60px;
	padding: 5px;
}
.plan_container_inner_hidden{
	margin: 0px auto;
	max-width: 980px;
	
}
.main_house{
	position: relative;
	display: block;
	max-width: 100%;
	pointer-events: none;
}
.plan_svg{
	position: relative;
	display: block;
	max-width: 100%;
}
.plan .plan_svg{
	pointer-events: none;
}
.plan .plan_svg>[data-plan]{
	fill: transparent;
	-moz-transition: fill 0.3s cubic-bezier(.54,0,.42,1), stroke 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: fill 0.3s cubic-bezier(.54,0,.42,1), stroke 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: fill 0.3s cubic-bezier(.54,0,.42,1), stroke 0.3s cubic-bezier(.54,0,.42,1);
	transition: fill 0.3s cubic-bezier(.54,0,.42,1), stroke 0.3s cubic-bezier(.54,0,.42,1);
}
.plan .plan_svg>[data-plan="plan_c"]{
	fill: #7f3f96;
	stroke: #7f3f96;
}
.plan .plan_svg>[data-plan="plan_c"].hovered{
	fill: #8553B7;
	stroke: #8553B7;
}
.plan .plan_svg>[data-plan="plan_b"]{
	fill: #8cc540;
	stroke: #8cc540;
}
.plan .plan_svg>[data-plan="plan_b"].hovered{
	fill: #9AD643;
	stroke: #9AD643;
}
.plan .plan_svg>[data-plan="plan_gal"]{
	fill: #00bff3;
	stroke: #00bff3;
}
.plan .plan_svg>[data-plan="plan_gal"].hovered{
	fill: #06D3F4;
	stroke: #06D3F4;
}

.plan_zones a path{
	-moz-transition: fill 0.3s cubic-bezier(.54,0,.42,1), stroke 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: fill 0.3s cubic-bezier(.54,0,.42,1), stroke 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: fill 0.3s cubic-bezier(.54,0,.42,1), stroke 0.3s cubic-bezier(.54,0,.42,1);
	transition: fill 0.3s cubic-bezier(.54,0,.42,1), stroke 0.3s cubic-bezier(.54,0,.42,1);
}
.plan_zones a:hover path.zcls-1{
	fill: #fffa52;
	stroke: #fffa52;
}
.plan_zones a:hover path.zcls-3{
	fill: #8553B7;
	stroke: #8553B7;
}
.plan_zones a:hover path.zcls-2{
	fill: #9AD643;
	stroke: #9AD643;
}

.plan_zones{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.plan_zones .zcls-4,
.plan_zones .zcls-5{
	pointer-events: none;
}

[data-plan_zone],
.plan_zones [data-plan_zone]{
	pointer-events: auto;
	opacity: 0;
}


@media screen and (max-width: 880px){
	.about_bundle{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 767px){
	.about_plate{
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	.about_plate_img{
		width: 100%;
	}
	.about_plate_content{
		width: 100%;
	}
	.about_plate_content_inner{
		padding-top: 20px;
		padding-bottom: 35px;
	}
}
@media screen and (max-width: 600px){
	.about_bundle_node{
		width: 100%;
	}
	.about_bundle_node_inner{
		justify-content: flex-start;
	}
	.about_bundle_content,
	.about_bundle_node.open .about_bundle_content{
		max-width: none;
	}
	.about_bundle_content_inner{
		width: auto;
	}
	.about_bundle_node:nth-child(2n) .about_bundle_node_inner{
		flex-direction: row-reverse;
	}
	.about_bundle_node:nth-child(2n) .about_bundle_content_inner{
		padding-left: 0px;
		padding-right: 20px;
	}
	.bundle_plate{
		width: 80px;
		height: 80px;
		min-width: 80px;
	}
	.bundle_plate_inner>img:nth-child(1){
		max-width: 57px;
	}
	.about_bundle{
		margin-bottom: 40px;
	}
	.gray_bg_padding{
		padding-top: 20px;
		padding-bottom: 60px;
	}
}

/*main_about*/

/*house*/
.line_buttons{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: -10px;
	margin-left: -5px;
	margin-right: -5px;
}
.line_button{
	position: relative;
	display: block;
	padding: 0px 5px;
	margin-bottom: 10px;
}
/*house*/

/*floor*/
.gray_top_short{
	height: 52px;
}
.gray_top_tall{
	height: 360px;
}
.gray_bottom_short{
	height: 175px;
}
.floor_head{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 60px;
	margin-left: -10px;
	margin-right: -10px;
}
.floor_houses{
	position: relative;
	display: block;
	padding: 0px 10px;
}
.floor_levels{
	position: relative;
	display: block;
	padding: 0px 10px;
}
.tab_btn.active,
.tab_btn.active:hover{
	background-color: #D8262E;
	border: 1px solid #D8262E;
}
.tab_btn.active>span,
.tab_btn.active:hover>span{
	color: #fff;
}
.plan{
	position: relative;
	display: block;
}
.floor_bg{
	position: relative;
	display: block;
	max-width: 100%;
}
.floor_bg{
	pointer-events: none;
}
.plan_container_inner{
	overflow: hidden;
	position: relative;
}
.plan_container_inner_plan{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.plan_container_inner_hidden{
	position: relative;
	overflow: hidden;
}
.floor_zones{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.floor_hovers{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.floor_zones .cls-6{
	fill: none;
	stroke: #aaa9a9;
	stroke-width: 0.77px;
}
.floor_zones [data-room]>*{
	-moz-transition: fill 0.3s cubic-bezier(.54,0,.42,1), stroke 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: fill 0.3s cubic-bezier(.54,0,.42,1), stroke 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: fill 0.3s cubic-bezier(.54,0,.42,1), stroke 0.3s cubic-bezier(.54,0,.42,1);
	transition: fill 0.3s cubic-bezier(.54,0,.42,1), stroke 0.3s cubic-bezier(.54,0,.42,1);
}
.floor_zones [data-room][data-status="0"] .cls-1{
	fill: #8bc540;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 0.78px;
}
.floor_zones [data-room][data-status="0"] .cls-2{
	fill: #fff;
}
.floor_zones.viol_zones [data-room][data-status="0"] .cls-1{
	fill: #7f3f97;
}
.floor_zones [data-room][data-status="1"] .cls-1{
	fill: #e8e8e8;
	stroke: #aaa9a9;
}
.floor_zones [data-room][data-status="1"] .cls-2{
	fill: #969696;
}
.floor_zones.viol_zones [data-room][data-status="1"] .cls-1{
	fill: #e8e8e8;
	stroke: #aaa9a9;
}
.floor_zones.viol_zones [data-room][data-status="1"] .cls-2{
	fill: #969696;
}
.floor_zones .cls-2,
.floor_zones .cls-5{
	pointer-events: none;
}
.floor_zones [data-room][data-status="1"]{
	pointer-events: none;
}
.floor_zones [data-room][data-status="0"]:hover .cls-1{
	fill: #9AD643!important;
	stroke: #fff!important;
}
.viol_zones.floor_zones [data-room][data-status="0"]:hover .cls-1{
	fill: #8553B7!important;
	stroke: #fff!important;
}

[data-rout-group]{
	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);
}
[data-rout-group].hovered{
	opacity: 1;
}
.plan_inner{
	position: relative;
	max-width: 100%;
}
.plan_inner.active{
	display: block;
}
.plan_hov_img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	pointer-events: none;
}
@media screen and (max-width: 740px){
	.floor_head{
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.floor_houses{
		margin-bottom: 20px;
		width: 100%;
	}
	.floor_levels{
		width: 100%;
	}
}
@media screen and (max-width: 410px){
	.floor_head .line_button .simple_button.simple_button_middle>span{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 16px;
		min-height: 34px;
	}
}
/*floor*/

/*rent*/
.services_plates{
	position: relative;
	display: block;
	min-height: 230px;
	padding: 30px 0px 30px 0px;
}
.services_plates_inner{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px auto;
	max-width: 960px;
}
.services_plates_inner .simple_head{
	padding: 0px 10px;
	width: 100%;
}
.services_plate{
	position: relative;
	display: block;
	padding: 0px 10px;
	width: 33.33%;
}
.services_plate_inner{
	position: relative;
	display: flex;
	margin: 0px auto;
	max-width: 300px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}
.services_plate_inner img{
	position: relative;
	display: block;
	max-width: 100%;
	margin-bottom: 15px;
}
.services_plate_inner .title{
	margin-bottom: 10px;
}
.services_plate_inner p{
	margin: 0px;
	max-width: 246px;
}
.services_plate_inner p + p{
	margin-top: 5px;
}

.rent_info_plates{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
}
.rent_info_plates_node{
	position: relative;
	display: block;
	padding: 0px 5px;
	width: 50%;
}
.rent_info_plate{
	position: relative;
	display: block;
}
.rent_info_plate_inner{
	position: relative;
	display: block;
	padding: 30px 20px 40px 20px;
	margin: 0px auto;
	max-width: 475px;
}
.rent_info_plate_inner .title{
	margin-bottom: 30px;
}
.rent_info_plate_inner>p{
	margin: 0px;
	margin-top: 30px;
}
.form_callback{
	position: relative;
	display: block;
	padding: 30px 20px;
}
.form_callback_inner{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 880px;
}
@media screen and (max-width: 500px){
	.services_plate,
	.rent_info_plates_node{
		width: 100%;
	}
	.services_plate + .services_plate,
	.rent_info_plates_node + .rent_info_plates_node{
		margin-top: 20px;
	}
	.rent_info_plates{
		flex-wrap: wrap;
	}
	.rent_info_plate{
		min-height: auto!important;
	}
	.services_plates_inner .simple_head .title{
		text-align: center;
	}
}
/*rent*/

/*contacts*/
.contacts_container{
	position: relative;
	display: block;
	padding-right: calc(100% - 400px);
	margin-bottom: 10px;
}
.contacts_plate{
	position: relative;
	display: block;
	padding: 30px 20px;
	min-height: 588px;
}
.contacts_plate_inner{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 300px;
}
.contacts_node{
	position: relative;
	display: block;
}
.contacts_node + .contacts_node{
	margin-top: 40px;
}
.contacts_node .contacts_title{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.contacts_node .contacts_title .icon{
	color: inherit;
	font-size: 18px;
	margin-right: 10px;
}
.contacts_node .title{
	margin-bottom: 20px;
}
.soc_links{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: -14px;
}
.soc_links>li{
	position: relative;
	display: block;
	padding: 0px 7px;
	margin-bottom: 14px;
	width: 44px;
}

.place_map{
	position: absolute;
	right: 0px;
	top: 0px;
	width: calc(100% - 410px);
	height: 100%;
	border-radius: 10px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background-color: #fff;
}
.absolute_map{
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.map_markers{
	display: none;
}
.baloon_content p{
	margin: 5px 0px;
	font-size: 14px;
}
.baloon_content{
	max-width: 250px;
}

@media screen and (max-width: 900px){
	.contacts_plate{
		width: 100%;
	}
	.contacts_container{
		padding-right: calc(50% + 5px);
	}
	.place_map{
		width: calc(50% - 5px);
	}
}
@media screen and (max-width: 767px){
	.contacts_plate{
		width: 100%;
		min-height: auto;
	}
	.contacts_container{
		padding-right: 0px;
	}
	.place_map{
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: 80vh;
		min-height: 200px;
		max-height: 600px;
		margin-top: 10px;
	}
	.contacts_node + .contacts_node{
		margin-top: 20px;
	}
}
/*contacts*/

/*footer*/
.footer_container{
	position: relative;
	display: block;
	background-color: #ECECEC;
}
.footer_wrapper{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px auto;
	max-width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 40px;
}
.copyrights{
	position: relative;
	display: block;
	margin: 0px;
	font-size: 14px;
	color: #000;
}
.dev_logo{
	position: relative;
	display: block;
	width: 80px;
}
.dev_logo>img{
	position: relative;
	display: block;
	max-width: 100%;
}
@media screen and (max-width: 480px){
	.footer_wrapper{
		flex-direction: column;
		justify-content: center;
		padding-top: 12px;
		padding-bottom: 15px;
	}
	.footer_wrapper .copyrights{
		text-align: center;
		margin-bottom: 8px;
	}
}
/*footer*/


/*modals*/

.wide_modal .modal-dialog{
	width: 100%;
	max-width: 1240px;
}
.widdle_modal .modal-dialog{
	width: 100%;
	max-width: 1040px;
}
.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: 10px;
	background-color: #fff;
	display: block;
}
.modal_top_head .modal-content{
	padding-top: 20px;
}


button.close{
	float: none;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 1;
	text-shadow: none;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	border: 1px solid #D8262E;
	background: none;
	background-color: #fff;
	z-index: 10;
	-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);
}
button.close:hover{
	background-color: #D8262E;
	opacity: 1;
	border: 1px solid #D8262E;
}
button.close .icon{
	position: relative;
	display: block;
	font-size: 14px;
	color: #D8262E;
	
	-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);
}
button.close:hover>.icon{
	color: #fff;
}
.modal_form_wrapper{
	position: relative;
	margin: 0px auto;
	max-width: 880px;
}

.modal_top_head button.close{
	right: 40px;
	top: 35px;
}
.modal_content_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1110px;
}
.room_head_flex{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
	padding-right: 80px;
	margin-bottom: 40px;
}
.room_head_name{
	position: relative;
	display: block;
	padding: 0px 10px;
	width: 240px;
	margin-bottom: 20px;
}
.room_head_name .head4,
.room_head_size .head4{
	font-size: 26px;
}
.room_head_size{
	position: relative;
	display: block;
	width: 180px;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.room_head_desc{
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.room_head_desc p{
	margin: 0px;
}
.room_head_desc p + p{
	margin-top: 10px;
}
.gray_desc{
	position: relative;
	display: block;
	font-family: OpenSans-Regular;
	font-size: 16px;
	line-height: 1.5em;
	color: #828282;
}
.room_head_flex .gray_desc{
	margin-bottom: 5px;
}
.modal_room_gallery{
	position: relative;
	display: block;
	margin-bottom: 30px;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background-color: #fff;
	padding: 20px 20px 20px 20px;
}
.modal_room_slider{
	position: relative;
	display: block;
	width: 100%;
}
.modal_room_plan_inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	height: 609px;
}
.modal_room_plan_inner img{
	position: relative;
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.room_slider{
	position: relative;
	display: block;
	margin: 0px auto;
	max-width: 1047px;
}
.room_img{
	position: relative;
	display: block;
	height: 630px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: contain;
	background-position: center center;
	
	-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);
}
.room_img_cover{
	background-size: cover;
}
.room_img_plan.room_img{
	background-size: contain;
}
a.room_img:hover{
	opacity: 0.7;
}
.slider_controls{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	bottom: -30px;
	right: -6px;
	padding: 0px 10px;
	width: 100%;
}
.modal_room_slider .slider_controls{
	bottom: -10px;
	right: -20px;
	width: calc(100% + 40px);
}
.slider_controls>li{
	position: relative;
	display: block;
	padding: 0px 5px;
}

.room_footer{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: -10px;
	margin-right: -10px;
}
.room_footer_left{
	position: relative;
	display: block;
	padding: 0px 10px;
	width: calc(100% - 340px);
}
.room_footer_right{
	position: relative;
	display: block;
	padding: 0px 10px;
	width: 340px;
}
.room_footer_price{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.room_footer_price .gray_desc{
	margin-right: 15px;
}
.room_footer_desc{
	position: relative;
	display: block;
}
.room_footer_price .icon{
	font-size: 22px;
	color: inherit;
}
sup{
	font-size: 0.5em;
}
.room_footer_price .title sup{
	margin-left: 5px;
}
.room_footer_desc p{
	margin-bottom: 0px;
}
.room_footer_desc p + p{
	margin-top: 5px;
}
.room_line_buttons{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: -10px;
	margin-right: -10px;
}
.room_line_buttons>.left_link{
	padding: 0px 10px;
}
.icon_btn.simple_button_middle>span{
	padding: 5px;
	min-width: 38px;
}
.icon_btn.simple_button_middle>span>.icon{
	font-size: 23px;
}
.room_line_buttons .wide_link{
	padding: 0px 10px;
	width: calc(100% - 50px);
}

@media screen and (max-width: 1180px){
	.room_img,
	.modal_room_plan_inner{
		height: calc(53vw - 20px);
	}
}
@media screen and (max-width: 991px){
	.room_footer_price .icon{
		font-size: 16px;
	}
	
	.room_head_name .head4,
	.room_head_size .head4{
		font-size: 20px;
	}
}
@media screen and (max-width: 710px){
	.room_footer{
		flex-wrap: wrap;
	}
	.room_footer_left{
		width: 100%;
	}
	.room_footer_right{
		margin-top: 30px;
		width: 100%;
	}
	.room_footer_price{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 680px){
	.modal_room_gallery{
		padding: 10px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.room_img,
	.modal_room_plan_inner{
		height: calc(68vw - 20px);
	}
	.slider_controls{
		bottom: -10px;
		right: -24px;
	}
	.modal_room_slider .slider_controls{
		bottom: 0px;
		right: -10px;
		width: calc(100% + 20px);
	}
	.room_head_flex{
		padding-right: 50px;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.room_head_name,
	.room_head_size{
		width: 50%;
		margin-bottom: 20px;
	}
	.room_head_desc{
		width: calc(100% + 50px);
		padding: 0px 10px;
		margin-bottom: 10px;
		margin-right: -50px;
	}
}
@media screen and (max-width: 560px){
	.modal_top_head button.close{
		right: 10px;
		top: 10px;
	}
	.modal_room_slider .general_slider_button{
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 370px){
	.room_footer_price{
		flex-wrap: wrap;
	}
	.room_footer_price .gray_desc{
		margin-right: 0px;
		width: 100%;
		margin-bottom: 10px;
	}
}

/*modals*/

.modal-dialog-centered{
	margin-left: auto;
	margin-right: auto;
}
.fix-modal{
	position: fixed;
	top: 0;
}
@media screen and (max-width: 767px){
	.modal-dialog{
		padding: 0px;
	}
}


/*

.main_offer_container{
	padding: 0px!important;
}
.main_offer_container .content_wrapper{
	display: none;
}
.main_offer_container .gray_top_tall2{
	height: 200px;
}
.main_news .content_wrapper{
	display: none;
}
.main_news{
	padding-bottom: 50px!important;
}

.main_news .gray_bottom.gray_bottom_tall{
	height: 200px;
}*/
























