/* ========================= RESET & BASE ========================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  font-size: 16px;
  overflow-x: clip;
}

body {
  font-family: "Proxima Nova", "Montserrat", "Segoe UI", Arial, sans-serif;
  color: #000;
  background: #fff;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img { display: block; }
a { color: inherit; text-decoration: none; }
button { background: none; border: none; cursor: pointer; font: inherit; }

/* ========================= LAYOUT ========================= */
.wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 70px;
  overflow-x: clip;
}

/* ========================= ARROW BUTTON ========================= */
.arrow-btn {
  display: inline-block;
  width: 53px;
  height: 53px;
  flex-shrink: 0;
  position: relative;
  color: #000;
  border: none;
  background: none;
  padding: 0;
}
.arrow-btn::after { content: none; }
.arrow-btn svg {
  display: block;
  width: 53px;
  height: 53px;
}
.arrow-btn--red { color: #ED1C24; }
.svc-card--active .arrow-btn,
.svc-card:hover .arrow-btn { color: #ED1C24; }

/* ========================= HERO ========================= */
.hero {
  display: flex;
  height: 927px;
  overflow: hidden;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 80px;
}
.hero-left {
  position: relative;
  width: 775px;
  flex-shrink: 0;
}
/* Rasterized Group 265 from Penpot: x=74, y=0, w=775, h=846 */
.hero-g265 {
  position: absolute;
  left: 74px;
  top: 0;
  width: 775px;
  height: 846px;
  display: block;
}

.hero-thumbs {
  position: absolute;
  bottom: 52px;
  left: 131px;
  display: flex;
  gap: 29px;
}
.hero-thumb-item {
  position: relative;
  width: 163px;
  height: 76px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
}
.hero-thumb-item--active {
  box-shadow: 0 0 0 2px #ED1C24;
}
.hero-thumb-item:not(.hero-thumb-item--active)::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
}
.hero-thumb {
  width: 163px;
  height: 76px;
  object-fit: cover;
  border-radius: 4px;
  background: #eee;
  display: block;
}

.hero-right {
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 126px 70px 80px 204px;
}
.hero-badge {
  display: inline-block;
  background: #f4f4f4;
  padding: 22px 54px 21px 43px;
  border-radius: 6px;
  font-size: 36px;
  font-weight: 700;
  color: #aeaeae;
  margin-bottom: 60px;
  align-self: flex-start;
}
.hero-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.0;
  color: #000;
  margin-bottom: 30px;
  max-width: 680px;
}
.hero-subtitle {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  margin-bottom: 60px;
  max-width: 623px;
}
.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 366px;
  height: 101px;
  background: #ED1C24;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  border-radius: 8px;
}
.btn-hero:hover { opacity: .88; }
.hero-side-img {
  position: absolute;
  left: -89px;
  top: 47px;
  width: 1163px;
  height: 775px;
  object-fit: cover;
  z-index: -1;
}

/* ========================= PRODUCTS ========================= */
.products { padding: 0 0 80px; }
.products-title {
  font-size: 62px;
  font-weight: 400;
  margin-bottom: 32px;
}
.products-rule { height: 1px; background: #eaeaea; margin-bottom: 48px; }
.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
}
.product-name {
  font-size: 48px;
  font-weight: 400;
  color: #434343;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.product-desc { font-size: 24px; color: #999; line-height: 1.3; }

/* ========================= SERVICES ========================= */
.services { padding: 0 0 80px; }
.section-title {
  font-size: 62px;
  font-weight: 400;
  margin-bottom: 51px;
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  width: 100%;
}
.svc-card {
  position: relative;
  min-height: 343px;
  min-width: 0;
  max-width: 100%;
  padding: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: border-color .2s;
  overflow-wrap: break-word;
}
.svc-card:hover { border-color: #000; }
.svc-card--active { border-color: #ED1C24; }
.svc-card--tall { min-height: 633px; padding: 0 40px 40px; }
.svc-card--tall .svc-img {
  width: calc(100% + 80px);
  max-width: none;
  margin: 0 -40px 24px;
  border-radius: 16px 16px 0 0;
}
.svc-card--promo { padding-top: 40px; }
.svc-card--promo .svc-promo-img { margin-bottom: 8px; }
.svc-ttl {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  hyphens: auto;
}
.svc-card--active .svc-ttl { color: #ED1C24; }
.svc-card--active .arrow-btn { color: #ED1C24; }
.svc-card:hover .svc-ttl { color: #ED1C24; }
.svc-body { font-size: 20px; line-height: 1.5; color: #000; margin-bottom: 16px; }
.svc-link { font-size: 20px; color: #000; margin-bottom: 0; }
.svc-card .arrow-btn {
  position: static;
  margin-top: auto;
  align-self: flex-end;
  flex-shrink: 0;
  margin-right: 6px;
  margin-bottom: 6px;
}
.svc-card:hover .arrow-btn { color: #ED1C24; }
.svc-img {
  width: 100%;
  height: 299px;
  object-fit: cover;
  display: block;
  border-radius: 16px 16px 0 0;
  margin-bottom: 24px;
}
.svc-promo-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 8px;
}
.svc-promo-img {
  display: block;
  width: min(386px, 100%);
  max-width: 100%;
  max-height: 451px;
  object-fit: contain;
  margin: 16px auto 0;
}

/* ========================= NEWS ========================= */
.news { padding: 0 0 80px; }
.news-head {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 51px;
}
.section-title--inline { font-size: 62px; font-weight: 400; }
.news-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
}
.news-arr { font-size: 20px; cursor: pointer; }
.news-arr:hover { color: #ED1C24; }
.news-counter { font-size: 20px; }
.news-all { font-size: 24px; color: #ED1C24; margin-left: auto; }
.news-all:hover { opacity: .8; }

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 94px;
}
.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 323px;
  min-width: 0;
  box-sizing: border-box;
}
.news-card[hidden] { display: none; }
.news-date { font-size: 18px; color: #000; margin-bottom: 14px; flex-shrink: 0; }
.news-ttl {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  overflow-wrap: break-word;
  hyphens: auto;
  flex: 1;
}
.news-card:hover .news-ttl { color: #ED1C24; }
.news-card:hover .news-btn { color: #ED1C24; }
.news-btn {
  position: static;
  margin-top: auto;
  padding-top: 20px;
  align-self: flex-start;
  flex-shrink: 0;
  margin-left: 6px;
  margin-bottom: 6px;
}

/* ========================= ARTICLES ========================= */
.articles { padding: 0 0 80px; }
.articles .section-title { margin-bottom: 13px; }
.art-row {
  display: grid;
  grid-template-columns: 47.71% 52.29%;
  margin-bottom: 50px;
  min-height: 333px;
  align-items: start;
  overflow: hidden;
}
.art-row--rev {
  grid-template-columns: 52.29% 47.71%;
  min-height: 342px;
}
.art-media {
  width: 100%;
  max-width: 877px;
  height: 282px;
  margin-top: 51px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  clip-path: inset(0 round 30px);
  background: transparent;
}
.art-row--rev .art-media {
  margin-top: 60px;
  margin-left: -69px;
}
.art-media img {
  width: 100%;
  height: 282px;
  display: block;
  object-fit: cover;
}
.art-body {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 302px;
  margin-left: -69px;
  margin-top: 0;
  padding: 43px 80px 72px 119px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #fff;
  box-sizing: border-box;
  z-index: 1;
}
.art-row--rev .art-body {
  margin-left: 0;
  padding: 43px 80px 72px 61px;
}
.art-ttl {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 35px;
  color: #000;
}
.art-desc {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 24px;
  flex: 1;
}
.art-arrow {
  align-self: flex-start;
  margin-top: auto;
  flex-shrink: 0;
  margin-left: 6px;
  margin-bottom: 6px;
}
.art-row:hover .art-ttl { color: #ED1C24; }
.art-row:hover .art-arrow { color: #ED1C24; }

/* ========================= NEWSLETTER ========================= */
.newsletter {
  display: flex;
  width: 100%;
  max-width: 1920px;
  min-height: 1017px;
  padding: 0 70px 80px 0;
  margin: 0 auto;
  align-items: flex-start;
}
.nl-left {
  position: relative;
  width: 821px;
  flex-shrink: 0;
  min-height: 1017px;
  background: #fff;
  overflow: visible;
}
.nl-helmet {
  position: absolute;
  left: 245px;
  top: 14px;
  width: 614px;
  height: 584px;
  object-fit: contain;
  z-index: 2;
}
.nl-red-block {
  position: absolute;
  left: 65px;
  top: 96px;
  width: 756px;
  height: 751px;
  z-index: 1;
}
.nl-red-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.nl-red-text {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 427px 48px 51px 75px;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
}
.nl-right {
  flex: 1;
  position: relative;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 96px 70px 48px;
  overflow: hidden;
  min-height: 945px;
}
.nl-watermark {
  position: absolute;
  left: 87px;
  top: 246px;
  width: 591px;
  opacity: .06;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.nl-form-title {
  font-size: 62px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 40px;
  max-width: 941px;
  position: relative;
  z-index: 1;
}
.nl-label {
  font-size: 36px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.nl-opts {
  display: grid;
  grid-template-columns: repeat(2, 386px);
  gap: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.nl-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  cursor: pointer;
}
.nl-opt input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border: 1.5px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}
.nl-opt input[type="radio"]:checked {
  background: #888;
  border-color: #888;
}
.nl-email-row {
  display: flex;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.nl-email {
  flex: 1;
  border: none;
  padding: 24px 28px;
  font-family: inherit;
  font-size: 36px;
  outline: none;
}
.nl-submit {
  padding: 0 32px;
  font-size: 36px;
  color: #ED1C24;
  border-left: 1px solid #e0e0e0;
  cursor: pointer;
  background: #fff;
}
.nl-submit:hover { background: #fef5f5; }
.nl-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.nl-check {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1.5px solid #ccc;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}
.nl-check:checked {
  background: #888;
  border-color: #888;
}

/* ========================= FAQ ========================= */
.faq { padding: 0 0 80px; }
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.faq-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 40px;
  height: 115px;
  border: 1px solid #d0d0d0;
  border-radius: 12px;
  font-size: 36px;
  font-weight: 400;
  color: #000;
  gap: 16px;
}
.faq-btn:hover { border-color: #000; }
.faq-btn--active { border-color: #1a1a1a; border-width: 2px; }
.faq-arr {
  color: #ED1C24;
  font-size: 36px;
  line-height: 1;
  flex-shrink: 0;
}
.faq-btn:hover .faq-arr { color: #ED1C24; }

/* ========================= PROMO ========================= */
.promo { padding: 0 0 80px; }

.promo-inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 943px;
  margin: 0 auto;
}

.promo .promo-arrow {
  color: #3d3d3d;
}

.promo a:hover .promo-arrow,
.promo a:hover .promo-truck-title,
.promo a:hover .promo-card-title,
.promo a:hover .promo-tender-title {
  color: #ED1C24;
}

/* Truck column — Group 174 */
.promo-truck {
  position: absolute;
  left: 70px;
  top: 0;
  width: 631px;
  height: 877px;
  display: block;
}

.promo-truck-visual {
  width: 631px;
  height: 591px;
}

.promo-truck-photo {
  display: block;
  width: 631px;
  height: 591px;
}

.promo-truck-title {
  position: absolute;
  left: 0;
  top: 591px;
  margin: 0;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.05;
  color: #000;
}

.promo-truck-sub {
  position: absolute;
  left: 0;
  top: 753px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
}

.promo-truck .promo-arrow {
  position: absolute;
  left: 0;
  top: 824px;
}

/* JKH card — Group 176 */
.promo-jkh {
  position: absolute;
  left: 746px;
  top: 0;
  width: 324px;
  height: 400px;
  display: block;
}

/* School card — Group 177 */
.promo-school {
  position: absolute;
  left: 746px;
  top: 450px;
  width: 324px;
  height: 400px;
  display: block;
}

.promo-card-border {
  position: absolute;
  inset: 0;
  width: 324px;
  height: 400px;
  display: block;
  pointer-events: none;
}

.promo-card-title {
  position: absolute;
  left: 36px;
  top: 36px;
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}

.promo-jkh .promo-arrow,
.promo-school .promo-arrow {
  position: absolute;
  left: 36px;
  bottom: 37px;
}

.promo-school .promo-card-title {
  left: 37px;
}

.promo-school-body {
  position: absolute;
  left: 36px;
  top: 134px;
  width: 230px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
}

.promo-school-blog {
  position: absolute;
  right: 37px;
  bottom: 35px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #b2b2b2;
}

/* Tender column — Group 175 + border */
.promo-tender {
  position: absolute;
  left: 1216px;
  top: 0;
  width: 663px;
  height: 943px;
  display: block;
}

.promo-tender-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 522px;
  height: 356px;
  display: block;
  pointer-events: none;
}

.promo-tender-head {
  position: absolute;
  left: 35px;
  top: 36px;
  width: 444px;
  min-height: 283px;
}

.promo-tender-title {
  margin: 0 0 20px;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.05;
  color: #333;
}

.promo-tender-sub {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.8);
}

.promo-tender-head .promo-arrow {
  position: absolute;
  left: 0;
  top: 231px;
}

.promo-tender-visual {
  position: absolute;
  left: 0;
  top: 356px;
  width: 663px;
  height: 587px;
}

.promo-tender-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 522px;
  height: 522px;
  display: block;
}

.promo-tender-photo {
  position: absolute;
  top: 67px;
  left: 0;
  width: 597px;
  height: 520px;
  display: block;
  object-fit: contain;
  object-position: left bottom;
}

/* ========================= SOCIAL ========================= */
.social {
  padding: 0 0 80px;
}
.social-head {
  display: flex;
  align-items: baseline;
  gap: 40px;
  margin-bottom: 29px;
}
.social-title { font-size: 62px; font-weight: 400; }
.social-sub { font-size: 24px; }
.social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 20px;
}
.social-row--last { margin-bottom: 0; }
.social-btn {
  display: inline-flex;
  align-items: center;
  height: 73px;
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 0 26px;
  font-size: 24px;
  gap: 14px;
  white-space: nowrap;
  color: #000;
  flex-shrink: 0;
}
.social-btn:hover { border-color: rgba(0, 0, 0, 0.18); color: #ED1C24; }
.social-btn:hover .sbtn-arr { color: #ED1C24; }
.sbtn-arr { color: #888; font-size: 20px; line-height: 1; }
.social-experts {
  font-size: 24px;
  color: #000;
  height: 29px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

/* ========================= RESPONSIVE ========================= */
@media (max-width: 1600px) {
  .wrap { padding: 0 50px; }
  .hero-right { padding: 100px 50px 60px 100px; }
  .hero-title { font-size: 80px; }
  .hero-subtitle { font-size: 30px; }
  .hero-badge { font-size: 30px; }
  .news-grid { gap: 0 48px; }
  .news-ttl { font-size: 30px; }
}

@media (max-width: 1200px) {
  .wrap { padding: 0 40px; }
  .hero { height: auto; min-height: 0; overflow: hidden; }
  .hero-left { width: min(775px, 100%); }
  .hero-g265 { left: 0; width: 100%; height: auto; position: relative; }
  .hero-thumbs { left: 40px; bottom: 24px; gap: 16px; }
  .hero-thumb-item,
  .hero-thumb { width: 120px; height: 56px; }
  .hero-right { padding: 48px 0 60px; }
  .hero-side-img { display: none; }
  .hero-title { font-size: 56px; max-width: none; }
  .hero-subtitle { font-size: 24px; max-width: none; }
  .hero-badge { font-size: 24px; margin-bottom: 32px; }
  .btn-hero { width: auto; min-width: 280px; height: 80px; font-size: 24px; }
  .section-title { font-size: 48px; }
  .section-title--inline { font-size: 48px; }
  .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .svc-ttl { font-size: 28px; }
  .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; text-align: left; }
  .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
  .news-card { min-height: 260px; }
  .news-ttl { font-size: 26px; }
}

@media (max-width: 1024px) {
  .svc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .svc-card,
  .svc-card--tall {
    min-height: 0;
    padding: 24px 20px;
  }
  .svc-card--tall {
    padding: 0 20px 24px;
  }
  .svc-card--tall .svc-img {
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
  }
  .svc-ttl { font-size: 24px; margin-bottom: 12px; }
  .svc-body,
  .svc-link { font-size: 18px; }
  .products-grid { grid-template-columns: 1fr; gap: 24px; }
  .faq-grid { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 900px) {
  .wrap { padding: 0 24px; }
  .hero { flex-direction: column; margin-bottom: 48px; }
  .hero-left { margin: 0; }
  .hero-title { font-size: 42px; }
  .hero-subtitle { font-size: 20px; margin-bottom: 32px; }
  .btn-hero { width: 100%; max-width: 366px; }

  .promo { overflow-x: clip; padding: 0 24px 48px; }
  .promo-inner {
    position: static;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 100%;
  }
  .promo-truck,
  .promo-jkh,
  .promo-school,
  .promo-tender {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 24px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .promo-truck-visual,
  .promo-truck-photo {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .promo-truck-title,
  .promo-truck-sub,
  .promo-truck .promo-arrow,
  .promo-card-title,
  .promo-school-body,
  .promo-school-blog,
  .promo-jkh .promo-arrow,
  .promo-school .promo-arrow,
  .promo-tender-title,
  .promo-tender-sub,
  .promo-tender-head,
  .promo-tender-head .promo-arrow {
    position: static;
    width: auto;
    max-width: 100%;
  }
  .promo-truck .promo-arrow,
  .promo-jkh .promo-arrow,
  .promo-school .promo-arrow,
  .promo-tender-head .promo-arrow {
    margin-top: 16px;
    margin-left: 6px;
    margin-bottom: 4px;
    align-self: flex-start;
    flex-shrink: 0;
  }
  .promo-tender-head {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .promo-card-border,
  .promo-tender-border {
    display: none;
  }
  .promo-truck-title,
  .promo-tender-title,
  .promo-card-title { font-size: 32px; margin-bottom: 12px; }
  .promo-truck-sub,
  .promo-tender-sub,
  .promo-school-body { font-size: 18px; margin-bottom: 16px; }
  .promo-school-blog { position: static; font-size: 18px; margin-bottom: 12px; }
  .promo-tender-bg,
  .promo-tender-photo,
  .promo-tender-visual {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .promo-tender-visual { margin-top: 16px; }
  .nl-email { font-size: 18px; padding: 16px; }
  .nl-submit { font-size: 18px; padding: 0 20px; }
  .nl-email-row { flex-direction: column; }
  .nl-submit { border-left: none; border-top: 1px solid #e0e0e0; padding: 16px; text-align: center; }

  .newsletter {
    flex-direction: column;
    min-height: 0;
    padding: 0 0 48px;
    overflow-x: clip;
  }
  .nl-left,
  .nl-right {
    width: 100%;
    min-height: 0;
    flex-shrink: 1;
  }
  .nl-left {
    min-height: 420px;
    margin-bottom: 24px;
  }
  .nl-red-block {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 360px;
  }
  .nl-red-text {
    padding: 220px 24px 32px;
    font-size: 32px;
  }
  .nl-helmet {
    left: 50%;
    transform: translateX(-50%);
    width: min(320px, 70%);
    height: auto;
  }
  .nl-right {
    padding: 32px 20px;
    min-height: 0;
  }
  .nl-form-title { font-size: 32px; margin-bottom: 24px; }
  .nl-label { font-size: 22px; }
  .nl-opts {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .nl-opt { font-size: 18px; }
  .nl-watermark { display: none; }

  .news-head {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
  }
  .news-all { margin-left: 0; width: 100%; }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .news-card {
    min-height: 0;
    padding: 24px 24px 28px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
  }
  .news-btn {
    margin-top: auto;
    padding-top: 16px;
    margin-left: 4px;
    margin-bottom: 2px;
  }
  .news-date { font-size: 16px; margin-bottom: 12px; }
  .news-ttl { font-size: 22px; line-height: 1.35; }

  .art-row,
  .art-row--rev {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-bottom: 32px;
    gap: 0;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    overflow: hidden;
  }
  .art-media,
  .art-row--rev .art-media {
    margin: 0;
    max-width: none;
    height: auto;
  }
  .art-media img { height: auto; min-height: 180px; }
  .art-body,
  .art-row--rev .art-body {
    margin: 0;
    min-height: 0;
    padding: 24px 20px;
    border: none;
    border-radius: 0;
  }
  .art-arrow { margin-top: 16px; margin-left: 4px; margin-bottom: 4px; }
  .art-ttl { font-size: 22px; margin-bottom: 16px; line-height: 1.35; }
  .art-desc { font-size: 18px; margin-bottom: 20px; line-height: 1.45; }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .faq-btn {
    height: auto;
    min-height: 72px;
    padding: 20px;
    font-size: 22px;
    line-height: 1.3;
  }
  .faq-arr { font-size: 28px; }

  .product-name { font-size: 32px; }
  .product-desc { font-size: 18px; }
}

@media (max-width: 600px) {
  .wrap { padding: 0 16px; }
  .promo { padding: 0 16px 40px; }
  .hero-thumbs { left: 16px; gap: 10px; flex-wrap: wrap; }
  .hero-thumb-item,
  .hero-thumb { width: 90px; height: 42px; }
  .hero-title { font-size: 32px; }
  .section-title { font-size: 36px; margin-bottom: 28px; }
  .section-title--inline { font-size: 36px; }

  .svc-card,
  .svc-card--tall { padding: 20px 16px; }
  .svc-card--tall {
    padding: 0 16px 20px;
  }
  .svc-card--tall .svc-img {
    width: calc(100% + 32px);
    margin: 0 -16px 16px;
  }
  .svc-ttl { font-size: 20px; }
  .svc-body,
  .svc-link { font-size: 16px; }

  .news-grid { gap: 16px; }
  .news-card { padding: 20px 20px 24px; }
  .news-btn {
    margin-top: auto;
    padding-top: 12px;
    margin-left: 2px;
    margin-bottom: 0;
  }
  .news-date { font-size: 15px; }
  .news-ttl { font-size: 20px; }

  .art-body,
  .art-row--rev .art-body { padding: 20px 16px 28px; }
  .art-ttl { font-size: 20px; }
  .art-desc { font-size: 16px; }

  .faq-btn {
    padding: 16px;
    font-size: 18px;
    min-height: 64px;
  }
  .faq-arr { font-size: 24px; }

  .product-name { font-size: 28px; }
  .product-desc { font-size: 16px; }

  .social-title { font-size: 36px; }
  .social-sub { font-size: 18px; }
  .social-btn {
    width: 100%;
    justify-content: space-between;
    font-size: 18px;
    height: auto;
    min-height: 56px;
    padding: 14px 20px;
  }
}