.video {
  display: flex;
  align-items: center;
  z-index: 10000;
}
.video {
  padding-left: 34px;
  padding-top: 34px;
  padding-bottom: 34px;
}
@media screen and (min-width: 992px) {
  .video {
    padding-left: calc(3.4482758621vw - 0.2068965517px);
    padding-top: calc(3.4482758621vw - 0.2068965517px);
    padding-bottom: calc(3.4482758621vw - 0.2068965517px);
  }
}
@media screen and (min-width: 1920px) {
  .video {
    padding-left: 66px;
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
.video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../../../../images/landing-pages/ru-destiny-or-programs-role/video/bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.video h2 {
  width: -moz-min-content;
  width: min-content;
  text-align: left;
}
.video h2 {
  margin-left: 42px;
}
@media screen and (min-width: 992px) {
  .video h2 {
    margin-left: calc(4.0948275862vw + 1.3793103448px);
  }
}
@media screen and (min-width: 1920px) {
  .video h2 {
    margin-left: 80px;
  }
}
.video h2.mobile {
  display: none;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  background-color: rgba(216, 40, 50, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}
.play-btn {
  width: 140px;
  height: 140px;
}
@media screen and (min-width: 992px) {
  .play-btn {
    width: calc(14.1163793103vw - 0.0344827586px);
    height: calc(14.1163793103vw - 0.0344827586px);
  }
}
@media screen and (min-width: 1920px) {
  .play-btn {
    width: 271px;
    height: 271px;
  }
}
.play-btn:hover {
  transform: translate(-50%, -50%) scale(0.95);
}
.play-btn .circle {
  width: 64%;
  height: 64%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D82832;
  border-radius: 50%;
}

.player-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
.player-overlay.active {
  opacity: 1;
  visibility: visible;
}

.close-video-player {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  position: absolute;
  right: 10px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background-image: url(../../../../../images/landing-pages/close.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.close-video-player:hover {
  opacity: 1;
}

.player-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  width: 80%;
  aspect-ratio: 16/9;
}
.player-wrap #player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lds-ring {
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #c5a23b;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #c5a23b transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=video.css.map */