.video-page .physical-hero h1 {
  font-size: clamp(45px, 4vw, 63px);
  line-height: 1.06;
}

.video-page .physical-hero__image {
  object-position: center center;
}

.video-page .physical-hero__content {
  width: min(54%, 710px);
}

.video-page .physical-button--red {
  min-width: 246px;
}

.video-page .physical-feature__icon svg,
.video-page .physical-objects__grid svg,
.video-page .physical-step__head span svg {
  stroke-width: 1.35;
}

@media (min-width: 769px) {
  .video-page .physical-tasks__grid article,
  .video-page .physical-tasks__grid article:first-child,
  .video-page .physical-tasks__grid article:nth-child(3) {
    align-items: center;
    padding-inline: clamp(22px, 3vw, 42px);
    text-align: center;
  }

  .video-page .physical-tasks__grid p {
    width: 100%;
    margin-inline: auto;
  }
}

.video-zones {
  padding: 36px 0 42px;
  border-bottom: 1px solid var(--physical-line);
  background: #fff;
}

.video-zones h2 {
  margin: 0 0 24px;
  font-size: clamp(25px, 2.1vw, 32px);
  line-height: 1.22;
}

.video-zones__layout {
  display: grid;
  grid-template-columns: 47% 53%;
  min-height: 330px;
}

.video-zones__image {
  min-height: 330px;
  overflow: hidden;
}

.video-zones__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-zones__list {
  display: grid;
  align-content: center;
  padding: 16px 0 16px 54px;
  border-left: 1px solid var(--physical-line);
}

.video-zones__list article {
  position: relative;
  padding: 12px 0 12px 35px;
}

.video-zones__list article::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 17px;
  height: 2px;
  background: var(--physical-red);
}

.video-zones h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
}

.video-zones p {
  max-width: 560px;
  margin: 7px 0 0;
  color: var(--physical-muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1024px) {
  .video-page .physical-hero__image { object-position: 59% center; }
  .video-page .physical-hero__content { width: 60%; }
  .video-zones__layout { grid-template-columns: 45% 55%; }
  .video-zones__list { padding-left: 32px; }
}

@media (max-width: 768px) {
  .video-page .physical-hero__image { object-position: 67% center; }
  .video-page .physical-hero__content { width: 78%; }
  .video-zones__layout { grid-template-columns: 1fr; }
  .video-zones__image { min-height: 310px; }
  .video-zones__list { padding: 22px 0 0; border-left: 0; }
}

@media (max-width: 560px) {
  .video-page .physical-hero { min-height: 650px; }
  .video-page .physical-hero__image { object-position: 70% center; opacity: .36; }
  .video-page .physical-hero__content { width: 100%; }
  .video-page .physical-hero h1 { font-size: clamp(35px, 9.7vw, 43px); }
  .video-page .physical-button--red { min-width: 0; }
  .video-zones { padding: 34px 0 38px; }
  .video-zones h2 { margin-bottom: 20px; font-size: 25px; }
  .video-zones__image { min-height: 235px; }
  .video-zones__list article { padding: 14px 0 14px 28px; border-top: 1px solid var(--physical-line); }
  .video-zones__list article::before { top: 25px; width: 14px; }
  .video-zones h3 { font-size: 16px; }
  .video-zones p { font-size: 12px; }
}
