@media (min-width:992px){

    .header.active .nav{
    display: none;
}
    .header.active:before{
    background: none;
    box-shadow: none;
}
.nav1{
    position: relative;
    height: 20px;
    
}
.menu{
    padding: 0 20px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
    align-items: center;
}
        .menu2{
        display: none;
    }
.menu .line{
    font-style: normal;
    opacity: 0.2;
    width: 1px;
    background: #000;
    height: 16px;
}

.menu a{
    vertical-align: top;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    padding: 10px 0;
    display: inline-block;
    color: #363636;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.5s
    
}

.menu a:hover{
    color: #F24088;
}
.menu a:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #F24088;
    transition: all 0.5s;
 
}
.menu a:hover:after{

    bottom: 8px;
}
    
    .services li:not(:first-child){
    display: none;
}
.services .name{
    display: none;
}

}
@media (max-width:991px){
    
    .menu-icon{
        background-image: linear-gradient(135deg, #F24088, #c65085);

        width: 30px;
        height: 30px;
        position: relative;
        margin-left: 20px;
         z-index: 4;
        transition: all 0.5s;
        border-radius: 5px;
        
    }
    li.menu-icon{
        background: none;
    }

    .menu-icon:after, .menu-icon:before{
        content: "";
        position: absolute;
        left: 20%;
        right: 20%;
        height: 24%;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transition: all 0.5s;
        
    }
    .menu-icon:after{
        top: 20%;
    }
    .menu-icon:before{
        bottom:20%;
    }
    

    .menu1{
        display: none;
    }
    .menu2{
        z-index: 3;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        max-width: 320px;
          background-image: linear-gradient(90deg, #00BBB3, #0dc6bf);
        min-height: 100vh;
        height: auto;
        text-align: center;
        padding-top: 45px;
        transform: translateX(-105%);
        transition: all 0.5s;
        overflow: auto;
        text-align: left;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
    }
    .menu2.active{
        transform: translateX(0)
    }
    
    
    .menu2 .close{
        z-index: 1;
        position: absolute;
        width: 30px;
        height: 30px;
  
        left: 15px;
        top: 10px;
         background-image: linear-gradient(135deg, #F24088, #c65085);
    border-radius: 5px;
    box-shadow: 0 0 0 0 #F24088, 0 1px 2px 0 rgba(0,0,0,0.14);
        
    }
    .menu2 .close:after, .menu2 .close:before{
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        border-top: 2px solid #fff;
        top: 50%;
        
    }
    .menu2 .close:after{
        transform: translateY(-50%) rotate(45deg)
        
    }
    .menu2 .close:before{
        transform: translateY(-50%) rotate(-45deg)
        
    }
    
    .menu .li{
        padding-left: 15px;
        padding-right: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .menu a{

        padding: 5px;
        
        display: inline-block;
        width: 100%;
        color: #fff;
        
    }
    .menu a:hover{
                         background-image: linear-gradient(135deg, #F24088, #c65085);
    border-radius: 5px;
    box-shadow: 0 0 0 0 #F24088, 0 1px 2px 0 rgba(0,0,0,0.14);
    }
    
    
        .servicesTab{
        display: none;
    }
    .services{
        margin-top: 30px;
        min-height: auto
    }

    .services .name{
        position: relative;
        color: #fff;
        display: inline-block;
        width: 100%;
        padding: 10px;
        padding-left: 40px;
        background-image: linear-gradient(90deg, #00BBB3, #0dc6bf);
        
    }
    .services .name:after, .services .name:before{
        content: "";
        position: absolute;
        left: 10px;
        top: 22px;
        width: 20px;
        border-top: 2px solid #fff;
        transition:all 0.5s
        
    }
    .services .name:before{
        transform: rotate(90deg)
    }
    .services li .name.active:before{
        transform: rotate(0)
    }
    .services td:first-child{
        width: 35%;
    }
   .services li:not(:first-child) .table{
    display: none;
    }
    .services li:not(:first-child){
        border-top: 1px solid #00a098;
    }
    .graph{
        text-align: right;
    }
    .graph li > span{
        width: 150px;
        vertical-align: middle;
    }
    .graph li div{
        vertical-align: middle;
    }
    
    
}

@media (min-width:992px) and (max-width:1199px) {
    .form3 .name{
        font-size: 18px;
    }
        .sec0{
        max-height: 800px;
        min-height: auto;
    }

}
@media (min-width:768px) and (max-width:991px) {
    .recall{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 50px;
        background-position: 10px 50%;
        background-size: 30px;
    }
    .logo img{
        height: 60px;
    }
    .phoneblock span:first-child{
        display: none;
    }
    .sec0{
        max-height: 1080px;
        min-height: auto;
    }
    .cta .h1 {
        font-size: 25px;
    }
    .digits .big{
        font-size: 30px;
    }
    .digits li{
        padding: 10px;
    }
    .digits .small{
        font-size: 14px;
    }
    .digits .small br{
        display: none;
    }
    .sec .title{
        font-size: 28px;
    }

    .center{
        display: none!important;
    }
    .sec .subtitle br{
        display: none;
    }

}
@media (max-width:767px) {
    .m1{
        display: inline-block;
        margin-right: 10px;
    }
    .m2{
        display: none;
    }
    section, header, footer{
        overflow: hidden
    }

    .logo{
        display: inline-block;
        margin: auto;
    }
    .header{
      
        border-bottom: 1px solid rgba(0,0,0,0.14);
    }

    .logo img{
        height: 50px;
    }
    .header .center{
        display: none!important;
    }
    .recall{
        display: none;
    }
    .menu-icon{
        margin-left: 0;
    }
    .phoneblock{

        display: inline-flex;
        order: 1;
        align-items: center;
        margin-left: 10px;
        margin-right: 0;
        
    }
    a.tel{
 order: 1;
        vertical-align: top;

        display: inline-block;
        width: 30px;
        height: 50px;
        font-size: 0;
        background-position: 50%;

    }

    .phoneblock span:first-child{
        display: none;
    }
    .phoneblock span:last-child{
        font-size: 12px;
        margin-right: 5px;
    }
    .sec0{
        padding-bottom: 30px;
        padding-top: 70px;
         background-image: linear-gradient(90deg, #00BBB3, #0dc6bf);
    }
    .sec0, .sec0 .top{
        min-height: auto
    }
    .sec0:before{
        border: 5px solid #fff;
        left: 50%;

    margin: auto;
        content: "";
        width: 100%;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: url(../img/bg0m.jpg);
        background-size: cover;
            box-shadow: 0 0 5px  rgba(0, 0, 0, 0.2);
    }
    .sec0 .top{
        padding-top: 0;
    }
    .cta{
        margin-top: 10px;
        text-align: center;
    }
    .cta .text, .cta .text strong{
        color: #fff;
        font-size: 17px;
    }
    .cta .h1{
        font-size: 16px;
        letter-spacing: -1px;
  
    }
    .cta .h1 strong{
        font-size: 2.4em;
    }
    .cta .h2{
        padding-left: 30px;
        display: inline-block;
        font-size: 16px;
        background-size: auto 100%;
        background-image: url(../img/icons/locationw.svg);
    }
    .cta form{
        margin-top: 10px;
    }
    .cta form .name:after{
        display: none;
    }
    .cta input{
        padding-left: 20px;
    }
    .cta button{
        padding-left: 10px;
        padding-right: 10px;
    }
    .cta button span{
display: none;
        
    }
    .cta .inp{
        flex-direction: column;
    }
    .sec0 .bottom{
        display: none;
    }
    .cta form .name{
        font-size: 12px;
    }
    .sec1{
        text-align: center;
    }
    .s1p, .s1p1{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        max-width: 290px;
        padding: 15px;
        padding-left: 120px;
        text-align: left;
    }
    .s1p .name, .s1p1 .name{
        font-size: 16px;
    }
    .s1p .btn, .s1p1 .btn{
        text-align: center;
        min-width: auto;
    }
    .s1p .btnarea, .s1p1 .btnarea{
        margin-top: 10px;
        margin-bottom: 0;
    }
    .s1p .ps{
        display: none;
    }
    .s1p figure, .s1p1 figure{
        margin-top: 0;
        left: 15px;
        top: 50%;
        width: auto;
        position: absolute;
        transform: translateY(-50%)
       
    }
    .s1p figure img, .s1p1 figure img{
        width: 80px;
        height: 80px;
    }
    .sec{
        padding: 50px 0;
    }
    .sec .title{
        font-size: 28px;
    }
    .sec1 .subtitle{
        line-height: 1.5;
        font-size: 16px;
    }
    .form2{
        margin-top: 50px;
    }
    legend{
        font-size: 20px;
        line-height: 1.2;
        padding: 0;
    }
    legend span{
        display: block;
    }
    .sec2{
        min-height: auto;
        background-image: linear-gradient(90deg, #00BBB3, #0dc6bf);
        padding-bottom: 0;
    }
    .sec2 .title{
        padding: 0 15px;
    }
    .sec2 .btnarea{
        position: relative;
        margin-top: 30px;
        display: inline-block;
    }
    .sec2 .btn{
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 250px;
        transform: translate(-50%, -15px)
    }
    .sec2 img{
        width: 100%;
    }
    .sec2 .title{
        box-shadow: none;
        background: none;
        transform: none;
        padding: 0;
    }
    .map{
        z-index:2;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        opacity: 0;
        visibility: hidden;
        transition:all 0.3s
    }
    .map.active{
                opacity: 1;
        visibility: visible;
    }
    .map .close{
        background-image: linear-gradient(135deg, #F24088, #c65085);
        right: 10px;
        top: 10px;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)

        
    }
    .map .close:after, .map .close:before{
        position: absolute;
        content: "";
        left: 5px;
        right: 5px;
        border-top: 2px solid #fff;
        top: 50%;
        
    }
    .map .close:after{
        transform: translateY(-50%) rotate(45deg)
        
    }
    .map .close:before{
        transform: translateY(-50%) rotate(-45deg)
        
    }
    .selectdistrict{
        transform: translate(-50%, 0);
        

    }
    .sec3{
        padding-bottom: 0;
    }
    .services{
        margin-left: -15px;
        margin-right: -15px;
        font-size: 14px;
    }
    .services td{
        padding: 5px;
    }
    .services tr:first-child{
        display: none;
        
    }
    .services tr td:first-child{
        font-size: 12px;
    }
    .services tr td:nth-child(n+3){
        display: none;
    }
    .graph li > span{
        width: 100%;
        font-size: 12px;
        text-align: left;
        float: left;
        padding-left: 20px;
    }
    .graph{
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        max-width: 290px;
    }
    .graph li{
        margin-top: 0px;
    }
    .graph li div{
        height: auto;
        font-size: 10px;
        width: 100%;
    }
    
    .otz li{
        padding: 0;
    }
    .car1, .car2{
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .owl-nav .owl-prev{
    left: 0px;

}
.owl-nav .owl-next{
    right: 0px;

}
    a.email{
        margin-left: 0;
    }
    .copy{
        font-size: 14px;
        text-align: center;
    }
    .pol{
        float: none;
    }
    .open{
        position: relative;
        padding-left: 50px;
    }
    .open:after{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        background: url(../img/icons/locationw.svg) 50% no-repeat;
        -webkit-background-size: 25px;
        background-size: 20px;
    }

}
