body.noscroll {
  margin: 0;
  height: 100vh;
  overflow: hidden;
}

body {
  background: #fff;
}

html.is-locked,
html.is-locked body {
  height: calc(var(--window-inner-height) - 1px);
  overflow: hidden;
  box-sizing: border-box;
}

#container_video {
  position: relative;
  z-index: 2;
}

.conch {
  position: relative;
}

#container_video.fullscreen {
  background: #000;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#container_video.fullscreen > center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1;
  min-height: 0;
}

#video {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
}

#container_video.fullscreen #video {
  flex-shrink: 1;
  min-height: 0;
  width: 100%;
  max-width: min(900px, calc(100vw - 32px));
  height: auto;
  max-height: calc(100vh - 100px);
}

#video_progress {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  max-width: min(900px, 90vw);
  height: 8px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  overflow: hidden;
  z-index: 3;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  direction: ltr !important;
  text-align: left !important;
}

#video_progress_fill {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  margin: 0 !important;
  border-radius: 999px;
  background: linear-gradient(90deg, #00d25b 0%, #00ff95 100%);
  transition: width 0.2s linear;
  transform: none !important;
  transform-origin: left center !important;
}

#video_progress_fill::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #00d25b;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  transform: translate(50%, -50%);
}

#container_video.fullscreen #video_progress {
  position: relative;
  width: min(900px, calc(100vw - 32px));
  max-width: 100%;
  top: auto;
  margin-top: 12px;
  height: 10px;
}

#popup,
#play {
  display: none;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 5px;
  bottom: 0;
  text-align: center;
  z-index: 2;
  height: 150px;
}

#play {
  display: block;
}

#play h4:first-child {
  margin-bottom: 60px;
}

#play > div {
  background: no-repeat center/60px
    url("../images/c609af3d02e527350c2808520d7bfe6401c5340b.svg");
}

#popup > div,
#play > div {
  position: relative;
  background-color: rgba(0, 207, 47, 0.75);
  padding: 5px 20px;
  margin: 0 auto;
  width: 30%;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  cursor: pointer;
}

#popup > div {
  width: 40%;
  background-color: rgba(255, 0, 0, 0.75);
}

@media (max-width: 600px) {
  #container_video.fullscreen #video {
    max-height: calc(100vh - 88px);
  }

  #popup > div,
  #play > div {
    width: 85%;
    font-size: 14px;
  }
}

#order {
  display: none;
  margin: 0 auto;
}

#order h1 {
  font-size: 4em;
  text-align: center;
  margin-top: 30%;
}

#close {
  display: none;
  position: absolute;
  top: 30px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
  background-image: url("../images/close.svg");
  background-size: cover;
}

.main_header {
  font-size: 45px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: black;
  line-height: 1.3;
  margin-bottom: 20px;
}

.subtitle {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: black;
  line-height: 1.3;
  margin-bottom: 20px;
}

.green_bg {
  color: white;
  background-color: green;
}

.block_tv {
  background-color: rgb(143, 6, 97);
  text-align: center;
}

.block_tv img {
  width: 100px;
  border-radius: 50%;
}

.block_tv p {
  font-size: 30px;
  color: white;
  font-weight: 900;
  padding-top: 10px;
}

@media (max-width: 700px) {
  .block_tv img {
    width: 70px;
  }

  .block_tv p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.tv_icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 10px;
}

/* form */

.formFb {
  box-sizing: border-box;
  margin: 1.5rem 0;
}

.formFb {
  max-width: 600px;
  font-size: 17px;
  padding: 0.6em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  border-radius: 0.5em;
  background-image:
    linear-gradient(90deg, #3580ed 50%, transparent 50%),
    linear-gradient(90deg, #3580ed 50%, transparent 50%),
    linear-gradient(0, #3580ed 50%, transparent 50%),
    linear-gradient(0, #3580ed 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size:
    10px 2px,
    10px 2px,
    2px 10px,
    2px 10px;
  animation: marching-ants 400ms infinite linear;
}

@keyframes marching-ants {
  0% {
    background-position:
      0 0,
      10px 100%,
      0 10px,
      100% 0;
  }

  100% {
    background-position:
      10px 0,
      0 100%,
      0 0,
      100% 10px;
  }
}

.formFb__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.formFb__text {
  display: block;
  margin: 0;
}

.formFb__action {
  margin-bottom: 0.5em;
  text-align: center;
}

.formFb__counter {
  font-size: 0.925em;
  text-align: center;
}

.formFb__counter span {
  font-weight: bold !important;
}

.formFb__counter .red {
  color: #f20 !important;
}

.formFb__img {
  width: 50%;
  max-width: 155px;
  margin: 1em 0;
}

.formFb__img img {
  width: 100%;
}

.formFb__price {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.formFb__price--p {
  display: flex;
  align-items: center;
}

.formFb__price--old {
  font-size: 1.15em;
  text-decoration: line-through;
  margin-right: 0.5em;
}

.formFb__price--txt {
  margin-bottom: 0.55em;
  font-weight: bold;
  font-size: 1.25em;
}

.formFb__price--new {
  font-size: 2em;
  font-weight: bold;
  color: #f20;
}

.formFb__timer {
  margin: 1.5em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.formFb__timer p {
  /*margin-right: .5em;*/
  margin-bottom: 0.25em;
}

.formFb__timer .timer {
  display: flex;
  font-size: 2em;
  color: rgb(88, 88, 88);
}

.formFb__timer .timer .hour {
  margin-right: 0.15em;
}

.formFb__timer .timer .minute {
  margin: 0 0.15em;
}

.formFb__timer .timer .second {
  margin-left: 0.15em;
}

.formFb__inputs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  max-width: 300px;
  width: 100%;
}

.formFb__inputs label {
  font-size: 0.941175em;
  margin-bottom: 0.25em;
}

.formFb__inputs input {
  display: block;
  border: 1px solid #3578e563;
  padding-left: 10px;
  padding: 0.5em 0.65em;
  width: 100%;
  margin: 0 auto;
}

.formFb__btn {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0.65em 0;
  margin-bottom: 1em;
  background: #3580ed;
  border: 1px solid #3580ed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  font-size: 1em;
  transition: transform 0.4s;
}

.formFb__btn:hover,
.formFb__btn:active {
  transform: scale(0.95);
}

.formFb__steps {
  display: flex;
  width: 100%;
  max-width: 300px;
  justify-content: space-between;
  margin-bottom: 1em;
}

.formFb__step {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  position: relative;
}

.formFb__step--line {
  flex-grow: 1;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.formFb__step--line:after {
  position: absolute;
  width: 80%;
  content: "";
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  border-bottom: 2px dashed #3580ed;
}

.formFb__step img {
  width: 100%;
  max-width: 100%;
}

blockquote {
  margin-bottom: 1rem;
}

* {
  box-sizing: border-box;
}

img + blockquote {
  margin-top: 0.5rem;
}

@media screen and (max-width: 500px) {
  .main_header {
    font-size: 25px;
  }

  #popup {
    font-size: 14px;
  }
}

.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
  animation: 1.5s cubic-bezier(0.17, 0.37, 0.43, 0.67) 0.3s infinite loadingD;
}

@keyframes loadingD {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.relative #container_video,
.relative #video,
#video {
  max-height: 900px;
}

.fullscreen #container_video,
.fullscreen #video {
  max-height: unset;
}

.relative #container_video {
  margin-bottom: 30px;
}

@media (max-width: 548px) {
  .relative #container_video {
    margin-bottom: 15px;
  }
}

.fullscreen #container_video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
