@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&subset=cyrillic');

body,
html {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #848484;
}

.over {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}


/*navigation*/
nav{
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 5px 0;
    background: #343742;
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);
}
.logo{
    padding: 5px 0;
    display: table;
}
.logo span{
    padding-left: 10px;
    display: table-cell;
    font-weight: 300;
    color: #fff;
    vertical-align: top;
    font-size: 26px;
    vertical-align: middle;
}
.logo span small{
    color: #ff6600;
    font-weight: 500;
    line-height: 0.8;
    text-align: center;
    display: block;
    font-size: 0.45em;
    text-transform: lowercase;
}
.logo img{
    display: table-cell;
    width: 50px;
}
.contacts{
    float: right;
}
.contacts .recall{

    line-height: 0.9;
    cursor: pointer;
    text-align: center;
    color: #d4dae3;
    
    text-decoration: underline;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.contacts .recall:hover{
    color: #ff6600;
    text-decoration-color: transparent;
}
.contact{
    
    display: inline-block;
    padding: 5px 0;
    text-align: right;
}
.contact a{
    letter-spacing:-1px;
    overflow: hidden;
    vertical-align: top;
    height: 30px;
    font-weight: 500;
    padding-left: 35px;
    line-height: 30px;
    display: inline-block;
    font-size: 22px;
    background-size: 30px;
    background-position: 0 -40px, 0 50%;
    background-repeat: no-repeat;
    color: #ff6600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.contact a:hover{
    color: #fff;
}

.contact a span{
    width: 200px;
    display: inline-block;
    overflow: hidden;
}
.contact a:nth-child(-n+2) span{
    width: 0;
}
a.what{
    background-image: url(../img/icons/whatsapp.svg), url(../img/icons/whatsapp.svg);
}
a.viber{
    background-image: url(../img/icons/viber.svg), url(../img/icons/viber.svg);
}
a.tel{
    background-image: url(../img/icons/tel.svg), url(../img/icons/tel.svg);
}
a.email{
    background-image: url(../img/icons/email.svg), url(../img/icons/email.svg);
}





/*header*/
header{
    text-align: center;
    margin-top: 70px;
    padding: 50px 0;
    position: relative;

    background-position: 50% 50%;
    background-size: cover;
}
header .over{
        background: rgba(20, 47, 42, 0.7);
}
header h1{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 44px;
    text-transform: uppercase;
}
header h1 span{
    color: #ff6600;
}
header ul{
    margin-top: 30px;
}
header ul li{
    position: relative;
    padding-left: 65px;
    font-weight: 400;
    font-size: 22px;
    text-align: left;
    color: #fff;
    display: inline-block;
}
header ol li:nth-child(n+2){
    margin-left: 20px;
}
header ul li:nth-child(n+2){
    margin-left: 25px;
}
header ul li img{
    left: 0;
    top: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    
}
header ol{
    margin-top: 15px;
}
header ol li{
    font-size: 20px;
    display: inline-block;
    padding-left: 30px;
    background: url(../img/icons/check.svg) 0 50% no-repeat;
    background-size: 20px;
    color: #fff;
}
.btnarea{
    margin-top: 30px;
    text-align: center;
}
.btn{
    cursor: pointer;
    border-radius: 3px;
    background: #ff6600;
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 #ff6600;

}
.blue{
    cursor: pointer;
    border-radius: 3px;
 background: #0b82f7;
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0 0 0 0 #ff6600;
}
.btn:hover, .blue:hover{
    box-shadow: 0 0 0 10px rgba(255, 102, 0, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
header span, .gear{
    padding-left: 40px;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    font-size: 22px;
    background: url(../img/icons/loc.svg) 0 50% no-repeat;
    background-size: 30px;
    line-height: 30px;
}
.gear{
  background: url(../img/icons/gear.svg) 0 50% no-repeat;
    background-size: 30px;
}
/*section*/
section{
    padding: 50px 0;
}
section h2, footer h2{
    color: #222;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}
section h2 span, footer h2 span{
    color: #ff6600;
}
section h2 + .desc{
    text-align: center;
}



/*section1*/
.gray{
    background: url(../img/shadowt.png) 50% 100% no-repeat, #F8F8FA url(../img/shadow.png) 50% 0 no-repeat;
}
.s1p{
    background: #fff;
    border-radius: 3px;
    margin-top: 30px;
    text-align: center;
    
    box-shadow: 0 0 20px #f3f3f3;

    padding-bottom: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.s1p:hover{
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.33);
}
.s1p h3{
    padding: 20px 0;
padding-bottom:10px;
    color: #343742;
}
.s1p p{font-size:26px;opacity:0.8;padding-bottom:10px;}
.s1p figure{
    overflow: hidden;
    border-radius: 3px 3px 0 0;
}
.s1p img{
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.s1p:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.buttons{
    padding: 0 10px;
}
.buttons .price{
    cursor: pointer;
    display: inline-block;
    background: #ff6600;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 0 #ff6600;
}
.buttons .price:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(255, 102, 0, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.buttons .free {
    cursor: pointer;
    padding: 8px;
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;

    color: #ffffff;
    font-weight: 500;
    border-radius: 3px;
    width: 100%;
    background: #0b82f7;
}

/*section2*/
.sec2{
    text-align: center;
}
.s2p{
    margin-top: 30px;
}
.s2p p{
    margin-top: 10px;
}
.sec2 ul{
    margin-top: 30px;
}
.sec2 ul li{
    cursor: pointer;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    padding-left: 40px;
        border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-weight: 500;
    background: #F8F8FA url(../img/icons/check.svg) 10px 50% no-repeat;
    background-size: 20px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.sec2 ul li:hover{
    padding-left: 50px;
    background-color: #343742;
    color: #fff;
}


/*section3*/
.s3p{
    border-radius: 3px;
    margin-top: 30px;
    background: #fff;
    text-align: center;
        box-shadow: 0 0 20px #f3f3f3;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-bottom: 20px;
}

.s3p:hover{
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.33);
}
.s3p figure{
    position: relative;
    padding: 10px;
}
.s3p figure  figcaption{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    background: rgba(248, 248, 250, 0.95);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.s3p figure:hover  figcaption{
    opacity: 1;
    visibility: visible;
}
.s3p figure img{
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    width: 100%;
}
.s3p ul{
    padding: 0 10px  10px ;
}
.s3p ul li{
    padding: 5px;
    
}
.s3p ul li:nth-child(1){
    font-weight: 700;
    color: #ff6600
}
.s3p ul li:nth-child(2){

    font-weight: 700;
    color: #343742;
}
.s3p ul li:nth-child(3){

}
.s3p p{
    display: none;
}
.s3p .btn{
    padding: 10px 15px;
}


/*section4*/
.sec4{
    background: #343742;
        
}
.sec4 h2{
    color: #fff;
}
.s4p{
    margin-top: 30px;
    position: relative;
    text-align: center;
}
.leftarrow:after{
    position: absolute;
    right: -15px;
    content: "";
    top: 50px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../img/icons/leftarrow.svg);
}
.s4p figure {
    position: relative;
    margin: auto;
        
    width: 100px;
    padding: 25px;
    border-radius: 50%;
    background: #F8F8FA;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
}
.s4p figure figcaption{
    position: absolute;
    left: -15px;
    background: #343742;
    color: #fff;
    font-weight: 700;
    top: 50%;
    margin-top: -15px;
    font-size: 18px;
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;

}
.s4p figure img{
    width: 100%;
}
.s4p p{
    color: #fff;
    margin-top: 10px;
}
.s4p p strong{
    color: #343742;
}

/*section5*/

.car{
    margin-top: 30px;
}
.slide{
    padding: 20px;
}
.slide blockquote{
    display: table;
    padding: 20px;
    background: #F8F8FA;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.slide blockquote figure{
    width: 120px;
    display: table-cell;
}
.slide blockquote figure img{
    width: 100%;
    border-radius: 50%;
}
.slide blockquote p{
    vertical-align: middle;
    padding-left: 20px;
    display: table-cell;
}
.slide blockquote p strong{
    display: block;
    margin-bottom: 10px;
    color: #ff6600;
}
.car .owl-dots{
    text-align: center;
}
.car .owl-dot{
    display: inline-block;
    background: #343742;
    width: 13px;
    height: 13px;
    margin: 3px;
}
.car .owl-dot.active, .car .owl-dot:hover{
    background: #ff6600;
}
.car .owl-prev{
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/icons/right.svg);
    background-size: 30px;
    left: -50px;
    top: 50%;
    margin-top: -25px;
} 
.car .owl-next{
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/icons/left.svg);
    background-size: 30px;
    right: -50px;
    top: 50%;
    margin-top: -25px;
}  

/*footer*/
footer{
    position: relative;
    background: #343742;
}
#map{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.fcontact{
    text-align: left;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
    margin: 50px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.33);
}
.fcontact h2{

    color: #343742;
}
.fcontact div{
    width: 100%;
    display: inline-block;
    margin-top: 10px;

}
.fcontact div strong{
    color: #343742;
}
.fcontact  a{
    overflow: hidden;
    vertical-align: top;
    height: 30px;
    font-weight: 500;
    padding-left: 35px;
    line-height: 30px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 22px;
    background-size: 30px;
    background-position: 0 -40px, 0 50%;
    background-repeat: no-repeat;
    color: #343742;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.fcontact a:hover{

    background-position: 0 50%, 0 40px;
}

.copy{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #343742;
    text-align: left;
    padding: 15px 0;
}
.pol{
    cursor: pointer;
    float: right;
    text-decoration: underline;
}
.pol:hover{
    float: right;
    text-decoration: none;
}

/*form control*/
.form1{
    text-align: center;
}

input[type=text], input[type=tel], input[type=email], textarea{
    width: 100%;
    padding: 12px;
    border-radius: 3px;
        border: 1px solid #d4dae3;
    box-sizing: border-box;
}

.inp{

    margin-top: 15px;
}
#pol{
    width: 100%;
    max-width: 600px;
    text-align: left;
}
#pol h3{
    text-align: center;
    margin-bottom: 20px;
}

/*modal*/
.form{
    text-align: center;
    width: 100%;
    max-width: 360px;
    padding: 20px;
}
.pricelist{
text-align:center;
}
.pricelist .gear{
margin:auto;
color:#222;
}
.pricelist h4{font-size:24px;}
.pricelist h4 +a {font-size:24px;color:#ff6600}
.scrollbar{text-align:left}
.pricelist .btn{margin-top:20px;}


@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}}
@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}}
@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}

@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}

nav .tel{

    -webkit-animation: tada 4s ease-in-out 0.5s infinite;
    -o-animation: tada 4s ease-in-out 0.5s infinite;
    animation: tada 4s ease-in-out 0.5s infinite;
}
header .btn{

    -webkit-animation: pulse 2s linear infinite;
    -o-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
}


.car0 .slide{
border:1px solid #ddd;
display:flex;
align-items:center;
justify-content:center;
}

.car0{
margin-top:30px;
}

.maska{

background:#fff;
left:0;
bottom:0;
text-align:center;
position:fixed;
z-index:2;
padding:10px;
padding-top:20px;
box-shadow:0 0 5px rgba(0,0,0,0.3);
max-width:200px;
}
.maska:after{
color:#ff0000;
content:"закрыть x";
font-weight:700;
font-size:14px;
position:absolute;
right:5px;
top:5px;
cursor:pointer;
}
.maska img{
max-width:100%;
}
.maska ul{
text-align:left;margin-bottom:10px;
display:block;

}
.maska li:before{content:"•";font-size:24px;line-height:14px;}
.maska li{display:block;color:#222}
