@font-face {
	font-family: 'Helvetica_Neue_LT_GEO_25_UltLt';
	src:
	url('../fonts/psp/Helvetica_Neue_LT_GEO_25_UltLt.eot?#iefix') format('embedded-opentype'),
	url('../fonts/psp/Helvetica_Neue_LT_GEO_25_UltLt.woff') format('woff'),
	url('../fonts/psp/Helvetica_Neue_LT_GEO_25_UltLt.ttf') format('truetype'),
	url('../fonts/psp/Helvetica_Neue_LT_GEO_25_UltLt.svg#MyriadGEOBold') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica_Neue_LT_GEO_55_Roman';
	src:
	url('../fonts/psp/Helvetica_Neue_LT_GEO_55_Roman.eot?#iefix') format('embedded-opentype'),
	url('../fonts/psp/Helvetica_Neue_LT_GEO_55_Roman.woff') format('woff'),
	url('../fonts/psp/Helvetica_Neue_LT_GEO_55_Roman.ttf') format('truetype'),
	url('../fonts/psp/Helvetica_Neue_LT_GEO_55_Roman.svg#MyriadGEOBold') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica_Neue_LT_GEO_65_Medium';
	src:
	url('../fonts/psp/Helvetica_Neue_LT_GEO_65_Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/psp/Helvetica_Neue_LT_GEO_65_Medium.woff') format('woff'),
	url('../fonts/psp/Helvetica_Neue_LT_GEO_65_Medium.ttf') format('truetype'),
	url('../fonts/psp/Helvetica_Neue_LT_GEO_65_Medium.svg#MyriadGEOBold') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica_Neue_LT_GEO_75_Bold';
	src:
	url('../fonts/psp/Helvetica_Neue_LT_GEO_75_Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/psp/Helvetica_Neue_LT_GEO_75_Bold.woff') format('woff'),
	url('../fonts/psp/Helvetica_Neue_LT_GEO_75_Bold.ttf') format('truetype'),
	url('../fonts/psp/Helvetica_Neue_LT_GEO_75_Bold.svg#MyriadGEOBold') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Helvetica-Neue-LT-GEO-85-Heavy';
	src:
	url('../fonts/psp/Helvetica-Neue-LT-GEO-85-Heavy.eot?#iefix') format('embedded-opentype'),
	url('../fonts/psp/Helvetica-Neue-LT-GEO-85-Heavy.woff') format('woff'),
	url('../fonts/psp/Helvetica-Neue-LT-GEO-85-Heavy.ttf') format('truetype'),
	url('../fonts/psp/Helvetica-Neue-LT-GEO-85-Heavy.svg#MyriadGEOBold') format('svg');
	font-display: swap;
}
@font-face {
    font-family: PSP-22-5-ExtraBold;
    src: url("../fonts/psp/PSP-22-5-ExtraBold.otf") format("opentype");
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F2F5FC;
    z-index: 99;
    height: 100%;
}
#status {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../img/preloader.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
body {
	margin:0;
	padding:0;
	font-family: 'Helvetica_Neue_LT_GEO_55_Roman';
	font-size: 17px;
	color: #000;
	background: #F2F5FC;
	overflow-x: hidden;
}
html, body {
	height: 100%;
}
.noscroll {
	overflow: hidden;
}
.body_inside {
	background: #fff;
}
* {
	box-sizing: border-box;
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1240px;
	padding:0 20px;
	margin:0 auto;
}

/* HEADER */
.header_wrapper {
	background: #fff;
}
.header {
	display:flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}
.logo {
	line-height: 0;
	transition: 0.2s ease all;
}
.logo img {
	height: 60px;
}
.nav_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav a {
	font-family: PSP-22-5-ExtraBold;
	margin:0 22px;
	font-size: 15px;
	color: #375171;
	border-bottom: 2px solid transparent;
	padding:12px 0;
	opacity: 0.7;
	transition: 0.2s ease all;
}
.nav a.active {
	opacity: 1;
	border-bottom: 2px solid #7FD3A1;
}
.nav a:hover {
	opacity: 1;
}
.cta {
	margin:0 0 0 26px;
}
.cta a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-radius: 50px;
	padding:0 0 3px 0;
	font-family: PSP-22-5-ExtraBold;
	font-size: 15px;
	color: #fff;
	background: #7FD3A1;
	width: 220px;
	transition: 0.2s ease all;
}
.cta a:hover {
	background: #375171;
}
.cta a svg {
	margin:2px 10px 0 0;
}
.burger {
	display: none;
}
.mob_menu {
	display: none;
}
/* END OF HEADER */

/* HERO */
.hero_wrapper {
	position: relative;
}
.hero_photo {
	line-height: 0;
}
.hero_photo img {
	
}
.hero_web {

}
.hero_mob {
	display: none;
}
.hero_overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#375171+0,375171+100&0.6+0,0.1+80 */
	background: linear-gradient(to right,  rgba(55,81,113,0.6) 0%,rgba(55,81,113,0.1) 80%,rgba(55,81,113,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.hero_info {
	width: 520px;
}
.hero_title {
	font-family: PSP-22-5-ExtraBold;
	font-size: 30px;
	color: #fff;
}
.hero_desc {
	margin:40px 0 0 0;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-family: 'Helvetica_Neue_LT_GEO_65_Medium';
}
.hero_buttons {
	margin:50px 0 0 0;
}
.hero_buttons a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-radius: 50px;
	padding:0 0 3px 0;
	font-family: PSP-22-5-ExtraBold;
	font-size: 15px;
	color: #fff;
	background: #375171;
	width: 220px;
	transition: 0.2s ease all;
}
.hero_buttons a:hover {
	background: #7FD3A1;
}
.hero_buttons a svg {
	margin:2px 10px 0 0;
}
/* END OF HERO */

/* PROMO */
.promo_wrapper {
	padding:80px 0;
}
.promo {

}
.promo_title {
	font-family: PSP-22-5-ExtraBold;
    font-size: 24px;
    color: #375171;
    text-align: center;
}
.promo_list {
	margin:60px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.promo_list_item {
	width: calc(50% - 10px);
	margin:0 0 20px 0;
	background: #fff;
	padding:20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-radius: 6px;
}
.promo_list_item span {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #7FD3A1;
}
.promo_list_item span svg {
	width: 40px;
	height: 40px;
	fill:#fff;
}
.promo_list_item div {
	width:calc(100% - 70px);
	padding:0 0 0 30px;
	color: #375171;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Helvetica_Neue_LT_GEO_65_Medium';
}
/* END OF PROMO */

/* QUESTIONS */
.questions_wrapper {
	background: #fff;
	padding:100px 0 80px 0;
}
.questions_wrapper.inside {
	background: #F2F5FC;
	padding:80px 0;
}
.questions {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.questions_title {
	font-family: PSP-22-5-ExtraBold;
    font-size: 24px;
    color: #375171;
}
.faq {
	width: calc(50% - 10px);
	padding:0 50px 0 0;
}
.touch {
	width: calc(50% - 10px);
    background: #F2F5FC;
    padding: 54px 45px;
    border-radius: 6px;
}
.questions_wrapper.inside .touch {
	background: #fff;
}
.touch_items {
	margin:40px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.touch_item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.touch_item_icon {
	width: 42px;
	height: 42px;
	border-radius: 6px;
	background: #7FD3A1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.touch_item_icon svg {
	width: 20px;
	height: 20px;
	fill:#fff;
}
.touch_item_info {
	padding:0 0 4px 14px;
}
.touch_item_info span {
	font-size: 15px;
	color: #375171;
	font-family: Helvetica_Neue_LT_GEO_65_Medium;
	opacity: 0.7;
}
.touch_item_info div {
	font-size: 16px;
	margin:8px 0 0 0;
	font-family: Helvetica_Neue_LT_GEO_75_Bold;
}
/* END OF QUESTIONS */

/* FOOTER */
.footer_wrapper {
	background: #F2F5FC;
	padding:80px 0;
}
.footer_wrapper.inside {
	background: #fff;
}
.footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer_left {
	width: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer_company {

}
.footer_company_logo {
	line-height: 0;
}
.footer_company_logo img {
	width: auto;
	height: 86px;
}
.footer_company_param {
	display: block;
	margin:0 0 15px 0;
	color:#375171;
	font-family: Helvetica_Neue_LT_GEO_65_Medium;
	font-size: 16px;
}
.footer_company_param:last-child {
	margin:0;
}
.footer_company_param svg {
	color:#7FD3A1;
	width:16px;
	margin:0 10px 0 0;
}
.footer_navs {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer_nav {
	
}
.footer_nav:first-child {
	
}
.footer_nav_item {
	margin:0 0 15px 0;
	color:#375171;
	display: block;
	font-family: Helvetica_Neue_LT_GEO_65_Medium;
	font-size: 16px;
	transition: 0.2s ease all;
}
.footer_nav_item:last-child {
	margin:0px;
}
.footer_nav_item:hover {
	opacity: 0.7;
}
.footer_end {

}
.footer_social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.footer_social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width:45px;
	height: 45px;
	border-radius: 100%;
	background: #fff;
	color:#375171;
	margin:0 14px 0 0;
	font-size:16px;
	transition: 0.2s ease all;
}
.footer_wrapper.inside .footer_social a {
	background: #F2F5FC;
}
.footer_social a:last-child {
	margin:0;
}
.footer_social a:hover {
	background: #7FD3A1;
	color: #fff;
}
.footer_copy {
	margin:24px 0 0 0;
	color:#375171;
	font-size:15px;
	font-family: Helvetica_Neue_LT_GEO_65_Medium;
	opacity: 0.7;
}
/* END OF FOOTER */

/* CONTENT */
.page_caption_wrapper {
	background: #F2F5FC;
	padding:60px 0 0 0;
}
.page_caption_title {
	font-family: PSP-22-5-ExtraBold;
    font-size: 24px;
    color: #375171;
}
.page_bread {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin:15px 0 0 0;
}
.page_bread a {
	color: #375171;
	opacity: 0.7;
	transition: 0.2s ease all;
	font-size: 16px;
}
.page_bread span {
	margin:0 12px;
	color: #7FD3A1;
	font-size: 12px;
}
.page_bread a:hover {
	opacity: 1;
}
/* END OF CONTENT */

/* CONTACT */
.contact_wrapper {
	padding:80px 0 0 0;
	background: #F2F5FC;
}
.contact {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.contact_map {
	width: 50%;
	line-height: 0;
}
.contact_map iframe {
	height: 460px;
}
.contact_info {
	width: 50%;
	padding:0 0 0 60px;
}
.contact_info .touch_items {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin:0;
}
.contact_info .touch_item {
	margin:0 0 20px 0;
}
.contact_info .touch_item .touch_item_info {
	padding: 0 0 2px 20px;
	width: calc(100% - 42px);
}
/* END OF CONTACT */

/* ERROR POPUP */
.error_popup {
	display: none;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 600px;
}
.error_icon {
	width: 100%;
	text-align: center;
	color: #F06060;
	font-size: 50px;
}
.error_desc {
	margin:20px 0 0 0;
	text-align: center;
	font-size: 17px;
	line-height: 25.5px;
}
.error_button {
	margin:30px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.error_button span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	border-radius: 45px;
	font-size: 15px;
	padding:0 30px 2px 30px;
	background: #375171;
	color: #fff;
	cursor: pointer;
}
.error_button span:hover {
	background: #7FD3A1;
}
/* END OF ERROR POPUP */

@media only screen and (max-width : 1200px) {
    .hero_web {
    	display: none;
    }
    .hero_photo {
    	height: 400px;
    }
    .hero_mob {
    	object-fit: cover;
    	width: 100%;
    	height: 100%;
    	object-position: bottom;
    	display: block;
    }
    .questions {
    	align-items: center;
    }
    .touch {
    	padding:40px;
    }
    .touch_items {
    	flex-direction: column;
    	align-items: flex-start;
    	justify-content: flex-start;
    }
    .touch_item {
    	margin:0 0 20px 0;
    }
    .touch_item:last-child {
    	margin:0;
    }
    .footer_company:first-child {
    	display: none;
    }
}

@media only screen and (max-width : 1000px) {
	.nav {
		display: none;
	}
	.burger {
		display: block;
		margin:0 0 0 20px;
	}
	.mob_menu.active {
		position: fixed;
		top:100px;
		left:0;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		background: #F2F5FC;
		height: calc(100dvh - 100px);
		width: 100%;
	}
	.mob_menu a {
		font-family: PSP-22-5-ExtraBold;
	    margin: 20px 0;
	    font-size: 15px;
	    color: #375171;
	    border-bottom: 2px solid transparent;
	    opacity: 0.7;
	    transition: 0.2s ease all;
	}
	.mob_menu a.highlight {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		background: #7FD3A1;
		color: #fff;
		border-radius: 50px;
		padding:0 30px;
		opacity: 1;
	}
	.mob_menu a.highlight svg {
		margin:0 15px 0 0;
	}
	.burger_open {
		display: block;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100%;
		background: #375171;
		color: #fff;
		font-size: 20px;
	}
	.burger_close {
		display: none;
	}
	.burger_close.active {
		display: block;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100%;
		background: #375171;
		color: #fff;
		font-size: 25px;
	}
	.promo_list_item  {
		width: 100%;
	}
	.questions {
		flex-wrap: wrap;
	}
	.faq {
		width: 100%;
		padding:0;
	}
	.touch {
		margin:60px 0 0 0;
		width: 100%;
		flex-direction: row;
	}
	.touch_items {
		flex-direction: row;
		justify-content: space-between;
	}
	.touch_item {
    	margin:0 0 0 0;
    }
    .touch_item:last-child {
    	margin:0;
    }
    .footer_left {
    	width: auto;
    }
    .footer_nav {
    	margin:0 0 0 60px;
    }
    .contact {
    	flex-direction: column;
    	flex-wrap: wrap;
    	align-items: flex-start;
    	justify-content: flex-start;
    }
    .contact_info {
    	order:1;
    	width: 100%;
    	padding:0;
    }
    .contact_map {
    	order:2;
    }
    .contact_info .touch_items {
    	flex-wrap: wrap;
    	flex-direction: row;
    }
    .contact_info .touch_item {
    	width: calc(100% / 2);
    }
    .contact_map{
    	margin:40px 0 0 0;
    	width: 100%;
    }
    .contact_map iframe {
    	width: 100%;
    }
}
@media only screen and (max-width : 800px) {
	.hero_info {
		width: 100%;
	}
	.hero_title {
		font-size: 25px;
	}
	.hero_desc {
		width: 70%;
		margin:30px 0 0 0;
		font-size: 18px;
		line-height: 27px;
	}
	.promo_title {
		font-size: 20px;
	}
	.questions_title {
		font-size: 20px;
	}
	.footer {
		flex-wrap: wrap;
	}
	.footer_left {
		width: 100%;
	}
	.footer_company {
		width: 50%;
	}
	.footer_navs {
		width: 50%;
	}
	.footer_nav {
		margin:0;
	}
	.footer_end {
		margin:40px 0 0 0;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer_social {
		justify-content: flex-start;
		width: 50%;
	}
	.footer_copy {
		width: 50%;
		margin:0;
	}
	.page_caption_title {
		font-size: 20px;
	}
}
@media only screen and (max-width : 600px) {
	.hero_buttons {
		margin:30px 0 0 0;
	}
	.hero_buttons a {
		font-size: 12px;
		height: 40px;
		border-radius: 40px;
		width: 180px;
	}
	.hero_photo {
		height: 370px;
	}
	.hero_title {
		font-size: 18px;
	}
	.hero_desc {
		width: 100%;
		font-size: 15px;
		line-height: 22.5px;
	}
	.promo_title {
		font-size: 18px;
	}
	.promo_list_item {
		padding:10px;
		margin:0 0 10px 0;
	}
	.promo_list_item span {
		width: 58px;
		height: 58px;
	}
	.promo_list_item span svg {
		width: 32px;
		height: 32px;
	}
	.promo_list_item div {
		font-size: 15px;
		line-height: 22.5px;
		padding:0 0 0 20px;
	}
	.footer_left {
		flex-wrap: wrap;
	}
	.footer_company {
		width: 100%;
	}
	.footer_navs {
		margin:40px 0 0 0;
		width: 100%;
	}
	.footer_end {
		flex-wrap: wrap;
	}
	.footer_social {
		width: 100%;
	}
	.footer_copy {
		margin:40px 0 0 0;
		width: 100%;
	}
	.footer_company_param {
		font-size: 14px;
	}
	.footer_nav_item {
		font-size: 14px;
	}
	.footer_copy {
		font-size: 12px;
	}
	.header {
		height: 80px;
	}
	.logo img {
		height: 50px;
	}
	.cta {
		margin:0;
	}
	.cta a {
		font-size: 12px;
		width: auto;
		height: auto;
		color: #375171;
		padding:0;
		border:none;
		background: #fff;
	}
	.cta a:hover {
		color: #375171;
		background: #fff;
	}
	.cta a svg {
		margin-top: 0;
	}
	.promo_wrapper{
		padding:40px 0;
	}
	.promo_list {
		margin:40px 0 0 0;
	}
	.questions_wrapper {
		padding:40px 0;
	}
	.touch {
		margin:20px 0 0 0;
	}
	.footer_wrapper {
		padding:40px 0;
	}
	.footer_copy {
		margin:20px 0 0 0;
	}
	.page_caption_title {
		font-size: 18px;
	}
	.page_bread a {
		font-size: 13px;
	}
	.page_caption_wrapper {
		padding:40px 0 0 0;
	}
	.questions_wrapper.inside {
		padding:40px 0;
	}
	.contact_wrapper {
		padding:40px 0 0 0;
	}
	.contact_info .touch_item {
		width: 100%;
		margin:0 0 10px 0;
	}
	.burger_open {
		font-size: 20px;
		border-radius: 6px;
		background: #fff;
		color: #375171;
		border:1px solid #375171;
	}
	.burger_close.active {
		font-size: 22px;
		border-radius: 6px;
		background: #fff;
		color: #fff;
		background: #375171;
	}
	.mob_menu.active {
		top:80px;
		height: calc(100dvh - 80px);
	}
	.error_desc {
		font-size: 15px;
		line-height: 22.5px;
	}
	.error_button span {
		font-size: 14px;
	}
}