* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

@font-face {
  font-family: Belanosima;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Belanosima-Regular.woff2) format("woff2")
}

:root {
  --font-main: "Belanosima", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #241b35;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --yellow: #eeeb53;
  --dark: #151314;
  --d-gray: #303030;
  --purple: #b69bea;
  --gray: #999397;
  --light: #f2f2f2;
  --gradient: linear-gradient(180deg, #9f72f8 0%, #25212d 100%);
  --hover: #f7f335;
  --active: #f7f335
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 20px
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2
}

@media (max-width:600px) {
  .tx-main {
    font-size: 14px
  }
}

.tx-32-20 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2
}

@media (max-width:1220px) {
  .tx-32-20 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-32-20 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-32-20 {
    font-size: 20px
  }
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2
}

.tx-12-10 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2
}

@media (max-width:600px) {
  .tx-12-10 {
    font-size: 10px
  }
}

.tx-24-20 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2
}

@media (max-width:991px) {
  .tx-24-20 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-24-20 {
    font-size: 20px
  }
}

.tx-16-10 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2
}

@media (max-width:1220px) {
  .tx-16-10 {
    font-size: 14px
  }
}

@media (max-width:991px) {
  .tx-16-10 {
    font-size: 12px
  }
}

@media (max-width:600px) {
  .tx-16-10 {
    font-size: 10px
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-16 {
    font-size: 16px
  }
}

.tx-64-32 {
  font-weight: 400;
  font-size: 64px;
  letter-spacing: .03em;
  line-height: 1.2
}

@media (max-width:1220px) {
  .tx-64-32 {
    font-size: 52px
  }
}

@media (max-width:991px) {
  .tx-64-32 {
    font-size: 42px
  }
}

@media (max-width:600px) {
  .tx-64-32 {
    font-size: 32px
  }
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: var(--yellow);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--yellow);
  border-radius: 30px;
  min-width: 231px;
  text-align: center;
  min-height: 60px;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out
}

@media (max-width:991px) {
  .but {
    font-size: 16px;
    min-height: 54px
  }
}

@media (max-width:600px) {
  .but {
    font-size: 14px;
    min-width: 149px;
    height: 47px
  }
}

.but_yellow {
  font-size: 16px;
  color: var(--black);
  background-color: var(--yellow);
  border: none;
  min-width: 208px;
  min-height: 48px
}

@media (max-width:600px) {
  .but_yellow {
    font-size: 14px
  }
}

.but_gray {
  background-color: rgba(255, 255, 255, .1);
  font-size: 16px;
  color: var(--white);
  border: none;
  min-width: 208px;
  min-height: 48px
}

@media (max-width:600px) {
  .but_gray {
    font-size: 14px
  }
}

@media (any-hover:hover) {
  .but:hover {
    color: var(--black);
    background-color: var(--hover)
  }
}

.but:focus-visible {
  color: var(--black);
  background-color: var(--hover)
}

.but:active {
  color: var(--black);
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}

.circle::before {
  content: "";
  margin-top: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--white)
}

@media (max-width:600px) {
  .circle::before {
    margin-top: 4px
  }
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-20-10:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-40:not(:last-child) {
  margin-bottom: 20px
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-4:not(:last-child) {
  margin-bottom: 4px
}

.mb-8:not(:last-child) {
  margin-bottom: 8px
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.roluckyrolls-header {
  position: relative;
  z-index: 5;
  padding: 16px 0;
  background-color: rgba(255, 255, 255, .05)
}

@media (max-width:991px) {
  .roluckyrolls-header {
    padding: 10px 0
  }
}

.roluckyrolls-header__link {
  display: none;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.roluckyrolls-header__link img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (any-hover:hover) {
  .roluckyrolls-header__link:hover {
    color: var(--hover)
  }
}

.roluckyrolls-header__link:focus-visible {
  color: var(--hover)
}

.roluckyrolls-header__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.roluckyrolls-header.nomain .roluckyrolls-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.roluckyrolls-header.nomain .logo {
  display: none
}

.logo {
  display: block;
  width: 124px;
  height: 40px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:600px) {
  .logo {
    width: 99px;
    height: 32px
  }
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.terms {
  padding: 20px 0 0 0
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.roluckyrolls-hero {
  padding-top: 20px
}

.roluckyrolls-hero__container {
  max-width: 1070px
}

.roluckyrolls-hero__image {
  height: 150px
}

@media (max-width:500px) {
  .roluckyrolls-hero__image {
    height: 100px
  }
}

.roluckyrolls-hero__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

.roluckyrolls-hero__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 714px;
  flex: 0 1 714px
}

.roluckyrolls-hero__dates {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.roluckyrolls-hero__footer {
  background-color: var(--light);
  padding: 10px 0
}

.roluckyrolls-hero__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px 60px
}

@media (max-width:991px) {
  .roluckyrolls-hero__list {
    gap: 16px 40px
  }
}

@media (max-width:500px) {
  .roluckyrolls-hero__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 15px 20px
  }
}

.roluckyrolls-hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: var(--black)
}

.roluckyrolls-hero__item img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.roluckyrolls-texts__content {
  border-radius: 30px;
  padding: 32px 20px;
  background-color: var(--dark)
}

@media (max-width:991px) {
  .roluckyrolls-texts__content {
    padding: 32px 15px
  }
}

@media (max-width:600px) {
  .roluckyrolls-texts__content {
    padding: 32px 10px
  }
}

.roluckyrolls-texts__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px 16px
}

@media (max-width:991px) {
  .roluckyrolls-texts__cards {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .roluckyrolls-texts__cards {
    gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.roluckyrolls-texts__card {
  min-height: 305px;
  border-radius: 20px;
  padding: 32px 20px;
  background-color: var(--d-gray)
}

@media (max-width:991px) {
  .roluckyrolls-texts__card {
    min-height: 0;
    padding: 32px 15px
  }
}

@media (max-width:600px) {
  .roluckyrolls-texts__card {
    padding: 32px 10px
  }
}

.roluckyrolls-texts__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px
}

.roluckyrolls-footer {
  background-color: var(--dark);
  padding-top: 40px;
  padding-bottom: 40px
}

.roluckyrolls-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:991px) {
  .roluckyrolls-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.roluckyrolls-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

@media (max-width:991px) {
  .roluckyrolls-footer__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.roluckyrolls-footer__link {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .roluckyrolls-footer__link:hover {
    opacity: .5
  }
}

.roluckyrolls-footer__link:focus-visible {
  opacity: .5
}

.roluckyrolls-footer__link:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.roluckyrolls-footer__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .roluckyrolls-footer__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:600px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dates__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.card {
  background-color: var(--dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  overflow: hidden
}

@media (max-width:991px) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:600px) {
  .card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }
}

.card__left {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 227px;
  flex: 0 1 227px;
  padding: 20px;
  background: var(--gradient);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:991px) {
  .card__left {
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.card__logo {
  display: block;
  height: 80px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .card__logo {
    height: 50px
  }
}

@media (any-hover:hover) {
  .card__logo:hover {
    opacity: .5
  }
}

.card__logo:focus-visible {
  opacity: .5
}

.card__logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1013px;
  flex: 0 1 1013px;
  padding: 20px 20px 20px 0
}

@media (max-width:991px) {
  .card__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 15px 10px;
    gap: 10px
  }
}

.card__right-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px
}

@media (max-width:600px) {
  .card__right-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%
  }
}

.card__wrapper-rating {
  padding: 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px
}

@media (max-width:600px) {
  .card__wrapper-rating {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0
  }
}

.card__rating {
  color: var(--yellow)
}

.card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.card__star {
  width: 32px;
  height: 32px
}

@media (max-width:991px) {
  .card__star {
    width: 24px;
    height: 24px
  }
}

@media (max-width:600px) {
  .card__star {
    width: 16px;
    height: 16px
  }
}

.card__text_gray {
  color: var(--gray)
}

.card__text_purple {
  color: var(--purple);
  padding: 0 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px
}

@media (max-width:600px) {
  .card__text_purple {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0
  }
}

.card__infos {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px
}

@media (max-width:600px) {
  .card__infos {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0
  }
}

.card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

@media (max-width:991px) {
  .card__info {
    gap: 6px
  }
}

@media (max-width:600px) {
  .card__info {
    gap: 4px
  }
}

.card__icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px
}

@media (max-width:991px) {
  .card__icon {
    width: 14px;
    height: 14px;
    margin-top: 0
  }
}

@media (max-width:600px) {
  .card__icon {
    width: 12px;
    height: 12px
  }
}

.card__right-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 513px;
  flex: 0 1 513px
}

@media (max-width:600px) {
  .card__right-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%
  }
}

.card__link {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 231px;
  flex: 0 1 231px;
  min-width: 0;
  overflow: hidden;
  position: relative
}

@media (max-width:600px) {
  .card__link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%
  }
}

.card__link span {
  position: relative;
  z-index: 2
}

.card__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background-color: var(--yellow);
  -webkit-transition: opacity .3s ease-in-out, width .3s ease-in-out;
  transition: opacity .3s ease-in-out, width .3s ease-in-out
}

@media (any-hover:hover) {
  .card__link:hover {
    color: var(--black);
    background-color: transparent
  }

  .card__link:hover::before {
    width: 100%;
    opacity: 1
  }
}

.card__link:focus-visible {
  color: var(--black);
  background-color: transparent
}

.card__link:focus-visible::before {
  width: 100%;
  opacity: 1
}

.card__link:active {
  color: var(--black);
  background-color: transparent;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.card__link:active::before {
  width: 100%;
  opacity: 1;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup__body {
  overflow: auto;
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 40px;
  background-color: var(--dark)
}

@media (max-width:991px) {
  .popup__body {
    padding: 20px;
    width: 95%
  }
}

.popup__button {
  min-width: 0;
  width: 100%
}

.popup-cookie {
  position: fixed;
  width: 100%;
  z-index: 5;
  bottom: 0;
  left: 0;
  background-color: var(--dark);
  padding: 40px 0
}

@media (max-width:991px) {
  .popup-cookie {
    padding: 30px 0
  }
}

@media (max-width:600px) {
  .popup-cookie {
    padding: 20px 0
  }
}

.popup-cookie.disabled {
  display: none
}

.popup-cookie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media (max-width:991px) {
  .popup-cookie__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.popup-cookie__descr {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 800px;
  flex: 0 1 800px
}

@media (max-width:991px) {
  .popup-cookie__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.popup-cookie__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:991px) {
  .popup-cookie__links {
    -ms-flex-negative: 1;
    flex-shrink: 1
  }
}

@media (max-width:600px) {
  .popup-cookie__links {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:600px) {
  .popup-cookie__links li {
    width: 100%
  }
}

@media (max-width:600px) {
  .popup-cookie__button {
    min-width: 0;
    width: 100%
  }
}

@media (max-width:600px) {
  .popup-cookie__link {
    min-width: 0;
    width: 100%
  }
}

footer, 
main {
  position: relative;
  z-index: 2
}

#particles-js {
  position: fixed;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%
}