:root {
  --page: #ededed;
  --paper: #fff;
  --ink: #1a1a1a;
  --muted: #c9c9c9;
  --red: #ed1c24;
  --footer: #242321;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  min-width: 320px;
  max-width: 1440px;
  margin: 0 auto;
}

.wrap {
  width: min(1240px, calc(100% - 200px));
  margin: 0 auto;
}

.topbar {
  height: 40px;
  background: #e6e6e6;
  font-size: 16px;
}

.topbar__inner {
  height: 40px;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  column-gap: 43px;
}

.info {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.info img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.header {
  position: relative;
  height: 80px;
  background: var(--paper);
}

.header__inner,
.footer__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 300px;
  height: 29px;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding-top: 3px;
}

.nav .is-active {
  color: var(--red);
}

.header .nav .is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -27px;
  width: 100px;
  height: 2px;
  background: url("./assets/nav-active.png") center / 100% 100% no-repeat;
  transform: translateX(-50%);
}

.menu-toggle,
.mobile-menu,
.hero__mobile-logo,
.partners__mobile {
  display: none;
}

.hero {
  height: 698px;
  background: url("./assets/hero.png") center / 100% 100% no-repeat;
}

.hero__inner {
  position: relative;
  height: 100%;
  padding-top: 60px;
}

.hero h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.section {
  margin: 20px auto 0;
  width: min(1360px, calc(100% - 80px));
  background: var(--paper);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.section__inner {
  padding: 60px;
}

h2 {
  position: relative;
  margin: 0 0 30px;
  padding-left: 40px;
  font-size: 35px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 10px;
  height: 40px;
  background: var(--red);
}

.partners__logos {
  width: 100%;
  height: 118px;
  object-fit: contain;
  object-position: center;
}

.partners .section__inner {
  min-height: 308px;
}

.facts .section__inner {
  min-height: 188px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.facts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.facts p {
  position: relative;
  margin: 0;
  padding-left: 34px;
  font-family: Inter, "Trebuchet MS", Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.facts p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 8px;
  height: 60px;
  background: var(--red);
}

.coatings__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  height: 240px;
}

.coatings__grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
}

.coatings .section__inner {
  min-height: 430px;
}

.service__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service .section__inner {
  min-height: 368px;
}

.service article {
  min-height: 123px;
}

.service-art {
  height: 120px;
  display: grid;
  place-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background: #fff;
}

.service-art picture {
  display: block;
  width: 64px;
  height: 64px;
}

.service-art img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.service p {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 21px;
}

.delivery .section__inner {
  min-height: 490px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.delivery__grid {
  display: grid;
  grid-template-columns: 508px 610px;
  gap: 125px;
}

.delivery__text {
  margin: 0;
  max-width: 508px;
  font-size: 24px;
  line-height: 34px;
}

.delivery__aside {
  padding-top: 70px;
}

.notice {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 0 20px 0 78px;
  background: var(--red);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
}

.delivery__aside h3,
.contacts h3 {
  margin: 50px 0 20px;
  font-size: 24px;
  line-height: 32px;
}

.contacts-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 20px;
}

.contacts-row span,
.contacts-row a,
.contact-line,
.address {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contacts-row img,
.contact-line img,
.address img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.range .section__inner {
  min-height: 589px;
}

.range__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 20px;
}

.range__grid article {
  margin: 0;
  min-width: 0;
}

.range__grid img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.range__grid p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}

.certificates .section__inner {
  min-height: 521px;
  padding-bottom: 70px;
}

.certificates__slider {
  position: relative;
}

.certificates__arrow {
  position: absolute;
  top: 136px;
  z-index: 2;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aaa;
  font-family: inherit;
  font-size: 36px;
  line-height: 24px;
  cursor: pointer;
}

.certificates__arrow:first-child {
  left: -34px;
}

.certificates__arrow:last-child {
  right: -34px;
  color: var(--red);
}

.certificates__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.certificates__viewport {
  overflow: hidden;
}

.certificates__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 190px;
  gap: 20px;
  transition: transform 220ms ease;
}

.certificate {
  width: 190px;
  height: 295px;
  object-fit: cover;
  border-radius: 4px;
}

.dots {
  margin-top: 27px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.dots span {
  width: 5px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
}

.dots .is-active {
  background: var(--red);
}

.requisites .section__inner {
  height: 260px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.requisites h2 {
  margin: 0;
}

.requisites__details {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.45;
}

.requisites__details p {
  margin: 0 0 8px;
}

.contacts .section__inner {
  height: 465px;
  padding-bottom: 60px;
  overflow: visible;
}

.contacts {
  height: 465px;
}

.contacts h2 {
  margin-bottom: 30px;
}

.contacts h3 {
  margin-top: 0;
}

.contacts__details {
  position: relative;
  height: 275px;
}

.work-hours {
  position: absolute;
  left: 0;
  top: 0;
  width: 441px;
}

.schedule {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  gap: 43px;
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 26px;
}

.schedule span {
  white-space: nowrap;
}

.contact-line {
  margin: 20px 0;
  font-size: 20px;
}

.territory {
  position: absolute;
  left: 630px;
  top: 0;
  width: 610px;
  padding: 0;
}

.address {
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-size: 20px;
  line-height: 23px;
}

.address-block {
  position: absolute;
  left: 315px;
  top: 106px;
  width: 251px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 190px);
  gap: 20px;
  margin-top: 23px;
}

.photo-grid figure {
  margin: 0;
}

.photo-grid img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 4px;
}

.photo-grid figcaption {
  margin-top: 16px;
  font-size: 20px;
}

[data-lightbox-image] {
  cursor: zoom-in;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

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

.lightbox__image {
  display: block;
  max-width: min(100%, 1100px);
  max-height: calc(100vh - 80px);
  width: min(82vw, 480px);
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #2b2a29;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.footer {
  margin-top: 20px;
  height: 80px;
  background: #2b2a29;
  color: #fff;
}

.footer .brand {
  color: var(--red);
}

.nav--footer {
  gap: 31px;
  color: #fff;
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .delivery__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
  }

  .delivery__text {
    max-width: none;
    font-size: 22px;
    line-height: 31px;
  }

  .delivery__aside {
    min-width: 0;
  }

  .notice {
    padding-left: 48px;
    font-size: 18px;
  }

  .contacts,
  .contacts .section__inner {
    height: auto;
  }

  .contacts .section__inner {
    padding-bottom: 76px;
  }

  .contacts__details {
    height: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 28px 40px;
  }

  .work-hours,
  .address-block,
  .territory {
    position: static;
    width: auto;
  }

  .work-hours {
    grid-column: 1;
    grid-row: 1;
  }

  .address-block {
    grid-column: 1;
    grid-row: 2;
  }

  .territory {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .schedule {
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 18px;
    line-height: 22px;
  }

  .photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .photo-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 760px) {
  body.menu-open {
    overflow: hidden;
  }

  .page {
    width: 375px;
    max-width: 100%;
    overflow: hidden;
  }

  .wrap {
    width: 100%;
  }

  .topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
    height: 45px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  }

  .topbar__inner {
    width: 375px;
    max-width: 100%;
    height: 45px;
    display: grid;
    grid-template-columns: minmax(0, 216px) 24px 24px 30px;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
    margin: 0 auto;
  }

  .topbar .info {
    gap: 4px;
    min-width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 1;
  }

  .topbar .info img {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
  }

  .topbar .info:first-child {
    width: 216px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-overflow: clip;
  }

  .topbar .info:nth-child(2) {
    display: none;
  }

  .topbar .info:nth-child(3),
  .topbar .info:nth-child(4) {
    width: 24px;
    height: 24px;
    gap: 0;
  }

  .header {
    display: none;
  }

  .menu-toggle {
    width: 30px;
    height: 28px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    background: #e21f25;
    cursor: pointer;
  }

  .menu-toggle img {
    width: 30px;
    height: 28px;
    max-width: none;
    object-fit: contain;
  }

  .menu-toggle__close,
  body.menu-open .menu-toggle__open {
    display: none;
  }

  body.menu-open .menu-toggle__close {
    display: block;
  }

  .mobile-menu {
    position: fixed;
    inset: 45px 0 0;
    z-index: 25;
    display: none;
    background: #eeeeee;
    overflow: auto;
  }

  body.menu-open .mobile-menu {
    display: block;
  }

  .mobile-menu__inner {
    width: 363px;
    min-height: 602px;
    margin: 6px auto 57px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .mobile-menu__inner::before {
    content: "";
    display: block;
    width: 323px;
    height: 4px;
    margin: 0 0 20px;
    background: #e21f25;
  }

  .mobile-menu__items {
    width: 323px;
    min-height: 538px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
    background: #efefef;
  }

  .mobile-menu__links {
    width: 283px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .mobile-menu__links a {
    min-height: 23px;
    padding: 0 0 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 20px;
    line-height: 23px;
    color: #000;
  }

  .mobile-menu__links a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .mobile-menu__contacts {
    width: 167px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
  }

  .mobile-menu__contacts span,
  .mobile-menu__contacts a {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 24px;
  }

  .mobile-menu__contacts img {
    width: 24px;
    height: 24px;
  }

  main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 45px;
  }

  .hero {
    position: relative;
    width: 375px;
    height: 472px;
    overflow: hidden;
    background: url("./assets/mobile-hero-composite.png") center / 375px 472px no-repeat #e9e9e9;
  }

  .hero::before {
    content: none;
  }

  .hero__stripes {
    display: none;
  }

  .hero__stripes span {
    position: absolute;
    width: 47.34px;
    height: 643.76px;
    transform: rotate(-15deg);
    transform-origin: center;
  }

  .hero__stripes span:nth-child(1) { left: -140.923px; top: -40.821px; background: rgba(0, 0, 0, 0.3); }
  .hero__stripes span:nth-child(2) { left: -95.201px; top: -53.072px; background: rgba(0, 0, 0, 0.25); }
  .hero__stripes span:nth-child(3) { left: -50.785px; top: -64.973px; background: rgba(0, 0, 0, 0.25); }
  .hero__stripes span:nth-child(4) { left: -8.59px; top: -88.776px; background: rgba(0, 0, 0, 0.25); }
  .hero__stripes span:nth-child(5) { left: 35.826px; top: -100.677px; background: rgba(0, 0, 0, 0.25); }
  .hero__stripes span:nth-child(6) { left: 84.75px; top: -100.677px; background: rgba(0, 0, 0, 0.15); }
  .hero__stripes span:nth-child(n + 7) { display: none; }

  .hero__inner {
    position: relative;
    z-index: 2;
    width: 375px;
    height: 472px;
    padding: 0;
    margin: 0;
  }

  .hero__mobile-logo {
    display: none;
  }

  .hero h1 {
    display: none;
  }

  .section {
    width: 363px;
    min-height: 0;
    margin-top: 0;
  }

  .section__inner {
    width: 100%;
    padding: 20px;
  }

  h2 {
    min-height: 24px;
    margin: 0 0 20px;
    padding-left: 14px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }

  h2::before {
    width: 4px;
    height: 24px;
    top: 0;
  }

  .partners .section__inner {
    height: 135px;
    padding: 20px;
  }

  .partners {
    height: 135px;
  }

  .partners h2 {
    width: 176px;
    margin-bottom: 20px;
  }

  .partners__logos {
    display: none;
  }

  .partners__mobile {
    width: 323px;
    height: 51px;
    display: grid;
    grid-template-columns: 84px 123px 81px;
    align-items: start;
    justify-content: space-between;
    gap: 0;
  }

  .partners__mobile article {
    margin: 0;
  }

  .partners__mobile img {
    height: 30px;
    width: 100%;
    object-fit: contain;
    object-position: left center;
  }

  .partners__mobile article:nth-child(3) img {
    height: 31px;
  }

  .partners__mobile p {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 14px;
    color: #4d4d4d;
  }

  .facts .section__inner {
    height: 138px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .facts {
    height: 138px;
  }

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

  .facts p {
    min-height: 44px;
    margin: 0;
    padding-left: 14px;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
  }

  .facts p::before {
    width: 4px;
    height: 44px;
  }

  .coatings .section__inner {
    height: 345px;
    padding: 20px;
  }

  .coatings {
    height: 345px;
  }

  .coatings__grid {
    width: 323px;
    height: 261px;
    display: grid;
    grid-template-columns: repeat(3, 97px);
    gap: 16px;
  }

  .coatings__grid img {
    width: 97px;
    height: 122px;
    object-fit: cover;
    border-radius: 4px;
  }

  .coatings__grid img:nth-child(5) {
    height: 123px;
  }

  .service .section__inner {
    height: 467px;
    padding: 20px;
  }

  .service__grid {
    width: 323px;
    height: 383px;
    display: grid;
    grid-template-columns: repeat(2, 153px);
    align-items: start;
    gap: 16px;
  }

  .service article {
    width: 153px;
    min-height: 174px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .service-art {
    width: 153px;
    height: 120px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background: #fff;
  }

  .service-art picture {
    width: 64px;
    height: 64px;
  }

  .service-art img {
    width: 64px;
    height: 64px;
    object-fit: contain;
  }

  .service p {
    width: 153px;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #000;
  }

  .delivery .section__inner {
    height: 565px;
    padding: 20px;
  }

  .delivery__grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .delivery h2 {
    width: 113px;
    margin-bottom: 20px;
  }

  .delivery__text {
    width: 324px;
    height: 176px;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #212121;
    overflow: hidden;
  }

  .delivery__aside {
    width: 323px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }

  .notice {
    position: relative;
    width: 324px;
    min-height: 85px;
    margin: 0;
    padding: 14px 20px 14px 70px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
  }

  .notice::before {
    content: "";
    position: absolute;
    background-image: url("./assets/icon-warning-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 20px;
    width: 30px;
    height: 30px;
  }

  .delivery__aside h3,
  .contacts h3 {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .contacts-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 19px;
  }

  .contacts-row span,
  .contacts-row a {
    height: 30px;
    gap: 10px;
  }

  .contacts-row img,
  .contact-line img,
  .address img {
    width: 30px;
    height: 30px;
  }

  .range .section__inner {
    height: 876px;
    padding: 20px;
  }

  .range h2 {
    width: 201px;
    margin-bottom: 20px;
  }

  .range__grid {
    width: 323px;
    height: 792px;
    display: grid;
    grid-template-columns: repeat(2, 154px);
    align-content: start;
    gap: 20px 15px;
  }

  .range__grid article {
    width: 154px;
    min-height: 109px;
    gap: 10px;
  }

  .range__grid img {
    width: 154px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
  }

  .range__grid p {
    width: 154px;
    min-height: 19px;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
  }

  .certificates .section__inner {
    height: 345px;
    padding: 20px;
    overflow: hidden;
  }

  .certificates {
    height: 345px;
  }

  .certificates h2 {
    width: 323px;
    margin-bottom: 20px;
  }

  .certificates__slider {
    width: 323px;
    height: 235px;
    padding: 0;
  }

  .certificates__arrow {
    display: none;
  }

  .certificates__viewport {
    width: 323px;
    height: 235px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

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

  .certificates__track {
    grid-auto-columns: 151px;
    gap: 20px;
    transform: none !important;
  }

  .certificate {
    width: 151px;
    height: 235px;
    object-fit: cover;
    scroll-snap-align: start;
  }

  .dots {
    width: 323px;
    height: 6px;
    margin-top: 20px;
    gap: 10px;
  }

  .dots span {
    width: 6px;
    height: 6px;
  }

  .requisites .section__inner {
    height: auto;
    padding: 20px;
  }

  .requisites h2 {
    width: 126px;
    margin: 0;
  }

  .requisites__details {
    margin-top: 16px;
    font-size: 16px;
    line-height: 19px;
  }

  .contacts,
  .contacts .section__inner {
    height: 960px;
  }

  .contacts .section__inner {
    padding: 20px;
  }

  .contacts h2 {
    width: 323px;
    margin-bottom: 20px;
  }

  .contacts__details {
    position: relative;
    width: 323px;
    height: 876px;
    display: block;
  }

  .work-hours {
    position: absolute;
    left: 0;
    top: 0;
    width: 323px;
    height: 253px;
  }

  .contacts h3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
  }

  .schedule {
    display: grid;
    grid-template-columns: 156px 134px;
    gap: 25px;
    margin: 20px 0 16px;
    font-size: 16px;
    line-height: 19px;
  }

  .contact-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
  }

  .address-block {
    position: absolute;
    left: 0;
    top: 215px;
    width: 323px;
  }

  .address {
    width: 323px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #212121;
  }

  .territory {
    position: absolute;
    left: 0;
    top: 283px;
    width: 319px;
    padding: 0;
  }

  .photo-grid {
    width: 319px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .photo-grid figure {
    width: 319px;
    margin: 0;
  }

  .photo-grid img {
    width: 319px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
  }

  .photo-grid figcaption {
    margin-top: 10px;
    font-size: 18px;
    line-height: 19px;
    color: #212121;
  }

  .footer {
    width: 375px;
    height: 391.35px;
    margin-top: 0;
    padding: 30px 20px;
    background: #2b2a29;
  }

  .footer__inner {
    width: 335px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer .brand {
    width: 335px;
    height: 32.35px;
  }

  .nav--footer {
    width: 335px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }

  .nav--footer a {
    width: 335px;
    padding: 0 0 19px;
    margin-bottom: 20px;
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    line-height: 23px;
    color: #fff;
  }

  .nav--footer a:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 761px) and (max-width: 1199px) {
  .page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .wrap {
    width: min(100% - 48px, 1040px);
  }

  .topbar {
    font-size: 14px;
  }

  .topbar__inner {
    column-gap: clamp(16px, 3vw, 32px);
  }

  .header__inner {
    gap: 24px;
  }

  .brand {
    width: clamp(220px, 25vw, 300px);
  }

  .nav {
    gap: clamp(16px, 2.2vw, 30px);
    font-size: 14px;
  }

  .hero {
    height: clamp(372px, 48.5vw, 582px);
    background-size: cover;
    background-position: center top;
  }

  .section {
    width: min(100% - 48px, 1120px);
  }

  .section__inner {
    padding: clamp(32px, 4vw, 48px);
  }

  h2 {
    font-size: clamp(28px, 3.2vw, 35px);
  }

  .facts__grid {
    gap: 32px;
  }

  .facts p {
    font-size: 20px;
    line-height: 28px;
  }

  .coatings__grid {
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .coatings__grid img {
    height: auto;
    aspect-ratio: 190 / 240;
  }

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

  .delivery__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
  }

  .delivery__text {
    max-width: none;
    font-size: 20px;
    line-height: 29px;
  }

  .delivery__aside {
    padding-top: 52px;
  }

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

  .range__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contacts,
  .contacts .section__inner {
    height: auto;
  }

  .contacts .section__inner {
    padding-bottom: 76px;
  }

  .contacts__details {
    height: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 28px 40px;
  }

  .work-hours,
  .address-block,
  .territory {
    position: static;
    width: auto;
  }

  .work-hours {
    grid-column: 1;
    grid-row: 1;
  }

  .address-block {
    grid-column: 1;
    grid-row: 2;
  }

  .territory {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .schedule {
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 18px;
    line-height: 22px;
  }

  .photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .photo-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .footer {
    height: auto;
    min-height: 80px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

@media (max-width: 760px) {
  .page {
    width: 100%;
    min-width: 0;
  }

  .topbar__inner {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 24px 24px 30px;
    gap: clamp(8px, 3vw, 16px);
    padding: 0 clamp(8px, 3vw, 16px);
  }

  .topbar .info:first-child {
    width: auto;
    max-width: none;
    text-overflow: ellipsis;
  }

  .mobile-menu__inner {
    width: min(363px, calc(100% - 12px));
  }

  .mobile-menu__inner::before,
  .mobile-menu__items,
  .mobile-menu__links {
    width: 100%;
  }

  .mobile-menu__items {
    min-height: 538px;
  }

  .hero {
    width: min(375px, 100%);
    height: auto;
    aspect-ratio: 375 / 472;
    background-size: 100% 100%;
  }

  .hero__inner {
    width: 100%;
    height: 100%;
  }

  .section {
    width: min(363px, calc(100% - 12px));
    scroll-margin-top: 65px;
    height: auto !important;
  }

  .section__inner {
    height: auto !important;
    min-height: 0 !important;
  }

  .partners__mobile,
  .coatings__grid,
  .service__grid,
  .delivery__aside,
  .range__grid,
  .certificates__slider,
  .certificates__viewport,
  .dots,
  .contacts__details,
  .work-hours,
  .address-block,
  .territory,
  .photo-grid,
  .footer__inner,
  .nav--footer {
    width: 100%;
  }

  .partners__mobile {
    height: auto;
    grid-template-columns: 0.84fr 1.23fr 0.81fr;
    gap: 12px;
  }

  .facts .section__inner {
    gap: 10px;
  }

  .facts p {
    min-height: 0;
  }

  .coatings__grid {
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(10px, 4vw, 16px);
  }

  .coatings__grid img,
  .coatings__grid img:nth-child(5) {
    width: 100%;
    height: auto;
    aspect-ratio: 97 / 122;
  }

  .service__grid {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .service article,
  .service-art,
  .service p {
    width: 100%;
  }

  .service article {
    min-height: 0;
  }

  .service-art {
    height: auto;
    aspect-ratio: 153 / 120;
  }

  .service-art picture,
  .service-art img {
    width: clamp(56px, 18vw, 64px);
    height: clamp(56px, 18vw, 64px);
  }

  .delivery__text {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .delivery__aside {
    gap: 16px;
  }

  .notice {
    width: 100%;
    min-height: 85px;
    padding: 14px 16px 14px 60px;
  }

  .notice::before {
    left: 18px;
  }

  .range__grid {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
  }

  .range__grid article,
  .range__grid img,
  .range__grid p {
    width: 100%;
  }

  .range__grid img {
    height: auto;
    aspect-ratio: 154 / 80;
  }

  .range__grid p {
    min-height: 0;
    overflow-wrap: anywhere;
  }

  .certificates__slider,
  .certificates__viewport {
    height: auto;
  }

  .certificates__track {
    grid-auto-columns: calc((100% - 20px) / 2);
  }

  .certificate {
    width: 100%;
    height: auto;
    aspect-ratio: 151 / 235;
  }

  .contacts,
  .contacts .section__inner {
    height: auto;
  }

  .contacts__details {
    position: static;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .work-hours,
  .address-block,
  .territory {
    position: static;
    height: auto;
  }

  .schedule {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .address {
    width: 100%;
  }

  .photo-grid {
    display: flex;
    flex-direction: column;
  }

  .photo-grid figure {
    width: 100%;
  }

  .photo-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 319 / 140;
  }

  .footer {
    width: 100%;
    height: auto;
    min-height: 391px;
  }

  .footer .brand {
    width: 100%;
    max-width: 335px;
    height: auto;
    aspect-ratio: 300 / 29;
  }

  .nav--footer a {
    width: 100%;
  }
}

@media (min-width: 360px) and (max-width: 760px) {
  .schedule {
    grid-template-columns: 156px 134px;
    gap: 25px;
  }
}

@media (max-width: 340px) {
  h2 {
    font-size: 18px;
  }

  .section__inner {
    padding: 18px 14px;
  }

  .topbar .info:first-child {
    font-size: 13px;
  }

  .partners__mobile {
    gap: 8px;
  }

  .range__grid p,
  .service p,
  .delivery__text,
  .notice,
  .contacts-row,
  .contact-line,
  .address {
    font-size: 14px;
    line-height: 18px;
  }
}
