/* Tablet ≤ 1024 / design 768 */
@media (max-width: 1100px) {

  .site-header__nav {
    display: none;
  }

  .site-header__burger {
    display: grid;
    margin-left: auto;
  }

  .site-header__cta {
    display: none;
  }

  .site-header {
    position: relative;
    height: 6.4rem;
    padding: var(--space-12) var(--space-20);
    border-radius: var(--radius-m);
    box-shadow: none;
  }

  .site-header-bar.is-stuck .site-header,
  .page--home .site-header-bar.is-visible .site-header {
    box-shadow: 0 0.6rem 2rem rgb(28 35 36 / 8%);
  }

  :root {
    --header-sticky-top: calc(var(--page-pad) + 6.4rem + var(--space-12));
  }

  .site-header .logo {
    gap: var(--space-12);
  }

  .site-header .logo__mark {
    width: 3.2rem;
    height: 3.2rem;
  }

  .site-header .logo__text {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
    font-weight: var(--fw-bold);
  }

  .layout,
  .article,
  .article__row,
  .geo-page,
  .pl-hero,
  .pl-layout,
  .pl-factors,
  .policy,
  .vacancy {
    grid-template-columns: 1fr;
  }

  .article__side,
  .layout__sidebar,
  .geo-page__side,
  .vacancy__side,
  .pl-layout__sidebar {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
  }

  .policy-page__wrap {
    grid-template-columns: 1fr;
  }

  .policy {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .career-card__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .career-card__salary {
    white-space: normal;
  }

  .vacancy__facts,
  .vacancy-form__row {
    grid-template-columns: 1fr;
  }

  .article__toc {
    display: none;
  }

  .article__side,
  .article__main {
    border-radius: var(--radius-l);
    min-width: 0;
    max-width: 100%;
  }

  .geo-page {
    gap: var(--space-12);
  }

  .geo-page__side {
    min-height: 0;
  }

  .geo-page__tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: var(--space-8);
    margin-top: 0;
    padding-top: 0;
  }

  .geo-page__tabs button {
    white-space: nowrap;
    height: var(--chip-h);
    padding: 0 var(--chip-pad-x);
    border-radius: var(--radius-m);
    background: transparent;
    color: var(--text-secondary);
    font-size: var(--fs-chip);
    line-height: var(--lh-chip);
    font-weight: var(--fw-regular);
  }

  .geo-page__tabs button.is-active {
    background: var(--buttons-main);
    color: var(--text-white);
    font-weight: var(--fw-regular);
  }

  .geo-page__table {
    min-width: 0;
  }

  .geo-page__col-desk {
    display: none;
  }

  .geo-page__table thead th:first-child {
    border-radius: var(--radius-m) 0 0 0;
  }

  .geo-page__table thead th:nth-child(3) {
    border-radius: 0 var(--radius-m) 0 0;
  }

  .article__hero {
    width: fit-content;
    max-width: 100%;
    height: auto;
    margin-bottom: 3.2rem;
  }

  .article__hero img {
    height: 28rem;
  }

  .article__gallery {
    grid-template-columns: 1fr;
  }

  .article__gallery img {
    height: 13.2rem;
  }

  .article__related {
    min-width: 0;
    max-width: 100%;
  }

  .article__related-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.4rem;
  }

  .article__preview {
    flex: 0 0 28.8rem;
    width: 28.8rem;
    max-width: calc(100vw - 6.4rem);
    min-width: 0;
    min-height: 4.6rem;
    padding: 0.8rem;
    scroll-snap-align: start;
  }

  .layout__sidebar {
    border-right: none;
    border-bottom: 1px solid var(--stroke-light);
  }

  .layout--docs {
    grid-template-columns: 1fr;
    gap: var(--space-12);
  }

  .layout--docs .layout__sidebar,
  .layout--docs .layout__content {
    border-radius: var(--radius-l);
  }

  .layout--docs .layout__sidebar {
    border-bottom: none;
  }

  .layout--docs .layout__title-desktop {
    display: none;
  }

  .layout--docs .layout__title-mobile {
    display: block;
  }

  .docs-grid {
    grid-template-columns: 1fr;
    gap: var(--space-12);
  }

  .side-tabs--docs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.2rem;
    scrollbar-width: none;
  }

  .side-tabs--docs::-webkit-scrollbar {
    display: none;
  }

  .side-tabs--docs a,
  .side-tabs--docs button {
    white-space: nowrap;
    height: var(--chip-h);
    padding: var(--chip-pad-x);
    border-radius: var(--radius-xl);
    background: transparent;
    color: var(--text-secondary);
    font-size: var(--fs-chip);
    line-height: var(--lh-chip);
    font-weight: var(--fw-regular);
  }

  .side-tabs--docs a.is-active,
  .side-tabs--docs button.is-active {
    background: var(--buttons-main);
    color: var(--text-white);
    font-weight: var(--fw-regular);
  }

  .side-tabs--docs .side-tabs__go,
  .geo-page__tabs .side-tabs__go {
    display: none;
  }

  .catalog__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .catalog__intro,
  .catalog-card--featured,
  .catalog-card--parts,
  .catalog-card--valve,
  .catalog-card--glue,
  .catalog-card--fittings,
  .catalog-card--filters {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    min-height: 22rem;
  }

  .catalog-card--featured {
    grid-column: 1 / -1;
    min-height: 42rem;
  }

  .catalog-card--featured .catalog-card__visual--lg {
    width: min(39.2rem, 100%);
    height: auto;
    aspect-ratio: 1;
  }

  .contacts-cards,
  .docs-row {
    grid-template-columns: 1fr;
  }

  .contact-card--tall {
    grid-row: auto;
    min-height: 0;
  }

  .layout__sidebar,
  .layout__content {
    min-width: 0;
  }

  .layout__content {
    padding: var(--space-20) var(--space-16);
  }

  .contact-card {
    padding: var(--space-20) var(--space-16);
  }

  .requisites__row {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: var(--space-8);
  }

  .side-tabs {
    max-width: 100%;
  }

  .landing-hero__media {
    min-height: 32rem;
  }

  .landing-gallery {
    grid-template-columns: 1fr;
  }

  .pl-side {
    border-right: none;
    border-bottom: none;
  }

  .pl-layout__sidebar {
    order: 2;
  }

  .pl-main {
    order: 1;
  }

  .pl-hero {
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    gap: var(--space-20);
  }

  .pl-hero__promo {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 700 / 720;
  }

  .pl-hero__card--desktop {
    display: none;
  }

  .pl-hero__cover {
    display: flex;
    flex-direction: column;
    gap: var(--space-32);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    background: var(--bg-main);
    border-radius: var(--radius-l);
    padding: var(--space-12) var(--space-16);
    box-sizing: border-box;
  }

  .pl-hero__title--mobile {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }

  .pl-hero__title--mobile span {
    display: inline;
  }

  .pl-docs--hero {
    display: block;
    padding-top: var(--space-20);
    min-width: 0;
    max-width: 100%;
  }

  .pl-docs--hero .pl-docs__list {
    max-width: 100%;
  }

  .pl-docs--sidebar {
    display: none;
  }

  .pl-layout {
    grid-template-columns: 1fr;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  .pl-layout__sidebar,
  .pl-main {
    min-width: 0;
    max-width: 100%;
  }

  .pl-main {
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .pl-intro__gallery,
  .pl-pair,
  .pl-metrics,
  .pl-features__row {
    grid-template-columns: 1fr;
  }

  .pl-bento {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: var(--space-12);
    padding-top: var(--space-20);
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .pl-bento__text,
  .pl-bento__img,
  .pl-bento__img--mid,
  .pl-bento__img--wide,
  .pl-bento__card,
  .pl-bento__card:nth-child(3),
  .pl-bento__card:nth-child(4),
  .pl-bento__card:nth-child(6),
  .pl-bento__card:nth-child(7) {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    height: auto;
  }

  .pl-bento__text {
    padding: 0;
    min-height: 0;
    justify-content: flex-start;
  }

  .pl-bento__img--mid {
    height: auto;
    min-height: 0;
    aspect-ratio: 367 / 354;
  }

  .pl-bento__img--wide {
    height: auto;
    min-height: 0;
    aspect-ratio: 733 / 354;
  }

  .pl-intro__gallery {
    display: flex;
    flex-direction: column;
    gap: var(--space-20);
    width: 100%;
    aspect-ratio: auto;
    height: auto;
  }

  .pl-intro__shot,
  .pl-intro__shot--narrow,
  .pl-intro__shot:not(.pl-intro__shot--narrow) {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .pl-intro__shot--narrow {
    aspect-ratio: 303 / 438;
  }

  .pl-intro__shot:not(.pl-intro__shot--narrow) {
    aspect-ratio: 658 / 438;
  }

  .pl-intro__shot img {
    position: absolute;
  }

  .pl-pair {
    display: flex;
    flex-direction: column;
    gap: var(--space-20);
    width: 100%;
    aspect-ratio: auto;
    height: auto;
  }

  .pl-pair__item,
  .pl-pair__item:first-child,
  .pl-pair__item:last-child {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .pl-pair__item:first-child {
    aspect-ratio: 658 / 438;
  }

  .pl-pair__item:last-child {
    aspect-ratio: 303 / 438;
  }

  .pl-factors {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: var(--space-20);
    width: 100%;
  }

  .pl-factors__list,
  .pl-factors__media {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    min-height: 0;
    padding-bottom: 0;
  }

  .pl-factors__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .pl-geometry {
    display: flex;
    flex-direction: column;
    gap: var(--space-20);
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .pl-geometry__card--lead,
  .pl-geometry__main,
  .pl-geometry__shot,
  .pl-geometry__shot--wide,
  .pl-geometry__shot:not(.pl-geometry__shot--wide),
  .pl-geometry__card--side {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
  }

  .pl-geometry__main {
    aspect-ratio: 700 / 236;
  }

  .pl-geometry__shot--wide {
    aspect-ratio: 600 / 236;
  }

  .pl-geometry__shot:not(.pl-geometry__shot--wide) {
    aspect-ratio: 300 / 236;
  }

  .pl-geometry__card h3 {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
  }

  .pl-geometry__card p {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .pl-geometry__card--side p {
    font-size: var(--fs-text-s);
    line-height: var(--lh-text-s);
  }

  .pl-main,
  .pl-cta {
    padding: var(--space-20) var(--space-16);
  }

  .pl-metrics {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pl-features__row {
    gap: var(--space-12);
  }

  .modal__dialog {
    padding: var(--space-24);
    border-radius: var(--radius-l);
  }

  .modal__grid {
    grid-template-columns: 1fr;
  }

  .modal__title {
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
  }

  .policy__toc {
    display: none !important;
  }

  .policy {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    padding: var(--space-20);
    border-radius: var(--radius-l);
  }

  .policy__content {
    gap: 2.8rem;
  }

  .policy__title {
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
  }

  .policy__section h2 {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero__cover {
    min-height: 51.4rem;
  }

  .hero__video {
    height: auto;
    min-height: 48rem;
  }

  .hero__video-img {
    min-height: 48rem;
  }

  .hero__chips {
    height: 21rem;
  }

  .products {
    grid-template-columns: 1fr;
    min-height: 92rem;
    height: auto;
    position: relative;
    overflow: hidden;
    align-items: start;
  }

  .products-pin .products__intro {
    padding-top: 6.4rem;
  }

  .products__left {
    max-width: 38rem;
    gap: var(--space-64);
  }

  .products__visual {
    width: 28.6rem;
    min-height: 28.6rem;
    flex: 0 0 auto;
  }

  .products-pin .products__visual {
    width: min(28.6rem, 100%);
    min-height: 0;
    flex: 1 1 auto;
  }

  .products__visual img {
    width: 28.6rem;
    height: 28.6rem;
  }

  .products-pin .products__visual img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .products__cards {
    position: absolute;
    top: 2rem;
    left: 44.8rem;
    width: 52.4rem;
    min-height: 0;
    height: 88rem;
    max-height: none;
    max-width: none;
    overflow: hidden;
    padding: 0;
  }

  .products-pin .products__cards {
    top: 2rem;
    bottom: 2rem;
    height: auto;
  }

  .product-card {
    width: 41.5rem;
    height: 13.8rem;
    min-height: 13.8rem;
    overflow: hidden;
    max-width: none;
  }

  .product-card.is-active {
    width: 52.4rem;
    height: 18rem;
    min-height: 18rem;
  }

  .applications__grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: calc(100% + 2rem);
    margin-right: -2rem;
    padding-right: 2rem;
  }

  .applications__grid::-webkit-scrollbar {
    display: none;
  }

  .app-card {
    scroll-snap-align: start;
    flex: 0 0 25.6rem;
    width: 25.6rem;
    min-width: 25.6rem;
    height: 48.8rem;
  }

  .geography {
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: hidden;
  }

  .geography__map {
    min-height: 52rem;
    margin-right: 0;
    overflow: hidden;
    border-radius: var(--radius-l);
    background: var(--bg-main);
    padding: var(--space-20);
  }

  .geography__map-canvas {
    width: 100%;
  }

  .blog {
    grid-template-columns: 1fr;
  }

  .blog__intro {
    max-width: none;
  }

  .contact .contact__visual{
    display: none;
  }

  .contact {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .contact__visual {
    min-height: 28rem;
    height: auto;
    max-width: none;
    order: 2;
  }

  .contact__form {
    order: 1;
    min-height: 0;
    padding: var(--space-20);
    border-radius: var(--radius-l);
  }

  .contact--home .contact__visual {
    display: none;
  }

  .footer{
    margin-bottom: 2rem;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__cols {
    flex-wrap: wrap;
    flex: none;
    max-width: none;
    gap: var(--space-32);
  }

  .file-card__title{
    max-width: 180px;
  }
}

/* Mobile ≤ 767 / design 375 */
@media (max-width: 767px) {
  .page--home .site-header-bar {
    top: 1.2rem;
    width: calc(100% - 2.4rem);
  }
  .pl-hero-chip strong{
    line-height: var(--fs-text-s);
  }
  .pl-hero-chip span{
    line-height: var(--fs-desc);
  }
  .page--home {
    gap: var(--space-20);
  }
  .page--catalog .site-header,
  .page--catalog .catalog,
  .page--catalog .footer,
  .page--docs .site-header,
  .page--docs .layout--docs .layout__sidebar,
  .page--docs .layout--docs .layout__content,
  .page--docs .footer {
    border-radius: 20px;
  }

  .page--catalog .site-header,
  .page--docs .site-header {
    margin-inline: 0;
  }

  .layout__title-desktop {
    display: none;
  }

  .layout__title-mobile {
    display: block;
  }

  .layout--docs .layout__sidebar {
    padding: var(--space-20) var(--space-16);
    gap: var(--space-32);
  }

  .layout--docs .layout__content {
    padding: var(--space-20) var(--space-16);
  }

  .side-tabs--docs {
    margin: 0 calc(var(--space-16) * -1);
    padding: 0 var(--space-16);
  }

  .doc-card {
    min-height: 17rem;
    padding: var(--space-12) var(--space-20);
  }

  .doc-card__title {
    font-size: var(--fs-h5);
    line-height: var(--lh-h5);
  }

  .doc-card__desc {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .doc-card .round-btn {
    width: 4rem;
    height: 4rem;
    padding: 0.8rem;
  }

  .doc-card .round-btn img,
  .doc-card .round-btn svg {
    width: 2.4rem;
    height: 2.4rem;
  }

  .page--docs .contact--docs {
    display: none;
  }

  .site-header {
    height: 5.6rem;
    padding: var(--space-8) var(--space-16);
    border-radius: 20px;
    box-shadow: none;
  }

  .site-header-bar.is-stuck .site-header,
  .page--home .site-header-bar.is-visible .site-header {
    box-shadow: 0 0.6rem 1.8rem rgb(28 35 36 / 10%);
  }

  :root {
    --header-sticky-top: calc(1.2rem + 5.6rem + var(--space-8));
  }

  .site-header .logo {
    gap: var(--space-8);
  }

  .site-header .logo__mark {
    width: 2.4rem;
    height: 2.4rem;
  }

  .site-header .logo__text {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
    font-weight: var(--fw-bold);
  }

  .catalog {
    padding: var(--space-20) var(--space-16);
  }

  .catalog__grid {
    display: flex;
    flex-direction: column;
    gap: var(--space-12);
  }

  .catalog__intro {
    padding: var(--space-12) var(--space-4);
    min-height: 0;
    gap: var(--space-20);
  }

  .catalog__intro-desktop {
    display: none;
  }

  .catalog__intro-mobile {
    display: flex;
    flex-direction: column;
    gap: var(--space-12);
  }

  .catalog-card {
    height: auto;
    min-height: 0;
    padding: var(--space-20);
    border-radius: 20px;
    flex-direction: column;
    gap: var(--space-20);
    align-items: stretch;
  }

  .catalog-card__btn {
    display: none;
  }

  .catalog-card__head {
    display: contents;
  }

  .catalog-card--featured,
  .catalog-card--valve,
  .catalog-card--fittings,
  .catalog-card--filters {
    background: var(--bg-main);
  }

  .catalog-card--featured .catalog-card__visual,
  .catalog-card--valve .catalog-card__visual,
  .catalog-card--fittings .catalog-card__thumb,
  .catalog-card--filters .catalog-card__thumb {
    order: -1;
    width: 100%;
    max-width: 29.8rem;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: left top;
    align-self: flex-start;
  }

  .catalog-card--featured .catalog-card__visual--lg,
  .catalog-card--valve .catalog-card__visual--md {
    max-width: 28.9rem;
  }

  .catalog-card--glue,
  .catalog-card--parts {
    background: var(--bg-base);
    justify-content: flex-start;
    align-items: stretch;
  }

  .catalog-card--row {
    flex-direction: column;
  }

  .side-tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: var(--space-8);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .side-tabs::-webkit-scrollbar {
    display: none;
  }

  .side-tabs:not(.side-tabs--docs):not(.geo-page__tabs) a,
  .side-tabs:not(.side-tabs--docs):not(.geo-page__tabs) button {
    flex: 0 0 auto;
    white-space: nowrap;
    height: var(--chip-h);
    padding: 0 var(--chip-pad-x);
    background: transparent;
    border-radius: var(--radius-m);
    color: var(--text-secondary);
    font-size: var(--fs-chip);
    line-height: var(--lh-chip);
    font-weight: var(--fw-regular);
    justify-content: center;
  }

  .side-tabs:not(.side-tabs--docs):not(.geo-page__tabs) a.is-active,
  .side-tabs:not(.side-tabs--docs):not(.geo-page__tabs) button.is-active {
    background: var(--buttons-main);
    color: var(--text-white);
    font-weight: var(--fw-regular);
  }

  .side-tabs .side-tabs__go {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: var(--space-12);
  }

  .hero__block {
    display: contents;
  }

  .product-card .round-btn{
    width: 4rem;
    height: 4rem;
    padding: 1rem;
  }

  .product-card.is-active .product-card__num{
    width: 3.6rem;
    height: 3.6rem;
    font-size: var(--fs-desc);
  }

  .hero__video {
    order: 1;
    height: auto;
    min-height: 21rem;
    border-radius: 10px;
    border: none;
  }

  .hero__video-img {
    min-height: 21rem;
  }

  .hero__badge {
    display: none;
  }

  .hero__cover {
    order: 2;
    min-height: 53.4rem;
    height: auto;
    padding: var(--space-20) var(--space-16);
    border-radius: var(--radius-l);
  }

  .hero__cover .logo__mark {
    width: 2.1rem;
    height: 2rem;
  }

  .hero__nav {
    align-items: flex-start;
  }

  .hero__menu {
    gap: var(--space-8);
  }

  .hero__text {
    gap: var(--space-12);
  }

  .hero__chips {
    order: 3;
    display: flex;
    height: 17.9rem;
    gap: var(--space-16);
  }

  .chip {
    flex: 1 1 0;
    min-width: 0;
    min-height: 16.8rem;
    height: 17.9rem;
    padding: var(--space-16) var(--space-12);
    border-radius: var(--radius-m);
  }

  .chip__media {
    display: none;
  }

  .chip__content {
    max-width: none;
    gap: var(--space-8);
  }

  .chip__title {
    font-size: var(--fs-text-l);
    line-height: var(--lh-text-l);
  }

  .hero__doc {
    order: 4;
    min-height: 6.4rem;
    height: 6.4rem;
    margin-inline: 0;
    padding: 1.2rem 1.6rem;
    align-items: center;
    border-radius: var(--radius-m);
  }

  .hero__doc-title-rest {
    display: none;
  }

  .hero__doc-title {
    white-space: normal;
  }

  .products,
  .applications,
  .geography,
  .blog,
  .contact {
    padding: var(--space-20) var(--space-16);
    border-radius: var(--radius-l);
  }

  .stats {
    padding: var(--space-20) var(--space-16);
    border-radius: var(--radius-l);
  }

  .stats__inner {
    gap: var(--space-12);
  }

  .stats .section-label {
    text-align: center;
  }

  .stats__row {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }

  .stats__item {
    text-align: center;
    align-items: center;
    gap: var(--space-12);
  }

  .stats__value {
    font-size: var(--fs-display);
    line-height: var(--lh-display);
  }

  .stats__text,
  .stats__label {
    font-size: var(--fs-text-l);
    line-height: var(--lh-text-l);
  }

  .applications {
    display: flex;
    flex-direction: column;
    gap: var(--space-32);
  }

  .applications__intro {
    display: contents;
  }

  .applications__intro-text {
    order: 1;
  }

  .applications__grid {
    order: 2;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    overflow: visible;
    gap: var(--space-8);
  }

  .applications__btn--desktop {
    display: none;
  }

  .applications__btn--mobile {
    display: inline-flex;
    order: 3;
  }

  .app-card {
    height: 8.4rem;
    flex: none;
    width: 100%;
    min-width: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: var(--space-16);
    padding-right: 38%;
    overflow: hidden;
    border-radius: var(--radius-m);
  }

  .app-card__title {
    font-size: var(--fs-text-l);
    line-height: var(--lh-text-l);
    word-spacing: normal;
  }

  .app-card__br-desk {
    display: none;
  }

  .app-card__bg {
    position: absolute;
    inset: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
    border-radius: 0;
    pointer-events: none;
  }

  .app-card__bg--base {
    filter: none;
    mix-blend-mode: screen;
    opacity: 1;
  }

  .app-card__bg--hover {
    opacity: 0;
  }

  .app-card:hover,
  .app-card:focus-visible {
    background: var(--bg-dark);
  }

  .app-card:hover .app-card__bg--base,
  .app-card:focus-visible .app-card__bg--base {
    opacity: 1;
  }

  .app-card:hover .app-card__bg--hover,
  .app-card:focus-visible .app-card__bg--hover {
    opacity: 0;
  }

  .app-card:hover .app-card__title,
  .app-card:focus-visible .app-card__title {
    color: var(--text-white);
  }

  .products {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: visible;
    position: static;
    gap: var(--space-20);
  }

  .products-pin {
    height: auto !important;
  }

  .products-pin .products {
    position: static;
  }

  .products-pin .products__intro {
    padding-top: 0;
  }

  .products__left {
    max-width: none;
    gap: var(--space-20);
  }

  .products__intro {
    gap: var(--space-20);
  }

  .products__visual {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1;
  }

  .products__visual img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }

  .products__cards {
    position: static;
    left: auto;
    top: auto;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: none;
    height: 21.2rem;
    min-height: 0;
    max-height: none;
    mask-image: none;
    -webkit-mask-image: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: calc(100% + 1.6rem);
    margin-right: -1.6rem;
    padding-right: 1.6rem;
    -webkit-overflow-scrolling: touch;
  }

  .products__cards::-webkit-scrollbar {
    display: none;
  }

  .products__stack {
    flex-direction: row;
    align-items: stretch;
    gap: var(--space-8);
    transform: none !important;
    width: max-content;
  }

  .product-card,
  .product-card.is-active {
    flex: 0 0 29rem;
    width: 29rem;
    min-width: 29rem;
    max-width: 29rem;
    height: 21.2rem;
    min-height: 21.2rem;
    scroll-snap-align: start;
    overflow: hidden;
  }

  .blog {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }

  .blog__intro {
    display: contents;
    max-width: none;
  }

  .blog__intro-text {
    order: 1;
  }

  .blog__cards,
  .blog__grid {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: var(--space-20);
  }

  .blog__btn {
    order: 3;
  }

  .blog__cards {
    gap: var(--space-20);
  }

  .news-card,
  .news-card--compact,
  .news-card--compact:hover,
  .news-card--compact:focus-visible {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: var(--space-12);
    min-height: 0;
    height: auto;
    overflow: visible;
  }

  .news-card__media,
  .news-card--compact .news-card__media,
  .news-card--compact:hover .news-card__media,
  .news-card--compact:focus-visible .news-card__media {
    width: 100%;
    height: 13.8rem;
    flex-shrink: 0;
  }

  .news-card__body {
    padding: 0;
    justify-content: flex-start;
    gap: var(--space-8);
  }

  .news-card__title {
    font-size: var(--fs-h5);
    line-height: var(--lh-h5);
  }

  .news-card__excerpt,
  .news-card--compact .news-card__excerpt,
  .news-card--compact:hover .news-card__excerpt,
  .news-card--compact:focus-visible .news-card__excerpt {
    display: none;
    max-height: 0;
    opacity: 0;
  }

  .geography {
    display: flex;
    flex-direction: column;
    gap: var(--space-20);
    min-height: 0;
  }

  .geography__left,
  .geography__intro {
    display: contents;
  }

  .geography__intro-text {
    order: 1;
  }

  .geo-list {
    order: 2;
  }

  .geography__btn {
    order: 3;
  }

  .geography__map {
    display: none;
  }

  .geo-item {
    min-height: 5.2rem;
    padding: var(--space-8) var(--space-12);
  }

  .geo-item__details {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--dur) var(--ease-out);
    width: 100%;
  }

  .geo-item__details-inner {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-height: 0;
  }

  .geo-item.is-expanded .geo-item__details {
    grid-template-rows: 1fr;
    margin-top: var(--space-12);
    padding-top: var(--space-12);
    border-top: 1px solid var(--stroke-light);
  }

  .geo-item__detail {
    font-size: var(--fs-desc);
    line-height: var(--lh-desc);
    color: var(--text-secondary);
  }

  .geo-item__detail--type {
    font-size: var(--fs-text-s);
    line-height: var(--lh-text-s);
    font-weight: var(--fw-bold);
    color: var(--text-primary);
  }

  .geo-item__detail--phone {
    color: var(--text-primary);
    text-decoration: none;
  }

  .geo-item__detail--phone:hover,
  .geo-item__detail--phone:focus-visible {
    text-decoration: underline;
  }

  .contact {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
  }

  .contact__form {
    padding: 0;
    min-height: 0;
    gap: var(--space-20);
  }

  .contact--home .contact__visual {
    display: none;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: var(--space-12);
  }

  .form-footer {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: var(--space-16);
    margin-top: 0;
  }

  .form-legal {
    max-width: none;
    text-align: left;
  }

  .footer {
    padding: 2.8rem var(--space-16);
    border-radius: var(--radius-l);
  }

  .footer__cols {
    flex-direction: column;
    flex: none;
    max-width: none;
    gap: var(--space-24);
  }

  .footer__col a,
  .footer__col span {
    font-size: var(--fs-text-m);
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-chip {
    max-width: calc(100% - 4rem);
  }

  .hero__contacts {
    flex-wrap: wrap;
    gap: var(--space-8);
  }

  .pl-hero__cover,
  .pl-main,
  .pl-cta {
    padding: var(--space-20) var(--space-16);
  }

  .pl-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .pl-cta .btn {
    width: 100%;
    align-self: stretch;
  }

  .pl-cta .btn .btn__label {
    flex: 1;
  }

  .site-header__cta {
    width: auto;
  }

  .modal {
    padding: var(--space-12);
    align-items: flex-end;
  }

  .modal__dialog {
    width: 100%;
    max-height: calc(100vh - 2.4rem);
    padding: var(--space-20);
    border-radius: var(--radius-xl) var(--radius-xl) var(--radius-l) var(--radius-l);
  }

  .modal__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .modal__legal {
    max-width: none;
  }

  .modal__form .btn {
    width: 100%;
    align-self: stretch;
  }

  .modal__form .btn .btn__label {
    flex: 1;
  }

  .article {
    padding: 0;
    gap: 1.2rem;
    min-width: 0;
    max-width: 100%;
  }

  .article__side,
  .article__main {
    padding: 1.6rem;
    border-radius: var(--radius-l);
    min-width: 0;
    max-width: 100%;
  }

  .article__related-list {
    margin-inline: -1.6rem;
    padding-inline: 1.6rem;
  }

  .article__preview {
    flex-basis: 26rem;
    width: 26rem;
    max-width: calc(100vw - 4.8rem);
  }

  .article__title {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }

  .article__lead {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .article__hero {
    width: fit-content;
    max-width: 100%;
    height: auto;
    margin-bottom: 3.2rem;
  }

  .article__hero img {
    height: 22rem;
  }

  .article__sub > h3 {
    font-size: var(--fs-text-l);
    line-height: var(--lh-text-l);
  }

  .article__body > h2 {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
    margin-bottom: 2.8rem;
  }

  .article__figure {
    width: fit-content;
    height: auto;
  }

  .article__figure img {
    height: fit-content;
    max-height: 28rem;
  }

  .article-video__figure {
    width: 100%;
    height: auto;
  }

  .article-video__figure video {
    width: 100%;
    height: auto;
  }

  .article__quote {
    padding: var(--space-20);
    border-radius: var(--radius-l);
  }

  .article__quote-body {
    gap: var(--space-12);
  }

  .article__quote p {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .article__gallery {
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }

  .article__gallery img {
    height: 22rem;
  }

  .article__ulist {
    gap: var(--space-8);
  }

  .article__ulist-text strong {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .article__cta {
    width: auto;
    align-self: flex-start;
  }

  .article__table-block .article__cta {
    width: 100%;
    align-self: stretch;
  }

  .article__table-block .article__cta .btn__label {
    flex: 1;
  }

  .policy {
    padding: 1.2rem 2rem;
    border-radius: var(--radius-l);
  }

  .policy__section {
    gap: var(--space-8);
  }

  .policy__title {
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
  }

  .policy__section h2 {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
  }

  .policy__section p,
  .policy__points p,
  .policy__text {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .geo-page {
    display: flex;
    flex-direction: column;
    gap: var(--space-20);
  }

  .geo-page__side,
  .geo-page__content {
    width: 100%;
    min-height: 0;
    border-radius: var(--radius-l);
  }

  .geo-page__side {
    padding: var(--space-12) var(--space-20);
    gap: var(--space-20);
  }

  .geo-page__intro {
    gap: var(--space-12);
  }

  .geo-page__title {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }

  .geo-page__desc {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .geo-page__tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.2rem;
    margin-top: 0;
    padding-top: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .geo-page__tabs::-webkit-scrollbar {
    display: none;
  }

  .geo-page__tabs button {
    flex: 0 0 auto;
    height: var(--chip-h);
    padding: 0 var(--chip-pad-x);
    border-radius: var(--radius-m);
    background: transparent;
    color: var(--text-secondary);
    font-size: var(--fs-chip);
    line-height: var(--lh-chip);
    font-weight: var(--fw-regular);
    justify-content: center;
    white-space: nowrap;
  }

  .geo-page__tabs button.is-active {
    background: var(--buttons-main);
    color: var(--text-white);
    font-weight: var(--fw-regular);
  }

  .geo-page__content {
    padding: var(--space-20) var(--space-12);
  }

  .geo-page__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .geo-page__table {
    min-width: 0;
    width: 100%;
    table-layout: fixed;
  }

  .geo-page__table thead th {
    height: 3.2rem;
    padding: 0 0.4rem;
    font-size: var(--fs-chip);
    line-height: var(--lh-chip);
    font-weight: var(--fw-bold);
    color: var(--text-primary);
    background: var(--bg-base);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 0;
  }

  .geo-page__table thead th:first-child {
    border-radius: var(--radius-m) 0 0 0;
    width: 40%;
    padding-left: 0.8rem;
  }

  .geo-page__table thead th:nth-child(2) {
    width: 28%;
  }

  .geo-page__table thead th:nth-child(3) {
    border-radius: 0 var(--radius-m) 0 0;
    width: 32%;
    padding-right: 0.8rem;
  }

  .geo-page__table tbody td {
    height: 8rem;
    min-height: 8rem;
    padding: 1.2rem 0.4rem;
    font-size: var(--fs-text-s);
    line-height: var(--lh-text-s);
    word-break: break-word;
  }

  .geo-page__table tbody td:first-child {
    padding-left: 0.8rem;
  }

  .geo-page__table tbody td:nth-child(3) {
    padding-right: 0.8rem;
  }

  .article__table td {
    height: auto;
    min-height: 6.4rem;
    padding: 1.6rem 1.2rem;
  }

  .doc-card__tag,
  .news-card__tag,
  .geo-item__tag,
  .contact-card__tag,
  .career-card__tag {
    font-size: var(--fs-chip);
    line-height: var(--lh-chip);
  }
}

@media (max-width: 480px) {
  .chip {
    padding: var(--space-12);
  }

  .hero__chips {
    gap: var(--space-12);
  }
}

@media (min-width: 767px){
  .pl-hero__specs{
    gap: var(--space-20);
  }
}