/* #######################  GENERAL SETTINGS ############################ */
/* reset */
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, font, 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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ul,ol{list-style-type:none;}

body {
    font: 12px  'Open Sans', Tahoma, Verdana, sans-serif;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;  
    color: #2c2c2c;
}

table{
    border-collapse: collapse;
}

table td{
    border: 1px solid #ddd;
}

a{
    color: #009640;
}

a:hover{
    text-decoration: none;
}

.clr{
    clear:both;
}

.hidden{
    display:none;
}

.wrap {
    width: 960px;
    margin: 0 auto;
    position: relative; 
}

/* header
===================================*/
.header{
    background: url(../images/bg1.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 796px;
}

.top{
    padding: 40px 0 30px;
    color: #fff;
}

.top:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.logo{
    width: 300px;
    padding: 0 0 0 55px;
    background: url(../images/logo.png) no-repeat ;
    float: left;
}

.sitename{
    font-size: 24px;
    font-weight: bold;
} 

.phones{
    width: 280px;
    float: right;
    padding: 0 0 0 70px;
    background: url(../images/icon-phone.png) no-repeat ;
    letter-spacing: 2px;
}

.ph{
    font-size: 24px;
    font-weight: bold;
} 

/*
===================================*/
.descriptor{
    padding: 75px 0 45px 0;
    color: #fff;
    text-align: center;
    border: 10px solid rgba(255,255,255, .3);
}

.descriptor h1{
    color: #ffdd00;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 56px;
}

.descriptor h3{
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 20px 0;
}

.keys{
    font-size: 24px;
}

.line1{
    background: #ffdd00;
    margin: 45px auto;
    height: 10px;
    width: 160px;
}

/*
===================================*/
.btn{
    display: block;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../images/btn1.png) no-repeat ;
    width: 329px;
    height: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; 
}

.btn:hover{
    opacity: .9;
}

.btn1{
    margin: 60px auto 0 auto;
}

/* sec1
===================================*/
.sec1{
    padding: 50px 0;
}

.title{
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}


/* services
===================================*/
.services:after,
.sv:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sv{
    margin: 65px 0;
    font-size: 14px; 
}

.sv-img{
    width: 400px;
    float: left;
}

.sv-img img{
    max-width: 360px;
}

.sv-info{
    width: 560px;
    float: right;
}

.sv-title{
    position: relative;
    font-size: 30px;
    font-weight: normal;
    padding: 0 0 7px 0;
    margin: 0 0 20px 0;
}

.sv-title:after{
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #ffdd00;
}

.sv-text{    
    line-height: 20px;
}

.sv-text p{
    margin: 0 0 15px 0;
}

.odd .sv-info{
    float: left;
}

.odd .sv-img{
    float: right;
    text-align: right;
}


/* form
===================================*/
.sec-form{
    height: 633px;
    padding: 70px 0 40px 0;
}

.form1{
    background: url(../images/bg2.jpg) no-repeat 50% 50% ;
    background-size: cover;
}

.form-block{
    position: relative;
    border: 10px solid #ffdd00;
    padding: 30px 0;
    width: 940px;
    margin: 0 auto;
    height: 530px;
}

.form-img{
    position: absolute;
    display: block;
    top: -80px;
    left: -90px;
}

.form-title{
    text-transform: uppercase;
    font-size: 48px;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
    color: #009640;
}

.form{
    float: right;
    width: 360px;
    margin: 30px 80px 0 0;
}

.offer{
    font-size: 20px;
}

.form input{
    padding: 5px;
    display: block;
    margin: 30px 0;
    width: 320px;
    height: 38px;
    border: none;
    outline: none;
}

.inf{
    padding: 0 0 0 22px;
    background: url(../images/galka.png) no-repeat 0 1px;
    font-size: 14px;
    margin: 30px 0 0 0;
}


/*
===================================*/
.sec2{
    padding: 110px 0 40px 0;
}

.subtitle{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0 30px 0;
}

.brands{
    text-align: center;
}

.brands img{
    vertical-align: middle;
    margin: 30px 50px;
}

/*
===================================*/
.products:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.products{
    margin: 0 0 0 -30px;
}

.pr{
    float: left;
    margin: 0 0 0 30px;
    width: 300px;
    position: relative;
    padding: 470px 0 0 0;
    font-size: 14px;
}

.pr-img{
    position: absolute;
    top: 150px;
    border: 10px solid #ffdd00;
    width: 280px;
    height: 280px;
}

.pr-img img{
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 300px;
}

.pr-title{
    color: #009640;
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 20px;
}


/* sec3
===================================*/
.sec3{
    padding: 50px 0;
    background: url(../images/bg3.jpg) no-repeat 50% 0;
    background-size: cover;
}

.sec3 .title{
    color: #ffdd00;
}

.adv{
    margin: 50px 0 0 0;
}

.adv li{
    padding: 10px 5px 12px 50px;
    margin: 30px 0;
    color: #fff;
    font-size: 18px;
    background: url(../images/galka.png) no-repeat 20px 15px rgba(0,0,0, .5);
}

/*
===================================*/
.sec4{
    padding: 80px 0 0 0;
}

.gallery{
    margin: 80px 0 0 -80px;
}

.gallery:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.gallery li{
    float: left;
    margin: 0 0 80px 80px;
}

.gallery img{
    width: 265px;
    height: 400px;
}

.pp_sociak{
    display: none !important;
}

/*
===================================*/
.form2{
    background: url(../images/bg4.jpg) no-repeat 50% 50% ;
    background-size: cover;
}

.form2 .offer{
    color: #fff;
}

.form2 .inf{
    color: #fff;
}


/* sec5
===================================*/
.sec5{
    padding: 90px 0 60px 0;
}

.pricing{
    margin: 80px 0 0 -40px;
}

.pricing:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.price{
    width: 460px;
    float: left;
    margin: 0 0 40px 40px;
}

.price h6{
    color: #009640;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

.price-desc{
    text-align: center;
    color: #009640;
    font-size: 14px;
}

.price-info{
    padding: 25px;
    border: 10px solid #ffdd00;
    min-height: 190px;
    margin: 20px 0 0 0;
    font-size: 14px;
}

.price-info ol{
    margin: 0 0 20px 20px;
}

.price-info li{
    list-style: decimal;
    margin: 0 0 10px 0;
}

.more{
    color: #009640;
}

.more:hover{
    text-decoration: none;
}


/*
===================================*/
.min-price{
    text-align: center;
    font-size: 14px;
}

.min-price p{
    margin: 0 0 5px 0;
}

.btn3{
    margin: 40px auto 0 auto;
}


/*
===================================*/
.footer{
    padding: 40px 0;
    color: #fff;
    font-size: 14px;
    background: #2c2c2c;
}

.footer:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.copy{
    width: 60%;
    float: left;
}

.st{
    text-align: right;
    padding: 15px 0 0 0;
}


/*
===================================*/


 
/* modal-form
==============================*/
.modal{
    display: none;
    position: fixed;
    top: 15%;
    left: 50%;
    width: 400px;
    padding: 20px;
    margin: 0 0 0 -220px;
    z-index: 999;
    background: #fff;   
    border: 10px solid #ffdd00;
}

.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 99;
}

.modal-close{
    position: absolute;
    top: -55px;
    right: -35px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
}

.modal-close:hover{
    color: #888;
}

.modal .form{
    float: none;
    margin: 10px auto;
}

.modal input {
    border: 1px solid #777;
    margin: 30px auto;
}

.modal button { 
    margin: 30px auto;
}
 
.message{
    margin: 40px auto;
    text-align: center; 
    line-height: 20px;
    color: #009640;
    text-shadow: 0 1px 1px #333;
    font-size:  20px ;
    text-transform: uppercase;
}

.message h2{ 
    font-size: 35px;
    margin: 30px 0;
}

/* 
===================================*/
.modal2{
    display: none;
    position: fixed;
    top: 5%;
    left: 50%;
    width: 900px;
    padding: 20px;
    margin: 0 0 0 -480px;
    z-index: 999;
    background: #fff;   
    border: 10px solid #ffdd00;
}

.modal-content h5{
    text-transform: uppercase;
    margin: 0 0 20px 0;
    text-align: center;
    color: #009640;
    font-size: 30px;
}

.modal-content{
    font-size: 14px;
    padding: 0 20px;
    max-height: 540px;
    min-height: 250px;
    overflow-y: auto; 
}

.modal-content p{
    margin: 0 0 10px 0;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}