/* stylelint-disable */
/* BREAKPOINTS */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Kufam";
  src: url("../fonts/../fonts/Kufam-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Kufam";
  src: url("../fonts/../fonts/Kufam-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Kufam";
  src: url("../fonts/../fonts/Kufam-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Jomhuria";
  src: url("../fonts/../fonts/Jomhuria-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
html, body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Kufam", sans-serif;
  font-weight: 400;
  position: relative;
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.4;
  background-color: #0d1220;
  background-image: url("../img/body-bg.svg");
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  -webkit-text-size-adjust: 100%;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.is-hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset, .list-reset ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: calc(1440px + (16px) * 2);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.title-xl {
  margin: 0;
  line-height: 1.3;
}

@-webkit-keyframes rotateClockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateClockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn {
  font-family: "Kufam", sans-serif;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px 8px 20px;
  font-size: clamp(14px, 3vw, 20px);
  background-color: #fff;
  color: #6449d1;
  border-radius: 90px;
  text-transform: uppercase;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 800px) {
  .btn {
    padding: 20px 36px 16px 36px;
  }
}
@media (any-hover: hover) {
  .btn:hover {
    -webkit-box-shadow: 0 4px 18px 0 rgba(100, 73, 209, 0.7);
    box-shadow: 0 4px 18px 0 rgba(100, 73, 209, 0.7);
  }
}

.header {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
@media (min-width: 375px) {
  .header {
    padding-top: calc(7.0422535211vw + -1.4084507042px);
  }
}
@media (min-width: 800px) {
  .header {
    padding-top: 60px;
  }
}
@media (min-width: 375px) {
  .header {
    padding-bottom: calc(4.0422535211vw + -1.4084507042px);
  }
}
@media (min-width: 1024px) {
  .header {
    padding-bottom: 60px;
  }
}
.header:after {
  content: url("../img/after-decor.png");
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
@media (min-width: 1024px) {
  .header:before {
    content: url("../img/before-decor.png");
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10;
}
.header__label {
  max-width: 40px;
  max-height: 24px;
  border-radius: 6px;
  border: 1px solid #bfb1f6;
  overflow: hidden;
}
.header__label img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .header__label {
    max-width: 80px;
    max-height: 48px;
  }
}
.header__subtitle {
  font-family: "Jomhuria", cursive;
  font-weight: 400;
  margin: 0;
  font-size: clamp(30px, 5vw, 60px);
  color: #bfb1f6;
  text-align: center;
}
.header__title {
  font-family: "Jomhuria", cursive;
  font-weight: 400;
  margin: -5px 0 0 0;
  font-size: clamp(40px, 8vw, 120px);
  max-width: 240px;
  line-height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#6449D1));
  background: linear-gradient(180deg, #FFFFFF 0%, #6449D1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media (min-width: 576px) {
  .header__title {
    margin: -10px 0 0 0;
    max-width: 800px;
  }
}
@media (min-width: 1024px) {
  .header__title {
    line-height: 80px;
  }
}

.description-list ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 375px) {
  .description-list ul {
    margin-top: calc(3.2863849765vw + 2.676056338px);
  }
}
@media (min-width: 1440px) {
  .description-list ul {
    margin-top: 50px;
  }
}
@media (min-width: 576px) {
  .description-list ul {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .description-list ul {
    flex-direction: column;
    gap: 14px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .description-list ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .description-list ul {
    gap: 40px;
  }
}
.description-list li {
  font-family: "Kufam", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  font-size: clamp(14px, 3vw, 24px);
  line-height: 1.5;
  text-transform: uppercase;
}
.description-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .description-list li, .description-list li:nth-child(odd):last-child {
    width: auto;
  }
}
.description-list li p {
  margin: 0;
}
.description-list li p:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .description-list li, .description-list li:nth-child(odd):last-child {
    width: 33.3333333333%;
  }
  .description-list li:before {
    width: 8px;
    height: 8px;
  }
}

.features-list {
  margin-top: 15px;
  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;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 375px) {
  .features-list {
    margin-top: calc(7.9812206573vw + -14.9295774648px);
  }
}
@media (min-width: 800px) {
  .features-list {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .features-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 800px) {
  .features-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .features-list {
    gap: 60px;
  }
}
@media (min-width: 1440px) {
  .features-list {
    gap: 80px;
  }
}
.features-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media (min-width: 800px) {
  .features-list__item {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.features-list__item-img {
  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;
  max-width: 30px;
  max-height: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.features-list__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .features-list__item-img {
    max-width: 54px;
    max-height: 64px;
  }
}
.features-list__item-description {
  font-family: "Kufam", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 3vw, 20px);
  color: #bfb1f6;
}
.features-list__item-description p {
  margin: 0;
}
.features-list__item-description p:not(:last-child) {
  margin-bottom: 5px;
}

.decor {
  max-width: 55px;
  max-height: 55px;
  position: absolute;
  -webkit-animation: rotateClockwise 30s infinite linear;
  animation: rotateClockwise 30s infinite linear;
}
@media (min-width: 768px) {
  .decor {
    max-width: 88px;
    max-height: 88px;
  }
}
@media (min-width: 1024px) {
  .decor {
    max-width: 140px;
    max-height: 140px;
  }
}
@media (min-width: 1024px) {
  .decor--1 {
    display: block;
    top: 30%;
    left: 3%;
  }
}
.decor--2 {
  top: 28%;
  right: 4%;
}
@media (min-width: 1024px) {
  .decor--2 {
    top: 14%;
    left: 12%;
    right: unset;
  }
}
.decor--3 {
  top: 8%;
  right: 16%;
}
@media (min-width: 1024px) {
  .decor--3 {
    top: 34%;
    left: 20%;
    right: unset;
  }
}
.decor--4 {
  bottom: 4%;
  left: 6%;
}
@media (min-width: 1024px) {
  .decor--4 {
    bottom: 48%;
    right: 8%;
    left: unset;
  }
}
.decor--5 {
  display: none;
}
@media (min-width: 1024px) {
  .decor--5 {
    bottom: 19%;
    right: 25%;
  }
}
.decor--6 {
  top: 3%;
  left: 2%;
}
@media (min-width: 1024px) {
  .decor--6 {
    top: 22%;
    left: unset;
    right: 18%;
  }
}
.decor--7 {
  bottom: 0;
  right: 3%;
}
@media (min-width: 1024px) {
  .decor--7 {
    bottom: 10%;
    left: 9%;
    right: unset;
  }
}
.decor--8 {
  display: none;
}
@media (min-width: 1024px) {
  .decor--8 {
    display: block;
    bottom: 12%;
    right: 8%;
  }
}

.footer {
  padding-bottom: 25px;
}
@media (min-width: 375px) {
  .footer {
    padding-bottom: calc(2.3474178404vw + 16.1971830986px);
  }
}
@media (min-width: 1440px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  border-top: 1px solid #4b4b5f;
}
@media (min-width: 375px) {
  .footer__container {
    padding-top: calc(2.3474178404vw + 16.1971830986px);
  }
}
@media (min-width: 1440px) {
  .footer__container {
    padding-top: 50px;
  }
}
.footer__container img {
  max-width: 38px;
  max-height: 38px;
}
.footer__description {
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
.footer__description p:not(:last-child) {
  margin-bottom: 10px;
}

.games {
  padding-top: 32px;
  padding-bottom: 25px;
}
@media (min-width: 375px) {
  .games {
    padding-top: calc(4.3849765258vw + 8.0563380282px);
  }
}
@media (min-width: 800px) {
  .games {
    padding-top: 15px;
  }
}
@media (min-width: 375px) {
  .games {
    padding-bottom: calc(7.0422535211vw + -1.4084507042px);
  }
}
@media (min-width: 1440px) {
  .games {
    padding-bottom: 100px;
  }
}

.games-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 10px;
}
@media (min-width: 768px) {
  .games-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .games-list {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .games-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.games-list__item {
  position: relative;
  background: rgba(16, 19, 38, 0.6);
  border-radius: 14px;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
  z-index: 20;
}
.games-list__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.games-list__item:before {
  content: url("../img/blur.svg");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.games-list__item-wrap {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 14px;
  background: rgba(16, 19, 38, 0.9);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .games-list__item-wrap {
    padding: 25px 80px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.games-list__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1200px) {
  .games-list__item-top {
    width: 24%;
    gap: 20px;
  }
}
.games-list__item-count {
  position: relative;
  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;
  font-family: "Jomhuria", cursive;
  font-weight: 400;
  width: 40px;
  height: 40px;
  font-size: clamp(30px, 4vw, 60px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: rgba(29, 28, 47, 0.40);
  color: #fff;
  background-clip: padding-box;
  z-index: 20;
  border-radius: 100%;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.games-list__item-count:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.games-list__count-inner {
  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;
  width: 39px;
  height: 39px;
  background: rgba(29, 28, 47, 0.40);
  border-radius: 100%;
}

@media (min-width: 640px) {
  .games-list__item-count {
    width: 60px;
    height: 60px;
  }

 .games-list__count-inner {
    width: 59px;
    height: 59px;
  }
}
@media (min-width: 1024px) {
  .games-list__item-count {
    width: 80px;
    height: 80px;
  }

  .games-list__count-inner {
    width: 79px;
    height: 79px;
  }
}
.games-list__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  .games-list__item-inner {
    -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;
  }
}
.games-list__item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 16px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 800px) {
  .games-list__item-main {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .games-list__item-main {
    margin: 0;
    width: 18%;
  }
}
.games-list__item-content {
  font-family: "Jomhuria", cursive;
  font-weight: 400;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1;
  text-align: center;
}
.games-list__item-content p {
  margin: 0;
}
.games-list__item-content p:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .games-list__item-content {
    margin: -6px 0 0 0;
    text-align: unset;
  }
}
.games-list__item-button {
  margin: 10px 0 0 0;
}
@media (min-width: 640px) {
  .games-list__item-button {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .games-list__item-button {
    margin: 0 0 0 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.payments {
  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;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.payments__item {
  max-width: 36px;
  max-height: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.payments__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.properties-list ul {
  margin: 10px 0 0 0;
}
@media (min-width: 640px) {
  .properties-list ul {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .properties-list {
    width: 25%;
    align-self: center;
  }
  .properties-list ul {
    margin: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
.properties-list li {
  font-family: "Kufam", sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  font-size: 11px;
  color: #bfb1f6;
  text-transform: uppercase;
}
.properties-list li:not(:last-child) {
  margin-bottom: 5px;
}
.properties-list li p {
  margin: 0;
}
.properties-list li p:not(:last-child) {
  margin-bottom: 5px;
}
.properties-list li:before {
  content: url("../img/check-icon.svg");
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
@media (min-width: 767px) {
  .properties-list li {
    font-size: 14px;
  }
}

@media (min-width: 800px) {
  .properties-list li {
    font-size: 16px;
  }
  .properties-list li:before {
    top: 0;
  }
  .properties-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  min-height: 34px;
  max-height: 40px;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .logo {
    max-width: 140px;
    min-height: 64px;
    max-height: 68px;
  }
}

.rating {
  position: relative;
  width: 90px;
  height: 28px;
  padding: 7px 6px;
  background-color: #1e1d43;
  border-radius: 60px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .rating {
    width: 160px;
    height: 34px;
  }
}
.rating__wrap {
  position: relative;
  max-width: 76px;
}
.rating__upper, .rating__lower {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  position: absolute;
  overflow: hidden;
}
.rating__upper {
  z-index: 2;
}
@media (min-width: 1024px) {
  .rating {
    padding: 7px 25px;
  }
  .rating__wrap {
    max-width: 109px
  }
  .rating__upper, .rating__lower {
    gap: 6px;
  }
}

.star {
  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;
}
.star svg {
  width: 12px;
  height: 12px;
}
@media (min-width: 1024px) {
  .star svg {
    width: 17px;
    height: 17px;
  }
}
/*# sourceMappingURL=main.css.map */
