@media (min-width:768px) {
    
}

@media (max-width:767px) {
    .nav-left{
        margin-top: 15px;
        float: left;
    }
    .shown .nav-left{
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .logob img{
        height: 80px;
    }
    .logob div:first-child img{
        height: 130px;
    }
    header h1{
        height: 70px;
        font-size: 20px;
    }
    .btn{
        padding: 10px 20px;
    }
    .abt{
        margin-left: auto;
        margin-right: auto;
        max-width: 290px;
        top: 0;
        position: relative;
        left: auto;
        text-align: left;
    }
    .sec1{
        text-align: center;
        overflow: hidden;
        padding-bottom: 50px;
    }
    .s1p{
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
    }
    .s1p h3{
        font-size: 16px;
    }
    .s1p p{
        font-size: 14px;
    }
    section h2{
        font-size: 24px;
    }
    .figure{
        vertical-align: top;
    }
    .sec2 ul li p{font-size: 16px;}
    .sec2 ul li{padding: 15px;}
    .cube_left,.cube_right{margin-top: 0;width: 100%;}
    .cube_left li,
    .cube_right li{
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px!important;
    }
    .cubes{
        max-width: 290px;
    }
    .cubes li i{font-size: 50px;}
    .logs img{height: 40px;margin-top: 20px;}
    .sec3{
        padding-bottom: 50px;
    }
    .leo1{
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .radio label{width: 28px;height: 20px; margin-left: 0;}
    form .btn:after,form .btn:before{display: none;}
    .reverce{padding: 20px;}
    .captcha{width: 120px;height: 30px;top: 5px;}
    input[name=norobot]{padding-left: 130px;}
    .sec6 .copy{text-align: center;margin-top: 200px;}
    .sec6 .copy br{display: none;}
    .form1{
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .reverce-area{
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media (min-width:768px) and (max-width:991px) {
    .app{margin-top: 5px;}
    .logob img{
        height: 100px;
    }
    .logob div:first-child img{
        height: 140px;
    }
    header h1{
        font-size: 30px;
    }
    .leo{
        width: 250px;
        margin-left: -125px;
    }
    .leo-text{
        left: 0;
        width: 250px;
        font-size: 16px;
    }
    .s1p h3{
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }
    .s1p p{
        font-size: 12px;
    }
    .sec2 ul li{
        font-size: 18px;
    }
    .cube_left{
        width: 100%;
    }
    .cubes{
        width: 480px;
    }
    .cube_right, .cube_left{
        width: 100%;margin-top: 0;
    }
    .cube_left li:nth-child(2),.cube_left li:nth-child(3){
        margin-top: 30px;
    }
    .sec3{
        padding-bottom: 50px;
    }
    .sec4{
        padding-bottom: 100px;
    }
    .leo1, .form1{
        margin-left: auto;
        margin-right: auto;
        max-width: 360px;
    }
    .radio label{
            margin-left: 8px;
    display: inline-block;
    width: 30px;
    height: 23px;
    }
    .reverce-area{
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
        width: 420px;
    }
    .sec6 .copy{
        margin-top: 250px;
    }
    .sec6 h2{
        font-size: 30px;
    }
    form .btn{
        padding: 10px 20px;
        width:auto;
        max-width: none;
    }
    

}

@media (min-width:992px) and (max-width:1199px) {
    .s1p h3{
        font-size: 14px;
    }
    .cubes{
        margin-top: 50px;
    }

    .logs img{
        height: 55px;
    }
    .sec3 ol li{
        font-size: 16px;
    }
    .cubes li i{
        position: relative;
        top: 10px;
        font-size: 70px;
    }
}

@media (min-width:1200px) {
    .menu{
        float: right;
        color: #fff;
        margin: 20px 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .shown .menu{
        color: #000;
        margin: 10px 0;
    }
    .menu li{
        margin-left: 15px;
        display: inline-block;
    }
    .menu li a{
        line-height: 20px;    
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        color: inherit;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
        .menu li a:hover{
        color: #FFE026;
    }
}
@media (max-width:1199px) {
    .shown .menu{
        top: 5px;
    }
    .menu {
        z-index: 999;
        position: fixed;
        top: 15px;
        right: 15px;

        width: 40px;
        height: 40px;
        background: #013e4f url(../img/menu.svg) 50% 7px no-repeat;
        background-size: 25px;
        border-radius: 3px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .menu.mshow{
        
        padding-top: 60px;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        background: #013e4f url(../img/close.svg) 50% 15px no-repeat;
        background-size: 25px;
    }
    .menu li{
        display: none;
    }
    .menu.mshow li{
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        text-align: center;
        padding: 10px;
        display: inline-block;
        width: 100%;
    }
    .menu li a{
            color: #fff;
        line-height: 20px;    
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;

        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
        .menu li:hover a{
        color: #FFE026;
    }
}