@font-face {
  font-family: "Involve";
  src: url("../font/Involve-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../font/Involve-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../font/Involve-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../font/Involve-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --blue: #2890ee;
  --light: #dcebf7;
  --text: #192336;
  --header-h: 86px;
}

* { box-sizing: border-box; }
*,
*::before,
*::after { font-family: inherit; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Involve", Arial, sans-serif; color: var(--text); background: #fff; font-weight: 400; }
.container { width: min(1180px, 92%); margin: 0 auto; }
.section { padding: 64px 0; }
h2 { margin: 0 0 22px; font-size: 32px; line-height: 1.15; font-weight: 500; }
p { line-height: 1.5; font-weight: 400; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #ecf1f5;
}
.header-inner {
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 22px;
}
.brand-text { display: inline-flex; align-items: center; }
.brand-text img { width: 140px; height: auto; display: block; }
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.menu-list a {
  text-decoration: none;
  color: #2e3543;
  font-size: 15px;
  font-weight: 500;
}
.menu-list a:hover { color: var(--blue); }
.header-contacts { display: flex; flex-direction: column; gap: 7px; }
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3b4354;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
}
.contact-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.menu-toggle { display: none; }
.menu-overlay { display: none; }
.mobile-menu-extras { display: none; }
.menu-close { display: none; }

.hero {
  background: var(--light);
  width: 100%;
  padding: clamp(44px, 6vw, 74px) 0 clamp(26px, 4vw, 48px);
  border-radius: 36px;
  margin-top: 12px;
  overflow: hidden;
}
.hero-inner { display: grid; grid-template-columns: 1.25fr .95fr; align-items: center; gap: clamp(20px, 3vw, 42px); }
.hero-content { max-width: 760px; }
.hero h1 { margin: 0 0 14px; font-size: 43px; font-weight: 500; line-height: 1.08; letter-spacing: -0.01em; }
.hero p { margin: 0 0 26px; max-width: 560px; font-size: 26px; font-weight: 400; line-height: 1.25; }
.hero-media { width: 100%; }
.hero-image { width: 100%; }
.hero-image img { width: 100%; height: auto; object-fit: contain; display: block; }
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
  padding: 8px 8px 8px 24px;
  border-radius: 999px;
  background: #248eed;
  color: #fff;
  border: 1px solid #248eed;
  transition: transform .18s ease, box-shadow .25s ease, background-color .22s ease, border-color .22s ease;
}
.hero-btn:hover {
  transform: translateY(-2px);
  background: #2f99f9;
  border-color: #2f99f9;
  box-shadow: 0 12px 22px rgba(36, 142, 237, 0.28);
}
.hero-btn:active { transform: translateY(0); }
.hero-btn-label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.hero-btn-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff url("../arrow.png") center/37px 37px no-repeat;
  position: relative;
  color: transparent;
}
.hero-btn-arrow::before {
  content: none;
}
.hero-btn-arrow::after {
  content: none;
}

.btn {
  border: 0;
  background: var(--blue);
  color: #fff;
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 16px;
  cursor: pointer;
}
.site-header .header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 22px;
  border: 1px solid #1f2530;
  background: transparent;
  color: #1f2530;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: transform .18s ease, box-shadow .25s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}
.site-header .header-btn:hover {
  transform: translateY(-2px);
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  box-shadow: 0 12px 22px rgba(36, 142, 237, 0.28);
}
.site-header .header-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(36, 142, 237, 0.22);
}

.cards, .slider-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; }

.card, .photo-item, .video-item, .faq-item {
  border: 1px solid #dbe2ea;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
}
.card img, .photo-item img, .video-item img { width: 100%; height: auto; border-radius: 12px; }
.image-card { padding: 10px; }
.image-card img { display: block; width: 100%; }
.about-grid {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 34px;
  align-items: center;
}
.about-main { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.about-main h2 { font-size: 32px; font-weight: 500; line-height: 1.15; margin-bottom: 14px; }
.about-main p { max-width: 640px; margin-bottom: 26px; font-size: 20px; line-height: 1.38; }
.about-btn {
  width: auto;
  min-width: 0;
  align-self: flex-start;
}
.about-advantages {
  display: grid;
  gap: 14px;
}
.advantage-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 16px;
  border-radius: 18px;
}
.advantage-icon {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
}
.advantage-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}
.advantage-content h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
}
.advantage-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.services {
  background: #fff;
}
.services-container { width: min(1180px, 92%); }
.services h2 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  grid-auto-rows: 1fr;
  gap: 24px;
}
.service-card {
  width: 100%;
  min-height: 314px;
  min-width: 0;
  max-width: 100%;
  border: 1px solid #168CFF;
  border-radius: 28px;
  background: #fff;
  padding: 22px 18px 20px;
  overflow: hidden;
}
.service-card-link {
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.service-image-wrap {
  width: 100%;
  min-height: 128px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}
.service-image-wrap img {
  max-width: 130px;
  max-height: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.service-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}
.service-card p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}
.service-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 24px;
  border-radius: 999px;
  border: 1px solid #1f2530;
  background: transparent;
  color: #1f2530;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .22s ease, color .22s ease, transform .18s ease, border-color .22s ease, box-shadow .22s ease;
}
.service-btn:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(40, 144, 238, 0.22);
}
.services-all-wrap {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.services-all-btn {
  min-width: 182px;
}

.professions { background: #fff; }
.professions h2 {
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 14px;
}
.professions-title-line { display: block; }
.professions-text {
  text-align: left;
  margin: 0 0 20px;
  max-width: 750px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}
.professions-slider-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  cursor: grab;
}
.professions-slider-wrap:active { cursor: grabbing; }
.professions-slider-wrap::-webkit-scrollbar { display: none; }
.professions-slider {
  display: flex;
  gap: 16px;
  width: max-content;
  padding-right: 24px;
  scroll-snap-type: x mandatory;
}
.profession-card {
  width: 237px;
  min-height: 272px;
  background: #F2F2F2;
  border-radius: 22px;
  padding: 14px 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  scroll-snap-align: start;
}
.profession-image-wrap {
  width: 100%;
  height: 138px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  overflow: hidden;
}
.profession-image-wrap img {
  max-width: 100%;
  max-height: 132px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  display: block;
}
.profession-card h3 {
  margin: 4px 0 8px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}
.profession-price {
  margin-top: auto;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.lead-section {
  padding-top: 44px;
  padding-bottom: 170px;
}
.lead-box {
  position: relative;
  min-height: 451px;
  border-radius: 36px;
  background: #dcebf7;
  overflow: visible;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: start;
}
.lead-content {
  padding: 52px 40px 46px;
  max-width: 900px;
}
.lead-content h2 {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.lead-content p {
  margin: 0 auto 20px;
  max-width: 760px;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
.lead-form {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lead-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
  width: 100%;
}
.lead-row input,
.lead-phone-field,
.lead-phone-field select,
.lead-phone-field input {
  font-family: inherit;
}
.lead-row > input,
.lead-phone-field {
  width: 100%;
  min-height: 58px;
  border-radius: 999px;
  border: 1px solid #101723;
  background: transparent;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 400;
}
.lead-phone-field {
  display: grid;
  grid-template-columns: 115px 1fr;
  align-items: center;
  padding: 0 16px;
}
.lead-phone-field select,
.lead-phone-field input {
  border: 0;
  background: transparent;
  outline: 0;
  font-size: 18px;
}
.lead-phone-field select { cursor: pointer; }
.lead-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 2px 0 10px;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 1.35;
}
.lead-consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.lead-consent-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #101723;
  position: relative;
  flex: 0 0 20px;
}
.lead-consent-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%) rotate(-45deg);
  opacity: 0;
}
.lead-consent input:checked + .lead-consent-icon::after {
  opacity: 1;
}
.lead-consent input:checked + .lead-consent-icon {
  background: #101723;
  border-color: #101723;
}
.lead-submit {
  min-width: 260px;
  margin-top: 10px;
  align-self: flex-start;
}
.lead-image-wrap {
  position: absolute;
  right: 95px;
  top: -18px;
  width: 206px;
  pointer-events: none;
}
.lead-image-wrap img {
  width: 100%;
  height: 614px;
  object-fit: contain;
  object-position: top right;
  display: block;
  transform: translateY(18px);
}
.lead-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.reviews h2 {
  text-align: center;
  margin-bottom: 18px;
}
.reviews-slider {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 12px;
}
.reviews-slider-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  cursor: grab;
}
.reviews-slider-wrap:active { cursor: grabbing; }
.reviews-slider-wrap::-webkit-scrollbar { display: none; }
.reviews-track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding-right: 14px;
  scroll-snap-type: x mandatory;
}
.review-card {
  width: 258px;
  min-height: 210px;
  border: 1px solid #168CFF;
  border-radius: 24px;
  background: transparent;
  padding: 20px 18px 16px;
  scroll-snap-align: start;
  cursor: pointer;
}
.review-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}
.review-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}
.review-modal[hidden] { display: none; }
.review-modal {
  position: fixed;
  inset: 0;
  background: rgba(19, 25, 35, 0.62);
  display: grid;
  place-items: center;
  z-index: 220;
}
.review-modal-dialog {
  position: relative;
  width: min(820px, 92vw);
  background: #fff;
  border-radius: 22px;
  padding: 36px 24px 26px;
}
.review-modal-close {
  position: absolute;
  right: 14px;
  top: 10px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent url("../close.png") center/38px 38px no-repeat;
  cursor: pointer;
}
.review-modal-dialog h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
}
.review-modal-dialog p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  white-space: pre-line;
}
.archive-title {     margin-bottom: 24px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.15; }
.service-single h1 { margin: 0 0 18px; font-size: clamp(30px, 3vw, 48px); }
.service-single-image { margin-bottom: 18px; }
.service-single-image img { width: 100%; max-width: 620px; height: auto; border-radius: 18px; }
.service-single-content { font-size: 18px; line-height: 1.45; max-width: 900px; }
.service-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #5f6879;
  font-size: 13px;
}
.service-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.service-top-box {
  padding: 34px 0;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
  align-items: center;
}
.service-hero {
  background: var(--light);
  width: 100%;
  border-radius: 36px;
  padding: clamp(26px, 4vw, 42px) 0;
  margin-top: 0;
}
.service-top-main h1 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 500;
}
.service-top-main p {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 400;
  max-width: 640px;
}
.service-top-main .hero-btn {
  min-width: 230px;
}
.service-top-advantages {
  display: grid;
  gap: 14px;
}
.service-top-advantages .advantage-item {
  width: 100%;
}
.service-top-advantages .advantage-content h3 {
  margin-bottom: 6px;
}
.service-what {
  padding-top: 56px;
  padding-bottom: 24px;
}
.service-what-inner {
  max-width: 980px;
  text-align: center;
}
.service-what-inner h2 {
  color: #168CFF;
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 500;
}
.service-what-inner p {
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  max-width: 860px;
}
.industries-text {
  margin: 0 0 18px;
}
.contacts-hero {
  background: var(--light);
  width: 100%;
  border-radius: 36px;
  padding: clamp(26px, 4vw, 42px) 0;
}
.contacts-hero-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(200px, .72fr) minmax(320px, 1.15fr);
  column-gap: 24px;
  row-gap: 4px;
  align-items: start;
}
.contacts-col-main {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.contacts-col-main h1 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 500;
}
.contacts-col-main h2,
.contacts-col-address h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}
.contacts-info-link {
  display: block;
  margin-bottom: 2px;
  color: #1f2530;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
.contacts-info-link:last-of-type {
  margin-bottom: 0;
}
.contacts-col-address p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  max-width: 260px;
}
.contacts-col-address {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  padding-top: 48px;
}
.contacts-col-actions {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: -100px;
}
.contacts-socials {
  margin: 0;
}
.contacts-director-btn {
  min-width: 170px;
}
.contacts-col-illustration {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
  justify-self: end;
}
.contacts-col-illustration img {
  width: 430px;
  height: 435px;
  object-fit: contain;
  display: block;
}

.gallery h2 {
  text-align: left;
  font-size: 32px;
  font-weight: 500;
}
.gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.gallery-head h2 { margin: 0; }
.gallery-mobile-controls {
  display: none;
  align-items: center;
  gap: 8px;
}
.gallery-slider {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 12px;
}
.gallery-slider-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  cursor: grab;
}
.gallery-slider-wrap:active { cursor: grabbing; }
.gallery-slider-wrap::-webkit-scrollbar { display: none; }
.gallery-track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding-right: 16px;
  scroll-snap-type: x mandatory;
}
.gallery-card {
  width: clamp(260px, 24vw, 365px);
  aspect-ratio: 365 / 312;
  border-radius: 40px;
  overflow: hidden;
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  display: block;
}
.gallery-arrow {
  width: 38px;
  height: 38px;
  border: 0;
  padding: 0;
  background: transparent url("../arrow.png") center/38px 38px no-repeat;
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease;
}
.gallery-arrow:hover { transform: scale(1.04); }
.gallery-arrow:disabled {
  opacity: .35;
  pointer-events: none;
}
.gallery-arrow-prev { transform: rotate(180deg); }
.gallery-arrow-prev:hover { transform: rotate(180deg) scale(1.04); }

.video-card-btn {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.video-card-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}
.video-play-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url("../icons-play.png") center/64px 64px no-repeat;
  transition: transform .2s ease;
}
.video-card-btn:hover .video-play-icon {
  transform: translate(-50%, -50%) scale(1.08);
}

.video-modal[hidden] { display: none; }
.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(19, 25, 35, 0.62);
  display: grid;
  place-items: center;
  z-index: 210;
}
.video-modal-dialog {
  position: relative;
  width: min(1120px, 94vw);
  min-height: min(84vh, 860px);
  background: #fff;
  border-radius: 24px;
  padding: 54px 70px;
  display: grid;
  place-items: center;
}
.video-player-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent url("../close.png") center/38px 38px no-repeat;
  cursor: pointer;
}
.video-player-stage {
  width: min(920px, 100%);
  max-height: calc(84vh - 110px);
  display: grid;
  place-items: center;
}
.video-player-stage iframe,
.video-player-stage video {
  width: 100%;
  height: auto;
  max-height: calc(84vh - 110px);
  border: 0;
  border-radius: 16px;
  background: #000;
}
.video-player-stage.is-16-9 { aspect-ratio: 16 / 9; }
.video-player-stage.is-9-16 {
  width: min(460px, 100%);
  aspect-ratio: 9 / 16;
}
.video-player-stage.is-9-16 iframe,
.video-player-stage.is-9-16 video {
  height: 100%;
}
.video-player-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent url("../arrow.png") center/38px 38px no-repeat;
  cursor: pointer;
}
.video-player-prev { left: 20px; transform: translateY(-50%) rotate(180deg); }
.video-player-next { right: 20px; }
.video-player-prev:hover { transform: translateY(-50%) rotate(180deg) scale(1.05); }
.video-player-next:hover { transform: translateY(-50%) scale(1.05); }
.video-player-nav:disabled {
  opacity: .35;
  pointer-events: none;
}
.gallery-page .gallery h1,
.gallery-page .video-testimonials h2 {
  text-align: left;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 500;
  margin: 0 0 20px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.gallery-grid .gallery-card {
  width: 100%;
  aspect-ratio: 365 / 312;
  border-radius: 30px;
}
.gallery-grid .gallery-card img {
  border-radius: 30px;
}
.photo-card-btn {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.gallery-card-hidden[hidden] {
  display: none;
}
.photo-modal[hidden] { display: none; }
.photo-modal {
  position: fixed;
  inset: 0;
  background: rgba(19, 25, 35, 0.62);
  display: grid;
  place-items: center;
  z-index: 215;
}
.photo-modal-dialog {
  position: relative;
  width: min(1120px, 94vw);
  min-height: min(84vh, 860px);
  background: #fff;
  border-radius: 24px;
  padding: 54px 70px;
  display: grid;
  place-items: center;
}
.photo-modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent url("../close.png") center/38px 38px no-repeat;
  cursor: pointer;
}
.photo-player-stage {
  width: min(920px, 100%);
  max-height: calc(84vh - 110px);
  display: grid;
  place-items: center;
}
.photo-player-stage img {
  width: auto;
  max-width: 100%;
  max-height: calc(84vh - 110px);
  border: 0;
  border-radius: 16px;
  display: block;
}
.photo-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent url("../arrow.png") center/38px 38px no-repeat;
  cursor: pointer;
}
.photo-modal-prev { left: 20px; transform: translateY(-50%) rotate(180deg); }
.photo-modal-next { right: 20px; }
.photo-modal-prev:hover { transform: translateY(-50%) rotate(180deg) scale(1.05); }
.photo-modal-next:hover { transform: translateY(-50%) scale(1.05); }
.photo-modal-nav:disabled {
  opacity: .35;
  pointer-events: none;
}

.faq h2 {
  text-align: center;
}
.faq-list {
  display: grid;
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}
.faq-item {
  border: 1px solid #168CFF;
  border-radius: 18px;
  background: transparent;
  padding: 0;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 54px 16px 18px;
  position: relative;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-question {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  display: block;
}
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/arrowfaq.png") center/24px 24px no-repeat;
  transition: transform .2s ease;
}
.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-answer {
  padding: 0 18px 14px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}
.faq-answer * {
  font-weight: 400 !important;
}

.vacancies h2 {
  text-align: left;
}
.vacancies-text {
  margin: 0 0 18px;
  max-width: 760px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}
.vacancies-slider-wrap {
  overflow: visible;
  margin-bottom: 18px;
}
.vacancies-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.vacancy-card {
  width: 100%;
  min-height: 250px;
  border: 1px solid #168CFF;
  border-radius: 24px;
  background: transparent;
  padding: 12px 14px 14px;
  text-align: center;
}
.vacancy-image-wrap {
  width: 100%;
  height: 120px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}
.vacancy-image-wrap img {
  max-width: 110px;
  max-height: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}
.vacancy-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
.vacancy-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}
.vacancies-btn {
  margin: 0 auto;
  display: inline-flex;
}
.vacancies-btn-wrap {
  display: flex;
  justify-content: center;
}

.site-footer {
  background: #dcebf7;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  margin-top: 48px;
}
.footer-shell {
  background: transparent;
  border-radius: 0;
  padding: 28px 22px 20px;
  overflow: hidden;
}
.footer-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(340px, 1.7fr);
  column-gap: 22px;
  row-gap: 8px;
  align-items: start;
  padding-right: 220px;
}
.footer-left {
  grid-column: 1 / 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-content: start;
}
.footer-col {
  align-self: start;
}
.footer-col h3,
.footer-form-col h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}
.footer-contact-list,
.footer-address {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}
.footer-contact-list {
  margin: 0;
}
.footer-contact-list a {
  display: block;
  color: inherit;
  text-decoration: none;
  margin-bottom: 4px;
}
.footer-address {
  margin: 0;
  max-width: 300px;
}
.footer-brand-block {
  grid-column: 1 / -1;
  grid-row: auto;
  margin-top: 0;
  align-self: start;
}
.footer-logo {
  width: min(520px, 100%);
  height: auto;
  display: block;
}
.footer-copy {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}
.footer-form-col {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.footer-form-col p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}
.footer-form-col .lead-form {
  margin: 0;
  max-width: 100%;
  align-items: stretch;
}
.footer-form-col .lead-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  margin-bottom: 10px;
  align-items: stretch;
}
.footer-form-col .lead-row > input,
.footer-form-col .lead-phone-field {
  height: 44px;
  min-height: 44px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  padding: 0 14px;
  box-sizing: border-box;
}
.footer-form-col .lead-phone-field {
  grid-template-columns: 55px 1fr;
  padding: 0 16px;
}
.footer-form-col .lead-phone-field select,
.footer-form-col .lead-phone-field input {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  max-width: 100%;
  min-width: 0;
}
.footer-form-col .lead-phone-field select {
  width: 82px;
}
.footer-form-col .lead-phone-field input {
  padding-left: 0;
  width: 100%;
  box-sizing: border-box;
}
.footer-form-col .lead-consent {
  margin: 0 0 10px;
  font-size: 14px;
}
.footer-submit {
  width: fit-content;
  min-width: 230px;
}
.footer-actions {
  margin-top: 0;
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.footer-socials {
  display: flex;
  gap: 10px;
  margin: 0 0 8px;
  order: 1;
}
.footer-social-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #248eed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease;
}
.footer-social-link:hover {
  transform: scale(1.07);
}
.footer-social-link img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}
.footer-director-btn {
  min-height: 42px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid #101723;
  background: transparent;
  color: #101723;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color .22s ease, color .22s ease, transform .18s ease, border-color .22s ease, box-shadow .22s ease;
}
.footer-director-btn:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(40, 144, 238, 0.22);
}
.footer-director-btn:active {
  transform: translateY(0);
}
.footer-actions .footer-director-btn {
  order: 2;
}
.footer-illustration {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 206px;
  height: 100%;
  grid-column: auto;
  grid-row: auto;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}
.footer-illustration img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom right;
  display: block;
  margin-top: auto;
  margin-bottom: 0;
}

.modal[hidden] { display: none; }
.modal {
  position: fixed;
  inset: 0;
  background: rgba(19, 25, 35, 0.5);
  display: grid;
  place-items: center;
  z-index: 230;
}
.modal-dialog {
  position: relative;
  width: min(760px, 92%);
  background: #fff;
  border-radius: 22px;
  padding: 28px;
}
.modal-dialog-lead {
  width: min(1220px, 95vw);
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
  height: 38px;
  background: transparent;
  border: 0;
  font-size: 0;
  background: transparent url("../close.png") center/38px 38px no-repeat;
  cursor: pointer;
  z-index: 5;
}
.lead-box--modal {
  min-height: 390px;
  grid-template-columns: minmax(0, 1fr) 220px;
  overflow: hidden;
}
.lead-content--modal {
  max-width: 860px;
  padding: 44px 34px 40px;
}
.lead-form--modal {
  max-width: 700px;
}
.lead-box--modal .lead-row {
  max-width: 700px;
}
.lead-comment-input {
  width: 100%;
  min-height: 58px;
  border-radius: 999px;
  border: 1px solid #101723;
  background: transparent;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.lead-box--director .lead-content--director {
  max-width: 780px;
}
.lead-box--director .lead-form--director {
  max-width: 620px;
}
.lead-box--director .lead-image-wrap {
  right: 18px;
  top: 18px;
  width: 200px;
}
.lead-box--director .lead-image-wrap img {
  height: 330px;
  object-fit: contain;
  object-position: right bottom;
  transform: none;
}
.lead-box--modal .lead-consent {
  justify-content: center;
}
.lead-box--modal .lead-submit {
  align-self: center;
}
.lead-box--modal .lead-image-wrap {
  right: 70px;
  bottom: auto;
  width: 360px;
  height: auto;
  display: block;
}
.lead-box--modal .lead-image-wrap img {
  width: 100%;
  height: 560px;
  object-fit: contain;
  object-position: top right;
  transform: translateY(18px);
}

@media (max-width: 980px) {
  .hero {
    border-radius: 30px;
    padding: 38px 0 0;
  }
  .hero-inner { grid-template-columns: 1fr; gap: 16px; }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-btn {
    width: min(480px, 100%);
    justify-content: space-between;
  }
  .hero-media {
    margin-top: 8px;
    height: 300px;
    overflow: hidden;
  }
  .hero-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    transform: translateY(26px);
  }
  .cards, .slider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-main h2 { font-size: 32px; font-weight: 500; }
  .about-main p { font-size: 18px; }
  .about-btn {
    width: min(520px, 100%);
  }
  .about-advantages-wrap {
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .about-advantages-wrap::-webkit-scrollbar { display: none; }
  .about-advantages {
    display: flex;
    gap: 14px;
    width: max-content;
    padding-right: 60px;
  }
  .advantage-item {
    width: min(540px, 80vw);
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    scroll-snap-align: start;
  }
  .about-advantages-wrap { scroll-snap-type: x mandatory; }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .service-card {
    width: 100%;
    aspect-ratio: auto;
    min-height: 300px;
  }
  .professions h2,
  .services h2 { font-size: 32px; }
  .professions h2,
  .professions-text { text-align: left; }
  .professions-text { font-size: 20px; margin-bottom: 16px; max-width: 750px; }
  .profession-card {
    width: 232px;
    min-height: 266px;
  }
  .profession-card h3 { font-size: 20px; }
  .profession-price { font-size: 16px; }
  .faq-question { font-size: 28px; }
  .faq-answer { font-size: 20px; }
  .vacancies-text { font-size: 20px; max-width: 700px; }
  .vacancies-slider-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    cursor: grab;
  }
  .vacancies-slider-wrap:active { cursor: grabbing; }
  .vacancies-slider-wrap::-webkit-scrollbar { display: none; }
  .vacancies-track {
    display: flex;
    width: max-content;
    padding-right: 14px;
    scroll-snap-type: x mandatory;
  }
  .vacancy-card {
    width: 242px;
    min-height: 238px;
    scroll-snap-align: start;
  }
  .vacancy-image-wrap {
    height: 112px;
  }
  .reviews-slider {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 8px;
  }
  .review-card {
    width: 242px;
    min-height: 202px;
    border-radius: 22px;
  }
  .review-card h3 { font-size: 20px; }
  .gallery-slider {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 8px;
  }
  .gallery-arrow {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .gallery-card {
    width: clamp(220px, 42vw, 300px);
    border-radius: 30px;
  }
  .gallery-card img { border-radius: 30px; }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-grid .gallery-card {
    width: 100%;
    border-radius: 24px;
  }
  .gallery-grid .gallery-card img {
    border-radius: 24px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    padding-right: 170px;
  }
  .footer-left {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }
  .footer-form-col {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .footer-actions {
    grid-column: 1 / 2;
    grid-row: auto;
  }
  .footer-illustration {
    width: 160px;
  }
  .lead-box {
    grid-template-columns: 1fr 190px;
    min-height: 430px;
  }
  .lead-content {
    padding: 46px 28px 36px;
  }
  .lead-content h2,
  .lead-content p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .lead-content p {
    max-width: 680px;
    font-size: 20px;
  }
  .lead-row {
    grid-template-columns: 1fr;
  }
  .lead-image-wrap {
    right: 12px;
    width: 170px;
  }
  .lead-image-wrap img {
    height: 530px;
  }
  .video-modal-dialog {
    width: min(96vw, 900px);
    padding: 50px 52px;
  }
  .video-player-stage {
    width: min(760px, 100%);
  }
  .modal-dialog-lead {
    width: min(95vw, 920px);
  }
  .lead-box--modal {
    grid-template-columns: 1fr 160px;
    min-height: 360px;
  }
  .lead-content--modal {
    padding: 40px 22px 32px;
  }
  .lead-box--modal .lead-image-wrap {
    right: 10px;
    width: 152px;
    top: -8px;
    bottom: auto;
    height: auto;
  }
  .lead-box--modal .lead-image-wrap img {
    width: 100%;
    height: 430px;
    object-fit: contain;
    object-position: top right;
    transform: translateY(18px);
  }
  .lead-box--director .lead-image-wrap {
    right: 8px;
    top: 14px;
    width: 150px;
  }
  .lead-box--director .lead-image-wrap img {
    height: 270px;
    object-fit: contain;
    transform: none;
  }
  .service-top-box {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 0;
  }
  .service-top-main h1 {
    font-size: 32px;
  }
  .service-top-main p {
    font-size: 20px;
  }
  .service-top-main .hero-btn {
    width: min(420px, 100%);
  }
  .service-what-inner p {
    font-size: 19px;
  }
  .contacts-hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contacts-col-main {
    order: 1;
    grid-column: auto;
    grid-row: auto;
  }
  .contacts-col-address {
    order: 2;
    grid-column: auto;
    grid-row: auto;
    padding-top: 0;
  }
  .contacts-col-actions {
    order: 3;
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
    gap: 10px;
  }
  .contacts-col-illustration {
    order: 4;
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    align-self: end;
  }
  .contacts-col-illustration img {
    width: min(420px, 100%);
    height: auto;
    max-width: 100%;
  }
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 84px;
  }
  .header-contacts, .header-btn { display: none; }
  .header-inner > .header-btn { display: none !important; }
  .menu-toggle {
    display: inline-flex;
    width: 65px;
    height: 65px;
    border: 0;
    background: transparent;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
  }
  .menu-toggle img { width: 100%; height: 100%; object-fit: contain; display: block; }
  .nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #f4f9ff;
    padding: 40px 24px;
    transform: translateY(-100%);
    transition: transform .28s ease;
    z-index: 201;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    isolation: isolate;
  }
  .nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../clarky.svg") center/78% no-repeat;
    opacity: 0.08;
    filter: blur(2px);
    transform: scale(1.03);
    z-index: -1;
    pointer-events: none;
  }
  .nav.is-open { transform: translateY(0); }
  .menu-list {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin: 18px 0 0;
  }
  .menu-list a { font-size: 25px; line-height: 1.2; }
  .mobile-menu-extras {
    display: grid;
    gap: 14px;
    justify-items: center;
    margin-top: 42px;
  }
  .mobile-menu-extras .contact-link { font-size: 21px; }
  .mobile-menu-extras .contact-icon { width: 24px; height: 24px; }
  .mobile-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    width: 100%;
    max-width: 280px;
    min-height: 56px;
    font-size: 20px;
  }
  .nav .mobile-menu-btn { display: inline-flex !important; }
  .menu-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #278eed;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(16, 23, 35, 0.45);
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }
}

@media (max-width: 640px) {
  .section { padding: 44px 0; }
  .hero {
    border-radius: 26px;
    padding-top: 30px;
  }
  .hero h1 { font-size: clamp(34px, 8.4vw, 42px); font-weight: 500; }
  .hero p { font-size: 22px; margin-bottom: 20px; line-height: 1.22; }
  .hero-btn {
    width: 100%;
    min-height: 56px;
    font-size: 19px;
  }
  .hero-media { height: 250px; }
  .hero-image img { transform: translateY(30px); }
  .cards, .slider-grid { grid-template-columns: 1fr; }
  .cards-3 { grid-template-columns: 1fr; }
  .about-main p {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .about-btn {
    width: 100%;
    min-width: 0;
    margin-bottom: 8px;
  }
  .advantage-item {
    width: 82vw;
    grid-template-columns: 82px 1fr;
    gap: 12px;
  }
  .advantage-icon {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }
  .advantage-content h3 { font-size: 21px; font-weight: 600; }
  .advantage-content p { font-size: 17px; }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .service-card {
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
    min-height: 0;
    padding: 18px 14px;
  }
  .service-card h3 { font-size: 22px; }
  .service-card p { font-size: 18px; }
  .service-btn {
    width: 100%;
    min-height: 48px;
  }
  .professions h2,
  .services h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .professions h2,
  .professions-text { text-align: left; }
  .professions-text {
    font-size: 20px;
    margin-bottom: 14px;
    max-width: 750px;
  }
  .professions-slider { gap: 12px; padding-right: 42px; }
  .profession-card {
    width: 72vw;
    min-height: 246px;
    border-radius: 18px;
  }
  .profession-image-wrap { height: 128px; margin-bottom: 6px; }
  .profession-card h3 { font-size: 18px; margin-top: 4px; }
  .profession-price { font-size: 15px; }
  .faq h2 { text-align: left; }
  .faq-item summary {
    padding: 12px 48px 12px 14px;
  }
  .faq-question {
    font-size: 20px;
    line-height: 1.24;
    font-weight: 500;
  }
  .faq-item summary::after {
    right: 12px;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .faq-answer {
    padding: 0 14px 12px;
    font-size: 16px;
    font-weight: 400;
  }
  .vacancies-text {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .vacancy-card {
    width: 78vw;
    min-height: 226px;
    border-radius: 20px;
  }
  .vacancy-image-wrap {
    height: 104px;
  }
  .vacancy-card h3 { font-size: 18px; }
  .vacancy-card p { font-size: 16px; }
  .vacancies-btn {
    width: 100%;
    justify-content: space-between;
  }
  .reviews-slider {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reviews-slider > .gallery-arrow { display: none; }
  .review-card {
    width: 80vw;
    min-height: 198px;
    border-radius: 20px;
  }
  .review-card h3 {
    font-size: 20px;
  }
  .review-modal-dialog {
    width: 94vw;
    border-radius: 18px;
    padding: 34px 14px 18px;
  }
  .review-modal-close {
    right: 8px;
    top: 8px;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
  .review-modal-dialog h3 {
    font-size: 22px;
  }
  .review-modal-dialog p {
    font-size: 16px;
  }
  .modal-dialog-lead {
    width: 94vw;
    padding: 0;
  }
  .modal-close {
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
  }
  .service-breadcrumbs {
    font-size: 12px;
    gap: 6px;
    margin-bottom: 10px;
  }
  .service-top-box {
    border-radius: 28px;
    padding: 24px 0;
    gap: 16px;
  }
  .service-top-main h1 {
    margin-bottom: 8px;
    font-size: 26px;
  }
  .service-top-main p {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .service-top-advantages {
    display: flex;
    gap: 12px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .service-top-advantages::-webkit-scrollbar { display: none; }
  .service-top-advantages .advantage-item {
    flex: 0 0 82vw;
    width: 82vw;
    scroll-snap-align: start;
  }
  .service-top-advantages .advantage-content h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .service-top-advantages .advantage-content p {
    font-size: 14px;
    line-height: 1.35;
  }
  .service-top-main .hero-btn {
    width: 100%;
  }
  .service-what {
    padding-top: 44px;
    padding-bottom: 10px;
  }
  .service-what-inner h2 {
    margin-bottom: 10px;
  }
  .service-what-inner p {
    font-size: 17px;
    line-height: 1.45;
  }
  .industries-text {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .contacts-hero {
    border-radius: 28px;
    padding: 24px 0;
  }
  .contacts-hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contacts-col-main {
    order: 1;
  }
  .contacts-col-address {
    order: 2;
  }
  .contacts-col-actions {
    order: 3;
    grid-column: auto;
    margin-top: 0;
    gap: 10px;
  }
  .contacts-col-illustration {
    order: 4;
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    align-self: end;
  }
  .contacts-col-main h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .contacts-col-main h2,
  .contacts-col-address h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .contacts-col-address p {
    max-width: none;
  }
  .contacts-col-illustration img {
    width: 316px;
    height: 341px;
    border-bottom-right-radius: 40px;
  }
  .gallery-head {
    margin-bottom: 10px;
  }
  .gallery-slider {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .gallery-slider > .gallery-arrow { display: none; }
  .gallery-mobile-controls { display: flex; }
  .gallery-mobile-controls .gallery-arrow {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
  }
  .gallery-card {
    width: 78vw;
    border-radius: 26px;
  }
  .gallery-card img { border-radius: 26px; }
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .gallery-grid .gallery-card {
    width: 100%;
    border-radius: 22px;
  }
  .gallery-grid .gallery-card img {
    border-radius: 22px;
  }
  .site-footer {
    border-radius: 18px 18px 0 0;
  }
  .footer-shell {
    border-radius: 0;
    padding: 35px 12px 0;
  }
  .footer-main {
    grid-template-columns: 1fr 118px;
    gap: 12px;
    padding-right: 0;
  }
  .footer-left,
  .footer-form-col {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .footer-left {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footer-col h3,
  .footer-form-col h3 {
    margin-bottom: 6px;
  }
  .footer-brand-block {
    margin-top: 2px;
  }
  .footer-logo {
    width: min(340px, 100%);
  }
  .footer-form-col p {
    margin-bottom: 10px;
  }
  .footer-form-col .lead-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .footer-form-col .lead-row > input,
  .footer-form-col .lead-phone-field {
    width: 100%;
    max-width: 100%;
    min-height: 44px;
  }
  .footer-form-col .lead-phone-field {
    grid-template-columns: 104px 1fr;
    padding: 0 12px;
  }
  .footer-submit {
    width: 100%;
    justify-content: space-between;
    min-width: 0;
  }
  .footer-illustration {
    position: relative;
    right: auto;
    bottom: auto;
    width: 130px;
    height: 255px;
    grid-column: 2 / 3;
    grid-row: auto;
    min-height: 255px;
    justify-self: end;
    align-self: end;
  }
  .footer-illustration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
  }
  .footer-actions {
    grid-column: 1 / 2;
    grid-row: auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 5px;
  }
  .footer-socials {
    order: 2;
    margin: 20px 5px;
    justify-content: flex-start;
  }
  .footer-director-btn {
    order: 1;
    width: 100%;
    max-width: 170px;
  }
  .footer-copy {
    font-size: 13px;
    margin-top: 8px;
  }
  .lead-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .lead-box {
    min-height: 700px;
    grid-template-columns: 1fr;
    border-radius: 28px;
    overflow: hidden;
  }
  .lead-content {
    padding: 34px 14px 18px;
    padding-bottom: 230px;
  }
  .lead-content h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
  }
  .lead-content p {
    text-align: center;
    font-size: 22px;
    line-height: 1.32;
    margin: 0 0 14px;
    max-width: 92%;
  }
  .lead-form {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }
  .lead-row {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 12px;
    width: 100%;
    min-width: 0;
  }
  .lead-row > input,
  .lead-comment-input,
  .lead-phone-field {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 17px;
  }
  .lead-phone-field {
    grid-template-columns: 104px 1fr;
    padding: 0 12px;
  }
  .lead-phone-field select,
  .lead-phone-field input {
    max-width: 100%;
    min-width: 0;
    font-size: 17px;
  }
  .lead-consent {
    margin: 0 0 14px;
    font-size: 15px;
    align-items: flex-start;
    position: relative;
    z-index: 2;
  }
  .lead-submit {
    width: 100%;
    min-width: 0;
    margin-top: 10px;
    position: relative;
    z-index: 2;
  }
  .lead-image-wrap {
    right: 110px;
    bottom: -125px;
    top: auto;
    width: 138px;
    z-index: 1;
  }
  .lead-image-wrap img {
    height: 348px;
    object-fit: contain;
    object-position: bottom right;
    transform: translateY(0);
  }
  .lead-box--modal {
    min-height: 700px;
    grid-template-columns: 1fr;
    border-radius: 28px;
    overflow: hidden;
  }
  .lead-content--modal {
    padding: 34px 14px 18px;
    padding-bottom: 230px;
  }
  .lead-box--modal .lead-content h2 {
    font-size: 32px;
  }
  .lead-box--modal .lead-content p {
    font-size: 22px;
    line-height: 1.32;
    max-width: 92%;
  }
  .lead-box--modal .lead-row {
    max-width: 100%;
  }
  .lead-box--modal .lead-consent {
    justify-content: flex-start;
  }
  .lead-box--modal .lead-submit {
    width: 100%;
    justify-content: space-between;
    align-self: stretch;
  }
  .lead-box--modal .lead-image-wrap {
    right: 110px;
    bottom: -125px;
    top: auto;
    width: 138px;
  }
  .lead-box--modal .lead-image-wrap img {
    height: 348px;
    transform: translateY(0);
  }
  .lead-box--director .lead-image-wrap {
    right: 72px;
    bottom: -58px;
    top: auto;
    width: 260px;
  }
  .lead-box--director .lead-image-wrap img {
    height: 302px;
    object-fit: contain;
    object-position: bottom right;
    transform: none;
  }
  .video-play-icon {
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
  }
  .video-modal-dialog {
    width: 95vw;
    min-height: 72vh;
    border-radius: 18px;
    padding: 44px 14px 78px;
  }
  .video-player-stage {
    width: min(94%, 720px);
    max-height: calc(72vh - 70px);
  }
  .video-player-stage iframe,
  .video-player-stage video {
    max-height: calc(72vh - 70px);
  }
  .video-player-nav {
    top: auto;
    bottom: 20px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
  }
  .video-player-prev {
    left: 50%;
    right: auto;
    transform: translateX(-44px) rotate(180deg);
  }
  .video-player-next {
    left: 50%;
    right: auto;
    transform: translateX(10px);
  }
  .video-player-prev:hover { transform: translateX(-44px) rotate(180deg) scale(1.05); }
  .video-player-next:hover { transform: translateX(10px) scale(1.05); }
  .video-player-close {
    right: 10px;
    top: 8px;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
  .photo-modal-dialog {
    width: 95vw;
    min-height: 72vh;
    border-radius: 18px;
    padding: 44px 14px 78px;
  }
  .photo-player-stage {
    width: min(94%, 720px);
    max-height: calc(72vh - 70px);
  }
  .photo-player-stage img {
    max-height: calc(72vh - 70px);
  }
  .photo-modal-nav {
    top: auto;
    bottom: 20px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
  }
  .photo-modal-prev {
    left: 50%;
    right: auto;
    transform: translateX(-44px) rotate(180deg);
  }
  .photo-modal-next {
    left: 50%;
    right: auto;
    transform: translateX(10px);
  }
  .photo-modal-prev:hover { transform: translateX(-44px) rotate(180deg) scale(1.05); }
  .photo-modal-next:hover { transform: translateX(10px) scale(1.05); }
  .photo-modal-close {
    right: 10px;
    top: 8px;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
  .brand-text img { width: 170px; max-width: 58vw; }
}
