.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@media screen and (min-width:1400px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1400px) and (min-width:1300px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1300px) and (min-width:1200px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1200px) and (min-width:1100px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1100px) and (min-width:1050px) {
    html{
        font-size: 12px!important;
    }
}
@media screen and (max-width:1050px) and (min-width:992px) {
    html{
        font-size: 11px!important;
    }
}


@media screen and (min-width:992px) {

}

@media screen and (max-width:992px) {
    body {
        /* padding-top: 4.8rem; */
    }
    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .lil-container,
    .brief-footer{
        width: 100%;
    }
    .welcome-btn{
        width: 100%;
        font-size: unset;
        padding: 0.625rem 1.5rem;
    }
    .welcome-title{
        font-size: 2.8rem;
    }
    .welcome-txt,
    .blocks-hint{
        text-align: unset;
    }
    .welcome-logo-img{
        width: auto;
        height: 5.5rem;
    }
    header{
        background-color: rgb(9, 13, 22);
    }
    .f_width {
        width: 100%;
    }
    .welcome-top{
        gap: 3rem;
    }
    .welcome-inner{
        gap: 2.5rem;
    }
    .brief-cards{
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .blocks-grid{
        gap: 1.65rem 1.88rem;
        grid-template-columns: 1fr 1fr;
    }
    .head-progress{
        width: 12rem;
    }
    .head-logo img{
        height: auto;
        width: 10rem;
    }
    .head-progress-percent{
        font-size: 1.65rem;
    }
    .head-progress-step{
        font-size: 1.1rem;
    }
    .head-progress-bar{
        height: .6rem;
    }
    .brief-footer{
        flex-direction: column;
        gap: 1.5rem;
        align-items: unset;
    }
    .brief-footer-center{
        align-items: stretch;
    }
    .brief-back{
        font-size: unset;
    }
    .brief-input{
        font-size: unset;
        min-height: 3.5rem;
    }
    .brief-field{
        gap: unset;
    }
    .brief-field-label{
        font-size: 1.25rem;
    }
    .brief-step-error{
        text-align: left;
    }
    .welcome-inner{
        min-height: 100vh;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.13rem;
    }
    .blocks-grid{
        grid-template-columns: 1fr;
    }
    .welcome-title{
        font-size: 2.2rem;
    }
}
