@font-face {
  font-family: "Onest";
  font-weight: 400;
  src: url("../fonts/Onest-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  src: url("../fonts/Onest-Medium.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  font-weight: 600;
  src: url("../fonts/Onest-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Onest", "Arial", "Helvetica", sans-serif;
  margin-right: auto;
  margin-left: auto;
  min-width: 375px;
  position: relative;
  scrollbar-gutter: stable;
}

dialog {
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.22s ease, opacity 0.22s ease;
}

:focus-visible {
  outline: none;
  text-decoration: underline;
}

p {
  cursor: default;
  margin: 0;
}

span {
  cursor: default;
}

strong {
  cursor: default;
}

img {
  max-width: 100%;
}

li {
  cursor: default;
  list-style-type: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0;
  cursor: default;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.container {
  max-width: 1660px;
  padding: 0 70px;
  margin-right: auto;
  margin-left: auto;
}

.padding-140 {
  padding: 140px 0;
}
@media (max-width: 1200px) {
  .padding-140 {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .padding-140 {
    padding: 72px 0;
  }
}
@media (max-width: 480px) {
  .padding-140 {
    padding: 56px 0;
  }
}

.preview-text {
  display: block;
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.15px;
  margin-bottom: 32px;
}

.h2-title {
  font-family: Onest;
  font-weight: 600;
  font-style: Medium;
  font-size: 54px;
  color: #000000;
  line-height: 62px;
  letter-spacing: -1px;
  vertical-align: bottom;
}
.h2-title span {
  color: #DD5C21;
}

.h3-title {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 19px;
  color: #000000;
  line-height: 28px;
  letter-spacing: -0.5px;
}

.overflow {
  overflow: auto;
}

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

.btn {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 16px;
  letter-spacing: -0.15px;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.2s ease, box-shadow 0.22s ease, border-color 0.22s ease, opacity 0.22s ease;
}

.orange-btn {
  background-color: #DD5C21;
  border-radius: 45px;
  padding: 21px 30px;
}

@media (hover: hover) {
  .orange-btn:hover {
    background-color: #e8733a;
    box-shadow: 0 10px 28px rgba(221, 92, 33, 0.38);
  }
  .orange-btn:active {
    background-color: #c24e18;
    box-shadow: 0 4px 14px rgba(221, 92, 33, 0.25);
    transform: translateY(1px);
  }
}
.text-16-22 {
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}

@media (max-width: 1024px) {
  .container {
    max-width: 1024px;
    padding: 0 35px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 20px;
  }
}
.header {
  padding: 42px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0509803922);
  position: relative;
  z-index: 10;
}
.header .header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header .header__logo {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 33px;
  color: #fff;
  line-height: 70px;
  letter-spacing: -1px;
  vertical-align: bottom;
  white-space: nowrap;
  transition: opacity 0.22s ease;
}
.header .header__logo span {
  color: #DD5C21;
}
@media (hover: hover) {
  .header .header__logo:hover {
    opacity: 0.88;
  }
}
.header .header__city {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 16px;
  letter-spacing: -0.15px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  white-space: nowrap;
}
.header .header__city svg {
  flex-shrink: 0;
}
.header .header__contacts {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header .header__phone {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  color: #fff;
  line-height: 16px;
  letter-spacing: -0.25px;
  vertical-align: bottom;
  white-space: nowrap;
  transition: color 0.22s ease;
}
@media (hover: hover) {
  .header .header__phone:hover {
    color: #dd5c21;
  }
}
.header .header__email {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  color: #FFFFFF;
  opacity: 0.7;
  line-height: 16px;
  letter-spacing: -0.15px;
  transition: color 0.22s ease, opacity 0.22s ease;
}
@media (hover: hover) {
  .header .header__email:hover {
    color: #dd5c21;
    opacity: 1;
  }
}
.header .header__btn {
  -webkit-backdrop-filter: blur(14.6000003815px);
  backdrop-filter: blur(14.6000003815px);
  border-radius: 34px;
  padding: 18px 26px;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.2s ease;
}
@media (hover: hover) {
  .header .header__btn:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
  }
  .header .header__btn:active {
    transform: translateY(1px);
  }
}

.wrapper {
  min-height: 100svh;
  padding-bottom: 52px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.hero {
  position: relative;
  z-index: 2;
}
.hero .hero__flex {
  margin-top: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
.hero .hero__title {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 62px;
  color: #FFFFFF;
  line-height: 70px;
  letter-spacing: -1px;
  vertical-align: bottom;
  margin-bottom: 40px;
}
.hero .hero__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.hero .hero__item {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  letter-spacing: -0.25px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.hero .hero__img {
  flex-shrink: 0;
}

@media (max-width: 1400px) {
  .hero .hero__title {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .hero .hero__content {
    max-width: 920px;
    margin-bottom: 48px;
  }
  .hero .hero__item {
    font-size: 16px;
    line-height: 22px;
    gap: 16px;
  }
  .hero .hero__img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    min-height: auto;
  }
  .hero {
    padding-top: 30px;
  }
  .hero .hero__flex {
    gap: 30px;
  }
  .hero .hero__title {
    font-size: 44px;
    line-height: 52px;
  }
  .hero .hero__content {
    margin-bottom: 24px;
  }
  .hero .hero__btn {
    padding: 18px 26px;
  }
  .hero .hero__list {
    gap: 16px 24px;
  }
  .hero .hero__item {
    flex: 1 1 calc(50% - 12px);
    min-width: 280px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding-bottom: 36px;
  }
  .hero .hero__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
  .hero .hero__title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.7px;
    margin-bottom: 20px;
  }
  .hero .hero__text {
    max-width: 560px;
  }
  .hero .hero__btn {
    width: 100%;
    max-width: 340px;
  }
  .hero .hero__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hero .hero__item {
    min-width: 0;
    font-size: 15px;
    line-height: 20px;
    gap: 12px;
  }
  .hero .hero__img {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 576px) {
  .wrapper {
    padding-bottom: 28px;
  }
  .hero .hero__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .hero .hero__text {
    font-size: 14px;
    line-height: 20px;
  }
  .hero .hero__btn {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .hero .hero__item {
    font-size: 14px;
    line-height: 18px;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 48px;
}

.menu__link {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 15px;
  white-space: nowrap;
  color: #fff;
  line-height: 16px;
  letter-spacing: -0.15px;
  transition: color 0.22s ease;
}
@media (hover: hover) {
  .menu__link:hover {
    color: #dd5c21;
  }
}

.menu__contacts {
  display: none;
}

.header__burger-btn {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  z-index: 2;
  transition: opacity 0.22s ease;
}
@media (hover: hover) {
  .header__burger-btn:hover span {
    background-color: #dd5c21;
  }
}

.header__burger-btn span {
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #fff;
  left: 5px;
  transition: transform 0.5s, opacity 0.5s, background-color 0.22s ease;
}

.header__burger-btn span:nth-child(1) {
  transform: translateY(-10px);
}

.header__burger-btn span:nth-child(3) {
  transform: translateY(10px);
}

.header.open .header__burger-btn span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.header.open .header__burger-btn span:nth-child(2) {
  opacity: 0;
}

.header.open .header__burger-btn span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

@media (max-width: 1800px) {
  .header__burger-btn {
    display: block;
    z-index: 3;
  }
  .header .header__contacts {
    display: none;
  }
  .header__city {
    margin-left: auto;
  }
  .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(180deg, #111111 0%, #0b0b0b 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.0588235294);
    padding: 110px 20px 40px;
    transition: transform 0.5s;
    z-index: 2;
    transform: translateX(-100%);
    overflow-y: auto;
  }
  .menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 32px;
  }
  .menu__link {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  .menu__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
    padding-top: 24px;
  }
  .menu__phone {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    transition: color 0.22s ease;
  }
}
@media (max-width: 1800px) and (hover: hover) {
  .menu__phone:hover {
    color: #dd5c21;
  }
}
@media (max-width: 1800px) {
  .menu__email {
    color: rgba(255, 255, 255, 0.7019607843);
    font-size: 16px;
    line-height: 22px;
    transition: color 0.22s ease;
  }
}
@media (max-width: 1800px) and (hover: hover) {
  .menu__email:hover {
    color: #fff;
  }
}
@media (max-width: 1800px) {
  .menu__btn {
    margin-top: 8px;
    border-radius: 34px;
    padding: 16px 26px;
    background-color: #dd5c21;
    transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.2s ease;
  }
}
@media (max-width: 1800px) and (hover: hover) {
  .menu__btn:hover {
    background-color: #e8733a;
    box-shadow: 0 8px 22px rgba(221, 92, 33, 0.35);
  }
  .menu__btn:active {
    background-color: #c24e18;
    transform: translateY(1px);
  }
}
@media (max-width: 1800px) {
  .header.open .menu {
    transform: translateX(0);
  }
  .header.open .header__burger-btn span {
    background-color: #fff;
  }
}
@media (max-width: 993px) {
  .header {
    padding: 24px 0;
  }
}
@media (max-width: 576px) {
  .header {
    padding: 16px 0;
  }
  .header .header__logo {
    font-size: 24px;
    line-height: 1;
  }
  .header .header__city {
    font-size: 13px;
  }
  .header__burger-btn {
    width: 32px;
    height: 32px;
  }
  .header__burger-btn span {
    width: 28px;
    left: 2px;
  }
  .header__burger-btn span:nth-child(1) {
    transform: translateY(-8px);
  }
  .header__burger-btn span:nth-child(3) {
    transform: translateY(8px);
  }
  .menu {
    padding-top: 84px;
  }
  .menu__link {
    font-size: 20px;
    line-height: 26px;
  }
}
.services .services__text {
  color: #DD5C21;
}
.services .services__title {
  margin-bottom: 48px;
}
.services .services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 40px;
}
.services .services__item {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
@media (hover: hover) {
  .services .services__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(221, 92, 33, 0.25);
  }
}
.services .services__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
}
.services .services__subtitle {
  margin-bottom: 12px;
}
.services .text-16-22 {
  color: #000;
  opacity: 0.6;
}
.services .services__link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

/* Акцентная плитка «Все услуги» */
.services .services__item_all {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
  background: linear-gradient(150deg, #dd5c21 0%, #c94d17 100%);
  border-color: transparent;
  overflow: hidden;
}
.services .services__item_all::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
@media (hover: hover) {
  .services .services__item_all:hover {
    box-shadow: 0 18px 40px rgba(221, 92, 33, 0.35);
    border-color: transparent;
  }
  .services .services__item_all:hover .services__all-arrow {
    transform: translate(3px, -3px);
  }
}
.services .services__all-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.services .services__all-badge {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.services .services__all-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  transition: transform 0.25s ease, background 0.25s ease;
}
.services .services__all-bottom {
  position: relative;
  z-index: 2;
}
.services .services__item_all .services__subtitle {
  color: #fff;
  margin-bottom: 12px;
}
.services .services__all-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1400px) {
  .services .services__list {
    gap: 28px;
  }
  .services .services__item {
    padding: 24px;
  }
  .services .services__flex {
    margin-bottom: 24px;
  }
  .services .services__subtitle {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .services {
    padding: 100px 0;
  }
  .services .services__title {
    margin-bottom: 36px;
  }
  .services .services__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .services .services__item {
    min-height: 100%;
  }
}
@media (max-width: 768px) {
  .services {
    padding: 80px 0;
  }
  .services .services__text {
    margin-bottom: 20px;
  }
  .services .services__title {
    margin-bottom: 28px;
  }
  .services .services__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .services .services__item {
    padding: 20px;
  }
  .services .services__flex {
    margin-bottom: 18px;
  }
  .services .services__img {
    width: 48px;
    height: 48px;
  }
  .services .services__arrow {
    width: 42px;
    height: 42px;
  }
  .services .services__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .services .services__text.text-16-22 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .services {
    padding: 64px 0;
  }
  .services .services__title {
    margin-bottom: 22px;
    font-size: 30px;
    line-height: 36px;
  }
  .services .services__item {
    border-radius: 12px;
    padding: 16px;
  }
  .services .services__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .services .services__text.text-16-22 {
    font-size: 13px;
    line-height: 18px;
  }
}
.process {
  background-color: #151515;
}
.process .process__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}
.process .process__left {
  max-width: 661px;
  width: 100%;
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.process .process__left::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 5px;
  height: 100%;
  z-index: 1;
  background-color: #151515;
}
.process .process__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
}
.process .process__text {
  color: #DD5C21;
  position: relative;
  z-index: 2;
  padding-left: 60px;
}
.process .process__title {
  color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 60px;
}
.process .process__title span {
  color: #DD5C21;
}
.process .procees__list {
  padding: 100px 0;
  max-width: 739px;
  width: 100%;
}
.process .process__item {
  padding: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.031372549);
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 19px;
  color: #fff;
  line-height: 16px;
  letter-spacing: -0.25px;
  vertical-align: middle;
  border-radius: 12px;
}
.process .process__number {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  color: #DD5C21;
  line-height: 16px;
  letter-spacing: -0.25px;
  text-align: center;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.031372549);
}
.process .process__item_difference {
  background-color: #1A1A1A;
  border: none;
}
.process .process__item_difference .process__number {
  background-color: #DD5C21;
  color: #fff;
}
.process .process__btn {
  margin-left: auto;
}

@media (max-width: 1400px) {
  .process .process__left {
    max-width: 500px;
    padding-top: 80px;
  }
  .process .procees__list {
    padding: 80px 0;
  }
  .process .process__item {
    padding: 24px;
    font-size: 17px;
    line-height: 22px;
    gap: 18px;
  }
  .process .process__number {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .process .process__flex {
    flex-direction: column;
    gap: 24px;
  }
  .process .process__video {
    position: relative;
    width: 50%;
    margin: 0 auto;
  }
  .process .process__text {
    padding-left: 0;
  }
  .process .process__title {
    padding-left: 0;
  }
  .process .process__left {
    max-width: 100%;
    padding-top: 80px;
  }
  .process .procees__list {
    max-width: 100%;
    padding: 0 0 80px;
  }
  .process .process__item {
    padding: 20px 24px;
  }
  .process .process__item_difference {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .process .process__left {
    padding-top: 64px;
  }
  .process .procees__list {
    padding-bottom: 64px;
  }
  .process .process__item {
    padding: 16px;
    gap: 14px;
    font-size: 15px;
    line-height: 20px;
  }
  .process .process__number {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
  }
  .process .process__text-2 {
    flex: 1 1 auto;
  }
}
@media (max-width: 576px) {
  .process .process__left {
    padding-top: 48px;
  }
  .process .process__video {
    width: 100%;
  }
  .process .process__title {
    font-size: 30px;
    line-height: 36px;
  }
  .process .procees__list {
    padding-bottom: 48px;
  }
  .process .process__item {
    border-radius: 10px;
    padding: 14px;
    font-size: 14px;
    line-height: 18px;
  }
  .process .process__number {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .process .process__btn {
    max-width: 100%;
    width: 100%;
  }
}
.catalog .catalog__text {
  color: #DD5C21;
}
.catalog .catalog__title {
  margin-bottom: 80px;
}
.catalog .catalog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.catalog .catalog__item {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 0; /* свой stacking context — иначе ::after c z-index:-1 уходит под фон страницы */
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 0; /* фон рисует ::after (бокс 200x230, contain) */
  min-height: 280px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
/* Картинка карточки: три условия — не шире 200px, не выше 230px, contain (без обрезки).
   ::after наследует background-image карточки (inline-стиль или catalog__item-N). */
.catalog .catalog__item:not(.catalog__item-10):not(.catalog__item--cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 230px;
  max-width: 100%;
  max-height: 100%;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  border-bottom-right-radius: 16px;
  z-index: -1;
  pointer-events: none;
}
@media (hover: hover) {
  .catalog .catalog__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.14);
  }
}
.catalog .catalog__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 16px;
}
@media (max-width: 1400px) {
  .catalog .catalog__item:not(.catalog__item-10):not(.catalog__item--cta)::after {
    width: 170px;
    height: 196px;
  }
}
@media (max-width: 1200px) {
  .catalog .catalog__item:not(.catalog__item-10):not(.catalog__item--cta)::after {
    width: 150px;
    height: 172px;
  }
}
.catalog .catalog__item-1 {
  background-image: url(../img/catalog-1.webp);
}
.catalog .catalog__item-2 {
  background-image: url(../img/catalog-2.webp);
}
.catalog .catalog__item-3 {
  background-image: url(../img/catalog-3.webp);
}
.catalog .catalog__item-4 {
  background-image: url(../img/catalog-4.webp);
}
.catalog .catalog__item-5 {
  background-image: url(../img/catalog-5.webp);
}
.catalog .catalog__item-6 {
  background-image: url(../img/catalog-6.webp);
}
.catalog .catalog__item-7 {
  background-image: url(../img/catalog-7.webp);
}
.catalog .catalog__item-8 {
  background-image: url(../img/catalog-8.webp);
}
.catalog .catalog__item-9 {
  background-image: url(../img/catalog-9.webp);
  grid-column: span 2;
}
.catalog .catalog__item-10 {
  background-image: url(../img/catalog-10.webp);
  grid-column: span 2;
  background-size: cover;
  background-position: center;
}
/* Десктоп: CTA-баннер «Не нашли нужное решение» — картинка на всю карточку
   (базовый background-size:250px иначе сжимает её в угол, а белый текст — на пустой карточке). */
@media (min-width: 1201px) {
  .catalog .catalog__list .catalog__item-10 {
    background-color: #111;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-color: transparent;
  }
}
.catalog .catalog__item-10 span {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  letter-spacing: -1px;
}
.catalog .catalog__item-10 span span {
  opacity: 0.7;
}
.catalog .catalog__btn {
  max-width: 212px;
}

@media (max-width: 1400px) {
  .catalog .catalog__title {
    margin-bottom: 56px;
  }
  .catalog .catalog__list {
    gap: 24px;
  }
  .catalog .catalog__item {
    min-height: 240px;
    padding: 20px;
  }
  .catalog .catalog__item-10 span {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 1200px) {
  .catalog {
    padding: 100px 0;
  }
  .catalog .catalog__title {
    margin-bottom: 40px;
  }
  .catalog .catalog__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .catalog .catalog__item,
  .catalog .catalog__item-9,
  .catalog .catalog__item-10 {
    grid-column: span 1;
  }
  .catalog .catalog__item {
    min-height: 220px;
  }
  .catalog .catalog__item-10 {
    background-color: #111;
    grid-column: span 3;
  }
  .catalog .catalog__item-10 span {
    font-size: 22px;
    line-height: 28px;
  }
  .catalog .catalog__btn {
    max-width: 190px;
    padding: 16px 22px;
  }
}
@media (max-width: 768px) {
  .catalog {
    padding: 80px 0;
  }
  .catalog .catalog__title {
    margin-bottom: 28px;
  }
  .catalog .catalog__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .catalog .catalog__item {
    min-height: 190px;
    padding: 16px;
    border-radius: 12px;
  }
  .catalog .catalog__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .catalog .catalog__item img {
    width: 40px;
    height: 40px;
  }
  .catalog .catalog__item-10 {
    grid-column: span 2;
  }
  .catalog .catalog__item-10 span {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 576px) {
  .catalog {
    padding: 64px 0;
  }
  .catalog .catalog__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 22px;
  }
  .catalog .catalog__list {
    grid-template-columns: 1fr;
  }
  .catalog .catalog__item:not(.catalog__item-10):not(.catalog__item--cta)::after {
    width: 120px;
    height: 138px;
  }
  .catalog .catalog__item,
  .catalog .catalog__item-9,
  .catalog .catalog__item-10 {
    grid-column: span 1;
    min-height: 168px;
  }
  .catalog .catalog__item-10 span {
    font-size: 18px;
    line-height: 24px;
  }
  .catalog .catalog__btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.objects {
  padding-bottom: 140px;
}
.objects .objects__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.objects .objects__title {
  margin-bottom: 32px;
}
.objects .objects__text {
  color: #000;
  opacity: 0.8;
}
.objects .objects__text-2 {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  color: #DD5C21;
  line-height: 23px;
  letter-spacing: -0.15px;
}
.objects .objects__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.objects .objects__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 38px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.0705882353);
  border-radius: 16px;
}
.objects .objects__item:has(.objects__link) {
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.objects .objects__item:has(.objects__link):hover {
  border-color: #DD5C21;
  transform: translateY(-4px);
}
.objects .objects__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 16px;
}

@media (max-width: 1400px) {
  .objects {
    padding-bottom: 110px;
  }
  .objects .objects__list {
    gap: 24px;
  }
  .objects .objects__item {
    gap: 24px;
    padding: 20px;
  }
  .objects .objects__subtitle {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  .objects {
    padding-bottom: 90px;
  }
  .objects .objects__flex {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
  }
  .objects .objects__title {
    margin-bottom: 20px;
  }
  .objects .objects__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .objects .objects__item {
    min-height: 190px;
  }
}
@media (max-width: 768px) {
  .objects {
    padding-bottom: 72px;
  }
  .objects .objects__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .objects .objects__item {
    padding: 16px;
    gap: 16px;
    border-radius: 12px;
    min-height: 160px;
  }
  .objects .objects__item img {
    width: 44px;
    height: 44px;
  }
  .objects .objects__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .objects .objects__text-2 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .objects {
    padding-bottom: 64px;
  }
  .objects .objects__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 14px;
  }
  .objects .objects__text {
    font-size: 14px;
    line-height: 20px;
  }
  .objects .objects__list {
    grid-template-columns: 1fr;
  }
  .objects .objects__item {
    min-height: 0;
    padding: 14px;
  }
  .objects .objects__subtitle {
    font-size: 15px;
    line-height: 20px;
  }
}
.production {
  background-color: #111111;
}
.production .production__title {
  color: #fff;
  margin-bottom: 66px;
}
.production .production__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.production .production__block {
  padding: 24px;
  background-color: #1A1A1A;
  border-radius: 12px;
  max-width: 293px;
  width: 100%;
}
@media (max-width: 576px) {
  .production .production__block {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: transparent;
    padding: 0;
    max-width: unset;
  }
}
.production .production__flex-2_mb {
  margin-bottom: 32px;
}
.production .production__text-3 {
  display: block;
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 19px;
  color: #fff;
  line-height: 28px;
  letter-spacing: -0.25px;
}
.production .production__img {
  border-radius: 12px;
  max-width: 739px;
  height: auto;
  width: 100%;
}
.production .production__img-2 {
  margin-bottom: 37px;
}
@media (max-width: 576px) {
  .production .production__img-2 {
    margin-bottom: unset;
  }
}
.production .production__content {
  max-width: 739px;
  width: 100%;
}
.production .production__flex-2 {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.production .production__text {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 76px;
}
.production .production__text-2 {
  font-family: Onest;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.7;
  line-height: 22px;
  max-width: 324px;
  width: 100%;
  letter-spacing: -0.25px;
}

@media (max-width: 1400px) {
  .production .production__title {
    margin-bottom: 48px;
  }
  .production .production__flex {
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .production .production__text {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 44px;
  }
  .production .production__flex-2 {
    gap: 20px;
  }
  .production .production__text-2 {
    font-size: 15px;
    line-height: 21px;
    max-width: unset;
  }
}
@media (max-width: 1200px) {
  .production {
    padding: 100px 0;
  }
  .production .production__title {
    margin-bottom: 36px;
  }
  .production .production__flex {
    display: flex;
    flex-direction: column;
  }
  .production .production__img,
  .production .production__content {
    max-width: 100%;
  }
  .production .production__img {
    max-height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .production .production__text {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .production {
    padding: 80px 0;
  }
  .production .production__title {
    margin-bottom: 28px;
  }
  .production .production__text {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .production .production__flex-2 {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 22px;
  }
  .production .production__img-2 {
    width: 100%;
    max-width: 280px;
  }
  .production .production__text-2 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .production {
    padding: 64px 0;
  }
  .production .production__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .production .production__img-2 {
    max-width: 56px;
  }
  .production .production__img {
    border-radius: 10px;
    max-height: 260px;
  }
  .production .production__text {
    font-size: 15px;
    line-height: 21px;
  }
  .production .production__flex-2 {
    margin-bottom: 18px;
  }
  .production .production__text-2 {
    font-size: 13px;
    line-height: 18px;
  }
}
.works {
  padding: 140px 0;
  background: #f4f4f4;
}
.works .works__preview {
  color: #dd5c21;
}
.works .works__title {
  margin-bottom: 24px;
}
.works .works__title span {
  color: #dd5c21;
}
.works .works__text {
  color: #000;
  opacity: 0.8;
  margin-bottom: 40px;
}
.works .works__tags {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 48px;
}
.works .works__tag {
  color: #000;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.5px;
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.works .works__tag::before {
  content: "";
  background-image: url(../img/svg/gal.svg);
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.works .works-card:not(:last-child) {
  margin-bottom: 48px;
}
.works .works__img {
  max-width: 506px;
  width: 100%;
}
.works .works__btn {
  display: block;
  margin: 0 auto;
}
.works .works__controls {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.works .works__nav {
  display: flex;
  gap: 12px;
}
.works .works__prev,
.works .works__next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
  position: relative;
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.2s ease;
  cursor: pointer;
}
@media (hover: hover) {
  .works .works__prev:hover,
  .works .works__next:hover {
    background-color: rgba(221, 92, 33, 0.1);
    border-color: rgba(221, 92, 33, 0.45);
  }
  .works .works__prev:active,
  .works .works__next:active {
    transform: scale(0.96);
  }
}
.works .works__prev::before,
.works .works__next::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  top: 16px;
}
.works .works__prev::before {
  left: 18px;
  transform: rotate(135deg);
}
.works .works__next::before {
  left: 14px;
  transform: rotate(-45deg);
}
.works .works .swiper-pagination-bullet-active {
  background-color: #dd5c21;
}

.works-card {
  display: grid;
  grid-template-columns: 506px 1fr;
  gap: 52px;
  align-items: center;
}
.works-card .works-card__image {
  min-height: 337px;
  border-radius: 12px;
  background: #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.3);
  font-size: 19px;
}
.works-card .works-card__title {
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 24px;
  letter-spacing: -1px;
}
.works-card .works-card__desc {
  font-size: 16px;
  line-height: 22px;
  opacity: 0.8;
  margin-bottom: 24px;
  color: #000;
}
.works-card .works-card__meta {
  border-top: 1px solid rgba(0, 0, 0, 0.0705882353);
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.works-card .works-card__meta li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.works-card .works-card__meta span {
  color: #000;
  opacity: 0.5;
  font-size: 14px;
  line-height: 16px;
}
.works-card .works-card__meta strong {
  color: #000;
  font-size: 19px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.request {
  padding: 120px 0;
  position: relative;
}
.request::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.request .request__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.request .request__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  gap: 40px;
  align-items: start;
  position: relative;
  z-index: 2;
}
.request .request__title {
  color: #fff;
  margin-bottom: 24px;
  max-width: 680px;
}
.request .request__title span {
  color: #dd5c21;
}
.request .request__text {
  max-width: 596px;
  margin-bottom: 36px;
}
.request .request__text u {
  text-decoration-color: #dd5c21;
}
.request .request__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.request .request__list li {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.5px;
  position: relative;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.request .request__list li::before {
  content: "";
  background-image: url(../img/svg/black-gal.svg);
  width: 46px;
  height: 46px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.request .request__cta {
  border-radius: 12px;
  background: rgba(29, 29, 29, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.request .request__cta-text {
  color: #fff;
  opacity: 0.85;
  font-size: 16px;
  line-height: 22px;
  max-width: 360px;
}
.request .request__form-wrap {
  border-radius: 12px;
  background: rgba(29, 29, 29, 0.91);
  padding: 34px 39px;
}
.request .request__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.request .request__form label {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 13px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.request .request__form input,
.request .request__form textarea {
  border-radius: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 18px 20px;
  font-size: 15px;
  line-height: 16px;
  font-family: Onest;
}
.request .request__form textarea {
  min-height: 100px;
  resize: vertical;
}
.request .request__file-wrap {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  transition: background-color 0.22s ease;
}
@media (hover: hover) {
  .request .request__file-wrap:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
.request .request__file {
  color: #fff;
  opacity: 0.8;
  font-size: 15px;
  line-height: 16px;
  display: block;
}
.request .request__file-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  opacity: 0.5;
}
.request .request__btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.request .request__policy {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  opacity: 0.8;
}
.request .request__policy a {
  color: #dd5c21;
  text-decoration: underline;
  transition: color 0.22s ease, opacity 0.22s ease;
}
@media (hover: hover) {
  .request .request__policy a:hover {
    color: #e8733a;
    opacity: 1;
  }
}

.request-modal {
  width: min(560px, 100% - 32px);
  border: none;
  padding: 0;
  background: transparent;
}

.request-modal::backdrop {
  background: rgba(0, 0, 0, 0.72);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.request-modal .request__form-wrap {
  position: relative;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
}

.request-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  z-index: 2;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.2s ease;
}
@media (hover: hover) {
  .request-modal__close:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #dd5c21;
  }
  .request-modal__close:active {
    transform: scale(0.94);
  }
}

.footer {
  background: #101010;
  padding: 96px 0 44px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.0509803922);
}
.footer .footer__container {
  display: flex;
  flex-direction: column;
  gap: 62px;
}
.footer .footer__top {
  display: grid;
  grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
  gap: 40px 80px;
}
.footer .footer__logo {
  color: #fff;
  font-size: 69px;
  line-height: 1;
  letter-spacing: -2px;
  font-weight: 400;
  align-self: start;
  transition: opacity 0.22s ease;
}
@media (hover: hover) {
  .footer .footer__logo:hover {
    opacity: 0.88;
  }
}
.footer .footer__logo span {
  color: #dd5c21;
}
.footer .footer__right {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.footer .footer__nav {
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: space-between;
  gap: 12px 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer .footer__nav a {
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.15px;
  font-weight: 600;
  transition: color 0.22s ease;
}
@media (hover: hover) {
  .footer .footer__nav a:hover {
    color: #dd5c21;
  }
}
.footer .footer__middle {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}
.footer .footer__contacts {
  max-width: 460px;
}
.footer .footer__phone {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 16px;
  transition: color 0.22s ease;
}
@media (hover: hover) {
  .footer .footer__phone:hover {
    color: #dd5c21;
  }
}
.footer .footer__caption {
  display: block;
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 10px;
}
.footer .footer__address {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
  margin: 0;
}
.footer .footer__btn {
  flex-shrink: 0;
}
.footer .footer__extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer .footer__mail {
  color: #fff;
  opacity: 0.95;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
  transition: color 0.22s ease, opacity 0.22s ease;
}
@media (hover: hover) {
  .footer .footer__mail:hover {
    color: #dd5c21;
    opacity: 1;
  }
}
.footer .footer__socials {
  display: flex;
  gap: 10px;
}
.footer .footer__socials a {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease, transform 0.2s ease;
}
@media (hover: hover) {
  .footer .footer__socials a:hover {
    border-color: rgba(221, 92, 33, 0.55);
    background-color: rgba(221, 92, 33, 0.12);
    color: #dd5c21;
  }
  .footer .footer__socials a:active {
    transform: scale(0.96);
  }
}
.footer .footer__bottom {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 20px 80px;
  align-items: end;
}
.footer .footer__copy p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 28px;
  max-width: 260px;
}
.footer .footer__copy span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 22px;
}
.footer .footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 16px 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.0784313725);
}
.footer .footer__legal a {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.2px;
  transition: color 0.22s ease, opacity 0.22s ease;
}
@media (hover: hover) {
  .footer .footer__legal a:hover {
    color: #dd5c21;
  }
}
.footer .footer__legal a:last-child {
  text-decoration: underline;
  text-decoration-color: #dd5c21;
}

@media (max-width: 1400px) {
  .footer .footer__logo {
    font-size: 56px;
  }
  .footer .footer__phone {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding: 78px 0 36px;
  }
  .footer .footer__top,
  .footer .footer__bottom {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer .footer__logo {
    font-size: 48px;
  }
  .footer .footer__nav {
    grid-template-columns: repeat(3, auto);
    justify-content: flex-start;
  }
  .footer .footer__phone {
    font-size: 30px;
  }
  .footer .footer__legal {
    padding-top: 14px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 64px 0 30px;
  }
  .footer .footer__container {
    gap: 42px;
  }
  .footer .footer__logo {
    font-size: 38px;
  }
  .footer .footer__nav {
    grid-template-columns: repeat(2, auto);
    gap: 12px 22px;
    padding-bottom: 22px;
  }
  .footer .footer__middle {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer__phone {
    font-size: 28px;
  }
  .footer .footer__extra {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 22px;
  }
  .footer .footer__socials a {
    width: 48px;
    height: 48px;
  }
  .footer .footer__copy p {
    margin-bottom: 18px;
  }
  .footer .footer__legal {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 54px 0 24px;
  }
  .footer .footer__logo {
    font-size: 32px;
  }
  .footer .footer__nav a {
    font-size: 14px;
    line-height: 16px;
  }
  .footer .footer__phone {
    font-size: 24px;
  }
  .footer .footer__address,
  .footer .footer__mail,
  .footer .footer__copy p,
  .footer .footer__copy span,
  .footer .footer__legal a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .footer__btn {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .works-card {
    grid-template-columns: 1fr;
  }
  .works-card .works-card__image {
    min-height: 290px;
  }
  .works-card .works-card__title {
    font-size: 32px;
    line-height: 40px;
  }
  .request .request__container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .works {
    padding: 90px 0;
  }
  .works .works__tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .works-card .works-card__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .request {
    padding: 90px 0;
  }
  .request .request__form-wrap {
    padding: 24px;
  }
  .request .request__cta {
    padding: 22px;
  }
}
@media (max-width: 576px) {
  .works .works__title {
    font-size: 34px;
    line-height: 40px;
  }
  .works .works__tags {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
  .works-card {
    gap: 24px;
  }
  .works-card .works-card__image {
    min-height: 220px;
  }
  .works-card .works-card__title {
    font-size: 26px;
    line-height: 32px;
  }
  .works-card .works-card__meta {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .works .works__controls {
    flex-direction: column;
    align-items: flex-start;
  }
  .request .request__title {
    font-size: 34px;
    line-height: 40px;
  }
  .request .request__cta {
    padding: 18px;
  }
  .request .request__list li {
    font-size: 16px;
    line-height: 20px;
  }
  .request-modal {
    width: calc(100% - 16px);
  }
}
.map {
  padding-bottom: 100px;
}
.map .map__bg {
  background-image: url(../img/map.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 856px;
}
.map .map__title {
  margin-bottom: 220px;
}
.map .map__grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.map .map__item_top {
  transform: translateY(calc(100% + 36px));
}
.map .map__text {
  font-family: Onest;
  font-weight: 600;
  font-style: Medium;
  font-size: 54px;
  color: #000000;
  line-height: 62px;
  letter-spacing: -1px;
  padding-bottom: 4px;
  border-bottom: 2px solid #DD5C21;
  margin-bottom: 20px;
  display: block;
  max-width: -moz-min-content;
  max-width: min-content;
}
.map .map__text-2 {
  color: #000000;
}

@media (max-width: 1400px) {
  .map {
    padding-bottom: 70%;
  }
  .map .map__bg {
    min-height: 700px;
    background-size: cover;
    border-radius: 16px;
    padding: 28px;
  }
  .map .map__title {
    margin-bottom: 120px;
  }
  .map .map__text {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 14px;
  }
  .map .map__item_top {
    transform: translateY(calc(100% + 12px));
  }
}
@media (max-width: 1200px) {
  .map {
    padding-bottom: 90px;
  }
  .map .map__bg {
    min-height: 560px;
    padding: 24px;
    background-position: center top;
  }
  .map .map__title {
    margin-bottom: 64px;
  }
  .map .map__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
  }
  .map .map__item {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 16px;
  }
  .map .map__item_top {
    transform: none;
  }
  .map .map__text {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .map {
    padding-bottom: 72px;
  }
  .map .map__bg {
    min-height: 0;
    background-size: cover;
    background-position: center;
    padding: 20px;
  }
  .map .map__title {
    margin-bottom: 26px;
  }
  .map .map__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .map .map__item {
    padding: 14px;
  }
  .map .map__text {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .map .map__text-2 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .map {
    padding-bottom: 64px;
  }
  .map .map__bg {
    padding: 14px;
    border-radius: 12px;
  }
  .map .map__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .map .map__item {
    padding: 12px;
  }
  .map .map__text {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .map .map__text-2 {
    font-size: 13px;
    line-height: 18px;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0 auto 0;
}

details, main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}
/* ===================== Внутренние страницы (WP) ===================== */
body.no-main .wrapper {
  min-height: auto;
  padding-bottom: 0;
}
.page-hero {
  position: relative;
  z-index: 2;
  padding: 90px 0 80px;
}
.page-hero .page-hero__title {
  font-family: Onest;
  font-weight: 500;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 24px;
}
.page-hero .page-hero__text {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 36px;
}
.page-hero .page-hero__btn {
  display: inline-block;
}

.bread-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 18px;
}
.bread-crumbs .bread-crumbs-link {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.22s ease;
}
.bread-crumbs a.bread-crumbs-link:hover {
  color: #dd5c21;
}
.bread-crumbs span {
  color: rgba(255, 255, 255, 0.45);
}

.page-content {
  background-color: #fff;
}
.page-content .container {
  max-width: 1100px;
}
.page-content .bread-crumbs {
  margin-bottom: 32px;
}
.page-content .bread-crumbs .bread-crumbs-link {
  color: rgba(0, 0, 0, 0.6);
}
.page-content .bread-crumbs span {
  color: rgba(0, 0, 0, 0.35);
}
.page-content .page-content__body {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 30px;
}
.page-content .page-content__body h2 {
  font-family: Onest;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.5px;
  margin: 48px 0 20px;
}
.page-content .page-content__body h3 {
  font-family: Onest;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 36px 0 16px;
}
.page-content .page-content__body p {
  cursor: auto;
  margin-bottom: 20px;
}
.page-content .page-content__body ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.page-content .page-content__body ul li {
  cursor: auto;
  position: relative;
  padding-left: 30px;
}
.page-content .page-content__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #dd5c21;
}
.about .page-content__body a,
.page-content .page-content__body a {
  color: #dd5c21;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .about .page-content__body a:hover,
  .page-content .page-content__body a:hover {
    color: #b8481a;
  }
}
.page-content .page-content__body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px 0;
}
.page-content .page-content__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 26px;
  overflow: hidden;
  border-radius: 12px;
}
.page-content .page-content__body table th,
.page-content .page-content__body table td {
  text-align: left;
  padding: 13px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
.page-content .page-content__body table thead th {
  background-color: #dd5c21;
  color: #fff;
  font-weight: 600;
}
.page-content .page-content__body table tbody td:first-child {
  font-weight: 600;
  width: 42%;
  color: #1a1a1a;
}
.page-content .page-content__body table tbody tr:nth-child(even) td {
  background-color: #f7f7f7;
}

/* Группы подрубрик на странице «Винтовые сваи» */
.catalog-group + .catalog-group {
  margin-top: 56px;
}
.catalog-group + .catalog-desc {
  margin-top: 56px;
}
.catalog-group__title {
  margin-bottom: 28px;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .catalog-group + .catalog-group,
  .catalog-group + .catalog-desc {
    margin-top: 40px;
  }
  .catalog-group__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}

/* Сетка проектов (страница рубрики) */
.projects-archive {
  background-color: #fff;
}
.projects-archive .projects-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.projects-archive .works-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}
.projects-archive .works-card .works__img {
  max-width: 100%;
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.projects-archive .works-card .works-card__meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.projects-archive .works-card .works-card__title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 12px;
}

/* Пагинация / комментарии */
.pagination ul,
.block-comment-new {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #111;
}
.pagination .current {
  background-color: #dd5c21;
  border-color: #dd5c21;
  color: #fff;
}

@media (max-width: 1024px) {
  .projects-archive .projects-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-hero .page-hero__title {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .page-hero {
    padding: 60px 0 50px;
  }
  .page-hero .page-hero__title {
    font-size: 32px;
    line-height: 40px;
  }
  .page-content .page-content__body {
    font-size: 16px;
    line-height: 26px;
  }
  .page-content .page-content__body h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .page-content .page-content__body table {
    font-size: 15px;
    line-height: 22px;
  }
  .page-content .page-content__body table th,
  .page-content .page-content__body table td {
    padding: 10px 12px;
  }
  .projects-archive .projects-archive__grid {
    grid-template-columns: 1fr;
  }
}

/* ===================== Страница проекта (рубрика 3) ===================== */
.project { background-color: #fff; }
.project .bread-crumbs { margin-bottom: 32px; }
.project .bread-crumbs .bread-crumbs-link { color: rgba(0,0,0,0.6); }
.project .bread-crumbs a.bread-crumbs-link:hover { color: #dd5c21; }
.project .bread-crumbs span { color: rgba(0,0,0,0.35); }

.project .project__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}
.project .project__photo {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #ededed;
}
.project .project__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.project .project__zoom {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}
@media (hover: hover) {
  .project .project__photo:hover img { transform: scale(1.05); }
  .project .project__photo:hover .project__zoom { opacity: 1; transform: translateY(0); background: rgba(221, 92, 33, 0.85); }
}
.project .project__title { margin-bottom: 20px; }
.project .project__desc {
  max-width: 880px;
  margin-bottom: 40px;
}
.project .project__meta {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 26px 40px;
}
.project .project__meta li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 360px;
}
.project .project__meta span { color: #000; opacity: 0.5; font-size: 14px; line-height: 16px; }
.project .project__meta strong { color: #000; font-size: 22px; line-height: 24px; font-weight: 500; letter-spacing: -0.5px; }

/* --- Видео производства + кастомный плеер --- */
.project-video {
  background-color: #151515;
  padding: 110px 0;
}
.project-video .project-video__preview { color: #DD5C21; }
.project-video .project-video__title { color: #fff; margin-bottom: 40px; }
.project-video .project-video__title span { color: #DD5C21; }

.player {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16/9;
  width: 100%;
}
.player .player__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
.player .player__big {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(221, 92, 33, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.22s ease;
}
.player .player__big svg { margin-left: 5px; }
@media (hover: hover) {
  .player .player__big:hover { background: #e8733a; transform: translate(-50%, -50%) scale(1.06); }
}
.player.is-playing .player__big { opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(0.8); }

.player .player__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 30px 22px 18px;
  background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.player:hover .player__bar,
.player.is-playing .player__bar,
.player.is-paused .player__bar { opacity: 1; transform: translateY(0); }

.player .player__btn {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.22s ease;
}
@media (hover: hover) { .player .player__btn:hover { background: rgba(255,255,255,0.14); } }
.player .player__icon-pause,
.player .player__icon-muted { display: none; }
.player.is-playing .player__icon-play { display: none; }
.player.is-playing .player__icon-pause { display: inline-flex; }
.player.is-muted .player__icon-volume { display: none; }
.player.is-muted .player__icon-muted { display: inline-flex; }

.player .player__progress {
  flex: 1 1 auto;
  height: 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  position: relative;
}
.player .player__progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-radius: 4px;
  background: #DD5C21;
  pointer-events: none;
}
.player .player__time {
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* --- CTA «Хотите похожий проект» --- */
.project-cta { background-color: #DD5C21; padding: 70px 0; }
.project-cta .project-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.project-cta .project-cta__text { max-width: 760px; }
.project-cta .project-cta__text .h2-title { color: #fff; margin-bottom: 14px; }
.project-cta .project-cta__text .h2-title span { color: #fff; }
.project-cta .project-cta__text p { color: #fff; opacity: 0.92; }
.project-cta .project-cta__btn {
  flex-shrink: 0;
  background: #fff;
  color: #DD5C21;
  border-radius: 45px;
  padding: 21px 34px;
}
@media (hover: hover) {
  .project-cta .project-cta__btn:hover { background: #111; color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,0.25); }
}

.project-others { background-color: #fff; }
.project-others .works__title { margin-bottom: 48px; }
.project-others .works__preview { color: #DD5C21; }

/* --- Лайтбокс для фото --- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.lightbox.is-open { display: flex; }
.lightbox .lightbox__img {
  max-width: 92vw;
  max-height: 88vh;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}
.lightbox .lightbox__close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.2s ease;
}
@media (hover: hover) {
  .lightbox .lightbox__close:hover { background: rgba(255,255,255,0.2); color: #dd5c21; }
  .lightbox .lightbox__close:active { transform: scale(0.94); }
}

@media (max-width: 1024px) {
  .project .project__meta { gap: 24px 44px; }
  .project-video { padding: 80px 0; }
}
@media (max-width: 768px) {
  .project .project__gallery { grid-template-columns: 1fr; gap: 16px; }
  .project .project__photo { aspect-ratio: 16/11; }
  .project .project__meta strong { font-size: 19px; }
  .project-video { padding: 60px 0; }
  .player .player__big { width: 70px; height: 70px; }
  .player .player__big svg { width: 20px; height: 24px; }
  .player .player__bar { gap: 10px; padding: 24px 14px 12px; }
  .player .player__time { font-size: 12px; }
  .project-cta { padding: 50px 0; }
  .project-cta .project-cta__inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .project-cta .project-cta__btn { width: 100%; text-align: center; }
  .project-cta .project-cta__text .h2-title { font-size: 40px; line-height: 46px; }
}
@media (max-width: 576px) {
  .project .project__meta { gap: 18px 32px; }
  .project .project__meta li { max-width: 100%; }
  .project-cta .project-cta__text .h2-title { font-size: 30px; line-height: 36px; }
  .lightbox { padding: 16px; }
  .lightbox .lightbox__close { top: 12px; right: 12px; }
}

/* --- Кликабельная карточка проекта целиком --- */
.works-card { position: relative; }
.works-card .works-card__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 12px;
}
.works-card .works-card__title { transition: color 0.22s ease; }
.works-card .works__img { transition: transform 0.4s ease, opacity 0.22s ease; }
@media (hover: hover) {
  .works-card:hover .works-card__title { color: #dd5c21; }
  .projects-archive .works-card:hover .works__img,
  .project-others .works-card:hover .works__img { opacity: 0.9; }
}

/* --- Выравнивание карточек проектов по сетке (одинаковые ряды) --- */
.projects-archive .projects-archive__grid { align-items: stretch; }
.projects-archive .works-card { height: 100%; }
.projects-archive .works-card .works-card__content {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.projects-archive .works-card .works-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 64px;
  margin-bottom: 12px;
}
.projects-archive .works-card .works-card__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
  margin-bottom: 20px;
}
.projects-archive .works-card .works-card__meta { margin-top: 0; }

/* ===================== Страница услуги (Монтаж, ID 96) ===================== */
/* Преимущества в hero */
.page-hero .page-hero__adv {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 40px;
}
.page-hero .page-hero__adv li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.25px;
}
.page-hero .page-hero__adv img { flex-shrink: 0; }

/* Стоимость */
.pricing { background-color: #fff; }
.pricing .pricing__preview { color: #DD5C21; }
.pricing .pricing__title { margin-bottom: 48px; }
.pricing .pricing__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 40px;
  align-items: stretch;
}
.pricing .pricing__card {
  background-color: #151515;
  border-radius: 16px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.pricing .pricing__label { color: rgba(255, 255, 255, 0.7); }
.pricing .pricing__price {
  color: #fff;
  font-family: Onest;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -1.5px;
}
.pricing .pricing__price span {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  letter-spacing: -0.5px;
}
.pricing .pricing__note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 22px;
  max-width: 420px;
}
.pricing .pricing__btn { margin-top: auto; }
.pricing .pricing__factors {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 44px;
}
.pricing .pricing__factors-title {
  display: block;
  color: #000;
  font-weight: 600;
  margin-bottom: 24px;
}
.pricing .pricing__factors ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pricing .pricing__factors li {
  position: relative;
  padding-left: 34px;
  color: #000;
  opacity: 0.82;
  font-size: 17px;
  line-height: 24px;
}
.pricing .pricing__factors li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background-color: #DD5C21;
}

/* FAQ (аккордеон на нативных details) */
.faq { background-color: #fff; }
.faq .faq__preview { color: #DD5C21; }
.faq .faq__title { margin-bottom: 48px; }
.faq .faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq .faq__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.faq .faq__item[open] {
  border-color: rgba(221, 92, 33, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.faq .faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: Onest;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: #000;
  transition: color 0.22s ease;
}
.faq .faq__item summary::-webkit-details-marker { display: none; }
.faq .faq__item summary::after {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background:
    linear-gradient(#DD5C21, #DD5C21) center / 2px 100% no-repeat,
    linear-gradient(#DD5C21, #DD5C21) center / 100% 2px no-repeat;
  transition: transform 0.28s ease;
}
.faq .faq__item[open] summary::after { transform: rotate(45deg); }
.faq .faq__answer { padding: 0 30px 26px; }
.faq .faq__answer p {
  color: #000;
  opacity: 0.7;
  font-size: 17px;
  line-height: 26px;
}
@media (hover: hover) {
  .faq .faq__item summary:hover { color: #dd5c21; }
}

@media (max-width: 1024px) {
  .pricing .pricing__grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 768px) {
  .page-hero .page-hero__adv { margin-top: 28px; gap: 14px 28px; }
  .page-hero .page-hero__adv li { font-size: 16px; gap: 12px; }
  .page-hero .page-hero__adv img { width: 32px; height: 32px; }
  .pricing .pricing__card,
  .pricing .pricing__factors { padding: 28px; }
  .pricing .pricing__price { font-size: 40px; }
  .faq .faq__item summary { padding: 20px 22px; font-size: 17px; line-height: 24px; }
  .faq .faq__answer { padding: 0 22px 20px; }
  .faq .faq__answer p { font-size: 16px; line-height: 24px; }
}

/* Верхний отступ у "objects", когда секция идёт сразу после тёмного "process" (страница Услуги) */
.process + .objects { padding-top: 140px; }
@media (max-width: 1200px) { .process + .objects { padding-top: 100px; } }
@media (max-width: 768px)  { .process + .objects { padding-top: 80px; } }
@media (max-width: 576px)  { .process + .objects { padding-top: 64px; } }

/* ===================== Страница «О компании» (ID 101) ===================== */
.about { background-color: #fff; }
.about .about__preview { color: #DD5C21; }
.about .about__title { margin-bottom: 36px; max-width: 1040px; }
.about .about__media { margin-bottom: 44px; }
.about .about__text { max-width: 1040px; }
@media (max-width: 768px) {
  .about .about__media { margin-bottom: 28px; }
}

/* ===================== Страница «Контакты» (ID 104) ===================== */
.contacts { background-color: #fff; }
.contacts .contacts__preview { color: #DD5C21; }
.contacts .contacts__title { margin-bottom: 48px; }
.contacts .contacts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}
.contacts .contacts__card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
@media (hover: hover) {
  .contacts .contacts__card:hover {
    border-color: rgba(221, 92, 33, 0.35);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  }
}
.contacts .contacts__label {
  color: #000;
  opacity: 0.5;
  font-size: 14px;
  line-height: 16px;
}
.contacts .contacts__value {
  color: #000;
  font-family: Onest;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.7px;
  transition: color 0.22s ease;
}
.contacts .contacts__value_sm {
  font-size: 21px;
  line-height: 27px;
  letter-spacing: -0.4px;
}
@media (hover: hover) {
  .contacts a.contacts__value:hover { color: #dd5c21; }
}
.contacts .contacts__note {
  color: #000;
  opacity: 0.55;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .contacts .contacts__card { padding: 24px; }
  .contacts .contacts__value { font-size: 22px; line-height: 26px; }
  .contacts .contacts__btn { width: 100%; text-align: center; }
}

/* Одиночная запись-объект (рубрика 4): контент по центру на всю ширину */
.page-content .page-content__body > *:first-child {
  margin-top: 0;
}
.page-content .page-content__body > *:last-child {
  margin-bottom: 0;
}
.page-content .page-content__cover {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 0 40px;
}
.page-content .page-content__body h4 {
  font-family: Onest;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 28px 0 14px;
}
.page-content .page-content__body strong,
.page-content .page-content__body b {
  font-weight: 600;
  color: #000;
}
.page-content .page-content__body ol {
  counter-reset: li;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.page-content .page-content__body ol li {
  cursor: auto;
  position: relative;
  padding-left: 38px;
  counter-increment: li;
}
.page-content .page-content__body ol li::before {
  content: counter(li);
  position: absolute;
  left: 0;
  top: 1px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #dd5c21;
  border-radius: 8px;
}
.page-content .page-content__body blockquote {
  margin: 28px 0;
  padding: 20px 28px;
  border-left: 4px solid #dd5c21;
  background-color: #f6f6f6;
  border-radius: 0 12px 12px 0;
  font-size: 19px;
  line-height: 30px;
}
.page-content .page-content__body blockquote p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-content .page-content__cover {
    max-height: 300px;
    margin-bottom: 28px;
  }
  .page-content .page-content__body h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

/* ==== Каталог: макет с левым меню навигации ==== */
.catalog-layout {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.catalog-layout_full {
  display: block;
}
.catalog-main {
  flex: 1 1 auto;
  min-width: 0;
}
.catalog-aside,
.catalog-nav {
  flex: 0 0 300px;
  width: 300px;
  position: sticky;
  top: 24px;
  align-self: flex-start;
}
/* сетка карточек внутри колонки — 3 в ряд */
.catalog .catalog-main .catalog__list {
  grid-template-columns: repeat(3, 1fr);
}

/* CTA-карточка «изделия нет в каталоге» — тянется на свободные колонки (span задаёт JS). */
.catalog .catalog-main .catalog__item--cta {
  grid-column: 1 / -1; /* запасной вариант до срабатывания JS */
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 40px;
  min-height: 0;
  background-color: #dd5c21;
  background-image: none;
  border-color: #dd5c21;
}
.catalog .catalog-main .catalog__item--cta .catalog__cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 680px;
}
.catalog .catalog-main .catalog__item--cta .catalog__subtitle {
  color: #fff;
}
.catalog .catalog-main .catalog__item--cta .catalog__cta-text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 24px;
}
.catalog .catalog-main .catalog__item--cta .catalog__cta-btn {
  flex: 0 0 auto;
  max-width: none;
  background: #fff;
  color: #dd5c21;
}
@media (hover: hover) {
  .catalog .catalog-main .catalog__item--cta .catalog__cta-btn:hover {
    background: #f2f2f2;
  }
}

/* Навигация каталога */
.catalog-nav {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  padding: 24px 20px;
  background: #fff;
}
.catalog-nav__head {
  font-family: Onest;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  color: #1a1a1a;
}
.catalog-nav__root,
.catalog-nav__sub {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.catalog-nav__sub {
  margin: 6px 0 6px 14px;
  padding-left: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  gap: 2px;
}
.catalog-nav__link {
  display: block;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease;
  /* Длинные названия переносятся с расстановкой переносов
     («Ангары из металло-конструкций»), не вылезая за колонку. */
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.catalog-nav__node_root > .catalog-nav__link {
  font-weight: 600;
  color: #1a1a1a;
}
@media (hover: hover) {
  .catalog-nav__link:hover {
    background: rgba(221, 92, 33, 0.08);
    color: #dd5c21;
  }
}
.catalog-nav__node.is-active > .catalog-nav__link,
.catalog-nav__leaf.is-active > .catalog-nav__link {
  background: #dd5c21;
  color: #fff;
  font-weight: 600;
}
/* Индикатор сворачивания: у рубрик с вложенными записями/подкатегориями. */
.catalog-nav__node.has-children > .catalog-nav__link {
  position: relative;
  padding-right: 26px;
}
.catalog-nav__node.has-children > .catalog-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-70%) rotate(-45deg);
  opacity: 0.55;
  transition: transform 0.18s ease;
}
.catalog-nav__node.has-children.is-open > .catalog-nav__link::after {
  transform: translateY(-30%) rotate(45deg);
  opacity: 0.85;
}

@media (max-width: 1400px) {
  .catalog-layout {
    gap: 32px;
  }
  .catalog-aside,
  .catalog-nav {
    flex-basis: 260px;
    width: 260px;
  }
}
@media (max-width: 1200px) {
  .catalog .catalog-main .catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Кнопка-раскрытие каталога — только на мобильном. */
.catalog-nav__toggle {
  display: none;
}
@media (max-width: 992px) {
  .catalog-layout {
    display: block;
  }
  .catalog-aside,
  .catalog-nav {
    width: 100%;
    position: static;
    margin-bottom: 32px;
  }
  .catalog-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 18px;
    background: #dd5c21;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    border: none;
    border-radius: 10px;
    cursor: pointer;
  }
  .catalog-nav__toggle::after {
    content: "";
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    margin-left: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
  .catalog-nav.is-open .catalog-nav__toggle::after {
    transform: rotate(-135deg);
  }
  .catalog-nav__head {
    display: none;
  }
  .catalog-nav__body {
    display: none;
    margin-top: 12px;
  }
  .catalog-nav.is-open .catalog-nav__body {
    display: block;
  }
}
@media (max-width: 600px) {
  .catalog .catalog-main .catalog__list {
    grid-template-columns: 1fr;
  }
}

/* Построчная «таблица» для разделов с большим числом записей (>15). */
.catalog .catalog-main .catalog-rows {
  margin: 0 0 32px;
}
.catalog .catalog-main .catalog-rows__search {
  margin-bottom: 16px;
}
.catalog .catalog-main .catalog-rows__input {
  width: 100%;
  max-width: 440px;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.16s ease;
}
.catalog .catalog-main .catalog-rows__input:focus {
  border-color: #dd5c21;
}
.catalog .catalog-main .catalog-rows__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.catalog .catalog-main .catalog-rows__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.catalog .catalog-main .catalog-rows__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 14px;
  color: #1a1a1a;
  text-decoration: none;
  transition: background-color 0.14s ease, color 0.14s ease;
}
.catalog .catalog-main .catalog-rows__name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.catalog .catalog-main .catalog-rows__price {
  flex: 0 0 auto;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
}
.catalog .catalog-main .catalog-rows__price b {
  color: #dd5c21;
  font-weight: 600;
}
@media (hover: hover) {
  .catalog .catalog-main .catalog-rows__link:hover {
    background: #dd5c21;
    color: #fff;
  }
  .catalog .catalog-main .catalog-rows__link:hover .catalog-rows__price,
  .catalog .catalog-main .catalog-rows__link:hover .catalog-rows__price b {
    color: #fff;
  }
}
.catalog .catalog-main .catalog-rows__empty {
  padding: 16px 14px;
  color: #666;
}
/* Пагинация построчного списка. */
.catalog .catalog-main .catalog-rows__pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.catalog .catalog-main .catalog-rows__page {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.14s ease, color 0.14s ease, border-color 0.14s ease;
}
@media (hover: hover) {
  .catalog .catalog-main .catalog-rows__page:hover:not(:disabled):not(.is-active) {
    border-color: #dd5c21;
    color: #dd5c21;
  }
}
.catalog .catalog-main .catalog-rows__page.is-active {
  background: #dd5c21;
  border-color: #dd5c21;
  color: #fff;
  cursor: default;
}
.catalog .catalog-main .catalog-rows__page:disabled:not(.is-active) {
  opacity: 0.4;
  cursor: default;
}
.catalog .catalog-main .catalog-rows__ellipsis {
  padding: 0 4px;
  color: #999;
}
/* Отдельный CTA-баннер под списком (на всю ширину). */
.catalog .catalog-main .catalog__item--cta-full {
  display: flex;
}
@media (max-width: 600px) {
  .catalog .catalog-main .catalog-rows__link {
    padding: 12px 10px;
  }
  .catalog .catalog-main .catalog-rows__name {
    font-size: 15px;
  }
  .catalog .catalog-main .catalog-rows__price {
    font-size: 13px;
  }
}

/* Таблица характеристик в записях каталога (фермы и т.п.). */
.page-content__body .table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 28px 0;
}
.page-content__body .spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 20px;
  min-width: 640px;
}
.page-content__body .spec-table th,
.page-content__body .spec-table td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid #e6e6e6;
}
.page-content__body .spec-table thead th {
  background: #dd5c21;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.page-content__body .spec-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
.page-content__body .spec-table td:first-child {
  font-weight: 600;
  color: #1a1a1a;
}

/* Вертикальная таблица (2 столбца: характеристика | значение) на всю ширину блока. */
.page-content__body .spec-table--vertical {
  min-width: 0;
  width: 100%;
  max-width: none;
}
.page-content__body .spec-table--vertical th[scope="row"] {
  background: #f7f7f7;
  color: #1a1a1a;
  font-weight: 600;
  text-align: left;
  white-space: normal;
  width: 42%;
}
.page-content__body .spec-table--vertical td {
  font-weight: 400;
  color: #333;
}
/* Без чередования серым — ровные строки. */
.page-content__body .spec-table--vertical tbody tr:nth-child(even) {
  background: transparent;
}
/* Первая строка — подсвеченный заголовок таблицы. */
.page-content__body .spec-table--vertical tr:first-child th,
.page-content__body .spec-table--vertical tr:first-child td {
  background: #dd5c21;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 600px) {
  /* Горизонтальные таблицы превращаются в карточки (label из data-th). */
  .page-content__body .spec-table:not(.spec-table--vertical) {
    min-width: 0;
  }
  .page-content__body .spec-table:not(.spec-table--vertical) thead {
    display: none;
  }
  .page-content__body .spec-table:not(.spec-table--vertical),
  .page-content__body .spec-table:not(.spec-table--vertical) tbody,
  .page-content__body .spec-table:not(.spec-table--vertical) tr,
  .page-content__body .spec-table:not(.spec-table--vertical) td {
    display: block;
    width: 100%;
  }
  .page-content__body .spec-table:not(.spec-table--vertical) tr {
    margin-bottom: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
  }
  .page-content__body .spec-table:not(.spec-table--vertical) td {
    border: none;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
  }
  .page-content__body .spec-table:not(.spec-table--vertical) td:last-child {
    border-bottom: none;
  }
  .page-content__body .spec-table:not(.spec-table--vertical) td::before {
    content: attr(data-th);
    font-weight: 600;
    color: #666;
    text-align: left;
  }
  .page-content__body .spec-table:not(.spec-table--vertical) td:first-child {
    background: #faf3ef;
  }
  /* Вертикальная таблица и так узкая — оставляем как есть, чуть сужаем ярлык. */
  .page-content__body .spec-table--vertical th[scope="row"] {
    width: 48%;
  }
}

/* Более широкий контейнер на страницах каталога (для меню + контента) */
.catalog-single .container,
.catalog .container {
  max-width: 1780px;
}

/* Hero записи каталога: слева текст, справа картинка 250px */
.page-hero__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
}
.page-hero__col {
  flex: 1 1 auto;
  min-width: 0;
}
.page-hero__media {
  flex: 0 0 350px;
  width: 350px;
}
.page-hero__media img {
  width: 350px;
  max-width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: contain;
  display: block;
}
.page-hero__price {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin: 28px 0 24px;
}
.page-hero__price span {
  color: #dd5c21;
  font-weight: 600;
}
@media (max-width: 992px) {
  .page-hero__flex {
    flex-direction: column;
    gap: 32px;
  }
  .page-hero__media {
    order: -1;
  }
}

/* Подкатегория: сетка записей сверху, описание-статья ниже */
.catalog-main__title {
  margin: 0 0 32px;
}
.catalog-main .catalog__list + .catalog-desc {
  margin-top: 56px;
}
