@font-face {
font-family: "PTSans";
src: url("../fonts/PTSansRegular.eot");
src: url("../fonts/PTSansRegulard41d.eot?#iefix")format("embedded-opentype"), url("../fonts/PTSansRegular.woff") format("woff"), url("../fonts/PTSansRegular.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
@font-face {
font-family: "RobotoCondensed";
src: url("../fonts/RobotoCondensedRegular.eot");
src: url("../fonts/RobotoCondensedRegulard41d.eot?#iefix")format("embedded-opentype"), url("../fonts/RobotoCondensedRegular.woff") format("woff"), url("../fonts/RobotoCondensedRegular.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
body{
    font-family: 'PTSans','Helvetica', sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
}
:focus{
    outline: none;
}
a{
    text-decoration: none;
    color: #fff;
    display: block;
}
.wrapp{
    width: 100%;
    min-width: 960px;
}
.wrapp::after{
    content:'';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.container::after{
    content:'';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.container{
    width:960px;
    margin: 0 auto;
    position: relative;
}
.top{
    background: url('../img/asphalt.jpg')repeat-x;
    height: 700px;
    width: 100%;
}
.containerInner{
    background: url('../img/car.png') 201px 140px no-repeat;
    height: 700px;
}
.logorow{
    padding-top: 20px;
}
.logorow::after{
    content:'';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.logorow img{
    display: block;
    float: left;
    margin: 0 11px 0 20px;
}
.logoText p{
   font: 20px 'RobotoCondensed', sans-serif;
    color: #fff;
    width: 300px;
    float: left;
    border-left: 2px solid #fff;
    padding-left: 12px;
}
.telText{
    color: #bfbfbf;
    font: 19px 'RobotoCondensed', sans-serif;
    width: 346px;
    float: left;
    text-align: center;
}
.telText a{
  border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(167,0,0) 0%, rgb(253,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(167,0,0) 0%, rgb(253,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(167,0,0) 0%, rgb(253,0,0) 100%);
  box-shadow: inset 0px -2px 0px 0px rgba(71, 1, 1, 0.004);
  width: 176px;
  height: 29px;
    font-family: 'PTSans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 29px;
    margin: 10px auto 0;
}
.telText a:hover{
    background: linear-gradient(rgb(186, 0, 0) 0%, rgb(218, 5, 5))
}.telText a:active{
    background: linear-gradient(rgb(255, 45, 45), rgb(168, 30, 30))
}
.topForm{
    width: 300px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
}
.topForm img{
    margin-bottom: 15px;
}
.topForm p{
    margin-bottom: 20px;
}
.topForm input{
    display: block;
    margin:0 auto;
    width: 240px;
    height: 40px;
}
.topForm input[type="text"]{
    border: 2px solid #ffb000;
    border-radius: 5px;
    text-indent: 41px;
    margin-bottom: 20px;
    color: #bfbfbf;
    font-size: 16px;
}
.topForm input[type="text"]:nth-of-type(1){
    background: rgba(0, 0, 0, 0.47) url('../img/person.png') 10px center no-repeat;
}
.topForm input[type="text"]:nth-of-type(2){
    background: rgba(0, 0, 0, 0.47) url('../img/trubka.png') 10px center no-repeat;
}
.topForm input[type="submit"]{
    background: linear-gradient(#fc0000, #ad0000);
    width: 182px;
    height: 40px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 4px #000;
    font: 17px 'RobotoCondensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.topForm input[type="submit"]:hover{
     background: linear-gradient(#ca0000, #780000);
}
.topForm input[type="submit"]:active{
    background: linear-gradient(#ad0000,#fc0000);
}
.price{
    position: absolute;
    right:0;
    bottom:0;
    color: #fff;
    font-family: 'RobotoCondensed', sans-serif;
    bottom: 33px;
    right: 52px;
}
.price p:first-child{
    color: #999898;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.price p:first-child::after{
    content:'';
    width: 100px;
    height: 2px;
    background: red;
    left: 53px;
    bottom: 13px;
    transform: rotate(-11deg);
    position: absolute;
}
.price p:last-child{
    font-size: 60px;
    color: #ff9900;
    text-align: right;
    margin-top: 10px;
}
.price span{
    font-size: 30px;
    display: block;
    margin:0 15px 0 0;
}
/*************TIMER*************/
.timer{
    background: url('../img/greyBg.jpg') repeat-x;
    width: 100%;
    height: 100px;
    padding: 17px 0 0 0;
    box-sizing: border-box;
}
.timer::after{
      content:'';
    display: block;
    clear: both;
    height:0;
}
.counter h2{
    float: left;
    font-size: 30px;
    text-align: right;
    margin-right: 20px;
}
.counter{
    width: 600px;
    margin:0 auto;
    width: 621px;
    display: block;
}
.counter li{
    float: left;
    margin-left: 20px;
}
.counter li span{
    font-size: 50px;
}
.counter li p{
    text-align: center;
}
/**********ADVANTAGES*********/
.advantages{
    background: url('../img/darkBg.jpg')repeat;
    height: 550px;
    width: 100%;
}
.advantages h2{
    color: #ffb000;
    text-transform: uppercase;
    text-align: center;
    font-size: 34px;
    padding: 30px 0 40px 0;
}
.advantages p{
    color: #fff;
}
.advantages p span{
    color: #ffb000;
}
.advantages .container{
    background: url('../img/tank.png') center 140px no-repeat;
    width: 960px;
    height: 550px;
}
.econ{
    width: 274px;
    position: absolute;
    left: 59px;
}
.ecol{
    width: 230px;
    position: absolute;
    top: 273px;
    left: 20px;
}
.res{
    width: 290px;
    position: absolute;
    top: 429px;
    left: 60px;
}
.prob{
    width: 300px;
    position: absolute;
    right:33px;
}
.noise{
    width: 230px;
    position: absolute;
    top: 273px;
    right:0;
}
.srok{
    width: 310px;
    position: absolute;
    top: 429px;
    right:0;
    animation-delay: .4s;
}
/**********EQUIPMENT**********/
.equipment{
    background: url('../img/greyBg.jpg') repeat;
    padding-top: 30px;
}
.spare{
    float: left;
    width: 430px;
}
.spareText{
    float: left;
    width: 520px;
    padding: 20px 0 0 10px;
}
.spareText img{
    float: left;
    width: 128px;
    height: 82px;
    display: block;
}
.spareText h2{
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 530px;
}
.spareText p{
    text-align: left;
    margin-top: 30px;
    line-height: 1.3em;
}
/****************SIGN***************/
.sign{
    background: url('../img/fix.jpg') top center no-repeat;
    height: 300px;
}
.sign .container>img{
    margin:56px 0 10px 158px;
}
.sign p{
    color: #ffb000;
    width: 234px;
    margin-left: 116px;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}
.signForm{
    width: 300px;
    position: absolute;
    right:100px;
    top:3px;
}
.signForm input{
    display: block;
    margin:13px auto;
}
.signForm input[type="text"]{
    border-radius: 5px;
    border: 2px solid #ffb000;
    width: 300px;
    height: 40px;
    text-indent: 40px;
    color: #bbb;
}
.signForm input[type="text"]:nth-child(1){
    background: rgba(0, 0, 0, 0.77) url('../img/person.png')10px center no-repeat;
}
.signForm input[type="text"]:nth-child(2){
    background: rgba(0, 0, 0, 0.77) url('../img/trubka.png')10px center no-repeat;
}
.signForm input[type="text"]:nth-child(3){
    background: rgba(0, 0, 0, 0.77) url('../img/little_car.png')10px center no-repeat;
}
.signForm input[type="text"]:nth-child(4){
    background: rgba(0, 0, 0, 0.77) url('../img/calendar.png')10px center no-repeat;
}
.signForm input[type="submit"]{
    background: linear-gradient(#fc0000, #ad0000);
    width: 182px;
    height: 40px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 4px #000;
    font: 17px 'RobotoCondensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.signForm input[type="submit"]:hover{
     background: linear-gradient(#ca0000, #780000);
}
.signForm input[type="submit"]:active{
    background: linear-gradient(#ad0000,#fc0000);
}
/*************РАССРОЧКА************/
.rassroch{
    height: 300px;
    background: #e7e0e5 url('../img/copilka.jpg')center top;
}
.rassroch img{
    position: absolute;
    right: 100px;
    top: 66px;
}
/**********SECURITY************/
.security{
    background: url('../img/blackBg.jpg') repeat;
}
.security h2{
    text-transform: uppercase;
    color: #ffb000;
    text-align: center;
    font-size: 30px;
    padding: 30px 0 40px 0;
}
.security .container{
    background: url('../img/za.png') left 70px no-repeat, url('../img/protiv.png') right 70px no-repeat;
    height: 860px;
    position: relative;
    color: #bfbfbf;
}
.security .container img:nth-of-type(1){
    position: absolute;
    left: 34px;
    top: 91px;
    display: block;
    -webkit-animation: rot 3s linear infinite;
    -moz-animation: rot 3s linear infinite;
    -o-animation: rot 3s linear infinite;
     animation: rot 3s linear infinite;
}
.security .container img:nth-of-type(2){
    position: absolute;
    right:25px;
    display: block;
    animation: rot 3s linear infinite;
}
@keyframes rot {
     from {transform: rotateY(0deg);}
    to { transform: rotateY(360deg);}
}
.titl>p{
    width: 143px;
    float: left;
    font-size: 30px;
    text-transform: uppercase;
}
.titl::after{
    content:'';
    display: block;
    clear: both;
}
.titl p:first-child{
    position: relative;
    left: 135px;
    top: 10px;
}
.titl p:last-child{
    position: relative;
    left: 573px;
    top: 10px;
}
.securityInner{
    margin: 96px auto 0;
    width: 565px;
}
.securityInner div{
    margin: 0 auto 45px;
    border: 3px solid #ffb000;
    padding: 10px;
    height: 56px;
    border-radius: 39px;
    text-align: center;
}
/**************VARANTY************/
.varanty{
    background: url('../img/install.jpg') center top no-repeat;
    height: 500px;
}
.varanty p{
    width: 300px;
    color: #ffb000;
    text-align: center;
    font-size: 27px;
    margin: 0 0 0 600px;
    padding-top: 40px;
}
.varanty span{
    font-size: 50px;
}
.varanty img{
    margin: 28px 0 0 602px;
}
/***************REVIEW*****************/
.review{
    background: url('../img/greyBg.jpg') repeat;
}
.review h2{
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    padding: 30px 0 30px;
}
.revInner div>img{
    border: 10px solid #ffb000;
    float: left;
}
.revInner div{
    padding-bottom: 50px;
}
.revInner div:nth-of-type(1)::after,
.revInner div:nth-of-type(2)::after,
.revInner div:nth-of-type(3)::after{
    content:'';
    display: block;
    clear: both;
    height:0;
    visibility: hidden;
}
.revInner div b{
    font-weight: bold;
}
.revInner div p{
    width: 442px;
    float: left;
    font-size: 20px;
    padding: 0 20px;
}
.revInner span{
    text-align: right;
    margin-right: 37px;
    display: block;
    font-size: 20px;
}
/***************SERTIFICATS*************/
.sert{
    background: url('../img/darkBg2.jpg') repeat;
}
.sert h2{
    text-align: center;
    font-size: 34px;
    color: #ffb000;
    text-transform: uppercase;
    padding: 30px 0;
}
.sert .container{
    background: radial-gradient(circle, rgba(85, 85, 85, 0.54) 25%, rgba(0, 0, 0, 0) 75%);
    padding-bottom: 50px;
}
.sert img{
    display: inline-block;
    margin-left: 40px;
}
/***********PORTNERS**********/
.portners{
    background: url('../img/greyBg.jpg') repeat;
}
.portners h2{
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    padding: 30px 0 40px;
}
.portners .container{
    padding-bottom: 50px;
}
/***********CONTACTS************/
.contacts{
    background: url('../img/asphalt.jpg') repeat-x;
    height: 600px;
}
.contacts h2{
    text-align: center;
    font-size: 34px;
    color: #ffb000;
    text-transform: uppercase;
    padding: 30px 0 60px;
}
.map{
    width: 556px;
    height: 358px;
    border: 20px solid #ffb000;
    float: left;
}
.contText{
    width: 340px;
    float: right;
    color: #aaa;
    text-align: right;
    line-height: 1.5em;
    padding-right: 20px;
}
.contText p{
    font-size: 20px;
}
.contText strong{
    font-size: 30px;
    text-transform: uppercase;
    color: #ffb000;
    margin-bottom: 50px;
    display: block;
}
.contText p+p{
    text-align: left;
    color: #ffb000;
    font-size: 30px;
    margin: 60px 0 0 20px;
}
.contText a{
    background-image: linear-gradient(#ffb000, #ff8c00);
    width: 250px;
    height: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    font: 23px 'RobotoCondensed', sans-serif;
    border-radius: 5px;
    box-shadow: 0 2px 4px #843302;
    margin: 32px 0 0 20px;
}
.contText a:hover{
    background-image: linear-gradient(#ff8c00, #ffb000);
}
.contText a:active{
    background-image: linear-gradient(#cf7200, #d29101);
}
/***********FOOTER*********/
.footer{
    background: url('../img/greyBg.jpg') repeat;
    height: 50px;
}
.footer a{
    text-align: center;
    color: #333;
    line-height: 50px;
}
.footer a:hover{
    text-decoration: underline;
}
/**************pop up*****************/
.hidden {
    position: fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 500;
    text-align: center;
}
.hidden-close {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 520;
}
.pop_up{
    text-align: center;
    width: 300px;
    height:344px;
    margin: 0 auto;
    font-size: 20px;
/*    background: url('../img/blackBg.jpg');*/
    background: radial-gradient(#444,#000);
    padding-top: 1px;
    position: relative;
    z-index: 550;
    top:120px;
    -webkit-box-shadow: 0px 11px 50px #2c2727;
    -moz-box-shadow: 0px 11px 50px #2c2727;
    -o-box-shadow: 0px 11px 50px #2c2727;
    box-shadow: 0px 11px 50px #2c2727;
}
.form-box-logo img{
    margin: 24px auto;
}
.popup_form input{
    display: block;
    margin:0 auto;
    width: 240px;
    height: 40px;
}
.popup_form input[type="text"]{
    border: 2px solid #ffb000;
    border-radius: 5px;
    text-indent: 41px;
    margin-bottom: 20px;
    color: #bfbfbf;
    font-size: 16px;
}
.popup_form input[type="text"]:nth-of-type(1){
    background: rgba(0, 0, 0, 0.47) url('../img/person.png') 10px center no-repeat;
}
.popup_form input[type="text"]:nth-of-type(2){
    background: rgba(0, 0, 0, 0.47) url('../img/trubka.png') 10px center no-repeat;
}
.popup_form input[type="submit"]{
    background: linear-gradient(#fc0000, #ad0000);
    width: 182px;
    height: 40px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 2px 4px #000;
    font: 17px 'RobotoCondensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.popup_form input[type="submit"]:hover{
     background: linear-gradient(#ca0000, #780000);
}
.popup_form input[type="submit"]:active{
    background: linear-gradient(#ad0000,#fc0000);
}