@charset "utf-8";
/* CSS Document */

p { 
	margin:1em 0; 
	text-align: left;
	font-family: Arial, verdana, helvetika;
	font-size:1.1em;
}

a { 
    color: #00971E; 
    text-decoration: none; 
}

a:hover { 
    color:#00971E; 
    text-decoration: none;  
}

h1 { 
    text-align: center;
    color: #333;
    font-size: 1.8em;
    
}

h2 {
    text-align: center; 
    color: #333;
    
}

body  {
	font-family: Arial, verdana, helvetika;
	color: #636363;
	font-size:16px;
}

#box { 
	width: 100%;
	text-align: left;
} 

#header { 
	width: 100%;
} 

#topmenu {
    width: 100%;

}

.verhlinks {
    width: 35%;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #EEEEEE;
    color: #000;
    font-size: 1em;
    margin-top: 2%;
    -webkit-border-radius: 4px;
}


#top {
    width: 100%;
}

#top .logo {
    width: 100%;
    text-align: center;
    padding-top: 10%;
}


#top .about {
    width: 100%;
    text-align: center;
}

#top .about .descrip {
    width: 100%;
    padding-top: 5%;
    font-size: 1.5em;
}

#top .phone{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 5%;
    font-size: 2.2em;
}

#top .phone a {
    text-decoration: none;
    color: #636363;
}


#top .adress {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1em;
    display: inline-block;

}

#menu {   
    width: 100%;
}

#menu a {
    text-decoration: none;

}


.block1 {
    width: 60%;
    margin: 0 auto;
    margin-top: 3%;
    font-size: 1.1em;
    color: #FFF;
    text-align: center;
    background-color: #00971E;
    -webkit-border-radius: 4px;
}

.block2 {
    width: 60%;
    margin: 0 auto;
    margin-top: 3%;
    font-size: 1.1em;
    color: #FFF;
    text-align: center;
    background-color: #00971E;
    -webkit-border-radius: 4px;
}

.block3 {
    width: 60%;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 10%;
    font-size: 1.1em;
    color: #FFF;
    text-align: center;
    background-color: #00971E;
    -webkit-border-radius: 4px;
}

.block1 a { 
    color: #FFF; 
    text-decoration: none; 
}

.block1 a:hover { 
    color: #FFF; 
    text-decoration: none; 
}

.block2 a { 
    color: #FFF; 
    text-decoration: none; 
}

.block2 a:hover { 
    color: #FFF; 
    text-decoration: none; 
}

.block3 a { 
    color: #FFF; 
    text-decoration: none; 
}

.block3 a:hover { 
    color: #FFF; 
    text-decoration: none; 
}

#content {
    width: 100%;    
    margin-top: 35px;
    border-top: 3px solid #00971E;
}

#content .priceutil {
    display: none;
    width: 100%;
    display: block;
}

.centr {
    text-align: center;
}

#footer {
    width: 100%;
    border-top: 3px solid #00971E;
    background-color: #EEEEEE;    
}

#footer .adr {
    width: 100%;
    display: inline-block;
    margin-top: 10%;
    float: left;
    font-size:14px;
    
}

#footer .copyright {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 20px;
    
}

.avtor {
    font-size: 14px;
    
}

.othody {
    width: 100%;
    margin-top: 3%;
    
}

.just {
    text-align: justify;
    
}

.snosk {
    text-align: justify;
    font-size: 11px;
}

.404 {
    margin-top: 100%;
}

.men404 {
    width: 100%;
    margin:0 auto;
}

.big404 {
    font-size: 55px;
    text-align: center;
}

.mid404 {
    font-size: 30px;
    text-align: center;
}



table.tabl{border-collapse:collapse;font-size:8px; color: #333; width: 100%;;text-align:center}
table.tabl tr td,table.tabl tr th{border:1px solid gray;}
table.tabl th{background-color:#AAD0F0;color:#2E2E2E}
table.tabl td.name{font-weight:bold}
table.tabl tr td.eco{font-weight:bold;text-align:left}
table.tabl tr td.eco2{text-align:left}
.head1{font-weight: bold; font-size: 10px;}
.head2{font-weight: bold; font-size: 10px;}

img.figure {
        width: 60%;
        margin-bottom: 5%;
        display: block;
        margin: 0 auto;
}

img.figu {
        width: 60%;
        margin-bottom: 5%;
        display: block;
        margin: 0 auto;
}


.sidebarForm {
		background: #f6f6f6;
		box-shadow: 0 0 5px #ccc; 
		-webkit-box-shadow: 0 0 5px #ccc;
		-moz-box-shadow: 0 0 5px #ccc;
		width: 90%;
}

#cor5 {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.sidebarForm h4 {
		font: 14px Verdana;
		color: #333333;
		text-align: left;
		padding: 10px 10px 0 10px;
}

.sidebarForm label {
		font: 12px Verdana;
		color: #333;
		padding: 10px;
}

.sidebarForm .input { 
		width: 80%;
		overflow: hidden;
		background: white;
		border: solid 1px #DFE2E5;
		margin: 5px 0 10px 10px;
		box-shadow: 0 0 5px #ccc;
		-webkit-box-shadow: 0 0 5px #ccc;
		-moz-box-shadow: 0 0 5px #ccc;
}

.sidebarForm .input input {
		width: 100%;
		background: white;
		margin: -3px 0 0 -5px;
		padding: 0px 8px;
		border: none;
		background: transparent;
}

.sidebarForm .textarea {
		width: 80%;
		overflow: hidden;
		background: white;
		border: solid 1px #DFE2E5;
		margin: 5px 0 10px 10px;
		box-shadow: 0 0 5px #ccc;
		-webkit-box-shadow: 0 0 5px #ccc;
		-moz-box-shadow: 0 0 5px #ccc;
}

.sidebarForm .textarea textarea {
		width: 100%;
		background: white;
		border: none;
		resize:none;
}

.sidebarForm button {
		border: 2px #ccc solid;
		width: 80%;
		font: 12px Verdana;
		font-weight: 700;
		color: #FFFFFF;
		background-color: #00971E;
}


.videofilm {
    width: 100%;
}

.queswhatsbox {
    margin: 70px 0 70px 0;
}

.queswhats {
    border: solid 1px #909090;
    margin: 0 auto;
    width: 95%;
    padding: 3%;
    line-height: 30px;
}

.questxtwhats {
    font-size: 20px;
    text-align: center;
}

.queswhatstel {
    font-family: Arial, Helvetica, sans-serif;
}

.queswhats1 {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 0 30px 0;
}

.btnbox {
    margin: 30px 0 30px 0;
}

.queswhatsbtn {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    color: #fff;
    background: linear-gradient(#52a54f, #138058);
    opacity: 100%;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
}