.title1 {
  font-size: clamp(1.875rem, 3.0075188vw + 1.17011278rem, 3.125rem);
  line-height: clamp(2.5625rem, 3.60902256vw + 1.71663534rem, 4.0625rem);
  font-weight: 500;
  color: var(--textColor);
  text-align: center;
}
.title2 {
  font-size: clamp(1.5625rem, 1.5037594vw + 1.21005639rem, 2.1875rem);
  line-height: clamp(2.1875rem, 1.5037594vw + 1.83505639rem, 2.8125rem);
  font-weight: 400;
  color: var(--textColor);
}
.title3 {
  font-size: clamp(1.125rem, 1.05263158vw + 0.87828947rem, 1.5625rem);
  line-height: clamp(1.375rem, 1.95488722vw + 0.91682331rem, 2.1875rem);
  font-weight: 500;
  color: var(--textColor);
}
.title4 {
  font-size: clamp(1.125rem, 1.05263158vw + 0.87828947rem, 1.5625rem);
  line-height: clamp(1.375rem, 1.95488722vw + 0.91682331rem, 2.1875rem);
  font-weight: 400;
  color: var(--textColor);
}
.lead {
  font-size: clamp(1rem, 2.10526316vw + 0.50657895rem, 1.875rem);
  line-height: clamp(1.375rem, 2.70676692vw + 0.7406015rem, 2.5rem);
  color: var(--textColor);
}
.quote {
  font-size: clamp(1.25rem, 3.0075188vw + 0.54511278rem, 2.5rem);
  line-height: clamp(1.5625rem, 4.5112782vw + 0.50516917rem, 3.4375rem);
  color: var(--textColor);
}
.small {
  font-size: clamp(1rem, 0.30075188vw + 0.92951128rem, 1.125rem);
  line-height: clamp(1.375rem, 0.60150376vw + 1.23402256rem, 1.625rem);
  color: var(--textColor);
}
.button {
  display: inline-block;
  background-color: transparent;
  font-size: clamp(1rem, 0.60150376vw + 0.85902256rem, 1.25rem);
  line-height: clamp(1.375rem, 0.90225564vw + 1.16353383rem, 1.75rem);
  font-family: inherit;
  font-weight: 400;
  cursor: pointer;
  color: var(--btnColor);
  padding: 7px 13px 3px;
  appearance: none;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--btnColor);
  transition: all 0.4s;
}
.button:hover,
.button:focus {
  background-color: var(--btnBgHover);
  color: var(--btnColorHover);
  border-color: var(--btnColorHover);
}
.stoerer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 168px;
  background-color: var(--stoererBg);
  font-size: clamp(1rem, 0.60150376vw + 0.85902256rem, 1.25rem);
  line-height: clamp(1.375rem, 0.90225564vw + 1.16353383rem, 1.75rem);
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  color: var(--stoererColor);
  padding: 15px;
  appearance: none;
  border-radius: 168px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--stoererBg);
  rotate: -15deg;
  transition: all 0.4s;
}
.stoerer:hover,
.stoerer:focus {
  background-color: var(--stoererBgHover);
  color: var(--stoererColorHover);
}
@media (max-width: 1023px) {
  .stoerer {
    width: 128px;
    height: 128px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.area--one {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--gridGap);
}
.area--one .unit {
  grid-column: span 12;
}
.area--one .unitTwo {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 var(--gridGap);
  align-items: center;
}
.area--one .unitTwo--imageLeft .unit__background {
  grid-column: 1 / span 6;
}
.area--one .unitTwo--imageLeft .unit__content {
  grid-column: 7 / span 6;
}
.area--one .unitTwo--imageRight .unit__background {
  grid-column: 7 / span 6;
  grid-row: 1;
  justify-self: flex-start;
}
.area--one .unitTwo--imageRight .unit__content {
  grid-column: 1 / span 6;
  grid-row: 1;
}
.area--one .unitTwo--variant2 .unit__background {
  width: calc(100% + 174px);
}
.area--one .unitTwo--variant3 .unit__background {
  width: calc(100% + 343px);
}
.area--one .unitThree {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 var(--gridGap);
  align-items: center;
  min-height: calc(var(--js-elementHeight) + (var(--spacePart) * 2));
}
.area--one .unitThree .unit__content {
  grid-column: 2;
}
.area--one .unitThree .part.film:first-child {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% / 1040 * 410);
  margin: 0;
}
.area--one .unitFour {
  grid-column: span 6;
}
.area--one .unitFour .unit__content {
  padding: 0 18px;
}
.area--one .unitFive {
  grid-column: span 6;
}
.area--one .unitFive .unit__background {
  max-width: 148px;
}
.area--one .unitFolding {
  padding: calc(26px - var(--spacePart));
}
/*# sourceMappingURL=./screen-medium.css.map */