* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Slab', serif;
}

.cont {
	width:  1200px;
	margin: 0 auto;
}

.row {
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding: 10px;

}

.header {
	background: #f0f0f0;
	padding: 20px 0;
}

.contacts {
	text-align: right;
	font-weight: 600;
	font-size: 0.95em;
	color:  #555;
}

img {
	width:  100%;
	height: auto;
}

.main-ass, .ass {
	position: relative;
}

.main-ass {
	margin-top: 1%;
}

.main-ass p {
	position: absolute;
	bottom:  130px;
	color:  #fff;
	width:  100%;
	text-align: center;
	text-transform: uppercase;
	font-size:  3em;
	font-weight: 600;
	text-shadow: 5px 5px 5px #000;
}

.ass {
	flex-basis: 32%;
	margin-bottom: 1.5%;
	display:  flex;
	flex-direction:column;
	align-items:center;
	justify-content: center;
}

.ass img {
	border:  3px solid #000;
}


.ass p {
	color:  #fff;
	text-align: center;
	text-transform: uppercase;
	font-size:  1em;
	font-weight: 600;
	background: #000;
	height: 80px;
	margin: 0;
	padding: 10px;
	width: 100%;
}

.price {
	background: #f0f0f0;
	padding: 30px 0 40px;
}

.price h1 {
	text-align: center;
	margin-bottom: 40px;
}

.prais {
	width: 150px;
	text-align: center;
}

.prais img {
	width:  115px;
}

.text {
	padding: 30px 0 40px;
	background: #f0f0f0;
}

.text h1 {
	text-align: center;
	margin-bottom: 40px;
}

.text ul {
	list-style: none;
	text-align: center;
}

.text li {
	margin-bottom: 20px;
	font-size: 1.5em;
	background: url(../images/pr.png) no-repeat 0 7px;
	display:  inline-block;
	padding-left: 30px;
}

.map {
	border-top: 3px solid #555;
}


.footer {
	background: #000;
	color:  #ccc;
	padding:  40px;
	text-align: center;

}

.footer p {
	font-size: 0.8em;
	line-height: 1.7;
}

/*--mobile--*/

@media (max-width: 576px) {
	
	.cont {
		width: 100%;
	}
	.main-ass p {
		font-size: 1em;
		bottom: 45px;
	}
	.ass {
		flex-basis: 100%;
	}
	.text ul {
		padding: 0;
		text-align: left;
	}
	.text li {
		margin: 0 7% 20px;
	}
	.logo {
		text-align: center;
		width: 100%;
		padding: 0 10% 20px;
	}
	.contacts {
		text-align: center;
		margin: 0 auto;
	}
	
}
