html,
body,
img,
form {
        margin: 0px;
        padding: 0px;
        border: none;}
body {
	background:url(../img/bg2.png) no-repeat center top #27431A;
	}

html, body {height:100%;}

body,
td {
        font: 12px Tahoma, Arial, sans-serif;
}
a {
        text-decoration: underline;}
a:hover {
        text-decoration: none;}
table {
        border: 0px;
        border-collapse: collapse;}
td {
        vertical-align: top;
        padding: 0px;}
p {
        padding: 0px;
        margin: 0px 0px 12px 0px;
        text-align:justify;}

.transp {opacity:0.3;}

H1 {font-weight:normal; font-size: 23px; margin: 20px 0;}
H2 {font-size:12px; margin:0 0 5px 0;}
H3 {font-weight:normal; font-size:12px; margin:0 0 5px 0;}

.clear {clear:both;}
.none {line-height:0;}

DIV.resizeble {
    margin: 0 auto;
    width: 1250px;
	overflow:hidden;
    min-height: 100%;
}

.header {width:100%; height:253px; position:relative; overflow:hidden;}
.logo {margin:38px 0 0 40px;}
.slogan {width:512px; height:174px; background:url(../img/slogan.png) no-repeat; position:absolute; left:384px; top:79px;}
.sound {width:232px; height:117px; background:url(../img/sound.png) no-repeat; position:absolute; top:0; left:990px; z-index:999;}
.sound .vk {width:37px; height:37px; background:url(../img/vk.png) no-repeat; display:block; position:absolute; top:30px; z-index:1;}
.sound .zvyk {width:122px; height:37px; position:absolute; top:30px; left:80px; z-index:101;}
.phone {width:401px; height:221px; background:url(../img/phone2.png) no-repeat; position:absolute; left:900px; top:32px;}
.phone .email {font:15px Tahoma; margin:150px 0 0 127px;}
.phone .email a{font:15px Tahoma; color:#FFD1B0;}

.links  {float:right; width:133px; height:11px; padding:16px 25px 0 0;}
.links A, .links SPAN {display:block; float:left; margin-left:20px; width:11px; height:11px;}
A.home{ background:url(../img/home.png) 0 0 no-repeat;}
A.map{ background:url(../img/map.png) 0 0 no-repeat;}
A.mail{ background:url(../img/mail.png) 0 0 no-repeat;}
A.fav{ background:url(../img/fav.png) 0 0 no-repeat;}
A.home:hover, SPAN.home { background:url(../img/home.png) 0 -11px no-repeat;}
A.map:hover, SPAN.map { background:url(../img/map.png) 0 -11px no-repeat;}
A.mail:hover, SPAN.mail { background:url(../img/mail.png) 0 -11px no-repeat;}
A.fav:hover, SPAN.fav { background:url(../img/fav.png) 0 -11px no-repeat;}

.footer {width:100%; height:46px; background:url(../img/footer_bg.png) repeat-x; font-size:13px; padding:16px 0 0 0; overflow:hidden;}
.footer .copy {float:left; margin-left:10px;}



#slides {
	width:740px; margin:-18px auto 30px; position:relative;
}
.slides_container {
	width:740px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container a {
	width:740px;
	height:362px;
	display:block;
}

.slides_container a img {
	display:block;
}


#slides .next,#slides .prev {
	position:absolute;
	top:170px;
	width:22px;
	height:53px;
	display:block;
	z-index:101;
}
#slides .prev {
	left:20px;
}
#slides .next {
	right:20px;
}


#zvonok{
	display:block;
	margin:20px 0 20px 0;
}

#popupbg {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 110;
}
#getcallback{
	display: none;
	height: auto;
    margin-top: 20px;
    padding: 18px 31px;
    width: 466px;
	position: absolute;
	top:25%;
	left:34%;
	z-index:120;
	background: #ECECEC;
	box-shadow: 3px 5px 10px #171717;
}
#getcallback fieldset{
    border: medium none;
    margin: 0;
    padding: 0;
}
#getcallback .close{
	position: absolute;
	top:10px;
	right:27px;
	color: #276E00;
	text-decoration: underline;
	cursor:pointer;
}
#getcallback fieldset div.field{
  margin-bottom: 7px;
  overflow: hidden;
  width: 451px;
}
#getcallback div.requiredField label.left:after {
  color: red;
  content: " *";
}
#getcallback .middleColumn input.text {
  background: url("../img/input_bg.png") no-repeat scroll 0 0 transparent;
}
#getcallback .middleColumn textarea {
  background: url("../img/textarea_bg.gif") no-repeat scroll 0 0 transparent;
}
#getcallback h1 {
  color: #000000;
  font-size: 25px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 34px;
  margin-top: 15px;
}
#getcallback fieldset div.field label {
  display: block;
  float: left;
  overflow: hidden;
  width: 166px;
  color:#000;
}
#getcallback fieldset div.field label.required{
	width:300px;
	color: red;
	font-size:11px;
}
#getcallback fieldset div.field .middleColumn {
  float: left;
  overflow: visible;
  width: 283px;
}
#getcallback .middleColumn input.text, 
#getcallback .middleColumn textarea {
  border: 0 none;
  font-size: 12px;
  height: 26px;
  padding: 1px 3px;
  resize: none;
  text-align: left;
  width: 277px;
}
#getcallback .middleColumn textarea {
  height: 78px;
  padding: 2px 3px;
}
#getcallback div.Actions {
  padding: 0 17px 0 0;
  position: relative;
  text-align: right;
}
#getcallback div.Actions input.action {
  background: url("../img/button.png") repeat-x scroll 0 0 transparent;
  border: 0 none;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Arial;
  font-size: 15px;
  height: 31px;
  overflow: hidden;
  padding-bottom: 2px;
  width: auto;
}
    
#mappopup_thanks {
  animation: 0.2s ease 0s normal none 1 show;
  background-color: #FFFFFF;
  box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.2), 1px 0 7px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.25);
  display: none;
  left: 35%;
  opacity: 0;
  padding: 20px;
  position: fixed;
  top: 38%;
  color:#333333;
  width: 320px;
  z-index: 130;
}	