body {
	margin: 0;
	font-family: 'OswaldLight';
}

.header {
	height: 52px;
	width: 100%;
	background: #201600;
}

.header-content {
	max-width: 1200px;
	margin: 0 auto;
}

.logo {
	margin: 5px;
}

.header-contactbuttons {
	color: #ffffff;
	float: right;
}

.header-contactbuttons-phone, .header-contactbuttons-mail {
	display: inline-block;
	margin: 5px 25px;
}

.header-contactbuttons-phone img, .header-contactbuttons-mail img {
	float: left;
	margin: 8px 25px 0 0;
}

.header-contactbuttons-phone div, .header-contactbuttons-mail div {
	float: right;
}

.content {
	width: 100%;
	text-align: center;
}

.view1 {
	text-align: center;
	height: calc(100vh - 50px);
	display: inline-block;
	width: 100%;
	background-image: url(/img/bg_view1.jpg);
	background-size: cover;
	background-position: center center;
	margin: 0 auto;
	position: relative;
}

h1 {
	margin-top: 30vh;
	color: #E7C84A;
	font-family: 'Oswaldmedium';
	font-size: 4vw;
	letter-spacing: 0.3vw;
}

.view1 p {
	font-size: 1.5vw;
	max-width: 630px;
	margin: 0 auto;
	color: #ffffff;
}

.view2 {
	text-align: center;
	height: 100vh;
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

h2 {
	font-size: 50px;
	color: #E7C84A;
}

.blocks {
	width: 100%;
	text-align: center;
}

.block3 img {
	height: 150px;
	margin: 30px auto;
}

.block3 {
	width: 28%;
	text-align: center;
	display: inline-block;
	box-shadow: 7px 5px 29px -3px rgba(0, 0, 0, 0.25);
	border-radius: 35px;
	margin: 1vw;
}

.block3-text {
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.view3 {
	text-align: center;
	height: 50vh;
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.block4 {
	width: 20%;
	text-align: center;
	display: inline-block;
	margin: 1vw;
}

.view4 {
	text-align: center;
	height: 50vh;
	display: inline-block;
	width: 100%;
	max-width: 1200px;
	margin: 15px auto;
	position: relative;
}

.stages {
	width: 100%;
}

@font-face {
	font-family: 'OswaldLight';
        src: url('/fonts/Oswaldlight.ttf');
}

@font-face {
	font-family: 'Oswaldmedium';
        src: url('/fonts/Oswaldmedium.ttf');
}






/* Стили модального окна */
/* кнопка закрытия окна */

.zakaz-button {
	color: #ffffff;
	background: #E7C84A;
	width: 200px;
	margin: 5vh auto;
	padding: 10px 0;
	font-size: 20px;
	border-radius: 20px;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 100px);
}

.modal .btn-close {
	color: #828282;
	cursor: pointer;
	font-size: 38px;
	text-decoration: none;
	position: absolute;
	right: 10px;
	top: 10px;
}

.modal .btn-close:hover {
	color: red;
}
/* слой затемнения */
.modal-wrap:before {
	content: "";
	display: none;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
}

.modal-overlay {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 102;
}
/* активация слоя затемнения и модального блока */
.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
	display: block;
}

.modal-open:checked ~ .modal-wrap .modal-dialog {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 20%;
}
/* элементы модального окна */

.modal-dialog {
	background: #ffffff;
	position: fixed;
	left: 50%;
	top: -100%;
	-webkit-transform: translate(-50%, -500%);
	-ms-transform: translate(-50%, -500%);
	-o-transform: translate(-50%, -500%);
	transform: translate(-50%, -500%);
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	width: 80%;
	max-width: 500px;
	z-index: 103;
}

.modal-body {
	padding: 20px;
}

.modaltel-form {
	position: relative;
	z-index: 999;
	display: table;
	text-align: center;
	margin: 0 auto;
}

.modaltel-form span {
	display: block;
	text-align: center;
	margin-bottom: 17px;
	font-size: 22px;
	color: #343840;
	position: relative;
	z-index: 3;
}

.modaltel-form .row input[type="submit"] {
	margin: 10px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 2px 1px rgba(0,0,0, 0.15);
	-webkit-text-shadow: 0 2px 1px rgba(0,0,0, 0.15);
	-moz-text-shadow: 0 2px 1px rgba(0,0,0, 0.15);
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	width: 215px;
	height: 41px;
	border: none;
	background: #E7C84A;
}

.modaltel-form .row input[type="submit"]:hover {
	background: #E7C84A;
}

.phonetext label:hover {
	cursor: pointer;
	text-decoration: underline;
}

.modaltel-form .row {
	overflow: hidden;
	max-width: 485px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.modaltel-form  .row input[type="text"], .modaltel-form  .row textarea[type="textarea"] {
	margin: 10px;
	padding: 0 17px;
	font-size: 16px;
	color: #0c0c0c;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	width: 215px;
	height: 41px;
	box-sizing: border-box;
}

.modaltel-form .row .errormassage {
	border: 1px solid #c30000!important;
	position: relative;
}

form .phone {
	float: none;
	text-align: left;
}

form .row .errorwarning {
	color: #c30000;
	position: absolute;
	font-size: 10px;
	margin: -7px 0px 0px 27px;
	display: table!important;
	letter-spacing: 1px;
}

.modaltel-form .recaptchaeror {
	color: #c30000;
	font-size: 10px;
	letter-spacing: 1px;
}

.modal-body form .row .errorwarningvisible {
	margin: -10px 0px 0px 125px;
}

.wewillcall {
	font-size: 12px;
	font-family: Arial;
}

.wewillcall-popup {
	font-size: 9px;
	font-family: Arial;
}

fieldset {
	border: 0;
}

.content .row input[type="text"], .content .row textarea[type="textarea"] {
	margin: 10px;
	padding: 0 17px;
	font-size: 16px;
	color: #0c0c0c;
	font-family: 'GOTHIC';
	background: #fff;
	border: 1px solid #bfbfbf;
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	width: 215px;
	height: 41px;
	box-sizing: border-box;
	font-family: MullerRegular, sans-serif;
}

.content .row input[type="text"]:focus, .content .row .localform textarea[type="textarea"]:focus, .modaltel-form  .row input[type="text"]:focus, .modaltel-form  .row textarea[type="textarea"]:focus {
	outline: -webkit-focus-ring-color auto 2px;
	outline-color: #fcd807;
	outline-style: auto;
	outline-width: 0px;
	border-color: #fcd807;
	transition: 0.3s;
}

.endtext
{
	color:#000000!important;
}

@media (max-width:750px) {
	
	.header {
		height: 104px;
	}

	.header-contactbuttons {
		width: 100%;
	}

	h1 {
		font-size: 6vw;
	}

	.view1 p {
		font-size: 4vw;
	}

	.view2, .view3, .view4 {
		height: auto;
	}

	.block3 {
		width: 90%;
	}

	.block4 {
		width: 45%;
	}

	.view4  .block4 {
		width: 90%;
	}

	.header-contactbuttons-phone, .header-contactbuttons-mail {
		margin: 5px 15px;
	}

	.header-contactbuttons-phone img, .header-contactbuttons-mail img {
		margin: 8px 8px 0 0;
	}
}