/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

input, button {
  -webkit-appearance: none !important;
  border-radius: 0;
  box-shadow: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

:root {
  --accent: #e8b86b;
  --bg: #1a1428;
  --white: #e8e0f0;
  --light-bg: #221a33;
  --body: #9d8bc4;
  --font-family: "Open Sans", sans-serif;
  --second-family: "Oswald", sans-serif;
  --third-family: "Menlo", sans-serif;
  --font3: "Space Mono", sans-serif;
  --font4: "JetBrains Mono", sans-serif;
  --font5: "Lato", sans-serif;
  --font6: "Roboto", sans-serif;
  --font7: "Inter", sans-serif;
  --font8: "Montserrat", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  background: var(--bg);
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
}

.noscroll {
  overflow: hidden;
  touch-action: none;
}

* {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main {
  flex: 1;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

strong {
  font-weight: 600;
}

.top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.top .label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.2em;
  color: var(--accent);
}
.top .label span {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 138%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.top .title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(40px, 6.933vw, 64px);
  line-height: 95%;
  letter-spacing: -0.02em;
  color: var(--white);
}
.top .title span {
  color: var(--accent);
}
.top__content {
  padding-top: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(16px, 2.267vw, 18px);
  line-height: 142%;
  color: var(--body);
}

.btn {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: var(--bg);
  background: var(--accent);
  border-radius: 999px;
  padding: 12px 26px;
  border: none;
  transition: 0.23s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.btn:hover {
  background-color: #ebae4c;
}

.input {
  border: 1px solid rgba(157, 139, 196, 0.24);
  border-radius: 100px;
  padding: 12px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  background-color: transparent;
  color: #fff;
}
.input::placeholder {
  color: rgba(157, 139, 196, 0.6);
}

.live-lbl {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font3);
  font-weight: 400;
  font-size: 10px;
  line-height: 154%;
  color: #7ad6a3;
}
.live-lbl::before {
  content: "";
  position: relative;
  display: block;
  background: #7ad6a3;
  width: 8px;
  height: 8px;
  border-radius: 100px;
}

.btn-link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 141%;
  color: var(--accent);
  display: flex;
  gap: 8px;
  align-items: center;
  transition: 0.23s;
}
.btn-link span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: var(--accent);
}
.btn-link:hover {
  gap: 12px;
}

.rate-sc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.rate-sc__val {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: right;
  color: var(--accent);
}

.rate-stars {
  display: flex;
  gap: 1px;
  font-family: var(--font4);
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: right;
  color: var(--body);
}
.rate-stars .rate-stars-0 {
  color: rgba(232, 184, 107, 0.25);
}

.sort-bar {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(157, 139, 196, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
@media (max-width: 767px) {
  .sort-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.sort-bar .filter {
  display: flex;
  gap: 12px;
}
.sort-bar .filter .filter-label {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 138%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--body);
  padding-right: 12px;
}
.sort-bar .filter__list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.sort-bar .filter .filter-item {
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 999px;
  padding: 9px 18px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
  color: var(--body);
  cursor: pointer;
  transition: 0.23s;
}
.sort-bar .filter .filter-item:hover, .sort-bar .filter .filter-item.active {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: var(--bg);
}
.sort-bar .sort {
  position: relative;
}
.sort-bar .sort .sort-main {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ccc;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.sort-bar .sort .sort-main::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9131 14.9766C16.8123 14.9766 16.7353 14.9462 16.6572 14.8682L12.3545 10.541L12.001 10.1855L7.31836 14.8682C7.24072 14.9458 7.17427 14.9677 7.09375 14.9648C6.99948 14.9614 6.91809 14.9288 6.83203 14.8428C6.75398 14.7647 6.72363 14.6878 6.72363 14.5869C6.72371 14.4863 6.75415 14.41 6.83203 14.332L11.751 9.41309C11.8051 9.35892 11.8478 9.33301 11.876 9.32129C11.9115 9.30652 11.9514 9.29788 12 9.29785C12.0245 9.29785 12.0468 9.30065 12.0674 9.30469L12.125 9.32129L12.1777 9.35156C12.1985 9.36604 12.2221 9.38618 12.249 9.41309L17.1934 14.3564C17.2672 14.4303 17.2934 14.4999 17.29 14.5947C17.2862 14.702 17.2502 14.7859 17.168 14.8682C17.09 14.946 17.0137 14.9765 16.9131 14.9766Z' fill='%23E8B86B' stroke='%23E8B86B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  transform: rotate(180deg);
  transition: 0.23s;
}
.sort-bar .sort .sort-list {
  background: #2d2240;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 8px;
  padding: 4px 0px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 3;
  display: none;
  gap: 4px;
}
.sort-bar .sort .sort-list .sort-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  white-space: nowrap;
  padding: 6px 12px;
  cursor: pointer;
}
.sort-bar .sort .sort-list .sort-item:hover {
  color: var(--accent);
}
.sort-bar .sort .sort-list .sort-item.active {
  color: var(--accent);
}
.sort-bar .sort.active .sort-main::after {
  transform: rotate(0deg);
}
.sort-bar .sort.active .sort-list {
  display: grid;
}
@media (max-width: 767px) {
  .sort-bar .sort .sort-list {
    left: 0;
    right: auto;
  }
}

.header {
  background: rgba(26, 20, 40, 0.85);
  border-bottom: 1px solid rgba(157, 139, 196, 0.16);
  padding: 16px 0px;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__box1 {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header .header-logo img {
  width: 100%;
  max-width: 225px;
}
.header .h-date {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: var(--body);
}
@media (max-width: 1200px) {
  .header .h-date {
    display: none;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__menu .btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  padding: 11px 22px;
}
.header .header-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
}
.header .header-nav ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 131%;
  color: var(--white);
  transition: 0.23s;
}
.header .header-nav ul li a:hover {
  color: var(--accent);
}
.header .header-nav .has-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .header-nav .has-dropdown::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7988 13.042C14.7274 13.042 14.676 13.0217 14.6191 12.9648L14.6191 12.9658L10.8545 9.17871L10.501 8.82324L6.35938 12.9648C6.30285 13.0214 6.26118 13.0332 6.20898 13.0313C6.1433 13.0288 6.08718 13.0081 6.02246 12.9434C5.96559 12.8865 5.94531 12.8351 5.94531 12.7637C5.94535 12.6924 5.96565 12.6408 6.02246 12.584L10.3262 8.28027C10.3689 8.23757 10.3993 8.22043 10.415 8.21387C10.4382 8.20421 10.4653 8.19828 10.5 8.19824C10.5347 8.19824 10.5618 8.20423 10.585 8.21387C10.6007 8.22041 10.6312 8.23763 10.6738 8.28027L15 12.6064C15.0526 12.659 15.0687 12.7033 15.0664 12.7686C15.0636 12.846 15.0392 12.9041 14.9785 12.9648C14.9217 13.0217 14.8702 13.042 14.7988 13.042Z' fill='%23E8B86B' stroke='%23E8B86B' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  display: flex;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.28s ease;
}
.header .header-nav .has-dropdown.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.header .header-nav .has-dropdown > a {
  padding-right: 26px;
}
.header .header-nav .menu-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 8px;
  padding: 4px 0px;
  background: #2d2240;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 166px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}
.header .header-nav .menu-dropdown li {
  width: 100%;
}
.header .header-nav .menu-dropdown li a {
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  padding: 6px 12px;
  display: flex;
  transition: 0.23s;
}
.header .header-nav .menu-dropdown li a:hover {
  color: var(--accent);
}
.header .header-nav .has-dropdown.is-open > .menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: auto;
}
.header .menu-btn {
  display: none;
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .menu-btn span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 10px;
  background: var(--accent);
  transition: transform 0.28s ease, opacity 0.2s ease;
}
.header .menu-btn span:nth-child(1) {
  transform: translateY(-6px);
}
.header .menu-btn span:nth-child(2) {
  transform: translateY(0px);
}
.header .menu-btn span:nth-child(3) {
  transform: translateY(6px);
}
.header .menu-btn.is-active span:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}
.header .menu-btn.is-active span:nth-child(2) {
  opacity: 0;
}
.header .menu-btn.is-active span:nth-child(3) {
  transform: translateY(0px) rotate(-45deg);
}
@media (max-width: 992px) {
  .header .header-logo {
    position: relative;
    z-index: 101;
  }
  .header .header-logo img {
    width: 100%;
    max-width: 164px;
  }
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: #1A1428;
    z-index: 100;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 120px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }
  .header__menu .btn {
    width: 100%;
  }
  .header .header-nav {
    width: 100%;
  }
  .header .header-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    width: 100%;
  }
  .header .header-nav ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
  }
  .header .header-nav ul li a {
    width: 100%;
  }
  .header .menu-btn {
    display: flex;
    z-index: 101;
  }
  .header .header-nav .has-dropdown {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .header .header-nav .has-dropdown > a {
    width: auto;
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    min-height: 21px;
    line-height: 21px;
  }
  .header .header-nav .has-dropdown::after {
    top: 22.5px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    transform: translateY(-50%) rotate(180deg);
  }
  .header .header-nav .has-dropdown.is-open::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .header .header-nav .menu-dropdown {
    position: static;
    top: auto;
    left: auto;
    margin-top: 8px;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: none;
    border-radius: 16px;
    padding: 12px 20px;
    gap: 16px;
  }
  .header .header-nav .menu-dropdown li {
    padding: 0px;
  }
  .header .header-nav .menu-dropdown li a {
    padding: 0px;
  }
  .header .header-nav .has-dropdown.is-open > .menu-dropdown {
    display: flex;
  }
  .header.menu-open .header__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0px);
  }
}

.section {
  padding: clamp(40px, 8vw, 80px) 0;
}
.section--light {
  background: var(--light-bg);
}
.section--dark {
  background: var(--bg);
}

.hero {
  background: radial-gradient(52.84% 62.5% at 8% 90%, rgba(157, 139, 196, 0.08) 0%, rgba(157, 139, 196, 0) 70%);
}
.hero .hero-wrapper {
  padding: 40px 0px;
}
.hero .hero-main {
  width: 100%;
  max-width: 820px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero .hero-lbl-min {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 138%;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  color: var(--accent);
}
.hero .hero-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: clamp(56px, 10.667vw, 100px);
  line-height: 94%;
  letter-spacing: -0.02em;
  color: var(--white);
}
.hero .hero-title span {
  color: var(--accent);
}
.hero .hero-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(16px, 2.267vw, 18px);
  line-height: 160%;
  color: var(--body);
}
.hero .hero-nav {
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.hero .hero-nav .btn {
  font-weight: 700;
  font-size: 18px;
  padding: 14px 26px;
}
.hero .hero-nav .btn-link {
  font-weight: 600;
  font-size: 18px;
}
.hero .hero-nav .btn-link span {
  font-weight: 700;
  font-size: 15px;
}
.hero .hero-adv {
  padding-top: 28px;
  display: flex;
}
.hero .hero-adv__item {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  position: relative;
}
.hero .hero-adv__item::after {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  height: 32px;
  width: 1px;
  background-color: rgba(232, 184, 107, 0.14);
}
.hero .hero-adv__item span {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--accent);
}
.hero .hero-adv__item p {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: var(--body);
  padding-bottom: 5px;
}
.hero .hero-adv__item:nth-child(1) {
  padding-left: 0;
}
.hero .hero-adv__item:last-child {
  padding-right: 0;
}
.hero .hero-adv__item:last-child::after {
  display: none;
}
.hero .hero-home {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 44px;
}
.hero .edcard {
  border-radius: 16px;
  padding: 28px;
  background: #2d2240;
  border: 1px solid rgba(157, 139, 196, 0.16);
  width: 100%;
  max-width: 380px;
  position: relative;
}
.hero .edcard .edcard-label {
  position: absolute;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: var(--bg);
  border-radius: 4px;
  padding: 3px 11px;
  background: var(--accent);
  transform: rotate(-4deg);
  left: -24px;
  top: -12px;
}
.hero .edcard .edcard-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.hero .edcard .edcard-top__mark {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--body);
}
.hero .edcard .edcard-top__date {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #6e5d92;
}
.hero .edcard .edcard-rate {
  padding-top: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(232, 184, 107, 0.14);
}
.hero .edcard .edcard-rate__value {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: var(--accent);
  margin-bottom: 12px;
}
.hero .edcard .edcard-rate__value span {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.1em;
  color: var(--body);
}
.hero .edcard .edcard-rate__stars {
  display: flex;
  gap: 8px;
  padding-bottom: 12px;
}
.hero .edcard .edcard-rate__stars span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--accent);
}
.hero .edcard .edcard-rate__stars .edcard-rate-0 {
  color: var(--body);
}
.hero .edcard__txt {
  padding-top: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: var(--white);
}
.hero .edcard__txt span {
  font-weight: 400;
  color: var(--body);
}
.hero .edcard__bottom {
  margin-top: 20px;
}
.hero .edcard__bottom .btn-link {
  font-size: 13px;
}
.hero .edcard__bottom .btn-link span {
  font-size: 13px;
}
.hero .hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(232, 184, 107, 0.14);
  padding: 20px 0px;
}
.hero .hero-bottom .btn-link {
  font-size: 12px;
}
.hero .hero-bottom .btn-link span {
  font-size: 12px;
}
.hero .hero-bottom__scroll {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #6e5d92;
}
@media (max-width: 1200px) {
  .hero .hero-adv__item {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero .edcard {
    max-width: 320px;
  }
}
@media (max-width: 992px) {
  .hero .edcard {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero .hero-main {
    gap: 16px;
  }
  .hero .hero-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 16px;
  }
  .hero .hero-nav .btn {
    font-size: 16px;
    padding: 12px 24px;
  }
  .hero .hero-nav .btn-link {
    font-size: 16px;
  }
  .hero .hero-nav .btn-link span {
    font-size: 15px;
  }
  .hero .hero-text {
    font-size: 15px;
  }
  .hero .hero-adv {
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
  }
  .hero .hero-adv__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-left: 0;
    padding-right: 0;
  }
  .hero .hero-adv__item span {
    font-size: 28px;
    line-height: 120%;
  }
  .hero .hero-adv__item p {
    font-size: 15px;
    line-height: 130%;
  }
  .hero .hero-adv__item::after {
    display: none;
  }
}

.story__wrapper {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
.story__sc1 {
  position: relative;
  width: 100%;
  max-width: 543px;
}
.story__main {
  width: 100%;
}
.story__labels {
  display: flex;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 4;
}
.story .stlabel {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(232, 184, 107, 0.1);
  border: 1px solid rgba(232, 184, 107, 0.28);
  border-radius: 999px;
  padding: 4px 9px;
}
.story .stlabel::before {
  display: block;
  content: "";
  background: var(--accent);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  position: relative;
}
.story__image {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.story__image:after {
  background: rgba(0, 0, 0, 0.5019607843);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.story__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 48px;
  line-height: 104%;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 24px;
  padding-top: 4px;
}
.story__title span {
  color: var(--accent);
}
.story__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: var(--body);
  padding-top: 8px;
  margin-bottom: 60px;
}
.story__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(232, 184, 107, 0.14);
}
.story .btn {
  font-weight: 700;
}
.story__catg {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  text-align: right;
  color: #6e5d92;
}
.story__catg span {
  color: var(--accent);
}
@media (max-width: 992px) {
  .story__wrapper {
    flex-direction: column;
  }
  .story__sc1 {
    height: 340px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .story__wrapper {
    margin-top: 28px;
    gap: 28px;
  }
  .story__sc1 {
    height: 209px;
  }
  .story__title {
    font-size: 28px;
    padding-top: 0;
    margin-bottom: 16px;
  }
  .story__content {
    padding-top: 0;
    font-size: 16px;
    margin-bottom: 33px;
  }
  .story__bottom .btn {
    padding: 12px 24px;
  }
}
@media (max-width: 370px) {
  .story__bottom {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .story__bottom .btn {
    width: 100%;
  }
  .story__catg {
    width: 100%;
    text-align: left;
  }
}

.latest .top {
  max-width: 570px;
  margin-bottom: 40px;
}
.latest__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 992px) {
  .latest__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .latest__list {
    margin-top: 28px;
  }
}
@media (max-width: 576px) {
  .latest__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.latest__bottom {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .latest__bottom {
    margin-top: 28px;
  }
}

.op-card {
  background: var(--light-bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.op-card__top {
  height: 220px;
  position: relative;
}
.op-card .op-card-labels {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.op-card .op-card-label {
  border-radius: 999px;
  padding: 4px 9px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.op-card .op-card-label--rev {
  color: #a8e0c5;
  border: 1px solid rgba(168, 224, 197, 0.22);
  background: rgba(168, 224, 197, 0.08);
}
.op-card .op-card-label--guide {
  color: var(--accent);
  border: 1px solid rgba(232, 184, 107, 0.28);
  background: rgba(232, 184, 107, 0.1);
}
.op-card .op-card-label--news {
  color: #f3a8a8;
  background: rgba(243, 168, 168, 0.08);
  border: 1px solid rgba(243, 168, 168, 0.22);
}
.op-card__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.op-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.op-card__info {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #6e5d92;
  margin-bottom: 12px;
}
.op-card__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 12px;
}
.op-card__descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 131%;
  color: var(--body);
  margin-bottom: 12px;
}
.op-card .op-card-main {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.op-card .op-card-main__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}
.op-card .op-card-main__bottom p {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #6e5d92;
}
.op-card .op-card-main__bottom .btn-link {
  font-weight: 700;
}
.op-card .op-card-main__bottom .btn-link span {
  font-weight: 700;
}

.toprated .toprated-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 48px;
}
.toprated .toprated-main .top {
  width: 100%;
  max-width: 660px;
}
.toprated .toprated-main__info {
  display: grid;
  gap: 4px;
}
.toprated .toprated-main__info p {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  text-align: right;
  color: #6e5d92;
}
@media (max-width: 992px) {
  .toprated .toprated-main {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .toprated .toprated-main__info p {
    text-align: left;
  }
}
.toprated .toprated-grid {
  display: flex;
  gap: 28px;
}
@media (max-width: 992px) {
  .toprated .toprated-grid {
    flex-direction: column;
  }
}
.toprated .toprated-item {
  width: 60%;
  background: #2d2240;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 28px;
  position: relative;
}
.toprated .toprated-item .toprated-item-label {
  position: absolute;
  top: 24px;
  right: 28px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 6px 14px;
}
.toprated .toprated-item .toprated-item-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.toprated .toprated-item .toprated-item-main-box {
  display: flex;
  gap: 28px;
}
.toprated .toprated-item__pp {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 138%;
  letter-spacing: 0.09em;
  color: #6e5d92;
  margin-bottom: 14px;
}
.toprated .toprated-item__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 16px;
}
.toprated .toprated-item__image {
  border: 1px solid rgba(232, 184, 107, 0.22);
  border-radius: 8px;
  width: 185px;
  height: 127px;
  overflow: hidden;
  position: relative;
}
.toprated .toprated-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.toprated .toprated-item__rate .rate-sc {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.toprated .toprated-item__rate .rate-sc__val {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--accent);
}
.toprated .toprated-item__rate .rate-sc .rate-stars {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.11em;
  color: var(--accent);
}
.toprated .toprated-item__rate .rate-sc .rate-stars .rate-stars-0 {
  color: rgba(232, 184, 107, 0.25);
}
.toprated .toprated-item__rate .rate-sc__all {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #6e5d92;
  margin-bottom: -5px;
}
.toprated .toprated-item__main {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 142%;
  color: var(--body);
}
.toprated .toprated-item__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px;
}
.toprated .toprated-item__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--white);
}
.toprated .toprated-item__list li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33301 8.00008L6.66634 11.3334L13.333 4.66675' stroke='%23E8B86B' stroke-width='1.66667' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
}
.toprated .toprated-item__bottom {
  display: flex;
  padding-top: 28px;
  border-top: 1px solid rgba(157, 139, 196, 0.16);
}
@media (max-width: 1200px) {
  .toprated .toprated-item .toprated-item-label {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media (max-width: 992px) {
  .toprated .toprated-item {
    width: 100%;
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .toprated .toprated-item {
    padding: 24px;
  }
  .toprated .toprated-item .toprated-item-main-box {
    flex-direction: column;
    gap: 18px;
    width: 100%;
  }
  .toprated .toprated-item__image {
    width: 100%;
    height: 165px;
  }
  .toprated .toprated-item__title {
    font-size: 32px;
  }
  .toprated .toprated-item__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .toprated .toprated-item__bottom .btn {
    width: 100%;
    justify-content: space-between;
  }
}
.toprated .toprated__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 40%;
}
@media (max-width: 992px) {
  .toprated .toprated__list {
    width: 100%;
    gap: 28px;
  }
}
.toprated .toprated-itemv2 {
  background: var(--light-bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
.toprated .toprated-itemv2__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toprated .toprated-itemv2__num {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #6e5d92;
}
.toprated .toprated-itemv2 .rate-sc {
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.toprated .toprated-itemv2 .rate-sc__val {
  font-size: 22px;
}
.toprated .toprated-itemv2 .rate-sc .rate-stars {
  color: var(--accent);
}
.toprated .toprated-itemv2 .rate-sc .rate-stars .rate-stars-0 {
  color: rgba(232, 184, 107, 0.25);
}
.toprated .toprated-itemv2__main {
  display: flex;
  gap: 16px;
  align-items: center;
}
.toprated .toprated-itemv2__image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 184, 107, 0.22);
  border-radius: 8px;
  min-width: 100px;
  max-width: 100px;
  height: 52px;
}
.toprated .toprated-itemv2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.toprated .toprated-itemv2__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--white);
}
.toprated .toprated-itemv2__content {
  padding-top: 11px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 136%;
  color: var(--body);
}
.toprated .toprated-itemv2__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 0px;
}
.toprated .toprated-itemv2__labels span {
  border: 1px solid rgba(157, 139, 196, 0.22);
  border-radius: 999px;
  padding: 3px 8px;
  background: rgba(157, 139, 196, 0.08);
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--body);
}
.toprated .toprated-itemv2__bottom {
  display: flex;
  border-top: 1px solid rgba(157, 139, 196, 0.16);
  padding-top: 15px;
}
@media (max-width: 767px) {
  .toprated .toprated-itemv2 {
    padding: 24px;
  }
}

.thisweek .thisweek-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 48px;
}
.thisweek .thisweek-main .top {
  width: 100%;
  max-width: 560px;
}
.thisweek .thisweek-main__info {
  display: grid;
  gap: 4px;
}
.thisweek .thisweek-main__info p {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  text-align: right;
  color: #6e5d92;
}
@media (max-width: 992px) {
  .thisweek .thisweek-main {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
}
.thisweek__list {
  display: flex;
  gap: 28px;
}
@media (max-width: 767px) {
  .thisweek__list {
    flex-direction: column;
    gap: 24px;
  }
}
.thisweek .thisweek-item {
  width: 50%;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  overflow: hidden;
  background: var(--light-bg);
}
.thisweek .thisweek-item__main {
  width: 100%;
  position: relative;
  height: 340px;
}
.thisweek .thisweek-item__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.thisweek .thisweek-item__image::after {
  content: "";
  background: rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.thisweek .thisweek-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
}
.thisweek .thisweek-item__labels {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.thisweek .thisweek-item .thisweek-item-label {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bg);
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 4px 9px;
}
.thisweek .thisweek-item__content {
  padding: 28px;
  display: grid;
  gap: 20px;
}
.thisweek .thisweek-item__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.thisweek .thisweek-item__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: var(--white);
  display: flex;
  margin-bottom: 4px;
}
.thisweek .thisweek-item__maininf p {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 138%;
  color: var(--body);
}
.thisweek .thisweek-item__txt {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  padding-left: 16px;
  border-left: 2px solid var(--accent);
}
.thisweek .thisweek-item .thisweek-item-opts {
  border-top: 1px solid rgba(157, 139, 196, 0.16);
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.thisweek .thisweek-item .thisweek-item-opts__item span {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #6e5d92;
}
.thisweek .thisweek-item .thisweek-item-opts__item div {
  margin-top: 4px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--white);
}
.thisweek .thisweek-item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
.thisweek .thisweek-item__bottom p {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #6e5d92;
}
.thisweek .thisweek-item__bottom .btn {
  font-size: 13px;
  padding: 10px 22px;
}
@media (max-width: 767px) {
  .thisweek .thisweek-item {
    width: 100%;
  }
  .thisweek .thisweek-item__main {
    height: 206px;
  }
  .thisweek .thisweek-item__content {
    padding: 24px 16px;
  }
  .thisweek .thisweek-item__maininf {
    max-width: 130px;
  }
  .thisweek .thisweek-item__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 12px;
  }
}
.thisweek .thisweek-list2 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 21px;
}
@media (max-width: 767px) {
  .thisweek .thisweek-list2 {
    width: 100%;
    gap: 24px;
  }
}
.thisweek .thisweek-itemV2 {
  background: var(--light-bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.thisweek .thisweek-itemV2__main {
  position: relative;
  height: 208px;
}
.thisweek .thisweek-itemV2__image {
  position: relative;
  height: 100%;
  width: 100%;
}
.thisweek .thisweek-itemV2__image::after {
  content: "";
  background: rgba(0, 0, 0, 0.1019607843);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.thisweek .thisweek-itemV2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: absolute;
}
.thisweek .thisweek-itemV2__content {
  padding: 20px;
}
.thisweek .thisweek-itemV2__content p {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 9px;
  line-height: 153%;
  color: #6e5d92;
}
.thisweek .thisweek-itemV2__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: var(--white);
  display: flex;
  margin-bottom: 4px;
}
.thisweek .thisweek-itemV2__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  margin-top: 4px;
}
.thisweek .thisweek-itemV2 .rate-sc {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.thisweek .thisweek-itemV2 .rate-sc__val {
  font-size: 20px;
}
.thisweek .thisweek-itemV2 .rate-sc .rate-stars {
  margin-bottom: -2px;
}
.thisweek .thisweek-itemV2 .btn-link {
  font-size: 11px;
}
.thisweek .thisweek-itemV2 .btn-link span {
  font-size: 11px;
}
.thisweek .thisweek-itemV2 .btn-link:hover {
  gap: 6px;
}
@media (max-width: 767px) {
  .thisweek .thisweek-itemV2__main {
    height: 241px;
  }
}

.trust__box {
  display: flex;
  gap: 40px;
}
.trust__main {
  min-width: 510px;
  max-width: 510px;
}
.trust__main .top {
  margin-bottom: 31px;
}
.trust__list {
  width: 100%;
  border-left: 1px solid rgba(157, 139, 196, 0.16);
  padding-left: 40px;
  display: grid;
  gap: 16px;
}
.trust .trust-item {
  display: flex;
  gap: 24px;
  padding-bottom: 33px;
  border-bottom: 1px solid rgba(232, 184, 107, 0.14);
}
.trust .trust-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.trust .trust-item__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 12px;
}
.trust .trust-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: var(--body);
}
@media (max-width: 1200px) {
  .trust__box {
    gap: 24px;
  }
  .trust__main {
    min-width: 460px;
    max-width: 460px;
  }
  .trust__list {
    padding-left: 24px;
  }
}
@media (max-width: 992px) {
  .trust__box {
    flex-direction: column;
    gap: 40px;
  }
  .trust__main {
    min-width: 100%;
    max-width: 100%;
  }
  .trust__list {
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .trust__box {
    gap: 28px;
  }
  .trust__list {
    gap: 24px;
  }
  .trust .trust-item {
    padding-bottom: 24px;
    gap: 24px;
  }
  .trust .trust-item svg {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .trust .trust-item__title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .trust .trust-item p {
    font-size: 15px;
  }
}

.three-gms__box {
  display: flex;
  gap: 48px;
  border: 1px solid rgba(232, 184, 107, 0.22);
  border-radius: 16px;
  padding: 56px;
  background: radial-gradient(84.49% 127.74% at 80% 30%, rgba(232, 184, 107, 0.08) 0%, rgba(232, 184, 107, 0) 65%), linear-gradient(101.71deg, #1A1428 -20.87%, #221A33 114.67%);
}
.three-gms__main {
  min-width: 356px;
  max-width: 356px;
}
.three-gms__main .live-lbl {
  margin-top: 28px;
}
.three-gms__list {
  width: 100%;
  gap: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.three-gms .three-gms-item__box {
  border: 1px solid rgba(232, 184, 107, 0.24);
  border-radius: 16px;
  height: 313px;
  overflow: hidden;
  position: relative;
}
.three-gms .three-gms-item__box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.three-gms .three-gms-item:nth-child(1) .three-gms-item__box::after {
  background: linear-gradient(179.98deg, rgba(102, 102, 102, 0) 0.02%, rgba(0, 0, 0, 0.3) 78.26%);
}
.three-gms .three-gms-item:nth-child(2) .three-gms-item__box::after {
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0.13%, rgba(0, 0, 0, 0.6) 76.55%);
}
.three-gms .three-gms-item:nth-child(3) .three-gms-item__box::after {
  background: linear-gradient(179.96deg, rgba(102, 102, 102, 0) 0.04%, rgba(0, 0, 0, 0.6) 70.14%);
}
.three-gms .three-gms-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.three-gms .three-gms-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.three-gms .three-gms-item__content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px 24px;
}
.three-gms .three-gms-item__content span {
  font-family: var(--font4);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0.2em;
  color: var(--accent);
}
.three-gms .three-gms-item__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 95%;
  letter-spacing: -0.01em;
  color: #fff;
  margin-top: 3px;
}
.three-gms .three-gms-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.three-gms .three-gms-item__play {
  display: flex;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--accent);
  transition: 0.23s;
}
.three-gms .three-gms-item__play span {
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  color: var(--accent);
}
.three-gms .three-gms-item__play:hover {
  gap: 6px;
}
@media (max-width: 1200px) {
  .three-gms__box {
    padding: 56px 32px;
    gap: 24px;
  }
}
@media (max-width: 1100px) {
  .three-gms__box {
    flex-direction: column;
  }
  .three-gms__main {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .three-gms__box {
    padding: 28px 24px;
  }
  .three-gms__list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .three-gms__box {
    gap: 32px;
  }
  .three-gms__main .live-lbl {
    margin-top: 16px;
  }
  .three-gms__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
  .three-gms .three-gms-item__box {
    height: 383px;
  }
}
@media (max-width: 576px) {
  .three-gms .three-gms-item__box {
    height: 183px;
  }
}

.faq-section .container {
  display: flex;
  justify-content: space-between;
  gap: 102px;
}
.faq-section__main {
  min-width: 448px;
  max-width: 448px;
}
.faq-section .fq-mininfo {
  margin-top: clamp(16px, 4vw, 40px);
  background: var(--bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 20px;
}
.faq-section .fq-mininfo span {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 138%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--body);
  margin-bottom: 8px;
  display: flex;
}
.faq-section .fq-mininfo p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 136%;
  color: var(--white);
}
@media (max-width: 1200px) {
  .faq-section .container {
    gap: 60px;
  }
  .faq-section__main {
    min-width: 380px;
    max-width: 380px;
  }
}
@media (max-width: 992px) {
  .faq-section .container {
    flex-direction: column;
    gap: 24px;
  }
  .faq-section__main {
    min-width: 100%;
    max-width: 100%;
  }
}

.faq-list {
  counter-reset: faq;
  width: 100%;
}

.faq-item {
  width: 100%;
  border-bottom: 1px solid rgba(157, 139, 196, 0.16);
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-item__top {
  padding: clamp(24px, 3.467vw, 28px) 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-item__top:after {
  content: "+";
  position: relative;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--accent);
}
.faq-item__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: var(--white);
}
.faq-item__title::before {
  counter-increment: faq;
  content: "Q" counter(faq) ".";
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-right: 20px;
}
@media (max-width: 767px) {
  .faq-item__title::before {
    display: none;
  }
}
.faq-item__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 138%;
  color: var(--body);
  padding-bottom: clamp(24px, 3.467vw, 28px);
  display: grid;
  gap: 12px;
  padding-left: 46px;
}
@media (max-width: 767px) {
  .faq-item__content {
    padding-left: 16px;
  }
}
.faq-item.active .faq-item__top::after {
  content: "-";
}
@media (max-width: 767px) {
  .faq-item:last-child {
    border-bottom: 1px solid rgba(157, 139, 196, 0.16);
  }
}

.footer {
  border-top: 1px solid rgba(157, 139, 196, 0.16);
  padding: clamp(40px, 6.933vw, 64px) 0px;
}
.footer .footer-main {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(157, 139, 196, 0.16);
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.footer .footer-main__main {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 1200px) {
  .footer .footer-main__main {
    max-width: 340px;
  }
}
.footer .footer-main__navs {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 768px;
}
.footer .footer-logo {
  margin-bottom: 19px;
  display: flex;
}
.footer .footer-logo img {
  width: 100%;
  max-width: 225px;
}
.footer .footer-subscr__txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--white);
  margin-bottom: 24px;
}
.footer .footer-subscr-form__box {
  margin-bottom: 12px;
  display: flex;
  gap: 12px;
}
.footer .footer-subscr-form__box .input {
  width: 100%;
}
.footer .footer-subscr-form p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: var(--body);
}
.footer .footer-subscr-form p a {
  color: var(--body);
  text-decoration: underline;
  transition: 0.23s;
}
.footer .footer-subscr-form p a:hover {
  color: #fff;
}
.footer .footer-nav__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 138%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--body);
  display: flex;
  margin-bottom: 20px;
}
.footer .footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .footer-nav ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 131%;
  color: var(--white);
}
.footer .footer-nav ul li a:hover {
  text-decoration: underline;
}
.footer .footer-cards-list {
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.footer .footer-card {
  background: var(--light-bg);
  border-radius: 16px;
  padding: 28px;
}
.footer .footer-card__image {
  margin-bottom: 16px;
}
.footer .footer-card__image img {
  height: 100%;
  max-height: 64px;
  max-width: 100%;
}
.footer .footer-card__text {
  margin-bottom: 16px;
}
.footer .footer-card__text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 126%;
  color: var(--body);
}
.footer .footer-card .footer-card-contacts {
  border-top: 1px solid rgba(157, 139, 196, 0.16);
}
.footer .footer-card .footer-card-contacts__item {
  display: flex;
  margin-top: 12px;
}
.footer .footer-card .footer-card-contacts__item span {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--accent);
}
.footer .footer-card .footer-card-contacts__item a {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--white);
  margin-left: 12px;
}
.footer .footer-card .footer-card-contacts__item a:hover {
  text-decoration: underline;
}
.footer .footer-info {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer-info__box {
  width: 100%;
  max-width: 794px;
}
.footer .footer-info__box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  color: var(--body);
}
.footer .footer-info__box span {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  color: var(--body);
}
.footer .footer-info__box i {
  color: var(--accent);
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(157, 139, 196, 0.16);
  padding-top: 32px;
}
.footer .footer-bottom p {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #6e5d92;
}
.footer .footer-links ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer .footer-links ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--body);
  transition: 0.23s;
}
.footer .footer-links ul li a:hover {
  color: #fff;
}
@media (max-width: 992px) {
  .footer .footer-main {
    flex-direction: column;
    gap: 28px;
  }
  .footer .footer-main__main {
    max-width: 540px;
    padding-bottom: 10px;
  }
  .footer .footer-main__navs {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer-main {
    padding-bottom: 28px;
  }
  .footer .footer-main__navs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .footer .footer-subscr-form__box {
    flex-direction: column;
  }
  .footer .footer-nav__title {
    margin-bottom: 16px;
  }
  .footer .footer-nav ul {
    gap: 12px;
  }
  .footer .footer-nav ul li a {
    font-size: 16px;
  }
  .footer .footer-cards-list {
    padding: 0;
    padding-top: 28px;
    grid-template-columns: repeat(1, 1fr);
    gap: 28px;
  }
  .footer .footer-info {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .footer .footer-info span {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 12px;
  }
  .footer .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .footer .footer-bottom p {
    text-align: center;
  }
  .footer .footer-links ul {
    gap: 12px 24px;
    justify-content: center;
  }
}
/*# sourceMappingURL=main.css.map */
