@charset "utf-8";
/* CSS Document */
body {
	font-family:arial;
	min-width:310px;
	margin:0;
	padding:0;
}
h2
{
	padding: 35px 20px 0 20px;
    margin: 0;
}
h1 {
    color: #579044;
	padding: 10px 0 0 0;
    margin: 0;
 
}
a	{
	    color: #4e843c;
}
p {
	padding: 0 20px 0 20px;;
}
.all_body {
	width: 100%;
    background: #e3e3e3;
    min-height: 760px;
}
.body_bg_line {
	background: url(img/bg_line.png);
    width: 100%;
	text-align:center;
}
.body_bg {
	 
    max-width: 692px;
    height: 715px;
    margin: 0 auto;
	padding: 30px 0 0 0;
	
}
.body_bg2 {
	background: url(img/bg_fon.png) 50% 0% no-repeat;
    max-width: 1300px;
    height: 715px;
    margin: 0 auto;
	
}
.window {
	background: url(img/window_fon.png) no-repeat;
    background-position: center bottom;
    max-width: 565px;
    min-height: 354px;
    margin: 0 auto;
    top: 200px;
    border-radius: 10px;
    border: 5px solid #9ec54c;
	 
}
.pic {
	margin: 100px 379px -111px 0;
}
.logo {
	float:left;
	width:41%;
	text-align:left;
}
.telephone {
	width: 55%;
    float: left;
     
    margin-top: 20px;
    font-size: 21px;
    font-family: arial;
	    white-space: nowrap;
		text-align:right;
}

.batton {
	background: rgba(0, 0, 0, 0) linear-gradient(#fefeac,#ef9300,#df3b01) no-repeat scroll left top / 100% 200%;
}
.window a{
        display: inline-block;
    color: white;
    text-decoration: none;
    padding: .5em 2em;
    outline: none;
    border-width: 2px 0;
    border-style: solid none;
    border-color: #9ec54c #000 #667f31;
    border-radius: 6px;
    background: linear-gradient(#95bf4e, #76a54c) #4e8231;
    transition: 0.2s;
    font-family: arial;
	margin: 0 0 60px 0;
}

.window a:hover { background: #4e8231; 
	border-color: #4e8231 #000 #667f31;
}
.window a:active { background: white; }
.window p {
	font-size:15px;
	margin: 20px;
}
a.button8 {
  display: inline-block;
  color: white;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  padding: .5em 2em;
  outline: none;
  border: 2px solid;
  border-radius: 1px;
  transition: 0.2s;
} 
a.button8:hover { background: rgba(255,255,255,.2); }
a.button8:active { background: white; }

.img_box {margin: 110px 273px -111px -134px;
    /* width: 48%; */
    min-width: 220px;}
.footer {
	       font-size: 12px;
    font-weight: bold;
    padding: 50px 0 0 0;
    line-height: 1.7;
}
.footer p { 
	margin:0;
	padding:0;
}