@font-face {
	font-family: 'A Futurica ExtraBold';
	src: url('../fonts/A-Futurica-ExtraBold.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "ALS Hauss Regular";
	src: url("../fonts/ALS-Hauss-Regular.woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "BigNoodle Titling Cyr";
	src: url("../fonts/BigNoodleTitlingCyr.woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Fontello";
	src: url("../fonts/fontello.woff");
	font-weight: normal;
	font-style: normal;
}

body {
	background: #131723;
}

a {
	text-decoration: none;
}

#all-content {
	min-width: 1200px;
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.main {
	width: 100%;
	height: 1659px;
	background: url('../img/background.jpg') right top no-repeat;
}

.main_circ {
	height: 1080px;
	background: url('../img/main_circ.png') center top no-repeat;
	margin: 0 auto;
}



.blink {
	display: inline-block;
	width: 3px;
	height: 3px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	top: 29px;
	left: 28px;
	position: absolute;
	background: #fff;
}


@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}

	80% {
		-webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}

	80% {
		-moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.menu {
	position: relative;
	margin: 0 auto;
	width: max-content;
	text-align: center;
	display: table;
	top: 34px;
	padding-right: 216px;
}

.menu ul {
	list-style: none;
	position: relative;
	display: table-cell;
}

.menu ul li {
	float: left;
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: ALS Hauss Regular;
	margin: 0 18px;
}

.menu ul li a {
	color: #fff;
	position: relative;
}

.menu ul li a:hover::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	top: 27px;
	right: 45%;
	position: absolute;
	background: #fff;
}

.demo-icon {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
}

.social {
	position: absolute;
	top: 27px;
	left: 887px;
}

.icon-whatsapp {
	color: #fff;
	font-size: 37px;
}

.main_button {
	position: absolute;
	top: 26px;
	left: 942px;
	width: 230px;
	height: 42px;
	border-radius: 21px;
	color: #000;
	background: #fff;
	line-height: 42px;
	text-align: center;
	font-family: ALS Hauss Regular;
	font-size: 18px;
	font-weight: bold;
}

.city {
	position: absolute;
	top: 169px;
	left: 37px;
	font-family: A Futurica ExtraBold;
	font-size: 18px;
	color: #fff;
}

.main_title {
	position: absolute;
	top: 215px;
	left: 33px;
	width: 500px;
	font-family: BigNoodle Titling Cyr;
	color: #fff;
	font-size: 100px;
	line-height: 100px;
	letter-spacing: 1px;
}

.main_subtitle {
	position: absolute;
	top: 679px;
	left: 37px;
	width: 500px;
	font-family: ALS Hauss Regular;
	font-size: 18px;
	color: #fff;
}

.main_button2 {
	position: absolute;
	top: 830px;
	left: 36px;
	width: 222px;
	height: 70px;
	border: 1px solid #fff;
	border-radius: 21px;
	color: #fff;
	line-height: 70px;
	text-align: center;
	font-family: ALS Hauss Regular;
	font-size: 18px;
	font-weight: bold;
}

.form_address {
    display: none;
}

.preim {
	width: 100%;
	height: 966px;
	margin-top: -584px;
}

.preim_title {
	position: absolute;
	top: -2px;
	width: 100%;
	font-family: BigNoodle Titling Cyr;
	color: #fff;
	font-size: 72px;
	letter-spacing: 1px;
	text-align: center;
}

.box_panel {
	position: absolute;
	top: 108px;
	left: 17px;
}

.box {
	border-bottom: 3px solid #6e82ec;
	border-right: 3px solid #6e82ec;
	border-left: 3px solid #6e82ec;
	background: linear-gradient(#6e82ec, #6e82ec), linear-gradient(#6e82ec, #6e82ec);
	background-size: 20px 3px, 190px 3px;
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	width: 344px;
	height: 204px;
	color: #fff;
	display: inline-flex;
	margin: 43px 18px;
	position: relative
}

.box_icon {
	position: absolute;
	top: -50px;
	left: 35px;
}

.box_memo {
	position: absolute;
	top: 90px;
	left: 35px;
	font-size: 22px;
	font-family: ALS Hauss Regular;
	color: #fff;
	line-height: 26px;
}

.back_form {
	position: relative;
	background-color: #131723;
	background: url('../img/form_circ.png') no-repeat;
	background-position: calc(50% - 170px) 0%;
	width: 100%;
	height: 1230px;
}

.form_box {
	position: absolute;
	width: 478px;
	height: 915px;
	top: 228px;
	left: 617px;
	background: #252a39;
	border-radius: 50px;
}


.form_box .blink {
	top: 2px;
	left: 446px;
	width: 26px;
	height: 26px;
	animation: pulse2 2s infinite;
}

@-webkit-keyframes pulse2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}

	80% {
		-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes pulse2 {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}

	80% {
		-moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.form_title {
	position: absolute;
	top: 31px;
	left: 47px;
	width: 100%;
	font-family: BigNoodle Titling Cyr;
	color: #fff;
	font-size: 72px;
	letter-spacing: 1px;
}

.form_memo {
	position: absolute;
	top: 118px;
	left: 51px;
	font-family: ALS Hauss Regular;
	font-size: 18px;
	color: #fff;
}

.form_memo a {
	color: #a1ef8b;
}

form {
	position: absolute;
	width: 100%;
	top: 180px;
	left: 0;
}

form input {
	width: 374px;
	height: 39px;
	border: 1px solid #fff;
	background: transparent;
	margin: 0 40px 10px 33px;
	padding: 0 20px;
	color: #fff;
	border-radius: 20px;
	font-size: 18px;
	font-family: ALS Hauss Regular;
}

textarea {
	width: 374px;
	height: 56px;
	border: 1px solid #fff;
	background: transparent;
	margin: 0 40px 10px 33px;
	padding: 6px 20px;
	color: #7c7c7c;
	border-radius: 20px;
	font-size: 18px;
	font-family: ALS Hauss Regular;
	resize: none;
}

.checkbox_round {
	width: 25px;
	height: 25px;
	padding: 0;
	background-color: white;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #ddd;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	margin: 16px 0 0 76px;
}

.checkbox_round:checked {
	background-color: gray;
}

label {
	display: block;
	width: 300px;
	margin: -31px 0 20px 113px;
	font-family: ALS Hauss Regular;
	color: #7c7c7c;
	font-size: 14px;
}

.form_but {
	width: 414px;
	height: 70px;
	border: none;
	background: #5880f5;
}

.back_form2 {}

.back_form2_bg {
	width: 100%;
	height: 420px;
	background: #252a39;
	position: relative;
}

.back_form2_bg_pic {
	height: 545px;
	background: url('../img/form2_bg.png') no-repeat;
	background-position: calc(50% + 20px) 0%;
	width: 100%;
	position: absolute;
	top: -50px;

}

.back_form2_bg .blink {
	top: -13px;
	left: -103px;
	width: 26px;
	height: 26px;
	animation: pulse2 2s infinite;
}

.back_form2_memo {
	position: absolute;
	top: 22px;
	left: 35px;
	font-family: ALS Hauss Regular;
	color: #fff;
	font-size: 18px;
}

.back_form2 form {
	width: 600px;
	top: 120px;
}

.back_form2 form input {
	width: 470px;
}

.back_form2 form textarea {
	width: 470px;
}

.back_form2 .form_but {
	width: 513px;
	height: 70px;
	border: none;
	background: #5880f5;
	margin-top: 18px;
}

.footer_bg {
	position: relative;
	bottom: 0;
	left: 0;
	background: url('../img/background_flip.jpg') left bottom no-repeat;
	width: 100%;
	height: 1395px;
	z-index: -1000;
	margin-top: -1300px;
}

.copyright {
	position: absolute;
	width: 513px;
	height: 60px;
	left: 35px;
	top: 1320px;
	font-family: ALS Hauss Regular;
	color: #fff;
	font-size: 18px;
	border-top: 1px solid #2c4339;
	line-height: 60px;
}

.copyright::after {
	content: 'Дизайн - Рогальский Дмитрий';
	font-size: 14px;
	color: #666e70;
	position: absolute;
	right: 0;
	top: -2px;
}


@media (max-width: 600px) {

	#all-content,
	.container {
		width: 600px;
		min-width: 600px;
		margin-right: -15px;
		margin-left: -8px;
		margin-top: -8px;
	}

	.main {
		background: none;
	}

	.main_circ {
		height: 1600px;
		background: url('../img/main_circ_m.jpg') top center no-repeat;
	}

	.blink {
		top: 17px;
		left: 36px;
	}

	.menu {
		display: none;
	}

	.social {
		top: 20px;
		left: 315px;

	}

	.main_button {
		top: 20px;
		left: 368px;
	}

	.city {
		top: 545px;
		left: 76px;
	}

	.main_title {
		top: 591px;
		left: 75px;
	}

	.main_subtitle {
		top: 1014px;
		left: 77px;
	}

	.main_button2 {
		top: 1176px;
		left: 75px;
	}

	.preim {
		margin-top: -361px;
		height: 1930px;
		background: url('../img/preim_m.jpg') bottom center no-repeat;
	}

	.preim_title {
		left: 68px;
		width: 80%;
		line-height: 68px;
	}

	.box_panel {
		top: 174px;
		left: 115px;
	}

	.box {
		margin: 40px 18px;
	}

	.mob_n {
		display: none;
	}

	.back_form {
		height: 1655px;
		background-position: calc(50% + 75px) 0%;
		background-color: #131723;

	}

	.form_box {
		top: 730px;
		left: 67px;
	}

	.back_form2_bg {
		height: 1020px;
	}

	.back_form2_bg_pic {
		height: 1020px;
		top: 0;
	}

	.back_form2_bg_pic {
		background: url('../img/back_form2_m.jpg') top center no-repeat;
	}

	.back_form2_bg .blink {
		top: 593px;
		left: 593px;
	}

	.back_form2_memo {
		top: 614px;
		left: 57px;
	}

	.back_form2 form {
		top: 712px;
		left: 23px;
	}

	.copyright {
		top: 1320px;
		left: 50px;
	}
}
