body { background: #fff; margin: 0; overflow-x: hidden;}
* { font-family: tahoma; }

/* Шапка*/

header {
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	background-position: center; 
	background-size: cover; 
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: black;
	box-shadow: 0 0 15px;
}


header > .contacts { 
	display: block; 
	font-family: tahoma, verdana;
}
header > .contacts div { display: inline-block; }
header > .contacts > .contact-data { 
	font-weight: bold;
	margin-right: 40px;
	margin-top: 70px;
	font-size: 25px;
	float: right; 
}

header > .contacts > .logo {
	margin: 20px 65px;
}
header > .contacts > .contact-data > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
header > .contacts > .contact-data > ul > li { padding: 4px;}
header > .contacts > .contact-data > ul > li > a {
	text-decoration: none;
	color: white;
}
header > .text-block > h1, h2.add-title { 
	margin: 10px 0; 
	font-size: 45px; 
	text-shadow: 5px 5px 0 black; 
}

/* logo*/
div.logo > a > img { 
	max-width: 200px; 
	max-height: 200px; 

}

header > .text-block {
	display: block;
	position: absolute;
    bottom: 10px;
	margin: 20px 55px;
	color: white;
	
}

	/*content*/
	
.content {
	width: 1000px;  
	position: relative; 
	margin: 0 auto;  
	border-top: 4px solid black;
	border-bottom: 4px solid black;
	background-color: #222;
	box-shadow: 0 0 15px;
}
hr {
	margin-left: 50px;
    margin-right: 50px;
    color: #ff0901;
    background-color: #ff0901;
    height: 1px;
    border: none;
}
.content > h2{ text-align: center; margin: 50px; color: white; }

.content > .text {
	margin: 50px;
	text-indent: 30px;
    font-family: tahoma, arial;
    line-height: 1.3; 
	color: white; 
}
.content > .text > p.text-description { text-align: justify;}

.content > .service-catalog {
	margin: 50px;
	text-align: center;
}
.content > .service-catalog > div {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	text-align: center;
	margin: 5px;
	border: 2px solid white;
	color: white;
}


.content > .service-catalog > .service > .product-image {
	display: block;
	width: 200px;
	height: 200px;
	background-position: center; 
	background-size: cover; 
	overflow: hidden;
}

.content > .service-catalog > .service > .product-image > a > img {
	max-height: 200px;
	max-width: 200px;
}

.content > .portfolio {
	margin: 50px;
	text-align: center;
}
.content > .portfolio > div {
	display: inline-block;
	width: 160px;
	vertical-align: top;
	text-align: center;
	margin: 5px;
	border: 2px solid white;
	color: white;
}


.content > .portfolio > .portfolio-block > .portfolio-image {
	display: block;
	width: 160px;
	height: 160px;
	background-position: center; 
	background-size: cover; 
	overflow: hidden;
}

.content > .portfolio > .portfolio-block > .portfolio-image > a > img {
	max-height: 160px;
	max-width: 160px;
}

.content > .price-link { text-align: center; }
.content > .price-link > a { 
	color: #ff0901; 
	font-weight: bold; 
	font-size: 20px; 	
}
.content > .price-link > a:hover {color: white; }


.content > .price-list { margin: 50px; }
.content > .price-list > h3 { text-align: left; }
.content > .price-list > .price-list-table {
	border: 1px solid black;
    text-align: left;
    border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
.content > .price-list > .price-list-table > thead > tr th {
	border: 1px solid black;
	padding: 10px 5px;
}
.content > .price-list > .price-list-table > tbody > tr td {
	border: 1px solid black;
	padding: 5px;
	
}
.content > .price-list > .price-list-table > tbody > tr > td > h4 { margin: 5px 0; }
.content > .price-list > .price-list-table {background-color: #f5e0c3;}


	/*footer*/

.footer {  
	margin: 0 auto; 
	padding: 0; 
	display: block; 
	width: 1000px; 
	height: 400px;
	background-color: #848484;
	box-shadow: 0 0 15px;
}

.footer > .contacts-bottom { 
	padding: 25px;
	text-align: center;
}
.footer > .contacts-bottom > div {
	display: inline-block;
	vertical-align: top;
}

.footer > .contacts-bottom > .logo { 
	float: left;
    text-align: center;
}
.footer > .contacts-bottom > .logo > img {
    width: 100px;
}

.footer > .contacts-bottom > .request-form { 
	margin: 0;
    text-align: center;
    width: 300px;
 }

.footer > .contacts-bottom > .request-form > form > input.data { 
	margin: 5px 0; 
	width: 300px; 
	height: 30px; 
	font-size: 15px;
    padding-left: 5px;
}
.footer > .contacts-bottom > .request-form > form > textarea { 
	margin: 5px 0; 
	width: 297px; 
	height: 60px;
	font-size: 15px;
    padding: 5px;
}

.footer > .contacts-bottom > .request-form > form > input.send {
	margin: 5px 0;
    width: 150px;
    height: 30px;
	cursor: pointer;
	font-weight: bold; 
}
.footer > .contacts-bottom > .request-form > form > input.send:hover {
	background-color: #fff; 
	outline: none;
	border: none;
}

.footer > .contacts-bottom > .telephones {
	float: right;
    font-size: 18px;
    right: 2px;
}
.footer > .contacts-bottom > .telephones > ul {
    list-style-type:none; padding: 10px 0;
}
.footer > .contacts-bottom > .telephones > ul > li {
    padding: 4px;
}
.footer > .contacts-bottom > .telephones > ul > li a {
	text-decoration: none; 
	color: black;
}
.footer > .contacts-bottom > .telephones > ul > li > a i {
	font-size: 35px;
    padding: 5px;
    font-weight: bold; 
}

.footer > .contacts-bottom > .telephones > ul > li > a.group:hover {
	color: #fff;
}
.footer > .contacts-bottom > .address > ul {
    list-style-type:none; padding: 0;
}
.footer > .contacts-bottom > .address li {
    padding: 4px; 
}
