* {
	margin: 0;
	padding: 3px;
	box-sizing: border-box;
}

html, body {
	min-height: 100%;
}

body {
	background: #000;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto-Light';
}

h1, h2, h3 {
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto';
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.wrap {
	max-width: 1050px;
	margin: 0 auto;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	background-color: #000;
	z-index: 1;
}

.header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header a {
	color: #fff;
	text-decoration: none;
}

.header .call-btn {
	text-decoration: underline;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 14px;
}

.header .phone {
	font-size: 16px;
}

.header .phone img {
	vertical-align: middle;
}

.banner {
	margin-top: 66px;
	border-top: 5px solid #fff;
	background-color: #000;
	position: relative;
}

.banner-img {
	width: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.banner .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner .banner-wrap {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 18px 35px;
}

.banner-wrap img {
	max-width: 100%;
}

.banner-wrap h1 {
	font-size: 72px;
	font-family: 'Roboto-Thin';
}

.about-us {
	color: #000;
	background: #fff;
	padding-top: 35px;
	padding-bottom: 60px;
}

.about-us h2 {
	font-size: 48px;
	text-align: left;
}

.about-us .info {
	overflow: auto;
	font-size: 16px;
}

.about-us .info p {
	margin-bottom: 70px;
}

.about-us .info img {
	max-width: 100%;
}

.projects {
	text-align: center;
	padding-top: 40px;
	background: #000 url('images/projects-bg.jpg') no-repeat center top / 100% auto;
}

.projects h2 {
	font-size: 48px;
}

.projects h3 {
	background-color: #fff;
	margin-top: 20px;
	padding: 18px 0;
	color: #000;
	font-size: 41px;
	font-family: 'Roboto-Bold';
}

.projects .wrap {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.projects .wrap .item {
	max-width: 330px;
	text-align: left;
	border: 1px solid #fff;
	padding: 7px;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
	font-family: 'Roboto-Thin';
}

.projects .wrap .item img {
	width: 100%;
}

.projects .characteristic {
	width: 100%;
}

.projects .characteristic tr td:nth-child(even) {
	text-align: right;
	font-size: 18px;
}

.projects .wrap .item h4 {
	font-size: 24px;
	font-family: 'Roboto-Bold';
}

.projects .cost {
	margin: 10px 0;
}

.projects .cost span {
	font-size: 25px;
}

.projects .order {
	color: #000;
	background-color: #fff;
	text-transform: uppercase;
	padding: 10px 14px;
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	font-family: 'Roboto';
}

.projects .detail {
	color: #fff;
	font-size: 14px;
	font-family: 'Roboto';
	margin: 30px 0;
	display: inline-block;
}

.project.modal {
	max-width: 1000px;
}

.project.modal img {
	max-width: 100%;
	height: auto;
}

.want-mail-house, .want-mail-bath {
	margin-top: 60px;
	margin-bottom: 90px;
	font-size: 36px;
	padding: 15px 50px;
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	text-decoration: none;
}

.advantages {
	background: #fff;
	color: #000;
	padding: 1px;
}

.advantages h2 {
	text-align: center;
	font-size: 48px;
	padding-top: 30px;
}

.advantages .wrap {
	margin: 60px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.advantages .wrap .item {
	display: flex;
	align-items: flex-end;
	text-transform: uppercase;
	font-size: 18px;
	width: 240px;
	margin: 10px;
}

.advantages .wrap .item img {
	margin-right: 10px;
	flex-shrink: 0;
}

.steps {
	background-color: #fff;
	color: #000;
	padding-bottom: 50px;
}

.steps h2 {
	font-size: 48px;
	padding: 50px 0;
}

.steps .wrap {
	display: flex;
	justify-content: space-between;
}

.steps .item {
	max-width: 170px;
	position: relative;
	font-size: 18px;
}

.steps .item::after {
	content: '';
	position: absolute;
	display: block;
	width: 68px;
	height: 44px;
	background-image: url('images/arrow-right.png');
	left: calc(100% - 25px);
	top: 40px;
}

.steps .item:last-child::after {
	display: none;
}

.footer {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #000;
}

.footer .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .wrap .item {
	width: 100%;
	font-size: 18px;
}

.footer td {
	padding-top: 15px;
	font-family: 'Roboto';
}

.footer tr td:nth-child(odd) {
	padding-right: 30px;
}

.footer h3 {
	text-align: left;
	font-size: 30px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.modal {
	color: #000;
}

.wpcf7-form-control {
	padding: 5px;
	font-size: 20px;
	max-width: 100%;
}

.wpcf7-form .wpcf7-submit {
	background-color: #140501;
	margin: 10px 0;
	color: #fff;
	cursor: pointer;
	border: none;
	padding: 15px;
}

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Light';
	src: url('fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Thin';
	src: url('fonts/Roboto-Thin.ttf') format('truetype');
}

@media (max-width: 1100px) {
	.wrap {
		padding: 0 15px;
	}

	.steps .wrap {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.steps .item::after {
		position: static;
		background-image: url('images/arrow-bottom.png');
		width: 44px;
		height: 68px;
		margin-left: calc(50% - 22px);
	}
}

@media (max-width: 1000px) {
	.footer .wrap .item {
		width: 100%;
	}

	.footer .contacts {
		margin-top: 10px;
	}
}
.map{
    width: 40%;
    height: 108%;
    float: right;
    position: relative;
}
.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 600px) {
	.header .wrap {
		justify-content: center;
		flex-wrap: wrap;
	}

	.header .logo, .header .phones {
		width: 100%;
		text-align: center;
	}

	.header .phones a {
		display: inline-block;
		width: 100%;
		margin-top: 5px;
	}

	.banner {
		margin-top: 102px;
	}

	.banner .info {
		position: static;
	}

	.about-us .alignleft {
		float: none;
		margin: 0 0 10px 0;
	}

	.about-us .info {
		overflow: inherit;
		font-size: 18px;
	}

	.about-us h2, .projects h2, .projects h3, .advantages h2, .steps h2 {
		font-size: 24px;
	}
	.map {
		width: 100%;
    		margin-bottom: 15px;
   		height: 100%;
	}	
}