@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&amp;display=swap);
* {
  margin: 0;
  padding: 0;
}
html,
body {
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.layout {
  box-sizing: border-box;
  min-height: 100vh;
  max-width: 900px;
  margin: auto;
  /* background-image: url(../images/bg.gif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.videobgbox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.video {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0ms;
  -o-object-fit: cover;
  object-fit: cover;
}
.header {
  position: relative;
  z-index: 10;
  background-color: #000;
  padding: 5px 30px;
  color: #2cc983;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-item {
  display: flex;
  align-items: center;
}
.content {
  padding: 18px;
  position: relative;
  z-index: 10;
  margin-bottom: 120px;
  margin-top: 100px;
}
.content-text {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 18px;
  text-align: center;
}
.content .text {
  padding-bottom: 5px;
}
.step {
  display: none;
}
.step.active {
  display: block;
}
.title {
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 10px;
  line-height: 1.3;
}
.wrap-btns {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.btn {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 15px 10px;
  /* border: 1px solid #cdcdcd; */
  border-radius: 10px;
  font-size: 20px;
  margin: 0 7px;
  box-sizing: border-box;
  min-width: 108px;
  width: 90%;
  font-weight: bold;
  color: #ffffff;
  background-color: #000;
  transition: 0.3s;
  text-align: center;
}
.btn-left {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-right {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.footer {
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px 0 7px;
}
.footer-text {
  display: flex;
  justify-content: center;
}
.footer-text-item {
  flex-basis: 20%;
  width: 20%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  margin: 0 10px;
  position: relative;
}
.footer-text-item.text-gradient::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #fe7458;
}
.footer-img {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.footer-img-item {
  text-align: center;
}
.footer-img-item:nth-child(2) {
  margin-right: 28px;
}
.footer-img-prev {
  background-image: linear-gradient(to bottom, #2cca84, #000000);
  padding: 2px;
}
.footer-img-prev img {
  display: block;
  max-width: 55px;
  height: auto;
}
.color {
  color: #2bc581;
}
.mr-1 {
  margin-right: 5px;
}
.text-gradient {
  background: linear-gradient(to right, #23d0bd, #2fc770);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #23d0bd;
}
.text-gradient-2 {
  background: linear-gradient(to right, #ffffff, #6c6c6c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;
}
.bfLog {
  width: 60%;
  padding: 0 0 0 20%;
}
@media screen and (max-width: 575px) {
.step-age .wrap-btns {
    flex-wrap: wrap;
    align-items: flex-start;
}
.step-age .wrap-btns .btn {
    width: 50px;
    margin: 0 10px 5px;
}
}


/* POSITION */
.position {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(170px);
  top: 36px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  width: 180px;
  z-index: 1;
}

.position>span {
  display: block;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 29px;
  line-height: 29px;
  background: #FFFFFF;
  box-shadow: inset 0px 5.48621px 5.48621px rgba(0, 0, 0, 0.25);
  border-radius: 48px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}

.position>span:first-child {
  margin-bottom: 4px;
}

.num-girls {
  color: #00AFF0;
}

.position>span img {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .logo {
      left: 30px;
      transform: none;
      max-width: 164px
  }

  .position {
      left: auto;
      right: 30px;
      transform: none;
      width: 140px;
      font-size: 11px;
  }

  .content {
    margin-bottom: 60px;
  }
}

/* SAFTY BLOCK */
.safety-block {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
  z-index: 1;
  pointer-events: none;
}

.safety-block ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 15px 0;
  padding: 0;
}

.safety-block ul li {
  list-style-type: none;
  width: calc(100% / 3);
  text-align: center;
  padding: 0 10px;
  color: #fff;
  text-shadow: 0px 2px 11px rgba(0, 0, 0, 0.67);
}

.safety-block h4 {
  font-size: 20px;
  margin: 5px 0 5px;
}

.safety-block img {
  max-width: 60px;
  margin: 0 auto
}

.safety-block p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  text-shadow: 0px 2px 11px rgba(0, 0, 0, 0.67);
}

@media (max-width: 768px) {
  .safety-block ul {
      margin: 15px 0 0;
  }

  .safety-block img {
      max-width: 40px;
  }

  .safety-block h4 {
      font-size: 12px;
      margin: 5px 0;
  }

  .safety-block p {
      font-size: 11px;
  }
}