body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	max-width: 1140px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (max-width: 780px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@font-face {
	font-family: 'Raleway';
	src: local("RalewayBL"), url("../font/Raleway-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("RalewayEB"), url("../font/Raleway-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("RalewayB"), url("../font/Raleway-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("RalewaySB"), url("../font/Raleway-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("RalewayM"), url("../font/Raleway-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("Raleway"), url("../font/Raleway-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("RalewayL"), url("../font/Raleway-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("RalewayEL"), url("../font/Raleway-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway';
	src: local("RalewayT"), url("../font/Raleway-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'PN';
	src: url("../font/ProximaNova-Semibold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'PN';
	src: url("../font/ProximaNova-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'PN';
	src: url("../font/ProximaNova-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

.title2 {
	color: #000000;
	font-family: "Raleway";
	font-size: 38px;
	font-weight: 600;
	text-align: center;
}

.psb30 {
	font-family: "Raleway";
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
}

.p15 {
	color: #000000;
	font-family: "PN";
	font-size: 15px;
	font-weight: 400;
}

.mt40 {
	margin-top: 40px;
}

body {
	font-family: sans-serif;
}

img {
	height: auto;
}

html {
	font-size: 14px;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}

.button {
	position: relative;
	overflow: hidden;
	border-radius: 21px;
	height: 44px;
	width: 175px;
	max-width: 100%;
	background-color: transparent;
	background-image: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: none;
	border: 2px solid rgb(56,71,156);
	font-family: "PN";
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	z-index: 2;
	color: #fff;
}

/* .button::after {
    position: absolute;
    top: -2px; bottom: -2px;
    left: -2px; right: -2px;
    background: linear-gradient(to left, #743ad5, #d53a9d);
    content: '';
    z-index: -1;
    border-radius: 21px;
} */
  
.button:before {
	background-image: -moz-linear-gradient( 0deg, rgb(83,119,189) 0%, rgb(56,71,156) 42%, rgb(104,154,214) 91%);
	background-image: -webkit-linear-gradient( 0deg, rgb(83,119,189) 0%, rgb(56,71,156) 42%, rgb(104,154,214) 91%);
	background-image: -ms-linear-gradient( 0deg, rgb(83,119,189) 0%, rgb(56,71,156) 42%, rgb(104,154,214) 91%);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}


.button:hover {
	border: none;
	color: #fff;
}

.button:hover:before {
	opacity: 1;
}

.video {
	position: relative;
}

.video-wrap {
	width: 100%;
	padding-top: 56.25%;
	background-color: #000;
}

.video-frame {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video-img {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0%;
	width: 100%;
	height: 100%;
	background-image: url("../img/8cmi/pre1.png");
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 1;
}

.video-img img {
	width: 67px;
	height: 67px;
	cursor: pointer;
}

.video-img img:hover {
	-webkit-filter: hue-rotate(180deg);
	filter: hue-rotate(180deg);
}

.video .cmi1-img {
	background-image: url("../img/8cmi/pre1.png");
}

.video .cmi2-img {
	background-image: url("../img/8cmi/pre2.png");
}

.video .cmi3-img {
	background-image: url("../img/8cmi/pre3.png");
}

.video .cmi4-img {
	background-image: url("../img/8cmi/pre4.png");
}

.video .cmi5-img {
	background-image: url("../img/8cmi/pre5.png");
	background-position-y: 50%;
}

.video .cmi6-img {
	background-image: url("../img/8cmi/pre6.png");
}

.video iframe {
	border: none;
}

.green {
	color: #5d983e;
}

.bbgreen {
	position: relative;
}

.bbgreen::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #5d983e;
}

.bold {
	color: #000000;
	font-family: "PN";
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 18px;
}

.light {
	color: #7a7a7a;
	font-size: 15px;
	line-height: 22px;
	font-family: "HelveticaNeueCyr";
	font-weight: 300;
}

.blue {
	color: #4c86e1;
	font-family: "HelveticaNeueCyr";
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.t2 {
	color: #000000;
	font-family: "PN";
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	text-align: center;
	white-space: pre-line;
}

.mlauto {
	margin-left: auto;
	display: flex;
	flex-direction: column;
}

.mlauto .header-number {
	color: #fff;
	font-family: "PN";
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
}

@media(max-width:480px) {
	.mlauto .header-number {
		font-size: 18px;
	}
}

.header-fixed .header-number {
	color: #000;
}

.menu {
	position: relative;
}

.menu img {
	cursor: pointer;
}

.menu .menu-box {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

.menu .menu-box ul li {
	color: #ffffff;
	font-family: "Raleway";
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	background-image: -moz-linear-gradient( 0deg, rgb(104,154,214) 0%, rgb(56,71,156) 42%, rgb(83,119,189) 91%);
	background-image: -webkit-linear-gradient( 0deg, rgb(104,154,214) 0%, rgb(56,71,156) 42%, rgb(83,119,189) 91%);
	background-image: -ms-linear-gradient( 0deg, rgb(104,154,214) 0%, rgb(56,71,156) 42%, rgb(83,119,189) 91%);
	padding: 12px 30px;
	cursor: pointer;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.menu .menu-box ul li:hover {
	background-image: -moz-linear-gradient( 0deg, rgb(83,119,189) 0%, rgb(56,71,156) 42%, rgb(104,154,214) 91%);
	background-image: -webkit-linear-gradient( 0deg, rgb(83,119,189) 0%, rgb(56,71,156) 42%, rgb(104,154,214) 91%);
	background-image: -ms-linear-gradient( 0deg, rgb(83,119,189) 0%, rgb(56,71,156) 42%, rgb(104,154,214) 91%);
}

.header {
	padding-top: 30px;
}

.header-items {
	padding-right: 83px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-items .button {
	margin-left: auto;
}

.header .logo-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .logo-items .logo-img {
	margin-right: 31px;
}

.header .logo-items .logo-text {
	font-family: "Raleway";
	font-weight: 600;
	line-height: 55px;
	font-size: 45px;
	text-transform: uppercase;
	background: linear-gradient(to right, #4265d0 0%, #9c4ef4 51%, #aa33c9 100%);
	/* background: linear-gradient(to right, #aa33c9 0%, #9c4ef4 51%, #4265d0 100%); */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #b274eb;
}


.header .menu {
	margin-right: 34px;
}

.header .container {
	max-width: 1306px;
}

.header-fixed {
	padding-top: 7px;
	padding-bottom: 7px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	color: #000;
	display: none;
	border-bottom: 1px solid #d8d8d8;
}

.header-fixed button {
	color: #000;
}

.main {
	position: relative;
	background-size: cover;
	color: #fff;
}

.main-content {
	margin-top: 200px;
	padding-bottom: 277px;
	text-align: center;
}

.main h1 {
	font-family: "Raleway";
	font-weight: 600;
	font-size: 100px;
	line-height: 75px;
}

.main h2 {
	margin-top: 22px;
	font-family: "Raleway";
	font-weight: 500;
	font-size: 50px;
	line-height: 75px;
}

.main h3 {
	margin-top: 28px;
	font-family: "Raleway";
	font-weight: 400;
	line-height: 38px;
	font-size: 28px;
}

.advantage {
	background-color: #fff;
	position: relative;
	padding-top: 115px;
	padding-bottom: 120px;
}

.advantage .container {
	position: relative;
	z-index: 1;
}

.advantage1 {
	margin-top: 60px;
	position: relative;
}

.advantage1 img {
	position: relative;
	top: 0;
	right: -10%;
	-webkit-box-shadow: 2px 6px 120px rgba(49, 24, 82, 0.07);
	box-shadow: 2px 6px 120px rgba(49, 24, 82, 0.07);
}

.advantage1 .advantage-box {
	width: 560px;
	padding: 51px 36px 52px 85px;
	position: absolute;
	top: 6%;
	left: -13%;
	z-index: 1;
}

.advantage1 .advantage-box ul li {
	background-image: url("../img/3advantages/list11.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position-y: 6px;
}

.advantage2 {
	margin-top: 156px;
}

.advantage2 h3 {
	margin-bottom: 25px;
}

.advantage2 .advantage-box {
	margin-left: auto;
	width: 608px;
	padding: 51px 75px 44px 85px;
}

.advantage2 .advantage-box ul {
	margin-left: -5px;
}

.advantage2 .advantage-box ul li {
	padding-left: 50px;
	line-height: 40px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.advantage2 .advantage-box .list1 {
	background-image: url("../img/3advantages/list1.png");
	background-position-x: 8px;
	background-position-y: 7px;
}

.advantage2 .advantage-box .list2 {
	background-image: url("../img/3advantages/list2.png");
	background-position-x: 8px;
}

.advantage2 .advantage-box .list3 {
	background-image: url("../img/3advantages/list3.png");
}

.advantage3 {
	margin-top: 65px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.advantage3 .advantage-box {
	width: 550px;
	padding: 73px 106px 64px 78px;
	position: absolute;
	top: 6%;
	left: -13%;
	z-index: 1;
}

.advantage4 {
	position: relative;
}

.advantage4 .advantage-box {
	width: 600px;
	padding: 73px 99px 77px 78px;
	position: absolute;
	top: 6%;
	right: 0%;
	z-index: 1;
}

.advantage4 img {
	position: relative;
	left: -13%;
}

.advantage5 {
	position: relative;
}

.advantage5 .advantage-box {
	position: absolute;
	top: 5.5%;
	left: -13%;
	z-index: 1;
	width: 720px;
	padding: 51px 73px 54px 0px;
}

.advantage5 .advantage-box .bold {
	color: #000000;
	font-family: "PN";
	font-weight: 600;
	line-height: 28px;
	background-image: none;
}

.advantage5 .advantage-box p,
.advantage5 .advantage-box h3 {
	padding-left: 85px;
}

.advantage5 .advantage-box p {
	margin-top: 10px;
	/* background-image: url("../img/3advantages/listline.png"); */
	background-repeat: no-repeat;
	background-position-y: 14px;
}

.advantage5 img {
	-webkit-box-shadow: 2px 6px 120px rgba(49, 24, 82, 0.07);
	box-shadow: 2px 6px 120px rgba(49, 24, 82, 0.07);
	position: relative;
	top: 0;
	right: -10%;
}

.advantage-box {
	-webkit-box-shadow: 6px 23px 40px rgba(49, 24, 82, 0.09);
	box-shadow: 6px 23px 40px rgba(49, 24, 82, 0.09);
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.advantage-box h3 {
	font-family: "Raleway";
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
}

.advantage-box p,
.advantage-box ul li {
	color: #6a6a6a;
	font-family: "PN";
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.advantage-box p {
	margin-top: 20px;
}

.priority {
	background-image: url(../img/5priority/priority1.JPG);
	background-size: cover;
	background-position: 50%;
	padding-top: 115px;

}

.priority-wraper {
	background-image: linear-gradient(to bottom, transparent 50%, rgba(000, 000, 000, 0.5) 100%);
	padding-bottom: 88px;
}

.priority .container {
	position: relative;
}

.priority h2 {
	color: #000;
}

.priority-note {
	padding-top: 612px;
	padding-right: 50px;
	color: #ffffff;
	font-family: "PN";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.priority-note p {
	padding-left: 48px;
	background-image: url("../img/5priority/icon.png");
	background-repeat: no-repeat;
}

.priority-note span {
	color: #39c0ff;
	text-decoration: underline;
}

.priority-box {
	background-image: url("../img/5priority/line.png");
	background-repeat: no-repeat;
	padding-left: 23px;
	color: #ffffff;
	font-family: "Raleway";
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	height: 130px;
	max-width: 230px;
}

.priority .box1 {
	position: absolute;
	left: 48%;
	top: 22%;
}

.priority .box2 {
	position: absolute;
	left: 13%;
	top: 47%;
}

.priority .box3 {
	position: absolute;
	left: 35%;
	top: 68%;
}

.priority .box4 {
	position: absolute;
	left: 10%;
	top: 40%;
}

.priority .box5 {
	position: absolute;
	right: 0%;
	top: 17%;
}

.priority .box6 {
	position: absolute;
	right: 16%;
	top: 47%;
}

.priority .box7 {
	position: absolute;
	left: 100%;
	top: 25%;
}

.window {
	background-color: #fff;
	padding-top: 110px;
	padding-bottom: 126px;
}

.window h3 {
	margin-top: 12px;
	text-align: center;
	font-family: "Raleway";
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
}

.window-items {
	padding-left: 20px;
	margin-right: -40px;
	margin-top: 74px;
	margin-bottom: 51px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.window-items__item {
	width: 20%;
}

.window-items__item .num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.window-items__item .num-line {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1px;
	background-color: #aeaeaa;
}

.window-items__item .window-img {
	height: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 28px;
	margin-left: -20px;
}

.window-items__item .window-img .first {
	margin-left: 20px;
}

.window-items__item .window-text {
	margin-top: 39px;
	color: #000000;
	font-family: "Raleway";
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.window-note {
	padding-left: 20px;
	font-family: "PN";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.window-note p {
	padding-left: 48px;
	background-image: url("../img/6window/icon.png");
	background-repeat: no-repeat;
}

.resident {
	position: relative;
	background-color: #f2f4f7;
	padding-top: 100px;
	padding-bottom: 136px;
}

.resident .container {
	position: relative;
	z-index: 1;
}

.resident h2 {
	margin-bottom: 50px;
}

.resident-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.resident-items__item {
	margin-bottom: 30px;
	padding-top: 88px;
	padding-left: 58px;
	padding-right: 55px;
	padding-bottom: 83px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.33333% - 30px);
}

.resident-items__item .resident-img {
	height: 88px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 12px;
}

.resident-items__item p {
	color: #000000;
	font-family: "PN";
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
}

.resident-items__item .link {
	margin-top: 15px;
	color: #0081d4;
	text-decoration: underline;
}

.cmi {
	background-color: #fff;
	padding-top: 86px;
}

.cmi h2 {
	margin-bottom: 60px;
}

.cmi-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.cmi-items__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(33.33333% - 30px);
	margin-bottom: 40px;
}

.cmi-items__item p {
	margin-top: 20px;
	color: #000000;
	font-family: "PN";
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.cmi-but {
	text-align: center;
}

.cmi-button {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	height: 56px;
	width: 364px;
	max-width: 100%;
	background-color: #1086d2;
	background-image: none;
	outline: none;
	border: none;
	font-family: "Raleway";
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	z-index: 2;
	color: #fff;
}

.cmi-button:hover {
	background-color: #56a8df;
}

.form {
	padding-top: 50px;
}

.form .container {
	position: relative;
	margin-top: 84px;
	max-width: 1230px;
	background-color: #747983;
	color: #ffffff;
	padding-top: 82px;
	padding-left: 125px;
	padding-bottom: 86px;
	margin-bottom: -77px;
	z-index: 1;
}

.form .container h2 {
	font-family: "Raleway";
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 10px;
}

.form .container h3 {
	font-family: "Raleway";
	font-weight: 400;
	line-height: 34px;
	font-size: 24px;
	margin-bottom: 50px;
}

.form-inputs {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 600px;
}

.form-inputs__item {
	width: 260px;
	margin-right: 32px;
	margin-bottom: 19px;
}

.form-inputs__item input {
	height: 55px;
	width: 100%;
	background-color: transparent;
	color: #fff;
	border: none;
	outline: none;
	font-size: 18px;
	border-bottom: 1px solid #c6bdb1;
}

.form-inputs__item input::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #fff;
}

.form-inputs__item input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.form-inputs__item input:-moz-placeholder {
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.form-inputs__item input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.form-inputs__item button {
	width: 100%;
	height: 55px;
	border-radius: 28px;
	color: #ffffff;
	font-family: "Raleway";
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
	background-image: -moz-linear-gradient( 0deg, rgb(104,154,214) 0%, rgb(56,71,156) 42%, rgb(83,119,189) 91%);
	background-image: -webkit-linear-gradient( 0deg, rgb(104,154,214) 0%, rgb(56,71,156) 42%, rgb(83,119,189) 91%);
	background-image: -ms-linear-gradient( 0deg, rgb(104,154,214) 0%, rgb(56,71,156) 42%, rgb(83,119,189) 91%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	transition: background-image 0.3s ease-in;
}

.form .man {
	position: absolute;
	bottom: 0;
	right: 5%;
}

#form {
	background-color: #fff;
}

.map {
	position: relative;
}

.map #map {
	height: 832px;
	background-color: #aeaeae;
}

.map .container {
	max-width: 1380px;
}

.map-box {
	position: absolute;
	top: 30%;
	padding: 75px 68px 61px 126px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 588px;
	background-color: #fff;
}

.map-box h2 {
	color: #000000;
	font-family: "Raleway";
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 10px;
}

.map-box .adress {
	font-family: "PN";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #6a6a6a;
}

.map-box hr {
	margin-top: 29px;
	margin-bottom: 20px;
	height: 1px;
	background-color: #c2c3c9;
}

.map-box .number {
	color: #000000;
	font-family: "PN";
	font-size: 24px;
	font-weight: 400;
	line-height: 50px;
}

.map-box .question {
	color: #6a6a6a;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: "PN";
}

.map-box .button {
	color: #000000;
	font-family: "PN";
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	width: 240px;
	height: 43px;
}

.map-box .button:hover {
	color: #fff;
}

.footer {
	background-color: #fff;
	padding-top: 45px;
	padding-bottom: 49px;
}

.footer-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}

.footer-items__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	margin-left: 15px;
	margin-right: 15px;
}

.footer-logo {
	width: calc(50% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-logo .logo-text {
	font-family: "Raleway";
	font-weight: 600;
	line-height: 55px;
	font-size: 30px;
	text-transform: uppercase;
	background: linear-gradient(to right, #aa33c9 0%, #9c4ef4 51%, #4265d0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0B2349;
	margin-left: 15px;
}

.footer .orange {
	width: calc(25% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer .orange-text {
	color: #6a6a6a;
	font-family: "PN";
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	margin-left: 21px;
}

.footer .backcall {
	margin-top: -10px;
	text-align: right;
	width: calc(25% - 30px);
}

.footer .backcall .footer-number {
	color: #000000;
	font-family: "PN";
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
}

.footer .backcall .footer-button button {
	color: #000000;
	font-family: "PN";
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.footer .backcall .footer-button button:hover {
	color: #fff;
}

.plan {
	overflow: hidden;
	background-color: #f3f6f8;
	background-image: url("../img/plan/bg.png");
	padding-top: 94px;
}

.plan .container {
	max-width: 1246px;
}

.plan .plan-button {
	text-align: center;
	padding-bottom: 30px;
}

.plan .plan-button button {
	width: 320px;
	height: 60px;
	border-radius: 28px;
	color: #ffffff;
	font-family: "Raleway";
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
	background-image: -moz-linear-gradient( 0deg, rgb(104,154,214) 0%, rgb(56,71,156) 42%, rgb(83,119,189) 91%);
	background-image: -webkit-linear-gradient( 0deg, rgb(104,154,214) 0%, rgb(56,71,156) 42%, rgb(83,119,189) 91%);
	background-image: -ms-linear-gradient( 0deg, rgb(104,154,214) 0%, rgb(56,71,156) 42%, rgb(83,119,189) 91%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}

.plan h3 {
	text-align: center;
	font-family: "Raleway";
	font-size: 28px;
	font-weight: 400;
	line-height: 45px;
}

.plan-text {
	display: none;
	z-index: 8;
	background-color: #fff;
	padding: 12px;
	border-radius: 31px;
	min-width: 500px;
	position: absolute;
	top: -100px;
	left: 20%;
}

.plan-text__number {
	text-align: center;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: -moz-linear-gradient( 0deg, rgb(83,119,189) 0%, rgb(56,71,156) 42%, rgb(104,154,214) 91%);
	background-image: -webkit-linear-gradient( 0deg, rgb(83,119,189) 0%, rgb(56,71,156) 42%, rgb(104,154,214) 91%);
	background-image: -ms-linear-gradient( 0deg, rgb(83,119,189) 0%, rgb(56,71,156) 42%, rgb(104,154,214) 91%);
	color: #ffffff;
	font-family: "Raleway";
	font-size: 20px;
	font-weight: 600;
	line-height: 41px;
	margin-right: 11px;
	max-height: 41px;
	min-width: 41px;
}

.plan-text__text {
	color: #6a6a6a;
	font-family: "PN";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding-top: 9px;
}

.plan .way {
	position: absolute;
	right: 0;
	top: 50%;
	display: flex;
	transform: rotate(-45deg);
}

.plan .way .planleft {

	transform: rotate(45deg);
}

.plan .way .planright {

	transform: rotate(45deg);
}

.plan .way p {
	color: #6a6a6a;
	font-family: "PN";
	font-size: 16px;
	font-weight: 400;
	line-height: 16.85px;
	padding: 0 20px;
}

.plan .way span {
	color: #343434;
	font-family: "PN";
	font-size: 16px;
	font-weight: 700;
	line-height: 16.85px;
	padding: 0 35px;
}



.plan .plan-map {
	position: relative;
}

.plan1 {
	position: absolute;
	top: 26.3%;
	left: 1.6%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan1:hover .p1 {
	display: block;
}

.plan1:hover .plan-text1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.planoxp {
	position: absolute;
	top: 29.8%;
	left: 34.2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.planoxp:hover .poxp {
	display: block;
}

.planoxp:hover .plan-textoxp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.planiron {
	position: absolute;
	top: 7.2%;
	left: 1%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.planiron:hover .piron {
	display: block;
}

.planiron:hover .plan-textiron {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 0;
}

.plan2 {
	position: absolute;
	top: 33.2%;
	left: 16.55%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan2:hover .p2 {
	display: block;
}

.plan2:hover .plan-text2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan3 {
	position: absolute;
	top: 49.8%;
	left: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan3:hover .p3 {
	display: block;
}

.plan3:hover .plan-text3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan4 {
	position: absolute;
	top: 44%;
	left: 28%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan4:hover .p4 {
	display: block;
}

.plan4:hover .plan-text4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan5 {
	position: absolute;
	top: 42%;
	left: 30%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan5:hover .p5 {
	display: block;
}

.plan5:hover .plan-text5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan6 {
	position: absolute;
	top: 26.3%;
	left: 23.3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan6:hover .p6 {
	display: block;
}

.plan6:hover .plan-text6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan7 {
	position: absolute;
	top: 25.5%;
	left: 34.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan7:hover .p7 {
	display: block;
}

.plan7:hover .plan-text7 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan8 {
	position: absolute;
	top: 26.35%;
	left: 41.47%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan8:hover .p8 {
	display: block;
}

.plan8:hover .plan-text8 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan9 {
	position: absolute;
	top: 23.8%;
	left: 48.35%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan9:hover .p9 {
	display: block;
}

.plan9:hover .plan-text9 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan10 {
	position: absolute;
	top: 70.3%;
	left: 42.6%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan10:hover .p10 {
	display: block;
}

.plan10:hover .plan-text10 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan11 {
	position: absolute;
	top: 61.9%;
	left: 48.2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan11:hover .p11-2 {
	display: block;
}

.plan11:hover .plan-text11 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan12 {
	position: absolute;
	top: 55.2%;
	left: 53.25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan12:hover .p12 {
	display: block;
}

.plan12:hover .plan-text12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan14 {
	position: absolute;
	top: 22.4%;
	left: 67.35%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan14:hover .p14 {
	display: block;
}

.plan14:hover .plan-text14 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -120px;
}

.plan13 {
	position: absolute;
	top: 43.9%;
	left: 64.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan13:hover .p13 {
	display: block;
}

.plan13:hover .plan-text13 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -90px;
}

.plan23 {
	position: absolute;
	top: 50.6%;
	left: 65.4%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan23:hover .p23 {
	display: block;
}

.plan23:hover .plan-text23 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -120px;
}

.plan15 {
	position: absolute;
	top: 11.4%;
	left: 82.6%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.plan15:hover .p15 {
	display: block;
}

.plan15:hover .plan-text15 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -310px;
}

.plan16 {
	position: absolute;
	top: 13.3%;
	left: 63.9%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan16:hover .p16 {
	display: block;
}

.plan16:hover .plan-text16 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -80px;
}

.plan17 {
	position: absolute;
	top: 9.7%;
	left: 70.6%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan17:hover .p17 {
	display: block;
}

.plan17:hover .plan-text17 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -160px;
}

.plan18 {
	position: absolute;
	top: 8.8%;
	left: 78.6%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan18:hover .p18 {
	display: block;
}

.plan18:hover .plan-text18 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -270px;
}

.plan19 {
	position: absolute;
	top: 54.55%;
	left: 38.35%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan19:hover .p19 {
	display: block;
}

.plan19:hover .plan-text19 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan20-1 {
	position: absolute;
	top: 30.5%;
	left: 63%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan20-1:hover .p20-1 {
	display: block;
}

.plan20-1:hover .plan-text20 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan20-2 {
	position: absolute;
	top: 35%;
	left: 40.8%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan20-2:hover .p20-2 {
	display: block;
}

.plan20-2:hover .plan-text20-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan21 {
	position: absolute;
	top: 27.5%;
	left: 6.2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan21:hover .p21 {
	display: block;
}

.plan21:hover .plan-text21 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan22 {
	position: absolute;
	top: 64.2%;
	left: 33.2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan22:hover .p22-2 {
	display: block;
}

.plan22:hover .plan-text22 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan24 {
	position: absolute;
	top: 21.5%;
	left: 58.15%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan24:hover .p24 {
	display: block;
}

.plan24:hover .plan-text24 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -70px;
}

.plan25 {
	position: absolute;
	top: 25.5%;
	left: 59.8%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan25:hover .p25 {
	display: block;
}

.plan25:hover .plan-text25 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -70px;
}

.plan26 {
	position: absolute;
	top: 58%;
	left: 37%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan26:hover .p26 {
	display: block;
}

.plan26:hover .plan-text26 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan27 {
	position: absolute;
	top: 59.9%;
	left: 35.2%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan27:hover .p27 {
	display: block;
}

.plan27:hover .plan-text27 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan28 {
	position: absolute;
	top: 62.8%;
	left: 34.53%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan28:hover .p28 {
	display: block;
}

.plan28:hover .plan-text28 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan29 {
	position: absolute;
	top: 57.7%;
	left: 49%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan29:hover .p29 {
	display: block;
}

.plan29:hover .plan-text29 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan30 {
	position: absolute;
	top: 59.7%;
	left: 50.1%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan30:hover .p30 {
	display: block;
}

.plan30:hover .plan-text30 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plan31 {
	position: absolute;
	top: 41.7%;
	left: 70.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plan31:hover .p31 {
	display: block;
}

.plan31:hover .plan-text31 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -160px;
}

.plantp {
	position: absolute;
	top: 39.5%;
	left: 19%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plantp:hover .ptp {
	display: block;
}

.plantp:hover .plan-texttp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plansi {
	position: absolute;
	top: 31.2%;
	left: 19.1%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plansi:hover .psi {
	display: block;
}

.plansi:hover .plan-textsi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.planp {
	position: absolute;
	top: 29.95%;
	left: 22.35%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.planp:hover .pp {
	display: block;
}

.planp:hover .plan-textp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plank {
	position: absolute;
	top: 27.5%;
	left: 17.05%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plank:hover .pk {
	display: block;
}

.plank:hover .plan-textk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.planf {
	position: absolute;
	top: 30.8%;
	left: 14.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.planf:hover .pf {
	display: block;
}

.planf:hover .plan-textf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.plant {
	position: absolute;
	top: 40.6%;
	left: 50.85%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.plant:hover .pt {
	display: block;
}

.plant:hover .plan-textt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.planpriv {
	position: absolute;
	top: 17.2%;
	left: 55.85%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.planpriv:hover .ppriv {
	display: block;
}

.planpriv:hover .plan-textpriv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -40px;
}

.planzone1 {
	position: absolute;
	top: 30.6%;
	left: 41%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.planzone1:hover .pzone1 {
	display: block;
}

.planzone1:hover .plan-textzone1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 8;
}

.plan .p66,
.plan .p11,
.plan .p22,
.plan .p33,
.plan .p44,
.plan .p55,
.plan .p77,
.plan .p88,
.plan .p99,
.plan .p1010,
.plan .p1111,
.plan .p1212,
.plan .p1313,
.plan .p2121,
.plan .p2323,
.plan .p2424,
.plan .p2525,
.plan .p1616,
.plan .p1717,
.plan .p1818,
.plan .p1919,
.plan .p1414,
.plan .p1515,
.plan .p2020-1,
.plan .p2020-2,
.plan .p2626,
.plan .p2222,
.plan .p2727,
.plan .p2828,
.plan .p2929,
.plan .p3030,
.plan .p3131,
.plan .ptp-1,
.plan .pp-1,
.plan .pk-1,
.plan .pf-1,
.plan .pt-1,
.plan .psi-1 {
	position: relative;
	z-index: 6;
}

.plan .pzone1-1 {
	position: relative;
	z-index: 4;
}

.plan .ppriv-1 {
	position: relative;
	z-index: 2;
}

.plan .oxp-1 {
	position: relative;
	z-index: 0;
}

.plan .piron-1 {
	position: relative;
	z-index: 2;
}

.plan .p6,
.plan .p1,
.plan .p2,
.plan .p3,
.plan .p4,
.plan .p5,
.plan .p7,
.plan .p8,
.plan .p9,
.plan .p10,
.plan .p11-2,
.plan .p12,
.plan .p13,
.plan .p19,
.plan .p21,
.plan .p22-2,
.plan .p23,
.plan .p24,
.plan .p25,
.plan .p16,
.plan .p17,
.plan .p18,
.plan .p14,
.plan .p15,
.plan .p20-1,
.plan .p20-2,
.plan .p26,
.plan .p27,
.plan .p28,
.plan .p29,
.plan .p30,
.plan .p31,
.plan .ptp,
.plan .pp,
.plan .pk,
.plan .pf,
.plan .pt,
.plan .psi,
.plan .ppriv,
.plan .poxp,
.plan .pzone1,
.plan .piron {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
	display: none;
	-webkit-filter: drop-shadow(8px 33px 27px rgba(49, 24, 82, 0.75));
	filter: drop-shadow(8px 33px 27px rgba(49, 24, 82, 0.75));
}

.plan .p8 {
	top: -4px;
}

.plan .pzone1 {
	z-index: 5;
}

.plan .ppriv {
	z-index: 3;
}

.plan .piron {
	z-index: 3;
}

.plan .poxp {
	z-index: 1;
}

.modal-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100%;
	width: 100%;
	background-color: rgba(78, 78, 78, 0.45);
}

.modal-main {
	background-color: #464c58;
	background-image: url("../img/modal/bg.png");
	max-width: 45.5%;
	margin: 0 auto;
	color: #fff;
	margin-top: 85px;
	padding-left: 61px;
	padding-top: 62px;
	padding-bottom: 37px;
	background-size: cover;
	position: relative;
	z-index: 9999;
}

.modal-main .psb30,
.modal-main .modal-desc {
	white-space: pre-line;
	margin-bottom: 20px;
}

.modal-main span {
	color: #fff;
	font-family: "PN";
	font-size: 11px;
	font-weight: 300;
	line-height: 16px;
	white-space: pre-line;
}

.modal-main .modal-desc {
	font-family: "Raleway";
	font-weight: 400;
	line-height: 34px;
	font-size: 24px;
}

.modal-main input {
	height: 55px;
	width: 100%;
	background-color: transparent;
	color: #fff;
	border: none;
	outline: none;
	font-size: 18px;
	border-bottom: 1px solid #c6bdb1;
}

.modal-main input::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #fff;
}

.modal-main input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.modal-main input:-moz-placeholder {
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.modal-main input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.modal-main button {
	width: 100%;
	height: 55px;
	border-radius: 28px;
	color: #ffffff;
	font-family: "Raleway";
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
	background-image: -moz-linear-gradient( 0deg, rgb(104,154,214) 0%, rgb(56,71,156) 42%, rgb(83,119,189) 91%);
	background-image: -webkit-linear-gradient( 0deg, rgb(104,154,214) 0%, rgb(56,71,156) 42%, rgb(83,119,189) 91%);
	background-image: -ms-linear-gradient( 0deg, rgb(104,154,214) 0%, rgb(56,71,156) 42%, rgb(83,119,189) 91%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}

.modal-main input[type=text],
.modal-main .button {
	width: 260px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12px;
}

.modal-main input[type=text] {
	background-color: transparent;
	outline: none;
}

.modal-main .modal-main-text {
	width: 52%;
}

.modal-main .modal-main-text .light {
	white-space: pre-line;
}

.modal-main .modal-main-form {
	width: 48%;
}

.modal-main .modal-main-form input[name=mail_f] {
	display: none;
}

.modal-main .modal-main-form .modal-items {
	margin-bottom: 28px;
}

.modal-main .modal-main-form .modal-items_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: "PN";
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}

.modal-main .modal-main-form .modal-items_item input {
	height: 18px;
	width: 18px;
}

.modal-main .modal-main-form .modal-items_item label {
	display: inline-block;
	padding-left: 12px;
}

.modal-main1 {
	max-width: 920px;
	padding-left: 81px;
}

.modal-main1 .phone {
	position: absolute;
	bottom: 5%;
	right: 11%;
}

.modal-main1 .form {
	padding-top: 0;
}

.modal-main2 {
	max-width: 900px;
	padding-left: 81px;
	background-image: url("../img/modal/bg2.png");
	background-size: cover !important;
	background-repeat: no-repeat;
}

.modal-main2 .form {
	padding-top: 0;
}

.modal-main3 {
	max-width: 751px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.modal-main3 .psb24 {
	font-size: 24px;
	margin-bottom: 14px;
}

.modal-main3 .bold {
	margin-bottom: 5px;
}

.modal-main4 {
	max-width: 920px;
	padding-left: 81px;
}

@media screen and (max-width: 850px) and (orientation: landscape) {
	.modal-main {
		margin-top: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.modal-main1 br {
		display: none;
	}

	.modal-main1 .phone {
		display: none;
	}
}

@media screen and (max-width: 640px) and (orientation: landscape) {

	.modal-main1 input[type=text],
	.modal-main1 .button {
		max-width: 100%;
		width: 200px;
	}

	.modal-main1 .psb30 {
		white-space: normal;
		margin-bottom: 10px;
	}

	.modal-main1 .modal-desc {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 970px) {
	.modal-main1 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 95%;
	}

	.modal-main1 .phone {
		display: none;
	}
}

@media screen and (max-width: 813px) {
	.modal-main2 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 95%;
		max-height: 95%;
		overflow-y: auto;
	}

	.modal-main2 .modal-main-text {
		width: 100%;
	}

	.modal-main2 .modal-main-text .psb30 {
		white-space: normal;
	}

	.modal-main2 .modal-main-form {
		margin-top: 20px;
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	.modal-main {
		padding-left: 25px;
		padding-right: 25px;
		margin-top: 20px;
	}

	.modal-main1 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 95%;
	}

	.modal-main .modal-desc,
	.modal-main .modal-psb30 {
		white-space: normal !important;
	}
}

@media screen and (max-width: 420px) {
	.modal-main .modal-desc {
		font-size: 20px;
		line-height: 28px;
	}
}

.close {
	position: absolute;
	top: 5%;
	right: 3%;
	cursor: pointer;
}

.parallax {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -0;
}

.parallax .layer {
	width: 104%;
	height: 104%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 0px 0px -2%;
	background-position: right -30%;
	background-repeat: no-repeat;
}

.parallax1,
.parallax2 {
	position: relative;
}

.parallax_advantage .layer_01 {
	background-position: 0% 23%;
	background-image: url("../img/3advantages/paralax.png");
}

.parallax_resident .layer_01 {
	background-position: 5% 56%;
	background-image: url("../img/7resident/paralax1.png");
}

.parallax_resident .layer_02 {
	background-position: 18% 75%;
	background-image: url("../img/7resident/paralax2.png");
}

@media screen and (max-width: 1536px) {
	.priority .box7 {
		left: 90%;
	}

	.priority .box5 {
		right: 10%;
	}

	.priority .box6 {
		right: 22%;
	}

	.priority .box4 {
		left: 17%;
	}

	.priority .box3 {
		left: 40%;
	}
}

@media screen and (max-width: 1500px) {
	.advantage1 {
		text-align: right;
	}

	.advantage1 img {
		top: 0%;
		right: 0%;
		width: 70%;
	}

	.advantage1 .advantage-box {
		text-align: left;
		width: 560px;
		top: 6%;
		left: 0%;
	}

	.advantage3 .advantage-box {
		left: 0;
	}

	.advantage4 img {
		left: 0;
	}

	.advantage5 {
		text-align: right;
	}

	.advantage5 .advantage-box {
		text-align: left;
		left: 0;
	}

	.advantage5 img {
		width: 80%;
		right: 0;
	}

	.window-items {
		margin-right: 0;
	}
}

@media screen and (max-width: 1300px) {
	.priority .box7 {
		left: 80%;
	}

	.priority .box5 {
		right: 20%;
	}

	.priority .box6 {
		right: 30%;
	}

	.priority .box4 {
		left: 25%;
		top: 33%;
	}

	.priority .box3 {
		left: 45%;
		top: 60%;
	}

	.priority .box1 {
		top: 26%;
	}
}

@media screen and (max-width: 1246px) {
	.plan-map>div {
		display: none;
	}

	.plan .way {
		top: 55%;
	}
}

@media screen and (max-width: 1200px) {
	.header .logo-items .logo-img img {
		min-width: 134px;
		height: 70px;
	}

	.parallax {
		display: none;
	}

	.main h1 {
		font-size: 70px;
	}

	.main h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.main h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.main-content {
		margin-top: 150px;
		padding-bottom: 200px;
	}

	.advantage {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.form {
		margin-bottom: 0;
		padding-bottom: 40px;
		overflow: hidden;
	}

	.form h2,
	.form h3 {
		position: relative;
		z-index: 1;
	}

	.form .man {
		right: -10%;
	}

	.map #map {
		height: 650px;
	}

	.map .map-box {
		top: 17%;
		padding-left: 50px;
		max-width: 480px;
	}

	.footer .footer-logo {
		width: calc(41.66667% - 30px);
	}

	.footer .footer-logo br {
		display: none;
	}

	.footer .footer-logo img {
		min-width: 92px;
		height: 48px;
	}

	.footer .orange {
		width: calc(25% - 30px);
	}

}

@media screen and (max-width: 960px) {
	.priority .box7 {
		left: 80%;
	}

	.priority .box5 {
		right: 15%;
	}

	.priority .box6 {
		right: 30%;
	}

	.priority .box4 {
		left: 15%;
		top: 33%;
	}

	.priority .box3 {
		left: 38%;
		top: 56%;
	}

	.priority .box1 {
		top: 26%;
	}

	.header .logo-items .logo-text {
		font-size: 40px;
	}

	.plan .way {
		top: 58%;
		right: -30px;
	}

	.plan .way p {
		padding: 0 15px;
	}

	.plan .way span {
		padding: 0 20px;
	}

	.header-items {
		padding-right: 20px;
	}

	.title2 {
		font-size: 33px;
	}

	.priority {
		padding-top: 70px;
	}

	.priority-wraper {
		padding-bottom: 70px;
	}

	.priority .priority-note {
		padding-top: 420px;
		font-size: 14px;
	}

	.priority .box7 {
		left: 79%;
	}

	.priority .priority-box {
		font-size: 14px;
	}

	.advantage1 img {
		width: 90%;
	}

	.advantage2 {
		margin-top: 70px;
	}

	.advantage5 {
		padding-bottom: 50px;
	}

	.advantage5 img {
		width: 90%;
	}

	.window {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.window h3 {
		font-size: 24px;
	}

	.window h3 br {
		display: none;
	}

	.window-note p,
	.window-items__item .window-text {
		font-size: 14px;
	}

	.resident {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.resident-items__item {
		padding: 30px 20px 50px 30px;
	}

	.resident-items__item p {
		font-size: 15px;
	}

	.resident-items__item p br {
		display: none;
	}

	.cmi {
		padding-top: 70px;
	}

	.form .man {
		display: none;
	}

	.form .container {
		margin-top: 30px;
	}

	.map .map-box {
		top: 13%;
		max-width: 400px;
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.map #map {
		height: 550px;
	}

	.footer .footer-logo {
		width: calc(41.66667% - 30px);
	}

	.footer .footer-logo br {
		display: none;
	}

	.footer .footer-logo img {
		min-width: 92px;
		height: 48px;
	}

	.footer .orange {
		width: calc(25% - 30px);
	}

	.footer .backcall {
		width: calc(33.33333% - 30px);
	}

	.footer .logo-text {
		font-size: 13px;
	}

	.footer .orange-text {
		font-size: 13px;
		margin-left: 10px;
	}

	.header .logo-items .logo-text br {
		display: none;
	}
}

@media screen and (max-width: 780px) {
	.header .logo-items .logo-text {
		font-size: 28px;
	}

	.plan .way {
		top: 55%;
		right: -30px;
	}

	.plan .way p {
		padding: 0 15px;
		font-size: 12px;
	}

	.plan .way span {
		padding: 0 20px;
		font-size: 12px;
	}

	.header .menu img {
		min-width: 45px;
	}

	.main h1 {
		font-size: 56px;
		line-height: 60px;
	}

	.main h2 {
		font-size: 34px;
		line-height: 44px;
	}

	.main h3 {
		font-size: 22px;
		line-height: 30px;
	}

	.main h3 br {
		display: none;
	}

	.main-content {
		margin-top: 100px;
		padding-bottom: 100px;
	}

	.advantage {
		padding-top: 50px;
		padding-bottom: 0px;
	}

	.advantage .advantage-box {
		width: 100%;
		position: static;
	}

	.advantage img {
		width: 100%;
	}

	.advantage3 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.advantage3 img {
		width: 80%;
	}

	.advantage2 {
		margin-top: 0;
		z-index: 1;
	}

	.advantage1 {
		margin-top: 0;
	}

	.advantage3 {
		margin-top: 0;
	}

	.advantage3 .advantage-box {
		padding-top: 0;
	}

	.advantage4 .advantage-box {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.advantage .advantage-box {
		padding-left: 50px;
	}

	.advantage5 .advantage-box {
		padding-left: 0;
	}

	.advantage .advantage-box p,
	.advantage .advantage-box ul li {
		font-size: 16px;
		line-height: 24px;
	}

	.priority-wraper {
		padding-bottom: 20px;
	}

	.priority .priority-note {
		padding-top: 50px;
	}

	.priority .box7 {
		left: 73%;
		right: 0;
	}

	.resident {
		padding-bottom: 50px;
	}

	.resident-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.resident-items__item {
		width: calc(50% - 30px);
		margin-bottom: 20px;
	}

	.cmi-items__item {
		width: calc(50% - 30px);
	}

	.window-items__item {
		width: 30%;
		margin-bottom: 20px;
	}

	.window-items__item .num-line {
		display: none;
	}

	.advantage5 {
		padding-bottom: 15px;
	}

	.priority-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 50px;
	}

	.priority-wrap .priority-box {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: static;
		width: 33%;
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%;
		height: 50px;
		margin-bottom: 30px;
	}

	.form {
		padding-bottom: 0;
	}

	.form .container {
		padding-left: 70px;
		margin-bottom: 0;
		padding-bottom: 50px;
	}

	.form-inputs__item {
		width: 205px;
	}

	.form-inputs__item button {
		font-size: 15px;
	}

	.form .container h3 {
		font-size: 22px;
	}

	.form .container h3 br {
		display: none;
	}

	.form .container h2 br {
		display: none;
	}

	.map .map-box {
		padding-right: 50px;
		min-width: 350px;
	}

	 .footer .footer-logo {
		width: auto;
	}
	/*.footer .orange {
		width: calc(41.66667% - 30px);
	} */

	.footer .backcall {
		margin-top: 20px;
		text-align: center;
		width: 230px;
	}

	.footer .backcall .footer-number {
		margin-bottom: 10px;
	}

	.footer {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 670px) {
	.header .logo-items .logo-text {
		display: none;
	}

	.modal-main .psb30,
	.modal-main .modal-desc {
		padding-right: 40px;
	}

	.modal-main {
		padding-left: 30px;
	}
}

@media screen and (max-width: 560px) {
	.plan .way {
		top: 55%;
		right: -30px;
	}

	.plan .way p {
		padding: 0 10px;
		font-size: 10px;
	}

	.plan .way span {
		padding: 0 15px;
		font-size: 10px;
	}

	.main h1 {
		font-size: 45px;
		line-height: 55px;
	}

	.main h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.main h3 {
		font-size: 20px;
		line-height: 28px;
		padding: 0 10px;
	}

	.advantage .advantage-box {
		padding-right: 30px;
		padding-left: 30px;
	}

	.advantage .advantage-box h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.advantage .advantage-box h3,
	.advantage5 .advantage-box p {
		padding-left: 0;
	}

	.window {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.window h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.plan {
		padding-top: 50px;
	}

	.window-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.window-items__item {
		width: 50%;
	}

	.window-items__item .window-img {
		margin-left: 0;
	}

	.window-items__item .window-img .first {
		margin-left: 0;
	}

	.resident {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.cmi {
		padding-top: 40px;
	}

	.form {
		padding-top: 20px;
	}

	.form .container {
		padding-top: 40px;
		padding-bottom: 30px;
		padding-left: 30px;
	}

	.form-inputs__item {
		width: 300px;
	}

	.form .container h2 {
		font-size: 28px;
		line-height: 38px;
	}

	.form .container h3 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.map .map-box {
		position: static;
		min-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.map #map {
		height: 400px;
	}

	.priority-wrap {
		margin-top: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.priority-wrap .priority-box {
		width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.modal-main .psb30,
	.modal-main .modal-desc {
		padding-right: 20px;
	}

	.modal-main {
		padding-top: 30px;
	}
}

@media screen and (max-width: 488px) {
	.plan .way {
		display: none;
	}

	.plan h2 {
		font-size: 30px;
	}

	.plan h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.resident-items__item {
		width: calc(75% - 30px);
	}

	.cmi-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.cmi-items__item {
		width: calc(75% - 30px);
	}

	.footer-items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer .footer-logo {
		width: auto;
	}

	.footer .footer-logo img {
		min-width: 104px;
	}

	.footer .logo-text {
		margin-left: 10px;
	}

	.footer .orange {
		margin-top: 30px;
		width: calc(75% - 30px);
	}

	.footer .backcall {
		margin-top: 30px;
	}

	.header-items {
		padding-right: 0;
	}

	.header .logo-items .logo-img {
		margin-right: 0;
	}

	.header .logo-items .logo-img img {
		min-width: 100px;
		width: 100px;
		height: 50px;
	}

	.header .menu {
		margin-right: 10px;
	}

	.window-items {
		margin-top: 40px;
	}
}

@media screen and (max-width: 400px) {
	.header-items {
		padding-right: 0;
	}

	.header-items .button {
		width: 150px;
	}

	.main h1 {
		font-size: 39px;
		line-height: 50px;
	}

	.main h2 {
		font-size: 27px;
		line-height: 37px;
		margin-top: 0px;
	}

	.main h3 {
		font-size: 17px;
		line-height: 25px;
	}

	.resident-items__item {
		width: calc(83.33333% - 30px);
	}

	.cmi-items__item {
		width: calc(83.33333% - 30px);
	}

	/* .footer .footer-logo {
		width: calc(83.33333% - 30px);
	}
 */
	.footer .logo-text {
		margin-left: 10px;
	}

	.footer .orange {
		margin-top: 30px;
		width: calc(83.33333% - 30px);
	}

	.title2 {
		font-size: 28px;
		line-height: 38px;
	}

	br {
		display: none;
	}

	.advantage .advantage-box h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.window-note p,
	.window-items__item .window-text {
		font-size: 12px;
		line-height: 18px;
	}

	.priority-note p {
		font-size: 12px;
		line-height: 18px;
		padding-left: 35px;
	}

	.priority .priority-note {
		padding-right: 20px;
	}

	.window h3,
	.form .container h3 {
		font-size: 17px;
		line-height: 27px;
	}

	.form .container h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.advantage .advantage-box p,
	.advantage .advantage-box ul li,
	.map-box .adress {
		font-size: 14px;
		line-height: 22px;
	}

	.window-items__item .window-text {
		margin-top: 25px;
	}

	.window-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 0;
	}

	.window-items__item {
		width: 100%;
		text-align: center;
	}

	.window-items__item .num {
		display: none;
	}

	.window-items__item .window-img img {
		margin: 0 auto !important;
	}

	.window-note {
		padding-left: 0;
	}

	.window-note p {
		padding-left: 35px;
	}

	.modal-main .psb30 {
		line-height: 33px;
	}

	.modal-main .modal-desc {
		line-height: 25px;
	}
}

@media screen and (max-width: 350px) {
	.header-items {
		padding-right: 0;
	}

	.header-items .button {
		width: 120px;
		font-size: 12px;
	}

	.header-fixed .header-number {
		font-size: 16px;
	}

	.resident-items__item {
		width: calc(91.66667% - 30px);
	}

	.cmi-items__item {
		width: calc(91.66667% - 30px);
	}

	/* .footer .footer-logo {
		width: calc(91.66667% - 30px);
	} */

	.footer .logo-text {
		margin-left: 10px;
	}

	.footer .orange {
		margin-top: 30px;
		width: calc(91.66667% - 30px);
	}

	.advantage .advantage-box h3 {
		font-size: 19px;
		line-height: 30px;
	}

	.advantage .advantage-box p,
	.advantage .advantage-box ul li {
		font-size: 12px;
		line-height: 20px;
	}

	.priority-wrap .priority-box {
		font-size: 12px;
		line-height: 18px;
	}

	.map .map-box {
		padding-left: 30px;
		padding-right: 30px;
	}

	.title2 {
		font-size: 27px;
		line-height: 37px;
	}
}

@media(max-width:550px) {
	.modal-first br,
	.modal-second br {
		display: none;
	}
}

.smart-captcha {
    margin: 20px 0 0 0;
}
.SmartCaptcha-Overlay {
    z-index: 9999999999;
}
.bx-error-smart-captha {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto;
}
.SmartCaptcha-Shield {
    visibility: hidden;
}
