@media (max-width: 959px) {
    .home-hero__slide {
        min-height: calc(100dvh - 76px);
        padding: 38px 0 34px;
    }

    .home-hero__main {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .home-hero__content {
        align-items: center;
        text-align: center;
    }

    .home-hero__title {
        max-width: 680px;
        font-size: clamp(46px, 9vw, 72px);
    }

    .home-hero__text {
        max-width: 560px;
        margin-top: 27px;
        font-size: 15px;
        line-height: 1.6;
    }

    .home-hero__actions {
        justify-content: center;
        margin-top: 32px;
    }

    .home-hero__visual {
        height: auto;
        max-width: 620px;
        padding-top: 0;
        margin: 0 auto;
    }

    .home-hero__image {
        height: auto;
        aspect-ratio: 31 / 28;
    }

    .home-hero__crosshair_top {
        top: -7px;
        left: -7px;
    }

    .home-hero__crosshair_bottom {
        top: auto;
        right: -7px;
        bottom: -7px;
        left: auto;
    }

    .home-hero__caption {
        padding-top: 32px;
        padding-right: 160px;
    }

    .home-hero__slider .owl-dots {
        bottom: 39px;
    }

    .home-about {
        padding: 80px 0;
    }

    .home-about__heading {
        max-width: 100%;
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -0.8px;
        text-align: center;
    }

    .home-about__grid {
        grid-template-columns: 1fr;
        gap: 46px;
        margin-top: 52px;
    }

    .home-about__media {
        order: 2;
        align-items: center;
    }

    .home-about__photo {
        height: auto;
        aspect-ratio: 692.5 / 560;
    }

    .home-about__label {
        top: 18px;
        left: 18px;
        min-width: 0;
        padding: 10px 14px;
    }

    .home-about__stat {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(100%, 340px);
        margin: -46px auto 0;
        padding: 32px;
    }

    .home-about__content {
        order: 1;
        padding-left: 0;
        text-align: center;
    }

    .home-about__lead,
    .home-about__text {
        max-width: 100%;
    }

    .home-about__link {
        justify-content: center;
        margin-top: 36px;
    }

    .home-about__features {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 100%;
        margin-top: 54px;
        padding-top: 32px;
    }

    .home-about__cycle {
        justify-content: center;
        margin-top: 42px;
    }

    .home-categories {
        padding: 80px 0;
    }

    .home-categories__top {
        align-items: center;
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .home-categories__label {
        justify-content: center;
    }

    .home-categories__title {
        max-width: 100%;
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -0.8px;
    }

    .home-categories__all {
        padding-bottom: 0;
    }

    .home-categories__grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 52px;
    }

    .home-categories__card,
    .home-categories__card_big,
    .home-categories__card_tall,
    .home-categories__card_wide {
        width: 100%;
        height: 420px;
        cursor: pointer;
    }

    .home-categories__card_big img,
    .home-categories__card_tall img,
    .home-categories__card:nth-child(4) img,
    .home-categories__card:nth-child(6) img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .home-categories__text span {
        white-space: normal;
    }

    .home-capabilities {
        padding: 80px 0;
    }

    .home-capabilities__label {
        justify-content: center;
    }

    .home-capabilities__label strong {
        white-space: normal;
    }

    .home-capabilities__title {
        max-width: 100%;
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -0.8px;
        text-align: center;
    }

    .home-capabilities__grid {
        grid-template-columns: 1fr;
        margin-top: 52px;
    }

    .home-capabilities__item,
    .home-capabilities__item:first-child {
        min-height: 0;
        padding: 38px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
    }

    .home-capabilities__item:last-child {
        border-bottom: 0;
    }

    .home-capabilities__icon {
        margin: 0 auto;
    }

    .home-capabilities__name,
    .home-capabilities__text {
        max-width: 100%;
    }

    .home-capabilities__more {
        justify-content: center;
        margin-top: 30px;
    }

    .home-clients {
        padding: 80px 0;
    }

    .home-clients__top {
        align-items: center;
        flex-direction: column;
        gap: 28px;
        text-align: center;
    }

    .home-clients__label {
        justify-content: center;
    }

    .home-clients__title {
        max-width: 100%;
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -0.8px;
    }

    .home-clients__intro {
        max-width: 100%;
    }

    .home-clients__marquees {
        gap: 12px;
        margin-top: 52px;
    }

    .home-clients__logo {
        width: 176px;
        height: 82px;
        margin: 0 6px;
    }

    .home-clients__logo span {
        max-width: 150px;
        overflow: hidden;
        font-size: 17px;
        line-height: 24px;
        text-overflow: ellipsis;
    }

    .home-clients__logo img {
        max-width: 140px;
        max-height: 74px;
    }

    .home-clients__bottom {
        align-items: center;
        flex-direction: column;
        gap: 26px;
        margin-top: 52px;
        padding-top: 36px;
        text-align: center;
    }

    .home-clients__link {
        justify-content: center;
    }

    .site-breadcrumbs {
        justify-content: center;
        padding-bottom: 24px;
        text-align: center;
    }

    .home-cta {
        min-height: 0;
        padding: 80px 0;
        background-position: center center;
    }

    .home-cta::after {
        background: linear-gradient(90deg, rgba(14, 14, 16, 0.95) 0%, rgba(14, 14, 16, 0.88) 100%);
    }

    .home-cta__content {
        max-width: 100%;
        text-align: center;
    }

    .home-cta__label {
        justify-content: center;
    }

    .home-cta__label strong {
        white-space: normal;
    }

    .home-cta__title {
        max-width: 100%;
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -0.8px;
    }

    .home-cta__text {
        max-width: 100%;
        font-size: 15px;
        line-height: 25.5px;
    }

    .home-cta__action {
        margin-top: 38px;
    }

    .home-cta__button {
        min-width: 0;
        width: 210px;
        max-width: calc(100vw - 72px);
        padding: 0 20px;
    }

    .about-hero {
        padding: 52px 0 44px;
    }

    .about-hero__grid {
        grid-template-columns: 1fr;
        gap: 42px;
        text-align: center;
    }

    .about-hero__label,
    .about-values__label {
        justify-content: center;
    }

    .about-hero__title,
    .about-values__title {
        max-width: 100%;
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -0.8px;
    }

    .about-hero__text {
        max-width: 100%;
        font-size: 15px;
        line-height: 25.5px;
    }

    .about-hero__media {
        padding: 14px;
    }

    .about-hero__media img {
        aspect-ratio: 1 / 0.86;
    }

    .about-values {
        padding: 54px 0 64px;
    }

    .about-values__top {
        max-width: 100%;
        text-align: center;
    }

    .about-values__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 30px;
    }

    .about-values__item {
        min-height: 0;
        padding: 32px 24px;
        text-align: center;
    }

    .about-values__name {
        padding-top: 44px;
        font-size: 28px;
        line-height: 34px;
    }

    .about-values__text {
        max-width: 100%;
        font-size: 15px;
        line-height: 25.5px;
    }

    .about-production {
        padding: 54px 0 64px;
    }

    .about-production__grid {
        grid-template-columns: 1fr;
        gap: 42px;
        text-align: center;
    }

    .about-production__image img {
        aspect-ratio: 1 / 0.78;
    }

    .about-production__title {
        font-size: 42px;
        line-height: 46px;
        letter-spacing: -0.8px;
    }

    .about-production__text {
        max-width: 100%;
        font-size: 15px;
        line-height: 25.5px;
    }

    .about-production__stats {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 36px;
    }

    .about-production__stat {
        padding: 24px 20px;
    }

    .about-production__stat strong {
        font-size: 50px;
        line-height: 50px;
    }

    .about-production__plus {
        padding-top: 4px;
        font-size: 30px;
        line-height: 30px;
    }

    .about-cta {
        padding: 54px 0 60px;
    }

    .about-cta__inner {
        align-items: center;
        flex-direction: column;
        gap: 22px;
        padding: 36px 20px;
        text-align: center;
    }

    .about-cta__title {
        max-width: 100%;
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -0.7px;
    }

    .about-cta__text {
        max-width: 100%;
    }

    .about-cta__button {
        width: 100%;
        max-width: 280px;
    }

    .production-hero {
        padding: 52px 0 44px;
    }

    .production-hero__grid {
        grid-template-columns: 1fr;
        gap: 42px;
        text-align: center;
    }

    .production-hero__title {
        max-width: 100%;
        font-size: 44px;
        line-height: 46px;
        letter-spacing: 0;
    }

    .production-hero__text {
        max-width: 100%;
        font-size: 15px;
        line-height: 25.5px;
    }

    .production-hero__media {
        padding: 14px;
    }

    .production-hero__media img {
        aspect-ratio: 1 / 0.86;
    }

    .production-process {
        padding: 54px 0 64px;
    }

    .production-process__item,
    .production-process__item:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 28px 20px;
        text-align: center;
    }

    .production-process__item:nth-child(even) .production-process__content,
    .production-process__item:nth-child(even) .production-process__image {
        order: initial;
    }

    .production-process__title {
        padding-top: 34px;
        font-size: 34px;
        line-height: 38px;
        letter-spacing: 0;
    }

    .production-process__text {
        max-width: 100%;
    }

    .production-process__image img {
        aspect-ratio: 1 / 0.78;
    }

    .production-capabilities {
        padding: 54px 0 64px;
    }

    .production-capabilities__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .production-capabilities__item {
        min-height: 0;
        padding: 32px 24px;
        text-align: center;
    }

    .production-capabilities__name {
        padding-top: 44px;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0;
    }

    .production-capabilities__text {
        max-width: 100%;
        font-size: 15px;
        line-height: 25.5px;
    }

    .production-quality {
        padding: 54px 0 64px;
    }

    .production-quality__grid {
        grid-template-columns: 1fr;
        gap: 42px;
        text-align: center;
    }

    .production-quality__image img {
        aspect-ratio: 1 / 0.78;
    }

    .production-quality__title {
        font-size: 42px;
        line-height: 46px;
        letter-spacing: 0;
    }

    .production-quality__text {
        max-width: 100%;
        font-size: 15px;
        line-height: 25.5px;
    }

    .production-quality__stats {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 36px;
    }

    .production-quality__stat {
        padding: 24px 20px;
    }

    .production-quality__stat strong {
        font-size: 50px;
        line-height: 50px;
    }

    .production-quality__plus {
        padding-top: 4px;
        font-size: 30px;
        line-height: 30px;
    }

    .production-cta {
        padding: 54px 0 60px;
    }

    .production-cta__inner {
        align-items: center;
        flex-direction: column;
        gap: 22px;
        padding: 36px 20px;
        text-align: center;
    }

    .production-cta__title {
        max-width: 100%;
        font-size: 34px;
        line-height: 38px;
        letter-spacing: 0;
    }

    .production-cta__text {
        max-width: 100%;
    }

    .production-cta__button {
        width: 100%;
        max-width: 280px;
    }

    .products-hero {
        padding: 52px 0 42px;
    }

    .products-hero__inner {
        max-width: 100%;
        text-align: center;
    }

    .products-hero__label {
        justify-content: center;
    }

    .products-hero__title {
        max-width: 100%;
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -0.8px;
    }

    .products-catalog {
        padding: 54px 0 64px;
    }

    .products-catalog__intro {
        text-align: left;
    }

    .products-catalog__intro p {
        font-size: 15px;
        line-height: 25.5px;
    }

    .products-catalog__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 42px;
    }

    .products-catalog__card,
    .products-catalog__card_big,
    .products-catalog__card_tall,
    .products-catalog__card_wide {
        grid-column: auto;
        height: 390px;
    }

    .products-catalog__text {
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .products-catalog__text strong {
        font-size: 24px;
        line-height: 32px;
    }

    .products-catalog__text span {
        white-space: normal;
    }

    .product-category-hero {
        padding: 52px 0 44px;
    }

    .product-category-hero__grid {
        grid-template-columns: 1fr;
        gap: 42px;
        text-align: center;
    }

    .product-category-hero__label {
        justify-content: center;
    }

    .product-category-hero__title {
        max-width: 100%;
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -0.8px;
    }

    .product-category-hero__text {
        max-width: 100%;
        font-size: 15px;
        line-height: 25.5px;
    }

    .product-category-hero__media {
        padding: 14px;
    }

    .product-category-hero__media img {
        aspect-ratio: 1 / 0.86;
    }

    .product-category-list {
        padding: 54px 0 64px;
    }

    .product-category-list__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .product-category-list__card {
        min-height: 370px;
    }

    .product-category-list__name {
        right: 20px;
        bottom: 20px;
        left: 20px;
        font-size: 24px;
        line-height: 32px;
    }

    .product-category-cta {
        padding: 54px 0;
    }

    .product-category-cta__inner {
        align-items: center;
        flex-direction: column;
        gap: 22px;
        padding: 36px 20px;
        text-align: center;
    }

    .product-category-cta__title {
        max-width: 100%;
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -0.7px;
    }

    .product-category-cta__text {
        max-width: 100%;
    }

    .product-category-cta__button {
        width: 100%;
        max-width: 280px;
    }

    .product-subcategory-hero {
        padding: 24px 0 44px;
    }

    .product-subcategory-hero__breadcrumbs {
        justify-content: center;
        padding-bottom: 24px;
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 1.2px;
        text-align: center;
    }

    .product-subcategory-hero__grid {
        grid-template-columns: 1fr;
        gap: 42px;
        text-align: center;
    }

    .product-subcategory-hero__label {
        justify-content: center;
    }

    .product-subcategory-hero__title {
        max-width: 100%;
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -0.8px;
    }

    .product-subcategory-hero__text {
        max-width: 100%;
        font-size: 15px;
        line-height: 25.5px;
    }

    .product-subcategory-hero__media {
        padding: 14px;
    }

    .product-subcategory-hero__media img {
        aspect-ratio: 1 / 0.86;
    }

    .product-subcategory-content {
        padding: 54px 0 64px;
    }

    .product-subcategory-content__inner {
        text-align: center;
    }

    .product-subcategory-content__title {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -0.7px;
    }

    .product-subcategory-content__text {
        max-width: 100%;
        padding-top: 22px;
        font-size: 15px;
        line-height: 25.5px;
    }

    .product-subcategory-gallery {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 42px;
    }

    .product-subcategory-gallery__item {
        height: 260px;
    }

    .jsuser-d-gallery-lightbox {
        padding: 24px 16px;
    }

    .jsuser-d-gallery-lightbox__image {
        max-width: 100%;
        max-height: 76dvh;
    }

    .jsuser-d-gallery-lightbox__close {
        top: 16px;
        right: 16px;
        width: 42px;
        height: 42px;
    }

    .jsuser-d-gallery-lightbox__prev,
    .jsuser-d-gallery-lightbox__next {
        top: auto;
        bottom: 18px;
        width: 46px;
        height: 46px;
        font-size: 20px;
        line-height: 44px;
        transform: none;
    }

    .jsuser-d-gallery-lightbox__prev {
        left: 18px;
    }

    .jsuser-d-gallery-lightbox__next {
        right: 18px;
    }

    .text-page {
        padding: 24px 0 60px;
    }

    .text-page__breadcrumbs {
        justify-content: center;
        padding-bottom: 24px;
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 1.2px;
        text-align: center;
    }

    .text-page__inner {
        text-align: center;
    }

    .text-page__title {
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -0.8px;
    }

    .text-page__content {
        padding-top: 30px;
        font-size: 15px;
        line-height: 25.5px;
    }

    .text-page__content div + div {
        padding-top: 18px;
    }

    .clients-hero {
        padding: 52px 0 42px;
    }

    .clients-hero__inner {
        max-width: 100%;
        text-align: center;
    }

    .clients-hero__label {
        justify-content: center;
    }

    .clients-hero__title {
        max-width: 100%;
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -0.8px;
    }

    .clients-hero__text {
        max-width: 100%;
        font-size: 15px;
        line-height: 25.5px;
    }

    .clients-page {
        padding: 54px 0 64px;
    }

    .clients-page__top {
        grid-template-columns: 1fr;
        gap: 34px;
        text-align: center;
    }

    .clients-page__intro {
        font-size: 34px;
        line-height: 38px;
        letter-spacing: -0.7px;
    }

    .clients-page__stats {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .clients-page__stat {
        padding: 24px 20px;
    }

    .clients-page__stat strong {
        justify-content: center;
        font-size: 50px;
        line-height: 50px;
    }

    .clients-page__plus {
        padding-top: 4px;
        font-size: 30px;
        line-height: 30px;
    }

    .clients-page__grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 46px;
    }

    .clients-page__logo {
        min-height: 138px;
        padding: 28px 22px;
    }

    .clients-page__logo img {
        max-width: 170px;
        max-height: 74px;
    }

    .clients-page__logo span {
        max-width: 148px;
        font-size: 18px;
        line-height: 24px;
    }

    .clients-page__bottom {
        align-items: center;
        flex-direction: column;
        gap: 24px;
        margin-top: 46px;
        padding-top: 34px;
        text-align: center;
    }

    .clients-page__note {
        max-width: 100%;
        font-size: 15px;
        line-height: 25.5px;
    }

    .clients-page__button {
        width: 100%;
        max-width: 280px;
    }

    .contacts-hero {
        padding: 52px 0 42px;
    }

    .contacts-hero__inner {
        max-width: 100%;
        text-align: center;
    }

    .contacts-hero__label {
        justify-content: center;
    }

    .contacts-hero__title {
        max-width: 100%;
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -0.8px;
    }

    .contacts-hero__text {
        max-width: 100%;
        font-size: 15px;
        line-height: 25.5px;
    }

    .contacts-page {
        padding: 48px 0 60px;
    }

    .contacts-page__grid {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .contacts-page__info {
        gap: 14px;
    }

    .contacts-page__card {
        padding: 28px 22px;
        text-align: center;
    }

    .contacts-page__card-value {
        font-size: 24px;
        line-height: 31px;
        overflow-wrap: anywhere;
    }

    .contacts-page__quick {
        grid-template-columns: 1fr;
    }

    .contacts-page__form-box {
        padding: 34px 20px;
    }

    .contacts-page__form-title {
        font-size: 34px;
        line-height: 38px;
        text-align: center;
    }

    .contacts-page__fields {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contacts-page__field span {
        text-align: center;
    }

    .contacts-page__agree {
        justify-content: center;
        text-align: center;
    }

    .contacts-page__submit {
        width: 100%;
    }

    .contacts-page__location {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 46px;
    }

    .contacts-page__map,
    .contacts-page__location-photo {
        height: 340px;
    }

    .site-footer {
        padding: 56px 0 48px;
    }

    .site-footer__main {
        display: block;
        grid-template-columns: none;
        grid-auto-columns: auto;
        grid-auto-flow: row;
        gap: 0;
        width: 100%;
        max-width: 100%;
        min-height: auto;
        padding-bottom: 54px;
        overflow: hidden;
        text-align: center;
    }

    .site-footer__main > * {
        width: 100%;
        margin: 0 auto;
    }

    .site-footer__main > * + * {
        margin-top: 46px;
    }

    .site-footer__brand,
    .site-footer__nav,
    .site-footer__text,
    .site-footer__contacts {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .site-footer__logo {
        justify-content: center;
    }

    .site-footer__text {
        width: min(100%, 420px);
        margin: 0 auto;
        font-size: 16px;
        line-height: 25.6px;
    }

    .site-footer__title {
        white-space: normal;
    }

    .site-footer__links,
    .site-footer__contact-list {
        align-items: center;
        gap: 16px;
        width: 100%;
    }

    .site-footer__links a,
    .site-footer__contact {
        justify-content: center;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .site-footer__links a:hover {
        transform: none;
    }

    .site-footer__contact:first-child {
        align-items: center;
    }

    .site-footer__contact img,
    .site-footer__contact-icon {
        flex: 0 0 15px;
        margin-top: 0;
    }

    .site-footer__contact span {
        min-width: 0;
    }

    .site-footer__bottom {
        align-items: center;
        flex-direction: column;
        width: 100%;
        gap: 14px;
        text-align: center;
    }

    .site-footer__copy,
    .site-footer__studio {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .site-footer__studio {
        margin-top: 10px;
        color: rgba(255, 255, 255, 0.28);
        font-size: 8px;
        line-height: 13px;
        letter-spacing: 1.2px;
    }

    .quick-contacts {
        right: 14px;
        bottom: 86px;
        gap: 8px;
    }

    .quick-contacts__item,
    .scroll-up {
        width: 46px;
        height: 46px;
    }

    .quick-contacts__icon,
    .scroll-up__icon {
        width: 20px;
        height: 20px;
    }

    .scroll-up {
        right: 14px;
        bottom: 28px;
    }

    .cookie-consent {
        right: 14px;
        bottom: 88px;
        left: 14px;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 16px;
    }

    .cookie-consent__text {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }

    .cookie-consent__actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .cookie-consent__button {
        min-height: 40px;
    }

    body.is-menu-open {
        overflow: hidden;
    }

    .site-header,
    .site-header__bar,
    .site-header__inner {
        height: 76px;
    }

    .site-header__nav,
    .site-header__actions {
        display: none;
    }

    .site-header__logo {
        width: 128px;
        height: 36px;
    }

    .site-header__burger {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #00adef;
        cursor: pointer;
        transition: background 0.25s ease, box-shadow 0.25s ease;
    }

    .site-header__burger:hover {
        background: #009bd6;
        box-shadow: 0 6px 18px rgba(0, 173, 239, 0.26);
    }

    .site-header__burger span {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 2px;
        background: #fff;
    }

    .site-header__mobile {
        position: fixed;
        z-index: 1100;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        visibility: hidden;
        width: 100%;
        height: 100dvh;
        background: rgba(31, 41, 51, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .site-header__mobile.is-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .site-header__mobile-panel {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: min(100%, 420px);
        height: 100dvh;
        margin-left: auto;
        padding: 16px 20px 28px;
        overflow-y: auto;
        background: #fff;
        transform: translateX(100%);
        transition: transform 0.25s ease;
    }

    .site-header__mobile.is-open .site-header__mobile-panel {
        transform: translateX(0);
    }

    .site-header__mobile-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-header__mobile-logo {
        width: 128px;
        height: 36px;
    }

    .site-header__mobile-close {
        position: relative;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #f1f4f6;
        cursor: pointer;
        transition: background 0.25s ease;
    }

    .site-header__mobile-close:hover {
        background: rgba(0, 173, 239, 0.12);
    }

    .site-header__mobile-close::before,
    .site-header__mobile-close::after {
        position: absolute;
        top: 21px;
        left: 13px;
        width: 18px;
        height: 2px;
        border-radius: 2px;
        background: #1f2933;
        content: '';
    }

    .site-header__mobile-close::before {
        transform: rotate(45deg);
    }

    .site-header__mobile-close::after {
        transform: rotate(-45deg);
    }

    .site-header__mobile-nav {
        display: flex;
        flex-direction: column;
    }

    .site-header__mobile-nav a {
        padding: 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        color: rgba(0, 0, 0, 0.72);
        font-family: var(--font-mono);
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1.4px;
        text-align: center;
        text-transform: uppercase;
    }

    .site-header__mobile-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: auto;
    }

    .site-header__mobile-bottom .site-header__language {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 59px;
        height: 41px;
    }

    .site-header__mobile-bottom .site-header__language-menu {
        top: auto;
        bottom: calc(100% + 8px);
    }

    .request-modal {
        align-items: flex-start;
        padding: 12px;
    }

    .request-modal__dialog {
        max-height: calc(100dvh - 24px);
        padding: 54px 20px 28px;
        border-radius: 18px;
    }

    .request-modal__close {
        top: 12px;
        right: 12px;
    }

    .request-modal__title {
        padding-right: 30px;
        font-size: 34px;
        text-align: center;
    }

    .request-modal__form {
        margin-top: 28px;
    }

    .request-modal__fields {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 380px) {
    .home-hero__title {
        font-size: 39px;
    }

    .home-hero__actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
        gap: 18px;
    }

    .home-hero__button {
        width: 100%;
    }

    .home-hero__link {
        justify-content: center;
    }

    .home-hero__caption {
        padding-right: 0;
        padding-bottom: 38px;
        text-align: center;
    }

    .home-hero__slider .owl-dots {
        right: 50%;
        bottom: 25px;
        transform: translateX(50%);
    }

    .home-about__heading {
        font-size: 36px;
        line-height: 38px;
    }

    .home-about__label span {
        font-size: 8px;
        line-height: 13px;
        letter-spacing: 1.4px;
    }

    .home-about__label strong {
        font-size: 12px;
        line-height: 18px;
    }

    .home-about__stat-number span {
        font-size: 72px;
        line-height: 68px;
    }

    .home-about__link {
        flex-direction: column;
    }

    .home-about__link strong,
    .home-about__cycle strong {
        white-space: normal;
    }

    .home-categories__title {
        font-size: 36px;
        line-height: 38px;
    }

    .home-categories__card,
    .home-categories__card_big,
    .home-categories__card_tall,
    .home-categories__card_wide {
        height: 360px;
    }

    .home-categories__text {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }

    .home-categories__text strong {
        font-size: 21px;
        line-height: 30px;
    }

    .home-categories__number {
        top: 20px;
        left: 20px;
    }

    .home-capabilities__title {
        font-size: 36px;
        line-height: 38px;
    }

    .home-capabilities__item,
    .home-capabilities__item:first-child {
        padding: 32px 0;
    }

    .about-hero__title,
    .about-values__title,
    .about-production__title,
    .about-cta__title,
    .production-hero__title,
    .production-process__title,
    .production-quality__title,
    .production-cta__title,
    .products-hero__title,
    .product-category-hero__title,
    .product-category-cta__title,
    .product-subcategory-hero__title,
    .product-subcategory-content__title,
    .text-page__title,
    .clients-hero__title,
    .clients-page__intro {
        font-size: 36px;
        line-height: 38px;
    }

    .site-header__mobile-bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .site-header__mobile-bottom .site-header__language-wrap,
    .site-header__mobile-bottom .site-header__language,
    .site-header__mobile-bottom .site-header__request {
        width: 100%;
    }
}

@media (max-width: 959px) and (max-height: 620px) {
    .home-hero__slide {
        min-height: 0;
    }

    .site-header__mobile-panel {
        gap: 18px;
    }

    .site-header__mobile-nav a {
        padding: 10px 0;
    }
}
