@charset "UTF-8";
/* urbanist-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 100;
  src: url("/build/website/fonts/urbanist-v15-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 200;
  src: url("/build/website/fonts/urbanist-v15-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  src: url("/build/website/fonts/urbanist-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  src: url("/build/website/fonts/urbanist-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  src: url("/build/website/fonts/urbanist-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  src: url("/build/website/fonts/urbanist-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 700;
  src: url("/build/website/fonts/urbanist-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 800;
  src: url("/build/website/fonts/urbanist-v15-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 900;
  src: url("/build/website/fonts/urbanist-v15-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 400;
}

p, h1, h2 {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 600;
}

h4, h3 {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 700;
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

ol {
  padding-left: 10px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  background: #F0F0F0;
}

h1, h2 {
  color: var(--black, #2D2D2D);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 135.714% */
  text-transform: uppercase;
}
@media (max-width: 992px) {
  h1, h2 {
    font-size: 17px;
    line-height: 135%;
  }
}

h3 {
  color: #2D2D2D;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 992px) {
  h3 {
    font-size: 13px;
    line-height: 16px;
  }
}

h4 {
  font-size: 14px;
  color: #2D2D2D;
  line-height: 24px;
}
@media (max-width: 992px) {
  h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
}

p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  p {
    font-size: 13px;
    line-height: 20px;
  }
}

p + p {
  margin-top: 10px;
}
@media (max-width: 992px) {
  p + p {
    margin-top: 6px;
  }
}

.container {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}

input:focus-visible {
  outline: none;
}

header {
  flex: 0 0 auto;
}

.main-wrapper {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.error-message {
  margin-top: 10px;
  color: red;
}

.fade-in {
  animation: fadeIn 0.5s ease-in;
}

.fade-out {
  animation: fadeOut 0.5s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.message {
  display: none;
  color: var(--black, #2D2D2D);
  font-size: 15px;
  margin-top: 10px;
}

.message.show {
  display: block;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.input-wrapper label {
  color: #7B7B7B;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  position: absolute;
  left: 15px;
  background: #F0F0F0;
  top: -2px;
}
.input-wrapper input {
  padding-bottom: 11px;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  border: none;
  margin-top: 6px;
  background: none;
  border-radius: 12px;
  border: 1px solid #D9D9D9;
  padding: 13px 15px;
}
.input-wrapper input:-webkit-autofill,
.input-wrapper input:-webkit-autofill:hover,
.input-wrapper input:-webkit-autofill:focus,
.input-wrapper textarea:-webkit-autofill,
.input-wrapper textarea:-webkit-autofill:hover,
.input-wrapper textarea:-webkit-autofill:focus,
.input-wrapper select:-webkit-autofill,
.input-wrapper select:-webkit-autofill:hover,
.input-wrapper select:-webkit-autofill:focus {
  color: #2D2D2D !important; /* колір тексту при автозаповненні */
  -webkit-text-fill-color: #2D2D2D !important; /* колір тексту при автозаповненні */
}

.checked-wrapper {
  display: flex;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #2D2D2D;
  cursor: pointer;
}
.checked-wrapper label {
  cursor: pointer;
  width: 100%;
}
.checked-wrapper input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  padding-left: 28px;
  cursor: pointer;
  transition: all 0.3s;
}
.checked-wrapper span {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #8D8D8D;
  background: none;
  margin-left: -28px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.checked-wrapper input:checked + span {
  background: #8239BC;
  border: #8239BC;
}
.checked-wrapper input:checked + span:before {
  content: "";
  background-image: url("/build/website/images/icon/checked-white.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 55%;
  left: 55%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media ((max-width: 992px)) {
  .breadcrumbs {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.breadcrumbs-item {
  color: #AEAEAE;
}
.breadcrumbs-item.white {
  color: #2D2D2D;
}
.breadcrumbs-item-link {
  color: #2D2D2D;
  text-decoration: none;
}
.breadcrumbs-item-link.white {
  color: #2D2D2D;
}
.breadcrumbs-item-link:hover {
  text-decoration: underline;
}
.breadcrumbs-separator {
  margin-left: 5px;
  margin-right: 5px;
}

.header {
  padding: 12px 0;
  position: relative;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  max-width: 200px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__left {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.header__left__menu {
  display: flex;
  gap: 40px;
  align-items: center;
}
.header__left__menu li a {
  color: #2D2D2D;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 992px) {
  .header__left__menu {
    display: none;
  }
}
.header__left__menu.active {
  display: flex;
  position: absolute;
  background: #E8EDF1;
  left: 14px;
  top: 68px;
  width: calc(100% - 24px);
  flex-direction: column;
  gap: 15px;
  border-radius: 12px;
  padding: 15px;
  z-index: 2;
}
@media (max-width: 992px) {
  .header__left {
    max-width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .header__left .search {
    display: none;
  }
}
.header__right {
  display: flex;
  margin-left: 14px;
  align-items: center;
  justify-content: end;
  width: 100%;
  max-width: 40%;
}
.header__right__login-btn {
  display: inline-flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #8239BC;
  color: #FFFFFF;
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 184.615% */
  text-transform: uppercase;
  border: none;
  margin-left: 95px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header__right__login-btn {
    margin-left: 35px;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
  }
}
.header__right__login-btn:hover {
  background: #6D26A5;
}
@media (max-width: 992px) {
  .header__right {
    max-width: 100%;
  }
}
.header__right-account {
  display: flex;
}
.header__right-account {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header__right-account {
    margin-left: 0px;
  }
}
.header__account-basket {
  cursor: pointer;
  display: flex;
  position: relative;
  margin-right: 30px;
}
.header__account-basket span {
  position: absolute;
  top: -3px;
  background: #FFFFFF;
  padding: 0px 7px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  color: #8239BC;
  right: -6px;
}
.header__account-basket img {
  min-width: 25px;
}
.header__account-item {
  cursor: pointer;
}
.header__account-item img {
  min-width: 25px;
}
.header__left-burger {
  display: none;
  width: 26px;
  cursor: pointer;
  margin-right: 18px;
  z-index: 999;
  position: relative;
}
.header__left-burger span + span {
  margin-top: 5px;
}
.header__left-burger span {
  display: block;
  background: #2D2D2D;
  height: 1.5px;
  border-radius: 2px;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .header__left-burger {
    display: block;
  }
}
.header__left-burger.active span:first-child {
  display: none;
}
.header__left-burger.active span:nth-child(2) {
  transform: rotate(47deg) translate(0px, 1px);
}
.header__left-burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -1px);
  margin-top: 0px;
}
.header__search-desktop {
  display: flex;
  cursor: pointer;
  align-items: center;
  margin-top: 3px;
  justify-content: center;
  margin-right: 30px;
}

.footer {
  background-color: #011C2A;
  margin-top: 100px;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .footer {
    margin-top: 55px;
  }
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
}
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding-bottom: 43px;
  border-bottom: 1px solid #868686;
}
.footer__top__rights-reserved {
  color: #868686;
  text-align: center;
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
@media (max-width: 567px) {
  .footer__top {
    padding-bottom: 16px;
  }
}
.footer__logo-container {
  width: 171px;
  margin: 0 auto;
}
.footer__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__menu {
  padding: 43px 80px;
  border-bottom: 1px solid #868686;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__menu__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__menu__block__title {
  color: #FFFFFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}
.footer__menu__block__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__menu__block__link {
  color: #FFFFFF;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .footer__menu {
    padding: 10px 0;
    flex-direction: column;
    gap: 25px;
  }
}
.footer__bottom {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 567px) {
  .footer__bottom {
    flex-direction: column;
    gap: 15px;
    margin-top: 16px;
  }
}
.footer__bottom__text-block {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 567px) {
  .footer__bottom__text-block {
    align-items: center;
    gap: 8px;
  }
  .footer__bottom__text-block svg {
    width: 16px;
    height: 16px;
  }
}
.footer__bottom__text {
  width: 195px;
  color: #FFFFFF;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 567px) {
  .footer__bottom__text {
    width: 100%;
    font-size: 11px;
  }
}
.footer__socials {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer__social-item {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 567px) {
  .footer__social-item {
    width: 22px;
    height: 22px;
  }
}

.search {
  padding: 13px 16px;
  background: #D5E1EA;
  border-radius: 12px;
  display: flex;
  max-width: 505px;
  width: 100%;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.search__close {
  cursor: pointer;
}
.search__item {
  max-width: 100%;
  width: 100%;
  background: none;
  border: none;
  padding-left: 10px;
  color: #2D2D2D;
  font-size: 14px;
}
.search__search-all {
  bottom: 35px;
  left: 60px;
  color: var(--violet, #8239BC);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 153.333% */
  border-bottom: 1px solid var(--violet, #8239BC);
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.search__modal {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}
.search__modal.active {
  display: flex;
}
.search__modal__content {
  width: 820px;
  background: var(--back, #F0F0F0);
  display: flex;
  flex-direction: column;
  padding: 40px 60px;
  position: relative;
}
@media (max-width: 567px) {
  .search__modal__content {
    width: 100%;
    padding: 20px;
  }
}
.search__modal__content__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.search__modal__content__input-wrapper {
  width: 100%;
  display: flex;
  padding: 15px 16px;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  background: var(--back-2, #D5E1EA);
  position: relative;
  margin-top: 20px;
}
.search__modal__content__input-wrapper input {
  margin-left: 10px;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  max-width: 100%;
  width: 100%;
  background: none;
  border: none;
  transition: all 0.3s;
}
.search__modal__content__input-wrapper .search__close {
  display: none;
}
.search__modal__content__input-wrapper .search__close.active {
  display: block;
}
.search__result {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 68px;
  margin-top: 35px;
  width: 100%;
  overflow-y: auto;
}
@media (max-width: 567px) {
  .search__result {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.search__item-result {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.search__item-left img {
  max-width: 50px;
  max-height: 70px;
  min-width: 50px !important;
  min-height: 70px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.search__item-right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search__item-right p {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 120% */
}
.search__item-right span {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}

.search-template__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .search-template__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .search-template__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.pagination-right, .pagination-left {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-right-img, .pagination-left-img {
  width: 20px;
}
.pagination-left-img {
  transform: rotate(180deg);
}
.pagination-pages {
  display: flex;
  justify-content: center;
}
.pagination-item {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  margin: 0 12.5px;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 153.846% */
  transition: 0.3s;
  background: none;
  border: none;
}
@media (max-width: 567px) {
  .pagination-item {
    font-size: 14px;
    height: 25px;
    margin: 0 5.5px;
    text-decoration: none;
    transition: 0.3s;
    width: 25px;
  }
}
.pagination-item.disabled {
  pointer-events: none;
}
.pagination-item:hover, .pagination-item.active {
  background-color: #8239BC;
  border: 1px solid transparent;
  color: #FFF;
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 153.846% */
}

.banner {
  margin-top: 74px;
}
@media (max-width: 992px) {
  .banner {
    margin-top: 25px;
  }
}
.banner__box {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 75px 95px;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 443px;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .banner__box {
    flex-direction: column;
    padding: 25px 20px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.banner__left-top h1 {
  color: #FFF;
  font-family: Figtree;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px; /* 117.647% */
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .banner__left-top h1 {
    font-size: 17px;
    line-height: 25px;
  }
}
.banner__left-content p {
  color: #FFF;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.banner__box-left {
  width: 460px;
}
@media (max-width: 992px) {
  .banner__box-left {
    max-width: 100%;
    width: 100%;
  }
}
.banner__left-right {
  position: absolute;
  right: -30px;
  bottom: -80px;
  height: 583px;
}
.banner__left-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .banner__left-right {
    width: 45%;
  }
  .banner__left-right img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .banner__left-right {
    display: none;
  }
}
.banner__left-content {
  padding-top: 30px;
}
.banner__left-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
}
@media (max-width: 567px) {
  .banner__left-content {
    padding-top: 20px;
  }
  .banner__left-content p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}

.link {
  border-radius: 12px;
  padding: 14px 36px;
  display: flex;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}
.link.purple-secondary {
  display: flex;
  padding: 15px 34px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 2px solid var(--violet, #8239BC);
}
.link.purple-secondary span {
  color: var(--violet, #8239BC);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
}
.link.purple-secondary:hover {
  border: 2px solid #6D26A5;
}
.link.violet {
  background: var(--violet, #8239BC);
}
.link.violet span {
  color: #FFF;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.link.violet:hover {
  background: #6D26A5;
}
.link.home-banner {
  background: #FF18A3;
}
.link.home-banner:hover {
  background: #F6109A;
}
.link.home-banner span {
  color: var(--white, #FFF);
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.link.blue {
  background: #8239BC;
}
.link.blue:hover {
  background: #143BDD;
}
.link.blue:active {
  background: #05239F;
}
.link.grey {
  background: #525151;
  border: 1px solid #8D8D8D;
}
.link.grey:hover {
  background: #3B3B3B;
}
.link span {
  color: #2D2D2D;
  font-weight: 700;
  font-size: 15px;
}
.link img {
  margin-left: 8px;
}
@media (max-width: 567px) {
  .link {
    padding: 12px 28px;
  }
  .link span {
    font-size: 13px;
    line-height: 19px;
  }
}
.link.reset {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  gap: 6px;
  border-bottom: 1px solid #8239BC;
  border-radius: 0;
}
.link.reset span {
  color: var(--violet, #8239BC);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  text-transform: uppercase;
  margin-top: 3px;
}

.slider-game {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .slider-game {
    margin-top: 60px;
  }
}
.slider-game h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 135.714% */
  text-transform: uppercase;
}
.slider-game h2 img {
  margin-right: 16px;
}
.slider-game__slider {
  margin-top: 35px;
}
@media (max-width: 992px) {
  .slider-game__slider {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .slider-game__slider {
    overflow: hidden;
  }
}
.slider-game .swiper-overflow-container {
  overflow-x: hidden;
  position: relative;
}
.slider-game .swiper-overflow-container .container {
  overflow: visible;
}
.slider-game .swiper-overflow-container .swiper-container {
  overflow: visible;
}
.slider-game__top {
  position: relative;
}
.slider-game__top__title {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.slider-game__top__title__badge {
  display: inline-flex;
  padding: 4px 6px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  color: #FFF;
  font-family: Figtree;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 11px; /* 100% */
  text-transform: uppercase;
  height: -moz-fit-content;
  height: fit-content;
  background: #57CB5C;
}
.slider-game__top__title__badge.badge-popular {
  background: #FC7136;
}
.slider-game__top__title__badge.badge-new {
  background: #57CB5C;
}
.slider-game__top .swiper-button-next,
.slider-game__top .swiper-button-prev {
  top: 25px;
}
.slider-game__top .swiper-button-next:after,
.slider-game__top .swiper-button-prev:after {
  font-size: 12px;
  color: #2D2D2D;
}
@media (max-width: 992px) {
  .slider-game__top .swiper-button-next,
  .slider-game__top .swiper-button-prev {
    display: none;
  }
}
.slider-game__top .swiper-button-next, .slider-game__top .swiper-button-prev {
  background: #FFFFFF;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.slider-game__top .swiper-button-prev {
  left: auto;
  right: 65px;
}
.slider-game__top .swiper-button-next,
.slider-game__top .swiper-button-prev {
  top: 25px;
}
.slider-game__top .swiper-button-next:after,
.slider-game__top .swiper-button-prev:after {
  font-size: 12px;
  color: #2D2D2D;
}
@media (max-width: 992px) {
  .slider-game__top .swiper-button-next,
  .slider-game__top .swiper-button-prev {
    display: none;
  }
}
.slider-game__top .swiper-button-prev {
  left: 0;
  top: 280px;
  z-index: 9;
}
.slider-game__top .swiper-button-next {
  position: absolute;
  right: 0;
  top: 280px;
  z-index: 9;
}
.slider-game__all-game {
  margin: 0 auto;
  margin-top: 35px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  border-radius: 12px;
  border: 2px solid var(--violet, #8239BC);
}
.slider-game__all-game a {
  color: var(--violet, #8239BC);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  padding: 15px 34px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .slider-game__all-game {
    font-size: 13px;
    line-height: 18px;
  }
}

.game-tab__wrapper-list {
  display: flex;
  justify-content: center;
}
.game-tab__wrapper-button {
  padding: 4px;
  border-radius: 12px;
  background: var(--back-2, #D5E1EA);
  margin-top: 22px;
  gap: 15px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.game-tab__wrapper-button button {
  background: none;
  border: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #2D2D2D;
  border-radius: 12px;
  transition: all 0.3s;
  cursor: pointer;
  padding: 8px 16px;
}
.game-tab__wrapper-button button.active {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.14);
}
.game-tab__wrapper-button button:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.14);
}
@media (max-width: 992px) {
  .game-tab__wrapper-button button {
    display: flex;
    flex-shrink: 0;
  }
}
@media (max-width: 992px) {
  .game-tab__wrapper-button {
    overflow-x: scroll;
  }
}
.game-tab__images {
  margin: 25px 0;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}
.game-tab__images img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .game-tab__images {
    gap: 10px;
    margin: 15px 0;
  }
  .game-tab__images img {
    width: 100%;
    height: 100%;
  }
}
.game-tab__requirement {
  margin-top: 25px;
  display: flex;
  gap: 70px;
  max-width: 1010px;
  width: 100%;
}
@media (max-width: 767px) {
  .game-tab__requirement {
    max-width: 100%;
    gap: 10px;
    margin-top: 15px;
    flex-direction: column;
  }
}
.game-tab-requirement-item {
  flex-basis: 50%;
}
.game-tab-requirement-item span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #AEAEAE;
}
@media (max-width: 767px) {
  .game-tab-requirement-item {
    margin-bottom: 20px;
  }
}
.game-tab-requirement-content {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #8D8D8D;
}
.game-tab-requirement-content span {
  margin-bottom: 4px;
}
.game-tab-requirement-content p {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.game-tab__box {
  max-width: 1010px;
  width: 100%;
}
.game-tab__box-item {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #8D8D8D;
}
.game-tab__box-item span {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #AEAEAE;
  margin-bottom: 4px;
}
.game-tab__box-item p {
  color: #2D2D2D;
  margin-top: 4px;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 22px;
}
@media (max-width: 767px) {
  .game-tab__box-item {
    margin-top: 0px;
  }
}
.game-tab__description {
  max-width: 1010px;
  width: 100%;
  margin-top: 50px;
}
.game-tab__description p {
  color: #AEAEAE;
  font-size: 12px !important;
  line-height: 20px;
  font-weight: 500 !important;
}
@media (max-width: 992px) {
  .game-tab__description {
    margin-top: 20px;
  }
}
.game-tab__additional {
  display: flex;
  flex-wrap: wrap;
  margin-left: -26px;
}
.game-tab__additional .card-game {
  flex-basis: calc(33.3333% - 26px);
  margin-left: 26px;
  height: 228px;
}
.game-tab__additional .card-game:not(:nth-child(-n+3)) {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .game-tab__additional .card-game {
    flex-basis: calc(50% - 15px);
    margin-left: 15px;
  }
  .game-tab__additional .card-game:not(:nth-child(-n+3)) {
    margin-top: 0px;
  }
  .game-tab__additional .card-game:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
}
@media (max-width: 460px) {
  .game-tab__additional .card-game {
    margin-left: 5px;
    flex-basis: calc(100% - 5px);
  }
  .game-tab__additional .card-game:not(:nth-child(-n+2)) {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .game-tab__additional {
    margin-left: -15px;
  }
}
@media (max-width: 460px) {
  .game-tab__additional {
    margin-left: -5px;
    gap: 10px;
  }
}
.game-tab__additional .card-game__wrapper {
  height: 100%;
}
.game-tab__ratings-reviews {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 992px) {
  .game-tab__ratings-reviews {
    flex-direction: column;
  }
}
.game-tab__review {
  max-width: 710px;
  width: 100%;
}
.game-tab__review.full {
  max-width: 100%;
}
.game-tab__review .no-review {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.game-tab__review button {
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .game-tab__review {
    max-width: 100%;
    margin-top: 15px;
  }
  .game-tab__review button {
    margin-top: 15px;
  }
}
.game-tab__rating {
  width: 380px;
  background: #FFF;
  padding: 30px 40px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 992px) {
  .game-tab__rating {
    order: -1;
    width: 100%;
    padding: 15px 15px;
  }
}
.game-tab__rating-top {
  display: flex;
  flex-direction: column;
}
.game-tab__rating-top h2 {
  margin: 0 !important;
  text-align: center;
}
.game-tab__rating-top .rating-top-sub {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #AEAEAE;
  text-align: center;
  display: block;
}
.game-tab__rating-bottom {
  margin-top: 20px;
}
.game-tab__rating-bottom button {
  width: 100%;
  margin-top: 25px;
  max-width: none;
  text-align: center;
  justify-content: center;
}
.game-tab__rating-element + .game-tab__rating-element {
  margin-top: 25px;
}
.game-tab__rating-element .input-wrapper input, .game-tab__rating-element .input-wrapper textarea {
  padding-bottom: 5px;
}
.game-tab__rating-element .input-wrapper label {
  background: white;
}
.game-tab__rating-element .input-wrapper textarea {
  background: none;
  resize: none;
  border-radius: 12px;
  border: 1px solid #D9D9D9;
  padding: 13px 15px;
  font-weight: 500;
  line-height: 20px;
  font-size: 15px;
  margin-top: 7px;
  color: var(--black, #2D2D2D);
  outline: none;
  min-height: 65px;
}
.game-tab__rating-element.message .input-wrapper input, .game-tab__rating-element.message .input-wrapper textarea {
  padding-bottom: 25px;
}
.game-tab__rating-element.checked {
  padding-left: 28px;
}
.game-tab__rating-element.checked .checked-wrapper {
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.game-tab__rating-element.checked .checked-wrapper label a {
  color: #254EF9;
  text-decoration: underline;
}
.game-tab__review-item + .game-tab__review-item {
  margin-top: 20px;
}
.game-tab__review-item {
  padding: 12px 20px;
  border-radius: 12px;
  background: var(--white, #FFF);
}
.game-tab__review-item-top {
  display: flex;
  justify-content: space-between;
}
.game-tab__review-author {
  display: flex;
}
.game-tab__author-description {
  display: flex;
  flex-direction: column;
}
.game-tab__author-description span {
  color: var(--black, #2D2D2D);
  font-family: Urbanist;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.32px;
}
.game-tab__author-description span + span {
  margin-top: 4px;
  color: #7B7B7B;
  text-align: right;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 116.667% */
}
.game-tab__review-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.2);
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
}
.game-tab__review-item-content {
  margin-top: 12px;
}
.game-tab__review-item-content p {
  color: var(--black, #2D2D2D);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.game-tab__item-ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.game-tab__recall-rating {
  display: flex;
  align-items: center;
}
.game-tab__rating-inner {
  position: relative;
}
.game-tab__rating-inner::before {
  content: "";
  display: block;
  background-image: url("/build/website/images/icon/star-grey.svg");
  width: 128px;
  height: 24px;
}
.game-tab__rating-active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.game-tab__rating-items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.game-tab__rating-item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
}
.game-tab__rating-value {
  color: white;
  font-size: 16px;
  line-height: 16px;
  margin-left: 8px;
  position: relative;
  padding-right: 12px;
  opacity: 0;
  width: 0px;
  display: none;
}
.game-tab__rating-value::before {
  position: absolute;
  right: 0;
  content: "/5";
  font-size: 12px;
  line-height: 18px;
  top: 1px;
}
.game-tab__rating-active::before {
  content: "";
  background-image: url("/build/website/images/icon/star-yellow.svg");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-game {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-radius: 12px;
  background: var(--back-2, #D5E1EA);
  justify-content: space-between;
}
.card-game__content {
  display: flex;
  gap: 18px;
  width: 100%;
}
.card-game__content a {
  cursor: pointer;
}
.card-game__content__block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.card-game__content__block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-game__content__block__header__category {
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
}
.card-game__content__block__header__rating {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
}
.card-game__content__block__title {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
}
.card-game__content__block__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: initial !important;
  max-height: 152px;
  overflow-y: auto;
  padding-right: 15px;
}
.card-game__content__block__list::-webkit-scrollbar {
  width: 4px;
  padding-right: 10px;
}
.card-game__content__block__list::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 10px;
}
.card-game__content__block__list::-webkit-scrollbar-thumb {
  background: #8239BC;
  border-radius: 10px;
}
.card-game__content__block__list li {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  margin-left: 15px;
}
.card-game__content__block__list li::marker {
  color: #8239BC;
}
.card-game__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.card-game__prices {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  position: relative;
  cursor: pointer;
}
.card-game__prices ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: auto;
  width: -moz-max-content;
  width: max-content;
  background: var(--violet, #8239BC);
  border-radius: 12px;
  padding: 7px;
  z-index: 22;
}
.card-game__prices ul li {
  display: flex;
}
.card-game__prices ul li span {
  color: #fff;
}
.card-game__prices ul li span + span {
  margin-left: 4px;
  display: block;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.card-game__prices ul li + li {
  margin-top: 5px;
}
.card-game__price {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
}
.card-game__old-price {
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 123.077% */
  text-decoration: line-through;
}
.card-game__buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.card-game__favorite {
  align-items: center;
  background: var(--white, #FFF);
  border-radius: 50%;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.039);
  cursor: pointer;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.card-game__favorite span {
  background-image: url("/build/website/images/icon/favorite.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  width: 14px;
}
.card-game__favorite span.active {
  background-image: url("/build/website/images/icon/favorite-active.svg");
  background-size: contain;
}
.card-game .add-to-cart-btn {
  display: flex;
  padding: 11px 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: var(--violet, #8239BC);
  color: var(--white, #FFF);
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 166.667% */
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.card-game .card-game.add-to-cart-btn:hover {
  background: #6D26A5;
}
.card-game__img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-game.margin-box {
  padding: 0px;
}
.card-game.margin-box .card-game__content__block {
  padding-right: 10px;
}
.card-game.margin-box .card-game__img {
  margin-left: 10px;
  margin-top: 10px;
}
.card-game.margin-box .card-game__content__block__header {
  margin-top: 10px;
}
.card-game.margin-box .card-game__buttons {
  padding-right: 10px;
}
.card-game.margin-box .card-game__prices {
  padding-left: 10px;
}
.card-game.margin-box .card-game__bottom {
  padding-bottom: 10px;
  margin-top: 10px;
}
.card-game__prices-select {
  display: flex;
}
.card-game__price-select {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
}
.card-game__duration-select {
  display: block;
  margin-left: 4px;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.card-game__prices-select-choose {
  align-self: center;
  margin-left: 5px;
  line-height: 16px;
  transition: all 0.3s;
  cursor: pointer;
}
.card-game__prices-select-choose.active {
  transform: rotate(180deg);
}

.faq {
  position: relative;
}
.faq.home {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .faq.home {
    margin-top: 60px;
  }
}
.faq:before {
  content: "";
  position: absolute;
  width: 648px;
  height: 634px;
  top: 0px;
  right: 0px;
  background-image: url("/build/website/images/content/faq-img.png");
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .faq:before {
    display: none;
  }
}
.faq__content {
  max-width: 953px;
  position: relative;
  z-index: 2;
}
.faq__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 992px) {
  .faq__content {
    max-width: 100%;
    padding: 30px 0;
  }
}
@media (max-width: 567px) {
  .faq__content h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .faq__content p {
    font-size: 14px;
    line-height: 22px;
  }
}
.faq__content a {
  margin-top: 40px;
}
@media (max-width: 567px) {
  .faq__content a {
    margin: 20px auto 0;
  }
}
.faq__content-wrapper {
  margin-top: 40px;
}
@media (max-width: 567px) {
  .faq__content-wrapper {
    margin-top: 25px;
  }
}
.faq .faq__content-item:has(+ .faq__content-item.active) {
  border-bottom: none;
}
.faq__content-item {
  padding: 24px 30px;
  background: #F0F0F0;
  cursor: pointer;
  border-bottom: 1px solid #D3D3D3;
}
.faq__content-item.active {
  border-radius: 8px;
  background: var(--back-2, #D5E1EA);
  border-bottom: none;
}
.faq__content-item.active .faq__content-top__text {
  color: var(--violet, #8239BC);
}
.faq__content-item.active .faq__content-content {
  display: flex;
}
.faq__content-item.active .faq__content-open {
  background: #8239BC;
}
.faq__content-item.active .faq__content-open:before, .faq__content-item.active .faq__content-open:after {
  background: white;
}
.faq__content-item.active .faq__content-open:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.faq__content-item.active .faq__content-open:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 567px) {
  .faq__content-item {
    padding: 14px;
  }
}
.faq__content-top {
  display: flex;
  justify-content: space-between;
}
.faq__content-top__text {
  display: flex;
  align-items: center;
  gap: 60px;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.32px;
}
@media (max-width: 567px) {
  .faq__content-top__text {
    gap: 15px;
    align-items: flex-start;
  }
}
.faq__content-open {
  min-width: 24px;
  height: 24px;
  background: #E8EDF1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 12px;
  transform: all 0.3s;
}
@media (max-width: 567px) {
  .faq__content-open {
    min-width: 18px;
    height: 18px;
  }
}
.faq__content-open:before, .faq__content-open:after {
  content: "";
  width: 9px;
  height: 2px;
  background: #7B7B7B;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 10px;
}
@media (max-width: 567px) {
  .faq__content-open:before, .faq__content-open:after {
    width: 7px;
    height: 2px;
  }
}
.faq__content-open:after {
  width: 2px;
  height: 9px;
  transition: all 0.3s;
}
@media (max-width: 567px) {
  .faq__content-open:after {
    height: 7px;
  }
}
.faq__content-content {
  margin-top: 16px;
  max-width: 720px;
  padding-left: 80px;
  width: 100%;
  display: none;
}
.faq__content-content p {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--black, #2D2D2D);
}
@media (max-width: 567px) {
  .faq__content-content {
    margin-top: 14px;
    padding-left: 35px;
  }
  .faq__content-content p {
    font-size: 13px;
    line-height: 20px;
  }
}

.review {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .review {
    margin-top: 55px;
  }
}
@media (max-width: 992px) {
  .review__box {
    overflow: hidden;
  }
}
.review__box-item {
  height: auto !important;
}
.review__subtitle {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-top: 15px;
  max-width: 800px;
}
.review__author {
  margin-top: 20px;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
}
.review__box-top {
  position: relative;
}
.review__box-top .swiper-button-next,
.review__box-top .swiper-button-prev {
  top: 25px;
}
.review__box-top .swiper-button-next:after,
.review__box-top .swiper-button-prev:after {
  font-size: 12px;
  color: #2D2D2D;
}
@media (max-width: 992px) {
  .review__box-top .swiper-button-next,
  .review__box-top .swiper-button-prev {
    display: none;
  }
}
.review__box-top .swiper-button-next, .review__box-top .swiper-button-prev {
  background: #FFFFFF;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.review__box-top .swiper-button-prev {
  left: auto;
  right: 65px;
}
.review__box-top .swiper-button-next,
.review__box-top .swiper-button-prev {
  top: 25px;
}
.review__box-top .swiper-button-next:after,
.review__box-top .swiper-button-prev:after {
  font-size: 12px;
  color: #2D2D2D;
}
@media (max-width: 992px) {
  .review__box-top .swiper-button-next,
  .review__box-top .swiper-button-prev {
    display: none;
  }
}
.review__box-top .swiper-button-prev {
  left: -30px;
  top: 300px;
  z-index: 9;
}
@media (max-width: 1338px) {
  .review__box-top .swiper-button-prev {
    left: -10px;
  }
}
.review__box-top .swiper-button-next {
  position: absolute;
  right: -30px;
  top: 300px;
  z-index: 9;
}
@media (max-width: 1338px) {
  .review__box-top .swiper-button-next {
    right: -10px;
  }
}
.review .swiper-overflow-container {
  overflow-x: hidden;
}
.review .swiper-overflow-container .container {
  overflow: visible;
}
.review .swiper-overflow-container .swiper-container {
  overflow: visible;
}
.review__item-logo {
  border-radius: 50%;
}
@media (max-width: 992px) {
  .review__item-logo img {
    width: 40px;
    height: 40px;
  }
}
.review__box-slider {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .review__box-slider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.review__box-wrapper {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 30px 2px rgba(130, 57, 188, 0.15);
  box-sizing: border-box;
  height: 100%;
}
.review__item-top {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 8px;
  border-radius: 8px;
  background: var(--back-2, #D5E1EA);
  width: 100%;
}
.review__item-top__img {
  width: 70px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.review__item-top__title {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
}
.review__item-top__category {
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
  margin-top: 12px;
}
.review__item-bottom {
  margin-top: 10px;
}
.review__item-bottom p {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.review__recall-rating {
  margin-top: 6px;
  display: flex;
  align-items: center;
}
.review__rating-value {
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
  margin-left: 8px;
  position: relative;
}
.review__information {
  margin-top: 24px;
}

.form {
  position: relative;
  margin-top: 180px;
}
@media (max-width: 992px) {
  .form {
    margin-top: 55px;
  }
}
.form__box-item img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 567px) {
  .form__box-item img {
    width: 28px;
    height: 28px;
  }
}
.form:before {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  width: 392px;
  height: 447px;
  background-image: url("/build/website/images/content/contact-form-img.png");
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1200px) {
  .form:before {
    background-size: cover;
    width: 281px;
    height: 180px;
    right: -59px;
  }
}
@media (max-width: 992px) {
  .form:before {
    display: none;
  }
}
.form.home {
  margin-top: 230px;
}
@media (max-width: 992px) {
  .form.home {
    margin-top: 55px;
  }
}
.form__box {
  background: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 992px) {
  .form__box {
    flex-direction: column;
    gap: 25px;
  }
}
.form__box-left {
  max-width: 429px;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .form__box-left {
    max-width: 100%;
  }
}
.form__box-top h3 {
  color: #2D2D2D;
  font-family: Figtree;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 135.714% */
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .form__box-top h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.form__box-top p {
  color: #2D2D2D;
  font-family: Figtree;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.form__box-info-box {
  margin-top: 50px;
  display: flex;
  padding: 20px 16px;
  align-items: flex-start;
  gap: 45px;
  border-radius: 8px;
  background: var(--back-2, #D5E1EA);
}
.form__box-info-box__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form__box-info-box__item__title {
  color: var(--violet, #8239BC);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 153.846% */
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .form__box-info-box__item {
    gap: 8px;
  }
}
@media (max-width: 992px) {
  .form__box-info-box {
    margin-top: 25px;
  }
}
@media (max-width: 567px) {
  .form__box-info-box {
    flex-direction: column;
    gap: 15px;
  }
}
.form__box-info {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 160% */
}
.form__box-social {
  margin-top: 55px;
  gap: 12px;
  display: flex;
}
@media (max-width: 992px) {
  .form__box-social {
    margin-top: 40px;
  }
}
@media (max-width: 567px) {
  .form__box-social {
    margin-top: 20px;
  }
}
.form__box-right {
  max-width: 647px;
  width: 100%;
  border-radius: 12px;
  background: #FFFFFF;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 40px;
}
@media (max-width: 992px) {
  .form__box-right {
    max-width: 100%;
    margin-left: 0px;
    padding: 10px 20px;
  }
}
.form__box-element {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .form__box-element {
    margin-right: 0px;
    margin-top: 10px;
  }
}
.form__box-element-top {
  display: flex;
  gap: 50px;
}
.form__box-element-top .input-wrapper label {
  background: white;
}
@media (max-width: 992px) {
  .form__box-element-top {
    flex-direction: column;
    gap: 25px;
  }
}
.form__box-element-subject {
  margin-top: 45px;
}
@media (max-width: 992px) {
  .form__box-element-subject {
    margin-top: 25px;
  }
}
.form__box-subject-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #AEAEAE;
}
@media (max-width: 992px) {
  .form__box-subject-title {
    font-size: 14px;
  }
}
.form__box-element-checked {
  margin-top: 16px;
  display: flex;
  row-gap: 22px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  flex-wrap: wrap;
  margin-left: 28px;
}
.form__box-element-message {
  margin-top: 16px;
}
.form__box-element-message .input-wrapper label {
  background: white;
}
.form__box-element-bottom {
  margin-top: 20px;
  margin-left: 28px;
  display: flex;
  justify-content: space-between;
}
.form__box-element-bottom .checked-wrapper {
  margin-right: 10px;
  max-width: 305px;
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 1200px) {
  .form__box-element-bottom .checked-wrapper {
    margin-right: 0px;
    max-width: 100%;
  }
}
.form__box-element-bottom .checked-wrapper a {
  color: #254EF9;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .form__box-element-bottom {
    flex-direction: column;
    margin-top: 23px;
  }
  .form__box-element-bottom button {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    max-width: none;
    margin-left: -27px;
  }
}
.form__box-reset {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.form__box-reset .input-wrapper + .input-wrapper {
  margin-top: 0px !important;
}
@media (max-width: 1200px) {
  .form__box-reset {
    flex-direction: column;
  }
}
.form__box-reset .alert {
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 14px;
}
.form__box-reset .alert-success {
  background-color: #e6f9f0;
  color: #067b4d;
  border: 1px solid #b4e3d0;
}
.form__box-reset .alert-error {
  background-color: #ffe6e6;
  color: #b30000;
  border: 1px solid #f5c2c7;
}

.standard h1 {
  margin-bottom: 15px;
}
.standard__page-body h3 {
  margin-top: 40px;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  text-transform: uppercase;
}
.standard__page-body p {
  margin: 10px 0;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
}
.standard__page-body ul {
  list-style: inside;
  padding-left: 10px;
}
.standard__page-body ul li {
  font-size: 16px;
  line-height: 26px;
  color: #2D2D2D;
}
.standard__page-body ul li::marker {
  color: #2D2D2D;
}
@media (max-width: 992px) {
  .standard__page-body ul li {
    font-size: 14px;
  }
}
.standard__page-body ul li + li {
  margin-top: 4px;
}
@media (max-width: 992px) {
  .standard__page-body ul {
    padding-left: 5px;
  }
}

.catalog__wrapper {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .catalog__wrapper {
    margin-top: 10px;
  }
}
.catalog__top-part {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.catalog__top-part__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .catalog__top-part__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.catalog__games {
  width: 100%;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .catalog__games {
    max-width: 100%;
    margin-left: 0px;
  }
}
.catalog__games-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .catalog__games-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .catalog__games-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog__games-sort {
  display: flex;
  width: 100%;
  max-width: 300px;
  align-items: center;
  gap: 16px;
}
.catalog__games-sort-title {
  color: #7B7B7B;
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  text-wrap: nowrap;
}
.catalog__sort-active {
  display: flex;
}
.catalog__sort-active {
  display: flex;
  padding: 11px 16px;
  border-radius: 8px;
  background: var(--back-2, #D5E1EA);
  align-items: center;
  cursor: pointer;
  position: relative;
}
.catalog__sort-active .arrow {
  margin-left: 10px;
  display: flex;
  transition: transform 0.3s ease;
}
.catalog__sort-active span {
  color: var(--black, #2D2D2D);
  font-family: Urbanist;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  width: 100%;
}
.catalog__sort-list {
  position: absolute;
  top: 56px;
  width: 100%;
  padding: 11px 12px;
  border-radius: 8px;
  background: var(--back-2, #D5E1EA);
  display: none;
  z-index: 3;
}
.catalog__sort-list.active {
  display: flex;
  flex-direction: column;
}
.catalog__sort-box {
  position: relative;
  min-width: 213px;
  width: 100%;
}
.catalog__sort-list-item {
  padding-left: 24px;
  cursor: pointer;
  position: relative;
}
.catalog__sort-list-item a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--black, #2D2D2D);
}
.catalog__sort-list-item.active:before {
  content: "";
  background-image: url("/build/website/images/icon/checked.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -4px;
}
.catalog__sort-list-item + .catalog__sort-list-item {
  margin-top: 10px;
}
.catalog__games-show {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .catalog__games-show {
    margin-top: 25px;
  }
}

.catalog__sort-active.active .arrow {
  transform: rotate(180deg); /* Rotate the arrow up when opened */
}

.filters {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  background: var(--back-2, #D5E1EA);
  padding: 16px;
}
@media (max-width: 767px) {
  .filters {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.filters__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  max-width: 800px;
}
@media (max-width: 767px) {
  .filters__items {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
  }
}
.filters__search {
  padding: 13px 16px;
  background: var(--back-2, #D5E1EA);
  border-radius: 12px;
  display: flex;
  width: 100%;
  align-items: center;
  max-width: 600px;
}
.filters__search__item {
  max-width: 100%;
  width: 100%;
  background: none;
  border: none;
  padding-left: 10px;
  color: #797979;
  font-size: 13px;
  font-weight: 400;
}
.filters__search__close {
  cursor: pointer;
  display: none;
}
.filters__search__close.active {
  display: block;
}
.filters__item__apply {
  color: var(--violet, #8239BC);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  text-transform: uppercase;
  border: none;
  background: none;
  border-bottom: 1px solid #8239BC;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  cursor: pointer;
}
.filters__item.scroll .filters__item-content__list {
  overflow-y: scroll;
  padding-right: 20px;
  max-height: 200px;
}
.filters__item.scroll .filters__item-content__list::-webkit-scrollbar {
  width: 4px;
  padding-right: 10px;
}
.filters__item.scroll .filters__item-content__list::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}
.filters__item.scroll .filters__item-content__list::-webkit-scrollbar-thumb {
  background: #8239BC;
  border-radius: 10px;
}
.filters__item.scroll .filters__item-checkout {
  max-height: 170px;
}
@media (max-width: 767px) {
  .filters__item {
    width: 100%;
    padding: 18px;
    border-radius: 8px;
    background: #FFF;
  }
}
.filters__item-title {
  display: flex;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  justify-content: space-between;
  padding: 8px 18px;
  border-radius: 8px;
  background: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  cursor: pointer;
}
.filters__item-title__separator {
  display: none;
}
.filters__item-title__selected-item {
  color: var(--violet, #8239BC);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filters__item-title__selected-item svg {
  margin-top: -5px;
}
@media (max-width: 767px) {
  .filters__item-title__selected-item {
    display: none;
  }
}
.filters__item-title img {
  transition: all 0.3s;
}
.filters__item-title.selected {
  background: rgba(130, 57, 188, 0.12);
  border: 1px solid var(--violet, #8239BC);
  color: var(--violet, #8239BC);
}
.filters__item-title.selected img {
  display: none;
}
@media (max-width: 767px) {
  .filters__item-title.selected {
    background: none;
    color: var(--black, #2D2D2D);
    border: none;
  }
  .filters__item-title.selected img {
    display: block;
  }
}
.filters__item-title.active img {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .filters__item-title {
    width: 100%;
    padding: 0;
  }
}
.filters__item-content {
  display: none;
  margin-top: 10px;
  position: absolute;
  padding: 18px;
  border-radius: 8px;
  background: #FFF;
  width: -moz-fit-content;
  width: fit-content;
}
.filters__item-content.active {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .filters__item-content {
    position: relative;
    width: 100%;
    padding: 0;
  }
}
.filters__item-price {
  display: flex;
  gap: 16px;
}
.filters__price {
  width: 100%;
}
.filters__price span {
  color: #AEAEAE;
  margin-bottom: 6px;
}
.filters__price input {
  margin-top: 6px;
  padding: 8px 12px;
  border: none;
  color: #2D2D2D;
  background: #D5E1EA;
  width: 100%;
  border-radius: 8px;
}
.filters__price input::-webkit-inner-spin-button, .filters__price input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.filters #price-slider {
  margin-top: 52px;
  margin-left: 19px;
  margin-right: 22px;
}
.filters__item-checkout {
  margin-left: 30px;
}
.filters__checkout-item + .filters__checkout-item {
  margin-top: 10px;
}
.filters__checkout-item label {
  display: flex;
  position: relative;
}
.filters__checkout-item label p {
  margin-left: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #AEAEAE;
}
.filters__button {
  display: flex;
  align-items: center;
}

.filters__item-title.selected .filters__item-title__separator {
  display: block;
  margin-left: -5px;
  color: var(--violet, #8239BC);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .filters__item-title.selected .filters__item-title__separator {
    display: none;
  }
}

.product {
  /*&__game-description {
      align-self: self-end;
      color: $color-grey-second;
      font-size: 14px;
      line-height: 28px;
      font-weight: 500;
  }*/
}
.product__game-wrapper {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1200px) {
  .product__game-wrapper {
    flex-direction: column;
    margin-top: 15px;
  }
}
.product__game-left {
  display: flex;
  flex-direction: column;
  width: 665px;
}
@media (max-width: 1200px) {
  .product__game-left {
    width: 100%;
  }
}
.product__game-left .game-slide img {
  border-radius: 20px;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1338px) {
  .product__game-left .game-slide img {
    width: auto;
    height: auto;
    margin: 0 auto 14px;
  }
}
.product__game-right {
  display: flex;
  max-width: 555px;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .product__game-right {
    max-width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding: 10px 15px;
  }
}
.product__game-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__game-code span {
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}
.product__game-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}
.product__game-rating svg {
  margin-bottom: 2px;
}
.product__game-genres {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
  cursor: pointer;
}
.product__game-genres__item {
  display: flex;
  padding: 6px 12px;
  border-radius: 50px;
  border: 1px solid var(--violet, #8239BC);
  background: rgba(130, 57, 188, 0.12);
  color: var(--violet, #8239BC);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 161.538% */
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: nowrap;
}
.product__game-genres::-webkit-scrollbar {
  width: 4px;
  padding-right: 10px;
  height: 5px;
}
.product__game-genres::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 10px;
}
.product__game-genres::-webkit-scrollbar-thumb {
  background: #8239BC;
  border-radius: 10px;
}
.product__game-box {
  margin-top: 25px;
  position: relative;
}
.product__game-box__scroll {
  overflow-y: auto;
  height: 240px;
  position: relative;
  padding-bottom: 40px;
}
.product__game-box__scroll::-webkit-scrollbar {
  width: 4px;
  padding-right: 10px;
}
.product__game-box__scroll::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 10px;
}
.product__game-box__scroll::-webkit-scrollbar-thumb {
  background: #8239BC;
  border-radius: 10px;
}
.product__game-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /* Adjust the height to control how much of the bottom is blurred */
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, #F0F0F0 100%);
  pointer-events: none; /* Prevent blocking scroll interactions */
}
.product__game-games {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product__game-games__title {
  color: var(--black, #2D2D2D);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 146.667% */
}
.product__game-games__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-left: 16px;
}
.product__game-games__list li {
  list-style: initial;
  margin-left: 20px;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.product__game-games__list li::marker {
  color: #8239BC;
}
.product__short-description {
  margin-top: 8px;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.product__short-description p {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.product__pack-games-list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 15px;
  cursor: pointer;
}
.product__pack-games-list__item {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__pack-games-list::-webkit-scrollbar {
  width: 4px;
  padding-right: 10px;
  height: 5px;
}
.product__pack-games-list::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 10px;
}
.product__pack-games-list::-webkit-scrollbar-thumb {
  background: #8239BC;
  border-radius: 10px;
}
.product__game-bottom {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .product__game-bottom {
    margin-top: 15px;
  }
}
@media (max-width: 460px) {
  .product__game-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product__game-bottom-left {
  display: flex;
  flex-direction: column;
}
.product__game-bottom-left del {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #AEAEAE;
}
.product__game-price {
  margin-top: 2px;
  display: flex;
}
.product__game-price span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-right: 5px;
  color: #2D2D2D;
}
@media (max-width: 992px) {
  .product__game-price span {
    font-size: 19px;
  }
}
.product__game-bottom-right {
  display: flex;
  align-items: center;
}
.product__game-bottom-right .cart-open button {
  gap: 7px;
}
.product__game-bottom-right .cart-open button svg {
  margin-bottom: 3px;
}
@media (max-width: 992px) {
  .product__game-bottom-right .link {
    padding: 10px 20px;
  }
}
@media (max-width: 460px) {
  .product__game-bottom-right {
    margin-top: 10px;
    width: 100%;
  }
  .product__game-bottom-right .link {
    width: 100%;
    max-width: unset;
    text-align: center;
    justify-content: center;
  }
}
.product__game-favorite {
  margin-left: 38px;
}
.product__game-favorite.active span {
  background-image: url("/build/website/images/icon/favorite-active.svg");
  background-size: contain;
}
.product__game-favorite span {
  display: flex;
  background-image: url("/build/website/images/icon/favorite.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 460px) {
  .product__game-favorite {
    margin-left: 10px;
  }
}
.product__game-left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__game-left .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.product__game-left .swiper-slide {
  background-size: cover;
  background-position: center;
}
.product__game-left .mySwiper2 {
  width: 100%;
  border-radius: 20px;
  height: 100%;
}
.product__game-left .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 4px;
}
.product__game-left .mySwiper .swiper-slide {
  width: 25%;
  height: 62px;
}
@media (max-width: 1200px) {
  .product__game-left .mySwiper .swiper-slide {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .product__game-left .mySwiper .swiper-slide {
    height: 70px;
  }
}
.product__game-left .mySwiper .swiper-slide img {
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
}
.product__game-left .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border-radius: 8px;
  cursor: pointer;
}
.product__game-left .mySwiper .swiper-slide-thumb-active img {
  border: 2px solid #8239BC;
}
.product__game-left .swiper-button-next, .product__game-left .swiper-button-prev {
  background: #8239BC;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.product__game-left .swiper-button-next.swiper-button-disabled, .product__game-left .swiper-button-prev.swiper-button-disabled {
  background: none;
  color: #3C3C3C;
  font-weight: 600;
}
.product__game-left .swiper-button-next,
.product__game-left .swiper-button-prev {
  top: 55%;
  transform: translateY(-55%);
}
.product__game-left .swiper-button-next:after,
.product__game-left .swiper-button-prev:after {
  font-size: 12px;
  color: #2D2D2D;
}
.product__game-content {
  display: flex;
  flex-direction: column;
  padding: 30px 35px;
  border-radius: 12px;
  background: var(--back-2, #D5E1EA);
  margin-top: 60px;
}
.product__game-content__gallery {
  margin: 25px 0;
}
.product__game-content h2:first-child {
  padding-bottom: 15px;
}
.product__game-content h2:not(:first-child) {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 166.667% */
  text-transform: uppercase;
  margin-top: 20px;
}
.product__game-content p, .product__game-content li {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.product__game-content li {
  margin-left: 20px;
  list-style: initial;
}
.product__game-content li::marker {
  color: #8239BC;
}
@media (max-width: 992px) {
  .product__game-content {
    padding: 15px;
  }
}
.product__reviews-box {
  margin-top: 30px;
  padding: 30px 35px;
  border-radius: 12px;
  background: var(--back-2, #D5E1EA);
}
.product__reviews-box h2 {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .product__reviews-box {
    padding: 15px;
  }
}

.swiper-button-next.viewed-game-next, .swiper-button-prev.viewed-game-prev {
  top: 220px !important;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal.fade {
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
@media (max-width: 1200px) {
  .modal.sign-up .modal-wrapper {
    overflow-y: scroll;
  }
}
@media (max-height: 860px) {
  .modal.sign-up .modal-wrapper {
    overflow-y: scroll;
    margin: 10px;
  }
}
@media (max-height: 860px) {
  .modal.sign-in .modal-wrapper {
    overflow-y: scroll;
    margin: 10px;
  }
}
@media (max-height: 860px) {
  .modal.cart .modal-wrapper {
    overflow-y: scroll;
    margin: 10px;
  }
}
.modal.verify-reset .modal-wrapper__content .sign-box {
  width: 400px;
}
@media (max-width: 992px) {
  .modal.verify-reset .modal-wrapper__content .sign-box {
    width: 300px;
  }
}
.modal-wrapper {
  padding: 30px 40px;
  background: var(--back, #F0F0F0);
  border-radius: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .modal-wrapper {
    padding: 15px 15px;
    margin: 10px;
  }
}
.modal-close {
  position: absolute;
  cursor: pointer;
  right: 18px;
  top: 18px;
}
.modal-wrapper__content h2 {
  font-size: 28px;
  line-height: 38px;
  color: #2D2D2D;
}
@media (max-width: 992px) {
  .modal-wrapper__content h2 {
    font-size: 18px;
    line-height: 25px;
  }
}

.cart__empty {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: var(--back-2, #D5E1EA);
  position: relative;
  padding: 12px 24px 20px 24px;
  margin-top: 30px;
}
.cart__empty svg {
  width: 120px;
}
@media (max-width: 992px) {
  .cart__empty svg {
    width: 60px;
    height: 60px;
  }
}
.cart__empty h3 {
  margin-top: 25px;
  color: var(--black, #2D2D2D);
  text-align: center;
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}
@media (max-width: 992px) {
  .cart__empty h3 {
    margin-top: 15px;
    font-size: 15px;
  }
}
.cart__empty p {
  margin-top: 8px;
  color: var(--black, #2D2D2D);
  text-align: center;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
@media (max-width: 992px) {
  .cart__empty p {
    font-size: 12px;
  }
}
.cart__empty a {
  margin: 0 auto;
  margin-top: 25px;
}
@media (max-width: 992px) {
  .cart__empty {
    width: 100%;
    margin-top: 15px;
    padding: 15px 18px;
  }
}
.cart__present {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cart__present.model {
  width: 525px;
}
@media (max-width: 992px) {
  .cart__present {
    margin-top: 10px;
  }
  .cart__present.model {
    width: auto;
  }
}
.cart__present-top {
  display: flex;
  justify-content: space-between;
}
.cart__present-top p {
  color: var(--black, #2D2D2D);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
.cart__present-top button {
  display: flex;
  border: none;
  background: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.cart__present-top button span {
  color: var(--grey-text, #AEAEAE);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 138.462% */
  text-decoration: underline;
  margin-right: 2px;
}
@media (max-width: 992px) {
  .cart__present-top p {
    font-size: 13px;
  }
}
.cart__present-item {
  padding-bottom: 20px;
  display: flex;
  padding: 12px;
  border-radius: 12px;
  background: var(--back-2, #D5E1EA);
}
.cart__present-item + .cart__present-item {
  margin-top: 20px;
}
.cart__present-item-left {
  margin-right: 20px;
}
.cart__present-item-left img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 110px;
  min-height: 140px;
}
@media (max-width: 992px) {
  .cart__present-item-left {
    margin-right: 10px;
  }
  .cart__present-item-left img {
    height: auto;
    min-width: 90px;
    min-height: 71px;
  }
}
.cart__present-item-right {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  width: 100%;
}
.cart__present-basket-clear {
  background: none;
  border: none;
  align-self: flex-start;
  cursor: pointer;
}
.cart__present-basket-clear img {
  min-width: 18px;
  min-height: 18px;
}
.cart__present-content-name {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 120% */
}
@media (max-width: 992px) {
  .cart__present-content-name {
    font-size: 14px;
  }
}
.cart__present-content-wrapper {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cart__present-content-wrapper {
    margin-top: 7px;
  }
}
.cart__old-price {
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 123.077% */
  text-decoration: line-through;
}
.cart__present-content-price {
  color: var(--black, #2D2D2D);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 113.333% */
}
.cart__present-content-select {
  display: block;
  margin-left: 4px;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.cart__present-content-bottom {
  margin-top: 10px;
  display: flex;
}
.cart__purchase {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cart__purchase {
    margin-top: 10px;
  }
}
.cart__purchase-top {
  margin-bottom: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cart__purchase-top .separator {
  margin: 0 4px;
  flex: 1;
  border-bottom: 1px dashed #AEAEAE;
  margin-bottom: 4px;
}
.cart__purchase-top p {
  color: #7A7B7E;
  text-align: right;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}
.cart__purchase-top span {
  color: var(--black, #2D2D2D);
  text-align: right;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Figtree;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 90.909% */
}
@media (max-width: 992px) {
  .cart__purchase-top {
    margin-bottom: 10px;
  }
  .cart__purchase-top span {
    font-size: 16px;
  }
}
.cart__present-container.model {
  overflow-y: auto;
  padding-right: 10px;
  margin-top: 20px;
}
.cart__present-container.model::-webkit-scrollbar {
  width: 4px;
  padding-right: 10px;
}
.cart__present-container.model::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 10px;
}
.cart__present-container.model::-webkit-scrollbar-thumb {
  background: #8239BC;
  border-radius: 10px;
}
@media (max-width: 460px) {
  .cart__present-container.model {
    padding-right: 0px;
  }
}
.cart__present-box.model {
  max-height: 535px;
}
@media (max-width: 992px) {
  .cart__present-box.model {
    max-height: 298px;
  }
}

.about__slider-item.swiper-slide {
  border-radius: 12px;
}
.about__page-body {
  margin-top: 20px;
}
.about__page-body__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.about__page-body p {
  margin: 7px 0;
  max-width: 1000px;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 992px) {
  .about__page-body p {
    font-size: 13px;
    line-height: 20px;
  }
}
.about__page-body img {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .about__page-body img {
    margin: 20px 0;
  }
}
.about__bluer {
  margin-top: 80px;
  margin-bottom: 20px;
}
.about__bluer h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 10px 0;
}
@media (max-width: 992px) {
  .about__bluer h2 {
    font-size: 17px;
    margin-top: 15px;
  }
}
.about__bluer p {
  margin: 10px 0;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 992px) {
  .about__bluer p {
    font-size: 13px;
    line-height: 20px;
  }
}
.about__bluer ul {
  margin: 25px 0;
}
@media (max-width: 992px) {
  .about__bluer {
    padding: 15px 0px;
  }
}
.about__bluer-content {
  max-width: 1000px;
}
.about__bluer-content ul li + li {
  margin-top: 10px;
}
.about__bluer-content ul li {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  position: relative;
  padding-left: 36px;
}
.about__bluer-content ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0px;
  background-image: url("/build/website/images/icon/check-square.svg");
}
@media (max-width: 992px) {
  .about__bluer-content {
    max-width: 100%;
  }
}
.about__review {
  margin-top: 65px;
  position: relative;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.031372549);
  padding: 50px;
  background: linear-gradient(101deg, #588BCC 23.3%, #B6E2FF 101.51%);
  border-radius: 20px;
}
.about__review p {
  margin-top: 30px;
  color: var(--white, #FFF);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-width: 750px;
}
.about__review:before {
  content: "";
  position: absolute;
  width: 357px;
  height: 417px;
  background-image: url("/build/website/images/icon/review_img.png");
  right: 30px;
  bottom: 0px;
}
@media (max-width: 992px) {
  .about__review {
    margin-top: 50px;
    padding: 20px;
  }
}
@media (max-width: 567px) {
  .about__review:before {
    width: 85px;
    height: 83px;
    background-size: cover;
    right: -5px;
    top: -40px;
  }
}
.about__review-author {
  display: flex;
  align-items: center;
}
.about__author {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
.about__author span {
  color: var(--white, #FFF);
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
}
.about__author span + span {
  margin-top: 4px;
  color: var(--white, #FFF);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}
.about__second {
  margin-top: 60px;
}
.about__second img {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .about__second {
    margin-top: 50px;
  }
}
.about__slider-box {
  margin-top: 30px;
  position: relative;
  max-width: 1000px;
}
.about__slider-box .swiper-overflow-container {
  overflow-x: hidden;
}
.about__slider-box .swiper-overflow-container .container {
  overflow: visible;
}
.about__slider-box .swiper-overflow-container .swiper-container {
  overflow: visible;
}
@media (max-width: 992px) {
  .about__slider-box {
    margin-top: 15px;
  }
}
.about__slider-swiper {
  position: relative;
}
.about__slider-swiper .swiper-button-next, .about__slider-swiper .swiper-button-prev {
  background: #8239BC;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.about__slider-swiper .swiper-button-next.swiper-button-disabled, .about__slider-swiper .swiper-button-prev.swiper-button-disabled {
  background: none;
  color: #3C3C3C;
  font-weight: 600;
}
.about__slider-swiper .swiper-button-next,
.about__slider-swiper .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}
.about__slider-swiper .swiper-button-next:after,
.about__slider-swiper .swiper-button-prev:after {
  font-size: 12px;
  color: #2D2D2D;
}
.about__slider-swiper .swiper-button-prev.about-prev {
  left: -50px;
}
.about__slider-swiper .swiper-button-prev.about-prev:after {
  padding-right: 3px;
}
.about__slider-swiper .swiper-button-next.about-next {
  right: -50px;
}
.about__slider-swiper .swiper-button-next.about-next:after {
  padding-left: 2px;
}
@media (max-width: 1338px) {
  .about__slider-swiper .swiper-button-prev.about-prev {
    left: 6px;
  }
  .about__slider-swiper .swiper-button-prev.about-prev:after {
    padding-right: 3px;
  }
  .about__slider-swiper .swiper-button-next.about-next {
    right: 6px;
  }
  .about__slider-swiper .swiper-button-next.about-next:after {
    padding-left: 2px;
  }
  .about__slider-swiper .swiper-button-next, .about__slider-swiper .swiper-button-prev {
    background: #8239BC;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  .about__slider-swiper .swiper-button-next,
  .about__slider-swiper .swiper-button-prev {
    top: 65%;
    transform: translateY(-65%);
  }
  .about__slider-swiper .swiper-button-next:after,
  .about__slider-swiper .swiper-button-prev:after {
    font-size: 8px;
    color: #2D2D2D;
  }
}

.thank-you {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.thank-you:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/build/website/images/content/thank-you-bottom.png");
  background-repeat: no-repeat;
  width: 244px;
  height: 244px;
}
@media (max-width: 992px) {
  .thank-you:before {
    padding: 30px 0;
    width: 133px;
    height: 113px;
    background-size: cover;
  }
}
@media (max-width: 567px) {
  .thank-you:before {
    display: none;
  }
}
.thank-you:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/build/website/images/content/thank-you-top.png");
  background-repeat: no-repeat;
  width: 306px;
  height: 309px;
}
@media (max-width: 992px) {
  .thank-you:after {
    padding: 30px 0;
    width: 133px;
    height: 113px;
    background-size: cover;
  }
}
@media (max-width: 567px) {
  .thank-you:after {
    display: none;
  }
}
.thank-you__sub {
  color: var(--black, #2D2D2D);
  text-align: center;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 510px;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .thank-you__sub {
    font-size: 13px;
    line-height: 20px;
  }
}
.thank-you__box {
  margin-top: 27px;
  max-width: 410px;
  border-radius: 20px;
  border-radius: 12px;
  background: var(--back-2, #D5E1EA);
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.thank-you__box h3 {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111% */
  margin-bottom: 10px;
}
.thank-you__box p {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.thank-you__box p + p {
  margin-top: 2px;
}
.thank-you__box-top p span {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.thank-you__box-contacts {
  margin-top: 15px;
}
.thank-you__box-contacts a + a {
  margin-top: 3px;
}
.thank-you__box-contacts a {
  display: flex;
  align-items: center;
  color: #2D2D2D;
}
.thank-you__box-contacts a img {
  margin-right: 8px;
}
@media (max-width: 992px) {
  .thank-you__box-contacts {
    margin-top: 5px;
  }
}
.thank-you__box-social {
  margin-top: 35px;
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .thank-you__box-social {
    margin-top: 15px;
    gap: 20px;
  }
  .thank-you__box-social a img {
    width: auto;
  }
}
.thank-you__box-scroll {
  margin-top: 15px;
  overflow-y: scroll;
}
.thank-you__box-scroll::-webkit-scrollbar {
  width: 4px;
  padding-right: 10px;
}
.thank-you__box-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
}
.thank-you__box-scroll::-webkit-scrollbar-thumb {
  background: #8239BC;
  border-radius: 10px;
}
@media (max-width: 460px) {
  .thank-you__box-scroll {
    padding-right: 0px;
  }
}
.thank-you__box-element {
  max-height: 175px;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .thank-you__box-element {
    padding-right: 15px;
  }
}
.thank-you__element-item {
  display: flex;
}
.thank-you__element-item + .thank-you__element-item {
  margin-top: 15px;
}
.thank-you__item-left {
  margin-right: 12px;
  min-width: 60px;
}
.thank-you__item-left img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.thank-you__item-right p {
  margin-top: 0px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .thank-you__item-right {
    font-size: 14px;
  }
}
.thank-you__item-price {
  margin-top: 6px;
}
.thank-you__item-price span {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #2D2D2D;
}
.thank-you__item-price span + span {
  font-size: 12px;
  font-weight: 400;
}
.thank-you__box-bottom {
  margin-top: 20px;
}
.thank-you__box-bottom p {
  margin-top: 0px;
  font-size: 14px;
  color: #AEAEAE;
  font-weight: 400;
}
.thank-you__box-bottom p span {
  margin-left: 12px;
  color: #2D2D2D;
}
.thank-you__box-bottom p + p {
  margin-top: 2px;
}

.checkout__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 40px;
}
@media (max-width: 1200px) {
  .checkout__wrapper {
    flex-direction: column;
  }
}
.checkout__left {
  max-width: 625px;
  width: 100%;
}
@media (max-width: 1200px) {
  .checkout__left {
    width: 100%;
    max-width: 100%;
  }
}
.checkout__form {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .checkout__form {
    margin-top: 10px;
  }
}
.checkout__item + .checkout__item {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .checkout__item + .checkout__item {
    margin-top: 10px;
  }
}
.checkout__part {
  background: var(--white, #FFF);
  border-radius: 12px;
  padding: 30px 40px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 992px) {
  .checkout__part {
    padding: 15px;
  }
}
.checkout__item h3 {
  color: var(--violet, #8239BC);
  font-family: Figtree;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .checkout__item h3 {
    font-size: 15px;
  }
}
.checkout__item-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-left: -25px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.checkout__item-wrapper .input-wrapper {
  flex-basis: calc(50% - 25px);
  margin-left: 25px;
}
.checkout__item-wrapper .input-wrapper label {
  background: var(--white, #FFF);
}
.checkout__item-wrapper .input-wrapper:nth-child(3), .checkout__item-wrapper .input-wrapper:nth-child(4) {
  margin-top: 25px;
}
.checkout__item-wrapper button {
  margin-top: 30px;
  margin-left: 25px;
  max-width: none;
  width: calc(50% - 25px);
  justify-content: center;
}
@media (max-width: 992px) {
  .checkout__item-wrapper button {
    padding: 12px 28px;
  }
}
@media (max-width: 992px) {
  .checkout__item-wrapper {
    margin-left: -10px;
  }
  .checkout__item-wrapper .input-wrapper {
    flex-basis: calc(50% - 10px);
    margin-left: 10px;
  }
  .checkout__item-wrapper .input-wrapper input {
    padding-bottom: 5px;
  }
  .checkout__item-wrapper .input-wrapper:nth-child(3), .checkout__item-wrapper .input-wrapper:nth-child(4) {
    margin-top: 10px;
  }
  .checkout__item-wrapper button {
    margin-top: 10px;
    margin-left: 10px;
    max-width: none;
    width: calc(50% - 10px);
    justify-content: center;
  }
}
@media (max-width: 460px) {
  .checkout__item-wrapper .input-wrapper {
    flex-basis: calc(100% - 10px);
    margin-bottom: 10px;
  }
  .checkout__item-wrapper .input-wrapper:last-child {
    margin-bottom: 0px;
  }
  .checkout__item-wrapper button {
    flex-basis: calc(100% - 10px);
  }
}
.checkout .radio__payment {
  margin-top: 25px;
  margin-left: 25px;
  width: 100%;
}
.checkout .radio__payment h3 {
  font-size: 16px;
  font-weight: 700;
}
.checkout .radio__payment-wrapper {
  width: 100%;
  display: flex;
  gap: 26px;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .checkout .radio__payment-wrapper {
    gap: 6px;
  }
}
.checkout .radio__payment-item {
  width: 100%;
  background: #F0F0F0;
  padding: 15px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout .radio__payment-item input {
  margin: 0px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  accent-color: #F0F0F0;
}
@media (max-width: 992px) {
  .checkout .radio__payment-item {
    padding: 10px 10px;
  }
  .checkout .radio__payment-item input {
    height: 13px;
    width: 13px;
  }
}
@media (max-width: 992px) {
  .checkout .radio__payment {
    margin-top: 10px;
    margin-left: 10px;
  }
  .checkout .radio__payment h3 {
    font-size: 15px;
  }
}
.checkout__right {
  max-width: 600px;
  width: 100%;
}
.checkout__right .cart__present-content-count {
  background: #3B3B3B;
}
.checkout__right .cart__present-container {
  overflow-y: auto;
  padding-right: 10px;
  margin-top: 20px;
}
.checkout__right .cart__present-container::-webkit-scrollbar {
  width: 4px;
  padding-right: 10px;
}
.checkout__right .cart__present-container::-webkit-scrollbar-track {
  background-color: none;
  border-radius: 10px;
}
.checkout__right .cart__present-container::-webkit-scrollbar-thumb {
  background: #8239BC;
  border-radius: 10px;
}
.checkout__right .cart__present-box {
  max-height: 535px;
}
.checkout__right .cart__present-total-price {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.checkout__right .cart__present-total-price .separator {
  margin: 0 4px;
  flex: 1;
  border-bottom: 1px dashed #AEAEAE;
  margin-bottom: 4px;
}
.checkout__right .cart__present-total-price p {
  color: #7A7B7E;
  text-align: right;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.checkout__right .cart__present-total-price span {
  color: var(--black, #2D2D2D);
  text-align: right;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Figtree;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .checkout__right .cart__present-total-price {
    margin-top: 10px;
  }
  .checkout__right .cart__present-total-price p {
    font-size: 14px;
  }
  .checkout__right .cart__present-total-price span {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .checkout__right {
    width: 100%;
    max-width: 100%;
  }
}
.checkout__right .cart__present-content-type {
  margin-left: 0px;
}

.sign-text {
  margin-top: -12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #2D2D2D;
  margin-bottom: 20px;
}
@media (max-width: 460px) {
  .sign-text {
    margin-top: -17px;
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.sign-box {
  width: 300px;
  margin-top: 20px;
}
.sign-box p {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.sign-box .link {
  max-width: none;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 25px;
}
@media (max-width: 460px) {
  .sign-box .link {
    margin-top: 10px;
  }
}
@media (max-width: 460px) {
  .sign-box {
    width: 282px;
  }
}
.sign-form .input-wrapper + .input-wrapper {
  margin-top: 25px;
}
@media (max-width: 460px) {
  .sign-form .input-wrapper + .input-wrapper {
    margin-top: 10px;
  }
}
.sign__password {
  position: relative;
}
.sign__additional {
  margin-top: 14px;
  margin-left: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sign__additional span {
  color: var(--violet, #8239BC);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  cursor: pointer;
}
.sign-other {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
@media (max-width: 460px) {
  .sign-other {
    margin-top: 10px;
  }
}
.sign-other p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.sign-other p span {
  width: 100%;
  min-height: 1px;
  background: #AEAEAE;
}
@media (max-width: 460px) {
  .sign-other p {
    margin-bottom: 14px;
  }
}
.sign-other__text {
  color: #AEAEAE;
  font-size: 13px;
  font-weight: 400;
  display: block;
  text-align: center;
  background: none !important;
}
.sign-other button + button {
  margin-top: 12px;
}
.sign-other button {
  cursor: pointer;
  padding: 13px 12px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
  color: #2D2D2D;
  border: 0.8px solid #8D8D8D;
  background: #525151;
  font-weight: 700;
}
.sign-other button img {
  margin-right: 15px;
}
@media (max-width: 460px) {
  .sign-other button {
    padding: 7px 7px;
    font-size: 14px;
  }
  .sign-other button img {
    margin-right: 6px;
  }
}
.sign-description {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.sign-description span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #7B7B7B;
}
.sign-description span:last-child {
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  color: var(--violet, #8239BC);
}
.sign-description p {
  color: #7B7B7B;
  text-align: center;
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  text-align: center;
}
.sign-description p a {
  color: var(--violet, #8239BC);
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 460px) {
  .sign-description {
    margin-top: 9px;
  }
}

.password-show {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("/build/website/images/icon/closed-eye.svg");
  right: 15px;
  top: 23px;
  cursor: pointer;
}
.password-show.show {
  background-image: url("/build/website/images/icon/show-eye.svg");
}

#account-reset {
  color: var(--violet, #8239BC);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.game-slider {
  position: relative;
}
.game-slider .game-button-prev, .game-slider .game-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  padding: 7px;
  border-radius: 50%;
  background: #E8EDF1;
  z-index: 999;
  left: 25px;
  cursor: pointer;
}
.game-slider .game-button-next {
  right: 25px;
  left: auto;
}
.game-slider .game-button-prev:hover, .game-slider .game-button-next:hover {
  background-color: #8239BC;
}
.game-slider .game-button-prev:hover svg path, .game-slider .game-button-next:hover svg path {
  fill: #FFFFFF;
}

.game-description-slider {
  position: relative;
}
.game-description-slider .game-button-prev-desc, .game-description-slider .game-button-next-desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  padding: 7px;
  border-radius: 50%;
  background: #E8EDF1;
  z-index: 999;
  left: 25px;
  cursor: pointer;
}
.game-description-slider .game-button-next-desc {
  right: 25px;
  left: auto;
}
.game-description-slider .game-button-prev-desc:hover, .game-description-slider .game-button-next-desc:hover {
  background-color: #8239BC;
}
.game-description-slider .game-button-prev-desc:hover svg path, .game-description-slider .game-button-next-desc:hover svg path {
  fill: #FFFFFF;
}
.game-description-slider .swiper-wrapper .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.game-description-slider .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}

.account__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
.account__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.account__content {
  width: 100%;
}
@media (max-width: 992px) {
  .account__content {
    max-width: 100%;
    margin-top: 15px;
  }
}
.account__content .result {
  color: #47B247;
}
.account__log {
  border: none;
  text-align: right;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 16px;
  gap: 8px;
  cursor: pointer;
}
.account__log span {
  color: var(--grey, #797979);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 150% */
  text-decoration-line: underline;
}
.account__header-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.account__header-menu__wrapper {
  display: flex;
  align-items: center;
  padding: 4px;
  border-radius: 12px;
  background: var(--back-2, #D5E1EA);
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .account__header-menu__wrapper {
    flex-direction: column;
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .account__header-menu {
    flex-direction: column;
    width: 100%;
  }
}
.account__menu-item {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .account__menu-item {
    width: 100%;
  }
}
.account__menu-item.active {
  background: var(--white, #FFF);
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.14);
}
.account__menu-item.active a {
  color: var(--black, #2D2D2D);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 140% */
}
.account__menu-item.active a svg {
  fill: #8239BC;
}
.account__menu-item.active a svg path {
  fill: #8239BC;
}
.account__menu-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: var(--black, #2D2D2D);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.account__box {
  position: relative;
  margin: 0;
}
.account__box::before {
  display: none;
}
.account__setting {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -34px;
}
@media (max-width: 767px) {
  .account__setting {
    margin-left: 0px;
  }
}
.account__setting .input-wrapper {
  flex-basis: calc(33% - 33px);
  margin-left: 33px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .account__setting .input-wrapper {
    flex-basis: 100%;
    margin-left: 0px;
  }
}
.account__setting .account__setting-input {
  flex-basis: calc(50% - 34px);
  margin-left: 34px;
}
@media (max-width: 767px) {
  .account__setting .account__setting-input {
    flex-basis: 100%;
    margin-left: 0px;
  }
}
.account__setting .account__setting-input .input-wrapper {
  margin-top: 23px;
  margin-left: 0px;
}
.account__setting .account__setting-input .password-show {
  right: 15px;
  bottom: 15px;
  top: unset;
}
.account__setting-bottom {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .account__setting-bottom {
    margin-top: 20px;
  }
}
.account__setting-info {
  margin-top: 12px;
}
.account__setting-info p {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
.account__setting-buttons {
  margin-top: 30px;
  display: flex;
  gap: 33px;
}
.account__setting-buttons button {
  width: 100%;
  max-width: none;
  justify-content: center;
}
@media (max-width: 992px) {
  .account__setting-buttons {
    margin-top: 15px;
    gap: 14px;
  }
}
@media (max-width: 567px) {
  .account__setting-buttons {
    flex-direction: column;
  }
}
.account__favorite-delete {
  background: none;
  display: flex;
  color: var(--grey, #797979);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 138.462% */
  text-decoration-line: underline;
  border: none;
  align-items: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  top: -40px;
}
.account__favorite-delete span {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .account__favorite-delete {
    right: 20px;
  }
}
.account__favorite-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 21px;
  gap: 20px;
  max-width: 800px;
  position: relative;
}
.account__favorite-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--back-2, #D5E1EA);
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 992px) {
  .account__favorite-item {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .account__favorite-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.account__access-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account__favorite-item-left {
  display: flex;
  align-items: center;
  max-width: 420px;
  width: 100%;
  justify-content: space-between;
}
.account__favorite-item-left__price-box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .account__favorite-item-left__price-box {
    margin-right: 15px;
  }
}
.account__favorite-item-left__price-old {
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 123.077% */
  text-decoration: line-through;
}
.account__favorite-item-left__price {
  color: var(--black, #2D2D2D);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 113.333% */
}
.account__favorite-item-description {
  display: flex;
  align-items: center;
  gap: 20px;
}
.account__favorite-item-description img {
  border-radius: 6px;
  width: 50px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.account__favorite-item-description__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account__favorite-item-description__name {
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 113.333% */
}
.account__favorite-item-description__category {
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
}
.account__access-item-description {
  align-items: flex-start;
  display: flex;
  width: 100%;
}
.account__access-item-description img {
  width: 100%;
  max-width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 20px;
  height: 100%;
}
.account__access-item-description .access-item-info {
  width: 100%;
}
.account__favorite-right {
  display: flex;
  align-items: center;
  gap: 69px;
  justify-content: space-between;
}
.account__favorite-right .card-game__duration-select {
  white-space: nowrap;
}
.account__favorite-right .card-game__content {
  margin-top: 0px;
}
.account__favorite-right .card-game__content a {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--violet, #8239BC);
}
.account__favorite-right .cart__present-basket-clear {
  align-self: center;
}
@media (max-width: 767px) {
  .account__favorite-right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 567px) {
  .account__favorite-right .card-game__content button {
    margin-top: 0px;
  }
}
.account__purchase-history-wrapper {
  margin-top: 21px;
  max-width: 800px;
}
.account__purchase-history-item + .account__purchase-history-item {
  margin-top: 12px;
}
.account__purchase-history-item {
  padding: 20px 25px;
  border-radius: 12px;
  background: var(--back-2, #D5E1EA);
}
.account__purchase-history-item .purchase-history__top {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.account__purchase-history-item .purchase-history__description {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account__purchase-history-item .purchase-history__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account__purchase-history-item .purchase-history__info__title {
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 116.667% */
}
.account__purchase-history-item .purchase-history__info__value {
  color: var(--violet, #8239BC);
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 128.571% */
}
.account__purchase-history-item.active .purchase-history__bottom {
  display: flex;
  flex-direction: column;
}
.account__purchase-history-item.active .purchase-history__more img {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .account__purchase-history-item {
    padding: 20px;
  }
  .account__purchase-history-item .purchase-history__top {
    flex-direction: column;
  }
}
.account .purchase-history__paid {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}
.account .purchase-history__paid span {
  font-size: 13px;
}
@media (max-width: 767px) {
  .account .purchase-history__paid {
    margin-top: 10px;
  }
}
.account .purchase-history__bottom-product {
  overflow-x: auto;
}
.account .purchase-history__game {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .account .purchase-history__game {
    justify-content: space-between;
    margin-top: 10px;
  }
}
@media (max-width: 460px) {
  .account .purchase-history__game {
    flex-direction: column;
    align-items: flex-start;
  }
}
.account .purchase-history__wrapper {
  display: flex;
  align-items: center;
}
.account .purchase-history__wrapper img + img {
  margin-left: 7px;
}
.account .purchase-history__wrapper img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 460px) {
  .account .purchase-history__wrapper img {
    width: 42px;
    height: 100%;
  }
}
.account .purchase-history__wrapper span {
  margin-left: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #AEAEAE;
}
@media (max-width: 460px) {
  .account .purchase-history__wrapper span {
    margin-left: auto;
  }
}
@media (max-width: 460px) {
  .account .purchase-history__wrapper {
    width: 100%;
  }
}
.account .purchase-history__more {
  margin-left: 50px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: var(--white, #FFF);
  display: flex;
  align-items: center;
  justify-content: center;
}
.account .purchase-history__more img {
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .account .purchase-history__more {
    margin-left: 0px;
    margin-top: 15px;
  }
}
@media (max-width: 460px) {
  .account .purchase-history__more {
    display: flex;
    align-self: center;
    height: 23px;
    width: 100%;
    margin-top: 9px;
  }
}
.account .purchase-history__bottom {
  display: none;
  margin-top: 21px;
  border-top: 1px solid #BEC9D1;
}
.account table {
  width: 100%;
  border-spacing: 0 10px;
}
.account table .center {
  text-align: center;
}
.account table .end {
  text-align: end;
}
.account tbody tr td {
  width: 70px;
  color: var(--black, #2D2D2D);
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 130.769% */
}
.account tbody tr td:first-child {
  width: 360px;
}
@media (max-width: 767px) {
  .account tbody tr td:first-child {
    width: 208px;
  }
}
.account tbody tr + tr {
  margin-top: 15px;
}
.account .purchase-history__product-box {
  display: flex;
}
.account .purchase-history__product-box img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.account .purchase-history__product-box-info {
  margin-left: 20px;
  max-width: 300px;
}
@media (max-width: 767px) {
  .account .purchase-history__product-box-info {
    max-width: 200px;
  }
}
.account .purchase-history__product-box-info p {
  font-size: 14px;
  font-weight: 700;
  color: #2D2D2D;
}
.account .purchase-history__product-box-info span {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-top: 8px;
  color: #2D2D2D;
}
.account .purchase-history__bottom-info {
  margin-top: 20px;
}
.account .purchase-history__bottom-info .purchase-history__info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account .purchase-history__bottom-info .purchase-history__info-item span {
  color: #7B7B7B;
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 107.692% */
  width: -moz-fit-content;
  width: fit-content;
}
.account .purchase-history__bottom-info .purchase-history__info-item span + span {
  color: var(--black, #2D2D2D);
  text-align: right;
  font-family: Figtree;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 107.692% */
}
.account .purchase-history__bottom-info .purchase-history__info-item + .purchase-history__info-item {
  margin-top: 10px;
}
.account .purchase-history__bottom-btn {
  margin-top: 20px;
}
.account .purchase-history__product-wrapper {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -15px;
}
@media (max-width: 460px) {
  .account .purchase-history__product-wrapper {
    margin-left: -5px;
  }
}
.account .purchase-history__product-item {
  flex-basis: calc(20% - 15px);
  margin-left: 15px;
  display: flex;
  margin-bottom: 10px;
}
.account .purchase-history__product-item img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .account .purchase-history__product-item {
    flex-basis: calc(33% - 15px);
  }
}
@media (max-width: 460px) {
  .account .purchase-history__product-item {
    margin-left: 5px;
    flex-basis: calc(50% - 5px);
  }
}
.account .purchase-history__product-box-info-game {
  margin-left: 7px;
  display: flex;
  flex-direction: column;
}
.account .purchase-history__product-box-info-game p {
  font-size: 12px;
  font-weight: 700;
  color: #2D2D2D;
}
.account .purchase-history__product-box-info-game a {
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-top: 8px;
  color: #8239BC;
}
.account .access-time {
  color: #8239BC;
}
.account__cancel-subscription {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bec9d1;
}
.account__cancel-subscription a {
  background: #8239BC;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  color: white;
}
.account__cancel-subscription p {
  margin-top: 10px;
  color: #7B7B7B;
  font-size: 13px;
}

/* Functional styling;
 * These styles are requi$color-blue for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
  background: #AEAEAE;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  right: -8px;
  top: -6px;
  background-color: #8239BC;
  border-radius: 100px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  background: #D9D9D9;
  border-radius: 4px;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #8239BC;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.noUi-touch-area {
  position: relative;
}

.min-circle,
.max-circle {
  position: absolute;
  border-radius: 2px;
  background: #8239BC;
  color: var(--white, #FFF);
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  padding: 4px 10px;
  top: -39px;
  min-width: 38px;
}

.max-circle::after {
  content: "";
  position: absolute;
  background: url("/build/website/images/icon/arrow-blue.svg");
  width: 24px;
  height: 12px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.min-circle::after {
  content: "";
  position: absolute;
  background: url("/build/website/images/icon/arrow-blue.svg");
  width: 24px;
  height: 12px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.min-circle {
  left: 50%;
  transform: translate(-50%);
}

.max-circle {
  right: 50%;
  transform: translate(50%);
}
