@media (min-width: 360px) {
    html{
        font-size: 16px;
        line-height: 22px;
    }
    h1{
        font-size: 18px;
        line-height: 25px;
    }
    .font-bigger{
        font-size: 23px;
        line-height: 35px;
    }

}

@media (min-width: 557px){
    header{
        padding-bottom: 1rem;
    }
    .desktop-container hr{
        max-width: 540px;
    }
    .nav-link{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

@media (min-width: 600px){
    .container, .desktop-container{
        max-width: 580px;
    }
    .nav-link.desktop-active{
        color: #FFF;
        background-color: var(--main-color);
        border-radius: var(--border-radius);
    }
    header{
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        justify-content: space-between;
    }
    header>.a_logo{
        margin-right: auto;
    }
    h1{
        font-size: 18px;
        line-height: 25px;
    }
    .form-calculate{
        max-width: calc(298px + 2rem);
    }

}

@media (min-width: 768px) {
    .container, .desktop-container{
        max-width: 720px;
    }
    .mobile-hidden{
        display: block;
    }
    .font-bigger{
        font-size: 24px;
        line-height: 33px;
    }
    html{
        font-size: 16px;
        line-height: 22px;
    }

    .desktop-hidden{
        position: absolute;
        visibility: hidden;
        top: 0;
        left: 0;
    }
    .nav-link{
        padding: .5rem 1rem;
    }
    .logo-top{
        font-size: 13px;
        line-height: 15px;
    }
    .logo-bot{
        line-height: 18px;
    }
    .video-text{
        width: auto;
    }
    .text-video{
        width: auto;
    }
    .aboutus-textblock>.flex{
        display: block;
    }
    .desktop-flex{
        display: flex;
    }
    .video-text{
        width: 40%;
    }
    .text-video{
        width: 60%;
    }
    .desktop-ta-center{
        text-align: center;
    }
    .logo-bg>img{
        height: 200%;
    }

}

@media (min-width: 992px) {
    .container, .desktop-container{
        max-width: 960px;
    }

}

@media (min-width: 1200px) {
    .container, .desktop-container{
        max-width: 1140px;
    }
}