@media only screen and (max-width: 768px){
    .nav-item{
        margin-top: 5px;
    }
    .form-mobile{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .big-screen{
        display: none;
    }
    .btn-big-screen{
        display: none !important;
    }
    .btn-small-screen{
        display: block !important;
    }
    .w-language{
        width: 50% !important;
    }
    .w-process{
        width: 15% !important;
    }
    .mt-language{
        margin-top: 8px !important;
    }
}
@media only screen and (max-width: 600px){
    .form-mobile{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .big-screen{
        display: none;
    }
    .btn-big-screen{
        display: none !important;
    }
    .btn-small-screen{
        display: block !important;
    }
    .w-language{
        width: 50% !important;
    }
    .w-process{
        width: 15% !important;
    }
    .mt-language{
        margin-top: 8px !important;
    }
}
@media only screen and (max-width: 576px){
    .form-mobile{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .big-screen{
        display: none;
    }
    .btn-big-screen{
        display: none !important;
    }
    .btn-small-screen{
        display: block !important;
    }
    .w-language{
        width: 50% !important;
    }
    .w-process{
        width: 15% !important;
    }
    .mt-language{
        margin-top: 8px !important;
    }
}

@media only screen and (min-width: 900px){
    .form-mobile{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .big-screen{
        display: none;
    }
    .btn-big-screen{
        display: none !important;
    }
    .btn-small-screen{
        display: block !important;
    }
    .w-language{
        width: 50% !important;
    }
    .w-process{
        width: 15% !important;
    }
    .mt-language{
        margin-top: 8px !important;
    }
}
@media only screen and (min-width: 910px){
    .nav-item{
        margin-top: 5px;
    }
    .big-screen{
        display: none;
    }
    .btn-big-screen{
        display: none !important;
    }
    .btn-small-screen{
        display: block !important;
    }
    .w-language{
        width: 25% !important;
    }
    .w-process{
        width: 7% !important;
    }
    .mt-language{
        margin-top: 8px !important;
    }
}
@media(min-width: 992px){
    .big-screen{
        display: flex;
    }
    .btn-big-screen{
        display: block !important;
    }
    .btn-small-screen{
        display: none !important;
    }
    .w-process{
        width: 7% !important;
    }
    .mt-language{
        margin-top: 0 !important;
    }
}
@media only screen and (min-width: 1200px){
    .big-screen{
        display: flex;
    }
    .btn-big-screen{
        display: block !important;
    }
    .btn-small-screen{
        display: none !important;
    }
    .w-language{
        width: 25% !important;
    }
    .w-process{
        width: 7% !important;
    }
}
@media only screen and (min-width: 1400px){
    .big-screen{
        display: flex;
    }
    .btn-big-screen{
        display: block !important;
    }
    .btn-small-screen{
        display: none !important;
    }
    .w-language{
        width: 25% !important;
    }
    .w-process{
        width: 7% !important;
    }
}