
html {
  height: 100%;
}


body { 	
   height:100%; 	
   color: #000;
   margin:0; 	
   padding:0; 	
   font-size: 16px; 
   background:  #edf0f0;	
   font-family: 'Open Sans', Tahoma, Arial, sans-serif;
   font-weight: normal;  
} 
body.mainpage { 
     
     
}
a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #00a8ec;
}

a:hover {	
	text-decoration: none;
	font-weight: normal;
}
p{
   margin: 0;
   padding: 10px 0 10px;
}
.center{
   text-align: center;
}
.left{ 
    text-align: left !important;
}
.ma{
    margin: auto;
}
.fs11px{
    font-size: 11px;
}
.fs12px{
    font-size: 12px;
}
.prl30{
   padding-left: 30px;
   padding-right: 30px;
}
.floatl{
    float: left;
}
.floatr{
    float: right;
}
.clr{
   clear: both;
}
.pointer{
    cursor: pointer;
}
.resizeable{
    height: auto;
    max-width: 100%;
}
.fixed{
   position: fixed;
}
.fs18px{
   font-size: 18px;
}
.send2{
   cursor: pointer;
}
.wrapper{
   margin: 0 auto;
   width: 980px;
}
#header{ 
    height: auto;
    width: 100%; 
    background: transparent url('../images/headbg.png') no-repeat right 102px;  
    padding: 20px 0 0 0; 
    height: 160px;
    position: relative;
}

.logo{
    background: url("../images/logo.png") no-repeat 35px 20px;   
    position: absolute;
    top: 0;
    left: 0;
    width: 375px;
    height: 140px;   
}

#header .contacts{
    float: right;
    margin: 0;
    text-align: center;
    font-size: 18px;
    z-index: 3;
    position: relative;
}
#header .contacts a{
    font-size: 13px;
    color: #00a8ec;
    border-bottom: dotted 1px #00a8ec; 
    display: inline;
    text-decoration: none;
}
#header .contacts .send2:hover{
    border-bottom: dotted 1px #edf0f0; 
}
#footer{
    height: 100px;
}

.topmenu{   
    position: absolute;
    left: 215px;
    top: 45px;
    
    list-style: none;
    margin: 0;
    padding: 0;
}
.topmenu li{   
    float: left;
    position: relative;
}
.topmenu li div {   
   display: none;
   width: 228px; 
   background: #00A0E3;   
   position: absolute; 
   z-index: 100;
   top: 53px;
}
.topmenu li:hover div {
   display: block;
}

.topmenu li div a,
.topmenu li div a:hover{
   color: #fff;
   line-height: 24px;
   padding: 11px 19px 12px;
   border-top: dotted 1px #8edeff; 
   width: 190px;
   text-align: left;
}
.topmenu li div a:hover{
   background: #fff;
   color: #00A0E3;
}

.topmenu a{ 
    display: block;
    float: left;  
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    padding: 17px 16px 0;
    line-height: 48px;
    color: #000;
}
.topmenu a:hover, 
.topmenu a.act{ 
    color: #00B3FF;
}
.topmenu a span{ 
    font-size: 16px;
    color: #727271;
    padding: 7px 0 0 0;
    display: block;
}
.topmenu a.first{ 
    font-size: 20px;
    text-align: left;
    line-height: 22px;
    padding: 5px 16px 0 16px;
}
.main{
    background: url("../images/mainpage.jpg") no-repeat -50px 7px;   
    width:1020px;
    box-sizing: border-box;
    padding: 0 40px 0 610px;
    margin: 0px 0 0 0px;

}
h2{
    margin: 30px auto 34px;
    text-align: center;  
    padding: 0 0px 7px;    
    border-bottom: 1px solid #fff;  
}
h3{
    margin: 30px auto 34px;
    text-align: center;  
}
h3 span{
    padding: 0 24px 7px;    
    border-bottom: 2px solid #5a5654;  
}
h4{
    margin: 20px auto 24px;
    text-align: center; 
    font-weight: normal;
    font-size: 24px; 
}
.prices{
    background: url("../images/prices.jpg") no-repeat 0px 0;   
    width: 980px;
    height: 340px;
    box-sizing: border-box;
    padding: 87px 0px 0 0px;
    text-align: center;
    color: #fff;
    position: relative;
}
.pricetable{
     width: 885px;
     margin: auto;
}
.pricetable tr td{
     vertical-align: top;
     padding: 0 30px 0 0;
}
.pricetable tr td p{
     
     display: block;
     padding: 5px 7px;
     margin: 10px 0  10px 0;
     border: solid 3px #edf0f0;
}
.pricetable tr td p.sale{
     border: solid 3px #00a0e3;
     position:relative;
}
.pricetable tr td p.sale b{     
     position:absolute;
     background: #fffc00;
     padding: 2px 5px;
     font-size: 12px;
     bottom : 22px; 
     right: 39px;
     border-radius: 5px;
}
.pricetable tr td p.sale span{     
     text-decoration:line-through;
}

.specstable{
     margin: auto;
     width: 100%;
}
.specstable tr td{
     vertical-align: top;
     padding: 0 30px 50px 30px;
     text-align: center;
}
.specstable tr td b{
     display: block;
     padding: 14px 0 5px 0px;
     font-size: 14px;
}
.otzyvy, .otzyvy2{
     padding: 17px 25px;
     border-radius: 15px;
     background: #fff;
     float: left;
     margin: 10px 20px;
     width: 400px;
}
.otzyvy, .shadow{
	-webkit-box-shadow: 1px 1px 25px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 25px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 25px 0px rgba(50, 50, 50, 0.75);
}
.otzyvy2{
     background: #00B3FF;
     color: #fff;
}

.action{
    background: url("../images/action.png") no-repeat 0px 0;   
    width:81px;
    height:81px;
    color:#2A2A29;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    position: absolute;
    top: 20px;
    right: 215px;
    box-sizing: border-box;
    padding: 30px 0 0 18px;
}

input, textarea{
    margin: 0 0 14px 0;
    text-align: left;
    background: #fff;
    border: 2px solid #cccbcb;
    border-radius: 3px;
    color: #000;
    display: block;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 18px;
    width: 300px;
}
textarea {  
    height: 120px;
    line-height: 24px;
    
}
.popupform textarea{
   width: 300px;
}

label{
    padding: 0 0 7px 0; 
    display: block;
    line-height: 16px;
}

.sublabel{
    color: #898989;
    font-size: 12px;
    padding: 0 0 7px 0; 
    line-height: 14px;
}


.bg_z {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}


.popupform{
    margin-left: -175px;
    margin-top: -90px;
    position: fixed;
    left: 50%;
    top: 40%;
    z-index: 1000;        
    border-radius: 2px;
    border: solid 2px #fff;
    background: #fff;
    color: #000;
    padding: 20px;
    width: 345px;
}
.popupform input{
    width: 300px;
    text-align: center; 
}
.popupform .send, a.submit, div.submit, input[type="submit"]{
    background: transparent url('../images/submit.png') 0 0  repeat-x;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight:bold;
    display: inline-block;
    height: 62px;
    line-height: 60px;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    margin: 25px 30px 5px;
}
.popupform .send:hover, .submit:hover{
    background:#12b9ff;
}

.popupform .send{
    width: 245px;
}


a.close_zakaz_small {
    background: transparent url('../images/close.png') 0 0  no-repeat;
    position: absolute;
    right: 2px;
    top: 2px;
    width:16px;
    height:16px;
    cursor:pointer;
}
.ok{    
    color: #fff;
    padding: 20px;
    width: 300px;
    font-size: 16px;
    font-weight: bold;
    background: #00b3ff url('../images/submit.png') 0 0  repeat-x;
    text-align: center;
    margin: 150px 0 0 -170px;
    left: 50%;
    position: absolute;
    z-index: 10;
}
.imgtxt{
    float: left;
    margin: 0 50px 20px 0;
}
.licences a{
   display: block;
}
.licences a img{
   width: 200px;
}
.newsitem {
    margin: 0 30px 30px 30px;
    
}
.newsitem a{
    text-decoration: none;
}
.newsitem a:hover{
    text-decoration: underline;
}
.date{
   font-size: 12px;
}

.action-block {padding:30px; margin:0 0 20px 0;}
.action-block h3 {font-size: 18px; text-align:left; margin: 0px 0 5px 0; font-weight: bold;}
.action-block h2 {font-size: 24px; text-align:center;margin: 0px 0 5px 0; color:#18baff; font-weight: bold;}
.action-block small {
    font-size: 13px;

}
.action-block td h4 {text-align:left; margin:0;font-size: 16px;    font-weight: bold; color:#18baff;}
.action-block td ul {    margin: 5px 0; }

.action-block .price {
    color:red;
    font-weight: bold;
    font-size: 22px;
    padding-left: 10px;
}

a.but-zap.submit
{
    padding: 0 20px;
    margin: 0 auto;
    width:250px;
    display: block;
    position: static;
}

#myModal22 h4 {
    color:#18baff;
}

#myModal22 .modal-body {
    font-size: 20px;
}

.benefit {
    padding: 7px 0 0 0;
    font-style: italic;
}