
.btn::before {
    background-image: url("../images/es.svg");
}



.slider-nav .item:nth-child(3) {
    margin: 45px 0 65px;

}







@media (max-width: 1200px){
    
    .top-menu .nav {
        justify-content: flex-end !important;

    }
    .nav-btn {
        margin-top: 15px;
        margin-left: 20px;
    }

    
}


@media (max-width: 1024px) {
    nav.top-menu {
        max-width: 40%;
    }
    .nav-btn {
        margin: 0;
    }
    .slider-nav .item:nth-child(3) {
        margin: 38px 0 55px;
    }
    .mobile-app h4, .mobile-app h4 font {
        font-size: 26px;
        line-height: 30px;
    }
    .creator-text {
        padding-left: 30px;
    }
}


@media (max-width: 992px) {
    nav.top-menu {
        max-width: 48%;
    }
    .slider-nav .item:nth-child(3) {
        margin: 48px 0 65px;
    }
    .slider-nav .item:nth-child(5) {
        margin: 80px 0;
    }
    .mobile-app h4, .mobile-app h4 font {
        font-size: 28px;
        line-height: 34px;
    }
}


@media (max-width: 768px) {
    .slider-nav .item:nth-child(3) {
        margin: 38px 0 55px;
    }
    .slider-nav .item:nth-child(5) {
        margin: 65px 0;
    }
    

}

@media (max-width: 725px) {
    .mob-block-footer {
        position: inherit;
    }
    
    .footer-bottom p, .footer-bottom .row > div {
        margin: 0 auto 10px;
    }
}


@media (max-width: 375px) {
    .footer-bottom p, .footer-bottom, .footer-bottom p font, .footer-bottom a font {
        font-size: 10px;
        line-height: 14px;
    }
    .footer-bottom a {
        font-size: 12px;
    }
}