@media screen and (min-width: 1100px){
    body {
        padding-top: 141px;
    }

    #header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10000;
    }

    #header, #header * {
        transition: 0.3s;
    }

    #header.header-scrolled {
        transform: translateY(-73px);
    }

    .header-scrolled #header-bottom .logo {
        opacity: 1;
    }
}

@media screen and (max-width: 940px){
    #footer .box-content div:first-of-type {
        width: 100%;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 800px){
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    .fs-37, .fs-50 {
        font-size: 30px;
    }

    .fs-30 {
        font-size: 22px;
    }

    .fs-25 {
        font-size: 18px !important;
    }

    .fs-22 {
        font-size: 18px;
    }
}

@media screen and (max-width: 650px){
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    .fs-18 {
        font-size: 16px;
    }

    #footer .box-content div {
        width: 100%;
    }

    #footer .box-content div:not(:last-of-type) {
        margin-bottom: 60px;
    }

    #footer .box-content div:last-of-type {
        align-items: flex-start;
    }

    #footer .box-content div:last-of-type p {
        text-align: left;
    }

    #footer .box-content div:last-of-type div {
        justify-content: flex-start;
    }

    .slider-arrow {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
}
