﻿*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@font-face {
    font-family: capture; /* Гарнитура шрифта */
    src: url(fonts/capture-it.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: neuropol; /* Гарнитура шрифта */
    src: url(fonts/neuropol-medium.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: micra; /* Гарнитура шрифта */
    src: url(fonts/micra.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: open-sans; /* Гарнитура шрифта */
    src: url(fonts/open-sans.ttf); /* Путь к файлу со шрифтом */
}
p {
	padding: 10px;
	display: block;
	color: #fff;
	font-family: capture;
	font-size: 30px;
	text-align: center;
}
h1 {
	color: #fff;
	font-family: capture;
	font-size: 65px;
	font-weight: normal;
}
h2 {
	padding: 10px;
	display: block;
	color: #fff;
	font-family: capture;
	font-size: 37px;
	text-align: center;
	font-weight: normal;
}
h3 {
	margin-top: 47%;
	padding: 7px 3px;
	font-family: micra;
	font-size: 24px;
	color: #fff;
	text-align: center;

}
.topmenu {
	width: 100%;
	height: 70px;
	background-color: rgba(53, 19, 12, 0.6);
}
.topmenu ul {
	width: 60%;
	margin: 0 20%;
	list-style: none;
}
.topmenu li {
	margin: 16px 8% 0 8%;
	padding: 5px;
	display: inline-block;
	color: #fff;
	font-family: micra;
	font-size: 18px;
	text-align: center;
}
.topmenu a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.logo {
	width: 100%;
	overflow: hidden;
	margin: 0;
	background: url(img/logo-bg.jpg);
	background-size: cover;
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top;
	text-align: center;
}
.logo-in{
	padding: 3% 0 7% 0;
}
.logo-in p {
	color: #fff;
	font-family: capture;
	font-size: 90px;
	font-weight: normal;
}
.logo-in img {
	margin: 3% 0 3% 0;
}

		/*top section*/
.section1 {
	padding: 2% 20%;
	background-color: #35130c;
	overflow: hidden;
}
.section1 img {
	width: 180px;
	padding: 2% 2%;
	float: left;
}
.sec1-inside img {
	float: right;
}
.section1 p {
	font-family: open-sans;
	font-size: 20px;
	color: #fff;
	text-align: justify;
}

		/*services section*/
.section2 {
	/*width: 100%;*/
	padding: 0 20%;
	position: relative;
	background: url(img/servises-bg.jpg);
	background-size: cover;
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top;
}
.sec2-serv {
	width: 31%;
	height: 300px;
	margin: 20px 0;
	position: relative;
	display: inline-block;
	background-color: rgba(53, 19, 12, 0.8);
	text-align: center; /*размещение изображения в центре по горизонтали*/
	vertical-align: middle;
}
.sec2-serv_mobile {
	display: none;
}
.sec2-serv-center {
	margin: 0 3%;
}
.sec2-serv img {
	padding-top: 10px;
	vertical-align: middle;
}
.sec2-serv h3 {
	font-size: 20px;
}
.sec2-serv-right {
	margin-right: 15%;
}
.sec2-serv-under {
	height: inherit;
	position: absolute;
	z-index: 1;
	top: 0;
	overflow: hidden;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.4s;
}
.sec2-serv-under h3 {
	margin-top: 0;
	padding: 7px 3px;
	font-family: micra;
	font-size: 24px;
	color: #581101;
	text-align: center;
}
.sec2-serv-font20 h3 {
	font-size: 18px;
}
.sec2-serv-under p {
	font-family: open-sans;
	font-size: 16px;
	color: #581101;
}
.sec2-serv-under:before{
	width: 0;
}
.sec2-serv:hover .sec2-serv-under{
	width: 100%;
	opacity: 1;
}

		/*Price section*/
.section3 {
	padding: 2% 20%;
	background-color: #35130c;
}
.section3 p {
	font-family: capture;
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.section3 table {
	font-family: open-sans;
	font-size: 20px;
	color: #fff;
	text-align: left;
}
table, td {
	border: none;
}
td {
	padding: 5px 10px;
	background: #7b4f37;
}
td:first-child {
	background: #5b2216;
}
.section3 li {
	font-family: open-sans;
	font-size: 20px;
	color: #fff;
	text-align: justify;
	list-style-position:inside;
}
.auto {
	width: 20%;
}
.clean-serv {
	width: 60%;
}
.price {
	width: 20%;
}
.price ul {
	list-style: none;
}
.price li {
	text-align: center;
}
.clean {
	color: #35130c;
	text-decoration: none;
	outline: none;
}
		/*request*/
.section4 {
	min-height: 700px;
	position: relative;
	background: url(img/form-bg.jpg);
	background-size: cover;
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top;
	text-align: center;
}
.sec4-form {
	width: 60%;
	margin: 7% 20%;
	position: absolute;
	background-color: rgba(53, 19, 12, 0.8);
}
.sec4-form-title {display: none;}
.sec4-form-left {
	width: 55%;
	margin: 4% 0;
	float: left;
}
.sec4-form-right {
	width: 45%;
	float: left;
	overflow: hidden;
}
.sec4-form-right p {
	margin-top: 20%;
	font-family: micra;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
		/* form elements */
input[type="text"],
input[type="auto"],
input[type="email"],
input[type="tel"],
textarea {
	border: 0;
	margin: 7px 5%;
	padding: 9px 13px;
	width: 90%;
	font-size: 17px;
	line-height: 17px;
	vertical-align: top;
	display: block;
}
input[type="discription"] {
	line-height: 60px;
}
input:focus {
	outline: none;
}
		/*button*/
.btn-send {
	width: 150px;
	margin-top: 10px;
	background: #fff;
	border: none;
	color: #35130c;
	font-size: 20px;
	line-height: 20px;
	padding: 9px 0px 10px 0px;
	text-align: center;
}
.btn-send:focus{
	outline: none;
}
.btn-send:hover {
	background: #f1d807;
	cursor: pointer;
}
		/*footer*/
footer {
	padding: 2% 0;
	background-color: #35130c;
}
.adres-phone {
	padding: 5px 20%;
	overflow: hidden;
}
.map {
	width: 67%;	
	margin: 30px 16%;
}
footer p {
	margin: 0 5%;
	padding: 0 2%;
	float: left;
	font-family: open-sans;
	font-size: 18px;
	color: #fff;
	text-align: left;
}

		/*adaptation*/
@media screen and (max-width:1440px){
	.sec2-serv-under p {font-size: 17px;}
}
@media screen and (max-width:1024px){
	.topmenu ul {width: 90%; margin: 0 5%;}
	.topmenu li {margin: 16px 7% 0 7%;}
	/*.logo {background-size: 140%;}*/
	.section2{padding: 0 15%;}
	.sec2-serv{width: 40%; margin: 20px 4%;}
	.sec2-serv h3 {font-size: 18px; margin-top: 45%;}
	.sec2-serv-under p {font-size: }
	.section4 {background: url(img/form-1024-bg.jpg); background-size: cover; background-attachment: fixed; 
	background-repeat: no-repeat; background-position: top;}
	.map {margin: 30px 17%;}
	.adres-phone {margin: 2% 10%; padding: 5px 2%;}
}
@media screen and (max-width:768px){
	.topmenu li {margin: 16px 4% 0 4%;}
	/*.logo {background-size: 120%;}*/
	.section1 img {width: 30%;}
	.section1 p {font-size: 16px;}
	.map {width: 90%; margin: 10px 5%;}
	.section2 {padding: 5px 10% 0 10%; min-height: 150px;}
	.sec2-serv {height: 250px; margin: 15px 4%;}
	.sec2-serv h3 {font-size: 16px; margin-top: 45%;}
	.sec2-serv-under p {font-size: 14px;}
	.section3 {padding: 2% 10%;}
	.section3 table, .section3 li {font-size: 14px;}
	.sec4-form {width: 80%; margin: 7% 10%;}
	.adres-phone {padding: 5px 0;}
	.adres-phone p{font-size: 16px; margin: 0 3%;}
}
@media screen and (max-width:425px){
	.topmenu {height: 40px;}
	.topmenu ul {width: 90%; margin: 0 5%;}
	.topmenu li{margin: 10px 3% 0 3%; font-size: 80%;}
	.logo {background: url(img/logo-mobile-bg.jpg); background-size: cover; background-attachment: fixed; 
	background-repeat: no-repeat; background-position: top;}
	.logo-in h1{font-size: 40px;}
	.logo-in p{font-size: 50px;}
	.logo-in img {width: 250px;}
	h2 {font-size: 25px;}
	.section1{padding: 0 10%;}
	.section1 p {font-size: 14px;}
	.section1 img {display: none;}
	.section2 {background: url(img/servises-mobile-bg.jpg);	background-size: cover; background-attachment: fixed; 
	background-repeat: no-repeat; background-position: top;}
	.sec2-serv {display: none;}
	.sec2-serv_mobile {display: block; width: 85%; min-height: 45px; margin: 3px 7%; position: relative; display: inline-block; 
	background-color: #35130c;}
	.sec2-serv_mobile a {color: #fff; text-decoration: none; outline: none;}
	.sec2-serv_mobile h3{margin: 2% 0; padding-top: 7px; text-align: center; font-family: micra; font-size: 12px;}
	.sec2-serv_mobile p {font-family: open-sans; font-size: 14px;}
	.sec2-serv-under_mobile {display: none;} 
	.service_name:focus ~ .sec2-serv-under_mobile, 
	.service_name:active ~ .sec2-serv-under_mobile, 
	.sec2-serv-under_mobile:hover {display: block;}
	.section3 {padding: 2% 2%;}
	.section4 {background: url(img/form-425-bg.jpg); background-size: cover; background-attachment: fixed; 
	background-repeat: no-repeat; background-position: top;}
	.sec4-form-title {display: block; margin-top: 2%; font-family: micra; font-size: 20px; color: #fff; text-align: center;}
	.sec4-form-right {display: none;}
	.sec4-form-left {width: 100%;}
	.adres-phone {margin: 2% 2%;}
	.adres-phone p{font-size: 12px; margin: 0;}
}
@media screen and (max-width:375px){
	.topmenu li:nth-child(1) {display: none;}
	footer p {width: 90%; padding-top: 5px; text-align: center;}
}
@media screen and (max-width:320px){
	.section2 {background: url(img/servises-320-bg.jpg); background-size: cover; background-attachment: fixed; 
	background-repeat: no-repeat; background-position: top;}
	.section3 table, .section3 li {font-size: 12px;}
	.section4 {background: url(img/form-320-bg.jpg); background-size: cover; background-attachment: fixed; 
	background-repeat: no-repeat; background-position: top;}
	footer p {width: 100%;}
}