.landing {
  --color_0: #e1e1e1;
  --color_1: #f5a623;
  --color_2: #cea054;
  --color_3: #9d9d9d;
  --color_4: #333333;
  --color_5: #ffffff;
  --section-space: 80px;

  font-size: 16px;
  line-height: 1.375;
  font-weight: normal;
  color: var(--color_4);
  background-color: var(--color_5);
  display: flex;
  flex-direction: column;
  row-gap: var(--section-space);
  padding-bottom: var(--section-space);
}

:where(.landing) h1,
.landing-h1 {
  font-family: inherit;
  font-size: 36px;
  line-height: 1.375;
  font-weight: 600;
  margin: 0 0 8px;
  color: inherit;
}

:where(.landing) h2,
.landing-h2 {
  font-family: inherit;
  font-size: 24px;
  line-height: 1.375;
  font-weight: 600;
  margin: 0 0 8px;
  color: inherit;
}

:where(.landing) h3,
.landing-h3 {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.375;
  font-weight: 600;
  margin: 0 0 8px;
  color: inherit;
}

.landing-subtitle {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.375;
  font-weight: 600;
  color: var(--color_2);
}

.landing-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 39px;
  border-radius: 4px;
  border: 1px solid var(--color_0);
  color: var(--color_4) !important;
  text-decoration: none !important;
}

.landing-btn:hover {
  border-color: var(--color_3);
}

.landing-btn_light {
  border-color: var(--color_5);
  color: var(--color_5) !important;
}

.landing-btn_light:hover {
  border-color: var(--color_5);
  background-color: var(--color_5);
  color: var(--color_4) !important;
}

.landing-form-group {
  margin-bottom: 24px;
}

.landing-form-control {
  display: block;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  transition: 0.25s ease-in-out;
  width: 100%;
  max-width: 320px;
  height: 46px;
  font-size: 16px;
  line-height: 22px;
  padding: 11px 23px;
  border: 1px solid var(--color_5);
  border-radius: 4px;
  background-color: transparent;
  color: var(--color_5);
}

.landing-form-control::placeholder {
  color: var(--color_5);
  opacity: 1;
}

.landing-form-control:focus {
  outline: none;
}

.landing-form-check {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 35px;
}

.landing-form-check label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  font-weight: normal;
}

.landing-form-check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.landing-form-check__btn {
  display: flex;
  align-items: center;
  position: relative;
  column-gap: 8px;
  cursor: pointer;
}

.landing-form-check__icon {
  flex-shrink: 0;
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid var(--color_5);
  border-radius: 4px;
}

.landing-form-check input[type="checkbox"] ~ .landing-form-check__btn .landing-form-check__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.15s ease-in-out;
  width: 12px;
  height: 7px;
  margin: 4px 0 0 4px;
  border-style: solid;
  border-color: #00b923;
  border-width: 0 0 2px 2px;
  opacity: 0;
  transform: rotate(-45deg);
}

.landing-form-check input:checked ~ .landing-form-check__btn .landing-form-check__icon:before {
  opacity: 1;
}

.landing-form-check__text {
  flex-grow: 1;
  min-width: 1px;
}

.landing-hero__item {
  position: relative;
  background-color: var(--color_4);
  color: var(--color_5);
}

.landing-hero__item-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.landing-hero__item-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-hero__item-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.landing-hero__item-inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 728px;
  padding-bottom: 56px;
}

.landing-hero__item-content {
  width: 100%;
  max-width: 630px;
}

.landing-hero__item-content .landing-h1 {
  margin-bottom: 40px;
}

.landing-promo {
  text-align: center;
  max-width: 930px;
  margin: 0 auto;
}

.landing-benefits {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(1px, 1fr));
}

.landing-benefits__list {
  max-width: 575px;
}

.landing-benefits__item:not(:last-child) {
  padding-bottom: 31px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--color_0);
}

.landing-benefits__item-inner {
  padding-left: 47px;
  position: relative;
}

.landing-benefits__num {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 600;
  background: linear-gradient(180deg, #be953d 22.62%, #c7a144 37.26%, #d4b154 42.14%, #e1c76e 47.02%, #d4b154 51.9%, #c7a144 56.79%, #be953d 71.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.landing-benefits__image img {
  display: block;
  width: 100%;
  height: 0;
  min-height: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.landing-gallery-section {
  background: #f8f9fc;
  padding: var(--section-space) 0;
}

.landing-gallery-section__header {
  max-width: 720px;
  margin-bottom: 40px;
}

.landing-gallery {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(1px, 1fr));
}

.landing-gallery__item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.landing-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.landing-gallery__lead {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f8f4ef;
  border-radius: 8px;
  padding: 20px;
}

.landing-gallery__lead-content {
  font-size: 18px;
  line-height: 1.375;
  font-weight: 600;
  background: linear-gradient(180deg, #be953d 22.62%, #c7a144 37.26%, #d4b154 42.14%, #e1c76e 47.02%, #d4b154 51.9%, #c7a144 56.79%, #be953d 71.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.landing-video-header {
  text-align: center;
  margin-bottom: 40px;
}

.landing-video-header .landing-subtitle {
  text-transform: uppercase;
}

.landing-video {
  --radius: 24px;
  max-width: 932px;
  margin: 0 auto;
  position: relative;
  background-color: var(--color_4);
  color: var(--color_5);
  border-radius: var(--radius);
}

.landing-video:before {
  content: "";
  display: block;
  padding-top: 47.25%;
}

.landing-video__image,
.landing-video__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  transition-property: opacity, visibility;
}

.landing-video__image {
  opacity: 1;
  visibility: visible;
}

.landing-video__content {
  opacity: 0;
  visibility: hidden;
}

.landing-video.is-play .landing-video__image {
  opacity: 0;
  visibility: hidden;
}

.landing-video.is-play .landing-video__content {
  opacity: 1;
  visibility: visible;
}

.landing-video__image img,
.landing-video__content iframe,
.landing-video__content video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

.landing-video__play-btn {
  --size: 62px;
  --bg: #ff4d39;
  --wave-color: 255, 77, 57;
  --duration: 1.8s;

  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(-0.5 * var(--size));
  width: var(--size);
  height: var(--size);
  border: none;
  padding: 0;
  background: var(--bg);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}

.landing-video__play-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -8px;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #ffffff;
}

.landing-video__play-btn > span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(var(--size) * 1);
  height: calc(var(--size) * 1);
  transform: translate(-50%, -50%) scale(0.6);
  border-radius: 50%;
  background: rgba(var(--wave-color), 0);
  box-shadow: 0 0 0 2px rgba(var(--wave-color), 0.75) inset;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  animation: ripple var(--duration) ease-out infinite;
}

.landing-video__play-btn > span:nth-child(1) {
  animation-delay: 0s;
}

.landing-video__play-btn > span:nth-child(2) {
  animation-delay: calc(var(--duration) / 3);
}

.landing-video__play-btn > span:nth-child(3) {
  animation-delay: calc(var(--duration) / 1.5);
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }
}

.landing-descriprion {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(1px, 1fr));
}

.landing-descriprion__main {
  background: #f8f9fc;
  border-radius: 24px;
  padding: var(--section-space) 80px;
  display: flex;
  flex-direction: column;
  row-gap: var(--section-space);
}

.landing-descriprion__content {
  margin-top: auto;
}

.landing-descriprion .landing-subtitle {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 16px;
}

.landing-descriprion__image img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.landing-features-header {
  text-align: center;
  margin-bottom: 26px;
}

.landing-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.landing-features__item {
  flex: 0 0 auto;
  width: 218px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
  gap: 8px;
  background: linear-gradient(180deg, #be953d 22.62%, #c7a144 37.26%, #d4b154 42.14%, #e1c76e 47.02%, #d4b154 51.9%, #c7a144 56.79%, #be953d 71.43%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
  position: relative;
}

.landing-features__item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 1px;
  border-radius: 23px;
  background: var(--color_5);
}

.landing-features__icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-features__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.landing-features__text {
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.landing-callback {
  border-radius: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--color_4);
  color: var(--color_5);
  padding: var(--section-space) 100px;
  position: relative;
}

.landing-callback:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 40px;
  border-radius: 24px;
  padding: 3px;
  background: linear-gradient(to right, rgba(206, 160, 84, 1) 0%, rgba(206, 160, 84, 0.2) 51.2%, rgba(255, 255, 255, 0.2) 51.2%, rgba(255, 255, 255, 1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.landing-callback__inner {
  position: relative;
}

.landing-callback__header {
  margin-bottom: 40px;
}

.landing-callback__header .landing-subtitle {
  font-size: 24px;
}

.landing-callback__form {
  max-width: 400px;
}

@media (max-width: 1359px) {
  .landing-hero__item-inner {
    height: 640px;
    padding-bottom: 0;
  }

  .landing-descriprion__main {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1199px) {
  .landing-gallery__lead {
    padding: 15px;
  }

  .landing-gallery__lead-content {
    font-size: 14px;
  }

  .landing-features__item {
    width: 200px;
  }

  .landing-callback:before {
    margin: 20px;
  }

  .landing-callback {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 991px) {
  .landing-benefits {
    grid-template-columns: minmax(1px, 1fr);
  }

  .landing-benefits__list {
    max-width: none;
  }

  .landing-benefits__image img {
    height: auto;
  }

  .landing-benefits__item:not(:last-child) {
    padding-bottom: 19px;
    margin-bottom: 20px;
  }

  .landing-gallery {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
}

@media (max-width: 767px) {
  .landing {
    --section-space: 40px;
  }

  :where(.landing) h1,
  .landing-h1 {
    font-size: 28px;
  }

  .landing-hero__item-inner {
    height: 500px;
    text-align: center;
  }

  .landing-hero__item-content {
    margin: 0 auto;
  }

  .landing-gallery-section__header {
    margin-bottom: 20px;
  }

  .landing-gallery {
    gap: 10px;
  }

  .landing-gallery__lead {
    padding: 10px;
  }

  .landing-gallery__lead-content {
    font-size: 12px;
  }

  .landing-video-header {
    margin-bottom: 20px;
  }

  .landing-descriprion {
    grid-template-columns: minmax(1px, 1fr);
  }

  .landing-descriprion__main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-features {
    gap: 10px;
  }

  .landing-features__item {
    width: 150px;
    padding: 15px;
  }

  .landing-callback {
    padding: 40px;
  }

  .landing-callback:before {
    margin: 10px;
    padding: 1px;
    border-radius: 16px;
  }

  .landing-callback__header .landing-subtitle {
    font-size: 18px;
  }
}
