@media (max-width: 992px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .main-block {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 40%), linear-gradient(rgba(0, 0, 0,0) 0%, rgba(255, 255, 255, 0) 100%), url("../img/main-bg.jpg"); /*url("../img/main-bg.webp");*/
    }

    .industries-block, .services-block {
        width: 100%;
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    .header-menu nav {
        display: none;
    }

    .header-right_top {
        display: none;
    }

    .header-logo {
        font-size: 20px;
        line-height: 24px;
    }

    .header-logo span {
        display: block;
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 0.05em;
        font-weight: 600;
        letter-spacing: 1px;
        margin-top: 5px;
    }

    .header {
        padding: 15px 0;
    }

    .services-block {
        padding: 30px 0px;
    }

    .services-block_title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .works-block {
        padding: 30px 0px;
    }

    .showreel_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .works-list_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .clients-block {
        padding: 30px 0px;
    }

    .clients-block_title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }


    .certificates-block {
        padding: 30px 0px;
    }

    .certificates-block_title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .swiper-prev {
        left: 15px;
    }

    .swiper-next {
        right: 15px;
    }

    .command-block {
        padding: 30px 0px;
    }

    .command-block_title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .block_contacts {
        position: relative;
    }

    .map-container {
        height: 650px;
    }

    .contacts-items {
        left: 0;
        max-width: 100%;
        width: 100%;
        transform: none;
        padding: 20px;
        bottom: 20px;
    }

    .contacts-item:last-of-type {
        margin-bottom: 0;
    }

    .main-content {
        padding: 20px 0px;
    }

    .main-content h1 span {
        font-size: 36px;
        line-height: 46px;
    }

    .main-slogan span:nth-child(2) {
        margin-left: 0px;
    }

    .main-slogan span:nth-child(3) {
        margin-left: 0px;
    }

    .main-content h1 {
        font-size: 16px;
    }

    .main-content h2 {
        font-size: 16px;
    }

    .main-slogan span {
        font-size: 16px;
    }

    .services-block_bg {
        /*min-height: 265px;*/
        height: 265px;
    }

    .services-block .row {
        /*width: 100%;*/
    }

    .services-block_item {
        width: 100%;
    }

    .footer-wrapper {
        justify-content: center;
    }

    .header-right {
        display: none;
    }

    .mob-menu_btn {
        display: flex;
        width: 40px;
        height: 40px;
        /*background: rgba(35, 65, 154, 0.1);*/
        background-color: transparent;
        border-radius: 5px;
        margin-left: 20px;
        border: none;
        outline: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .mob-menu_btn span {
        display: block;
        height: 2px;
        background: #ffffff;
        width: 18px;
        margin: 2px 0px;
    }

    .mob-menu_btn.open {
        position: relative;
    }

    .mob-menu_btn.open span:nth-child(1) {
        transform: rotate(45deg);
        position: absolute;
    }

    .mob-menu_btn.open span:nth-child(2) {
        opacity: 0;
    }

    .mob-menu_btn.open span:nth-child(3) {
        transform: rotate(-45deg);
        position: absolute;
    }

    .mobile-menu {
        background-color: #1d1b26;
        position: absolute;
        left: 0;
        top: 73px;
        width: 100%;
        padding: 30px;
        box-shadow: 0px 40px 80px rgb(0 0 0 / 50%);
    }

    .mobile-menu_list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .mobile-menu_list a {
        text-decoration: none;
        color: #ffffff;
        font-size: 13px;
        line-height: 28px;
        width: 50%;
        font-weight: 600;
        color: #ffffff;
        text-decoration: none;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .mobile-menu .header-social {
        justify-content: flex-start;
        margin-top: 15px;
    }

    /*.service_data {
        padding: 30px 20px !important;
    }*/
    .brif-block {
        padding: 40px 0;
    }

    .brif-block_title {
        font-size: 24px;
        line-height: 34px;
    }

    .industries-block {
        padding: 30px 0px;
    }

    .industries-block_title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .industries-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .industries-grid_item {
        font-size: 16px;
    }

    .service_photo a img {
        margin-bottom: 25px;
    }

    .service_photo {
        padding: 20px 0px;
    }

    .service_data {
        padding: 20px 0;
    }

    .pagetitle {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .service_data p {
        font-size: 14px;

    }

    .service_data ul li, .service_data ol li {
        font-size: 14px;
    }

}

@media (max-width: 576px) {

}