



@font-face {
  font-family: GPN_DIN;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/fonts/gpn_din-bold.woff2) format("woff2"),
    url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/fonts/gpn_din-bold.woff) format("woff");
}
@font-face {
  font-family: GPN_DIN;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/fonts/gpn_din-regular.woff2) format("woff2"),
    url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/fonts/gpn_din-regular.woff) format("woff");
}



:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-blue: #006cb1;
  --color-red: #e40521;
  --color-orange: #ff6f00;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: GPN_DIN, helvetica, sans-serif;
  font-weight: 400;
  /* font-size: 16px;
  font-size: 8px; */
  /* font-size: 1.1111111111svh; */
   font-size: calc(100vw / 720 * 16);
  line-height: 1;
  color: #000;
  cursor: default;
  overscroll-behavior: none;
  -webkit-user-select: none;
  user-select: none;
}
/* 
@media (min-aspect-ratio: 300/500) {
  html,
  body {
  font-size: calc(100svh / 1280 * 16);
  }
}

@media (min-aspect-ratio: 300/400) {
  html,
  body {
  font-size: calc(100svh / 1180 * 16);
  }
} */

*,
*:before,
*:after {
  box-sizing: border-box;
}
* {
  outline: none !important;
}
.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 26.25rem;
  height: 5.875rem;
  padding: 0;
  background: #e40521;
  border: none;
  border-radius: 6.25rem;
  box-shadow: none;
  font-family: GPN_DIN, helvetica, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.button > * {
  pointer-events: none;
}
.button._border {
  background: transparent;
  border-color: #fff;
}
.button:active {
  color: #fff;
  overflow: hidden;
}
.button img {
  display: block;
  height: 9.625rem;
}
.button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.form {
  width: 100%;
}
.form__label {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1;
  color: #fff;
}
.form__group {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
}
.form__random-button {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: 1.5625rem;
  margin-bottom: -4.3125rem;
  margin-top: 1.5625rem;
  padding: 0;
  border: 0;
  width: 2.75rem;
  height: 2.75rem;
  background-color: transparent;
  cursor: pointer;
}
.form__random-button img {
  display: block;
  width: 100%;
  height: 100%;
}
.form__field {
  flex-shrink: 0;
  display: block;
  min-width: 100%;
  height: 5.875rem;
  padding: 1.875rem 1.5rem;
  background: #ffffff;
  border: none;
  border-radius: 1rem;
  box-shadow: none !important;
  font-family: GPN_DIN, helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #000;
  text-align: left;
  outline: none !important;
  cursor: text;
  -webkit-user-select: text;
}
.form__field::placeholder {
  color: #d3d3d3;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.form__field:focus {
  border-color: #000;
  color: #000;
}
.form__field:focus::placeholder,
.form__field:focus + .placeholder {
  opacity: 0;
}
.form__count {
  margin-top: 1rem;
  font-size: 1.5rem;
  text-align: right;
  color: #fff;
}
.form__errors {
  margin: 1.5rem 0;
}
div.error, div.api-error {
  display: flex;
  align-items: center;
  width: 24.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1.5rem 0.5rem 3rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e40521;
  border-radius: 6.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #5f5e5e;
}
div.error:before, div.api-error:before {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 2.5rem;
  height: 2.125rem;
  margin-right: 0.5rem;
  background: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/icon-error.svg) center/contain no-repeat;
}
div.error:not(:last-child), div.api-error:not(:last-child)  {
  margin-bottom: 0.75rem;
}
.checkbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: GPN_DIN, helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.checkbox:not(:last-child) {
  margin-bottom: 1rem;
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.checkbox input.error ~ em {
  background: #e40521;
}
.checkbox input.error:checked ~ em,
.checkbox input:checked ~ em {
  box-shadow: none;
}
.checkbox input.error:checked ~ em img,
.checkbox input:checked ~ em img {
  opacity: 1;
}
.checkbox em {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  margin-right: 1rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
}
.checkbox em img {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  opacity: 0;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
.checkbox a:active {
  color: #fff;
  text-decoration: none;
}
.checkbox span {
  width: calc(100% - 3.125rem);
}
.checkbox span.error {
  width: 100%;
  top: 1.25rem;
}
.login {
  width: 45rem;
  padding: 1.5rem;
}
.login__title {
  margin-bottom: 5.25rem;
  color: #fff;
}
.login__descr {
  font-size: 2.125rem;
  text-align: center;
  color: #fff;
}
.login__form {
  margin-top: 9rem;
}
.login__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10.25rem;
}
.form__errors._check {
  display: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.promocode {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 44rem;
  height: calc(100% - 7.75rem);
  margin-top: 7.75rem;
  padding: 5.25rem 3.375rem 0;
  background: linear-gradient(180deg, #0685bf 0%, #35acd0 50%, #90c7df 100%);
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}
.promocode__shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 31.25rem;
  background-image: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/modal-shadow.svg);
  background-size: 70.75rem auto;
  background-position: 50% 100%;
  background-repeat: repeat-x;
  z-index: 1;
  pointer-events: none;
}
.promocode__exit-button {
  position: absolute;
  left: calc(50% - 15rem);
  bottom: 5.625rem;
  width: 30rem;
  height: 9.375rem;
  z-index: 1;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.promocode__exit-button img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.promocode__title {
  margin-bottom: 4rem;
  color: #fff;
}
.promocode__descr {
  font-size: 2.125rem;
  text-align: center;
  color: #fff;
}
.promocode__list {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 4rem -3.375rem 0;
  padding: 0 3.375rem 3.375rem;
  padding-bottom: 18.26rem;
  overflow-y: auto;
}
.promocode__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.375rem;
  min-height: 10.375rem;
  padding: 1.25rem;
  background-color: #c8e1f6;
  border-radius: 1.25rem;
  color: #006cb1;
  max-width: 40rem;
  width: 100%;
}
.promocode__item._new {
  background-color: #ff6f00;
  color: #fff;
}
.promocode__item._new .promocode__item--copy:before {
  background-image: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/icon-copy-new.svg);
}
.promocode__item:not(:last-child) {
  margin-bottom: 1rem;
}
.promocode__item--label {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25rem;
}
.promocode__item--label img {
  display: block;
  width: 1.25rem;
  margin-right: 0.5rem;
}
.promocode__item--date {
  margin-left: auto;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25rem;
}
.promocode__item--code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 4.75rem;
  border: 2px dashed currentColor;
  border-radius: 1.5rem;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
  -webkit-user-select: text;
  user-select: text;
}
.promocode__item--action {
  margin-left: auto;
}
.promocode__item--copy {
  position: relative;
  padding-left: 1.75rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
}
.promocode__item--copy:active {
  text-decoration: none;
  opacity: 0.5;
}
.promocode__item--copy:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.375rem;
  height: 1.375rem;
  background: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/icon-copy.svg) center/1.375rem no-repeat;
}
.promocode__tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 110%);
  display: none;
  width: 27.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6.25rem;
  box-shadow: 0 0 24px 10px;
  box-shadow: 0 0 24px 10px #3535351a;
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1.4375rem;
  color: #5f5e5e;
  text-align: center;
  pointer-events: none;
}
.promocode .error-message {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 2.125rem;
  color: #fff;
  text-align: center;
}
.rating {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 44rem;
  height: calc(100% - 7.75rem);
  margin-top: 7.75rem;
  padding: 5.25rem 3.375rem 0;
  background: linear-gradient(180deg, #0685bf 0%, #35acd0 50%, #90c7df 100%);
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}
.rating__shadow {
 position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 31.25rem;
  background-image: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/modal-shadow.svg);
  background-size: 70.75rem auto;
  background-position: 50% 100%;
  background-repeat: repeat-x;
  z-index: 1;
  pointer-events: none;
}
.rating__exit-button {
  position: absolute;
  left: calc(50% - 15rem);
  bottom: 12.5rem;
  width: 30rem;
  height: 9.375rem;
  z-index: 1;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.rating__exit-button img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.rating__resume-button {
  position: absolute;
  left: calc(50% - 13.125rem);
  bottom: 7.5rem;
  width: 26.25rem;
  height: 5.875rem;
  z-index: 1;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.rating__resume-button img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.rating__title {
  margin-bottom: 4rem;
  color: #fff;
}
.rating__title + .rating__list {
  margin-top: 0;
}
.rating__descr {
  font-size: 2.125rem;
  text-align: center;
}
.rating__list {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 4rem -3.375rem 0;
  padding: 0 3.375rem;
  overflow: hidden;
}
.rating__list--header {
  position: sticky;
  padding: 1.125rem;
  background: #ffffff;
  border-radius: 1.5rem;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.4375rem;
  color: #5f5e5e;
  text-transform: uppercase;
}
.rating__list--personal {
  display: none;
  margin-top: 1.5rem;
  padding: 1.125rem;
  background: #ff6f00;
  border-radius: 1.5rem;
  color: #fff;
}
.rating__list--personal--title {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1.4375rem;
}
.rating__list--personal--data {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.4375rem;
  line-height: 1.75rem;
  /* text-transform: uppercase; */
}
.rating__list--other {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin: 0 -3.375rem;
  padding: 0.375rem 3.375rem 3.75rem;
  padding-bottom: 21.26rem;
  overflow-y: auto;
}
.rating__list--item {
  padding: 1.125rem;
  border-radius: 1.5rem;
  font-weight: 400;
  font-size: 2.125rem;
  line-height: 1.4375rem;
  line-height: 1.75rem;
  color: #fff;
}
.rating__list--item:not(:last-child) {
  margin-bottom: 0.375rem;
}
.rating__list--item:nth-child(2n) {
  background: #c8e1f6;
  color: #5f5e5e;
}
.rating__list--item.you {
  background: #ff6f00;
  color: #fff;
}
.rating__list .row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 1rem;
}
.rating__list .col {
  text-align: center;
}
.rating__list .col._2 {
  word-break: break-all;
}
.rating .error-message {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 2.125rem;
  text-align: center;
}
.loading-modal {
  display: none !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/modal-load-bg.jpg);
  background-size: auto 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  border-radius: 40px;
  z-index: 998;
}
.loading-modal.active {
  display: block !important;
}
.loading-modal__logo {
  position: absolute;
  top: 3rem;
  left: calc(50% - 22.5rem);
  width: 45rem;
  height: 26rem;
  background: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/modal-load-logo.png);
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.loading-modal__promo {
  position: absolute;
  top: 29.5rem;
  left: calc(50% - 18.06rem);
  width: 36.125rem;
  height: 9.43rem;
  background: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/modal-load-promo.png);
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.loading-modal__indicator {
  position: absolute;
  bottom: 5.875rem;
  left: calc(50% - 21rem);
  width: 42rem;
  height: 3.06rem;
  background: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/modal-load-indicator.png);
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.pause {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 41rem;
  height: 71.875rem;
  margin-top: auto;
  padding: 5.25rem 3.375rem 0;
  background: linear-gradient(180deg, #0685bf 0%, #35acd0 50%, #90c7df 100%);
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}
.pause__main-image {
  position: absolute;
  top: 6.25rem;
  left: calc(50% - 22.5rem);
  width: 45rem;
  height: auto;
}
.pause__resume-button {
  position: absolute;
  top: 49.5rem;
  left: calc(50% - 15rem);
  width: 30rem;
  height: 9.625rem;
  display: block;
  border: 0;
  background-color: transparent;
  background-image: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/img-pause-resume.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.pause__exit-button {
  position: absolute;
  top: 58.5rem;
  left: calc(50% - 13.125rem);
  width: 26.25rem;
  height: 5.875rem;
  display: block;
  border: 0;
  background-color: transparent;
  background-image: url(https://3f57b23a-56cb-4864-8841-b6ae458d9139.selcdn.net/img-pause-exit.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.pause__slider-wrapper {
  position: absolute;
  left: 0;
  top: 41rem;
  width: 100%;
  height: 7rem;
}
.pause__slider {
  position: absolute;
  top: 2.0625rem;
  left: calc(50% - 5.125rem);
  width: 10.25rem;
  height: 3.4375rem;
  border-radius: 1.75rem;
  pointer-events: none;
}
.pause__slider.disabled .pause__slide {
  transform: translate(-4.1875rem);
}
.pause__slider.disabled .pause__slide:before {
  opacity: 1;
}
.pause__slider.disabled .pause__slide:after {
  left: 0.6875rem;
  right: auto;
  box-shadow: 0 0 2px 2px #bababa89;
}
.pause__slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 100%;
  border: 1px solid #fff;
  background: linear-gradient(to bottom, #ff8a43, #f4a208, #df6105);
  border-radius: 1.75rem;
  transition: transform 0.3s;
}
.pause__slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #e7e7e7, #afafaf);
  border-radius: 1.75rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.pause__slide:after {
  content: "";
  position: absolute;
  top: calc(50% - 1.25rem);
  right: 0.6875rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px #ec7607e0;
  transition: position 0.3s, box-shadow 0.3s;
}
.pause__score {
  position: absolute;
  top: 18.125rem;
  left: calc(50% - 5rem);
  width: 14.5rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: GPN_DIN;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 2.75rem;
  text-align: center;
}
.action-rules {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 40rem;
  height: calc(100% - 7.75rem);
  margin-top: 7.75rem;
  padding: 5.25rem 0 0;
  background: linear-gradient(180deg, #0685bf 0%, #35acd0 50%, #90c7df 100%);
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}
.action-rules__title {
  margin-bottom: 4rem;
  color: #fff;
}
.action-rules__data {
  width: 100%;
  height: calc(100% - 6rem);
  padding: 0 1rem;
  overflow: hidden;
  overflow-y: auto;
}
.action-rules__text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 41.875rem;
  padding-bottom: 2rem;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  text-align: left;
}
.main-page__wrapper {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}
.screen-modal {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100dvh !important;
  background-color: #ffffff4d;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  z-index: 100;
}
.screen-modal._bottom {
  align-items: flex-end;
}
.screen-modal.active {
  display: flex !important;
}
#screen-login.screen-modal {
  background-color: #00000069;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3.125rem;
}
.close:active {
  opacity: 0.5;
}
.close img {
  display: block;
  width: 100%;
}
.title {
  font-family: GPN_DIN, helvetica, sans-serif;
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
