@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  margin: 30px 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
  border: none;
}

button,
[role=button] {
  cursor: pointer;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.home--hero {
  padding: 105px 0 247px;
  position: relative;
  font-style: italic;
  overflow: hidden;
  background: #09090C;
}
.home--hero .container {
  position: relative;
}
.home--hero-bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.home--hero-row {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.home--hero-title {
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 78px;
}
.home--hero-title span {
  color: #F11A2E;
}
.home--hero-subtitle {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 100%;
}
.home--hero-text {
  font-size: 18px;
  line-height: 100%;
}
.home--hero-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 73px;
}
.home--hero-item .number {
  font-size: 62px;
  line-height: 100%;
  font-weight: 900;
}
.home--hero-item .number span {
  color: #F11A2E;
}
.home--hero-item .text {
  font-size: 18px;
}
.home--hero-bottom-wrap {
  margin-top: -110px;
  position: relative;
  overflow: hidden;
}
.home--hero-bottom {
  position: relative;
  padding: 37px 150px;
}
.home--hero-bottom-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.home--hero-bottom-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home--hero-bottom-title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.37;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}
.home--hero-bottom-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  align-items: center;
  position: relative;
}
.home--hero-bottom-item {
  position: relative;
  text-align: center;
}
.home--hero-bottom-item:last-child:after {
  display: none;
}
.home--hero-bottom-item:after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;
  background: #fff;
  opacity: 0.3;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(9deg);
}
.home--hero-bottom-item .number {
  font-weight: 900;
  line-height: 1.16;
  font-size: 48px;
  color: #F11A2E;
  margin-bottom: 10px;
}
.home--hero-bottom-item .text {
  font-size: 16px;
  line-height: 1.18;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}
.home--content-wrap {
  padding-top: 105px;
  position: relative;
  overflow: hidden;
}
.home--content-bg {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}
.home--content-bg img {
  width: 100%;
  height: auto;
}
.home--news {
  background: #000;
  padding: 80px 0;
  position: relative;
}
.home--news-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.home--news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 70px;
}
.home--content {
  padding-top: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .home--hero {
    padding-bottom: 80px;
  }
  .home--hero-bg {
    background-position-x: 66%;
  }
  .home--hero-row {
    width: 100%;
  }
  .home--hero-title {
    font-size: 40px;
  }
  .home--hero-subtitle {
    font-size: 20px;
  }
  .home--hero-text {
    font-size: 14px;
  }
  .home--hero-items {
    gap: 20px;
  }
  .home--hero-item .number {
    font-size: 40px;
  }
  .home--hero-item .text {
    font-size: 16px;
  }
  .home--hero-bottom-wrap {
    margin-top: 0;
  }
  .home--hero-bottom-wrap .container {
    padding: 0;
  }
  .home--hero-bottom-bg {
    background-color: #3B050A;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home--hero-bottom-bg img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .home--hero-bottom {
    padding: 30px 15px;
  }
  .home--hero-bottom-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .home--hero-bottom-item {
    width: calc(50% - 30px);
  }
  .home--hero-bottom-item:after {
    display: none;
  }
  .home--content-bg {
    top: 0;
  }
  .home--content-wrap {
    padding-top: 50px;
  }
  .home--news {
    padding: 40px 0;
  }
  .home--news-list {
    display: flex;
    flex-direction: column;
  }
}

.home-bottom {
  position: relative;
  margin-top: 80px;
}
.home-bottom .container {
  position: relative;
}
.home-bottom--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.home-bottom--bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-bottom--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10px;
}
.home-bottom--left {
  font-size: 16px;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.home-bottom--text {
  margin-right: 100px;
}
.home-bottom--right {
  margin: -55px 0;
}
@media (max-width: 768px) {
  .home-bottom--row {
    display: flex;
    flex-direction: column-reverse;
  }
  .home-bottom--left {
    padding: 70px 0 40px;
  }
}

.page--content {
  padding: 60px 0;
}
.page--breadcrumbs {
  padding: 20px 0;
}
.updated {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
}
.updated--inner {
  padding: 10px 15px;
  border-radius: 12px;
}

.post-entry {
  font-size: 16px;
  color: #ACACB5;
}
.post-entry strong {
  color: #fff;
}
.post-entry a {
  color: #F11A2E;
}
.post-entry h2 {
  margin: 80px 0 24px;
}
.post-entry h2:first-child {
  margin-top: 0;
}
.post-entry h3 {
  margin: 40px 0 24px;
}
.post-entry h3:first-child {
  margin-top: 0;
}
.post-entry p {
  margin: 16px 0;
  line-height: 1.35;
}
.post-entry p:first-child {
  margin-top: 0;
}
.post-entry ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post-entry ul li {
  list-style: none;
  position: relative;
  padding-left: 35px;
  margin: 0;
}
.post-entry ul li:before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #FFC107;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.post-entry ol {
  list-style: none;
  counter-reset: list;
  padding-left: 40px;
}
.post-entry ol li {
  position: relative;
  counter-increment: list;
  list-style: none;
  padding-left: 25px;
  margin-bottom: 8px;
}
.post-entry ol li:before {
  position: absolute;
  display: block;
  height: 22px;
  content: counter(list) ". ";
  font-weight: 600;
  text-align: center;
  color: #FFC107;
  left: 0;
  top: 0;
}
.post-entry .wp-block-group {
  margin: 30px 0;
  padding: 40px;
}
.post-entry .wp-block-columns {
  margin: 30px 0;
  gap: 30px;
  justify-content: center;
}
.post-entry .wp-block-image {
  margin: 40px 0;
}
.post-entry .wp-block-image:first-child {
  margin-top: 0;
}
.post-entry .wp-block-image:last-child {
  margin-bottom: 0;
}
.post-entry .wp-block-buttons .wp-block-button__link {
  min-width: 100px;
}
.post-entry .wp-block-separator {
  color: #454545;
  border-top: 1px solid;
  margin: 80px 0;
}
.post-entry .wp-block-quote {
  background: #1E1E1E;
  margin: 24px 0;
  color: #FFC107;
  padding: 26px 31px 22px 89px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.post-entry .wp-block-quote:before {
  display: block;
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  left: 24px;
  top: calc(50% - 22px);
  background-image: url("../../images/quote-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.post-entry .wp-block-quote p {
  margin: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
}
.post-entry .wp-block-table {
  margin: 24px 0;
  border-radius: 10px;
  padding: 0;
}
.post-entry .wp-block-table table {
  border-spacing: 0;
}
.post-entry .wp-block-table table tr {
  border-spacing: 0 10px;
}
.post-entry .wp-block-table table td,
.post-entry .wp-block-table table th {
  padding: 16px 24px;
  background: #09090C;
  border: none;
}
.post-entry .wp-block-table table tr:nth-child(even) td,
.post-entry .wp-block-table table tr:nth-child(even) th {
  background-color: #232323;
}
.post-entry .wp-block-table table thead {
  border-bottom: none;
}
.post-entry .wp-block-table table thead tr th,
.post-entry .wp-block-table table thead tr td {
  background: #740E18 !important;
  color: #fff;
}
.post-entry .wp-block-table table thead tr th:first-child,
.post-entry .wp-block-table table thead tr td:first-child {
  border-radius: 10px 0 0 0;
}
.post-entry .wp-block-table table thead tr th:last-child,
.post-entry .wp-block-table table thead tr td:last-child {
  border-radius: 0 10px 0 0;
}
@media (max-width: 1024px) {
  .post-entry {
    font-size: 14px;
  }
  .post-entry .wp-block-table {
    overflow-x: auto;
    max-width: 100%;
  }
  .post-entry .wp-block-table table.has-fixed-layout {
    table-layout: initial;
  }
  .post-entry .wp-block-table table td,
  .post-entry .wp-block-table table th {
    word-break: normal;
    padding: 12px 10px;
  }
  .post-entry .wp-block-separator {
    margin: 30px 0;
  }
  .post-entry .wp-block-quote {
    padding: 12px 12px 12px 40px;
  }
  .post-entry .wp-block-quote:before {
    width: 25px;
    height: 25px;
    left: 5px;
  }
  .post-entry .wp-block-quote p {
    font-size: 12px;
  }
  .post-entry h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 16px 0;
  }
  .post-entry h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 16px 0;
  }
  .post-entry ol {
    padding-left: 0;
  }
  .post-entry ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.share-buttons {
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.share-buttons a {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 10px;
  background: #252525;
  color: #fff;
  padding: 5px 17px;
  height: 26px;
  border-radius: 4px;
  cursor: pointer;
}
.share-buttons a svg {
  height: 12px;
  width: auto;
}

.btn-primary, .post-entry .wp-block-buttons .wp-block-button__link {
  display: inline-block;
  min-width: 160px;
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #fff !important;
  background: #F11A2E;
  line-height: 1.35;
  padding: 10.5px;
  position: relative;
  border-radius: 0;
}
.btn-primary:before, .post-entry .wp-block-buttons .wp-block-button__link:before, .btn-primary:after, .post-entry .wp-block-buttons .wp-block-button__link:after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  left: -19px;
  top: 0;
  background-image: url("../../images/btn-prev.svg");
  background-size: 20px 100%;
}
.btn-primary:after, .post-entry .wp-block-buttons .wp-block-button__link:after {
  left: auto;
  right: -19px;
  transform: rotate(180deg);
}

.btn-internal {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  line-height: 1.35;
  text-transform: uppercase;
  font-weight: 700;
  color: #F11A2E !important;
  font-style: italic;
  background: transparent;
}
.btn-internal span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #250407;
}

.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.stars-transparent {
  position: relative;
  width: 146px;
  height: 26px;
}
.stars-transparent span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../../images/stars-yellow.svg");
  background-size: 146px 26px;
  background-repeat: no-repeat;
  background-position: left center;
}
.stars-transparent:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("../../images/stars-yellow.svg");
  background-size: 146px 26px;
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.4;
}

#breadcrumbs {
  font-style: italic;
  color: #ACACB5;
  font-size: 13px;
  line-height: 1.33;
}
#breadcrumbs a {
  color: #F11A2E;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 32px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.37;
  margin-bottom: 24px;
  color: #fff;
}
h2 span,
.h2 span {
  color: #F11A2E;
}

h3,
.h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
  font-weight: 800;
}
h3 span,
.h3 span {
  color: #F11A2E;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 646px;
  overflow: hidden;
}
.hero-bg:after {
  content: "";
  position: absolute;
  width: 800px;
  height: 250px;
  background: #F11A2E;
  opacity: 0.2;
  filter: blur(222px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-bg img {
  height: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .hero-bg {
    display: flex;
    justify-content: flex-end;
  }
  .hero-bg img {
    width: auto;
    max-width: none;
    min-height: 476px;
    margin-left: auto;
    margin-right: auto;
  }
}

.socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.socials--item {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #363232;
  border-radius: 9px;
}
.socials--item img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.header {
  background: #09090C;
  padding: 10px 0;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}
.header--right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header--bonus {
  display: inline-block;
}
.header--bonus svg {
  width: 140px;
  height: auto;
}
.header--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.header--mobile-row {
  display: none;
}
.header--menu-open {
  display: none;
}
.header--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.header--top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.header--buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header--logo {
  display: block;
  width: 108px;
}
.header--logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.header--left {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header--menu .menu-toggle-btn {
  display: none;
}
.header--menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header--menu ul li {
  list-style: none;
}
.header--menu .menu {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 16px;
  justify-content: center;
}
.header--menu .menu a {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: #ACACB5;
  text-transform: uppercase;
}
.header--menu .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  background: #09090C;
  display: none;
  flex-direction: column;
  gap: 7px;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  min-width: calc(100% + 35px);
}
.header--menu .menu .sub-menu li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.header--menu .menu .sub-menu a {
  display: block;
  white-space: nowrap;
}
.header--menu .menu .sub-menu .sub-menu {
  top: -10px;
  left: 100%;
}
.header--menu .menu li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}
.header--menu .menu li.menu-item-has-children:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 11px;
  height: 6px;
  background-image: url("../../images/angle-bottom.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.header--menu .menu li.menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
.header--menu .menu li.menu-item-has-children:hover > .sub-menu {
  display: flex;
}
@media (max-width: 1024px) {
  .header--button {
    padding: 9px;
  }
  .header--top-right {
    gap: 15px;
  }
  .header--logo {
    max-width: 100px;
  }
  .header--menu-open {
    display: flex;
    width: 28px;
    height: 28px;
    padding: 0;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 12px;
  }
  .header--menu {
    display: none;
    position: absolute;
    height: calc(100vh - 84px);
    top: 100%;
    width: 100vw;
    left: 0;
    background: #09090C;
    overflow-y: auto;
  }
  .header--menu.menu-active {
    display: block;
  }
  .header--menu .menu-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    position: relative;
    transition: all 0.3s;
    margin-left: 20px;
  }
  .header--menu .menu-toggle-btn span {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../../images/angle-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .header--menu .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header--menu .menu-item-has-children .sub-menu {
    display: none !important;
    width: 100%;
    padding-top: 15px;
  }
  .header--menu .menu-item-has-children.is-open > .menu-toggle-btn {
    transform: rotate(90deg);
  }
  .header--menu .menu-item-has-children.is-open > .sub-menu {
    display: block !important;
  }
  .header--menu .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
  .header--menu .menu li:after {
    display: none !important;
  }
  .header--menu .menu .sub-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 10px;
    left: 0 !important;
    top: 0 !important;
    min-width: initial;
  }
  .header--menu .menu .sub-menu a {
    white-space: normal;
  }
  .header--menu .menu a {
    color: #fff;
  }
  .header--mobile-row {
    display: block;
    margin-top: 15px;
  }
  .header--mobile-row .header--buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }
}

.footer {
  width: 1432px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #15151C;
  padding: 80px 0 40px;
  color: #ACACB5;
}
.footer--top {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 70px;
}
.footer--line {
  height: 1px;
  background: #454545;
  margin: 40px 0;
}
.footer--info {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 22px;
}
.footer--logo {
  width: 108px;
  min-width: 108px;
}
.footer--logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.footer--logo-item img {
  max-height: 40px;
}
.footer--top-right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.footer--title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}
.footer--menu-inner ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.footer--menu-inner ul a {
  color: #fff;
  padding: 4px 0;
  font-size: 14px;
}
.footer--middle {
  font-size: 14px;
  text-align: center;
}
.footer--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.footer--bottom-menu-inner ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer--bottom-menu-inner ul a {
  font-size: 14px;
  text-decoration: underline;
  color: #ACACB5;
}
.footer--copyright {
  color: #7B7B7B;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .footer {
    padding: 40px 0 20px;
  }
  .footer--info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer--top {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .footer--logos {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer--menu {
    text-align: center;
  }
  .footer--top-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .footer--bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer--bottom-menu-inner ul {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cta-casino {
  margin: 30px 0;
}
.cta-casino .casino-row--bottom {
  display: none;
}
.cta-casino .casino-row--label {
  display: none;
}
.cta-casino .casino-row--center {
  width: auto;
}
.cta-casino .casino-row--top {
  align-items: center;
  justify-content: space-between;
}
.cta-casino .casino-row--left {
  width: 127px;
  min-width: 127px;
}
.cta-casino .casino-row--logo {
  min-height: 74px;
}

.pros-cons {
  margin: 40px 0;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
.pros-cons--col {
  border: 1px solid #23C914;
  border-radius: 10px;
  background: #09090C;
  padding: 24px 24px 0 0;
}
.pros-cons--col.red {
  border-color: #C91414;
}
.pros-cons--col.red .pros-cons--title {
  border-color: #C91414;
}
.pros-cons--col.red .pros-cons--title span {
  background-color: rgba(201, 20, 20, 0.1);
  background-image: url("../../images/cons.svg");
}
.pros-cons--col.red .pros-cons--item:before {
  background-image: url("../../images/cons.svg");
}
.pros-cons--title {
  padding: 12px 12px 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-weight: 800;
  font-style: italic;
  font-size: 24px;
  line-height: 1.35;
  border: 1px solid #23C914;
  border-radius: 0 10px 10px 0;
  border-left: none;
  color: #fff;
}
.pros-cons--title span {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: rgba(35, 201, 20, 0.1);
  background-image: url("../../images/pros.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.pros-cons--items {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 0 24px 24px;
}
.pros-cons--item {
  position: relative;
  padding-left: 28px;
}
.pros-cons--item:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../../images/pros.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
}
@media (max-width: 1024px) {
  .pros-cons {
    display: flex;
    flex-direction: column;
  }
  .pros-cons--col {
    padding-right: 12px;
    padding-top: 12px;
  }
  .pros-cons--items {
    padding: 12px 0 12px 12px;
  }
}

.faq {
  padding-bottom: 80px;
}
.faq--top {
  width: 800px;
  margin: 0 auto 32px;
  max-width: 100%;
  text-align: center;
}
.faq--main-title {
  margin-bottom: 24px;
}
.faq--info {
  font-size: 14px;
  color: #ACACB5;
}
.faq--items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq--item {
  padding: 20px;
  overflow: hidden;
  background: #09090C;
  border: 1px solid #393939;
  border-radius: 10px;
}
.faq--item.active {
  border-color: #F11A2E;
}
.faq--item.active .faq--text {
  display: block;
}
.faq--item.active .faq--title {
  font-weight: 600;
}
.faq--item.active .faq--title span {
  background: #F11A2E;
}
.faq--item.active .faq--title svg {
  transform: rotate(90deg);
}
.faq--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  text-align: left;
  color: #fff;
  background: transparent;
}
.faq--title span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2C2C2C;
  border-radius: 50%;
}
.faq--text {
  display: none;
  padding: 15px 0 0;
  color: #ACACB5;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .faq {
    padding-bottom: 40px;
  }
  .faq--top {
    width: 100%;
  }
}

.page--intro-right .toc {
  position: relative;
  top: 0;
}

.toc {
  border: 1px solid #393939;
  border-radius: 10px;
  position: sticky;
  background: #000000;
  top: 100px;
  margin-bottom: 24px;
  z-index: 2;
}
.toc--title {
  padding: 24px;
  font-weight: 800;
  font-size: 20px;
  border-bottom: 1px solid #393939;
  line-height: 1.35;
}
.toc--item {
  display: block;
  padding: 12px 49px 12px 24px;
  position: relative;
  border-bottom: 1px solid #393939;
  font-size: 16px;
  font-weight: 500;
  color: #ACACB5;
  transition: all 0.2s;
}
.toc--item:before {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 40px;
  left: 0;
  top: calc(50% - 20px);
  background: #F11A2E;
  border-radius: 0 111px 111px 0;
  opacity: 0;
  transition: all 0.2s;
}
.toc--item span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 20px;
  width: 20px;
  background: #250407;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2s;
  right: 24px;
  top: calc(50% - 10px);
}
.toc--item:hover {
  color: #F11A2E;
  background: linear-gradient(90deg, #300206 0%, #000000 100%);
}
.toc--item:hover:before,
.toc--item:hover span {
  opacity: 1;
}
.toc--item:last-child {
  border-bottom: none;
}

.toc-mobile {
  display: none;
  border: 1px solid #F11A2E;
  border-radius: 10px;
  background: #000;
  margin: 30px 0;
}
.toc-mobile.active .toc--items {
  display: block;
}
.toc-mobile .toc--items {
  display: none;
}
.toc-mobile--title {
  padding: 25px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  width: 100%;
}
@media (max-width: 1024px) {
  .toc-mobile {
    display: block;
  }
}

.cta-global {
  margin: 30px 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #09090C;
}
.cta-global--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cta-global--bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cta-global--row {
  position: relative;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}
.cta-global--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  color: #fff;
}
.cta-global--text {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .cta-global--row {
    padding: 24px;
    display: flex;
    flex-direction: column-reverse;
  }
}

.latest-posts--wrap {
  padding: 80px 0;
}
.latest-posts--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.latest-posts--items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .latest-posts--wrap {
    padding: 40px 0;
  }
  .latest-posts--items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .latest-posts--items {
    grid-template-columns: 1fr;
  }
}

.payments {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.payments--item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 45px 11px 16px;
  color: #fff !important;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 18px;
}
.payments--item:before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 1px solid #393939;
  border-radius: 10px;
  transform: skew(-13deg, 0deg);
}
.payments--item span {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #2C2C2C;
  border-radius: 50%;
  top: calc(50% - 12px);
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payments--item:hover:before {
  border-color: #F11A2E;
}
.payments--item:hover span {
  background: #F11A2E;
}
.payments--item:hover span path {
  fill: #fff;
}
@media (max-width: 1024px) {
  .payments--item {
    grid-template-columns: 1fr;
  }
}
.payments--logo {
  width: 24px;
  height: 24px;
}
.payments--logo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.pay-steps {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pay-steps--item {
  border: 1px solid #393939;
  padding: 24px 24px 33px;
  border-radius: 10px;
}
.pay-steps--top {
  display: flex;
  padding-right: 60px;
  position: relative;
}
.pay-steps--count {
  position: absolute;
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  color: #433301;
  top: 0;
  right: 0;
  line-height: 1.35;
}
.pay-steps--title {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.35;
  color: #fff;
}
.pay-steps--text {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .pay-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .pay-steps {
    grid-template-columns: 1fr;
  }
}

.casino-slider {
  position: relative;
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 184px;
  gap: 24px;
}
.casino-slider--right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.casino-slider--box {
  position: relative;
  overflow: hidden;
  background-color: #09090C;
  background-image: url("../../images/casino-page/box-bg-1.svg");
  border: 1px solid #393939;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
}
.casino-slider--box:nth-child(2) {
  background-image: url("../../images/casino-page/box-bg-2.svg");
}
.casino-slider--box:nth-child(3) {
  background-image: url("../../images/casino-page/box-bg-3.svg");
}
.casino-slider--box-title {
  font-size: 13px;
  font-style: italic;
  color: #ACACB5;
  margin-bottom: 5px;
}
.casino-slider--box-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
  width: 100%;
}
.casino-slider--box-text {
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
}
.casino-slider--wrap {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
}
.casino-slider--wrap .swiper-slide {
  flex: 0 0 auto;
}
.casino-slider--wrap .swiper-button-prev,
.casino-slider--wrap .swiper-button-next {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #250407;
  top: calc(50% - 10px);
  z-index: 2;
}
.casino-slider--wrap .swiper-button-prev:hover,
.casino-slider--wrap .swiper-button-next:hover {
  cursor: pointer;
  background: #F11A2E;
}
.casino-slider--wrap .swiper-button-prev:hover path,
.casino-slider--wrap .swiper-button-next:hover path {
  fill: #fff;
}
.casino-slider--wrap .swiper-button-next {
  right: 24px;
}
.casino-slider--wrap .swiper-button-prev {
  left: 24px;
  transform: rotate(180deg);
}
.casino-slider--left {
  min-width: 0;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #393939;
}
.casino-slider--slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #000;
  padding-top: 49%;
}
.casino-slider--slide img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .casino-slider {
    grid-template-columns: 1fr;
  }
}

.cta-bonus {
  margin: 60px 0;
  position: relative;
  background: #000;
  border: 1px solid #393939;
  border-radius: 12px;
}
.cta-bonus--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 12px;
}
.cta-bonus--bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cta-bonus--row {
  position: relative;
  display: grid;
  grid-template-columns: 4fr 2.7fr;
  align-items: center;
  gap: 50px;
}
.cta-bonus--left {
  padding: 32px;
}
.cta-bonus--title {
  margin-bottom: 24px;
}
.cta-bonus--right {
  margin-top: -24px;
  margin-bottom: -24px;
}
@media (max-width: 1024px) {
  .cta-bonus--row {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
}

.bonuses-list {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.bonuses-list--item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #393939;
  background: #000;
  padding: 0 16px 16px;
}
.bonuses-list--item:before {
  display: block;
  content: "";
  position: absolute;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: #F11A2E;
  filter: blur(55px);
  top: -29px;
  left: -25px;
}
.bonuses-list--item:hover {
  border-color: #F11A2E;
}
.bonuses-list--item:hover:before {
  width: 215px;
  height: 221px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bonuses-list--item .bonuses-list--item-arrow {
  background: #000;
}
.bonuses-list--item-top {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.bonuses-list--item-title {
  position: relative;
}
.bonuses-list--item-image {
  width: 83px;
  height: 83px;
}
.bonuses-list--item-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.bonuses-list--item-arrow {
  width: 26px;
  height: 26px;
  background: #250407;
  border-radius: 50%;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bonuses-list--item-title {
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  font-size: 13px;
}
@media (max-width: 1024px) {
  .bonuses-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .bonuses-list {
    grid-template-columns: 1fr;
  }
}

ul.pagination {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  justify-content: center;
  gap: 24px;
  padding: 0;
}

.pagination ul {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  justify-content: center;
  gap: 24px;
  padding: 0;
}
.pagination li {
  list-style: none;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  padding-left: 0 !important;
}
.pagination li:before {
  display: none !important;
}
.pagination li a {
  color: inherit;
}
.pagination li a:hover {
  color: #F11A2E;
}
.pagination .pagination.current {
  color: #F11A2E;
}

.tech--content-wrap {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .tech--content-wrap {
    padding: 40px 0;
  }
}

.page--intro-wrap {
  padding-bottom: 80px;
  position: relative;
}
.page--intro-cols {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.page--intro-top {
  width: 781px;
  text-align: center;
  margin-left: auto;
  margin-bottom: 48px;
  margin-right: auto;
}
.page--intro-subtitle {
  font-size: 24px;
  line-height: 1.37;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  color: #F11A2E;
}
.page--intro-bottom {
  margin-top: 50px;
  margin-bottom: 80px;
}
.page--intro-text {
  font-size: 16px;
}
.page--author-wrap {
  padding: 7px;
  border: 1px solid #393939;
  border-radius: 8px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.page--author-left {
  display: flex;
  align-items: center;
  gap: 38px;
}
.page--author-image {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}
.page--author-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page--author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page--author-position {
  font-size: 12px;
  color: #ACACB5;
  font-weight: 500;
  line-height: 1.33;
}
.page--author-name {
  font-size: 14px;
  font-weight: 500;
}
.page--author-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ACACB5;
  font-size: 14px;
  text-transform: capitalize;
}
.page--author-right {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.page--author-disclaimer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 13px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  min-width: 193px;
  cursor: pointer;
}
.page--author-disclaimer:hover span {
  display: block;
}
.page--author-disclaimer.type-1 {
  color: rgb(56, 209, 148);
  background: rgba(56, 209, 148, 0.1);
}
.page--author-disclaimer.type-2 {
  color: rgb(241, 26, 46);
  background: rgba(241, 26, 46, 0.1);
}
.page--author-disclaimer.type-3 {
  color: rgb(116, 106, 255);
  background: rgba(116, 106, 255, 0.1);
}
.page--author-disclaimer span {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  width: 300px;
  padding: 15px;
  font-size: 12px;
  font-weight: 400;
  background: #09090C;
  color: #fff;
  text-transform: initial;
}
.page--matches {
  padding: 24px;
  border: 1px solid #393939;
  border-radius: 10px;
  margin-bottom: 24px;
}
.page--matches-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 24px;
}
.page--matches-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page--intro-posts {
  border: 1px solid #393939;
  border-radius: 10px;
  margin-bottom: 35px;
  background: #09090C;
}
.page--intro-posts-top {
  padding: 24px;
}
.page--intro-posts-bottom {
  padding: 25px;
  text-align: center;
  border-top: 1px solid #393939;
}
.page--intro-posts-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 24px;
}
.page--intro-posts-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page--intro-banner {
  margin-bottom: 20px;
}
.page--similar-wrap {
  margin-bottom: 70px;
}
.page--similar-title {
  text-align: center;
  margin-bottom: 32px;
}
.page--similar-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.page--similar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #393939;
  background: #09090C;
  border-radius: 10px;
  padding: 16px;
  color: #fff;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.page--similar-link span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2D2D2D;
}
@media (max-width: 1024px) {
  .page--similar-link {
    width: 100%;
    justify-content: space-between;
  }
  .page--intro-wrap {
    padding-bottom: 40px;
  }
  .page--intro-top {
    width: 100%;
  }
  .page--author-wrap {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .page--author-left {
    width: 100%;
    justify-content: space-between;
  }
  .page--author-position {
    font-size: 10px;
  }
  .page--author-name {
    font-size: 12px;
  }
  .page--author-date {
    font-size: 12px;
  }
  .page--author-disclaimer {
    width: 100%;
  }
  .page--author-disclaimer span {
    z-index: 2;
    width: 100%;
  }
  .page--intro-cols {
    display: flex;
    flex-direction: column;
  }
  .page--matches {
    padding: 12px;
    margin-bottom: 12px;
  }
  .page--intro-posts-top {
    padding: 12px;
  }
  .page--intro-posts {
    margin-bottom: 12px;
  }
  .page--intro-posts-bottom {
    padding: 15px;
  }
}

.page-bottom {
  position: relative;
  overflow: hidden;
  background: #09090C;
  padding-top: 80px;
}
.page-bottom > * {
  position: relative;
}
.page-bottom--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.page-bottom--bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .page-bottom {
    padding-top: 30px;
  }
}

.default-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
}
.default-hero .container {
  position: relative;
}
.default-hero--bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.default-hero--bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.default-hero--row {
  width: 703px;
  max-width: 100%;
}
.default-hero--title {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.default-hero--title span {
  color: #F11A2E;
}
.default-hero--text {
  width: 553px;
  max-width: 100%;
  font-size: 18px;
  margin-bottom: 24px;
}
.default-hero--link {
  font-size: 24px;
}
.default-hero--link:before, .default-hero--link:after {
  background-size: 24px 100%;
}
@media (max-width: 1024px) {
  .default-hero--bottom {
    text-align: center;
  }
  .default-hero--title {
    font-size: 36px;
  }
  .default-hero--text {
    font-size: 16px;
  }
}

.default-content {
  position: relative;
  padding: 80px 0;
  background: #000;
}
.default-content--row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
.default-content--wrap {
  position: relative;
}
.default-content--wrap .page--intro-top {
  position: relative;
  margin-top: -80px;
  perspective: 500px;
}
.default-content--wrap .page--intro-top > * {
  position: relative;
}
.default-content--wrap .page--intro-top:before {
  content: "";
  position: absolute;
  top: -50px;
  right: -100px;
  left: -100px;
  height: 100%;
  background: #09090C;
  transform: rotateX(20deg) rotateY(0deg);
  transform-style: preserve-3d;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 1024px) {
  .default-content {
    padding: 40px 0;
  }
  .default-content--row {
    grid-template-columns: 1fr;
  }
  .default-content--right {
    display: none;
  }
  .default-content--wrap {
    position: relative;
  }
  .default-content--wrap .page--intro-top {
    margin-top: 0;
    padding-top: 40px;
  }
  .default-content--wrap .page--intro-top:before {
    display: none;
  }
}

.default-faq {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .default-faq {
    padding-top: 40px;
  }
}

.default-casinos--wrap {
  background: #000000;
  position: relative;
  padding: 80px 0;
}
.default-casinos--inner {
  width: 808px;
  max-width: 100%;
}
.default-casinos--items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
}
.default-casinos--item {
  border: 1px solid #393939;
  background: #09090C;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.default-casinos--item:before {
  display: block;
  position: absolute;
  content: "";
  width: 124px;
  height: 127px;
  background: #686262;
  filter: blur(55.5px);
  top: -29px;
  left: -25px;
}
.default-casinos--item:nth-child(2):before {
  background: #F1621A;
}
.default-casinos--item:nth-child(3):before {
  background: #0FA046;
}
.default-casinos--item-logo {
  height: 88px;
  background: #000;
  border: 1px solid #393939;
  border-radius: 10px;
  margin: 16px;
  position: relative;
}
.default-casinos--item-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.default-casinos--item-info {
  padding: 0 16px 16px;
  text-align: center;
  position: relative;
}
.default-casinos--item-info .btn-primary, .default-casinos--item-info .post-entry .wp-block-buttons .wp-block-button__link, .post-entry .wp-block-buttons .default-casinos--item-info .wp-block-button__link {
  font-size: 14px;
  margin-top: 16px;
  min-width: 120px;
  padding-left: 0;
  padding-right: 0;
}
.default-casinos--item-info .btn-primary:before, .default-casinos--item-info .post-entry .wp-block-buttons .wp-block-button__link:before, .post-entry .wp-block-buttons .default-casinos--item-info .wp-block-button__link:before {
  left: -17px;
}
.default-casinos--item-info .btn-primary:after, .default-casinos--item-info .post-entry .wp-block-buttons .wp-block-button__link:after, .post-entry .wp-block-buttons .default-casinos--item-info .wp-block-button__link:after {
  right: -17px;
}
.default-casinos--item-text {
  font-size: 14px;
  line-height: 19px;
  font-style: italic;
  color: #fff;
  font-weight: 700;
}
.default-casinos--item-text.yellow {
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
  color: #FFC107;
}
.default-casinos--item-disclaimer {
  color: #ACACB5;
  padding: 12px 16px;
  font-style: italic;
  font-size: 8px;
  line-height: 11px;
  text-align: center;
  border-top: 1px solid #393939;
}
@media (max-width: 1024px) {
  .default-casinos--wrap {
    padding: 20px 0;
  }
  .default-casinos--items {
    grid-template-columns: repeat(2, 1fr);
  }
  .default-casinos--item-logo {
    width: 200px;
    margin: 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .default-casinos--item-logo img {
    height: 95%;
    width: 95%;
  }
}
@media (max-width: 600px) {
  .default-casinos--items {
    grid-template-columns: 1fr;
  }
}

.test {
  color: transparent;
}

.author-big {
  margin: 80px 0;
  border: 1px solid #393939;
  border-radius: 12px;
  background: #09090C;
  padding: 32px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: flex-start;
}
.author-big--left-image img {
  border-radius: 12px;
}
.author-big--right {
  padding-top: 12px;
}
.author-big--top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 17px;
}
.author-big--name {
  font-size: 24px;
  font-style: italic;
  color: #fff;
  font-weight: 800;
  margin-bottom: 24px;
}
.author-big--position {
  font-size: 16px;
  color: #FFC107;
  font-weight: 500;
}
.author-big--socials {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-big--socials.small .author-big--social {
  width: 38px;
  height: 38px;
}
.author-big--social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background: #363232;
}
.author-big--text {
  display: none;
  grid-column: span 2;
}
.author-big--text, .author-big--bottom {
  color: #ACACB5;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .author-big {
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
    align-items: initial;
  }
  .author-big--left {
    max-width: 150px;
  }
  .author-big--bottom {
    display: none;
  }
  .author-big--text {
    display: block;
  }
  .author-big--top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .author-big--name {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .author-big--text {
    width: 100%;
  }
}

.casino-row {
  padding: 24px 24px 12px;
  background: #09090C;
  border-radius: 10px;
  border: 1px solid #393939;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 16px;
}
.casino-row.review {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}
.casino-row.active {
  border-color: #F11A2E;
  padding-bottom: 24px;
}
.casino-row.active .casino-row--label {
  background-image: url("../../images/label-red.svg");
}
.casino-row.active .casino-row--toggle {
  color: #F11A2E;
}
.casino-row.active .casino-row--toggle span {
  background: #250407;
  transform: rotate(180deg);
}
.casino-row.active .casino-row--toggle span svg,
.casino-row.active .casino-row--toggle span path {
  fill: #F11A2E;
}
.casino-row.active .casino-row--bottom {
  padding: 24px 24px 12px;
  border: 1px solid #393939;
  margin-top: 46px;
  border-radius: 10px;
}
.casino-row.active .casino-row--info {
  display: block;
}
.casino-row--disclaimer {
  padding: 12px;
  color: #ACACB5;
  font-size: 10px;
  text-align: center;
  border: 1px solid #393939;
  border-radius: 0 0 10px 10px;
  border-top: none;
}
.casino-row--top {
  display: flex;
  justify-content: space-between;
}
.casino-row--left {
  width: 182px;
  min-width: 182px;
}
.casino-row--right {
  width: 200px;
  min-width: 200px;
}
.casino-row--center {
  margin-left: 24px;
  width: 100%;
  margin-right: 70px;
}
.casino-row--logo {
  min-height: 106px;
  max-height: 106px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.casino-row--logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
.casino-row--bonus {
  font-style: italic;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}
.casino-row--rating-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 5px;
}
.casino-row--rating-title {
  font-size: 13px;
  font-style: italic;
  color: #ACACB5;
}
.casino-row--rating {
  font-size: 14px;
  color: #D7D7D7;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}
.casino-row--rating .stars {
  width: 106px;
  height: 18px;
  position: relative;
  top: -2px;
  background-image: url("../../images/stars-grey.svg");
  background-size: 106px 18px;
  background-repeat: no-repeat;
}
.casino-row--rating .stars span {
  position: absolute;
  height: 100%;
  background-image: url("../../images/stars-yellow.svg");
  background-size: 106px 18px;
  background-repeat: no-repeat;
}
.casino-row--right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.casino-row--toggle {
  color: #ACACB5 !important;
  margin-top: 18px;
}
.casino-row--toggle span {
  background: #212121;
  transition: all 0.3s;
}
.casino-row--toggle span svg {
  fill: #ACACB5;
}
.casino-row--bottom {
  text-align: center;
}
.casino-row--label {
  width: 33px;
  height: 32px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  left: 8px;
  font-weight: 700;
  color: #ACACB5;
  font-style: italic;
  font-size: 16px;
  background-image: url("../../images/label-grey.svg");
  padding-right: 2px;
  transition: all 0.3s;
}
.casino-row--label.first {
  background-image: url("../../images/label-red.svg");
}
.casino-row--info {
  display: none;
  text-align: left;
}
.casino-row--info-title {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 3px;
}
.casino-row--info-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 25px;
}
.casino-row--info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 0 10px;
  border-bottom: 1px solid #393939;
}
.casino-row--info-item:nth-child(9), .casino-row--info-item:nth-child(10) {
  border: none;
}
.casino-row--info-item .left {
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #ACACB5;
}
.casino-row--info-item .right {
  text-align: right;
  line-height: 1.5;
  font-size: 16px;
}
.casino-row--promocode {
  position: relative;
  width: 100%;
  background: rgba(116, 106, 255, 0.1);
  border: 1px dashed #746AFF;
  border-radius: 8px;
  padding: 4px 45px 4px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #746AFF;
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
}
.casino-row--promocode div {
  width: 120px;
  max-width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.casino-row--promocode span {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}
.casino-row--promocode svg {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.casino-row--intro-info {
  display: flex;
  gap: 13px;
  margin-top: 24px;
}
.casino-row--intro-info-item {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #393939;
  flex: 1;
}
.casino-row--intro-info-item span {
  display: inline-block;
  margin-right: 4px;
  color: #ACACB5;
  font-weight: 400;
}
.casino-row--intro-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 24px;
  color: #ACACB5;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}
.casino-row--intro-license {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-row--intro-license img {
  width: 29px;
  height: auto;
}
.casino-row--intro-payments {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-row--intro-payments .logos {
  display: flex;
  align-items: center;
  gap: 3.5px;
}
.casino-row--intro-payments .logos div {
  width: 34px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F2F34;
  border-radius: 2px;
}
.casino-row--intro-payments .logos div img {
  width: 25px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .casino-row {
    padding: 12px;
  }
  .casino-row--top {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .casino-row--center {
    margin: 0;
  }
  .casino-row--bottom {
    padding: 12px;
  }
  .casino-row--info-items {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .casino-row--info-item {
    border-bottom: 1px solid #393939 !important;
  }
  .casino-row--info-item:last-child {
    border-bottom: none !important;
  }
  .casino-row--intro-info {
    flex-direction: column;
  }
  .casino-row--intro-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .casino-row--logo {
    width: 200px;
    height: 100px;
    background: transparent;
    min-height: auto;
  }
}

.casino-comments {
  position: relative;
  margin: 80px 0;
  padding: 24px;
  border: 1px solid #393939;
  border-radius: 10px;
}
.casino-comments--title {
  margin-bottom: 14px;
}
.casino-comments--top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 25px;
}
.casino-comments--top-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px;
  border-radius: 10px;
  background-image: url("../../images/casino-page/comments-bg.webp");
}
.casino-comments--rating-number {
  font-size: 42px;
  line-height: 1.35;
  font-weight: 800;
  color: #fff;
}
.casino-comments--rating-subtitle {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 700;
}
.casino-comments--top-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.casino-comments--stats {
  display: grid;
  grid-template-columns: 45px 1fr 25px;
  align-items: center;
  gap: 7px;
}
.casino-comments--stats .left {
  font-size: 13px;
  color: #fff;
  font-style: italic;
}
.casino-comments--stats .right {
  font-size: 13px;
  font-style: italic;
  text-align: right;
}
.casino-comments--stats .center {
  height: 6px;
  border: 1px solid #303030;
  background: #303030;
  border-radius: 1100px;
  position: relative;
}
.casino-comments--stats .center span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1100px;
  background: linear-gradient(90deg, #8B0F1B 0%, #F11A2E 100%);
}
.casino-comments--list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .casino-comments--top {
    grid-template-columns: 1fr;
  }
}

.casino-comment {
  border: 1px solid #393939;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.casino-comment--top {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.casino-comment--login {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.casino-comment--login span {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: #331822;
  color: #F11A2E;
  border-radius: 50%;
  line-height: 46px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.casino-comment--date {
  font-size: 14px;
}
.casino-comment--bottom {
  background: #171717;
  padding: 24px;
}
.casino-comment--info {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.casino-comment--logo {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid #F11A2E;
  background: #000;
}
.casino-comment--logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.casino-comment--text {
  margin: 24px 0;
}
.casino-comment--rating-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #000;
  border-radius: 10px;
  padding: 4px 4px 4px 16px;
}
.casino-comment--rating {
  width: 80px;
  height: 14px;
}
.casino-comment--rating:before {
  background-size: 80px 14px;
}
.casino-comment--rating span {
  background-size: 80px 14px;
}
.casino-comment--rating-text {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.casino-comment--rating-number {
  margin-left: auto;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 16px;
  color: #fff;
  background: #F11A2E;
  border-radius: 6px;
  padding: 6px;
}

.casino-bottom--intro {
  width: 860px;
  margin: 0 auto 40px;
  max-width: 100%;
  text-align: center;
}
.casino-bottom--text {
  color: #ACACB5;
  font-size: 16px;
}
.casino-bottom--items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 80px;
}
.casino-bottom--item {
  border: 1px solid #393939;
  border-radius: 10px;
  background: #09090C;
  margin-top: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.casino-bottom--item.top {
  border-color: #F11A2E;
  margin-top: 33px;
}
.casino-bottom--top-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 3px 7px 3px 35px;
  background: #F11A2E;
  border-radius: 6px 6px 0 0;
  font-weight: 700;
  line-height: 19px;
  font-size: 14px;
  white-space: nowrap;
}
.casino-bottom--top-label svg {
  position: absolute;
  top: -9px;
  left: -12.5px;
}
.casino-bottom--item-top {
  padding: 24px;
  text-align: center;
}
.casino-bottom--item-logo {
  border: 1px solid #393939;
  height: 200px;
  border-radius: 10px;
  margin-bottom: 24px;
  background: #000;
}
.casino-bottom--item-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.casino-bottom--item-info {
  width: 200px;
  margin: 0 auto;
}
.casino-bottom--item-info .btn-primary, .casino-bottom--item-info .post-entry .wp-block-buttons .wp-block-button__link, .post-entry .wp-block-buttons .casino-bottom--item-info .wp-block-button__link {
  margin-top: 18px;
}
.casino-bottom--item-text {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-style: italic;
  font-weight: 700;
}
.casino-bottom--item-text.yellow {
  color: #FFC107;
  line-height: 71px;
  font-size: 52px;
}
.casino-bottom--item-disclaimer {
  padding: 12px 24px;
  text-align: center;
  color: #ACACB5;
  font-style: italic;
  line-height: 14px;
  font-size: 10px;
  border-top: 1px solid #393939;
}
@media (max-width: 1024px) {
  .casino-bottom--items {
    grid-template-columns: 1fr;
  }
  .casino-bottom--item {
    margin-top: 0;
  }
  .casino-bottom--item.top {
    margin-top: 40px;
  }
}

.match-card {
  border: 1px solid #393939;
  background: #000;
  border-radius: 10px;
}
.match-card--top {
  padding: 18px 5px;
  display: grid;
  gap: 9px;
  align-items: center;
  grid-template-columns: 1fr minmax(min-content, 60px) 1fr;
  border-bottom: 1px solid #393939;
}
.match-card--top-team {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  font-weight: 600;
  font-size: 18px;
}
.match-card--top-team:last-child {
  justify-content: flex-start;
}
.match-card--top-center {
  font-size: 10px;
  text-align: center;
  line-height: 1.4;
}
.match-card--bottom {
  padding: 24px;
}
.match-card--coff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px 8px 12px;
  border: 1px solid #393939;
  border-radius: 10px;
  border-left-width: 9px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  gap: 4px;
}
.match-card--coff span {
  min-width: 89px;
  width: 89px;
  font-size: 18px;
  padding: 5px;
  background: #393939;
  border-radius: 10px;
  text-align: center;
}
.match-card--text {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .match-card--bottom {
    padding: 12px;
  }
}

.post-card-small {
  display: grid;
  grid-template-columns: 113px 1fr;
  gap: 12px;
}
.post-card-small--left {
  position: relative;
}
.post-card-small--left img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.post-card-small--right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.post-card-small--title {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.post-card-small--info {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  color: #ACACB5;
}
.post-card-small--info span {
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.post-card-medium {
  display: grid;
  grid-template-columns: 252px 1fr;
  gap: 14px;
}
.post-card-medium--left {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  min-height: 180px;
  background: #393939;
}
.post-card-medium--left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
.post-card-medium--title {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
  display: block;
}
.post-card-medium--right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-start;
}
.post-card-medium--text {
  font-size: 14px;
  color: #ACACB5;
  line-height: 1.3;
}
.post-card-medium--info {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  color: #ACACB5;
}
.post-card-medium--info span {
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
@media (max-width: 550px) {
  .post-card-medium {
    display: flex;
    flex-direction: column;
  }
  .post-card-medium--left {
    min-height: initial;
  }
  .post-card-medium--left img {
    width: 100%;
    height: auto;
    -o-object-position: initial;
       object-position: initial;
    position: relative;
  }
}

.post-card-big {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.post-card-big--image {
  border-radius: 8px;
  overflow: hidden;
  height: 180px;
  background: #393939;
}
.post-card-big--image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-card-big--title {
  color: #fff;
  font-weight: 700;
}
.post-card-big--text {
  font-size: 14px;
  color: #ACACB5;
  margin-bottom: 12px;
}
.post-card-big--author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-card-big--author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.post-card-big--author-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-card-big--author-name {
  font-size: 12px;
  color: #ACACB5;
}

.review--content {
  position: relative;
}
.review--hero {
  position: relative;
  padding: 24px 0;
}
.review--hero .container {
  position: relative;
}
.review--hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.review--hero-bg img {
  width: 100%;
  height: auto;
}
.review--top-title {
  font-size: 32px;
  font-weight: 800;
  margin: 15px 0;
  font-style: italic;
  text-transform: uppercase;
}
.review--top-info .page--author-left {
  justify-content: space-between;
}

.predictions--hero {
  position: relative;
  overflow: hidden;
  padding: 24px 0 105px;
}
.predictions--hero .container {
  position: relative;
}
.predictions--hero-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.predictions--hero-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.predictions--hero-left {
  width: 703px;
  max-width: 100%;
}
.predictions--hero-title {
  font-size: 52px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  margin: 63px 0 24px;
  line-height: 1.21;
}
.predictions--hero-text {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 24px;
}
.predictions--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.predictions--top-title {
  margin-bottom: 0;
}
.predictions--timelines {
  display: flex;
  border: 1px solid #393939;
  border-radius: 8px;
}
.predictions--timelines-link {
  padding: 7.5px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  border-radius: 8px;
}
.predictions--timelines-link:hover {
  background: #746AFF;
}
.predictions--terms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.predictions--terms-link {
  background: #282727;
  color: #fff;
  border-radius: 8px;
  padding: 6px 15px;
  font-weight: 500;
  font-size: 14px;
}
.predictions--terms-link:hover {
  background: #746AFF;
}
.predictions--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 40px 0;
}
.predictions--content {
  padding: 80px 0;
}
.predictions--content-row {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 24px;
}
.predictions--faq {
  position: relative;
  overflow: hidden;
}
.predictions--faq:before {
  display: block;
  content: "";
  position: absolute;
  width: 1454px;
  height: 213px;
  background: #F11A2E;
  opacity: 0.4;
  filter: blur(222px);
  top: -111px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .predictions--terms {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .predictions--hero-bottom {
    text-align: center;
  }
  .predictions--hero-bg img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
    top: 0;
    right: -122%;
  }
  .predictions--list {
    grid-template-columns: repeat(2, 1fr);
  }
  .predictions--content-row {
    grid-template-columns: 1fr;
  }
  .predictions--content-right {
    display: none;
  }
}
@media (max-width: 600px) {
  .predictions--list {
    grid-template-columns: 1fr;
  }
}

.prediction-card {
  border: 1px solid #393939;
  border-radius: 10px;
  background: #09090C;
  padding: 16px 16px 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prediction-card--date {
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  text-align: center;
}
.prediction-card--tournament {
  text-align: center;
  color: #ACACB5;
  font-style: italic;
  font-size: 13px;
}
.prediction-card--teams {
  display: grid;
  grid-template-columns: 1fr 20px 1fr;
  gap: 8px;
  align-items: center;
  color: #ACACB5;
  font-style: italic;
  font-size: 13px;
  margin: 8px 0 16px;
}
.prediction-card--team {
  padding: 10px;
  border-radius: 8px;
  background: #1E2121;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  display: flex;
  font-style: normal;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}
.prediction-card--team .logo {
  width: 30px;
  height: 30px;
}
.prediction-card--team .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.prediction-card--border {
  border: 1px solid #1E2121;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 8px 12px 12px;
  line-height: 1.38;
}
.prediction-card--border .title {
  color: #ACACB5;
  font-style: italic;
  font-size: 13px;
}
.prediction-card--border .text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.prediction-card--border .odds {
  background: rgba(244, 159, 39, 0.1254901961);
  color: #FFC107;
  padding: 10px 2px;
  width: 50px;
  line-height: 19px;
  font-weight: 900;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
}
.prediction-card--border-right {
  text-align: right;
}
.prediction-card--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.prediction-card--bottom .btn-internal {
  background: #09090C;
  padding: 3px 10px;
  margin-top: -10px;
}
.prediction-card--bottom .btn-primary, .prediction-card--bottom .post-entry .wp-block-buttons .wp-block-button__link, .post-entry .wp-block-buttons .prediction-card--bottom .wp-block-button__link {
  width: calc(100% - 32px);
}
.prediction-card--bottom-logo {
  height: 38px;
  width: 100%;
}
.prediction-card--bottom-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.prediction--right .toc {
  position: relative;
  top: 0;
}
.prediction--main {
  position: relative;
  padding-top: 24px;
  margin-bottom: 84px;
}
.prediction--main .container {
  position: relative;
}
.prediction--top-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.prediction--top-bg img {
  width: 100%;
  height: auto;
}
.prediction--breadcrumbs {
  margin-bottom: 24px;
}
.prediction--title {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 24px;
  font-style: italic;
  line-height: 1.15;
}
.prediction--rows {
  display: grid;
  grid-template-columns: 2.25fr 1fr;
  gap: 128px;
}
.prediction--top-info {
  border: 1px solid #393939;
  border-radius: 12px;
  padding: 7px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.prediction--read-time {
  font-size: 14px;
  color: #ACACB5;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .prediction--top-info {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .prediction--top-info .share-buttons {
    margin-left: initial;
  }
  .prediction--title {
    font-size: 32px;
  }
  .prediction--rows {
    display: flex;
    flex-direction: column;
  }
  .prediction--right {
    display: none;
  }
}

.pred-intro {
  border: 1px solid #393939;
  border-radius: 12px;
  padding: 45px 43px 72px;
  background-image: url("../../images/prediction-page/prediction-intro-bg.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.pred-intro--league-img {
  width: 67px;
  height: 70px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -15px;
  position: relative;
  z-index: 2;
}
.pred-intro--league-img img {
  height: 85%;
  width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pred-intro--row {
  width: calc(100% - 210px);
  background: rgba(34, 34, 34, 0.5);
  border: 1px solid #000000;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  border-radius: 12px;
  position: relative;
  padding: 28px 90px;
  text-align: center;
  margin-bottom: 36px;
}
.pred-intro--team {
  position: absolute;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -105px;
  top: 50%;
  transform: translateY(-50%);
}
.pred-intro--team:last-child {
  right: -105px;
  left: auto;
}
.pred-intro--team img {
  height: 80%;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pred-intro--league {
  color: #ACACB5;
  font-weight: 600;
  font-size: 16px;
}
.pred-intro--title {
  font-size: 24px;
  color: #FFC107;
  font-style: italic;
  font-weight: 900;
}
.pred-intro--date {
  color: #ACACB5;
  font-weight: 600;
  font-size: 16px;
}
.pred-intro--bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 30px;
}
.pred-intro--bottom-item {
  width: 185px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #000000;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.pred-intro--bottom-item:first-child .text {
  transform: none;
  right: 0;
  left: auto;
}
.pred-intro--bottom-item:last-child .text {
  transform: none;
  left: 0;
}
.pred-intro--bottom-item .logo {
  width: 76px;
  height: 34px;
}
.pred-intro--bottom-item .logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pred-intro--bottom-item .coeff {
  width: 51px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #09090C;
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
  font-size: 14px;
}
.pred-intro--bottom-item .text {
  background: #000;
  border-radius: 0 0 8px 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  font-size: 16px;
  padding: 5px 12px;
}
@media (max-width: 1024px) {
  .pred-intro {
    padding: 12px 12px 25px;
  }
  .pred-intro--league-img {
    width: 36px;
    height: 38px;
    margin-bottom: -8px;
  }
  .pred-intro--row {
    width: 100%;
    padding: 12px 61px;
    border-radius: 11111px;
    margin-bottom: 24px;
  }
  .pred-intro--team {
    width: 42px;
    height: 42px;
    left: 15px;
  }
  .pred-intro--team:last-child {
    right: 15px;
  }
  .pred-intro--league, .pred-intro--date {
    font-size: 12px;
  }
  .pred-intro--title {
    font-size: 16px;
  }
  .pred-intro--bottom-item .text {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.latest-predictions--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 24px;
}
.latest-predictions--title {
  margin-bottom: 0;
}
.latest-predictions--cats {
  margin-bottom: 24px;
}
.latest-predictions--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .latest-predictions--list {
    display: flex;
    gap: 16px;
    overflow-x: auto;
  }
  .latest-predictions--list .prediction-preview {
    width: 255px;
    min-width: 255px;
  }
}

.prediction-preview--image {
  min-height: 150px;
  border-radius: 8px;
  overflow: hidden;
  background: #09090C;
  margin-bottom: 20px;
}
.prediction-preview--title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.prediction-preview--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prediction-preview--date {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.test {
  color: transparent;
}

.news--top {
  position: relative;
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 80px;
}
.news--top .container {
  position: relative;
}
.news--top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news--top-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news--title {
  margin: 34px 0 50px;
  font-weight: 900;
  font-style: italic;
  font-size: 52px;
  line-height: 1.21;
  text-transform: uppercase;
}
.news--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 24px;
}
@media (max-width: 1024px) {
  .news--top {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .news--title {
    margin: 30px 0;
    font-size: 32px;
  }
  .news--list {
    grid-template-columns: 1fr;
  }
}

.post--preview-image {
  margin: 40px 0;
}

.about--main {
  position: relative;
}
.about--main .predictions--hero {
  min-height: 617px;
}
.about--main .predictions--hero-title {
  margin-top: 150px;
}
.about--intro {
  padding: 80px 0 135px;
  position: relative;
}
.about--intro:before {
  display: block;
  content: "";
  position: absolute;
  width: 1454px;
  max-width: 100%;
  height: 213px;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: #F11A2E;
  opacity: 0.4;
  filter: blur(222px);
}
.about--intro .container {
  position: relative;
}
.about--intro-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.about--intro-title {
  max-width: 455px;
  width: 100%;
}
.about--intro-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.about--intro-col {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #393939;
}
.about--intro-col-top {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}
.about--intro-col-icon {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #09090C;
}
.about--intro-col-icon img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.about--intro-col-title {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  font-size: 18px;
}
.about--intro-col-text {
  font-size: 14px;
}
.about--team-title {
  text-align: center;
}
.about--team-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.about--team-section {
  padding-bottom: 120px;
  position: relative;
}
.about--team-section:before {
  display: block;
  content: "";
  position: absolute;
  width: 1454px;
  max-width: 100%;
  height: 213px;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  background: #F11A2E;
  opacity: 0.4;
  filter: blur(222px);
}
.about--person {
  background: #09090C;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #393939;
  position: relative;
}
.about--person.active {
  border-radius: 12px 12px 0 0;
  z-index: 2;
  border-color: #F11A2E;
  border-bottom-color: transparent;
}
.about--person.active .about--person-text {
  display: block;
}
.about--person.active .about--person-btn {
  color: #F11A2E;
}
.about--person.active .about--person-btn span {
  transform: rotate(180deg);
  background: #250407;
}
.about--person.active .about--person-btn path {
  fill: #F11A2E;
}
.about--person-top {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.about--person-name {
  font-size: 18px;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 11px;
}
.about--person-position {
  color: #FFC107;
  font-weight: 500;
  font-size: 16px;
}
.about--person-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.about--person-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ACACB5;
  background: transparent;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
}
.about--person-btn span {
  display: inline-flex;
  padding-top: 2px;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #212121;
}
.about--person-text {
  display: none;
  background: #09090C;
  padding: 0 24px 24px;
  color: #ACACB5;
  font-size: 14px;
  position: absolute;
  border: 1px solid #F11A2E;
  border-top: none;
  border-radius: 0 0 12px 12px;
  width: calc(100% + 2px);
  top: 100%;
  left: -1px;
}
@media (max-width: 1024px) {
  .about--intro {
    padding: 50px 0 100px;
  }
  .about--intro-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .about--intro-cols {
    display: flex;
    flex-direction: column;
  }
  .about--team-list {
    display: flex;
    flex-direction: column;
  }
}

.bet-academy--hero {
  padding: 24px 0 140px;
  position: relative;
}
.bet-academy--hero .container {
  position: relative;
}
.bet-academy--hero-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.bet-academy--hero-col {
  width: 703px;
  max-width: 100%;
}
.bet-academy--hero-col h1 {
  margin: 63px 0 31px;
  text-transform: uppercase;
  font-style: italic;
  line-height: 100%;
  font-weight: 900;
  font-size: 52px;
}
.bet-academy--hero-col h1 span {
  color: #F11A2E;
}
.bet-academy--hero-col ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.bet-academy--hero-col li {
  position: relative;
  padding-left: 52px;
  margin-bottom: 27px;
  font-style: italic;
  font-size: 24px;
}
.bet-academy--hero-col li:last-child {
  margin-bottom: 0;
}
.bet-academy--hero-col li:before {
  display: block;
  top: -2px;
  left: 0;
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #3F1317;
  border-radius: 4px;
  background-image: url("../../images/check-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.bet-academy--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .bet-academy--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .bet-academy--list {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .bet-academy--hero {
    padding: 20px 0;
  }
  .bet-academy--hero-col h1 {
    font-size: 36px;
  }
  .bet-academy--hero-col ul li {
    font-size: 18px;
  }
  .bet-academy--hero-col ul li:before {
    width: 24px;
    height: 24px;
    background-size: 14px;
  }
}

.post-card-academy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: 1px solid #393939;
  border-radius: 10px;
  position: relative;
}
.post-card-academy--image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.post-card-academy--image img {
  height: auto;
  width: 100%;
}
.post-card-academy--title {
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.post-card-academy--category {
  position: absolute;
  left: 1px;
  top: 26px;
  color: #fff;
  background: #F11A2E;
  padding: 6px 10.5px;
  font-weight: 700;
  line-height: 16px;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
}

.not-found--main {
  position: relative;
  overflow: hidden;
  padding: 24px 0 200px;
}
.not-found--main .container {
  position: relative;
}
.not-found--cols {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}
.not-found--left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}
.not-found--title {
  font-size: 52px;
  font-weight: 900;
}
.not-found--text {
  font-size: 18px;
  font-style: italic;
}
.not-found--right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.not-found--box {
  border-radius: 10px;
  border: 1px solid #393939;
  padding: 24px;
}
.not-found--box a {
  width: calc(100% - 40px);
}
.not-found--box-top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.not-found--box-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #09090C;
}
.not-found--box-title {
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .not-found--main {
    padding-bottom: 50px;
  }
  .not-found--cols {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .not-found--right {
    display: flex;
    flex-direction: column;
  }
  .not-found--title {
    font-size: 32px;
  }
}

.contact--top {
  position: relative;
}
.contact--top .container {
  position: relative;
}
.contact--breadcrumbs {
  padding: 24px 0 30px;
}
.contact--row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding-bottom: 70px;
}
.contact--col-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.contact--title {
  font-size: 64px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
.contact--title span {
  color: #F11A2E;
}
.contact--info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.contact--info-title {
  font-size: 14px;
  color: #FFC107;
  font-weight: 500;
}
.contact--info-text {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.contact--info-text a {
  color: inherit;
}
.contact--form-wrap {
  border: 1px solid #393939;
  border-radius: 10px;
  padding: 32px;
}
.contact--form-title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.contact--form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact--form input, .contact--form textarea {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #2F3232;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  border-radius: 12px;
  padding: 18px 27px;
  font-size: 14px;
  line-height: 1.21;
  color: #98A7B5;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.contact--form-bottom {
  display: flex;
  justify-content: center;
}
.contact--form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
}
.contact--form-row.two {
  grid-template-columns: 1fr 1fr;
}
.contact--content {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .contact--row {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .contact--col-left, .contact--col-right {
    width: 100%;
  }
  .contact--bredcrumbs {
    padding-bottom: 57px;
  }
  .contact--title {
    font-size: 32px;
  }
  .contact--form-wrap {
    padding: 24px 16px;
  }
  .contact--form-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .contact--form {
    gap: 16px;
  }
  .contact--form-row.two {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .contact--content {
    padding-top: 0;
  }
}

.resenas--top {
  position: relative;
  overflow: hidden;
  padding: 24px 0 84px;
}
.resenas--top .container {
  position: relative;
}
.resenas--breadcrumbs {
  margin-bottom: 30px;
}
.resenas--intro {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 48px;
}
.resenas--title {
  font-size: 52px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
}
.resenas--intro-text {
  font-size: 18px;
  font-style: italic;
  line-height: 1.18;
}
.resenas--list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.resenas--item {
  border-radius: 10px;
  border: 1px solid #393939;
  background: #09090C;
  padding: 16px;
}
.resenas--item-top {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.resenas--item-icon {
  background: #1E2121;
  aspect-ratio: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.resenas--item-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.resenas--item-name {
  font-size: 22px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.21;
  font-weight: 700;
}
.resenas--item-top-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.resenas--rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  line-height: 1.21;
  font-size: 14px;
}
.resenas--rating .stars {
  display: block;
  width: 59px;
  height: 10px;
  background-image: url("../../images/stars-grey.svg");
  position: relative;
  background-size: 59px 10px;
  background-repeat: no-repeat;
}
.resenas--rating .stars span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url("../../images/stars-yellow.svg");
  background-size: 59px 10px;
  background-repeat: no-repeat;
}
.resenas--item-bottom {
  font-size: 14px;
  font-style: italic;
  line-height: 1.21;
  color: #ACACB5;
}
.resenas--content-wrap {
  padding: 80px 0;
  position: relative;
  background: #000;
}
@media (max-width: 1024px) {
  .resenas--intro {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 30px;
  }
  .resenas--title {
    font-size: 32px;
  }
  .resenas--intro-text {
    font-size: 14px;
  }
  .resenas--list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .resenas--item {
    width: 100%;
  }
  .resenas--top {
    padding-bottom: 30px;
  }
  .resenas--content-wrap {
    padding: 30px 0;
  }
  .resenas--content-wrap .toc-mobile {
    margin-top: 0;
  }
}

html,
body {
  margin-top: 0 !important;
  font-family: "Noto Sans", sans-serif;
  background: #09090C;
}
html.-toggle,
body.-toggle {
  overflow: hidden;
}

.body--inner {
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
  font-size: 18px;
  line-height: 1.33;
  background: #09090C;
  color: #fff;
}
.body--inner.-toggle {
  position: relative;
}

.container {
  width: 1260px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container.long {
  width: 1460px;
}

.bottom-cta {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease, visibility 0.3s;
}
.bottom-cta.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bottom-cta--close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  color: #999;
  transition: color 0.2s ease;
  padding: 5px;
}
.bottom-cta--close:hover {
  color: #333;
}
.bottom-cta--row {
  background: rgba(90, 2, 11, 0.61);
  border: 1px solid #A63737;
  -webkit-backdrop-filter: blur(33px);
          backdrop-filter: blur(33px);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-radius: 12px;
  position: relative;
}
.bottom-cta--logo {
  width: 120px;
  height: 70px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.bottom-cta--logo img {
  width: 110px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.bottom-cta--left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.bottom-cta--rating {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-style: italic;
}
.bottom-cta--bonus {
  margin-top: 4px;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}
.bottom-cta--close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #F11A2E;
  border-radius: 8px;
  background: #09090C;
  top: -17px;
  right: -19px;
}
@media (max-width: 1500px) {
  .bottom-cta--close {
    right: 10px;
    top: -25px;
  }
}
@media (max-width: 1024px) {
  .bottom-cta {
    bottom: 15px;
  }
  .bottom-cta--row {
    padding: 15px;
  }
  .bottom-cta--left {
    gap: 15px;
  }
  .bottom-cta--logo {
    width: 80px;
    height: 55px;
  }
  .bottom-cta--rating {
    font-size: 12px;
  }
  .bottom-cta--rating svg {
    width: 50px;
  }
  .bottom-cta--bonus {
    font-size: 12px;
  }
  .bottom-cta--link {
    min-width: 80px;
  }
}

@media (max-width: 1024px) {
  .ap-academia-grid {
    grid-template-columns: 1fr !important;
  }
}
.test {
  box-sizing: border-box;
  color: red;
}
