.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}

@media screen and (min-width: 1800px) {
    html {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 1800px) and (min-width: 1700px) {
    html {
        font-size: 17px !important;
    }
}
@media screen and (max-width: 1700px) 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: 1150px) {
    html {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 1150px) and (min-width: 1100px) {
    html {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
    html {
        font-size: 11px !important;
    }
}


@media screen and (min-width:992px) {

}

@media screen and (max-width:992px) {

    .fancybox-slide--iframe .fancybox-content {
        width: 95%;
        height: auto;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .menu_toggle {
        color: #ff3326;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .logo {
        width: 5.2rem;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .menu a img {
        display: none;
    }
    .search--show{
        margin-right: 1.5rem;
    }
    .menu  {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        width: 100%;
        bottom: unset;
        background: #ffffff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        padding: 2rem 15px;
        padding-bottom: 1rem;
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        margin: 0;
        text-align: center;
    }
    .menu a{
        display: block;
        margin: 0;
        margin-bottom: 1.5rem;
    }
    .login_page{
        min-height: auto;
        padding: 1.5rem 0 2rem;
        background-position: 62% center;
    }
    .login_container{
        padding: 0 1.25rem;
    }
    .login_page_row{
        min-height: auto;
        gap: 1rem;
    }
    .login_page_left,
    .login_page_right{
        height: auto;
        min-height: 0;
        padding: 0;
    }
    .login_page_left{
        justify-content: flex-start;
        gap: 1.5rem;
        text-align: center;
        padding-top: 1rem;
    }
    .login_logo{
        width: 17rem;
        margin: 0 auto;
    }
    .login_center_text{
        max-width: 100%;
        margin: 0;
    }
    .section_title{
        font-size: 2.6rem;
        line-height: 1.02;
        margin-bottom: 1rem;
        letter-spacing: -0.03rem;
    }
    .section_text{
        font-size: 0.98rem;
        line-height: 1.45;
    }
    .copy{
        font-size: 0.78rem;
    }
    .login_page_area{
        border-radius: 1.5rem;
        padding: 1.5rem;
        box-shadow: 0 1rem 2.2rem rgba(22, 22, 22, 0.1);
    }
    .login_welcome{
        font-size: 1.35rem;
        margin-bottom: 0.6rem;
        text-align: center;
    }
    .login_subtitle{
        text-align: center;
        margin-bottom: 1.2rem;
    }
    .login_field input{
        height: 3.25rem;
    }
    .login_actions{
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 0.7rem;
    }
    .login_bottom{
        flex-direction: column;
        gap: 0.45rem;
        text-align: center;
    }
    .login_message{
        min-height: 3.2rem;
        font-size: 1rem;
    }
    .page_header{
        padding: 1.25rem 1.25rem 0;
    }
    .page_header__row{
        flex-wrap: nowrap;
        gap: 0.85rem;
        align-items: center;
    }
    .page_header__brand-logo{
        width: 14rem;
    }
    .page_header__toggle{
        display: inline-flex !important;
    }
    .page_header__nav{
        position: absolute;
        top: calc(100% + 0.75rem);
        left: 1.25rem;
        right: 1.25rem;
        width: auto;
        padding: 0.9rem;
        border-radius: 1.4rem;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 1rem 2.2rem rgba(22, 22, 22, 0.12);
        border: 0.0625rem solid #ece6dd;
        gap: 0.65rem;
        flex-wrap: wrap;
        justify-content: flex-start;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-0.6rem);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
        z-index: 12;
    }
    .page_header.is-nav-open .page_header__nav{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
    .page_header__link,
    .page_header__menu{
        height: 3.7rem;
        width: 100%;
        justify-content: flex-start;
        padding: 0 1.2rem;
        font-size: 1.1rem;
    }
    .page_header__avatar{
        width: 3rem;
        height: 3rem;
        flex-basis: 3rem;
        margin-left: auto;
    }
    .page_header__logout{
        width: 100%;
    }
    .page_header__logout .logout_btn{
        width: 100%;
        justify-content: center;
    }
    .home_hero{
        min-height: auto;
        padding: 7rem 1.25rem 2rem;
        justify-content: flex-start;
        gap: 1.5rem;
    }
    .home_hero__center{
        max-width: 100%;
        padding-top: 0;
    }
    .home_hero__title{
        font-size: 1.7rem;
        line-height: 1.08;
    }
    .home_hero__actions{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.85rem;
        margin-top: 1.75rem;
    }
    .home_btn{
        width: 100%;
        min-width: 0;
        padding: 0 1.25rem;
        font-size: 1.1rem;
        height: 4rem;
    }
    .home_projects{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        margin-top: 2rem;
    }
    .project_card__panel{
        min-height: 9.5rem;
        padding: 1.1rem 1rem 1rem;
        border-radius: 1.35rem;
        gap: 0.7rem;
    }
    .project_card__menu{
        right: 1rem;
        top: 0.85rem;
        font-size: 1.25rem;
    }
    .project_card__icon{
        width: 4.2rem;
        height: 4.2rem;
    }
    .project_card__name{
        font-size: 1rem;
    }
    .form_page{
        padding-top: 0;
    }
    .case_form{
        padding: 6.8rem 1.25rem 1.5rem;
    }
    .case_form_slider{
        width: 100%;
        height: auto;
        min-height: 0;
        display: block;
    }
    .case_form_slider .case_form__card{
        position: relative;
        top: auto;
        left: auto !important;
        bottom: auto;
        width: 100%;
        max-width: 34rem;
        margin: 0 auto;
        opacity: 0;
        pointer-events: none;
        transform: none;
        z-index: 1 !important;
        display: none;
        padding-top: 1.65rem;
    }
    .case_form_slider .case_form__card.is-active{
        display: block;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        z-index: 3 !important;
    }
    .case_form__badge{
        width: 4.4rem;
        height: 4.4rem;
        margin-left: -2.2rem;
        padding: 0.35rem;
    }
    .case_form__body{
        border-radius: 1.6rem;
        padding: 1.35rem;
        padding-top: 2.8rem;
        min-height: 0;
        gap: 1rem;
    }
    .case_form_top{
        display: flex;
        flex-direction: column;
    }
    .case_form__field:not(:last-child){
        margin-bottom: 1rem;
    }
    .case_form__field label{
        font-size: 1rem;
        margin-bottom: 0.45rem;
    }
    .case_form__field input[type="text"],
    .case_form__field textarea,
    .case_form__field select,
    .case_form .admin-select-enhance__button{
        font-size: 1rem;
    }
    .case_form__field input[type="text"],
    .case_form__field select,
    .case_form .admin-select-enhance__button{
        min-height: 3.7rem;
        height: 3.7rem;
    }
    .case_form__field label.case_form__upload {
        border: 1px dashed #b1b1b1;
    }
    .case_form__body{
        height: auto;
    }
    .case_form__field textarea{
        min-height: 7rem;
        height: 7rem;
        padding-top: 0.95rem;
        padding-bottom: 0.95rem;
    }
    .case_form .admin-select-enhance__chip,
    .case_form .admin-select-enhance__chip-count,
    .case_form .admin-select-enhance__item,
    .case_form .admin-select-enhance__placeholder{
        font-size: 1rem;
    }
    .case_form .admin-select-enhance__button-label{
        flex-wrap: nowrap;
        overflow: hidden;
    }
    .case_form .admin-select-enhance__chips{
        flex-wrap: nowrap;
        min-width: 0;
        overflow: hidden;
    }
    .case_form .admin-select-enhance__chip{
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .case_form .admin-select-enhance__list{
        max-height: 13.5rem;
    }
    .case_form .admin-select-enhance__menu{
        inset: calc(100% + 0.4rem) 0 auto 0;
    }
    .case_form__upload{
        height: 6.4rem;
    }
    .case_form__upload-placeholder{
        gap: 0.55rem;
        flex-direction: column;
    }
    .case_form__upload-placeholder span{
        font-size: 1rem;
        line-height: 1.3;
    }
    .case_form__actions{
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        margin-top: 0.6rem;
    }
    .loader_logo {
        width: 200px;
    }
    .case_form__back,
    .case_form__next{
        width: 100%;
        min-width: 0;
        height: 3.7rem;
        font-size: 1rem;
    }
    .case_form__back{
        order: 2;
    }
    .case_form__next{
        order: 1;
    }
    .case_form__next.full{
        width: 100%;
    }
    .case_form__next img{
        width: 0.95rem;
        margin-left: 0.45rem;
    }
    .login_message{
        font-size: 1rem;
    }
    .passport_page{
        padding: 7rem 1.25rem 1.5rem;
    }
    .passport_layout{
        max-width: 100%;
        flex-direction: column;
        gap: 1rem;
    }
    .passport_sidebar,
    .passport_main{
        flex: 0 0 auto;
        width: 100%;
    }
    .passport_author{
        height: auto;
        min-height: 0;
        border-radius: 1.5rem;
        padding: 1.35rem;
    }
    .passport_author__avatar{
        width: 5.4rem;
        height: 5.4rem;
        margin-bottom: 0.85rem;
    }
    .passport_author__group{
        margin-bottom: 0.85rem;
    }
    .passport_author__title,
    .passport_author__back,
    .passport_recommendation__title,
    .passport_section__title,
    .passport_fact__title{
        font-size: 1rem;
    }
    .passport_author__text,
    .passport_author__role,
    .passport_author__method,
    .passport_section__subtitle,
    .passport_fact__text,
    .passport_recommendation__text{
        font-size: 1rem;
    }
    .passport_author__role{
        min-height: 2.2rem;
        padding: 0 1rem;
    }
    .passport_author__footer{
        margin-top: 0.75rem;
    }
    .passport_author__back{
        height: 3.25rem;
    }
    .passport_card{
        border-radius: 1.6rem;
    }
    .passport_card__hero{
        padding: 1rem 1.1rem;
        gap: 0.85rem;
        align-items: flex-start;
    }
    .passport_card__badge{
        width: 3.9rem;
        height: 3.9rem;
        flex-basis: 3.9rem;
    }
    .passport_card__hero-text h1{
        font-size: 1.45rem;
        line-height: 1.08;
    }
    .passport_card__hero-text p{
        font-size: 1rem;
        line-height: 1.4;
    }
    .passport_card__body{
        padding: 1.1rem;
    }
    .passport_card__scroll{
        height: auto;
        max-height: none;
        min-height: 0;
        overflow: visible;
        padding-right: 0;
    }
    .passport_section{
        border-radius: 1.35rem;
        margin-bottom: 1rem;
    }
    .passport_section__head{
        min-height: 4.7rem;
        padding: 0.9rem 1rem;
        gap: 0.8rem;
    }
    .passport_section__meta{
        gap: 0.75rem;
    }
    .passport_section__icon{
        width: 2.8rem;
        height: 2.8rem;
        flex-basis: 2.8rem;
    }
    .passport_section__toggle{
        width: 2.35rem;
        height: 2.35rem;
        flex-basis: 2.35rem;
    }
    .passport_section__content{
        padding: 1rem 1rem 0.85rem 1rem;
    }
    .passport_fact{
        padding-left: 1.4rem;
        margin-bottom: 1rem;
    }
    .passport_fact:before{
        left: 0.35rem;
    }
    .passport_recommendation{
        padding-top: 0.5rem;
    }
    .passport_recommendation__divider{
        margin-bottom: 1rem;
    }
    .passport_recommendation__card{
        border-radius: 1.2rem;
        padding: 1.15rem 1rem 1.05rem;
    }
    .passport_recommendation__actions{
        margin-top: 1rem;
        padding-bottom: 0;
    }
    .passport_recommendation__pdf{
        width: 100%;
        min-width: 0;
        height: 3.35rem;
    }


}
@media screen and (max-width:767px) {
    .login_page{
        padding: 1rem 0 1.5rem;
    }
    .login_container{
        padding: 0 0.85rem;
    }
    .login_page_left{
        gap: 2rem;
        padding-top: 0.25rem;
    }
    .login_logo{
        width: 14rem;
        margin-bottom: 2rem;
    }
    .section_title{
        font-size: 2rem;
        line-height: 1.04;
    }
    .section_text{
        font-size: 0.9rem;
    }
    .copy{
        display: none;
    }
    .login_page_area{
        padding: 1.15rem 1rem;
        border-radius: 1.25rem;
    }
    .login_welcome{
        font-size: 1.2rem;
    }
    .login_subtitle{
        font-size: 0.8rem;
    }
    .login_field label{
        font-size: 0.88rem;
    }
    .login_field input{
        height: 3.05rem;
        padding: 0 1rem;
        font-size: 0.9rem;
    }
    .login_password_wrap input{
        padding-right: 3.2rem;
    }
    .login_password_toggle{
        right: 0.65rem;
        width: 2rem;
        height: 2rem;
    }

    .login_forgot{
        margin-left: 1.85rem;
    }
    .login_submit{
        height: 3.3rem;
        font-size: 0.95rem;
    }
    .section_text br{
        display: none;
    }
    .section_text{
        font-size: 1.2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    .login_page {
        padding: 3rem 0 2rem;
    }
    .login_subtitle {
        font-size: 1rem;
    }
    .login_welcome {
        font-size: 1.6rem;
    }
    .login_page_area {
        padding: 1.8rem;
    }
    .login_field input {
        height: 3.5rem;
        padding: 0 1rem;
        font-size: 1rem;
    }
    .login_field label {
        font-size: 1rem;
    }
    .login_submit {
        height: 3.7rem;
        font-size: 1rem;
    }
    .login_bottom {
        font-size: 1.1rem;
    }
    .login_center_text{
        display: none;
    }
    .login_page{
        min-height: 100vh;
    }
}
@media screen and (max-width:550px) {
    body{
        font-size: 1.2rem;
    }

}
