._color-prime {
    color: #006eff;
  }

  ._disabled {
    opacity: 0.3;
    pointer-events: none;
  }

  ._hide_hts {
    display: none;
  }

  ._hide_iframe {
    display: none;
  }
.overflow-hidden{
    overflow: hidden!important;
}
  .modal-hts {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    z-index: 500;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    transition: opacity 0.5s;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4rem);
    -webkit-backdrop-filter: blur(4rem);
    scrollbar-width: thin;
    scrollbar-color: #0044ff transparent;
    font-family: Golos, sans-serif;
    font-style: normal;
    color: rgba(0, 0, 0, 0.92);
  }
  .modal-hts.open {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.25s;
  }
  .modal-hts__content {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.75rem 1rem;
    max-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 20;
  }
  .modal-hts__overlay {
    box-sizing: border-box;
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .modal-hts__dialog {
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 3rem;
    border-radius: 2rem;
    background: #e5d8d8;
    min-width: 0;
    max-width: 541px;
    width: 100%;
    z-index: 501;
  }
  @media screen and (max-width: 500px) {
    .modal-hts__dialog {
      padding-bottom: 150px;
    }
  }
  @media screen and (max-width: 375px) {
    .modal-hts__dialog {
      padding: 2rem;
      padding-bottom: 150px;
    }
  }

  .stepper {
    display: none;
  }
  .stepper.step {
    display: block;
  }
  .stepper__status {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.664);
  }
  .stepper__steps {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
  }
  .stepper__step {
    flex-grow: 1;
    min-width: 0;
    height: 0.375rem;
    border-radius: 1rem;
    background: rgba(20, 1, 169, 0.92);
    opacity: 0.16;
    position: relative;
    cursor: pointer;
  }
  .stepper__step.done {
    opacity: 1;
  }
  .stepper__step::after {
    box-sizing: border-box;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    content: "";
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    z-index: 1;
    cursor: pointer;
  }
  .stepper__icon {
    overflow: hidden;
    display: inline-block;
    font-size: 24px;
    width: 1em;
    height: 1em;
    color: inherit;
    fill: currentcolor;
    vertical-align: middle;
  }
  .stepper__item--title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.333;
  }
  @media screen and (max-width: 375px) {
    .stepper__item--title {
      font-size: 1.5rem;
    }
  }
  .stepper__item--subtitle {
    display: flex;
    gap: 0.75rem;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #ff005c;
    fill: #ff0000;
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
  @media screen and (max-width: 375px) {
    .stepper__item--subtitle {
      font-size: 1.15rem;
    }
  }
  .stepper__item--content {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  @media screen and (max-width: 375px) {
    .stepper__item--content {
      font-size: 1rem;
    }
  }
  .stepper__buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .stepper__button {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: none;
    border-radius: 10px;
    outline: 0;
    font-weight: 500;
    padding: 0.583em 1em;
    font-size: 1.5rem;
    line-height: 1.5;
    white-space: nowrap;
    color: #ffffff;
    background: #003cff;
    cursor: pointer;
    box-shadow: 0 0 1.5rem rgba(112, 169, 255, 0.4);
    transition: box-shadow 0.5s;
    width: 100%;
  }
  .stepper__button:hover {
    text-decoration: none;
    box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.27);
    transition: box-shadow 0.25s;
  }
  .stepper__button--skip {
    background: 0 0;
    border: 1px solid #0044ff;
    color: rgba(0, 0, 0, 0.92);
    transition: background 0.5s;
    box-shadow: none;
  }
  .stepper__button--skip:hover {
    box-shadow: none;
    background: rgba(3, 3, 3, 0.075);
    transition: background 0.25s;
  }
  .stepper__button--done:hover {
    text-decoration: none;
    box-shadow: 0 0 2.25rem rgba(255, 168, 112, 0.6);
    transition: box-shadow 0.25s;
  }
  @media screen and (max-width: 375px) {
    .stepper__button {
      font-size: 1rem;
    }
  }

  .showHTS {
    position: relative;
    overflow: hidden;
    top: 50%;
    margin: 0 auto;
    max-width: 100px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: none;
    border-radius: 4rem;
    outline: 0;
    font-weight: 500;
    padding: 0.583em 1em;
    font-size: 1.5rem;
    line-height: 1.5;
    white-space: nowrap;
    color: #000000;
    background: #FF6500;
    cursor: pointer;
    box-shadow: 0 0 1.5rem rgba(255, 168, 112, 0.4);
    transition: box-shadow 0.5s;
    width: 100%;
  }
  .showHTS:hover {
    text-decoration: none;
    box-shadow: 0 0 2.25rem rgba(255, 168, 112, 0.6);
    transition: box-shadow 0.25s;
  }

  /*iframe {*/
  /*  position: absolute;*/
  /*  max-width: 720px;*/
  /*  min-height: 380px;*/
  /*  width: 100%;*/
  /*  top: 50%;*/
  /*  left: 50%;*/
  /*  z-index: 502;*/
  /*  transform: translateX(-50%) translateY(-50%);*/
  /*}*/
  /*@media screen and (max-width: 500px) {*/
  /*  iframe {*/
  /*    min-height: 300px;*/
  /*  }*/
  /*}!*# sourceMappingURL=style.css.map *!*/

.buttons-hts{
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 15px;
}

.button-hts{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: none;
    border-radius: 10px;
    outline: 0;
    font-weight: 500;
    padding: 0.583em 1em;
    font-size: 1.5rem;
    line-height: 1.5;
    white-space: nowrap;
    color: #ffffff;
    background: #003cff;
    cursor: pointer;
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.button-hts--regestration{
    background-color: #ff0000;
}

.button-hts--regestration:hover{
    background-color: #c70000;
}

.button-hts--how-to-start{
    border: 2px solid #003cff;
    background-color: #f795953b;
}

.button-hts--how-to-start:hover{
    background-color: rgba(247, 149, 149, 0.486);
}

.button-hts--how-to-start > img{
    width: 26px;
    height: 26px;
}

@media screen and (max-width: 500px) {
  .stepper__buttons {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 450px) {
    .button-hts {
      font-size: 1rem;
    }
}

@media screen and (max-width: 400px) {
    .buttons-hts {
      flex-wrap: wrap;
    }
}

.youtube-embedded{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4rem 1rem;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
}
.youtube-embedded.open{
    opacity: 1;
    pointer-events: auto;
    animation: fadeOut 0.25s;
}

  .youtube-embedded__overlay{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(33, 33, 33, 0.48);
      z-index: 2;
  }
  .youtube-embedded iframe{
      max-width: 100%;
      max-height: 100%;
      position: relative;
      z-index: 20;
  }
@keyframes fadeOut {
  0% {
      opacity: 0;
  }
    100% {
        opacity: 1;
  }
}