
@font-face { 
    font-family:Roboto-light; 
    src: url(../fonts/roboto-light-webfont.ttf);
    font-display: swap;
}
@font-face { 
    font-family:Spaceland-Ten; 
    src: url(../fonts/Spaceland-Ten.ttf);
    font-display: swap;
}
@font-face { 
    font-family:Spaceland-TenOblique; 
    src: url(../fonts/Spaceland-TenOblique.ttf);
    font-display: swap;
}



body{ 
    font-family: Roboto-light;
}

img{ max-width:100%;}

input:focus { outline: none; }



.container {
    max-width: 1170px;
}
a{
    color: #111;
}
a:hover{
    text-decoration: none;
    color: #111;
}



.st{
    font-family:Spaceland-Ten; 
}
.sto{
    font-family:Spaceland-TenOblique; 
}



.big_zag{
    font-size: 55px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 60px;
    font-family:Spaceland-TenOblique;  
    text-transform: uppercase;
    color: #0d0d0d;
}
.big_pod_zag{
    font-size: 18px;
    text-align: center;
}







.but{
    max-width: 100%;
    width: 380px;   
    min-height: 80px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 4;
    background: linear-gradient(to left, #06b575, #2ed086, #06b575);
    border-bottom: 3px solid #0d9a56;
    box-shadow: 0px 10px 30px rgba(17,188,122, 0.15);
}
.but .but_name{
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: #fff; 
    line-height: 80px;
    font-family:Spaceland-Ten; 
}
.but .but_fon{
    position: absolute;
    z-index: 1; 
    width: 100%;
    height: 100%;
    top: 0px;
    left:0px;
    opacity: 0;
    transition: all 0.2s ease-out;
    border-radius: 8px;
    background: #2ed086;
}
.but:hover .but_fon{
    opacity: 1;
}
.but img{
    width: 20px;
    margin-top: -5px;
    margin-right: 5px;
}



.but2{
    max-width: 100%;
    width: 380px;   
    min-height: 80px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 4;
    background: linear-gradient(to left, #06b575, #2ed086, #06b575);
    border-bottom: 3px solid #0d9a56;
    box-shadow: 0px 10px 30px rgba(17,188,122, 0.15);
}
.but2 .but2_name{
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: #fff; 
    line-height: 80px;
    font-family:Spaceland-Ten; 
}
.but2 .but2_fon{
    position: absolute;
    z-index: 1; 
    width: 100%;
    height: 100%;
    top: 0px;
    left:0px;
    opacity: 0;
    transition: all 0.2s ease-out;
    border-radius: 8px;
    background: #2ed086;
}
.but2:hover .but2_fon{
    opacity: 1;
}
.but2 img{
    width: 20px;
    margin-top: -5px;
    margin-right: 5px;
}






@keyframes pulse {
 0% {
  transform: scale(0.5);
  opacity: 0.5;
 }
 50% {
  opacity: 1;
 }
 100% {
  transform: scale(1.6);
  opacity: 0;
 }
}
.circle{
    width: 400px;
    height: 400px;
    border-radius: 100%;
    position: absolute;
    right: 100px;
    top:200px;
    z-index: 1;
}
.circle:before,
.circle:after {
 content: '';
 position: absolute;
 border: 1px dashed #e8eff0;
 left: -10px;
 right: -10px;
 top: -10px;
 bottom: -10px;
 border-radius: 50%;
 animation: pulse 7s linear infinite;
 opacity: 0;
 z-index: -1;
}
.circle:after {
 animation-delay: 5s;
}





.block{
  width: 100%;
  background: #fff;
  transform-style: preserve-3d;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
  padding: 10px;
  position: relative;
  margin-bottom: 25px;
}
.block:after {
    content: "";
    position: absolute;
    width: 96%;
    height: 30px;
    background-color: #fff;
    left: 2%;
    bottom: -7px;
    transform: translateZ(-1px);
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}






.header{
    position: absolute;
    width: 100%;
    z-index: 10;
    padding-bottom: 5px;
    padding-top: 30px;
    transition: all 0.1s ease-out;
}
.header .logo{
    font-size: 34px;
    margin-left: 10px;
    margin-right: 15px;
}
.header .title{
    font-size: 12px;
    line-height: 18px;
}
.header .time{
    flex-shrink: 0;
    width: 208px;
    height: 35px;
    background: url(../img/time.png);
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
}
.header .tell{
    font-size: 30px;
    margin-left: 5px;
}



.header2{
    display: none;
    position: fixed;
    width: 100%;
    z-index: 12;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header2 img{
    width: 25px;
}
.header2 .logo{
    font-size: 20px;
    margin-left: 10px;
}
.header2 .menu a{
    font-family:Spaceland-TenOblique; 
    font-size: 18px;
    text-transform: uppercase;
}
.header2 .menu a:hover{
    color: #0bc08b;
}
.header2 .menu a.activ{
    color: #0bc08b;
}
.sticky-content.fixed .header2{
    display: block;
    background-color: #fff;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
}
.header2 .mob{
    display: none;
}
.header2 .mob a{
    font-family:Spaceland-Ten; 
    font-size: 20px;
    line-height: 22px;
}
.header2 .mob .burger{
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
.header2 .mob .burger .on{
    width: 40px;
    height: 40px;
    background: url(../img/menu.svg) no-repeat center / 20px;
}
.header2 .mob .burger .off{
    width: 40px;
    height: 40px;
    background: url(../img/off.svg) no-repeat center / 20px;
    display: none;
}




.menu_left{
    width: 420px;
    max-width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 11;
    background: #fff;
    top: 0px;
    left: -100%;
    padding-top: 100px;
    padding-left: 50px;
}
.menu_left a{
    font-family:Spaceland-TenOblique;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
}
.menu_left .time{
    color: #fff;
    font-size: 20px;
    width: 208px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: url(../img/time.png);
}




@keyframes top {
from {transform:translateY(0px);}
50% {transform:translateY(20px);}
to {transform:translateY(0px);}
}
@keyframes top_out {
from {transform:translateY(0px);}
50% {transform:translateY(-20px);}
to {transform:translateY(0px);}
}





.block_top{
    min-height: 800px;
    background: url(../img/nasekomie/bg.jpg) no-repeat center/ cover;
    position: relative;
    overflow: hidden;
}
.block_top .container{
    position: relative;
}
.block_top .pay{
    width: 160px;
    position: absolute;
    top: 160px;
    right: 0px;
    z-index: 5;
    text-align:center;
	background:none;
	box-shadow:none;
}
.block_top .pay:after {
	background:none;
}
.block_top .p_text{
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.block_top .air{
    width: 100%;
    height: 232px;
    position: absolute;
    z-index: 5;
    background: url(../img/air.png) repeat-x center top;
    bottom: 0px;
    right: 0px;
}
.block_top .men{
    position: absolute;
    right: 0px;
    top: 90px;
    z-index: 4;
}
.block_top .el{
    position: absolute;
    transition: all 0.1s ease-out;
    animation: top 5s infinite ease-in-out;
    left: 10%;
    bottom: 50px;
    z-index: 6;
}
.block_top .el2{
    position: absolute;
    transition: all 0.1s ease-out;
    animation: top_out 5s infinite ease-in-out;
    right: 10%;
    bottom: 200px;
    z-index: 5;
}
.block_top h1{
    font-size: 68px;
    line-height: 80px;
    color: #0d0d0d;
    text-transform: uppercase;
    margin-top: 165px;
}
.block_top h1 span{
    color: #20c780;
}
.block_top h2{
    color: #0bc08b;
    font-size: 34px;
}
.block_top .anonim{
    background: linear-gradient(to top, #e9e9e9, #f6f6f6);
    width: 370px;
    max-width: 100%;
    min-height: 45px;
    font-size: 24px;
    text-transform: uppercase;
    line-height:45px;
    border-radius: 15px 5px 15px 5px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.block_top .anonim img{
    width: 33px;
    margin-right: 10px;
    margin-top: -2px;
}
.block_top .cen{
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 0px;
}
.block_top .cen span{
    position: relative;
}
.block_top .cen span:before{
    content: "";
    width: 54px;
    height: 38px;
    background: url(../img/str.png);
    position: absolute;
    right: -65px;
    top: 10px;
}
.block_top .per{
    font-size: 13px;
    margin-bottom: 10px;
}
.block_top .col-12{
    position: relative;
    z-index: 7;
}
.block_top .form_top{
    width: 600px;
    max-width: 100%;
}
.block_top .form input[type="text"]{
    width: 100%;
    max-width: 290px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 0px 25px;
    font-size: 15px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05) inset; 
    background-color: #f6f6f6;
    padding-left: 50px;
    float: left;
    margin-right: 10px;
}
.block_top input.tellfon{
    background: url(../img/tell.svg) no-repeat center left 20px / 13px;
}
.block_top .but{
    width: 290px;
}
.block_top .but_name{
    font-size: 23px;
}
.block_top .form .mini{
    color:#3d3d3d;
    font-size:11px;
    padding-top: 10px;
}
.block_top .form .mini .chek{
    width: 18px;
    height: 18px;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05) inset; 
    margin-right: 10px;
    background-color: #f6f6f6;
    margin-bottom: -5px;
}
.block_top .form .mini .chek.activ{
    background-image: url(../img/chek.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}








.garant{
    padding-bottom: 50px;
    text-align: center;
}
.garant .img{
    height: 220px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.garant .img.n2{
    height: 180px;
    width: 100%;
}
.garant .name{
    font-family:Spaceland-TenOblique; 
    font-size: 29px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.garant .block{
    margin-bottom: 35px;
    padding: 0px 30px;
}
.garant .text{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}
.garant .bl1{
    background-image: url(../img/g.png);
}
.garant .bl2{
    background-image: url(../img/g2.png);
}
.garant .bl3{
    background-image: url(../img/g3.png);
}
.garant .bl4{
    background-image: url(../img/g4.png);
}
.garant .bl5{
    background-image: url(../img/g5.png);
}
.garant .bl6{
    background-image: url(../img/g6.png);
}
.garant .bl7{
    background-image: url(../img/g7.png);
}







.utp{
    min-height: 700px;
    background: url(../img/nasekomie/bg2.jpg) no-repeat center / cover;
    position: relative;
}
.utp .air{
    width: 100%;
    height: 232px;
    position: absolute;
    z-index: 5;
    background: url(../img/air.png) repeat-x center top;
    bottom: 0px;
    right: 0px;
}
.utp .men{
    position: absolute;
    left: 50%;
    margin-left: -270px;
    top: -90px;
    z-index: 3;
}
.utp .zag{
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 130px;
}
.utp .zag span{
    color: #12e790;
}
.utp .text{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.utp .glav{
    min-height: 68px;
    padding-left: 90px;
    color: #fff;
    margin-top: 30px;
    background: url(../img/ava.png) no-repeat left center;
    padding-top: 5px;
}
.utp .glav .name{
    font-size: 24px;
}
.utp .glav .info{
    font-size: 13px;
}
.utp .cl{
    position: relative;
    z-index: 6;
}
.utp .pl{
    border-radius: 10px;
    background: #fff;
    min-height: 200px;
    margin-top: 80px;
    box-shadow: 0px 9px 20px rgba(0,0,0, 0.1);
    padding: 40px;
}
.utp .form{
    text-align: center;
}
.utp .form input[type="text"]{
    width: 100%;
    max-width: 290px;
    height: 70px;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 0px 25px;
    font-size: 15px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05) inset; 
    background-color: #f6f6f6;
    padding-left: 50px;
}
.utp input.name{
    background: url(../img/name.svg) no-repeat center left 20px / 13px;
}
.utp input.tellfon{
    background: url(../img/tell.svg) no-repeat center left 20px / 13px;
}
.utp .but{
    width: 290px;
    margin: auto;
}
.utp .but_name{
    font-size: 23px;
}
.utp .form .mini{
    color:#3d3d3d;
    font-size:11px;
    padding-top: 10px;
}
.utp .form .mini .chek{
    width: 18px;
    height: 18px;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05) inset; 
    margin-right: 10px;
    background-color: #f6f6f6;
    margin-bottom: -5px;
}
.utp .form .mini .chek.activ{
    background-image: url(../img/chek.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.utp .f_zag{
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.utp .f_text{
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}





.vid{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}
.vid img{
    margin-bottom: 10px;
}
.vid .name{
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
}
.vid .but{
    width: 140px;
    min-height: 20px;
    margin: auto;
    margin-bottom: 30px;
}
.vid .but .but_name{
    font-size: 19px;
    line-height: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
}







.chto{
    padding-top: 80px;
    padding-bottom: 180px;
    min-height: 300px;
    background: url(../img/nasekomie/bg3.jpg) no-repeat center / cover;
    position: relative;
    text-align: center;
}
.chto .air{
    width: 100%;
    height: 232px;
    position: absolute;
    z-index: 5;
    background: url(../img/air.png) repeat-x center top;
    bottom: 0px;
    right: 0px;
}
.chto .big_zag{
    color: #fff;
}
.chto .img{
    margin-bottom: 20px;
}
.chto .name{
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.chto .text{
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.chto .znak{
    position: absolute;
    transition: all 0.1s ease-out;
    animation: top 5s infinite ease-in-out;
    left: 10%;
    top: -50px;
    z-index: 6;
}
.chto .znak2{
    position: absolute;
    transition: all 0.1s ease-out;
    animation: top_out 5s infinite ease-in-out;
    right: 10%;
    bottom: 10px;
    z-index: 6;
}








.obekt{
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}
.obekt .block{
    padding: 0px;
    padding-bottom: 20px;
}
.obekt .img{
    width: 100%;
    height: 215px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px 15px 0px 0px;
    margin-bottom: 20px;
}
.obekt .name{
    font-family:Spaceland-TenOblique;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.obekt .img.n1{
    background-image: url(../img/nasekomie/ob1.png);
}
.obekt .img.n2{
    background-image: url(../img/nasekomie/ob2.png);
}
.obekt .img.n3{
    background-image: url(../img/nasekomie/ob3.png);
}
.obekt .img.n4{
    background-image: url(../img/nasekomie/ob4.png);
}
.obekt .img.n5{
    background-image: url(../img/nasekomie/ob5.png);
}
.obekt .img.n6{
    background-image: url(../img/nasekomie/ob6.png);
}
.obekt .img.n7{
    background-image: url(../img/nasekomie/ob7.png);
}
.obekt .img.n8{
    background-image: url(../img/nasekomie/ob8.png);
}




.obekt .img.n01{
    background-image: url(../img/ob.png);
}
.obekt .img.n02{
    background-image: url(../img/ob2.png);
}
.obekt .img.n03{
    background-image: url(../img/ob3.png);
}
.obekt .img.n04{
    background-image: url(../img/ob4.png);
}
.obekt .img.n05{
    background-image: url(../img/ob5.png);
}
.obekt .img.n06{
    background-image: url(../img/ob6.png);
}
.obekt .img.n07{
    background-image: url(../img/ob7.png);
}
.obekt .img.n08{
    background-image: url(../img/ob8.png);
}
.obekt .img.n09{
    background-image: url(../img/meddez/ob9.png);
}
.obekt .img.n010{
    background-image: url(../img/meddez/ob10.png);
}
.obekt .img.n011{
    background-image: url(../img/meddez/ob11.png);
}
.obekt .img.n012{
    background-image: url(../img/meddez/ob12.png);
}
.obekt .img.n013{
    background-image: url(../img/meddez/ob13.png);
}
.obekt .img.n014{
    background-image: url(../img/meddez/ob14.png);
}





.teritori{
    min-height: 300px;
    background: url(../img/bg444.jpg) no-repeat center / cover;
    padding-top: 70px;
    padding-bottom: 150px;
    position: relative;
}
.teritori .big_zag{
    color: #fff;
    text-shadow: 0px 6px 20px rgba(0,0,0, 0.5);
}
.teritori .air{
    width: 100%;
    height: 232px;
    position: absolute;
    z-index: 5;
    background: url(../img/air.png) repeat-x center top;
    bottom: 0px;
    right: 0px;
}
.teritori .icon{
    padding-top: 320px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 6;
}
.teritori .img{
    width: 126px;
    height: 126px;
    border-radius: 100%;
    background-color: #494da6;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 10px;
    background-size: 40px;
}
.teritori .img.n1{
    background-image: url(../img/t.svg);
}
.teritori .img.n2{
    background-image: url(../img/t2.svg);
}
.teritori .img.n3{
    background-image: url(../img/t3.svg);
}
.teritori .img.n4{
    background-image: url(../img/t4.svg);
}
.teritori .img.n5{
    background-image: url(../img/t5.svg);
}
.teritori .name{
    font-size: 28px;
    text-transform: uppercase;
}
.teritori .text{
    font-size: 13px;
    line-height: 18px;
}
.teritori .but{
    margin: auto;
    margin-top: 20px;
}







.home{
    min-height: 300px;
    background: url(../img/air.png) repeat-x center bottom,
    url(../img/bg5_.jpg) no-repeat center / cover;
    padding-bottom: 130px;
}
.home .icon{
    padding-top: 250px;
    text-align: center;
    position: relative;
    z-index: 6;
}
.home .img{
    width: 126px;
    height: 126px;
    border-radius: 100%;
    background-color: #494da6;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 10px;
    background-size: 45px;
    color: #fff;
    font-size: 40px;
    line-height: 126px;
}
.home .img.n1{
    
}
.home .img.n2{
    background-image: url(../img/h2.svg);
}
.home .img.n3{
    background-image: url(../img/h3.svg);
}
.home .img.n4{
    background-image: url(../img/h4.svg);
}
.home .name{
    font-size: 28px;
    text-transform: uppercase;
}
.home .text{
    font-size: 13px;
    line-height: 18px;
}
.home .but{
    margin: auto;
    margin-top: 20px;
}








.car{
    padding-bottom: 50px;
}
.car .block{
    text-align: center;
}
.car .img{
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.car .img.n1{
    background-image: url(../img/car.png);
}
.car .img.n2{
    background-image: url(../img/car2.png);
}
.car .img.n3{
    background-image: url(../img/car3.png);
}
.car .img.n4{
    background-image: url(../img/car4.png);
}
.car .img.n5{
    background-image: url(../img/car5.png);
}
.car .img.n6{
    background-image: url(../img/car6.png);
}
.car .img.n7{
    background-image: url(../img/car7.png);
}
.car .img.n8{
    background-image: url(../img/car8.png);
}
.car .img.n9{
    background-image: url(../img/v.png); width: 100%; height: 169px;
}
.car .img.n10{
    background-image: url(../img/v5.png); width: 100%; height: 169px;
}
.car .img.n11{
    background-image: url(../img/v10.png); width: 100%; height: 169px;
}
.car .img.n12{
    background-image: url(../img/v6.png); width: 100%; height: 169px;
}
.car .ves{
    font-size: 15px;
    margin-bottom: 0px;
}
.car .cen{
    font-size: 28px;
}
.car .but{
    margin: auto;
    width: 340px;
    margin-top: 15px;
}
.car .but2{
    margin: auto;
    width: 340px;
    margin-top: 15px;
}






.comment .block{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.comment .block:after {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2ed086;
}
.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #e9e8e5;
}
.comment .bl{
    position: relative;
}
.comment  .arrow{
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 2;
    top: 50%;
    opacity: 0.8;
}
.comment  .arrow.owl_left{
    background: url(../img/arrow_left.svg) no-repeat center / 17px,
    linear-gradient(to left, #06b575, #2ed086, #06b575);
    border-bottom: 2px solid #0d9a56;
    margin-top:-45px;
    left: -60px;
}
.comment  .arrow.owl_right{
    background: url(../img/arrow_right.svg) no-repeat center / 17px,
    linear-gradient(to left, #06b575, #2ed086, #06b575);
    border-bottom: 2px solid #0d9a56;
    margin-top:-45px;
    right: -60px;
}
.comment .arrow:hover{
    opacity: 1;
}
.comment .img{
    width: 100%;
    height: 225px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.comment .title{
    font-size: 32px;
    line-height: 34px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
}
.comment .kv{
    color: #8b8b8b;
    font-size: 15px;
    margin-bottom: 15px;
}
.comment .text{
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.comment .name{
    font-size: 15px;
    margin-bottom: 0px;
}





.vopros{
    min-height: 300px;
    background: url(../img/bg6.jpg) no-repeat center bottom / 100%;
    position: relative;
    padding-bottom: 130px;
    padding-top: 50px;
}
.vopros .air{
    width: 100%;
    height: 232px;
    position: absolute;
    z-index: 5;
    background: url(../img/air.png) repeat-x center top;
    bottom: 0px;
    right: 0px;
}
.vopros .el{
    position: absolute;
    transition: all 0.1s ease-out;
    animation: top 5s infinite ease-in-out;
    left: 10%;
    bottom: 50px;
    z-index: 6;
}
.vopros .el2{
    position: absolute;
    transition: all 0.1s ease-out;
    animation: top_out 5s infinite ease-in-out;
    right: 10%;
    top: 100px;
    z-index: 5;
}
.vopros .pl{
    border-radius: 10px;
    background: #fff;
    min-height: 200px;
    box-shadow: 0px 9px 20px rgba(0,0,0, 0.1);
    padding: 40px;
    position: relative;
    z-index: 5;
    text-align: center;
}
.vopros .form input[type="text"]{
    width: 100%;
    max-width: 290px;
    height: 70px;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 0px 25px;
    font-size: 15px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05) inset; 
    background-color: #f6f6f6;
    padding-left: 50px;
}
.vopros input.name{
    background: url(../img/name.svg) no-repeat center left 20px / 13px;
}
.vopros input.tellfon{
    background: url(../img/tell.svg) no-repeat center left 20px / 13px;
}
.vopros .but{
    width: 290px;
    margin: auto;
}
.vopros .but_name{
    font-size: 23px;
}
.vopros .form .mini{
    color:#3d3d3d;
    font-size:11px;
    padding-top: 10px;
}
.vopros .form .mini .chek{
    width: 18px;
    height: 18px;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05) inset; 
    margin-right: 10px;
    background-color: #f6f6f6;
    margin-bottom: -5px;
}
.vopros .form .mini .chek.activ{
    background-image: url(../img/chek.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.vopros .f_zag{
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.vopros .f_text{
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.vopros .zag{
    font-size: 55px;
    line-height: 58px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}
.vopros .cl{
    position: relative;
    z-index: 7;
}
.vopros .blocks{
    box-shadow: 0px 10px 20px rgba(0,0,0, 0.1);
    border-radius: 5px;
    margin-bottom: 15px;
    background: #fff;
}
.vopros .title{
    padding: 20px 50px 20px 20px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.vopros .title:before{
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../img/down.svg) no-repeat center / 10px,
    linear-gradient(to left, #06b575, #2ed086, #06b575);
    border-bottom: 3px solid #0d9a56;
    border-radius: 5px;
    box-shadow: 0px 10px 30px rgba(17,188,122, 0.15);
    opacity: 0.8;
}
.vopros .title:hover:before{
    opacity: 1;
}
.vopros .title.activ:before{
    background: url(../img/up.svg) no-repeat center / 10px,
    linear-gradient(to left, #06b575, #2ed086, #06b575);
}
.vopros .text{
    padding: 0px 20px 20px 20px;
    font-size: 14px;
    line-height: 20px;
    display: none;
}






.map iframe{
    width: 100%;
    height: 430px;
    border-radius: 10px;
}
.map .container{
    position: relative;
}
.map .blocks{
    position: absolute;
    width: 350px;
    min-height: 313px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 9px 20px rgba(0,0,0, 0.1);
    right: 50px;
    top: 50px;
    padding: 40px;
}
.map .zag{
    font-size: 36px;
    margin-bottom: 15px;
}
.map .text{
    font-size: 15px;
    margin-bottom: 15px;
}
.map .tell{
    font-size: 30px;
    line-height: 32px;
}
.map .time{
    width: 208px;
    height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background:url(../img/time.png) no-repeat center;
    text-align: center;
    line-height: 35px;
    margin-top: 15px;
}







.footer{
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer .title{
    font-size: 34px;
    margin-left: 10px;
    margin-right: 20px;
    color: #0d0d0d;
}
.footer .text{
    font-size: 14px;
    line-height: 20px;
}
.footer .text span{
    cursor: pointer;
    text-decoration: underline;
}






::-webkit-input-placeholder {color:#565656; opacity:1;}
::-moz-placeholder          {color:#565656; opacity:1;}
:-moz-placeholder           {color:#565656; opacity:1;}
:-ms-input-placeholder      {color:#565656; opacity:1;}


.fon_black {
    background-color: rgba(63, 58, 59, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 21;
    top: 0px;
    display: none;
}
.fon{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0px;
    display: none;
}




.mess{
	position:fixed; 
    left:50%; 
    top:50%; 
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width:500px;
    max-width: 100%;
    min-height: 300px;
    background-color: #fff;
    z-index: 501; 
    padding:50px 50px;
    display: none;
    text-align: center;
    padding-bottom: 51px;
}
.mess .clos{
	width:46px;
    height: 46px;
    background-image: url(../img/clos_black.svg);
    position: absolute;
    cursor: pointer;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    top: 10px;
    right: 10px;
}

.mess .pl{
    min-height: 200px;
}
.mess .form{
    text-align: center;
}
.mess .form input[type="text"]{
    width: 100%;
    max-width: 290px;
    height: 70px;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 0px 25px;
    font-size: 15px;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05) inset; 
    background-color: #f6f6f6;
    padding-left: 50px;
}
.mess input.name{
    background: url(../img/name.svg) no-repeat center left 20px / 13px;
}
.mess input.tellfon{
    background: url(../img/tell.svg) no-repeat center left 20px / 13px;
}
.mess .but{
    width: 290px;
    margin: auto;
}
.mess .but_name{
    font-size: 23px;
}
.mess .form .mini{
    color:#3d3d3d;
    font-size:11px;
    padding-top: 10px;
}
.mess .form .mini .chek{
    width: 18px;
    height: 18px;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05) inset; 
    margin-right: 10px;
    background-color: #f6f6f6;
    margin-bottom: -5px;
}
.mess .form .mini .chek.activ{
    background-image: url(../img/chek.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.mess .f_zag{
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.mess .f_text{
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}












.politika{
    position:fixed; 
    left:50%; 
    top:50%; 
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width:750px;
    max-width: 100%;
    min-height: 300px;
    background-color: #fff;
    z-index: 501; 
    padding:30px;
    display: none;
    box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
}
.politika p{
    font-size: 15px;
    color: #000;
}
.politika .zag{
    font-size: 24px;
}
.politika .clos{
    width:15px;
    height: 15px;
    background-image: url(../img/clos_black.svg);
    float: right;
    cursor: pointer;
    background-position: center;
    background-size: cover;
}






.autoflash{
        position: relative;
        overflow: hidden;
    }

     .flash{
       content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    }
    
    .lighting {
    webkit-animation: moving 3s ease-in-out infinite;
    -moz-animation: moving 3s ease-in-out infinite;
    -ms-animation: moving 3s ease-in-out infinite;
    -o-animation: moving 3s ease-in-out infinite;
    animation: moving 3s ease-in-out infinite;
   
    }
    
  @keyframes moving {  
     30% {  webkit-transform: skewX(-45deg) translateX(53.5em);
        transform: skewX(-45deg) translateX(53.5em);   
        
        }
   
    100% {  webkit-transform: skewX(-45deg) translateX(53.5em);
        transform: skewX(-45deg) translateX(53.5em);   
        
        }
     }