.layout {
  overflow: hidden;
}

.section__video {
  display: flex;
  gap: 62px;
  padding-top: 206px;
  padding-bottom: 157px;
}

.video {
  flex: 1;
  display: flex;
  height: 472px;
  border-radius: 20px;
  position: relative;
}

.video::before {
  content: "";
  position: absolute;
  left: -264px;
  top: -47px;
  border-radius: 100%;
  background-color: #e2d7b266;
  width: 566px;
  height: 566px;
  z-index: -1;
  filter: blur(100px);
  pointer-events: none;
}

.section__video__description {
  max-width: 504px;
  position: relative;
  padding-top: 40px;
}

.section__video__description::before {
  content: "";
  position: absolute;
  left: -126px;
  top: 22px;
  border-radius: 100%;
  background-color: #e2d7b266;
  width: 307px;
  height: 307px;
  z-index: -1;
  filter: blur(100px);
  pointer-events: none;
}

.section__video h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 36px;
}

.section__video__text__wrapper {
  display: flex;
  gap: 14px;
  margin-bottom: 15px;
}

.section__video__number {
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #e2d7b2;
}

.section__video__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fffbf9;
}

.button {
  margin-top: 34px;
}

.section__form {
  padding-top: 191px;
  padding-bottom: 157px;
  display: flex;
  align-items: center;
  gap: 187px;
}

.section__form__content {
  position: relative;
  max-width: 504px;
}

.section__form__content::before {
  content: "";
  position: absolute;
  left: -126px;
  top: -52px;
  border-radius: 100%;
  background-color: #e2d7b266;
  width: 307px;
  height: 307px;
  z-index: -1;
  filter: blur(100px);
  pointer-events: none;
}

.section__form__content h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
  margin-bottom: 20px;
}

.section__form__content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fffbf9;
}

.form {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 411px;
}

.form::before {
  content: "";
  position: absolute;
  height: 456px;
  width: 456px;
  left: 73px;
  top: 80px;
  border-radius: 100%;
  background-color: #e2d7b266;
  z-index: -1;
  filter: blur(100px);
  pointer-events: none;
}

.form__progress {
  margin-bottom: 31px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.form__progress p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fffbf9;
  text-align: center;
}

.form__progress__bar {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 4px;
  background-color: rgba(226, 215, 178, 0.2);
}

.form__progress__bar::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 90px;
  left: 0;
  top: 0;
  border-radius: 20px;
  z-index: 100;
  background-color: #e2d7b2;
}

.form .button {
  width: 100%;
  margin-top: 36px;
}

.form__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 28px;
}

.form__label {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fffbf9;
  margin-bottom: 4px;
}

.form__input {
  border: none;
  height: 64px;
  border-radius: 12px;
  padding: 0 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #000;
}

.form__gender {
  display: flex;
  align-items: center;
  height: 64px;
  background-color: rgba(226, 215, 178, 0.2);
  border-radius: 12px;
  padding: 2px;
}

.form__gender__button,
.form__gender__button--active {
  border: none;
  flex: 1;
  height: 100%;
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  background: transparent;
}

.form__gender__button {
  background-color: transparent;
  color: #e2d7b2;
}

.form__gender__button--active {
  background-color: #e2d7b2;
  color: #020202;
}

.button__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #121314;
}

.step {
  display: none;
}

.step--active {
  display: flex;
}

.section__details {
  padding-top: 270px;
  padding-bottom: 65px;
  max-width: 842px;
  margin: 0 auto;
}

.section__details__main {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}

.section__details__main::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -99px;
  border-radius: 100%;
  background-color: #e2d7b266;
  width: 307px;
  height: 307px;
  z-index: -1;
  filter: blur(110px);
  pointer-events: none;
}

.section__details__main h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e2d7b2;
}

.section__details__text__wrapper {
  max-width: 411px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section__details__text__wrapper p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fffbf9;
}

.section__details__text__wrapper .bold {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fffbf9;
}

.section__details__content__wrapper {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.section__details__content {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.section__details__content h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 20px;
}

.section__details__content h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 12px;
}

.section__details__content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
}

.video__play__button {
  backdrop-filter: blur(5px);
  position: absolute;
  bottom: 100px;
  left: 19px;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  background-color: #ffffffcc;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}

.video__play__button img {
  width: 30px;
  height: 30px;
}

#play__icon {
  margin-left: 5px;
}

.video__wrapper {
  width: 100%;
  height: 472px;
  max-width: 754px;
}

@media (max-width: 768px) {
  .footer {
    position: relative;
  }

  .footer::after {
    content: "";
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    filter: blur(100px);
    pointer-events: none;

    width: 298px;
    height: 298px;
    top: -152px;
    left: -109px;
    z-index: 0;
    background-color: #e2d7b266;
  }

  .section__video {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 73px;
    gap: 0;
  }

  .video {
    min-height: 638px;
    border-radius: 0;
    margin: 0 -24px;
  }

  .video__play__button {
    bottom: 88px;
  }

  .section__video__description {
    margin-top: -100px;
  }

  .section__video__description::before {
    display: none;
  }

  .section__video__description h1 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .section__video__description .button {
    margin-top: 5px;
  }

  .section__video__text__wrapper {
    gap: 10px;
  }

  .section__video__text {
    font-size: 16px;
    line-height: 20px;
  }

  .section__video__number {
    font-size: 24px;
    line-height: 24px;
  }

  .video::after {
    content: "";
    position: absolute;
    bottom: -7px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 154px;
    z-index: 0;
    pointer-events: none;
  }

  .section__form {
    padding-top: 182px;
    padding-bottom: 43px;
    flex-direction: column;
    gap: 28px;
  }

  .section__form__content h2 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .section__form__content p {
    font-size: 16px;
    line-height: 20px;
  }

  .form {
    width: 100%;
  }

  .form::before {
    display: none;
  }

  .form__label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
  }

  .form__item {
    margin-bottom: 22px;
  }

  .section__details {
    padding-top: 182px;
    padding-bottom: 197px;
  }

  .section__details__main {
    flex-direction: column;
  }

  .section__details__main h2 {
    font-size: 24px;
    line-height: 25px;
  }

  .section__details__text__wrapper {
    gap: 20px;
  }

  .section__details__text__wrapper p,
  .section__details__text__wrapper .bold {
    font-size: 16px;
    line-height: 20px;
  }

  .section__details__content__wrapper {
    margin-top: 100px;
    gap: 60px;
  }

  .section__details__content {
    gap: 32px;
  }

  .section__details__content h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 25px;
  }

  .section__details__content h4 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .section__details__content p {
    font-size: 16px;
    line-height: 20px;
  }

  .video__wrapper {
    position: absolute;
    top: 0;
    height: 630px;
    width: 1138px;
    max-width: 1138px;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
