@media only screen and (max-width: 1024px){
    /*.logo {*/
    /*    font-size: 60px;*/
    /*    line-height: 40px;*/
    /*}*/
    
    .m-name h1 {
        font-size: 30px;
    }
    
    iframe {
        height: 400px;
    }
}

@media only screen and (max-width: 768px){
    /*.m-name {*/
    /*    width: 200px !important;*/
    /*}*/
    
    .m-name h1 {
        font-size: 22px;
        line-height: 1.2;
    }
    
    header h3 {
        font-size: 20px;
    }
    
    .logo img {
        width: 35px;
    }
    
    /*.logo {*/
    /*    font-size: 50px;*/
    /*}*/
    
    .m-head h2 {
        font-size: 26px;
        line-height: 34px;
    }
    
    .slidf h4 {
        font-size: 22px;
        line-height: 30px;
    }
    
    .logo span {
        font-size: 54px;
    }
}

@media only screen and (max-width: 575px){
    /*.header-bar{*/
    /*    display: block !important;*/
    /*}*/
    
    .m-name {
        width: 100% !important;
        text-align: left !important;
    }
    
    .m-name h1 {
        font-size: 22px;
    }
    
    .logo img {
        width: 25px;
    }
    
    .midle{
        padding: 15px;
    }
    
    .container.pt-4.allow{
        padding: 0 27px;
    }
    
    .slidf h4 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .btn-orange, .btn-orange:hover {
        font-size: 18px;
        padding: 8px 24px;
    }
    
    .pdm{
        padding: 0 15px;
    }
    
    .m-head h2 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 450px){
    .m-name h1 {
        font-size: 20px;
    }
    
    header h3 {
        font-size: 12px;
    }
    
    .logo img {
        width: 25px;
    }
}


@media only screen and (max-width: 375px){
    .m-head h2 {
        font-size: 20px;
        line-height: 26px;
    }
    
    /*.logo img {*/
    /*    width: 16px;*/
    /*}*/
    
    .m-name h1 {
        font-size: 15px;
    }
    
    .logo {
        font-size: 34px;
    }
}

@media only screen and (max-width: 320px){
    .m-name h1 {
        font-size: 14px;
    }
}