@media (max-width: 1199px) {
    .post_content_part::before {
        position: inherit;
    }
    .project-categories ul li a {
        padding: 25px 20px;
    }
}
@media (max-width: 991px) {
    .project-categories ul {
        justify-content: inherit;
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .project-categories ul::-webkit-scrollbar {
        height: 0;
        width: 0;
        display: none;
    }
    .project-categories ul li {
        flex-shrink: 0;
    }
    .project-categories ul li a {
        padding: 18px;
    }
    .project_title {
        margin-bottom: 32px;
    }
    .project_tabbar {
        margin-top: 36px;
        margin-bottom: 32px;
    }
    .project-categories ul li a::after {
        bottom: -0.5px;
    }
    .project-image {
        height: 450px;
    }
    .project_gallery_items {
        grid-template-columns: 1fr 1fr;
    }
    .project_gallery-item .images {
        height: 476px;
    }
    .project_gallery-item:nth-child(10n+4),
    .project_gallery-item:nth-child(10n) {
        grid-column: inherit;
    }
    .project_gallery-item:nth-child(3n) {
        grid-column: 1 / 3;
    }
    .about_text p {
        font-size: 24px;
        margin-bottom: 32px;
    }
    .about_text h4 {
        font-size: 20px;
    }
    .about_text h5 {
        font-size: 16px;
        margin-top: 8px;
    }
    .about_team_service_items {
        grid-template-columns: 1fr;
        gap: 56px;
    }
}
@media (max-width: 767px) {
    /* header.header {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: var(--site_secondary_color);
        padding: 28px 0;
        transition: all 0.3s ease;
        z-index: 1;
    } */
    /* .menu_bar span::before,
    .menu_bar span::after {
        background: var(--site_primary_color);
    }
    .menu_bar.active span::before,
    .menu_bar.active span::after {
        background: var(--site_secondary_color);
    } */
    .primary-menu {
        width: 100%;
        padding: 32px 24px;
        /* height: calc(100% - 96px); */
    }
    /* .logo .mobile_logo,
    header.header.active .logo .menu_logo {
        display: block;
    }
    .logo .menu_logo,
    header.header.active .logo .mobile_logo {
        display: none;
    }
    header.header.active {
        background: var(--site_primary_color);
    } */
    /* .primary-menu .close {
        display: none;
    } */
    .primary-menu ul li a {
        font-size: 32px;
    }
    .primary-menu ul li ul li a {
        font-size: 20px;
    }
    .primary-menu ul li, .primary-menu ul li.menu-item-has-children a {
        margin-bottom: 0;
    }
    .primary-menu ul li a {
        padding: 16px 0;
    }
    .primary-menu nav {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    footer.footer {
        padding: 36px 0 18px 0;
        /* margin-bottom: 96px; */
    }
    .footer-menu ul {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        margin-bottom: 24px;
        margin-top: 44px;
    }
    p.copyright {
        text-align: center;
        color: #4F688C;
    }
    .social-icons {
        text-align: center;
        margin-bottom: 24px;
    }
    h1.page-title {
        padding-top: 36px;
        margin-bottom: 36px;
        font-size: 24px !important;
    }
    .posts-container article {
        margin-bottom: 40px;
    }
    .load-more-container button,
    .load-more #load-more-projects {
        margin-bottom: 80px;
    }
    .post_image {
        margin-top: 16px;
        margin-bottom: 72px;
        height: 200px;
    }
    .post_date span {
        font-size: 16px;
    }
    .post_title h1,
    .project_service_title h5,
    .random-title {
        font-size: 24px !important;
    }
    /* .project_service_part span, .project_service_part span a {
        font-size: 16px;
    } */
    .post_page_content {
        margin-bottom: 130px;
    }
    .random-link {
        text-align: left;
        margin-top: 34px;
    }
    .project_title h4 {
        font-size: 24px !important;
        line-height: 1.1;
    }
    .project-info {
        position: inherit;
        opacity: inherit;
        padding: 16px 0;
    }
    .project-link {
        margin-bottom: 48px;
    }
    .project-title {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    .project-info-part span {
        font-size: 16px;
        line-height: 1.4;
    }
    .load-more {
        margin-top: 40px;
    }
    .project_gallery_items {
        display: block;
    }
    .project_gallery-item {
        margin-bottom: 12px;
    }
    .project_gallery-item .image-details {
        display: none;
    }
    .project_gallery-item:nth-child(10n+4) .images,
    .project_gallery-item:nth-child(10n) .images {
        height: 196px;
    }
    .project_title {
        margin-bottom: 24px;
    }
    .single_project .post_content_part {
        padding-top: 16px;
    }
    .project_service_title {
        margin-top: 32px;
    }
    .project_service_part {
        grid-template-columns: auto;
        gap: 12px;
    }
    .project_credits_part {
        grid-template-columns: auto auto;
        gap: 22px 32px;
    }
    .random_projects {
        margin-top: 148px;
    }
    .project_more_item .post_thumb_link {
        height: 476px;
    }
    .project_more_item:last-child article {
        margin-bottom: 148px;
    }
    .about_title h3 {
        margin-top: 16px;
        padding-bottom: 40px;
        margin-bottom: 56px;
        font-size: 24px !important;
    }
    .about_text {
        margin-top: 72px;
    }
    .about_text h4 {
        font-size: 24px !important;
    }
    .about_text h5 {
        font-size: 16px !important;
    }
    .about_team_part,
    .about_team_contact {
        margin-bottom: 148px;
    }
    .about_service_part {
        grid-template-columns: 1fr;
        gap: 56px;
    }
    .multistudio_kontakt .forminator-button-submit {
        width: 100% !important;
    }
    .multistudio_kontakt label {
        font-size: 16px !important;
    }
    .random-link a {
        font-size: 16px;
    }
}