.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;
    }
}
.head-logo.in_active{
    display: none;
}

@media screen and (min-width: 992px) {
    .p00{
        padding: 0;
        margin-left: -15px;
    }
    header.transparent_header{
        background: transparent;
    }
    header.transparent_header .head-nav a:not(.submenu a), header.transparent_header .head-num{
        color: white;
    }
    header.transparent_header .head-num{
        background-image: linear-gradient(#FFFFFF, #FFFFFF);
    }
    header.transparent_header .head-lang .active{
        color: white;
    }
    header.transparent_header .head-lang{
        color: white;
    }
    header.transparent_header .head-logo.active{
        display: none;
    }
    header.transparent_header .head-logo.in_active{
        display: block;
    }
    header.transparent_header .btn.black{
        background: white;
        color: black;
    }
    header.transparent_header .btn.black:hover{
        background: #9b0000;
        color: white;
    }

    header.transparent_header .head-nav a:not(.submenu a):hover{
        color: rgba(255,255,255,0.5)!important;
    }

    header.transparent_header .head-lang a:hover{
        color: #FFFFFF;
    }
}

@media (max-width: 992px) {
    .burger {
        display: flex;
    }

    .mobile-menu {
        display: block;
    }

    .head-nav,
    .head-right {
        display: none;
    }
}

@media (max-width: 480px) {
    .head-logo {
        width: 7rem;
        height: auto;
    }
}

@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_50{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .menu_toggle {
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .container,
    .container.sec {
        width: 100%;
        padding: 0 15px;
    }
    .search--show {
        margin-right: 1.5rem;
    }
    .hero-section {
        align-items: unset;
        padding-top: 8rem;
        padding-bottom: 3rem;
    }
    .hero-inner {
        width: 100%;
        justify-content: space-between;
        height: 100%;
        min-height: 100%;
    }
    .hero-btns {
        flex-direction: column;
    }
    .hero-btns .btn {
        width: 100%;
    }
    .section-title {
        font-size: 2rem;
        text-align: left;
    }
    .hero-txt {
        font-size: 1.1rem;
    }
    .btn,
    .mobile-lang,
    .mobile-num {
        font-size: 1.1rem;
    }
    .btn.width {
        width: 100%;
    }
    .btn {
        height: 3.6rem;
    }
    .page-links {
        font-size: 1.1rem;
        padding-top: 7rem;
        flex-wrap: wrap;
        padding-bottom: 1.5rem;
    }
    .partner-img {
        height: 28rem;
        margin-bottom: 1rem;
    }
    .partner-info {
        flex-direction: column;
        align-items: unset;
        gap: 0.25rem;
    }
    .partner-info-big {
        font-size: 2.15rem;
    }
    .direction-row1,
    .direction-row2 {
        gap: 1.25rem;
    }
    .direction-card p {
        font-size: 1.1rem;
    }
    .txt-1-25 {
        font-size: 1.5rem;
    }
    .techno-img{
        height: auto;
    }
    .geography-map {
        margin-top: 1.5rem;
    }
    .op-7-txt {
        font-size: 1.1rem;
    }
    .advantages-section {
        height: unset;
        padding: 0;
    }
    .advantages-title {
        font-size: 2rem;
    }
    .advantages-row {
        gap: 1.25rem;
    }
    .news-img {
        height: 14rem;
    }
    .certefication-box {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        margin-top: 1.5rem;
    }
    .certefication-box::-webkit-scrollbar {
        display: none;
    }
    .certefication-box > * {
        flex: 0 0 auto;
    }
    .direction-row1,
    .direction-row2 {
        width: unset;
    }
    .direction-img {
        height: 16rem;
    }
    .direction-row2 .direction-card {
        min-height: 16rem;
    }
    .red-back1 {
        padding: 1.5rem;
    }
    .red-back-inp {
        font-size: 1.05rem;
    }
    .politics-txt {
        font-size: 1rem;
    }
    .contacts-top {
        flex-direction: column;
        gap: 1.5rem;
    }
    .con-social {
        width: 3.6rem;
        height: 3.6rem;
    }
    .con-social span {
        font-size: 1.75rem;
    }
    .con-row{
        gap: 1.5rem;
    }
    .con-box{
        height: 23rem;
    }
    .foot-top{
        flex-direction: column;
        gap: 1.15rem;
    }
    .foot-pg{
        font-size: 1.1rem;
    }
    .footer-main-links{
        width: 100%;
    }
    .footer-main-links .btn{
        width: 65%;
    }
    .foot-logo-box{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    .foot-bottom{
        flex-direction: column;
        padding-top: 2rem;
    }
    .services_row{
        margin-bottom: .5rem;
        gap: 1.5rem;
    }
    .ser-title{
        margin-bottom: .5rem;
    }
    .adv2-title{
        margin-bottom: 1.65rem;
    }
    .ab-mid-txt{
        margin-bottom: 2rem !important;
        font-size: 1.1rem;
    }

    .mob_reverse{
        flex-direction: column-reverse;
    }
    .mob_reverse .ab-main-img{
        height: auto;
        margin: 0;
        margin-bottom: 1.5rem;
    }
    .red-back1{
        border-radius: 1.8rem;
    }
    .ab-main-img{
        height: 23rem;
        margin-top: 2.5rem;
    }
    .method-img{
        height: auto;
    }
    .adv2-name{
        font-size: 1.3rem;
    }
    .our-team-card img{
        margin-bottom: 1rem;
    }
    .lil-txt,
    .main-met-card p{
        font-size: 1.1rem;
    }
    .our-team-row{
        gap: 2rem;
    }

    .techno-row{
        gap: 2rem;
    }
    .red-back2{
        height: unset;
    }
    .w40,
    .w55{
        width: 100%;
    }
    .back-policy{
        position: static;
        height: auto;
        padding: 0;
        width: calc(100% - 30px);
        margin-left: 15px;
        border-radius: 20px;
        margin-bottom: 1.25rem;
    }
    .border_img{
        border-radius: 20px;
        margin-bottom: 1.5rem;
    }
    .page-link{
        font-size: 1.1rem;
        width: 3rem;
        height: 3rem;
        border-radius: .75rem;
    }
    .vacancy-btn{
        width: 100%;
    }
    .card-vacancy-right{
        padding: 1.5rem;
    }
    .blue-back-inp{
        font-size: 1.05rem;
    }
    .vacancies-img{
        height: 15rem;
    }
    .mobile-btn{
        width: 100%;
    }
    .card-news-img{
        /*height: 16.5rem;*/
    }
    .our-team-card img {
        height: 28.4375rem;
    }
    .vacancies-row > div{
        margin-bottom: 1.5rem;
    }
    .our-part-slider{
        width: 85%;
        margin-left: -7px;
    }
    .our-part-slider .slick-list{
        overflow: unset;
    }
    .news-row{
        margin-bottom: -2.5rem;
    }
}
@media screen and (max-width: 550px) {
    body {
        font-size: 1.1rem;
    }
}
