/* 1601 - 1920 px */
@media screen and (max-width: 1920px) {

}

/* 1369 - 1600 px */
@media screen and (max-width: 1600px) {

}

/* 961 - 1368 px */
@media screen and (max-width: 1368px) {
    .offer_bg {
        font-size: 200px;
    }
    .offer h1 {
        margin-left: 80px;
        margin-top: 50px;
    }
    .offer_text {
        margin-left: 150px;
    }
    .offer_btn {
        margin-left: 240px;
    }
    .next {
        font-size: 200px;
        /*width: 220px;*/
        left: 78%;
    }
    /*-- End Header ---*/
    
    .bra {
        display: none;
    }
    .servis {
        flex-direction: column;
    }
    .servisec_list {
        width: 100%;
        margin-bottom:60px;
    }
    .servisec_list i { font-size: 100px; }
}

/* 769 - 960 px */
@media screen and (max-width: 960px) {
    .next {
        display: none;
    }
    .credits {
        flex-direction: column;
    }
    .credits > * {
        margin-bottom: 40px;
    }
}

/* 481 - 768 px */
@media screen and (max-width: 768px) {
    .offer_bg {
        font-size: 100px;
        position: relative;
    }
    header {
        height: auto;
        padding-top: 50px;
    }
    header .container {
        height: auto;
        padding-bottom: 250px;
    }
    nav {
        display: flex;
        justify-content: space-between;
    }
    nav .logo {
        position: relative;
        top: auto;
        left: auto;
    }
    .hamburger {
        position: relative;
        top: auto;
        right: auto;
        float: none;
        margin-top: 14px;
    }

    .offer {
        position: relative;
        left: auto;
        top: auto;
    }
    .offer h1 {
        font-size: 35px;
        width: auto;
        margin-left: auto;
    }
    .offer p {
        margin-left: 0;
        width: auto;
    }
    .offer_btn {
        margin-left: 0;
    } 
    footer {
        font-size: 18px;
    }
    .logo-footer {
        
    }
}

/* 320 - 480 px */
@media screen and (max-width: 480px) {
    .section_title {
        font-size: 60px;
    }
}