@charset "UTF-8";
/* 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 .title2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: clamp(40px, 5.6vw, 44px);
  line-height: 95%;
  letter-spacing: -0.02em;
  color: var(--white);
}
.top .title2 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;
  border: none;
  background-color: transparent;
}
.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 {
  position: relative;
}
.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 .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 .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 .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 .sort-list .sort-item:hover {
  color: var(--accent);
}
.sort .sort-list .sort-item.active {
  color: var(--accent);
}
.sort.active .sort-main::after {
  transform: rotate(0deg);
}
.sort.active .sort-list {
  display: grid;
}
@media (max-width: 767px) {
  .sort .sort-list {
    left: 0;
    right: auto;
  }
}

.breadcrumbs .breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumbs .breadcrumbs-list li {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: var(--accent);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs .breadcrumbs-list li::after {
  content: "/";
  position: relative;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #6e5d92;
}
.breadcrumbs .breadcrumbs-list li a {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #6e5d92;
  text-transform: uppercase;
  transition: 0.23s;
}
.breadcrumbs .breadcrumbs-list li a:hover {
  color: var(--accent);
}
.breadcrumbs .breadcrumbs-list li:last-child::after {
  display: none;
}

.toprated-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: 6px 14px;
}

.search .search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 8px;
  padding: 12px;
}
.search .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  padding: 0;
}
.search input {
  border: none;
  background-color: transparent;
  font-family: var(--font5);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ccc;
  width: 100%;
}
.search input::placeholder {
  font-family: var(--font5);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ccc;
}

.select {
  position: relative;
}
.select .select-main {
  background: #2d2240;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}
.select .select-main::after {
  content: "";
  position: relative;
  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='M7.08789 9.02344C7.18871 9.02344 7.26569 9.05385 7.34375 9.13184L11.6465 13.459L12 13.8145L16.6826 9.13184C16.7603 9.05424 16.8267 9.03227 16.9072 9.03516C17.0015 9.0386 17.0829 9.07117 17.1689 9.15723C17.247 9.23531 17.2773 9.31223 17.2773 9.41309C17.2773 9.51371 17.2468 9.59001 17.1689 9.66797L12.25 14.5869C12.1958 14.6411 12.1532 14.667 12.125 14.6787C12.0895 14.6935 12.0496 14.7021 12.001 14.7021C11.9765 14.7021 11.9542 14.6993 11.9336 14.6953L11.876 14.6787L11.8232 14.6484C11.8025 14.634 11.7789 14.6138 11.752 14.5869L6.80762 9.64355C6.73378 9.56972 6.70759 9.50009 6.71094 9.40527C6.71473 9.29797 6.75075 9.2141 6.83301 9.13184C6.91093 9.05403 6.9873 9.02351 7.08789 9.02344Z' fill='%23FECE2E' stroke='%23FECE2E' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  transition: 0.23s;
}
.select .select-main__value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.select__list {
  position: absolute;
  z-index: 4;
  width: 100%;
  top: calc(100% + 8px);
  background: #2d2240;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 8px;
  padding: 4px 0px;
  max-height: 400px;
  overflow: auto;
}
.select .select-item {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  padding: 6px 12px;
  cursor: pointer;
}
.select .select-item:hover {
  color: var(--accent);
  background: var(--light-bg);
}
.select .select-item.active {
  color: var(--accent);
  background: var(--light-bg);
}
.select.active .select-main::after {
  transform: rotate(180deg);
}

.switcher-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.switcher-block span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.switcher-block .switcher {
  position: relative;
  display: flex;
  cursor: pointer;
}
.switcher-block .switcher input {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 24px;
  margin: 0;
  background: #383247;
  border: 1px solid rgba(157, 139, 196, 0.28);
  border-radius: 500px;
  cursor: pointer;
  position: relative;
  transition: 0.23s;
}
.switcher-block .switcher input::after {
  position: absolute;
  content: "";
  display: block;
  background: var(--white);
  border-radius: 50px;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  transition: 0.23s;
}
.switcher-block .switcher input:checked {
  background: rgba(232, 184, 107, 0.28);
  border-color: rgba(232, 184, 107, 0.6);
}
.switcher-block .switcher input:checked::after {
  transform: translateX(16px);
  background: var(--accent);
}

.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 {
  display: flex;
}
.header .header-logo img {
  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: 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;
  }
}

.hero-wrapper.hero-V2 {
  padding-top: 24px;
  padding-bottom: 0;
}
.hero-wrapper.hero-V2 .hero-main {
  padding: clamp(40px, 7.2vw, 64px) 0px;
}
.hero-wrapper.hero-V2 .hero-title {
  max-width: 970px;
}
.hero-wrapper.hero-V2 .hero-text {
  max-width: 600px;
}

.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%;
  display: flex;
  overflow: hidden;
}
.op-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transition: 0.53s;
}
.op-card__image:hover img {
  transform: scale(1.2);
}
.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;
}
.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 .top .title {
  font-size: clamp(48px, 7.467vw, 64px);
}
.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;
  display: flex;
}
.three-gms .three-gms-item__box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.three-gms .three-gms-item__box:hover .three-gms-item__image img {
  transform: scale(1.1);
}
.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;
  transition: 0.5s;
}
.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);
  }
}

.howwerate__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 44px;
}
.howwerate__top .btn-link {
  font-size: 14px;
}
.howwerate__top .btn-link span {
  font-size: 14px;
}
.howwerate .top {
  gap: 12px;
}
.howwerate .top .label span {
  font-size: 11px;
}
.howwerate__list {
  margin-top: 40px;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}
.howwerate .howwerate-item {
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 27px 28px 28px;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.howwerate .howwerate-item__num {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.2em;
  color: var(--accent);
}
.howwerate .howwerate-item__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: var(--white);
}
.howwerate .howwerate-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  color: var(--body);
}
@media (max-width: 992px) {
  .howwerate__list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .howwerate__top .btn-link {
    display: none;
  }
  .howwerate__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 28px;
  }
}

.ed-chois__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .ed-chois__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ed-chois__top_info {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 10px;
  line-height: 154%;
  text-align: right;
  color: #6e5d92;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .ed-chois__top_info {
    text-align: left;
  }
}
.ed-chois .ed-chois-box {
  margin-top: 40px;
  display: flex;
  gap: 48px;
  position: relative;
  background: #2d2240;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 48px;
}
.ed-chois .ed-chois-box .toprated-item-label {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
}
.ed-chois .ed-chois-box__sc1 {
  min-width: 367px;
  max-width: 367px;
}
@media (max-width: 1200px) {
  .ed-chois .ed-chois-box__sc1 {
    min-width: 300px;
    max-width: 300px;
  }
}
.ed-chois .ed-chois-box .ed-chois-image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 184, 107, 0.22);
  border-radius: 8px;
  width: 100%;
  height: 208px;
  margin-bottom: 28px;
}
.ed-chois .ed-chois-box .ed-chois-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.ed-chois .ed-chois-box .ed-chois-license__ttl {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 12px;
  line-height: 138%;
  letter-spacing: 0.09em;
  color: #6e5d92;
  display: flex;
  margin-bottom: 8px;
}
.ed-chois .ed-chois-box .ed-chois-license__val {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 13px;
  line-height: 153%;
  color: var(--white);
}
.ed-chois .ed-chois-box__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ed-chois .ed-chois-box__info {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 12px;
  line-height: 138%;
  letter-spacing: 0.09em;
  color: #6e5d92;
}
.ed-chois .ed-chois-box__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: var(--white);
}
.ed-chois .ed-chois-box .ed-chois-rate {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 16px;
}
.ed-chois .ed-chois-box .ed-chois-rate__val {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--accent);
}
.ed-chois .ed-chois-box .ed-chois-rate__stars {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.09em;
  color: var(--accent);
}
.ed-chois .ed-chois-box .ed-chois-rate__stars .ed-chois-rate-0 {
  color: rgba(232, 184, 107, 0.25);
}
.ed-chois .ed-chois-box .ed-chois-rate__numbs {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 12px;
  line-height: 138%;
  color: #6e5d92;
  margin-bottom: -3px;
}
.ed-chois .ed-chois-box .ed-chois-text {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: var(--white);
  padding-left: 18px;
  border-left: 2px solid var(--accent);
  max-width: 580px;
}
.ed-chois .ed-chois-box .ed-chois-list {
  padding-top: 12px;
  padding-bottom: 20px;
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 32px;
}
@media (max-width: 1200px) {
  .ed-chois .ed-chois-box .ed-chois-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ed-chois .ed-chois-box .ed-chois-list li {
  position: relative;
  display: flex;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 117%;
  color: var(--white);
}
.ed-chois .ed-chois-box .ed-chois-list li::before {
  position: relative;
  content: "";
  display: flex;
  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.00002L6.66634 11.3334L13.333 4.66669' stroke='%23E8B86B' stroke-width='1.66667' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  top: 3px;
}
.ed-chois .ed-chois-box .ed-chois-bottom {
  display: flex;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(157, 139, 196, 0.16);
}
.ed-chois .ed-chois-box .ed-chois-bottom .btn-link {
  font-size: 14px;
  font-weight: 400;
}
.ed-chois .ed-chois-box .ed-chois-bottom .btn-link span {
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 992px) {
  .ed-chois .ed-chois-box {
    padding: 28px;
    gap: 28px;
  }
  .ed-chois .ed-chois-box__sc1 {
    min-width: 260px;
    max-width: 260px;
  }
  .ed-chois .ed-chois-box .ed-chois-image {
    height: 180px;
  }
  .ed-chois .ed-chois-box .toprated-item-label {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    display: inline-flex;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .ed-chois .ed-chois-box {
    flex-direction: column;
    padding: 24px;
    gap: 16px;
  }
  .ed-chois .ed-chois-box__sc1 {
    width: 100%;
    min-width: auto;
    max-width: 500px;
  }
  .ed-chois .ed-chois-box .ed-chois-image {
    height: 208px;
    margin-bottom: 0;
  }
  .ed-chois .ed-chois-box .toprated-item-label {
    margin-bottom: 16px;
  }
  .ed-chois .ed-chois-box .ed-chois-license {
    display: none;
  }
  .ed-chois .ed-chois-box__title {
    font-size: 28px;
  }
  .ed-chois .ed-chois-box .ed-chois-rate {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 16px;
    gap: 0px;
  }
  .ed-chois .ed-chois-box .ed-chois-rate__val {
    font-size: 28px;
  }
  .ed-chois .ed-chois-box .ed-chois-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.all-operators-wrap .container {
  display: grid;
  gap: clamp(40px, 5.867vw, 48px);
}

.all-operators .top {
  gap: 11px;
}
.all-operators__list {
  margin-top: clamp(40px, 5.867vw, 48px);
  padding-bottom: 48px;
  margin-bottom: 48px;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) {
  .all-operators__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .all-operators__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 0;
  }
}
.all-operators__bottom {
  padding-top: 16px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.all-operators__bottom .btn-link {
  font-size: 15px;
}
.all-operators__bottom .btn-link span {
  font-size: 15px;
}
.all-operators__bottom .pages-pag {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 10px;
  line-height: 154%;
  color: #6e5d92;
}
@media (max-width: 767px) {
  .all-operators__bottom {
    padding-bottom: 0;
  }
  .all-operators__bottom .pages-pag {
    display: none;
  }
}

.operator-itm {
  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: space-between;
  gap: 16px;
}
.operator-itm__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.operator-itm__top {
  display: flex;
  gap: 16px;
  align-items: center;
}
.operator-itm__image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 184, 107, 0.22);
  border-radius: 8px;
  min-width: 90px;
  width: 90px;
  max-width: 90px;
  height: 69px;
}
.operator-itm__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.operator-itm__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 4px;
}
.operator-itm__details {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #6e5d92;
}
.operator-itm .operator-itm-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.operator-itm .operator-itm-rate__main {
  display: flex;
  align-items: center;
  gap: 12px;
}
.operator-itm .operator-itm-rate__val {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--accent);
}
.operator-itm .operator-itm-rate__stars span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0em;
  color: var(--accent);
}
.operator-itm .operator-itm-rate__stars .operator-itm-rate-0 {
  color: rgba(232, 184, 107, 0.25);
}
.operator-itm .operator-itm-rate__label {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(232, 184, 107, 0.1);
  border: 1px solid rgba(232, 184, 107, 0.28);
  border-radius: 999px;
  padding: 4px 9px;
}
.operator-itm__text {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 131%;
  color: var(--body);
}
.operator-itm__list {
  padding-top: 4px;
  padding-bottom: 4px;
  display: grid;
  gap: 8px;
}
.operator-itm__list li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
  color: var(--white);
  display: flex;
  gap: 10px;
}
.operator-itm__list li::before {
  content: "✓";
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: var(--accent);
  position: relative;
}
.operator-itm__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(157, 139, 196, 0.16);
  padding-top: 15px;
}
.operator-itm__date {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 12px;
  line-height: 138%;
  color: #6e5d92;
}
@media (max-width: 992px) {
  .operator-itm {
    padding: 24px;
  }
}

.hero-operator-rev {
  padding: clamp(40px, 8vw, 80px) 0;
  display: flex;
  gap: 48px;
}
@media (max-width: 1200px) {
  .hero-operator-rev {
    gap: 28px;
  }
}
.hero-operator-rev__sc1 {
  min-width: 482px;
  max-width: 482px;
}
@media (max-width: 1200px) {
  .hero-operator-rev__sc1 {
    min-width: 380px;
    max-width: 380px;
  }
}
.hero-operator-rev__image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(232, 184, 107, 0.22);
  border-radius: 16px;
  width: 100%;
  min-height: 300px;
}
.hero-operator-rev__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.hero-operator-rev__main .labelslistv03 {
  margin-bottom: 12px;
}
.hero-operator-rev__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(56px, 10.667vw, 100px);
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 12px;
}
.hero-operator-rev__title span {
  color: var(--accent);
}
@media (max-width: 1340px) {
  .hero-operator-rev__title {
    font-size: clamp(56px, 8.667vw, 80px);
  }
}
.hero-operator-rev__ifno {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  padding-top: 12px;
  margin-bottom: 16px;
}
.hero-operator-rev__ifno span {
  display: flex;
  gap: 12px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: var(--body);
}
.hero-operator-rev__ifno span::before {
  content: "·";
  position: relative;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: var(--body);
}
.hero-operator-rev__ifno span:first-child::before {
  display: none;
}
.hero-operator-rev__bottom {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
.hero-operator-rev__bottom .btn {
  font-weight: 700;
}
@media (max-width: 992px) {
  .hero-operator-rev {
    flex-direction: column;
  }
  .hero-operator-rev__sc1 {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .hero-operator-rev__image {
    min-height: 220px;
  }
}

.labelslistv03 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.labelslistv03 .labelv03 {
  background: rgba(232, 184, 107, 0.1);
  border: 1px solid rgba(232, 184, 107, 0.28);
  border-radius: 999px;
  padding: 5px 11px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-operator-rev-rate {
  display: flex;
  align-items: flex-end;
  gap: 28px;
}
.hero-operator-rev-rate__val {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 64px;
  line-height: 107%;
  letter-spacing: -0.03em;
  color: var(--accent);
}
.hero-operator-rev-rate__val span {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 97%;
  letter-spacing: -0.07em;
  color: var(--body);
}
.hero-operator-rev-rate__stars {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: 0.12em;
  color: var(--accent);
  display: flex;
  gap: 3px;
  margin-bottom: 8px;
}
.hero-operator-rev-rate__stars .star-rate-0 {
  color: rgba(232, 184, 107, 0.25);
}
.hero-operator-rev-rate__info {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: var(--body);
}

.bonus-terms__wrapper {
  margin-top: 11px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .bonus-terms__wrapper {
    margin-bottom: 28px;
  }
}
.bonus-terms__sliderbox {
  width: 57%;
}
.bonus-terms .bonus-terms-item {
  background: var(--light-bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
.bonus-terms .bonus-terms-item__main {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(232, 184, 107, 0.14);
}
.bonus-terms .bonus-terms-item__main .toprated-item-label {
  top: 40px;
  right: 40px;
  position: absolute;
}
@media (max-width: 1200px) {
  .bonus-terms .bonus-terms-item__main .toprated-item-label {
    position: relative;
    right: auto;
    top: 0;
    left: 0;
    display: inline-flex;
    margin-bottom: 24px;
  }
}
.bonus-terms .bonus-terms-item__lbl {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--body);
  display: flex;
  margin-bottom: 8px;
}
.bonus-terms .bonus-terms-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: 8px;
}
.bonus-terms .bonus-terms-item__dets {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--body);
}
.bonus-terms .bonus-terms-item__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.bonus-terms .bonus-terms-item .bonus-terms-item-ii__pretitle {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.12em;
  color: #6e5d92;
  display: flex;
  margin-bottom: 4px;
}
.bonus-terms .bonus-terms-item .bonus-terms-item-ii__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--white);
  display: flex;
  margin-bottom: 4px;
}
.bonus-terms .bonus-terms-item .bonus-terms-item-ii p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--body);
}
.bonus-terms .bonus-terms-item__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 23px;
  border-top: 1px solid rgba(232, 184, 107, 0.14);
  gap: 12px;
}
.bonus-terms .bonus-terms-item__bottom .btn-link {
  font-size: 13px;
  white-space: nowrap;
}
.bonus-terms .bonus-terms-item__bottom .btn-link span {
  font-size: 13px;
}
.bonus-terms .bonus-terms-item__mindets {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #6e5d92;
  text-align: right;
}
.bonus-terms__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.bonus-terms__btns {
  display: flex;
  gap: 16px;
}
.bonus-terms .bonus-terms-prev,
.bonus-terms .bonus-terms-next {
  background: var(--accent);
  border-radius: 50px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: 0.23s;
}
.bonus-terms .bonus-terms-prev:hover,
.bonus-terms .bonus-terms-next:hover {
  opacity: 0.8;
}
.bonus-terms .bonus-terms-prev.swiper-button-disabled,
.bonus-terms .bonus-terms-next.swiper-button-disabled {
  opacity: 0.2;
}
.bonus-terms .bonus-terms-pag {
  display: flex;
  gap: 8px;
}
.bonus-terms .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--body);
  opacity: 0.2;
  transition: 0.23s;
  margin: 0 !important;
}
.bonus-terms .swiper-pagination-bullet-active {
  background-color: var(--accent);
  opacity: 1;
}
.bonus-terms .bonus-terms-prev {
  transform: rotate(180deg);
}
.bonus-terms .bonus-terms-rev {
  width: 43%;
}
@media (max-width: 1200px) {
  .bonus-terms .bonus-terms-rev {
    max-width: 400px;
  }
}
.bonus-terms .bonus-terms-rev__toptl {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0.12em;
  color: #6e5d92;
  margin-bottom: 16px;
}
.bonus-terms .bonus-terms-rev__content {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 170%;
  color: var(--white);
  padding-left: 22px;
  border-left: 3px solid var(--accent);
  padding-top: 7px;
  padding-bottom: 7px;
}
.bonus-terms .bonus-terms-rev .bonus-terms-rev-box {
  margin-top: 16px;
  background: var(--bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 28px 20px 20px 20px;
}
.bonus-terms .bonus-terms-rev .bonus-terms-rev-box__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--body);
  margin-bottom: 8px;
}
.bonus-terms .bonus-terms-rev .bonus-terms-rev-box p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: var(--body);
}
@media (max-width: 992px) {
  .bonus-terms__wrapper {
    flex-direction: column;
    gap: 28px;
    margin-top: 40px;
  }
  .bonus-terms__sliderbox {
    width: 100%;
  }
  .bonus-terms .bonus-terms-item {
    padding: 24px;
    gap: 24px;
  }
  .bonus-terms .bonus-terms-item__title {
    font-size: 28px;
  }
  .bonus-terms .bonus-terms-item__main {
    border-bottom: none;
    padding-bottom: 0;
  }
  .bonus-terms .bonus-terms-item__list {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .bonus-terms .bonus-terms-item__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding-top: 24px;
  }
  .bonus-terms .bonus-terms-item__mindets {
    text-align: left;
  }
  .bonus-terms .bonus-terms-rev {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.bonus-terms .bt-rates {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}
@media (max-width: 1200px) {
  .bonus-terms .bt-rates {
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .bonus-terms .bt-rates {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bonus-terms .bt-rates-item {
  background: var(--light-bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 24px;
}
.bonus-terms .bt-rates-item__lbl {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.12em;
  color: #6e5d92;
  display: flex;
  margin-bottom: 12px;
}
.bonus-terms .bt-rates-item__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--white);
  display: flex;
  margin-bottom: 12px;
}
.bonus-terms .bt-rates-item__rate {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--accent);
  padding-top: 4px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 12px;
}
.bonus-terms .bt-rates-item__rate span {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--body);
  margin-bottom: 7px;
}
.bonus-terms .bt-rates-item__rateline {
  height: 6px;
  background-color: rgba(157, 139, 196, 0.15);
  width: 100%;
  position: relative;
  border-radius: 100px;
}
.bonus-terms .bt-rates-item__rateline span {
  border-radius: 100px;
  display: flex;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--accent);
}

.proscons__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}
.proscons__top-info {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #6e5d92;
}
.proscons__box {
  margin-top: 40px;
  display: flex;
  gap: 28px;
}
.proscons .proscons-col {
  width: 50%;
  background: var(--light-bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 36px;
}
.proscons .proscons-col .proscons-col-top {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(232, 184, 107, 0.14);
  padding-bottom: 20px;
  margin-bottom: 28px;
}
.proscons .proscons-col .proscons-col-top::before {
  content: "+";
  position: relative;
  display: flex;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--accent);
}
.proscons .proscons-col .proscons-col-top--cons::before {
  content: "—";
  color: var(--body);
}
.proscons .proscons-col__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--white);
}
.proscons .proscons-col__list {
  display: grid;
  gap: 16px;
}
.proscons .proscons-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.proscons .proscons-item::before {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  content: "";
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16699 10L8.33366 14.1667L16.667 5.83337' stroke='%23E8B86B' stroke-width='2.08333' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  margin-top: 2px;
}
.proscons .proscons-item__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 3px;
}
.proscons .proscons-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: var(--body);
}
.proscons .proscons-col-list-cons .proscons-item::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L15 15M5 15L15 5' stroke='%239D8BC4' stroke-width='2.08333' /%3E%3C/svg%3E");
}
@media (max-width: 992px) {
  .proscons__box {
    gap: 20px;
  }
  .proscons .proscons-col {
    padding: 24px;
  }
  .proscons .proscons-col__title {
    font-size: 24px;
  }
  .proscons .proscons-item__title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .proscons__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .proscons__box {
    gap: 16px;
    flex-direction: column;
    margin-top: 28px;
  }
  .proscons .proscons-col {
    width: 100%;
  }
  .proscons .proscons-item p {
    font-size: 14px;
  }
}

.tx-numbs__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.tx-numbs__sc1 {
  min-width: 505px;
  max-width: 505px;
}
.tx-numbs__sc1 .top .btn-link {
  font-size: 14px;
}
.tx-numbs__sc1 .top .btn-link span {
  font-size: 14px;
}
.tx-numbs__list {
  counter-reset: tx-numbs-item;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.tx-numbs .tx-numbs-item {
  counter-increment: tx-numbs-item;
  border-bottom: 1px solid rgba(157, 139, 196, 0.16);
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding-bottom: 28px;
  min-height: 120px;
}
.tx-numbs .tx-numbs-item::before {
  content: counter(tx-numbs-item, decimal-leading-zero) ".";
  display: block;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.2em;
  color: var(--accent);
}
.tx-numbs .tx-numbs-item__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 8px;
}
.tx-numbs .tx-numbs-item__content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--body);
}
.tx-numbs .tx-numbs-item:last-child {
  border-bottom: none;
}
@media (max-width: 1200px) {
  .tx-numbs__sc1 {
    min-width: 400px;
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .tx-numbs__wrapper {
    flex-direction: column;
  }
  .tx-numbs__sc1 {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .tx-numbs__list {
    gap: 28px;
  }
}

.whoplay__wrapper {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.whoplay__main {
  width: 100%;
}
.whoplay__content {
  margin-top: clamp(16px, 2.4vw, 20px);
  margin-bottom: clamp(16px, 2.4vw, 20px);
}
.whoplay__content p {
  margin-top: clamp(16px, 2.4vw, 20px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(16px, 2.267vw, 18px);
  line-height: 165%;
  color: var(--body);
}
.whoplay__content p:first-child {
  margin-top: 0;
}
.whoplay__content p strong {
  font-weight: 700;
  color: var(--white);
}
.whoplay__bottom {
  padding-top: 20px;
  display: flex;
}
.whoplay__bottom .btn {
  font-size: 15px;
}
.whoplay .whoplay-stat {
  background: var(--light-bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 36px;
  min-width: 505px;
  max-width: 505px;
}
.whoplay .whoplay-stat__mark {
  margin-bottom: 16px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 138%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--body);
}
.whoplay .whoplay-stat .hero-operator-rev-rate {
  padding-bottom: 8px;
  gap: 16px;
}
.whoplay .whoplay-stat .hero-operator-rev-rate__val {
  font-size: 120px;
}
.whoplay .whoplay-stat .hero-operator-rev-rate__box {
  padding-bottom: 12px;
}
.whoplay .whoplay-stat .hero-operator-rev-rate__stars {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.11em;
}
.whoplay .whoplay-stat .hero-operator-rev-rate__info {
  font-weight: 400;
  font-size: 12px;
  line-height: 138%;
}
.whoplay .whoplay-stat .whoplay-stat-list {
  display: grid;
  gap: 12px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(157, 139, 196, 0.16);
}
.whoplay .whoplay-stat .whoplay-stat-list__item {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
  color: var(--white);
}
.whoplay .whoplay-stat .whoplay-stat-list__item span:nth-child(2) {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 122%;
  color: var(--accent);
}
@media (max-width: 1200px) {
  .whoplay__wrapper {
    gap: 28px;
  }
  .whoplay .whoplay-stat {
    min-width: 440px;
    max-width: 440px;
  }
}
@media (max-width: 992px) {
  .whoplay__wrapper {
    flex-direction: column;
    gap: 48px;
  }
  .whoplay .whoplay-stat {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .whoplay .whoplay-stat {
    padding: 24px;
  }
}

.all-operators-min .all-operators__list {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .all-operators-min .all-operators__list {
    margin-top: 28px;
  }
}

.all-operators__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.all-operators__top .btn-link {
  font-size: 14px;
}
.all-operators__top .btn-link span {
  font-size: 14px;
}
@media (max-width: 992px) {
  .all-operators__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.hero-gamehub {
  padding: clamp(40px, 7.2vw, 64px) 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.hero-gamehub .hero-title {
  margin-bottom: 30px;
}
.hero-gamehub .hero-text {
  max-width: 100% !important;
}
.hero-gamehub__main {
  width: 100%;
  max-width: 811px;
}
.hero-gamehub__sc2 {
  width: 100%;
  max-width: 421px;
}
.hero-gamehub .game-hub-tbl {
  background: var(--light-bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 28px;
}
.hero-gamehub .game-hub-tbl__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.hero-gamehub .game-hub-tbl__playing {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 138%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--body);
}
.hero-gamehub .game-hub-tbl .live-lbl {
  font-size: 12px;
}
.hero-gamehub .game-hub-tbl .live-lbl::before {
  width: 8px;
  height: 8px;
}
.hero-gamehub .game-hub-tbl .game-hub-tbl-row {
  padding: 14px 0px;
  border-bottom: 1px solid rgba(157, 139, 196, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.hero-gamehub .game-hub-tbl__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: var(--white);
  display: flex;
  margin-bottom: 4px;
}
.hero-gamehub .game-hub-tbl__mininfo {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #6e5d92;
}
.hero-gamehub .game-hub-tbl .game-hub-tbl-playing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hero-gamehub .game-hub-tbl .game-hub-tbl-playing__val {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.01em;
  text-align: right;
  color: var(--accent);
}
.hero-gamehub .game-hub-tbl .game-hub-tbl-playing__lbl {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  text-align: right;
  color: #6e5d92;
}
.hero-gamehub .game-hub-tbl__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 37px;
}
.hero-gamehub .game-hub-tbl__smttl {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: var(--body);
}
.hero-gamehub .game-hub-tbl__total {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: var(--accent);
}
@media (max-width: 992px) {
  .hero-gamehub {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-gamehub__main {
    max-width: 100%;
  }
  .hero-gamehub__sc2 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-gamehub {
    gap: 28px;
  }
  .hero-gamehub .game-hub-tbl {
    padding: 24px;
  }
  .hero-gamehub .game-hub-tbl__top {
    padding-bottom: 10px;
  }
  .hero-gamehub .game-hub-tbl__bottom {
    margin-top: 24px;
  }
}

.originals .top {
  width: 100%;
  max-width: 650px;
}
.originals .originals-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
}
.originals .originals-top__info {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 10px;
  line-height: 154%;
  text-align: right;
  color: #6e5d92;
  display: flex;
  flex-direction: column;
}
.originals__list {
  margin-top: 40px;
  display: grid;
  gap: 56px;
}
.originals .originals-item {
  display: flex;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  overflow: hidden;
  background: #2d2240;
}
.originals .originals-item__sc1 {
  width: 50%;
  position: relative;
}
.originals .originals-item__sc2 {
  width: 50%;
  padding: 48px;
  border-left: 1px solid rgba(157, 139, 196, 0.16);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.originals .originals-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.originals .originals-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.43s;
}
.originals .originals-item__image:hover img {
  transform: scale(1.1);
}
.originals .originals-item__label {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(232, 184, 107, 0.16);
  border: 1px solid rgba(232, 184, 107, 0.55);
  border-radius: 999px;
  padding: 5px 11px;
  margin-bottom: 16px;
}
.originals .originals-item__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: var(--white);
  margin-bottom: 28px;
  width: 100%;
}
.originals .originals-item__title span {
  color: var(--accent);
}
.originals .originals-item__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  color: var(--body);
  width: 100%;
}
.originals .originals-item__list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-top: 26px;
}
.originals .originals-item .originals-item-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.originals .originals-item .originals-item-item span {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.13em;
  color: var(--body);
  display: flex;
  margin-bottom: 8px;
}
.originals .originals-item .originals-item-item__val {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--white);
}
.originals .originals-item .originals-item-item__val span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--accent);
}
.originals .originals-item__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  padding-top: 20px;
  margin-top: 26px;
}
.originals .originals-item__bottom .btn {
  font-weight: 600;
  font-size: 16px;
}
.originals .originals-item__mininfo {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 10px;
  line-height: 154%;
  color: var(--body);
}
.originals .originals-item:nth-child(even) {
  flex-direction: row-reverse;
}
.originals .originals-item:nth-child(even) .originals-item__sc2 {
  border-left: none;
  border-right: 1px solid rgba(157, 139, 196, 0.16);
}
@media (max-width: 992px) {
  .originals .originals-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .originals .originals-top__info {
    text-align: left;
  }
  .originals__list {
    gap: 28px;
  }
  .originals .originals-item__sc2 {
    padding: 24px;
  }
  .originals .originals-item__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .originals .originals-item__content {
    font-size: 16px;
  }
  .originals .originals-item__list {
    gap: 12px;
  }
  .originals .originals-item .originals-item-item__val {
    font-size: 26px;
  }
  .originals .originals-item .originals-item-item__val span {
    font-size: 26px;
  }
  .originals .originals-item__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }
  .originals .originals-item__bottom .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .originals__list {
    margin-top: 28px;
    gap: 16px;
  }
  .originals .originals-item {
    flex-direction: column !important;
  }
  .originals .originals-item__sc1 {
    width: 100%;
    height: 400px;
  }
  .originals .originals-item__sc2 {
    width: 100%;
  }
  .originals .originals-item .originals-item-item__val {
    font-size: 32px;
  }
  .originals .originals-item .originals-item-item__val span {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .originals .originals-item__sc1 {
    height: 237px;
  }
}
@media (max-width: 380px) {
  .originals .originals-item .originals-item-item__val {
    font-size: 26px;
  }
  .originals .originals-item .originals-item-item__val span {
    font-size: 26px;
  }
}

.pick-style__list {
  margin-top: 48px;
  display: flex;
  gap: 20px;
}
.pick-style .pick-style-item {
  width: 20%;
  background: var(--light-bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 24px;
}
.pick-style .pick-style-item__icon {
  background: rgba(232, 184, 107, 0.08);
  border: 1px solid rgba(232, 184, 107, 0.28);
  border-radius: 8px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.pick-style .pick-style-item__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: var(--white);
  display: flex;
  margin-bottom: 8px;
}
.pick-style .pick-style-item__dets {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 9px;
  line-height: 153%;
  color: #6e5d92;
}
@media (max-width: 992px) {
  .pick-style__list {
    flex-wrap: wrap;
  }
  .pick-style .pick-style-item {
    width: calc(50% - 10px);
  }
  .pick-style .pick-style-item:nth-child(5) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pick-style__list {
    gap: 16px;
    margin-top: 28px;
  }
  .pick-style .pick-style-item {
    width: calc(50% - 8px);
  }
}

.games-list1 {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}
.games-list1__bottom {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.games-list1__bottom .btn-link {
  font-weight: 600;
  font-size: 14px;
}
.games-list1__bottom .btn-link span {
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 992px) {
  .games-list1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .games-list1 .game-card:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .games-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .games-list1 .game-card:nth-child(n+5) {
    display: none;
  }
  .games-list1__bottom {
    margin-top: 28px;
  }
}
@media (max-width: 576px) {
  .games-list1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.game-card {
  background: #2d2240;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  overflow: hidden;
}
.game-card__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.game-card__image {
  position: relative;
  overflow: hidden;
  height: 208px;
  display: flex;
}
.game-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transition: 0.53s;
}
.game-card__image:hover img {
  transform: scale(1.2);
}
.game-card__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  background-color: #000;
}
.game-card__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;
}
.game-card__info {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 9px;
  line-height: 153%;
  color: #6e5d92;
}
.game-card__bottom {
  margin-top: 4px;
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
}
.game-card .game-card-rate {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.game-card .game-card-rate__val {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--accent);
}
.game-card .game-card-rate__stars {
  padding-bottom: 2px;
  display: flex;
  font-family: var(--font4);
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: var(--body);
}
.game-card .game-card-rate .game-card-rate-0 {
  color: rgba(232, 184, 107, 0.25);
}
.game-card .btn-link {
  font-size: 11px;
  font-weight: 600;
}
.game-card .btn-link span {
  font-size: 11px;
  font-weight: 700;
}

.charts__wrapper {
  margin-top: 48px;
}
.charts .charts-table .charts-table-head {
  display: flex;
  gap: 20px;
  background: #2d2240;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-bottom: 1px solid rgba(232, 184, 107, 0.14);
  border-radius: 16px 16px 0 0;
  padding: 14px 22px;
}
.charts .charts-table .charts-table-head__col {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 9px;
  line-height: 153%;
  letter-spacing: 0.15em;
  color: #6e5d92;
}
.charts .charts-table .charts-table-head__col:nth-child(1) {
  min-width: 56px;
  max-width: 56px;
}
.charts .charts-table .charts-table-head__col:nth-child(2) {
  width: 100%;
}
.charts .charts-table .charts-table-head__col:nth-child(3) {
  min-width: 130px;
  max-width: 130px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.charts .charts-table .charts-table-head__col:nth-child(4) {
  min-width: 130px;
  max-width: 130px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.charts .charts-table .charts-table-head__col:nth-child(5) {
  min-width: 100px;
  max-width: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .charts .charts-table .charts-table-head {
    padding: 12px 14px;
    gap: 12px;
  }
  .charts .charts-table .charts-table-head__col:nth-child(1) {
    min-width: 30px;
    max-width: 30px;
  }
  .charts .charts-table .charts-table-head__col:nth-child(3) {
    min-width: 100px;
    max-width: 100px;
  }
  .charts .charts-table .charts-table-head__col:nth-child(4) {
    min-width: 100px;
    max-width: 100px;
  }
  .charts .charts-table .charts-table-head__col:nth-child(5) {
    min-width: 100px;
    max-width: 100px;
  }
}
.charts .charts-table .charts-table-body {
  counter-reset: charts-table-row;
}
.charts .charts-table .charts-table-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  counter-increment: charts-table-row;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-top: none;
}
.charts .charts-table .charts-table-row:last-child {
  border-radius: 0 0 16px 16px;
}
.charts .charts-table .charts-table-row__col:nth-child(1) {
  min-width: 56px;
  max-width: 56px;
}
.charts .charts-table .charts-table-row__col:nth-child(2) {
  width: 100%;
}
.charts .charts-table .charts-table-row__col:nth-child(3) {
  min-width: 130px;
  max-width: 130px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.charts .charts-table .charts-table-row__col:nth-child(4) {
  min-width: 130px;
  max-width: 130px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.charts .charts-table .charts-table-row__col:nth-child(5) {
  min-width: 100px;
  max-width: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.charts .charts-table .charts-table-row__num {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: var(--accent);
}
.charts .charts-table .charts-table-row__num::before {
  content: counter(charts-table-row, decimal-leading-zero);
}
.charts .charts-table .charts-table-row--accent {
  background: rgba(232, 184, 107, 0.04);
}
.charts .charts-table .charts-table-row--accent .ch-rate-prc {
  color: #7ad6a3 !important;
}
@media (max-width: 767px) {
  .charts .charts-table .charts-table-row {
    padding: 12px 14px;
    gap: 12px;
  }
  .charts .charts-table .charts-table-row__col:nth-child(1) {
    min-width: 30px;
    max-width: 30px;
  }
  .charts .charts-table .charts-table-row__col:nth-child(3) {
    min-width: 100px;
    max-width: 100px;
  }
  .charts .charts-table .charts-table-row__col:nth-child(4) {
    min-width: 100px;
    max-width: 100px;
  }
  .charts .charts-table .charts-table-row__col:nth-child(5) {
    min-width: 100px;
    max-width: 100px;
  }
  .charts .charts-table .charts-table-row__num {
    font-size: 18px;
  }
}
.charts .charts-table .ch-main__top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 4px;
}
.charts .charts-table .ch-main__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: var(--white);
  display: flex;
}
.charts .charts-table .ch-main .ch-label {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(232, 184, 107, 0.16);
  border: 1px solid rgba(232, 184, 107, 0.55);
  border-radius: 999px;
  padding: 5px 11px;
}
.charts .charts-table .ch-main__info {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 10px;
  line-height: 154%;
  color: #6e5d92;
}
.charts .charts-table .rtp {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 12px;
  line-height: 154%;
  color: var(--white);
  text-align: center;
}
.charts .charts-table .volatility {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 12px;
  line-height: 154%;
  color: var(--white);
  text-align: center;
}
.charts .charts-table .ch-rate {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.charts .charts-table .ch-rate .ch-rate-val {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-align: right;
  color: var(--accent);
}
.charts .charts-table .ch-rate .ch-rate-prc {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 10px;
  line-height: 154%;
  text-align: right;
  color: #6e5d92;
}
@media (max-width: 1200px) {
  .charts .charts-table-wrapper {
    overflow: auto;
    width: 100vw;
    position: relative;
    left: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .charts .charts-table {
    min-width: 720px;
    max-width: 720px;
  }
}
@media (max-width: 992px) {
  .charts .charts-table-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .charts .charts-table-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .charts {
    background: var(--bg);
  }
  .charts__wrapper {
    margin-top: 28px;
  }
  .charts .charts-table-wrapper {
    left: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.guides-section__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 992px) {
  .guides-section__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .guides-section__top {
    gap: 16px;
  }
}
.guides-section__list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 992px) {
  .guides-section__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .guides-section__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 28px;
  }
}

.hero-main-V2 {
  padding: clamp(40px, 8vw, 80px) 0px;
}
.hero-main-V2 .hero-title {
  margin-bottom: 24px;
}
.hero-main-V2 .hero-text {
  max-width: 900px !important;
}
@media (max-width: 767px) {
  .hero-main-V2 .hero-title br {
    display: none;
  }
}

.games__wrapper {
  margin-top: 48px;
}
.games .games-filters .search {
  display: none;
}
@media (max-width: 767px) {
  .games .games-filters .search {
    display: block;
    margin-bottom: 16px;
  }
}
.games .games-filters__options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .games .games-filters__options {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .games .games-filters__options {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.games .games-filters__options2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  gap: 12px;
}
@media (max-width: 767px) {
  .games .games-filters__options2 .sort .sort-list {
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .games .games-filters__options2 {
    margin-top: 16px;
  }
}
@media (max-width: 410px) {
  .games .games-filters__options2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 410px) and (max-width: 767px) {
  .games .games-filters__options2 .sort .sort-list {
    right: auto;
    left: 0;
  }
}
.games .games-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .games .games-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .games__wrapper {
    margin-top: 24px;
  }
  .games .games-list {
    margin-top: 28px;
  }
}
@media (max-width: 576px) {
  .games .games-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.pagination-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .pagination-wrapper {
    margin-top: 28px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item a, .pagination__item span {
  font-family: var(--font7);
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  min-width: 32px;
  height: 32px;
  border: 1px solid var(--bg);
  background: var(--bg);
  padding: 5px 4px;
  transition: 0.23s;
}
.pagination__item a svg {
  transition: 0.23s;
}
.pagination__item a:hover {
  color: #fece2e;
}
.pagination__item a:hover svg path {
  fill: #fece2e;
}
.pagination__item--active a, .pagination__item--active span {
  border: 1px solid #fece2e;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .pagination__item--desktop {
    display: none;
  }
}
.pagination__link--prev {
  background-color: transparent !important;
  border: none !important;
}
.pagination__link--next {
  background-color: transparent !important;
  border: none !important;
}
@media (max-width: 360px) {
  .pagination {
    gap: 4px;
  }
}

.featured-posts__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .featured-posts__list {
    margin-top: 48px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .featured-posts__list {
    margin-top: 28px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.featured-games__filters {
  margin-top: 48px;
}
.featured-games__options1 {
  display: flex;
  gap: 24px;
}
.featured-games__select-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 24px;
}
.featured-games .search {
  width: 100%;
  max-width: 34.4%;
}
@media (max-width: 1200px) {
  .featured-games .search {
    max-width: 28%;
  }
}
.featured-games__options2 {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.featured-games__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 40px;
}
.featured-games .op-card__top {
  height: 194px;
}
@media (max-width: 767px) {
  .featured-games .op-card__top {
    height: 220px;
  }
}
.featured-games__bottom {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media (max-width: 1200px) {
  .featured-games__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .featured-games__options1 {
    flex-direction: column-reverse;
  }
  .featured-games .search {
    max-width: 100%;
  }
  .featured-games__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .featured-games__filters {
    margin-top: 24px;
  }
  .featured-games__options1 {
    gap: 16px;
  }
  .featured-games__options2 {
    margin-top: 16px;
  }
  .featured-games__select-group {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .featured-games .sort .sort-list {
    right: 0;
    left: auto;
  }
  .featured-games__list {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .featured-games__bottom {
    margin-top: 24px;
  }
}

.hero-game-page {
  padding-top: 64px;
  padding-bottom: 90px;
}
.hero-game-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.hero-game-page__box {
  width: 100%;
  max-width: 768px;
}
.hero-game-page .hero-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hero-game-page .hero-title {
    margin-bottom: 16px;
  }
}
.hero-game-page .hero-text {
  max-width: 730px !important;
}
.hero-game-page__media {
  min-width: 475px;
  max-width: 475px;
}
@media (max-width: 1200px) {
  .hero-game-page__media {
    min-width: 375px;
    max-width: 375px;
  }
}
@media (max-width: 992px) {
  .hero-game-page__media {
    min-width: 324px;
    max-width: 324px;
  }
}
.hero-game-page__image img {
  width: 100%;
  border-radius: 16px;
}
.hero-game-page .game-info {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  background: var(--light-bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 24px;
  gap: 48px;
}
.hero-game-page .game-info__item {
  width: 20%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-game-page .game-info__item span {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: var(--body);
  display: flex;
  margin-bottom: 12px;
}
.hero-game-page .game-info__item::after {
  position: absolute;
  background-color: rgba(157, 139, 196, 0.16);
  width: 1px;
  height: 100%;
  content: "";
  display: flex;
  top: 0;
  right: -24px;
}
.hero-game-page .game-info__item:last-child::after {
  display: none;
}
.hero-game-page .game-info__val {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: var(--accent);
}
@media (max-width: 992px) {
  .hero-game-page .game-info {
    margin-top: 48px;
    gap: 20px;
    padding: 24px 16px;
  }
  .hero-game-page .game-info__item::after {
    right: -10px;
  }
  .hero-game-page .game-info__val {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-game-page {
    padding-top: 28px;
    padding-bottom: 40px;
  }
  .hero-game-page__wrapper {
    flex-direction: column-reverse;
    gap: 28px;
  }
  .hero-game-page__media {
    min-width: 100%;
    max-width: 100%;
  }
  .hero-game-page__image {
    max-width: 100%;
  }
  .hero-game-page .game-info {
    margin-top: 28px;
    gap: 48px;
    padding: 24px;
    flex-direction: column;
  }
  .hero-game-page .game-info__item {
    width: 100%;
  }
  .hero-game-page .game-info__item::after {
    right: 0;
    top: auto;
    bottom: -24px;
    width: 100%;
    height: 1px;
  }
  .hero-game-page .game-info__val {
    font-size: 24px;
  }
}

.about-game__wrapper {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
.about-game__main .top {
  margin-bottom: 20px;
}
.about-game__main .top .title span {
  display: flex;
}
.about-game__content {
  display: grid;
  gap: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: var(--white);
}
.about-game__content p {
  margin-top: 20px;
}
.about-game .about-game-list {
  min-width: 441px;
  max-width: 441px;
  display: grid;
  gap: 8px;
}
.about-game .about-game-list .about-game-list-item {
  background: #2d2240;
  border-left: 2px solid var(--accent);
  border-radius: 8px;
  padding: 14px 16px 14px 18px;
}
.about-game .about-game-list .about-game-list-item__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: var(--white);
  display: flex;
  margin-bottom: 4px;
}
.about-game .about-game-list .about-game-list-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 103%;
  color: var(--body);
}
@media (max-width: 1200px) {
  .about-game__wrapper {
    gap: 28px;
  }
  .about-game .about-game-list {
    min-width: 320px;
    max-width: 320px;
  }
}
@media (max-width: 992px) {
  .about-game__wrapper {
    flex-direction: column;
  }
  .about-game__content {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--body);
    gap: 6px;
  }
  .about-game__content p {
    margin-top: 12px;
  }
  .about-game .about-game-list {
    min-width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .whereplay .top .title span {
    display: flex;
  }
}
.whereplay__list {
  margin-top: 28px;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}
.whereplay .whereplay-item {
  background: var(--light-bg);
  border: 1px solid #2d2240;
  border-radius: 10px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.whereplay .whereplay-item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whereplay .whereplay-item__operator {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 120%;
  color: var(--bg);
  background: var(--white);
  border-radius: 6px;
  padding: 6px 14px;
  min-width: 115px;
}
.whereplay .whereplay-item__box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}
.whereplay .whereplay-item__rate {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 15px;
  text-align: right;
  color: var(--accent);
}
.whereplay .whereplay-item__lbl {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  color: var(--body);
}
.whereplay .whereplay-item__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 140%;
  color: var(--body);
  margin-top: 12px;
}
.whereplay .whereplay-item__bottom {
  padding-top: 13px;
  border-top: 1px solid #2d2240;
  display: flex;
  justify-content: space-between;
}
.whereplay .whereplay-item__licens {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  color: var(--body);
}
.whereplay .whereplay-item .btn-link {
  font-size: 12px;
}
.whereplay .whereplay-item .btn-link span {
  font-size: 12px;
}
.whereplay .whereplay-item:nth-child(2) .whereplay-item__operator {
  min-width: 92px;
}
.whereplay .whereplay-item:nth-child(3) .whereplay-item__operator {
  min-width: 87px;
}
.whereplay__bottom {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .whereplay__bottom .btn-link {
    font-size: 12px;
  }
  .whereplay__bottom .btn-link span {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .whereplay__list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .whereplay__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
  .howtoplay .title span {
    display: flex;
  }
}
.howtoplay__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.howtoplay .howtoplay-item {
  padding: 28px;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  background: #2d2240;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.howtoplay .howtoplay-item__num {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.2em;
  color: var(--accent);
}
.howtoplay .howtoplay-item__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  color: var(--white);
}
.howtoplay .howtoplay-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  color: var(--body);
}
@media (max-width: 992px) {
  .howtoplay__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .howtoplay__list {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.you-may-like__list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
@media (max-width: 992px) {
  .you-may-like__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .you-may-like__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.post-hero {
  position: relative;
  padding: clamp(40px, 7.333vw, 70px) 0px;
}
.post-hero .post-hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.post-hero .post-hero-image::after {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(26, 20, 40, 0.1), rgba(26, 20, 40, 0.1)), linear-gradient(180deg, rgba(0, 0, 0, 0) 42.54%, #1A1428 100%);
}
.post-hero .post-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.post-hero__content {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 952px;
}
.post-hero__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(44px, 8vw, 72px);
  line-height: 111%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--white);
  margin-bottom: 24px;
}
.post-hero__title span {
  color: var(--accent);
}
.post-hero__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 136%;
  text-align: center;
  color: var(--white);
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.post-hero .post-hero-info {
  margin-top: clamp(28px, 4vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.post-hero .post-hero-info__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.post-hero .post-hero-info__item::before {
  display: flex;
  content: "·";
  font-family: var(--font5);
  font-weight: 700;
  font-size: 20px;
  line-height: 109%;
  text-align: center;
  color: #fff;
}
.post-hero .post-hero-info__item:first-child::before {
  display: none;
}
.post-hero .post-hero-info .post-author__image {
  background-color: #d9d9d9;
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.post-hero .post-hero-info .post-author__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.post-hero .post-hero-info .post-author {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 109%;
  color: #fff;
}
.post-hero .post-hero-info .post-date,
.post-hero .post-hero-info .post-readtime {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 109%;
  color: #fff;
}
@media (max-width: 767px) {
  .post-hero .post-hero-info {
    gap: 8px;
  }
  .post-hero .post-hero-info__item {
    gap: 8px;
  }
  .post-hero .post-hero-info .post-author {
    font-size: 16px;
  }
  .post-hero .post-hero-info .post-date,
  .post-hero .post-hero-info .post-readtime {
    font-size: 16px;
  }
}

.post-content {
  background: var(--bg);
  padding-bottom: 40px;
}
.post-content__box {
  background: #2d2240;
  border-radius: clamp(28px, 5.067vw, 48px);
  padding: clamp(24px, 4.8vw, 48px) clamp(24px, 6.667vw, 75px);
  display: grid;
  gap: clamp(28px, 5.867vw, 58px);
}
.post-content h2 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: clamp(28px, 5.067vw, 48px);
  line-height: 130%;
  color: #fff;
  margin-bottom: 10px;
}
.post-content h3 {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 32px);
  line-height: 130%;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
}
.post-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 12px;
}
.post-content p:last-child {
  margin-bottom: 0;
}
.post-content strong {
  font-weight: 700;
}
.post-content ul {
  margin-bottom: 12px;
  padding-left: 22px;
}
.post-content ul li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  position: relative;
}
.post-content ul li::before {
  content: "";
  height: 4px;
  width: 3px;
  background-color: #fff;
  position: absolute;
  left: -12px;
  top: 9px;
  border-radius: 3px;
}
.post-content a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  color: var(--accent);
}
.post-content a:hover {
  text-decoration: none;
}
.post-content figure img {
  width: 100%;
  border-radius: 16px;
}
.post-content figure figcaption {
  margin-top: 8px;
  font-family: var(--font5);
  font-weight: 400;
  font-size: 14px;
  line-height: 109%;
  color: #fff;
  text-align: center;
}
.post-content .quote {
  background: var(--light-bg);
  border-left: 5px solid var(--accent);
  border-radius: 0 16px 16px 0;
  padding: 20px 40px;
  padding-left: 72px;
  position: relative;
}
.post-content .quote::before {
  content: "“";
  position: absolute;
  left: 40px;
  top: 20px;
  font-family: var(--font5);
  font-weight: 700;
  font-size: 40px;
  color: var(--accent);
}
.post-content .quote__content p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.post-content .quote__author {
  margin-top: 21px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 18px;
  color: var(--accent);
}
@media (max-width: 767px) {
  .post-content .quote {
    padding-left: 56px;
    padding-right: 24px;
  }
  .post-content .quote::before {
    left: 24px;
  }
  .post-content .quote__content p {
    font-size: 16px;
  }
}
.post-content .share-post {
  display: flex;
  gap: 21px;
  align-items: center;
  justify-content: center;
}
.post-content .share-post__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 109%;
  color: #fff;
}
.post-content .share-post__list {
  display: flex;
  gap: 14px;
}
.post-content .share-post .share-post-item {
  border: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.23s;
}
.post-content .share-post .share-post-item:hover {
  transform: scale(1.1);
}

.hero-guides .hero-title {
  width: 100%;
  max-width: 835px !important;
}

.library__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.library .library-item {
  background: #2d2240;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.library .library-item__label {
  display: inline-flex;
  margin-bottom: 10px;
  background: rgba(232, 184, 107, 0.15);
  border-radius: 999px;
  padding: 5px 10px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
}
.library .library-item__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 115%;
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
}
.library .library-item__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: var(--body);
}
.library .library-item .btn-link {
  font-size: 13px;
}
.library .library-item .btn-link span {
  font-size: 13px;
}
@media (max-width: 767px) {
  .library__list {
    margin-top: 28px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .library .library-item {
    gap: 16px;
  }
}

.hwitwork__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.hwitwork__main {
  min-width: 510px;
  max-width: 510px;
}
.hwitwork__list {
  width: 100%;
  border-left: 1px solid rgba(157, 139, 196, 0.16);
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  counter-reset: hwitwork-item;
}
.hwitwork .hwitwork-item {
  position: relative;
  counter-increment: hwitwork-item;
  padding-bottom: 32px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border-bottom: 1px solid rgba(232, 184, 107, 0.14);
}
.hwitwork .hwitwork-item::before {
  content: counter(hwitwork-item, decimal-leading-zero);
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: rgba(157, 139, 196, 0.2);
}
.hwitwork .hwitwork-item__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 12px;
}
.hwitwork .hwitwork-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--body);
}
@media (max-width: 1200px) {
  .hwitwork__wrapper {
    gap: 28px;
  }
  .hwitwork__main {
    min-width: 420px;
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .hwitwork__wrapper {
    flex-direction: column;
  }
  .hwitwork__main {
    min-width: 100%;
    max-width: 100%;
  }
  .hwitwork__list {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .hwitwork__list {
    gap: 28px;
  }
  .hwitwork .hwitwork-item {
    padding-bottom: 24px;
  }
}

.hero-slots .hero-title {
  max-width: 100% !important;
}

.guid-cat__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.guid-cat .guid-cat-item {
  background: var(--light-bg);
  border-top: 2px solid var(--accent);
  border-radius: 10px;
  padding: 24px 24px 40px;
}
.guid-cat .guid-cat-item__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 10px;
}
.guid-cat .guid-cat-item__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 115%;
  color: var(--white);
}
.guid-cat .guid-cat-item__val {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--body);
}
.guid-cat .guid-cat-item__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--body);
  margin-bottom: 13px;
  display: flex;
}
.guid-cat .guid-cat-item__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--white);
  width: 100%;
  max-width: 340px;
}
@media (max-width: 767px) {
  .guid-cat__list {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.text-block1__wrapper {
  width: 100%;
  max-width: 775px;
}
.text-block1__content {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}
.text-block1__text1 {
  display: grid;
  gap: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: var(--white);
}
.text-block1__text2 {
  display: grid;
  gap: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: var(--body);
}

.therisk .top {
  max-width: 862px;
}
.therisk .top__content {
  max-width: 550px;
}
.therisk__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.therisk .therisk-item {
  background: var(--light-bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 28px;
}
.therisk .therisk-item__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 115%;
  color: var(--accent);
  margin-bottom: 12px;
}
.therisk .therisk-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  color: var(--body);
}
@media (max-width: 992px) {
  .therisk__list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .therisk__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-top: 28px;
  }
}

.mechanics__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 40px;
}
.mechanics .mechanics-item {
  background: #2d2240;
  border-top: 2px solid var(--accent);
  border-radius: 10px;
  padding: 24px 24px 40px;
}
.mechanics .mechanics-item__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  color: var(--white);
  margin-bottom: 12px;
}
.mechanics .mechanics-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--white);
  width: 100%;
  max-width: 340px;
}
@media (max-width: 992px) {
  .mechanics__list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .mechanics__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.hero-contact {
  padding: clamp(40px, 6.933vw, 64px) 0;
}
.hero-contact .hero-text {
  max-width: 592px !important;
}

.contact-block__wrapper {
  display: flex;
  gap: 56px;
}
.contact-block__main {
  min-width: 510px;
  max-width: 510px;
}
.contact-block__box {
  width: 100%;
}
.contact-block .contact-form {
  background: #2d2240;
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 16px;
  padding: 40px;
}
.contact-block .contact-form__main {
  display: grid;
  gap: 18px;
}
.contact-block .contact-form .form-group-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.contact-block .contact-form .form-group {
  width: 100%;
}
.contact-block .contact-form .form-group label {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--body);
}
.contact-block .contact-form .form-group label span {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.contact-block .contact-form .form-group input,
.contact-block .contact-form .form-group textarea {
  background: var(--light-bg);
  border: 1px solid rgba(157, 139, 196, 0.16);
  border-radius: 8px;
  padding: 14px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
.contact-block .contact-form .form-group input::placeholder,
.contact-block .contact-form .form-group textarea::placeholder {
  color: #949393;
}
.contact-block .contact-form .form-group input:focus,
.contact-block .contact-form .form-group textarea:focus {
  border-color: var(--body);
}
.contact-block .contact-form .form-group textarea {
  height: 182px;
  resize: none;
}
.contact-block .contact-form .formcheckbox {
  display: flex;
  gap: 12px;
  padding-top: 8px;
  cursor: pointer;
}
.contact-block .contact-form .formcheckbox input {
  display: none;
}
.contact-block .contact-form .formcheckbox__boxwrp {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-block .contact-form .formcheckbox__box {
  background: #fff;
  border: 1px solid #767676;
  border-radius: 3px;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact-block .contact-form .formcheckbox__box::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23E8B86B' class='bi bi-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E");
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}
.contact-block .contact-form .formcheckbox p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  color: var(--body);
}
.contact-block .contact-form .formcheckbox input:checked ~ .formcheckbox__boxwrp .formcheckbox__box::before {
  opacity: 1;
}
.contact-block .contact-form__bottom {
  display: flex;
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid rgba(232, 184, 107, 0.14);
}
@media (max-width: 1200px) {
  .contact-block__wrapper {
    gap: 28px;
  }
  .contact-block__main {
    min-width: 400px;
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .contact-block__wrapper {
    flex-direction: column;
  }
  .contact-block__main {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-block .contact-form {
    padding: 25px 17px;
  }
  .contact-block .contact-form__main {
    gap: 16px;
  }
  .contact-block .contact-form .form-group-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-block .contact-form .form-group input {
    padding: 14px 16px;
  }
  .contact-block .contact-form .form-group textarea {
    height: 205px;
  }
  .contact-block .contact-form__bottom {
    justify-content: center;
  }
  .contact-block .contact-form__bottom .btn {
    width: 100%;
  }
}

.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 */
