@media (max-width: 1220px) {
  .header__inner {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .nav__link {
    font-size: 12px;
  }

  .services__grid {
    display: grid;
    gap: 16px;
  }

  .services-row--top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-row--bottom {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .service-card--item1,
  .service-card--item2,
  .service-card--item3,
  .service-card--item4,
  .service-card--item5 {
    width: 100%;
    height: auto;
  }

  .service-card--item3 {
    grid-row: auto;
  }

  .services {
    padding: 32px 0 40px;
  }

  .services .page-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .service-card--image .service-card__overlay {
    font-size: 20px;
  }

  .services__slider {
    display: none;
    margin-top: 16px;
    height: auto;
    width: 100%;
  }

  .services__slider .swiper-wrapper {
    padding-bottom: 8px;
  }

  .services__slider .swiper-slide {
    height: auto;
  }

  .services__slider .service-card__overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    font-size: 18px;
  }

  .services__slider .service-card__hover {
    padding: 10px;
  }

  .services__slider .service-card__content {
    font-size: 18px;
  }

  .services__slider .text-wrapper {
    margin-bottom: 16px;
  }

  .services__pagination {
    display: none;
  }

  .works__inner {
    grid-template-columns: 1fr;
    justify-items: stretch;
    text-align: center;
    width: 100%;
    min-width: 0;
    overflow-x: clip;
  }

  .works {
    overflow-x: clip;
  }

  .works__gallery-slide {
    display: block;
    grid-template-columns: none;
    width: 100%;
  }

  .works__gallery-shell {
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .works__gallery {
    width: 100%;
    overflow: hidden;
  }

  .works__gallery .swiper-wrapper {
    display: flex;
    gap: 16px;
  }

  .works__gallery .swiper-slide {
    margin-right: 0;
    min-width: 0;
  }

  .works__gallery-side {
    display: none;
  }

  .works__gallery-main {
    height: auto;
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  .works__gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }

  .works__arrow {
    display: none;
  }

  .header__panel {
    padding: 10px 0 16px;
  }

  .header__panel .search-form {
    max-width: 100%;
  }

  .service-card-info__heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-card-order__inner {
    align-items: center;
    text-align: center;
  }

  .work-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .construction-services__order {
    max-width: 100%;
  }

  .construction-services__grid {
    grid-template-columns: 1fr;
  }

  .banner-slider__image {
    height: 240px;
  }

  .banner-slider__arrow {
    width: 30px;
    height: 30px;
  }

  .banner-slider__arrow--prev {
    left: 12px;
  }

  .banner-slider__arrow--next {
    right: 12px;
  }

  .category__cards {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .cart-item {
    grid-template-columns: 280px 1fr;
    align-items: start;
  }

  .cart-item__specs {
    grid-column: 1 / -1;
  }

  .cart-item__actions {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

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

  .cart__summary-btn {
    width: 100%;
    max-width: 320px;
  }
  .checkout {
    padding: 0 0 20px;
  }
  .checkout__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .checkout__grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .contacts__panel {
    position: static;
    width: 100%;
    max-width: none;
    margin-top: 16px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .contacts__panel-inner {
    padding: 0 20px 28px;
    gap: 30px;
  }

  .contacts__map {
    height: auto;
  }

  .contacts__iframe {
    height: 360px;
  }

  .contacts__header {
    display: none;
  }

  .contacts__mobile-title {
    display: block;
    padding: 0 20px;
  }

  .contacts__item {
    font-size: 12px;
    gap: 4px;
  }

  .contacts__label {
    font-size: 14px;
  }

  .contacts__text,
  .contacts__link {
    font-size: 12px;
  }

  .contacts__socials {
    gap: 7px;
  }

  .contacts__vk {
    font-size: 12px;
    gap: 7px;
  }

  .contacts__socials img,
  .contacts__vk img {
    width: 100%;
    max-width: 30px;
    height: auto;
    display: block;
  }

  .footer__contact--checkout {
    padding: 40px 0;
  }

  .footer-checkout {
    gap: 30px;
  }

  .footer-checkout__summary {
    gap: 20px;
  }

  .footer-checkout__summary-item strong {
    font-size: 22px;
  }

  .footer-checkout__summary-item span {
    font-size: 14px;
  }

  .footer-checkout__container {
    padding: 30px 0;
  }

  .footer-checkout__options {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-checkout__agree {
    font-size: 11px;
    text-align: left;
    gap: 10px;
  }

  .footer-checkout__agree {
    order: 1;
  }

  .footer-checkout__form .footer-checkout__submit {
    order: 2;
  }

  .footer-checkout__note {
    font-size: 18px;
  }

  .gallery {
    padding: 0 0 30px;
  }

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

  .gallery__btn {
    max-width: 100%;
  }

  .about-hero__title {
    font-size: 54px;
  }

  .about-hero__tagline {
    font-size: 16px;
  }

  .about-intro__title {
    font-size: 32px;
  }

  .about-intro__text {
    font-size: 16px;
  }

  .about-intro__grid {
    grid-template-columns: 1fr;
  }

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

  .about-intro__image--bottom,
  .about-intro__image--top {
    height: 225px;
  }

  .about-intro__subtitle {
    font-size: 20px;
  }

  .about-intro__list {
    font-size: 16px;
  }

  .about-intro__reasons-grid {
    align-items: stretch;
  }

  .about-intro__ellipse + .about-intro__ellipse {
    margin-left: 0;
  }

  .about-intro__banner-image {
    height: 320px;
  }

  .footer__links {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 1100px) {
  .header {
    padding-bottom: 0;
  }
  body.menu-open {
    overflow: hidden;
  }
  .header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
  }

  .header-left {
    display: contents;
  }

  .logo {
    justify-self: center;
  }

  .logo img {
    height: 24px;
  }

  .header__panel.is-open .header__panel-inner {
    padding: 15px;
  }

  .shop-btn {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 6px;
    font-size: 0;
    gap: 0;
    justify-content: center;
  }

  .shop-btn__icon,
  .shop-btn__icon::before,
  .shop-btn__icon::after {
    width: 16px;
  }

  .nav {
    display: none;
  }

  .header__actions {
    gap: 10px;
  }

  .icon-btn.icon-btn--search {
    display: inline-flex;
  }

  .icon-btn--phone {
    display: none;
  }

  .header__panel {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-height, 56px);
    max-height: calc(100dvh - var(--header-height, 56px));
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    padding: 14px 0 24px;
    box-shadow: none;
    opacity: 0;
    transform: translateY(-6px);
    transition:
            opacity 0.2s ease,
            transform 0.2s ease;
    visibility: hidden;
    pointer-events: none;
  }

  .header__panel.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  .header__panel-inner {
    row-gap: 18px;
  }


  .header__panel.is-open .header__menu {
    max-height: none;
    padding: 0;
  }

  .header__mobile-nav {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
  }

  .header__mobile-link {
    color: var(--green);
    font-family: "MursGothic", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

  .header__menu-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .header__menu-columns--services {
    display: grid;
  }

  .header__menu-col {
    gap: 12px;
  }

  .header__menu-title {
    font-size: 16px;
  }

  .header__menu-link {
    font-size: 14px;
  }

  .header__nav {
    order: 3;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header__actions {
    order: 2;
  }
}

@media (max-width: 960px) {
  .page-title {
    font-size: 24px;
    padding: 32px 0;
  }

  .about-hero {
    display: none;
  }

  .portfolio__layout {
    display: none;
  }

  .portfolio__slider {
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .portfolio__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 0;
  }

  .service-card-hero__breadcrumbs,
  .breadcrumbs {
    display: none;
  }

  .page-services--mobile-hero .banner-slider {
    display: none;
  }

  .page-services--mobile-hero .service-card-hero--mobile {
    display: block;
  }

  .service-card-info__desktop {
    display: none;
  }

  .service-card-info__mobile-title {
    display: block;
  }

  .service-card-info__accordion {
    display: block;
    border-radius: 0;
  }

  .shop-card__menu {
    display: none !important;
  }

  .product-details__options-shell {
    flex-direction: column-reverse;
  }

  .product-details__tab-panels {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }

  .service-card-info__summary-title,
  .service-card-info__accordion .service-card-info__body {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .work-steps__grid--desktop {
    display: none;
  }

  .work-steps__slider {
    display: block;
    margin-bottom: 15px;
  }

  .checkout-card__desktop {
    display: none;
  }

  .checkout-card__mobile {
    display: block;
  }

  .works__info {
    display: contents;
  }

  .works__title {
    order: 1;
    margin: 0;
    padding: 20px 0;
    font-size: 22px;
  }

  .works__name,
  .works__place {
    display: none;
  }

  .works__gallery-shell {
    order: 2;
  }

  .page-services__cards {
    grid-template-columns: repeat(1,1fr);
  }

  .works__cta {
    order: 3;
    width: 100%;
    max-width: 360px;
    margin: 10px auto 0;
    font-size: 13px;
  }

  .works__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
  }

  .works__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #cfcfcf;
    opacity: 1;
  }

  .works__pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 999px;
    background: var(--green);
  }

  .promo__slider {
    display: none;
  }

  .promo__header {
    text-align: center;
  }

  .promo__grid-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

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

  .category__cards > .promo-card:nth-child(n + 2) {
    display: none;
  }

  .cart-item {
    grid-template-columns: 140px 1fr;
    grid-template-areas:
      "image actions"
      "info info"
      "specs specs";
    column-gap: 16px;
    row-gap: 12px;
    align-items: start;
  }

  .cart-item__image {
    grid-area: image;
    max-width: 140px;
  }

  .cart-item__actions {
    grid-area: actions;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    align-items: flex-end;
    text-align: right;
    gap: 8px;
  }

  .cart-item__info {
    grid-area: info;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "name counter"
      "art counter";
  }

  .cart-item__specs {
    grid-area: specs;
  }

  .product-details__gallery {
    grid-template-columns: 1fr;
  }

  .gallery {
    background-color: red;
  }

  .gallery__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    aspect-ratio: auto;
    gap: 8px;
  }

  .gallery__card:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .gallery__card:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .gallery__card:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .gallery__card:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .gallery__card:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .gallery__card:nth-child(6) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .gallery__card {
    aspect-ratio: 1 / 1;
  }

  .product-details__thumbs-shell {
    display: none;
  }

  .product-details__actions--desktop {
    display: none;
  }

  .product-details__actions--mobile {
    display: flex;
  }

  .footer__main-inner {
    display: none;
  }

  .footer__links {
    display: block;
    gap: 12px 24px;
    padding: 24px 0 16px;
  }

  .footer__col {
    display: none;
  }

  .footer__col--main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
  }

  .footer__bottom {
    display: none;
  }

  .footer__bottom--mobile {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px 0 8px;
    border-top: 1px solid var(--white);
    font-size: 12px;
  }

  .footer__bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }

  .footer__bottom--mobile .footer__socials {
    gap: 10px;
  }

  .footer__bottom--mobile .footer__vk,
  .footer__bottom--mobile .footer__email {
    text-align: right;
  }

  .footer__bottom--mobile .footer__address {
    text-align: left;
    width: 100%;
  }

  .services .page-title {
    font-size: 20px;
  }

  .service-card--image .service-card__overlay {
    font-size: 16px;
  }

  .services .service-card:hover img {
    filter: none;
  }

  .services .service-card:hover .service-card__overlay {
    opacity: 1;
  }

  .services .service-card:hover .service-card__image-blur {
    opacity: 0;
    transform: scale(1);
  }

  .services .service-card:hover .service-card__hover {
    translate: 0 100%;
    opacity: 0;
  }

  .services .service-card.is-active img {
    filter: grayscale(50%);
  }

  .services .service-card.is-active .service-card__overlay {
    opacity: 0;
  }

  .services .service-card.is-active .service-card__image-blur {
    opacity: 1;
    transform: scale(1.1);
  }

  .services .service-card.is-active .service-card__hover,
  .services .service-card.is-active:hover .service-card__hover {
    height: 100%;
    translate: 0 0;
    opacity: 1;
  }

  .product-details__grid {
    grid-template-columns: 1fr;
  }

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

  .service-card--banner {
    min-height: 180px;
  }

  .service-card--banner .service-card__title {
    font-size: 14px;
  }

  .service-card--banner .service-card__price {
    font-size: 18px;
  }

  .shop {
    padding: 0 0 10px 0;
  }

  .shop-banner {
    min-height: 130px;
    padding: 0;
    margin-bottom: 10px;
    background-position-x: 80%;
    box-shadow: 0px 4px 4px 0px #00000040;
  }

  .shop-banner__content .btn {
    max-width: 200px;
    width: fit-content;
  }

  .shop-banner__title {
    font-size: 24px;
    -webkit-text-stroke: 2px var(--green);
  }

  .shop-banner__subtitle {
    font-size: 14px;
  }

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

  .shop__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .shop__grid .promo-card {
    padding: 15px 10px;
  }
  .pagination {
    padding-top: 16px;
  }

  .pagination__list {
    gap: 8px;
  }

  .pagination__link {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .product-details__options {
    padding: 0 5px;
    gap: 10px;
  }

  .shop-card__menu {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    border: 1px solid var(--green);
    border-top: none;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    gap: 16px;
  }

  .shop-card.is-active .promo-card__prices {
    padding-bottom: 16px;
  }

  .shop-card.is-active .promo-card {
    padding-bottom: 16px;
  }

  .shop-card__menu .product-details__option-label {
    font-size: 12px;
  }

  .shop-card__menu .product-details__actions {
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    border-radius: 0;
  }

  .shop-card__menu .btn {
    width: 100%;
    text-align: center;
  }

  .shop-filters,
  .shop__controls {
    display: none;
  }

  .shop__inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .shop__mobile-tools {
    display: flex;
    gap: 13px;
  }

  .service-card.is-active .service-card__hover {
    height: 100%;
    translate: 0 0;
    opacity: 1;
  }

  .category__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 12px;
  }

  .category__image {
    height: 100%;
    min-height: auto;
  }

  .category__cards {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    align-content: stretch;
    height: 100%;
  }

  .category__cards > .promo-card:nth-child(n + 2) {
    display: none;
  }

  .category__cards > .promo-card {
    height: 100%;
  }
}

@media (max-width: 640px) {
  .order-success__card {
    padding: 32px 20px;
  }

  .order-success__title {
    font-size: 28px;
  }

  .order-success__actions {
    flex-direction: column;
    align-items: center;
  }

  .order-success__btn {
    width: 100%;
    max-width: 280px;
  }

  .services .page-title {
    font-size: 18px;
  }

  .service-card--image .service-card__overlay {
    font-size: 14px;
  }

  .services__grid {
    display: none;
  }

  .services__slider {
    display: block;
    margin-top: 16px;
    height: auto;
    width: 100%;
  }

  .services__slider .swiper-wrapper {
    padding-bottom: 8px;
  }

  .services__slider .swiper-slide {
    height: auto;
  }

  .services__slider .service-card__overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
    font-size: 18px;
  }

  .services__slider .service-card__hover {
    padding: 10px;
  }

  .services__slider .service-card__content {
    font-size: 18px;
  }

  .services__slider .text-wrapper {
    margin-bottom: 16px;
  }

  .services__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 6px;
  }

  .services__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #cfcfcf;
    opacity: 1;
  }

  .services__pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 999px;
    background: var(--green);
  }

  .container {
    padding: 0;
  }

  .checkbox {
    cursor: default;
  }

  .header {
    padding-bottom: 0;
  }

  .header__inner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
  }

  .header__search-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 12px 16px;
  }

  .icon-btn {
    width: 22px;
    height: 22px;
  }

  .header-left {
    display: flex;
    align-items: center;
    order: 1;
  }

  .logo {
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }

  .logo img {
    height: 22px;
  }

  .shop-btn {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 6px;
    font-size: 0;
    gap: 0;
    justify-content: center;
  }

  .shop-btn__icon,
  .shop-btn__icon::before,
  .shop-btn__icon::after {
    width: 14px;
  }

  .nav {
    display: none;
  }

  .header__actions {
    order: 3;
    gap: 10px;
  }

  .icon-btn--search {
    display: inline-flex;
  }

  .icon-btn--phone {
    display: none;
  }

  .header__panel {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: var(--header-height, 56px);
    max-height: calc(100dvh - var(--header-height, 56px));
    -webkit-overflow-scrolling: touch;
    padding: 0;
    box-shadow: none;
    opacity: 0;
    transform: translateY(-6px);
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
    visibility: hidden;
    pointer-events: none;
  }

  .header__panel.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  .header__panel .search-form {
    border-radius: 3px;
  }

  .header__panel .search-form__input {
    padding: 10px 15px;
  }

  .header__panel .search-form__btn.btn {
    max-width: 45px;
  }

  .header__panel-inner {
    row-gap: 0;
  }

  .header__search-wrap {
    display: none;
    width: 100%;
    max-width: none;
    padding: 12px;
    border-radius: 8px;
  }

  .header__search-form .search-form__btn img {
    width: 16px;
    height: 16px;
  }

  .header__panel.is-search-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  .header__panel.is-search-open .search {
    display: block;
  }

  .header__panel.is-open .header__menu {
    max-height: none;
    padding: 0;
  }

  .header__mobile-nav {
    display: grid;
    gap: 10px;
  }

  .header__mobile-link {
    color: var(--green);
    font-family: "MursGothic", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .header__menu-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .header__menu-columns--services {
    display: grid;
  }

  .header__menu-col {
    gap: 10px;
  }

  .header__menu-title {
    font-size: 14px;
  }

  .header__menu-link {
    font-size: 12px;
  }

  .page-title {
    font-size: 18px;
    padding: 30px 0;
  }

  .about-hero {
    display: none;
  }

  .about-intro {
    padding: 30px 0 0;
  }

  .about-intro__inner {
    gap: 24px;
  }

  .about-intro__lead {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .about-intro__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .about-intro__text {
    font-size: 12px;
    line-height: 1.4;
  }

  .about-intro__grid {
    gap: 16px;
  }

  .about-intro__media {
    gap: 12px;
  }

  .about-intro__approach {
    gap: 24px;
  }

  .about-intro__approach-block {
    gap: 16px;
  }

  .about-intro__subtitle {
    font-size: 14px;
  }

  .about-intro__list {
    font-size: 12px;
    padding-left: 16px;
  }

  .about-intro__reasons {
    gap: 16px;
  }

  .about-intro__reasons-grid {
    gap: 16px;
  }

  .about-intro__ellipse {
    width: 90px;
    height: 90px;
  }

  .about-intro__ellipse + .about-intro__ellipse {
    margin-left: -30px;
  }

  .about-intro__reason-text {
    font-size: 12px;
  }

  .about-intro__reason-text .about-intro__subtitle {
    font-size: 12px;
  }

  .about-intro__banner-header .about-intro__title {
    font-size: 18px;
  }

  .about-intro__banner-image {
    height: 200px;
  }

  .about-intro__banner-text p {
    margin: 16px;
    font-size: 14px;
  }

  .about-intro__banner-cta {
    padding: 30px 16px;
    text-align: left;
  }

  .about-intro__banner-cta p {
    font-size: 14px;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
  }

  .about-intro__banner-btn {
    width: 100%;
    max-width: 100%;
  }

  .portfolio {
    padding: 0 0 10px;
  }

  .portfolio__layout {
    display: none;
  }

  .material {
    padding: 20px 0;
  }

  .portfolio__text {
    font-size: 14px;
  }

  .portfolio__slider {
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .portfolio__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 0;
  }

  .portfolio__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #cfcfcf;
    opacity: 1;
  }

  .portfolio__pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 999px;
    background: var(--green);
  }

  .portfolio__item--slide {
    height: 240px;
  }

  .portfolio-card .portfolio__text {
    margin-bottom: 0;
  }

  .portfolio-card .material {
    padding-top: 0;
  }

  .btn-elements {
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 0;
  }

  .service-card-info {
    padding: 40px 0 0 0;
  }

  .service-card-hero__breadcrumbs,
  .breadcrumbs {
    display: none;
  }

  .service-card-hero__banner-inner {
    gap: 0;
  }

  .service-card-hero__banner {
    padding: 10px 0;
  }

  .service-card-hero__text h1 {
    font-size: 14px;
    -webkit-text-stroke: 1px #292929;
  }

  .service-card-hero__text span {
    font-size: 18px;
  }
  .service-card-hero__image img {
    width: 100%;
  }

  .service-card-info__desktop {
    display: none;
  }

  .service-card-info__mobile-title {
    display: block;
  }

  .service-card-info__accordion {
    display: block;
    border-radius: 0;
  }

  .service-card-info__summary {
    list-style: none;
  }

  .service-card-info__summary::-webkit-details-marker {
    display: none;
  }

  .service-card-info__summary::marker {
    content: "";
  }

  .service-card-info__summary-title {
    background-color: #f3f3f3;
    padding: 16px 20px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .service-card-info__summary-title h2 {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    color: var(--dark);
  }

  .service-card-info__accordion .service-card-info__price {
    display: block;
    padding: 10px 0;
    font-size: 16px;
  }

  .service-card-info__toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark);
  }

  .service-card-info__toggle img {
    width: 18px;
    height: 18px;
    transition: transform var(--transition);
  }

  .service-card-info__toggle-open {
    display: inline;
  }

  .service-card-info__toggle-closed {
    display: none;
  }

  .service-card-info__accordion[open] .service-card-info__toggle img {
    transform: rotate(180deg);
  }

  .service-card-info__accordion[open] .service-card-info__toggle-open {
    display: inline;
  }

  .service-card-info__accordion[open] .service-card-info__toggle-closed {
    display: none;
  }

  .service-card-info__accordion:not([open]) .service-card-info__toggle-open {
    display: none;
  }

  .service-card-info__accordion:not([open]) .service-card-info__toggle-closed {
    display: inline;
  }

  .service-card-info__accordion .service-card-info__body {
    background-color: #f3f3f3;
    padding: 16px 20px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .service-card-info__accordion .service-card-info__body p {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .work-steps {
    padding: 30px 0;
  }

  .work-steps__title {
    font-size: 18px;
  }

  .work-steps__grid--desktop {
    display: none;
  }

  .work-steps__slider {
    display: block;
    margin-bottom: 15px;
  }

  .work-steps__slider .swiper-wrapper {
    padding-bottom: 8px;
  }

  .work-steps__card {
    padding: 28px 20px;
    min-height: 450px;
  }

  .work-steps__number {
    font-size: 30px;
  }

  .work-steps__name {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .work-steps__list {
    font-size: 16px;
    gap: 18px;
  }

  .work-steps__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .work-steps__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #cfcfcf;
    opacity: 1;
  }

  .work-steps__pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 999px;
    background: var(--green);
  }

  .service-card-order__form .btn {
    order: 2;
    margin: 0;
  }

  .service-card-order__form .checkbox {
    margin-top: 30px;
  }

  .service-card-order__title {
    font-size: 18px;
  }

  .checkout .page-title {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .checkout__back {
    display: none;
  }

  .checkout__grid {
    gap: 0;
  }

  .checkout-card__desktop {
    display: none;
  }

  .checkout-card__mobile {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .checkout-card__mobile-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    align-items: center;
  }

  .checkout-card__mobile-media {
    position: relative;
    width: 130px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
    background-color: var(--white);
  }

  .checkout-card__status {
    display: inline-block;
    font-size: 10px;
    color: var(--green);
    margin-bottom: 4px;
  }

  .checkout-card__badge {
    position: absolute;
    top: 10px;
    right: 0;
  }

  .checkout-card__badge img {
    height: 18px;
    width: auto;
  }

  .checkout-card__badge span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 600;
    color: #1c1c1c;
  }

  .checkout-card__image {
    width: 100%;
    display: block;
  }

  .checkout-card__mobile-prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }

  .checkout-card__price {
    font-size: 16px;
    font-weight: 700;
    color: var(--green);
  }

  .checkout-card__old {
    font-size: 12px;
    color: var(--grey);
    text-decoration: line-through;
  }

  .checkout-card__qty {
    font-size: 12px;
    font-weight: 600;
    color: var(--green);
  }

  .checkout-card__name {
    margin: 10px 0 4px;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
  }

  .checkout-card__art {
    margin: 0;
    font-size: 12px;
    color: var(--grey);
  }

  .services {
    padding: 0 0 30px 0;
  }

  .works {
    padding: 0 0 24px;
  }

  .works__info {
    display: contents;
  }

  .works__title {
    order: 1;
    margin: 0;
    padding: 18px 0;
    font-size: 18px;
  }

  .works__name,
  .works__place {
    display: none;
  }

  .works__gallery-shell {
    order: 2;
  }

  .works__gallery {
    overflow: hidden;
  }

  .works__gallery .swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .works__gallery .swiper-slide {
    margin-right: 0;
  }

  .works__cta {
    order: 3;
    width: 100%;
    max-width: 320px;
    margin: 8px auto 0;
    padding: 14px 20px;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 8px;
  }

  .works__gallery-slide {
    grid-template-columns: 1fr;
  }

  .works__gallery-side {
    display: none;
  }

  .works__gallery-main {
    height: auto;
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  .works__gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }

  .works__arrow {
    display: none;
  }

  .works__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
  }

  .works__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #cfcfcf;
    opacity: 1;
  }

  .works__pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 999px;
    background: var(--green);
  }

  .promo {
    padding: 0 0 30px;
  }

  .promo__slider {
    display: none;
  }

  .promo__header {
    text-align: center;
  }

  .promo__grid-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .promo-card__btn {
    font-size: 12px;
  }

  .category__cards .promo-card__btn {
    display: none;
  }

  .category__cards .promo-card {
    padding: 10px;
  }

  .promo-card__top {
    margin-bottom: 6px;
  }

  .promo-card__status {
    font-size: 8px;
  }

  .promo-card__badge {
    right: 0;
  }

  .promo-card__badge img {
    height: 15px;
  }

  .promo-card__badge span {
    font-size: 6px;
  }

  .promo-card__image {
    max-width: 80px;
    width: 100%;
    min-width: auto;
    margin: 0 auto 10px;
  }

  .promo-card__art {
    font-size: 10px;
  }

  .promo-card__name {
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 8px;
  }

  .promo-card__price {
    font-size: 14px;
  }

  .promo-card__old {
    font-size: 10px;
  }

  .promo-card__prices {
    gap: 0;
    flex-direction: column;
  }

  .hero {
    min-height: auto;
    max-height: 300px;
  }

  .hero__tagline {
    font-size: 16px;
  }

  .cart {
    padding: 0 0 30px;
  }

  .cart__summary-btn {
    font-size: 14px;
  }

  .cart__inner {
    padding: 0 16px;
  }

  .cart .page-title {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .cart-item {
    grid-template-columns: 110px 1fr;
    grid-template-areas:
      "image actions"
      "info info"
      "specs specs";
    column-gap: 16px;
    row-gap: 12px;
    align-items: start;
  }

  .cart-item__image {
    grid-area: image;
    max-width: 130px;
    padding: 8px;
  }

  .cart-item__badge {
    top: 8px;
    right: -4px;
    font-size: 10px;
    padding: 4px 10px;
  }

  .cart-item__actions {
    grid-area: actions;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    align-items: flex-end;
    text-align: right;
    gap: 8px;
  }

  .cart-item__remove {
    align-self: flex-end;
    gap: 0;
    font-size: 0;
  }

  .cart-item__remove span {
    display: none;
  }

  .cart-item__remove img {
    width: 16px;
    height: 16px;
  }

  .cart-item__prices {
    align-items: flex-end;
  }

  .cart-item__price {
    font-size: 16px;
  }

  .cart-item__old {
    font-size: 12px;
  }

  .cart-item__info {
    grid-area: info;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "name counter"
      "art counter";
    column-gap: 12px;
    row-gap: 6px;
    align-items: center;
  }

  .cart-item__name {
    grid-area: name;
    margin: 0;
    font-size: 14px;
  }

  .cart-item__art {
    grid-area: art;
    margin: 0;
    font-size: 12px;
  }

  .cart-item__counter {
    grid-area: counter;
    justify-self: end;
    align-self: start;
    gap: 10px;
  }

  .cart-item__counter-btn img {
    width: 14px;
    height: 14px;
  }

  .cart-item__count {
    font-size: 14px;
  }

  .cart-item__specs {
    grid-area: specs;
    font-size: 12px;
    gap: 6px;
  }

  .cart-item__label,
  .cart-item__value {
    font-size: 12px;
  }

  .cart__summary-label {
    font-size: 16px;
  }

  .cart__summary-value {
    font-size: 28px;
  }

  .cart__summary {
    align-items: flex-end;
    gap: 30px;
    padding: 0;
  }

  .cart__summary-item {
    text-align: right;
  }

  .product-details__grid {
    grid-template-columns: 1fr;
  }

  .product-details__gallery {
    grid-template-columns: 1fr;
  }

  .product-details__thumbs-shell {
    display: none;
  }

  .product-details__main-swiper {
    padding: 16px;
  }

  .product-details__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
  }

  .product-details__pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #cfcfcf;
    opacity: 1;
  }

  .product-details__pagination .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 999px;
    background: var(--green);
  }

  .product-details__thumbs {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 6px;
    height: auto;
  }

  .product-details__thumbs-shell {
    padding: 0 26px;
  }

  .product-details__thumbs-arrow--prev img,
  .product-details__thumbs-arrow--next img {
    transform: rotate(0deg);
  }

  .product-details__thumb {
    min-width: 72px;
  }

  .product-details__main-swiper .swiper-slide {
    padding: 0 20px;
  }

  .product-details__actions {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .product-details__actions--desktop {
    display: none;
  }

  .product-details__actions--mobile {
    display: flex;
  }

  .product-details__actions--mobile .product-details__quantity {
    width: 100%;
  }

  .product-details__content {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .product-details__meta {
    margin-bottom: 0;
  }

  .product-details__side {
    display: flex;
    flex-direction: column;
    justify-items: start;
  }

  .product-details__status {
    display: none;
  }

  .product-details__pricing {
    text-align: left;
    margin-bottom: 0;
  }

  .product-details__price {
    font-size: 24px;
  }

  .product-details__old {
    font-size: 14px;
  }

  .product-details__option-label {
    font-size: 12px;
  }

  .number-plate {
    font-size: 12px;
    padding: 4px 10px;
  }

  .product-tabs {
    flex-wrap: wrap;
  }

  .product-details__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .service-card--banner {
    min-height: 170px;
  }

  .service-card--banner .service-card__content {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .service-card--banner .service-card__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 210px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    text-align: center;
    transition: all var(--transition);
  }

  .service-card--banner .service-card__desc {
    font-size: 14px;
    line-height: 1.35;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all var(--transition);
  }

  .service-card--banner.is-active .service-card__desc {
    margin-top: 60px;
  }

  .service-card--banner.is-active .service-card__title {
    margin: 0 0 15px;
  }

  .service-card--banner .service-card__toggle {
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translate(-50%, 0);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--white);
    background: var(--green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: transform 0.25s ease;
  }

  .service-card--banner.is-active .service-card__toggle {
    transform: translate(-50%, 38px);
  }

  .service-card--banner .service-card__toggle-icon {
    width: 14px;
    height: 14px;
    display: block;
    transition: transform 0.2s ease;
    filter: brightness(0) invert(1);
    transform: rotate(0deg);
  }

  .service-card--banner.is-active .service-card__overlay {
    max-height: 100%;
    height: 100%;
    padding: 100px 24px 24px;
  }

  .service-card--banner.is-active .service-card__desc {
    max-height: 320px;
    opacity: 1;
  }

  .service-card--banner.is-active .service-card__toggle-icon {
    transform: rotate(180deg);
  }

  .service-card--banner .service-card__btn {
    width: 100%;
    margin-top: auto;
  }

  .page-services__cards {
    gap: 0;
  }

  .page-services__cards .service-card--banner {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    min-height: 0;
    height: 580px;
    aspect-ratio: 1180 / 580;
  }

  .page-services__cards .service-card--banner .service-card__image {
    height: 100%;
    width: 100%;
  }

  .footer-checkout__form-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .pickpoint-address {
    padding: 10px 8px;
  }

  .shop-banner__content {
    max-width: 100%;
  }

  .gallery__inner {
    gap: 0;
  }

  .gallery__card {
    border-radius: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .category__overlay,
  .category__overlay.production {
    font-size: 12px;
  }

  .category__grid .category__overlay {
    padding: 0 0 0 10px;
  }

  .caparol {
    font-size: 14px;
  }

  .gallery__card .category__overlay {
    padding: 15px 20px;
  }

  .gallery__title {
    font-size: 14px;
    text-align: center;
  }

  .gallery__overlay {
    align-items: center;
  }

  .btn.btn-outline {
    font-size: 14px;
  }

  .form-input {
    font-size: 12px;
    padding: 8px 16px;
  }

  .footer__form .btn {
    margin-top: 20px;
  }

  .footer__main {
    padding: 0 0 16px;
  }

  .footer__main-inner {
    display: none;
  }

  .footer__links {
    display: block;
    gap: 12px 24px;
    padding: 24px 0 16px;
  }

  .footer__col {
    display: none;
  }

  .footer__col--main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
  }

  .footer__col--main h4 {
    grid-column: 1 / -1;
    margin-bottom: 6px;
    font-size: 14px;
  }

  .footer__col--main a {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
  }

  .footer__bottom {
    display: none;
  }

  .footer__bottom--mobile {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px 0 8px;
    border-top: 1px solid var(--white);
    font-size: 12px;
  }

  .personal-data.checkbox {
    justify-content: center;
    font-size: 12px;
    cursor: none;
  }

  .personal-data .checkbox__text {
    max-width: 150px;
    width: 100%;
    text-align: left;
  }

  .footer__promo-car {
    display: none;
  }

  .footer__promo-title {
    font-size: 21px;
    text-align: center;
    -webkit-text-stroke: 1px #292929;
  }

  .footer__title {
    font-size: 18px;
  }

  .footer__title-sub {
    font-size: 14px;
  }
}
