@media (min-width:768px) {
    
}

@media (max-width:767px) {
    .logo{
        margin-top: 5px;
    }
    .logo img{
        height: 40px;
    }
    nav{
        height: 60px;
    }
    .logos img{
        padding: 10px;
        width: 30%;
    }
    header{text-align: center;padding: 30px 0;}
    h1{font-size: 24px;}
    header p{
        font-size: 16px;
    }
    .btn{font-size: 12px;}
    section h2{
        font-size: 30px;
    }
    .copy{display: block;text-align: center;}

    
    header ul{
        display: inline-block;
        text-align: left;
        font-size: 14px;
    }
    .btnarea{text-align: center;}
    .contacts{text-align: left;}
    .many_logos{
        width: 100%;
    }
    .many_logos tr:nth-child(n+2){
        display: none;
    }
    .many_logos td{
        width: 33.33%;
    }
    .many_logos td:nth-child(n+4){
        display: none;
    }
    
}

@media (min-width:768px) and (max-width:991px) {
    .tel{
        line-height: 50px;
    }
    .logos{
        text-align: center;
    }
    .logos img{
        margin: 0 15px;
        height: 80px;
        width: auto;;
    }
    header{
        padding: 30px 0;
        text-align: center;
    }
    h1{
        font-size: 32px;
    }
    .services h3{
        font-size: 15px;
    }
    .many_logos{
        width: 100%;
    }
    .many_logos tr:nth-child(n+2){
        display: none;
    }
    .many_logos td{
        width: 33.33%;
    }
    .many_logos td:nth-child(n+4){
        display: none;
    }
    .logos, .many_logos{
        margin-bottom: 20px;
    }
    header ul{
        display: inline-block;
        text-align: left;
    }
    .btnarea{
        text-align: center;
    }
    
}

@media (min-width:992px) and (max-width:1199px) {
    .contact{
    font-size: 14px;
}
    h1{
        font-size: 30px;
    }
    .services h3{
        font-size: 15px;
    }
    section h2{
        font-size: 32px;
    }
}

@media (min-width:992px) {
    .menu li{
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
}
.menu li a{

    display: inline-block;
    line-height: 30px;
    position: relative;
    font-weight: 500;
    color:#fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu li a:hover, .menu li a.active{
    color: rgba(255, 255, 255, 0.8);
}
.menu li a:after{
    left: 0;
    bottom: -5px;
    content: "";
    height: 3px;
    background: #fff;
    position: absolute;
    width: 0;
        -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu li a:hover:after, .menu li a.active:after{
    width: 100%;
}
    nav.shown .top{
    display: none;
}
}
@media (max-width:991px) {
    .area{
        height: 60px;
    }
    .menu{
        position: fixed;
        top: 15px;
        right: 15px;
        float: right;
        width: 30px;
        height: 30px;
        background-color: transparent;
        background-image: url(../img/icons/menu.svg), url(../img/icons/close.svg);
        background-size: 30px, 0;
        background-position: 100% 0;
        background-repeat: no-repeat;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .menu li{
        display: none;
    }
    .menu.mshow{
        padding-top: 50px;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #1872C5;
        background-image: url(../img/icons/menu.svg), url(../img/icons/close.svg);
        background-size: 0, 30px;
        background-position: 50% 10px;
        
    }
    .menu.mshow li{
        display: inline-block;
        width: 100%;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.2);;
    }
    .menu li a{

    display: inline-block;
    line-height: 40px;
    position: relative;
    font-weight: 500;
    color:#fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    
}
