@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Bold-D7aXTnk4.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Medium-BmdZW3UP.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto-Regular-B4jA0YVl.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("/assets/fonts/RobotoMono-Regular-BD0ZAemu.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/assets/fonts/RobotoCondensed-BoldItalic-DYGRMvfj.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/assets/fonts/RobotoCondensed-ExtraBoldItalic-CWTF57fo.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Medium-Dhy5Kl4s.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Bold-ok2kzUMO.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Regular-Bb341e7u.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* === базовые стили === */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body > * {
  flex-shrink: 0;
}

input,
textarea,
button {
  outline: none;
  font-family: inherit;
  padding: 0;
}

input[type=radio],
input[type=checkbox],
input[type=submit] {
  appearance: none;
  -moz-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
}

label,
a,
button {
  cursor: pointer;
}

a,
button {
  transition: 0.2s ease-in;
}

a,
a:hover {
  text-decoration: none;
}

svg {
  max-width: 100%;
  fill: currentColor;
  stroke: currentColor;
}

input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

button {
  display: inline-block;
  border: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}

@media (max-width: 320px) {
  :root {
    --padding-container: 5px;
  }
}
.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.flex-jc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* base styles  */
html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 0.521vw;
}
@media (max-width: 1440px) {
  html {
    font-size: 0.55vw;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 0.7vw;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 0.8vw;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 1.04vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 1.6vw;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 2.6vw;
  }
}
@media (max-width: 425px) {
  html {
    font-size: 2.5vw;
  }
}
@media (max-width: 393px) {
  html {
    font-size: 2.56vw;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 2.778vw;
  }
}

html, body {
  scrollbar-gutter: stable;
}

body {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.01em;
  color: var(--text-light);
}
body.error-device-shown {
  background-color: #cd0101;
}

#app {
  min-height: 100%;
  height: 100%;
}

.wrapper {
  background-repeat: no-repeat;
  background-position: center; /* x y*/
  background-size: cover; /* w h*/
  display: flex;
  flex-direction: column;
  overflow: clip;
  height: 100%;
}
.wrapper.id_1 {
  background-color: var(--red-1);
}
.wrapper.id_2 {
  background-color: var(--blue-1);
}
.wrapper.id_3 {
  background-color: var(--yellow-1);
}
.wrapper.id_4 {
  background-color: var(--brown-1);
}
.wrapper.id_5 {
  background-color: var(--turquoise-1);
}
.wrapper.id_6 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%);
}
.wrapper.bg-wrapper {
  background-image: url("/img/static/bg_rules_blur.webp");
}

.main {
  flex: 1;
  min-height: 0;
  display: flex;
  justify-content: center;
}

body.noscroll {
  overflow: hidden;
}

#overlay {
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  transition: 0.5s;
  position: fixed;
}
#overlay.active {
  display: block;
}

.container {
  width: 100%;
  max-width: calc(500px + var(--padding-container) * 2);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--padding-container);
  padding-right: var(--padding-container);
  height: 100%;
}

.container-left {
  padding-left: max(50px, (100% - 1440px) / 2);
}

.none {
  display: none !important;
}

.list-scrollbar {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--red-1);
}

.list-scrollbar::-webkit-scrollbar-track {
  border-radius: 27px;
}

.list-scrollbar::-webkit-scrollbar {
  width: 4px;
}

.list-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 27px;
}

.ios-scrollbar-thumb--id_1 {
  background: var(--red-1);
  border-radius: 27px;
}

.ios-scrollbar-thumb--id_2 {
  background: var(--blue-1);
  border-radius: 27px;
}

.ios-scrollbar-thumb--id_3 {
  background: var(--yellow-1);
  border-radius: 27px;
}

.ios-scrollbar-thumb--id_4 {
  background: var(--brown-1);
  border-radius: 27px;
}

.ios-scrollbar-thumb--id_5 {
  background: var(--turquoise-1);
  border-radius: 27px;
}

.none-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none; /* Для Internet Explorer и Edge */
}

.none-scrollbar::-webkit-scrollbar {
  width: 0px;
  display: none; /* Для WebKit (Chrome, Safari, iOS Safari) */
}

.none-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.none-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
}

.none-scrollbar:hover::-webkit-scrollbar-thumb {
  background: transparent;
}

@keyframes animationLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flex-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
}

.main-chocolate {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/img/static/main_chocolate.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 100%;
}
@media (max-width: 320px) {
  .main-chocolate {
    background-position: center 150%;
  }
}

.has-ios-scrollbar {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.has-ios-scrollbar::-webkit-scrollbar {
  display: none;
}

.ios-scrollbar-track {
  z-index: 9999;
  border-radius: 3px;
  transition: opacity 0.2s ease;
}
.ios-scrollbar-track--default {
  background: var(--fill-accent-2-3);
}
.ios-scrollbar-track--light {
  background: rgba(255, 255, 255, 0.1);
}

.ios-scrollbar-thumb {
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
}
.ios-scrollbar-thumb--light {
  background: var(--fill-accent-2-1);
}

.title {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  line-height: 108%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.title2 {
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #0c4ca3;
  margin-bottom: 3.5rem;
}
@media (max-width: 576px) {
  .title2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 480px) {
  .title2 {
    font-size: 3.2rem;
    line-height: 120%;
    margin-bottom: 1.5rem;
  }
}

/* === /базовые стили === */
/* === Блоки ===*/
.btn {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  gap: 10px;
  background-image: url("/img/static/btn_decor_top_red.svg"), url("/img/static/btn_decor_bottom.svg"), radial-gradient(72.04% 93.59% at 96.63% 94.14%, #960030 0%, #e90000 100%);
  background-repeat: no-repeat;
  background-position: 3% 10%, 98% 91%; /* x y*/
  background-size: auto, auto; /* w h*/
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.01em;
  color: var(--text-light);
  border: 2px solid var(--fill-light);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
  height: 52px;
  border-radius: 12px;
  z-index: 1;
  transition: var(--transition) ease-in;
}
.btn:active {
  background-image: url("/img/static/btn_decor_top_red.svg"), url("/img/static/btn_decor_bottom.svg"), radial-gradient(72.04% 93.59% at 96.63% 94.14%, #960030 0%, #a90000 100%);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.btn.white {
  color: var(--red-2);
  background-image: url("/img/static/btn_decor_top_white.svg"), url("/img/static/btn_decor_bottom.svg"), radial-gradient(72.04% 93.59% at 96.63% 94.14%, #dfdfdf 0%, #fcf9f9 100%);
}
.btn.white:active {
  background-image: url("/img/static/btn_decor_top_white.svg"), url("/img/static/btn_decor_bottom.svg"), radial-gradient(72.04% 93.59% at 96.63% 94.14%, #dfdfdf 0%, #ececec 100%);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.btn.full {
  grid-column: 1/-1;
}
.btn.half {
  grid-column: span 1;
}
.btn.small {
  height: 42px;
}
.btn svg {
  width: 20px;
  height: 20px;
  stroke: transparent;
}
.btn.disabled, .btn :disabled {
  opacity: 0.7;
  pointer-events: none;
}

.btns-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 12px;
}
.btns-wrap.small {
  max-width: 236px;
}
.btns-wrap.mta {
  margin-top: auto;
}

/* === /Блоки ===*/[data-v-04e9b942]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-04e9b942]:root {
    --padding-container: 5px;
}
}
.header[data-v-04e9b942] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  z-index: 1;
}
@media (max-width: 320px) {
.header[data-v-04e9b942] {
    padding: 10px 0;
}
}[data-v-82794fec]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-82794fec]:root {
    --padding-container: 5px;
}
}
.bg[data-v-82794fec] {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center; /* x y*/
  background-size: cover; /* w h*/
  padding-top: 52px;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 320px) {
.bg[data-v-82794fec] {
    padding-top: 40px;
}
}[data-v-aac618f6]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-aac618f6]:root {
    --padding-container: 5px;
}
}
.error-device[data-v-aac618f6] {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.error-device__container[data-v-aac618f6] {
  display: grid;
  place-content: center;
  height: 100%;
  padding: 0 20px 20px;
}
.error-device__wrap-flex[data-v-aac618f6] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-device__img[data-v-aac618f6] {
  margin-bottom: 40px;
}
@media (max-width: 320px) {
.error-device__img[data-v-aac618f6] {
    width: 150px;
    height: 100%;
}
}
.error-device__logo[data-v-aac618f6] {
  margin-bottom: 24px;
}
.error-device__title[data-v-aac618f6] {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--text-light);
}
@media (max-width: 480px) {
.error-device__title[data-v-aac618f6] {
    font-size: 24px;
}
}
.error-device__title--mobile[data-v-aac618f6] {
  display: none;
}
@media (orientation: landscape) and (max-width: 992px) {
.error-device[data-v-aac618f6] {
    padding-top: 5px;
}
.error-device__img[data-v-aac618f6] {
    width: 100px;
    height: 100%;
    margin-bottom: 20px;
}
.error-device__title[data-v-aac618f6] {
    font-size: 24px;
}
.error-device__logo[data-v-aac618f6] {
    margin-bottom: 5px;
    width: 170px;
}
}[data-v-5b64ef29]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-5b64ef29]:root {
    --padding-container: 5px;
}
}
.error-system[data-v-5b64ef29] {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  inset: 0;
  background-image: url("/img/static/bg_main_red.webp");
  z-index: 999;
  padding-top: 18dvh;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 320px) {
.error-system[data-v-5b64ef29] {
    padding-top: 18dvh;
}
}
.lerror-system__header[data-v-5b64ef29] {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 34px;
  z-index: 1;
}
.error-system__wrap-text[data-v-5b64ef29] {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}[data-v-ec6cc129]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-ec6cc129]:root {
    --padding-container: 5px;
}
}
.loader-bar[data-v-ec6cc129] {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.lader-bar__track[data-v-ec6cc129] {
  position: relative;
  border-radius: 12px;
  padding: 2px;
  width: 236px;
  height: 10px;
  background: var(--text-light);
}
.loader-bar__thumb[data-v-ec6cc129] {
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
  background: radial-gradient(72.04% 93.59% at 96.63% 94.14%, #960030 0%, #e90000 100%);
  transition: width 0.3s ease-out;
}
.loader-bar__text[data-v-ec6cc129] {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 123%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--text-light);
}[data-v-e9f9b5bc]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-e9f9b5bc]:root {
    --padding-container: 5px;
}
}
.loader[data-v-e9f9b5bc] {
  position: fixed;
  display: flex;
  align-items: start;
  justify-content: center;
  inset: 0;
  background-image: url("/img/static/bg_main_red.webp");
  z-index: 10000;
  padding-top: 26dvh;
}
@media (max-width: 320px) {
.loader[data-v-e9f9b5bc] {
    padding-top: 18dvh;
}
}
@media (max-height: 800px) {
.loader .main-chocolate[data-v-e9f9b5bc] {
    background-position: center 120%;
}
}
@media (max-width: 320px) {
.loader .main-chocolate[data-v-e9f9b5bc] {
    background-position: center 150%;
}
}
.loader__header[data-v-e9f9b5bc] {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 34px;
}
@keyframes loader-e9f9b5bc {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.fade-enter-active[data-v-7db07d90],
.fade-leave-active[data-v-7db07d90] {
  transition: opacity 0.3s ease;
}
.fade-enter-from[data-v-7db07d90],
.fade-leave-to[data-v-7db07d90] {
  opacity: 0;
}
.loader-fade-leave-active[data-v-7db07d90] {
  transition: opacity 0.0s ease;
}
.loader-fade-leave-to[data-v-7db07d90] {
  opacity: 0;
}
.slide-enter-active[data-v-7db07d90],
.slide-leave-active[data-v-7db07d90] {
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
}
.slide-enter-from[data-v-7db07d90] {
  transform: translateX(100%);
  opacity: 0;
}
.slide-leave-to[data-v-7db07d90] {
  transform: translateX(-100%);
  opacity: 0;
}
[data-v-07f87084]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-07f87084]:root {
    --padding-container: 5px;
}
}
.line[data-v-07f87084] {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  height: 23px;
}
.line.id_1[data-v-07f87084] {
  color: var(--red-1);
}
.line.id_1 .line__inner[data-v-07f87084] {
  background-color: var(--red-1);
}
.line.id_1 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgb(239, 0, 18), rgba(239, 0, 18, 0.7), rgba(239, 0, 18, 0));
}
.line.id_2[data-v-07f87084] {
  color: var(--blue-1);
}
.line.id_2 .line__inner[data-v-07f87084] {
  background-color: var(--blue-1);
}
.line.id_2 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgb(104, 142, 207), rgba(104, 142, 207, 0.7), rgba(104, 142, 207, 0));
}
.line.id_3[data-v-07f87084] {
  color: var(--yellow-1);
}
.line.id_3 .line__inner[data-v-07f87084] {
  background-color: var(--yellow-1);
}
.line.id_3 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgb(253, 223, 143), rgba(253, 223, 143, 0.7), rgba(253, 223, 143, 0));
}
.line.id_4[data-v-07f87084] {
  color: var(--brown-1);
}
.line.id_4 .line__inner[data-v-07f87084] {
  background-color: var(--brown-1);
}
.line.id_4 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgb(245, 180, 97), rgba(245, 180, 97, 0.7), rgba(245, 180, 97, 0));
}
.line.id_5[data-v-07f87084] {
  color: var(--turquoise-1);
}
.line.id_5 .line__inner[data-v-07f87084] {
  background-color: var(--turquoise-1);
}
.line.id_5 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgb(20, 169, 161), rgba(20, 169, 161, 0.7), rgba(20, 169, 161, 0));
}
.line.id_6 .line__inner[data-v-07f87084] {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%);
}
.line.id_6 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgb(239, 0, 18), rgba(239, 0, 18, 0.7), rgba(239, 0, 18, 0));
}
.line svg[data-v-07f87084] {
  stroke: transparent;
  margin: 0px 0 0 -1px;
  height: 100%;
}
.line.bg-empty .line__inner[data-v-07f87084] {
  background-color: rgba(255, 255, 255, 0.4);
}
.line.bg-empty.id_1[data-v-07f87084] {
  color: var(--red-1);
}
.line.bg-empty.id_1 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgb(239, 0, 18), rgba(239, 0, 18, 0.7), rgba(239, 0, 18, 0));
}
.line.bg-empty.id_2[data-v-07f87084] {
  color: var(--blue-1);
}
.line.bg-empty.id_2 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgb(104, 142, 207), rgba(104, 142, 207, 0.7), rgba(104, 142, 207, 0));
}
.line.bg-empty.id_3[data-v-07f87084] {
  color: var(--yellow-1);
}
.line.bg-empty.id_3 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgb(253, 223, 143), rgba(253, 223, 143, 0.7), rgba(253, 223, 143, 0));
}
.line.bg-empty.id_4[data-v-07f87084] {
  color: var(--brown-1);
}
.line.bg-empty.id_4 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgb(245, 180, 97), rgba(245, 180, 97, 0.7), rgba(245, 180, 97, 0));
}
.line.bg-empty.id_5[data-v-07f87084] {
  color: var(--turquoise-1);
}
.line.bg-empty.id_5 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgb(20, 169, 161), rgba(20, 169, 161, 0.7), rgba(20, 169, 161, 0));
}
.line.bg-empty.id_6 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgb(239, 0, 18), rgba(239, 0, 18, 0.7), rgba(239, 0, 18, 0));
}
.line.bg-empty svg[data-v-07f87084] {
  stroke: transparent;
  fill: rgba(255, 255, 255, 0.4);
  margin: -1px 0 0 0px;
}
.line__inner[data-v-07f87084] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding-left: 20px;
}
.line__img[data-v-07f87084] {
  width: 20px;
  height: 16px;
}
.line__count[data-v-07f87084] {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 111%;
  letter-spacing: 0.01em;
  color: var(--text-light);
  text-align: end;
  min-width: 58px;
}
.line__gradient[data-v-07f87084] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.rating-line.line[data-v-07f87084] {
  flex-direction: row-reverse;
  height: 28px;
}
.rating-line.line svg[data-v-07f87084] {
  transform: rotateY(-180deg);
  width: 26px;
  height: 28px;
  margin: 0;
}
.rating-line.line .line__inner[data-v-07f87084] {
  padding-left: 0px;
  padding-right: 20px;
  gap: 5px;
}
.rating-line.line .line__gradient[data-v-07f87084] {
  left: unset;
  right: 0;
}
.rating-line.line.id_1 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgba(239, 0, 18, 0), rgba(239, 0, 18, 0.7), rgb(239, 0, 18));
}
.rating-line.line.id_2 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgba(104, 142, 207, 0), rgba(104, 142, 207, 0.7), rgb(104, 142, 207));
}
.rating-line.line.id_3 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgba(253, 223, 143, 0), rgba(253, 223, 143, 0.7), rgb(253, 223, 143));
}
.rating-line.line.id_4 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgba(245, 180, 97, 0), rgba(245, 180, 97, 0.7), rgb(245, 180, 97));
}
.rating-line.line.id_5 .line__gradient[data-v-07f87084] {
  background: linear-gradient(to right, rgba(20, 169, 161, 0), rgba(20, 169, 161, 0.7), rgb(20, 169, 161));
}[data-v-61fb5e53]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-61fb5e53]:root {
    --padding-container: 5px;
}
}
.game-charaster[data-v-61fb5e53] {
  position: relative;
  --v-offset: clamp(0px, calc((100dvh - 640px) * 0.55), 210px);
}
@media (max-height: 600px) {
.game-charaster[data-v-61fb5e53] {
    --v-offset: 0px;
}
}
.game-charaster__gamer[data-v-61fb5e53] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/img/static/charaster_title.svg");
  background-repeat: no-repeat;
  background-position: 20% calc(150px + var(--v-offset));
  background-size: auto; /* w h*/
}
@media (max-width: 320px) {
.game-charaster__gamer[data-v-61fb5e53] {
    background-position: 3% calc(95px + var(--v-offset));
}
}
@media (max-height: 600px) {
.game-charaster__gamer[data-v-61fb5e53] {
    background-position: 3% 95px;
}
}
.game-charaster__img[data-v-61fb5e53] {
  position: absolute;
}
.game-charaster__img.id_1[data-v-61fb5e53] {
  right: 1%;
  top: calc(-2dvh + var(--v-offset));
  width: 17.2rem;
}
@media (max-width: 320px) or (max-height: 600px) {
.game-charaster__img.id_1[data-v-61fb5e53] {
    width: 15rem;
    right: 0%;
    top: 0dvh;
}
}
.game-charaster__img.id_2[data-v-61fb5e53] {
  right: 6%;
  top: calc(0dvh + var(--v-offset));
  width: 15.4rem;
}
@media (max-width: 320px) or (max-height: 600px) {
.game-charaster__img.id_2[data-v-61fb5e53] {
    width: 15rem;
    right: 0%;
    top: 0dvh;
}
}
.game-charaster__img.id_3[data-v-61fb5e53] {
  right: 0%;
  top: calc(-54px + var(--v-offset));
  width: 15.4rem;
}
@media (max-width: 320px) or (max-height: 600px) {
.game-charaster__img.id_3[data-v-61fb5e53] {
    width: 13rem;
    right: 0%;
    top: -20px;
}
}
.game-charaster__img.id_4[data-v-61fb5e53] {
  right: 3%;
  top: calc(-32px + var(--v-offset));
  width: 15.4rem;
}
@media (max-width: 320px) or (max-height: 600px) {
.game-charaster__img.id_4[data-v-61fb5e53] {
    width: 14rem;
    right: 0%;
    top: -17px;
}
}
.game-charaster__img.id_5[data-v-61fb5e53] {
  right: 0%;
  top: calc(-83px + var(--v-offset));
  width: 20rem;
}
@media (max-width: 320px) or (max-height: 600px) {
.game-charaster__img.id_5[data-v-61fb5e53] {
    width: 16rem;
    right: 0%;
    top: -21px;
}
}
.flex-container[data-v-61fb5e53] {
  height: calc(100% - 24px);
}[data-v-3b160e83]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-3b160e83]:root {
    --padding-container: 5px;
}
}
.home[data-v-3b160e83] {
  width: 100%;
}
.home__wrap[data-v-3b160e83] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/img/static/main_title.svg");
  background-repeat: no-repeat;
  background-position: center 28dvh; /* x y*/
  background-size: auto; /* w h*/
  height: 100%;
  margin-bottom: 34px;
  margin-bottom: calc(34px + clamp(0px, (100dvh - 640px) * 0.35, 110px));
}
@media (max-width: 320px) {
.home__wrap[data-v-3b160e83] {
    background-position: center 67%;
    background-size: 60%;
    margin-bottom: 10px;
}
}
.home__bg[data-v-3b160e83] {
  padding-bottom: 18px;
}
@media (max-width: 320px) {
.home__bg[data-v-3b160e83] {
    padding-bottom: 0;
}
}
.home__img[data-v-3b160e83] {
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 320px) {
.home__img[data-v-3b160e83] {
    width: 30%;
}
}
.home__text[data-v-3b160e83] {
  margin-top: auto;
  max-width: 233px;
  text-align: center;
}
.v-enter-active[data-v-3b160e83],
.v-leave-active[data-v-3b160e83] {
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.v-enter-from[data-v-3b160e83],
.v-leave-to[data-v-3b160e83] {
  opacity: 0;
  transform: translateY(100%);
}.game-hearts[data-v-04f0e4de] {
  display: flex;
  align-items: center;
  gap: 0px;
}
.heart-icon[data-v-04f0e4de] {
  position: relative;
  width: 18px;
  height: 18px;
}
.heart-icon__full[data-v-04f0e4de] {
  position: absolute;
  top: 0;
  left: 0;
}
.heart-icon__full--lost[data-v-04f0e4de] {
  opacity: 0;
  pointer-events: none;
}
.heart-icon__full--animate[data-v-04f0e4de] {
  animation: heart-lose-04f0e4de 0.5s ease forwards;
}
@keyframes heart-lose-04f0e4de {
0% {
    opacity: 1;
    transform: scale(1);
}
30% {
    opacity: 1;
    transform: scale(1.3);
}
100% {
    opacity: 0;
    transform: scale(0.8);
}
}[data-v-7c6633bf]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-7c6633bf]:root {
    --padding-container: 5px;
}
}
.game-start[data-v-7c6633bf] {
  position: fixed;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  z-index: 1;
}
.game-start__timer[data-v-7c6633bf] {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: var(--text-light);
}.game-main[data-v-538a3f26] {
  position: absolute;
  inset: 0;
  overflow: hidden;
  touch-action: none;
  user-select: none;
}
.game-main__canvas[data-v-538a3f26] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.game-main__canvas.no-touch[data-v-538a3f26] {
  pointer-events: none;
}
.boss-fade-enter-active[data-v-538a3f26] {
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.boss-fade-leave-active[data-v-538a3f26] {
  transition: opacity 0.3s ease;
}
.boss-fade-enter-from[data-v-538a3f26] {
  opacity: 0;
  transform: translateY(30px);
}
.boss-fade-leave-to[data-v-538a3f26] {
  opacity: 0;
}
.game-boss-intro[data-v-538a3f26] {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.25);
}
.game-boss-intro__count[data-v-538a3f26] {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 6rem;
  line-height: 1;
  color: #fff;
}
.game-boss-intro__text[data-v-538a3f26] {
  color: #fff;
  text-align: center;
}
.game-boss[data-v-538a3f26] {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  touch-action: none;
  user-select: none;
  z-index: 1;
}
.game-boss__timer[data-v-538a3f26] {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
}
.game-boss__title[data-v-538a3f26] {
  text-align: center;
  margin-bottom: 20dvh;
}
.game-boss__bar[data-v-538a3f26] {
  max-width: 100%;
  height: auto;
  transform: rotate(-45deg);
}
@keyframes multiplier-pop-538a3f26 {
0% {
    opacity: 0;
    transform: translate(-50%, 10px);
}
30% {
    opacity: 1;
    transform: translate(-50%, -50%);
}
70% {
    opacity: 1;
    transform: translate(-50%, -50%);
}
100% {
    opacity: 0;
    transform: translate(-50%, -60px);
}
}
.game-boss__multiplier[data-v-538a3f26] {
  display: grid;
  place-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  border: 1px solid #f4c9c9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  animation: multiplier-pop-538a3f26 0.6s ease forwards;
}
@keyframes shake-538a3f26 {
0%, 100% {
    transform: translateX(0) rotate(-45deg);
}
20% {
    transform: translateX(-6px) rotate(-47deg);
}
40% {
    transform: translateX(6px) rotate(-43deg);
}
60% {
    transform: translateX(-4px) rotate(-46deg);
}
80% {
    transform: translateX(4px) rotate(-44deg);
}
}
.shake[data-v-538a3f26] {
  animation: shake-538a3f26 0.3s ease;
}[data-v-8ff9ef8e]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-8ff9ef8e]:root {
    --padding-container: 5px;
}
}
.game-pause[data-v-8ff9ef8e] {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.game-pause__container[data-v-8ff9ef8e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32dvh 20px 20px;
}
@media (max-width: 320px) {
.game-pause__container[data-v-8ff9ef8e] {
    padding: 20dvh 20px 20px;
}
}
.game-pause__header[data-v-8ff9ef8e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.game-pause__title[data-v-8ff9ef8e] {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}
.game-pause__play[data-v-8ff9ef8e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border: 2px solid var(--text-light);
  border-radius: 50%;
  background-image: url("/img/static/btn_decor_bottom_play.svg"), radial-gradient(72.04% 93.59% at 96.63% 94.14%, #960030 0%, #e90000 100%);
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-size: auto; /* w h*/
  transition: var(--transition) ease-in;
}
.game-pause__play[data-v-8ff9ef8e]:active {
  background-image: url("/img/static/btn_decor_bottom_play.svg"), radial-gradient(72.04% 93.59% at 96.63% 94.14%, rgb(150, 0, 48) 0%, rgb(169, 0, 0) 100%);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.game-pause__btns[data-v-8ff9ef8e] {
  max-width: 236px;
}[data-v-e62a2393]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-e62a2393]:root {
    --padding-container: 5px;
}
}
.game-result[data-v-e62a2393] {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.game-result__container[data-v-e62a2393] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25dvh 20px 20px;
}
@media (max-width: 320px) {
.game-result__container[data-v-e62a2393] {
    padding: 13dvh 20px 20px;
}
}
.game-result__header[data-v-e62a2393] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.game-result__title[data-v-e62a2393] {
  text-align: center;
  margin-bottom: 15px;
}
.game-result__number[data-v-e62a2393] {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 6.4rem;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}
.main-chocolate[data-v-e62a2393] {
  background-position: center 109%;
}
@media (min-height: 700px) {
.main-chocolate[data-v-e62a2393] {
    background-position: center 100%;
}
}
.game-result__btns[data-v-e62a2393] {
  max-width: 236px;
}[data-v-706d13e8]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-706d13e8]:root {
    --padding-container: 5px;
}
}
.game-place[data-v-706d13e8] {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  user-select: none;
}
.game-place__bg.active[data-v-706d13e8] {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(11px);
}
.timer-game[data-v-706d13e8] {
  position: fixed;
  top: 20px;
  right: 20px;
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 111%;
  letter-spacing: 0.01em;
}
@media (max-width: 320px) {
.timer-game[data-v-706d13e8] {
    top: 15px;
}
}
.game-place__header[data-v-706d13e8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.game-place__line[data-v-706d13e8] {
  position: relative;
}
.game-place__line-label[data-v-706d13e8] {
  display: grid;
  place-content: center;
  position: absolute;
  top: -40%;
  right: -10%;
  border-radius: 5px;
  padding: 4px 6px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
  background: radial-gradient(72.04% 93.59% at 96.63% 94.14%, #960030 0%, #e90000 100%);
  border: 2px solid var(--text-light);
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 100%;
  letter-spacing: 0.01em;
}
.game-place__pause[data-v-706d13e8] {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}
.overlay-fade-enter-active[data-v-706d13e8],
.overlay-fade-leave-active[data-v-706d13e8] {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.overlay-fade-enter-from[data-v-706d13e8],
.overlay-fade-leave-to[data-v-706d13e8] {
  opacity: 0;
  transform: translateY(12px);
}
.pause[data-v-706d13e8] {
  display: grid;
  place-items: center;
  border-radius: 12px;
  width: 35px;
  height: 35px;
  background-image: url("/img/static/btn_decor_top_red_small.svg"), url("/img/static/btn_decor_bottom.svg"), radial-gradient(72.04% 93.59% at 96.63% 94.14%, #960030 0%, #e90000 100%);
  background-repeat: no-repeat;
  background-position: 23% 10%, 92% 91%;
  background-size: auto, auto; /* w h*/
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
  border: 2px solid var(--fill-light);
  transition: var(--transition) ease-in;
}
.pause[data-v-706d13e8]:active {
  background-image: url("/img/static/btn_decor_top_red_small.svg"), url("/img/static/btn_decor_bottom.svg"), radial-gradient(72.04% 93.59% at 96.63% 94.14%, #960030 0%, #a90000 100%);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
}[data-v-d507e233]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-d507e233]:root {
    --padding-container: 5px;
}
}
.charaster-slider[data-v-d507e233] {
  height: 100%;
}
.fixed-bg-blur[data-v-d507e233] {
  filter: blur(10px);
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.charaster-slider__tilte[data-v-d507e233] {
  text-align: center;
  padding-top: 18px;
  margin-bottom: 18px;
}
@media (max-width: 320px) {
.charaster-slider__tilte[data-v-d507e233] {
    padding-top: 5px;
    margin-bottom: 0px;
    font-size: 18px;
}
}
.charaster-slider__wrap[data-v-d507e233] {
  position: relative;
  height: 100%;
}
@media (min-height: 700px) {
.charaster-slider__wrap[data-v-d507e233] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
}
.charaster-slider__swiper[data-v-d507e233] {
  width: 100%;
}
.slide[data-v-d507e233] {
  height: auto;
}
.slide__container[data-v-d507e233] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media (max-width: 320px) {
.slide__img[data-v-d507e233] {
    width: 270px;
}
}
.slide__inner-content[data-v-d507e233] {
  border-radius: 0 0 24px 24px;
  width: 236px;
  background: var(--text-light);
  height: 100%;
}
@media (max-width: 320px) {
.slide__inner-content[data-v-d507e233] {
    width: 200px;
}
}
.slide__name[data-v-d507e233] {
  position: relative;
  width: fit-content;
  height: 32px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.slide__name.id_1[data-v-d507e233] {
  color: var(--red-1);
}
.slide__name.id_1 .slide__name-text[data-v-d507e233] {
  background-color: var(--red-1);
}
.slide__name.id_1 .slide__name-gradient[data-v-d507e233] {
  background: linear-gradient(to right, rgb(239, 0, 18), rgba(239, 0, 18, 0.7), rgba(239, 0, 18, 0));
}
.slide__name.id_2[data-v-d507e233] {
  color: var(--blue-1);
}
.slide__name.id_2 .slide__name-text[data-v-d507e233] {
  background-color: var(--blue-1);
}
.slide__name.id_2 .slide__name-gradient[data-v-d507e233] {
  background: linear-gradient(to right, rgb(104, 142, 207), rgba(104, 142, 207, 0.7), rgba(104, 142, 207, 0));
}
.slide__name.id_3[data-v-d507e233] {
  color: var(--yellow-1);
}
.slide__name.id_3 .slide__name-text[data-v-d507e233] {
  background-color: var(--yellow-1);
}
.slide__name.id_3 .slide__name-gradient[data-v-d507e233] {
  background: linear-gradient(to right, rgb(253, 223, 143), rgba(253, 223, 143, 0.7), rgba(253, 223, 143, 0));
}
.slide__name.id_4[data-v-d507e233] {
  color: var(--brown-1);
}
.slide__name.id_4 .slide__name-text[data-v-d507e233] {
  background-color: var(--brown-1);
}
.slide__name.id_4 .slide__name-gradient[data-v-d507e233] {
  background: linear-gradient(to right, rgb(245, 180, 97), rgba(245, 180, 97, 0.7), rgba(245, 180, 97, 0));
}
.slide__name.id_5[data-v-d507e233] {
  color: var(--turquoise-1);
}
.slide__name.id_5 .slide__name-text[data-v-d507e233] {
  background-color: var(--turquoise-1);
}
.slide__name.id_5 .slide__name-gradient[data-v-d507e233] {
  background: linear-gradient(to right, rgb(20, 169, 161), rgba(20, 169, 161, 0.7), rgba(20, 169, 161, 0));
}
.slide__name svg[data-v-d507e233] {
  stroke: transparent;
  margin-left: -1px;
}
.slide__name-gradient[data-v-d507e233] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.slide__name-text[data-v-d507e233] {
  position: relative;
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 111%;
  letter-spacing: 0.01em;
  color: var(--text-light);
  height: 100%;
  padding-left: 12px;
  padding-top: 5px;
}
.slide__content[data-v-d507e233] {
  padding: 0px 12px 12px;
  margin-top: -7px;
  height: calc(100% - 25px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 320px) {
.slide__content[data-v-d507e233] {
    padding: 0px 5px 5px;
}
}
.slide__desc[data-v-d507e233] {
  display: block;
  font-weight: 400;
  font-size: 9px;
  line-height: 133%;
  letter-spacing: 0.01em;
  color: var(--text-dark);
  margin-bottom: 8px;
}
.slide__text[data-v-d507e233] {
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: 0.01em;
  color: var(--text-dark);
  margin-bottom: 20px;
}
@media (max-width: 320px) {
.slide__text[data-v-d507e233] {
    margin-bottom: 10px;
}
}
.charaster-slider__controls[data-v-d507e233] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.charaster-slider__button[data-v-d507e233] {
  display: grid;
  place-items: center;
  border-radius: 12px;
  width: 32px;
  height: 32px;
  background-image: url("/img/static/btn_decor_top_red_small.svg"), url("/img/static/btn_decor_bottom.svg"), radial-gradient(72.04% 93.59% at 96.63% 94.14%, #960030 0%, #e90000 100%);
  background-repeat: no-repeat;
  background-position: 23% 10%, 92% 91%;
  background-size: auto, auto; /* w h*/
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
  border: 2px solid var(--fill-light);
  transition: var(--transition) ease-in;
}
.charaster-slider__button[data-v-d507e233]:active {
  background-image: url("/img/static/btn_decor_top_red_small.svg"), url("/img/static/btn_decor_bottom.svg"), radial-gradient(72.04% 93.59% at 96.63% 94.14%, #960030 0%, #a90000 100%);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.charaster-slider__pagination[data-v-d507e233] {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.pagination[data-v-d507e233] .swiper-pagination-bullet {
  display: block;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background: radial-gradient(72.04% 93.59% at 96.63% 94.14%, #dfdfdf 0%, #fcf9f9 100%);
  opacity: 0.6;
}
.pagination[data-v-d507e233] .swiper-pagination-bullet-active {
  box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.97);
  background: radial-gradient(72.04% 93.59% at 96.63% 94.14%, #dfdfdf 0%, #fcf9f9 100%);
  opacity: 1;
}[data-v-94711d43]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-94711d43]:root {
    --padding-container: 5px;
}
}
.game[data-v-94711d43] {
  width: 100%;
}
.v-enter-active[data-v-94711d43],
.v-leave-active[data-v-94711d43] {
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.v-enter-from[data-v-94711d43],
.v-leave-to[data-v-94711d43] {
  opacity: 0;
  transform: translateY(100%);
}[data-v-5eab15fb]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-5eab15fb]:root {
    --padding-container: 5px;
}
}
.rules[data-v-5eab15fb] {
  width: 100%;
}
.rules__container[data-v-5eab15fb] {
  display: grid;
  gap: 5px;
  overflow-y: auto;
  padding-top: 17px;
}
.rules__title[data-v-5eab15fb] {
  text-align: center;
  margin-bottom: 23px;
}
.rules__list[data-v-5eab15fb] {
  display: grid;
  gap: 2px;
  margin-bottom: 8px;
}
.rules__item[data-v-5eab15fb] {
  display: grid;
  grid-template-columns: 88px 1fr;
  grid-auto-rows: 64px;
}
.rules__item:first-child .rules__item-text[data-v-5eab15fb] {
  border-radius: 0 24px 0px 0px;
}
.rules__item:first-child .rules__item-img img[data-v-5eab15fb] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 88px;
  height: 82px;
}
.rules__item-img[data-v-5eab15fb] {
  position: relative;
}
.rules__item-text[data-v-5eab15fb] {
  display: flex;
  align-items: center;
  background: var(--fill-light);
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--text-dark);
  padding: 0 12px;
}
.rules__item-text span[data-v-5eab15fb] {
  font-size: 10px;
  vertical-align: text-bottom;
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}
.rules__desc[data-v-5eab15fb] {
  padding: 6px 11px 12px 2px;
  border-radius: 0 0 24px 24px;
  background: var(--fill-light);
}
.rules__desc-title[data-v-5eab15fb] {
  background-image: url("/img/static/rules_line.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px; /* x y*/
  background-size: auto; /* w h*/
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 111%;
  letter-spacing: 0.01em;
  height: 32px;
  padding: 6px 0 6px 12px;
  margin-bottom: 7px;
}
.rules__desc-list[data-v-5eab15fb] {
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: 0.01em;
  color: var(--text-dark);
  padding-left: 30px;
  margin: 0;
}
.rules__desc-list > li[data-v-5eab15fb]:not(:last-child) {
  margin-bottom: 9px;
}
.rules__desc-list > li span[data-v-5eab15fb] {
  font-size: 10px;
  vertical-align: text-top;
  display: inline-block;
  margin-top: -1px;
}
.v-enter-active[data-v-5eab15fb],
.v-leave-active[data-v-5eab15fb] {
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.v-enter-from[data-v-5eab15fb],
.v-leave-to[data-v-5eab15fb] {
  opacity: 0;
  transform: translateY(100%);
}[data-v-66a4a8ab]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-66a4a8ab]:root {
    --padding-container: 5px;
}
}
.rating[data-v-66a4a8ab] {
  width: 100%;
}
.flex-container[data-v-66a4a8ab] {
  align-items: center;
  padding-top: 18px;
}
.rating__title[data-v-66a4a8ab] {
  text-align: center;
}
.rating__block[data-v-66a4a8ab] {
  margin-bottom: 20px;
  width: 100%;
  max-width: 320px;
}
@media (max-width: 320px) {
.rating__block[data-v-66a4a8ab] {
    margin-bottom: 5px;
}
}
.rating__header[data-v-66a4a8ab] {
  display: flex;
  align-items: end;
  width: 100%;
  height: 144px;
  background-repeat: no-repeat;
  background-position: center; /* x y*/
  background-size: contain; /* w h*/
  padding-right: 2px;
}
@media (max-width: 320px) {
.rating__header[data-v-66a4a8ab] {
    height: 140px;
}
}
.rating__header-wrap[data-v-66a4a8ab] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 5px 0px 5px 15px;
}
.rating__header-inner-text[data-v-66a4a8ab] {
  display: flex;
  flex-direction: column;
  width: 53%;
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  line-height: 108%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.rating__header-inner-text span[data-v-66a4a8ab]:last-child {
  margin-left: auto;
}
.rating__header-inner-text.top[data-v-66a4a8ab] {
  display: block;
}
.rating__header-inner-text.top span[data-v-66a4a8ab]:first-child {
  font-size: 64px;
}
.rating__header-inner-text.top span[data-v-66a4a8ab]:last-child {
  margin-left: 6px;
}
.rating__line[data-v-66a4a8ab] {
  flex-shrink: 0;
}
.rating__body[data-v-66a4a8ab] {
  background-color: #f2f2f2;
  border-radius: 0 0 24px 24px;
  padding: 2px;
}
.rating__list-inner[data-v-66a4a8ab] {
  position: relative;
  padding: 0 1px;
  border-radius: 0 0 22px 22px;
  margin-bottom: 4px;
  overflow: hidden;
}
.rating__list-inner[data-v-66a4a8ab]::before {
  position: absolute;
  content: "";
  box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.rating__list[data-v-66a4a8ab] {
  max-height: 246px;
}
@media (max-width: 320px) {
.rating__list[data-v-66a4a8ab] {
    max-height: 90px;
}
}
.rating__list.id_1.list-scrollbar[data-v-66a4a8ab]::-webkit-scrollbar-thumb {
  background: var(--red-1);
}
.rating__list.id_2.list-scrollbar[data-v-66a4a8ab]::-webkit-scrollbar-thumb {
  background: var(--blue-1);
}
.rating__list.id_3.list-scrollbar[data-v-66a4a8ab]::-webkit-scrollbar-thumb {
  background: var(--yellow-1);
}
.rating__list.id_4.list-scrollbar[data-v-66a4a8ab]::-webkit-scrollbar-thumb {
  background: var(--brown-1);
}
.rating__list.id_5.list-scrollbar[data-v-66a4a8ab]::-webkit-scrollbar-thumb {
  background: var(--turquoise-1);
}
.rating__item[data-v-66a4a8ab] {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 10px;
  padding: 5px 12px 5px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 129%;
  letter-spacing: 0.01em;
  color: var(--red-1);
}
.rating__item[data-v-66a4a8ab]:nth-child(odd) {
  background: var(--fill-light);
}
.rating__item span[data-v-66a4a8ab] {
  display: flex;
  align-items: center;
}
.rating__item.id_1[data-v-66a4a8ab] {
  background: var(--red-1);
  color: #fff;
}
.rating__item.id_2[data-v-66a4a8ab] {
  background: var(--blue-1);
  color: #fff;
}
.rating__item.id_3[data-v-66a4a8ab] {
  background: var(--yellow-1);
  color: #fff;
}
.rating__item.id_4[data-v-66a4a8ab] {
  background: var(--brown-1);
  color: #fff;
}
.rating__item.id_5[data-v-66a4a8ab] {
  background: var(--turquoise-1);
  color: #fff;
}
.rating__item-inner[data-v-66a4a8ab] {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 10px;
  padding: 4px 12px 4px 8px;
}
.rating__item-inner span[data-v-66a4a8ab] {
  display: flex;
  align-items: center;
}
.rating__footer[data-v-66a4a8ab] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px 12px 7px;
  background-image: url("/img/static/rating_banner_1.jpg");
  background-repeat: no-repeat;
  background-position: center; /* x y*/
  background-size: cover; /* w h*/
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.25);
  border-radius: 22px;
}
.rating__footer-text[data-v-66a4a8ab] {
  width: calc(100% - 10px - 32px);
  display: flex;
  flex-direction: column;
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 800;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.rating__footer-text span[data-v-66a4a8ab]:nth-child(1) {
  margin-left: 30px;
}
.rating__footer-text span[data-v-66a4a8ab]:nth-child(2) {
  margin-left: 3px;
}
.rating__footer-text span[data-v-66a4a8ab]:nth-child(3) {
  margin-left: 17px;
}
.rating__link[data-v-66a4a8ab] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  border: 2px solid var(--fill-light);
  width: 32px;
  height: 32px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
  color: var(--red-2);
  background-image: url("/img/static/btn_decor_bottom.svg"), radial-gradient(72.04% 93.59% at 96.63% 94.14%, #dfdfdf 0%, #fcf9f9 100%);
  background-repeat: no-repeat;
  background-position: 98% 91%; /* x y*/
  background-size: auto; /* w h*/
}
.rating__link[data-v-66a4a8ab]:active {
  background-image: url("/img/static/btn_decor_bottom.svg"), radial-gradient(72.04% 93.59% at 96.63% 94.14%, #dfdfdf 0%, #ececec 100%);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25), inset 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.rating__link svg[data-v-66a4a8ab] {
  stroke: transparent;
}
.rating__btn[data-v-66a4a8ab] {
  max-width: 236px;
  flex-shrink: 0;
}[data-v-13624ff1]:root {
  --text-dark: #000;
  --red-2: #e90101;
  --red-1: #740707;
  --text-light: #fff;
  --blue-1: #0740a6;
  --blue-2: #688ecf;
  --yellow-1: #f6b602;
  --yellow-2: #fddf8f;
  --brown-1: #b05706;
  --brown-2: #f5b461;
  --turquoise-1: #0e859a;
  --turquoise-2: #14a9a1;
  --red-3: #ff7c85;
  --fill-light: #fff;
  --fill-dark: #000;
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Condensed", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Roboto Mono", sans-serif;
  --transition: 0.2s;
  --padding-container: 20px;
  --border-radius: 3.2rem;
}
@media (max-width: 320px) {
[data-v-13624ff1]:root {
    --padding-container: 5px;
}
}
.not-page[data-v-13624ff1] {
  position: relative;
  background-repeat: no-repeat;
  background-position: center; /* x y*/
  background-size: cover; /* w h*/
}
.not-page[data-v-13624ff1]::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain; /* w h*/
  width: 65rem;
  height: 21.5rem;
  bottom: 0;
  right: 0;
}
@media (max-width: 576px) {
.not-page[data-v-13624ff1]::before {
    width: 64rem;
}
}
@media (max-width: 480px) {
.not-page[data-v-13624ff1]::before {
    width: 21rem;
    height: 7rem;
}
}
.not-page__container[data-v-13624ff1] {
  position: relative;
  padding: 14.5rem 0 31.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 576px) {
.not-page__container[data-v-13624ff1] {
    gap: 2rem;
    padding: 5rem 0 10rem;
}
}
.not-page__title[data-v-13624ff1] {
  position: relative;
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 992px) {
.not-page__title[data-v-13624ff1] {
    font-size: 5.2rem;
}
}
@media (max-width: 576px) {
.not-page__title[data-v-13624ff1] {
    font-size: 3.2rem;
}
}
@media (max-width: 480px) {
.not-page__title[data-v-13624ff1] {
    font-size: 2.2rem;
}
}
.not-page__text[data-v-13624ff1] {
  position: relative;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 140%;
  text-align: center;
  color: #fff;
}
@media (max-width: 576px) {
.not-page__text[data-v-13624ff1] {
    font-size: 2rem;
}
}
@media (max-width: 480px) {
.not-page__text[data-v-13624ff1] {
    font-size: 1.8rem;
}
}
.not-page__btn[data-v-13624ff1] {
  padding-left: 3rem;
  padding-right: 3rem;
}
.not-page__numbers[data-v-13624ff1] {
  position: absolute;
  transform: translateY(-19%);
}
.not-page__numbers span[data-v-13624ff1] {
  font-weight: 700;
  font-size: 56.7rem;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(12, 76, 163, 0.24);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
}
@media (max-width: 992px) {
.not-page__numbers span[data-v-13624ff1] {
    font-size: 36.7rem;
}
}
@media (max-width: 576px) {
.not-page__numbers span[data-v-13624ff1] {
    font-size: 26.7rem;
}
}
@media (max-width: 480px) {
.not-page__numbers span[data-v-13624ff1] {
    font-size: 16.7rem;
}
}