.x-section.x-home-video__container {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  margin-left: calc(50% - 50vw);
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}

.x-home-video {
  line-height: 0;
  overflow: hidden;
  display: flex;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  border-radius: 0 !important;
  position: relative;
}

.x-home-video__video,
.x-home-video__video--mobile {
  display: block;
  object-fit: cover;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  border-radius: 0;
}

.x-home-video__title {
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.x-home-video__description {
  font-weight: 300;
  color: #fff;
  line-height: 1;
}

.x-home-video__price {
  opacity: .65;
}

@media screen and (min-width: 769px) {
  .x-home-video {
    align-items: center;
    height: 100vh;
    height: 100svh;
  }

  .x-home-video__video--mobile {
    display: none;
  }

  .x-home-video__content {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2;
  }

  .x-home-video__left {
    align-items: flex-start;
    padding-left: clamp(60px, 4.2vw, 90px);
  }

  .x-home-video__center {
    align-items: center;
  }

  .x-home-video__right {
    align-items: flex-end;
    padding-right: clamp(60px, 4.2vw, 90px);
  }

  .x-home-video__title {
    font-size: clamp(150px, 16.7vw, 240px);
    background: linear-gradient(180deg, #fff 27.24%, #ddddddde 72.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .x-home-video__description {
    font-size: clamp(22px, 1.7vw, 28px);
    margin: 20px 0 24px;
    display: flex;
    flex-direction: column;
    width: min(494px, 38vw);
    line-height: 1.4;
  }

  .x-home-video__price {
    margin: 16px 0 0;
  }

  .x-home-video__button .x-home-video__icon {
    display: none;
  }

  .x-home-video__button .x-icon-praise {
    display: inline-block;
  }
}

@media (hover: hover) {
  .x-home-video__button {
    background: transparent;
    color: #fff;
    transition: background .3s ease, color .3s ease;
  }

  .x-home-video__button:hover {
    background: #fff;
    color: #24282b;
    border-color: #fff;
  }

  .x-home-video__button:hover .x-icon-praise {
    transform: translate(10px);
    transition: transform .3s ease;
  }

  .x-home-video__button:not(:hover) .x-icon-praise {
    transform: translate(0);
    transition: transform .3s ease;
  }

  .x-home-video__button:hover .x-home-video__icon {
    background: #24282b;
  }

  .x-home-video__button:hover .x-home-video__icon svg {
    fill: #fff;
  }
}

@media screen and (max-width: 768px) {
  .x-home-video__video {
    display: none;
  }

  .x-home-video {
    flex-direction: column;
    height: 100vh;
    height: 100svh;
  }

  .x-home-video-content__layer {
    margin-top: calc(100dvh - 368px);
  }

  .x-home-video__content {
    height: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 140px 24px 32px;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .x-home-video__title {
    font-size: 60px;
    line-height: 1.3;
    background: linear-gradient(0deg, #ddddddde 24.36%, #fff 76.92%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .x-home-video__description {
    font-size: 15px;
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.4;
    gap: 4px;
    width: 87.2vw;
    margin: 0;
    word-break: break-word;
    text-wrap: pretty;
  }

  .x-home-video__price {
    display: none;
  }

  .x-home-video__button {
    display: flex;
    position: static;
    background: #fff;
    width: 100%;
    border-radius: 99px;
    border: 1px solid #fff;
    color: #24282b;
    font-size: 20px;
    font-weight: 700;
    justify-content: space-between;
    align-items: center;
    padding: 8px 8px 8px 24px;
    margin: 32px 0 0;
  }

  .x-home-video__button .x-home-video__icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #24282b;
    width: 32px;
    height: 32px;
  }

  .x-home-video__icon .x-icon-union {
    margin: 0;
  }

  .x-home-video__button .x-icon-praise {
    display: none;
  }
}
