@media (max-width: 2900px) {
    .logo-header {
        max-width: 180px;
    }

    .text-logo{
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }
}

@media (max-width: 1200px) {
    .layout-home3 .banner-3 {
        margin-top: -120px;
    }
}

@media (max-width: 768px) {
    .feature-section .video-details h6 {
        font-size: 10px;
    }
    
    .logo-header {
        max-width: 100%;
    }

    .text-logo{
        font-size: 14px;
    }

    .description-details .menu-top .nav .m-none{
        display: none;
    }
    
    .layout-home3 .banner-3 {
        margin-top: -150px;
    }

    .layout-home4 .slider-image .home-content p {
        width: 100%;
    }

    .feature-section .feature-content .details p, .feature-section .feature-content .feature-price p {
        width: 100%;
    }

    .ofert-title {
        font-size: 24px;
    }

    .feature-section .modern-feature .slick-list .slick-track .slick-slide > div {
        margin-top: 20px;
    }
}

@media (max-width:480px){
    .home-slider-3 .slick-slide {
        height: 450px;
    }

    .image_h {
        margin-top: -150px;
    }

    .layout-home3 .banner-3 {
        margin-top: -100;
    }
}