/* ===== PRIMARY STYLES =====================================================
   ========================================================================== */
/*========================= global ===========================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {  
  font-family: 'PT Sans', sans-serif;
  color: #333534;  
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #fff);
}
.promo-sm {position: fixed; bottom: 0%; left: 0%; z-index: 999; display: none; width:100%; margin:0 auto;}
.promo-sm2 {width:50%; margin:0 auto; float: left; background-color: #20a413;  text-decoration: none; color: #fff; text-align: center;  min-height: 30px;  padding-top: 5px; height: auto;}
.promo-sm2 a {text-decoration: none; color: #fff; text-align: center;}
@media screen and (max-width:767px){
.promo-sm {display: block;} }
/* =============== ВСПЛЫВАЮЩИЕ ОКНА ======================= ===================
============================================================ POP-UP============
/////////////////////////////////////////////////////////////////////////////*/
/*заказ звонка верхняя*/
.overlay-zvonokt {
    background-color: rgba(0, 0, 0, 0.0);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay-zvonokt:target {
    visibility: visible;
    opacity: 1;
}
.popup-zvonokt {              
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: -210px;
    top: 210px; 
    z-index: 10; 
    visibility: hidden;       
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;   
 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.wind-zakaz-top {
  width: 379px;
  height: 260px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-align: center; 
  padding: 10px;  
  background: #fff;  
  position: relative;
}
.s145 {display:none;}
.wind-zakaz-top:after {
  content: "";
  position: absolute;
  background: url(../img/background/pointer-top.png) no-repeat;
  width: 27px;
  height: 18px;
  top: -11px;
  right: 110px;
}
.wind-zakaz-top input[type="text"] {
  width: 340px;
  height: 42px;
  margin: 8px auto;  
  font-size: 20px;
  padding-left: 15px;
  font-weight: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
}
.wind-zakaz-top input[type="text"]:focus {
  outline: none;
}
.wind-zakaz-top input[type="submit"] {
  background: url(../img/background/zakazat-zvonok.png) no-repeat;
  height: 46px;
  width: 215px;  
  border: none;
  color: #fff;
  margin: 8px auto; 
  font-size: 19px;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px;  
  text-decoration: none;
  color: #fff;

}
.overlay-zvonokt:target+.popup-zvonokt {    
    opacity: 1;
    visibility: visible;
}
.wind-zakaz-top p{
  font-size: 21px;
}
.rel-pos {
  position: relative;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing: border-box;
}
/*заказ звонка нижняя*/
.overlay-zvonokb {
    background-color: rgba(0, 0, 0, 0.0);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;  
    z-index: 2;  
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay-zvonokb:target {
    visibility: visible;
    opacity: 1;
}
.popup-zvonokb {              
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: -210px;
    bottom: 0px;  
    z-index: 10;  
    visibility: hidden;    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;   
 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.wind-zakaz-bot {

  width: 379px;
  height: 260px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-align: center; 
  padding: 10px;  
  background: #fff;  
  position: relative;
}
.wind-zakaz-bot:after {
  content: "";
  position: absolute;
  background: url(../img/background/pointer-bottom.png) no-repeat;
  width: 27px;
  height: 18px;
  bottom: -15px;
  right: 110px;
}
.wind-zakaz-bot input[type="text"] {
  width: 340px;
  height: 42px;
  margin: 8px auto;  
  font-size: 20px;
  padding-left: 15px;
  font-weight: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
}
.wind-zakaz-bot input[type="text"]:focus {
  outline: none;
}
.wind-zakaz-bot input[type="submit"] {
  width: 252px;
  height: 44px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;  
  border: none;
  color: #fff;
  margin: 8px auto; 
  font-size: 19px;
  cursor: pointer;
  background: rgba(241,122,116,1);
background: -moz-linear-gradient(left, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,122,116,1)), color-stop(100%, rgba(211,75,68,1)));
background: -webkit-linear-gradient(left, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%);
background: -o-linear-gradient(left, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%);
background: -ms-linear-gradient(left, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%);
background: linear-gradient(to right, rgba(241,122,116,1) 0%, rgba(211,75,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17a74', endColorstr='#d34b44', GradientType=1 );
}
.overlay-zvonokb:target+.popup-zvonokb {    
    opacity: 1;
    visibility: visible;
}
.wind-zakaz-bot p{
  font-size: 21px;
}
.center-980-pop {
  margin: 0 auto;
  width: 980px;
  position: relative; 
}
/* =============================== END ===============================                      
//////////////////////////////////|||||||||||||\\\\\\\\\\\\\\\\\\\\\\\\\\\\
=============================ШАПКА ========== ШАПКА ============= ШАПКА */
.center-980 {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.header-top {
  padding-top: 0px;  
}
.header-top p{
  display: inline-block;

}

.header-top a{
text-decoration: none; font-size: 20px; color: #000;  border-bottom: 1px dashed #000080;}
}


.header-phone {
  display: inline-block;
  width: 200px;
  height: 50px;
  position: relative;
  float: right;
}
.header-phone a{
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/background/zakazat-zvonok.png) no-repeat;
  height: 46px;
  width: 215px;
  text-align: center;
  font-weight: bold;
  font-size: 19px;  
  text-decoration: none;
  color: #6f5339;
  padding-top: 10px; 

}
.header h1 {
  padding-top: 10px;
  text-align: center;
  font-size: 30px;
  color:#656565; 
text-transform:uppercase;

}
.header h2 {
  padding-top: 10px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color:#fff;
}
.header h3 {
  padding-top: 10px;
  text-align: center;
  font-size: 35px;
text-transform:uppercase;
  color:#0a3990;
  margin-top:20px;
}
.header-bottom-bg {
  background: url(../img/background/1.jpg) repeat;
  width: auto;
  height: 465px;
  margin: 10px auto;
  padding-top: 10px;  
}
.header-bottom-bg2 {
  background: url(../img/background/3.jpg) repeat;
  width: auto;
  height: 600px;
  margin: 10px auto;
  padding-top: 10px;  
}
.header-bottom-bg3 {
  background-color: #fff;
  width: auto;
  height: 490px;
  margin: 10px auto;
  padding-top: 10px;  
}
.header-bottom-top {
  background-color: #ececec;
  width: auto;
  margin: 0px auto;
  padding-top: 10px; 
  height: 110px;  
}
.header-bottom-bg4{
  background-color: #ececec;
  width: auto;
  height: 3350px;
  margin: 10px auto;
  padding-top: 10px;  
}
.header-bottom-bg5{
  background: url(../img/background/2s.jpg) repeat;
  width: auto;
  height: 700px;
  margin: 10px auto;
  padding-top: 10px;  
}
.header-bottom-bg6{
  background-color: #ececec;
  width: auto;
  height: 700px;
  margin: 10px auto;
  padding-top: 10px;  
}
.header-bottom-bg7{

  width: auto;
  height: 500px;
  margin: 10px auto;
  padding-top: 10px;  
}


.header-bottom-bg8{
  background-color: #fff;
  width: auto;
  height: 800px;
  margin: 10px auto;
  padding-top: 10px;  
}
.header-bottom-bg9{
  background-color: #ececec;
  width: auto;
  height: 600px;
  margin: 10px auto;
  padding-top: 10px;  
}
.header-bottom-bg10{
  background-color: #fff;
  width: auto;
  height: 120px;
  margin: 10px auto;
  
}
.header-bottom-bg11{
  background-color: #E3E2E5;
  width: auto;
  height: 100px;
  margin: 10px auto;
  padding-top: 10px;  
}
.header-bottom-yandex {
  background: url(../img/background/yandex-direct.png) no-repeat;
  width: 980px;
  height: 455px;
  margin: 10px auto;
  padding-top: 10px;  
}
.header-bottom {
  position: relative;
  padding-top: 10px;

}
.header-form {
  position: absolute;
  right: 15px;
  width: 330px;
  height: 420px;  
  margin-top: 5px;  
  box-shadow: 0 0 20px -4px #fff;
  background: #17919C;
}
.header-form2 {
  position: absolute;
  right: 15px;
  width: 330px;
  height: 350px;  
  margin-top: 5px;  
  box-shadow: 0 0 20px -4px #fff;
  background: #17919C;
}
.fform input {
  padding-left: 30px;  
  border: 1px solid #c6c6c6;
  border-top: 2px solid #c6c6c6;
  border-left: 2px solid #c6c6c6;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;    
  height: 35px;
  width: 205px;
  margin: 0 0 10px 10px;
  font-size: 16px;
}
.fform input:focus {
outline: 0;
}
.fform input:nth-child(1){
  background: url(../img/background/input-name.png) no-repeat;  
  background-color: #fff;
  background-position: 3% center;
  margin-top: 20px; 
}
.fform input:nth-child(2){
  background: url(../img/background/input-tel.png) no-repeat;
  background-color: #fff;
  background-position: 3% center;
}
.fform input:nth-child(3){
  background: url(../img/background/input-mail.png) no-repeat;  
  background-color: #fff;
  background-position: 3% center;  
}
.fform input[type="submit"]{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 225px;
  height: 37px;    
  background: url(../img/background/button-header-form.png) no-repeat; 
  border: none;
  color: #fff;  
  font-size: 23px;  
  cursor: pointer;
  padding: 0;
}
.fform {
  text-align: center;
}
.timer {
  background: url(../img/background/table.png);
  width: 321px;
  height: 301px;
  position: absolute;
  top: 50px;
  left: 300px;
}
.pellets {
  width: 980px;
  height: 152px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 10px;
  margin-top: -45px;
  padding: 10px 0 0 40px;
  font-size: 29px;
  text-align: center;
  position: relative;
}
.pellets:after{
  content: "";
  width: 940px;
  height: 22px;
  position: absolute;
  bottom: 5px;
  left: 20px;
  background: url(../img/hr-line.jpg) no-repeat;
}
.pellets:before{
  content: "";
  width: 46px;
  height: 39px;
  position: absolute;
  top: 5px;
  left: 75px;
  background: url(../img/skobki.jpg) no-repeat;
}
.top-choice {
  background: url(../img/background/formula.png) no-repeat;
  width: 980px;
  height: 1650px;
  margin: 10px auto;
  padding-top: 10px;   
}
.top-choice img{
  padding-right: 20px;
  vertical-align: middle;  
}
.choice p{  
  vertical-align: middle;
  display: inline-block;
  font-size: 19px; 
  font-weight: bold; 
  padding-bottom: 3px;
}
.choice {
  padding-top: 400px;
}
.order {
  background: url(../img/background/zakaz-bg.png);
  width: 980px;
  height: 550px;
  margin: 10px auto;
  padding-top: 10px; 
}

.product {
	height: 280px;width: 240px;display: inline-block;	
}
.product p {
	text-align: center; 
	font-size: 18px;
	color: #000;
	
}
.product a {
	text-decoration: none;	

}

.order2 {
 
  width: 980px;
  height: 550px;
  margin: 10px auto;
  padding-top: 10px; 
}

.product2 {
	height: 280px; width: 320px;display: inline-block;	
}
.product2 p {
	text-align: center; 
	font-size: 20px;
	color: #000;
	
}
.product2 a {
	text-decoration: none;	

}



.order_yandex {
  background: url(../img/background/zakaz-bg.png);
  width: 980px;
  height: 350px;
  margin: 10px auto;
  padding-top: 10px; 
}
.order_yandex a{
  border: 2px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 10px;
  color: #fff;
  padding: 0 8px 0 8px;
  text-decoration: none;
  margin: 5px auto;
  display: block;
  width: 160px;
  font-size: 20px;
}
.order_yandex p {
  color: #fff;
  font-size: 20px;
}
/* POp UP форма для серых*/
.overlay-zakaz-silv {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay-zakaz-silv:target {
    visibility: visible;
    opacity: 1;
}
.popup-zakaz-silv {              
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;    
    font: 14px Helvetica, Arial, Sans-Serif;
    top: 40%;
    visibility: hidden;
    z-index: 10;
 
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.wind-zakaz-silv {
  width: 379px;
  height: 260px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-align: center; 
  padding: 10px;  
  background: #fff;  
  position: relative;
}
.wind-zakaz-silv input[type="text"] {
  width: 340px;
  height: 42px;
  margin: 8px auto;  
  font-size: 20px;
  padding-left: 15px;
  font-weight: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
}
.wind-zakaz-silv input[type="text"]:focus {
  outline: none;
}
.wind-zakaz-silv input[type="email"] {
  width: 340px;
  height: 42px;
  margin: 8px auto;  
  font-size: 20px;
  padding-left: 15px;
  font-weight: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
}
.wind-zakaz-silv input[type="email"]:focus {
  outline: none;
}
.wind-zakaz-silv input[type="submit"] {
  background: url(../img/background/knopka.png) no-repeat;
  height: 46px;
  width: 215px;  
  border: none;
  color: #fff;
  margin: 8px auto; 
  font-size: 19px;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px;  
  text-decoration: none;
  color: #fff;

}
.overlay-zakaz-silv:target+.popup-zakaz-silv {    
    opacity: 1;
    visibility: visible;
}
.wind-zakaz-silv p{
  font-size: 21px;
}




/* напишите нам*/
.overlay-zakaz-silv2 {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay-zakaz-silv2:target {
    visibility: visible;
    opacity: 1;
}
.popup-zakaz-silv2 {              
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;    
    font: 14px Helvetica, Arial, Sans-Serif;
    top: 40%;
    visibility: hidden;
    z-index: 10;
 
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.wind-zakaz-silv2 {
  width: 379px;
  height: 350px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-align: center; 
  padding: 10px;  
  background: #fff;  
  position: relative;
}
.wind-zakaz-silv2 input[type="text"] {
  width: 340px;
  height: 42px;
  margin: 8px auto;  
  font-size: 20px;
  padding-left: 15px;
  font-weight: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
}
.wind-zakaz-silv2 input[type="text"]:focus {
  outline: none;
}
.wind-zakaz-silv2 input[type="email"] {
  width: 340px;
  height: 42px;
  margin: 8px auto;  
  font-size: 20px;
  padding-left: 15px;
  font-weight: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
}
.wind-zakaz-silv2 input[type="email"]:focus {
  outline: none;
}

.wind-zakaz-silv2 textarea {
  width: 340px;
  height: 102px;
  margin: 8px auto;  
  font-size:23px;
  padding-left: 15px;
  font-weight: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
}
.wind-zakaz-silv2 textarea:focus {
  outline: none;
}

.wind-zakaz-silv2 input[type="submit"] {
  background: url(../img/background/knopka.png) no-repeat;
  height: 46px;
  width: 215px;  
  border: none;
  color: #fff;
  margin: 8px auto; 
  font-size: 19px;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px;  
  text-decoration: none;
  color: #fff;

}
.overlay-zakaz-silv2:target+.popup-zakaz-silv2 {    
    opacity: 1;
    visibility: visible;
}
.wind-zakaz-silv2 p{
  font-size: 21px;
}




/*герметики*/
.overlay-zakaz-silv1 {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay-zakaz-silv1:target {
    visibility: visible;
    opacity: 1;
}
.popup-zakaz-silv1 {              
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;    
    top: 50%;
    visibility: hidden;
    z-index: 10;
 
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.wind-zakaz-silv1 {
  width: 900px;
  height: auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-align: center; 
  padding: 10px;  
  background: #fff;  
  position: relative;
}
.wind-zakaz-silv1 input[type="text"] {
  width: 340px;
  height: 42px;
  margin: 8px auto;  
  font-size: 20px;
  padding-left: 15px;
  font-weight: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
}
.wind-zakaz-silv1 input[type="text"]:focus {
  outline: none;
}
.wind-zakaz-silv1 input[type="email"] {
  width: 340px;
  height: 42px;
  margin: 8px auto;  
  font-size: 20px;
  padding-left: 15px;
  font-weight: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
}
.wind-zakaz-silv1 input[type="email"]:focus {
  outline: none;
}
.wind-zakaz-silv1 input[type="submit"] {
  background: url(../img/background/button-header-form.png) no-repeat;
  height: 48px;
  width: 295px;  
  border: none;
  color: #fff;
  margin: 8px auto; 
  font-size: 19px;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px;  
  text-decoration: none;
  color: #fff;

}
.overlay-zakaz-silv1:target+.popup-zakaz-silv1 {    
    opacity: 1;
    visibility: visible;
}
.wind-zakaz-silv1 p{
  font-size: 16px;
}
.sogl a, .sogl {
  font-size: 16px;
  color: #fff
}

.sogl2 a, .sogl2 {
  font-size: 12px !important;
  color: #fff;
}
/* ФОРМА ДЛЯ БЕЛЫХ*/
.overlay-zakaz-white {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay-zakaz-white:target {
    visibility: visible;
    opacity: 1;
}
.popup-zakaz-white {                      
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 10px;
    position: fixed;    
    font: 14px Helvetica, Arial, Sans-Serif;
    top: 40%;
    visibility: hidden;
    z-index: 10;
 
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.wind-zakaz-white {
  width: 379px;
  height: 260px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-align: center; 
  padding: 10px;  
  background: #fff;  
  position: relative;
}
.wind-zakaz-white input[type="text"] {
  width: 340px;
  height: 42px;
  margin: 8px auto;  
  font-size: 20px;
  padding-left: 15px;
  font-weight: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
}
.wind-zakaz-white input[type="text"]:focus {
  outline: none;
}
.wind-zakaz-white input[type="submit"] {
  background: url(../img/background/knopka.png) no-repeat;
  height: 46px;
  width: 215px;  
  border: none;
  color: #fff;
  margin: 8px auto; 
  font-size: 19px;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px;  
  text-decoration: none;
  color: #fff;

}
.overlay-zakaz-white:target+.popup-zakaz-white {    
    opacity: 1;
    visibility: visible;
}
.wind-zakaz-white p{
  font-size: 21px;
}
.zakaz-ind {

  width: 980px;
  height: 500px;
  margin: 0 auto;
  margin-top: 30px;
}
.zakaz-dostavka {
  background: url(../img/background/dostavka.jpg) no-repeat;
  width: 1218px;
  height: 352px;
  margin: 0 auto;
  margin-top: -5px;
}
.zakaz-opt {
  background: url(../img/background/opt.jpg) no-repeat;
  width: 1274px;
  height: 377px;
  margin: 0 auto;
  margin-top: -5px;
}
.our-production {
  background: url(../img/background/production.jpg) no-repeat;
  height: 220px;
  width: 980px;
  margin: 0 auto;
}
.certificate {
    background: url(../img/background/sertifikat.jpg) no-repeat;
  height: 242px;
  width: 980px;
  margin: 0 auto;
}
.clients {
  background: url(../img/background/clients.jpg) no-repeat;
  height: 155px;
  width: 980px;
  margin: 0 auto;
  border-radius: 15px;
}
.reviws {
  width: 980px;
  margin: 0 auto;
  margin-top: -40px;
  padding-bottom: 25px;
}
.reviws img{
 margin-top: 10px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 -ms-border-radius: 5px;
 -o-border-radius: 5px;
 border-radius: 5px;
}
.reviw {
  padding-top: 50px;
  display: inline-block;
  width: 485px; 
  vertical-align: top;
  text-align: justify; 
}
.rev-cont {
  float: right;
  width: 400px;
}
.form-bot {  
    background: url(../img/background/bottom.jpg) no-repeat;
  height: 489px;
  width: 980px;
  margin: 0 auto;
  margin-top: -20px;
}
.form-bot2 {  
  height: 567px;
  width: 980px;
  margin: 0 auto;
  margin-top: 25px;
}
.form-bot6 {  
    background: url(../img/background/bottom6.png) no-repeat;
  height: 567px;
  width: 980px;
  margin: 0 auto;
  margin-top: 25px;
}
.form-bot7 {  
    background: url(../img/background/bottom7.png) no-repeat;
  height: 567px;
  width: 980px;
  margin: 0 auto;
  margin-top: 45px;
}

.form-bot77 {  
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.form-bot9 {  
    background: url(../img/background/bottom9.png) no-repeat;
  height: 567px;
  width: 980px;
  margin: 0 auto;
  margin-top: 10px;
}

.form-bot10 {  

  height: 120px;
  width: 980px;
  margin: 0 auto;
  margin-top: 10px;
}

.form-bot10 h4 {  

  text-align: center;
  font-size: 28px;

  color:#000;
  margin-top:20px;
}

.form-bot-germ {  
  background-color: #012dc1;
  height: 280px;
  width: 880px;
  margin: 0 auto;
  margin-top: 25px;

}
.form-bot-404 {  
    background: url(../img/background/bottom-404.png) no-repeat;
  height: 489px;
  width: 980px;
  margin: 0 auto;
  margin-top: 25px;
}
/* ============= POPUP ======================= */
.overlay-zvonokb {
    background-color: rgba(0, 0, 0, 0.0);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 2;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay-zvonokb:target {
    visibility: visible;
    opacity: 1;
}
.popup-zvonokb {              
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: -211px;
    bottom: -20px;
    z-index: 10; 
    visibility: hidden;       
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;   
 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.wind-zakaz-but {
  width: 379px;
  height: 260px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  text-align: center; 
  padding: 10px;  
  background: #fff;  
  position: relative;
}
.wind-zakaz-but:after {
  content: "";
  position: absolute;
  background: url(../img/background/pointer-bottom.png) no-repeat;
  width: 27px;
  height: 18px;
  bottom: -17px;
  right: 110px;
}
.wind-zakaz-but input[type="text"] {
  width: 340px;
  height: 42px;
  margin: 8px auto;  
  font-size: 20px;
  padding-left: 15px;
  font-weight: normal;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #d4d4d4;
}
.wind-zakaz-but input[type="text"]:focus {
  outline: none;
}
.wind-zakaz-but input[type="submit"] {
  background: url(../img/background/zakazat-zvonok.png) no-repeat;
  height: 46px;
  width: 215px;  
  border: none;
  color: #fff;
  margin: 8px auto; 
  font-size: 19px;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px;  
  text-decoration: none;
  color: #fff;

}
.overlay-zvonokb:target+.popup-zvonokb {    
    opacity: 1;
    visibility: visible;
}
.wind-zakaz-but p{
  font-size: 21px;
}

.top-mobile {
  width: 980px;
  height: 1850px;
  margin: 10px auto;
  padding-top: 10px;   
}
.top-mobile img{
  padding-right: 20px;
  vertical-align: middle;  
}

.mobile {
  padding-top: 160px;
}

.button_s {
	 text-decoration:none; 
 text-align:center; 
 padding:4px 25px; 
 border:solid 1px #afb3b5; 
 -webkit-border-radius:28px;
 -moz-border-radius:28px; 
 border-radius: 28px; 
 font:14px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#fff; 
 background-color:#bfbfbf; 
 background-image: -moz-linear-gradient(top, #bfbfbf 0%, #79868a 100%); 
 background-image: -webkit-linear-gradient(top, #bfbfbf 0%, #79868a 100%); 
 background-image: -o-linear-gradient(top, #bfbfbf 0%, #79868a 100%); 
 background-image: -ms-linear-gradient(top, #bfbfbf 0% ,#79868a 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79868a', endColorstr='#79868a',GradientType=0 ); 
 background-image: linear-gradient(top, #bfbfbf 0% ,#79868a 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
	
	
	
}
.button_s2 {
	 text-decoration:none; 
	 
 text-align:center; 
 padding:4px 25px; 
 border:solid 1px #afb3b5; 
 -webkit-border-radius:28px;
 -moz-border-radius:28px; 
 border-radius: 28px; 
 font:10px Arial, Helvetica, sans-serif; 
 font-weight:bold; 
 color:#fff; 
 background-color:#bfbfbf; 
 background-image: -moz-linear-gradient(top, #bfbfbf 0%, #79868a 100%); 
 background-image: -webkit-linear-gradient(top, #bfbfbf 0%, #79868a 100%); 
 background-image: -o-linear-gradient(top, #bfbfbf 0%, #79868a 100%); 
 background-image: -ms-linear-gradient(top, #bfbfbf 0% ,#79868a 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79868a', endColorstr='#79868a',GradientType=0 ); 
 background-image: linear-gradient(top, #bfbfbf 0% ,#79868a 100%);   
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
	
	
	
}
.button_s2 a {
	 text-decoration:none; 
 font-size:10px;
}

html * {max-height:1000000px;}

/********************************** Слайдер *************************************/
        #slider_1 .container, #slider_1 .navi, #slider_1 .scrollable, #slider_1 .item{ width:800px; }
        #slider_1 .container, #slider_1 .scrollable{ height:551px; }
 
        #slider_1 a.disabled{ visibility:hidden !important; }
        #slider_1 .container{ margin:0 auto; clear:both; position:relative; }
        #slider_1 .scrollable{ position:relative; overflow:hidden; }
        #slider_1 .scrollable .items{ width:20000em; position:absolute; clear:both; }
        #slider_1 .items .item{ float:right; }
 
        #slider_1 a.browse{ cursor:pointer; margin:0; width:39px; height:75px; position:absolute; top:200px; border:none; border-radius:0; background:url(../img/snav_1.png) 0 0 no-repeat; }
        #slider_1 a.left{ left:-20px; }
        #slider_1 a.right{ background-position:-39px 0; right:-20px; }
 
        #slider_1 .items .img{ height:400px; width:551px; margin-left:120px; }
        #slider_1 .items .img img{ max-width:400px; max-height:551px; display:block; margin:0 auto; border:3px solid #e2bc82; }
 