*,
*::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 {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-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;
  }
}
h1,
.h1 {
  font-size: 42px;
  line-height: 1.17;
  font-weight: 700;
  margin: 0 0 16px;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.18;
  font-weight: 700;
  margin: 80px 0 24px;
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 40px 0 16px;
  font-weight: 700;
}

h4,
.h4 {
  margin: 40px 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}

p {
  line-height: 1.6;
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 24px;
    line-height: 1.4;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.4;
    margin: 40px 0 16px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  p {
    line-height: 1.4;
  }
}
a {
  color: #fff;
  transition: all 0.3s;
}

.post-entry {
  width: 100%;
}
.post-entry .wp-block-columns {
  margin: 60px 0;
}
.post-entry .wp-block-columns:first-child {
  margin-top: 0;
}
.post-entry .wp-block-columns:last-child {
  margin-bottom: 0;
}
.post-entry .is-style-block-bg {
  background: #152139;
  padding: 24px;
  border-radius: 12px;
  margin: 80px 0;
}
.post-entry .is-style-block-bg:first-child {
  margin-top: 0;
}
.post-entry .is-style-block-bg:last-child {
  margin-bottom: 0;
}
.post-entry .has-text-align-left {
  text-align: left !important;
}
.post-entry .has-text-align-right {
  text-align: right !important;
}
.post-entry .has-text-align-center {
  text-align: center !important;
}
.post-entry ol {
  margin: 24px 0;
  padding: 0;
  counter-reset: li;
  list-style: none;
  position: relative;
}
.post-entry ol:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 20px;
  width: 1px;
  bottom: 20px;
  border-left: 1px dashed #1DC729;
}
.post-entry ol:last-child {
  margin-bottom: 0;
}
.post-entry ol li {
  counter-increment: li;
  position: relative;
  padding-left: 58px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.post-entry ol li:last-child {
  margin-bottom: 0;
}
.post-entry ol li:before {
  content: counter(li) "";
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 47px;
  background: #0E280F;
  border-radius: 50%;
  color: #1DC729;
  border: 1px solid #1DC729;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 47px;
}
.post-entry ul {
  margin: 16px 0;
  padding: 0;
  list-style: none;
}
.post-entry ul li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 27px;
  position: relative;
  padding-left: 35px;
}
.post-entry ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../images/list-icon.svg") center/contain no-repeat;
  height: 27px;
  width: 27px;
}
.post-entry .wp-block-table {
  border: 1px solid #273C54;
  overflow: hidden;
  max-width: 100%;
  border-radius: 16px;
  margin: 16px 0;
  background: #152139;
}
.post-entry .wp-block-table thead {
  border-bottom: none;
}
.post-entry .wp-block-table table {
  border-collapse: collapse;
  border-spacing: 1px;
  border-color: #fff;
  min-width: 100%;
}
.post-entry .wp-block-table th {
  background: #1DC729;
}
.post-entry .wp-block-table td,
.post-entry .wp-block-table th {
  padding: 19px 20px;
  line-height: 1.4;
  font-size: 14px;
  border: none;
}
.post-entry .wp-block-table td:last-child,
.post-entry .wp-block-table th:last-child {
  border-right: none;
}
.post-entry .wp-block-table tbody tr:nth-child(even) td {
  background: #273C54;
}
.post-entry .wp-block-image {
  margin: 16px 0;
}
.post-entry .wp-block-image img {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .post-entry .wp-block-table {
    overflow-x: auto;
  }
  .post-entry .wp-block-table td,
  .post-entry .wp-block-table th {
    padding: 8px 12px;
  }
  .post-entry .is-style-block-bg,
  .post-entry .wp-block-group {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
    padding: 40px 16px;
    margin-bottom: 40px;
  }
}

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

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

.obj-cover {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.obj-contain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.btn-primary, .btn-dark {
  position: relative;
  display: inline-block;
  padding: 13.5px 18px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #1DC729;
}
@media (max-width: 1024px) {
  .btn-primary, .btn-dark {
    padding: 12px 16px;
  }
}

.btn-dark {
  background: #1D2646;
}

.header {
  background: #111729;
  z-index: 1000;
  position: fixed;
  height: 84px;
  width: 100%;
  top: 0;
  left: 0;
}
.header--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #273C54;
}
.header--right {
  display: flex;
  align-items: center;
  gap: 48px;
}
.header--btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header--btn-lang {
  width: 43px;
  height: 43px;
  background: #1D2646;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.header--btn-lang svg {
  width: 16px;
  height: 16px;
}
.header--btn-lang:hover .header--btn-lang-list {
  display: flex;
}
.header--btn-lang-list {
  position: absolute;
  top: 100%;
  right: 0;
  background: #1D2646;
  padding: 10px 15px;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  display: none;
}
.header--logo img {
  height: 35px;
  width: auto;
}
.header--menu-open {
  display: none;
}
.header--menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header--menu .menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header--menu li {
  display: flex;
}
.header--menu .sub-menu-toggle {
  display: none;
}
.header--menu a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  padding: 5px 0;
}
.header--menu .menu-item-has-children {
  position: relative;
}
.header--menu .menu-item-has-children > a {
  padding-right: 25px;
  position: relative;
}
.header--menu .menu-item-has-children > a:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../../images/arrow-down.svg") center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .header--menu .menu-item-has-children:hover > a:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .header--menu .menu-item-has-children:hover .sub-menu {
    display: flex;
  }
}
.header--menu .sub-menu {
  position: absolute;
  flex-direction: column;
  gap: 7px;
  top: 100%;
  left: 0;
  background: #0D1326;
  padding: 20px 10px;
  width: 200px;
  display: none;
}
.header--menu a {
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  line-height: 1.4;
}
.header--menu a:hover {
  text-decoration: underline;
}
.header--menu .menu-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.header--mobile-langs {
  display: none;
}
@media (max-width: 1024px) {
  .header {
    height: 68px;
  }
  .header--btn {
    padding: 12px 6px;
  }
  .header--row {
    padding: 12px 0;
  }
  .header--btn-lang {
    display: none;
  }
  .header--right {
    gap: 12px;
  }
  .header--menu-open {
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #1D2646;
  }
  .header--menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    right: 0;
    top: 68px;
    width: 305px;
    z-index: 1000;
    height: calc(100vh - 68px);
    overflow-y: auto;
    padding: 36px 16px 24px;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    background: #111729;
  }
  .header--menu li {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .header--menu.menu-active {
    transform: translateX(0);
  }
  .header--menu .menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .header--menu .sub-menu {
    display: none;
    position: relative;
    top: auto;
    width: 100%;
    background: transparent;
  }
  .header--menu .sub-menu.sub-menu-open {
    display: flex;
  }
  .header--menu .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .header--menu .menu-item-has-children > a:after {
    display: none;
  }
  .header--menu .sub-menu-toggle {
    display: flex;
    margin-left: auto;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    background: #1A253D url("../../images/menu-toggle-icon.svg") no-repeat center/14px;
  }
  .header--menu .sub-menu-toggle.active {
    transform: rotate(180deg);
  }
  .header--menu-inner {
    width: 100%;
  }
  .header--logo img {
    height: 32px;
    width: auto;
  }
  .header--mobile-langs {
    display: block;
    border-top: 1px solid #273C54;
    padding-top: 24px;
  }
}

.lang-mobile.is-open .lang-mobile--list {
  display: flex;
}
.lang-mobile.is-open .lang-mobile--toggle span {
  transform: rotate(180deg);
}
.lang-mobile--list {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 15px;
}
.lang-mobile--toggle {
  width: 100%;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.lang-mobile--toggle span {
  margin-left: auto;
  display: block;
  width: 24px;
  border-radius: 6px;
  height: 24px;
  transition: all 0.3s ease-in-out;
  background: #1A253D url("../../images/menu-toggle-icon.svg") no-repeat center/14px;
}

.footer {
  padding: 60px 0;
  position: relative;
  background: #12182D;
}
.footer--logo {
  width: 129px;
  height: auto;
}
.footer--top {
  margin-bottom: 17px;
}
.footer--middle {
  display: grid;
  grid-template-columns: 1.2fr 3fr;
  gap: 80px;
  align-items: flex-start;
  margin-bottom: 58px;
}
.footer--copyright {
  font-size: 14px;
  line-height: 22px;
  color: #3C618E;
  font-weight: 600;
}
.footer--menus {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer--menu-title {
  color: #fff;
  margin-bottom: 7px;
  font-weight: 600;
}
.footer--menu-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer--menu-inner a {
  font-size: 16px;
  line-height: 38px;
  font-weight: 600;
  color: #3C618E;
}
.footer--icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid #273C54;
  border-top: 1px solid #273C54;
  padding: 24px 0;
  margin-bottom: 58px;
}
.footer--icon img {
  width: auto;
  height: 29px;
}
.footer--bottom-icons {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
}
.footer--bottom-icons img {
  width: auto;
  height: 34px;
}
@media (max-width: 1024px) {
  .footer {
    padding: 50px 0 25px;
  }
  .footer--middle {
    flex-direction: column;
    display: flex;
    gap: 30px;
  }
  .footer--menus {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer--icons {
    gap: 9px;
  }
  .footer--icon img {
    height: auto;
  }
}

.cta-block {
  margin: 24px 0;
  max-width: 100%;
  position: relative;
  background-color: #212028;
  background-size: cover;
  background-position: center;
  border-radius: 18px;
  overflow: hidden;
  padding: 25px 25px 25px 40px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 24px;
  align-items: center;
}
.cta-block.bg-purple {
  background-image: url("../../images/cta-bg-purple.svg");
}
.cta-block.bg-green {
  background-image: url("../../images/cta-bg-green.svg");
}
.cta-block.bg-yellow {
  background-image: url("../../images/cta-bg-yellow.svg");
}
.cta-block--right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-block--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.cta-block--title {
  margin: 0;
}
.cta-block--mobile-image {
  display: none;
}
@media (max-width: 1024px) {
  .cta-block {
    display: flex;
    flex-direction: column;
    padding: 16px;
  }
  .cta-block--mobile-image {
    display: flex;
    justify-content: center;
    max-width: 450px;
    width: 100%;
  }
  .cta-block--right {
    display: none;
  }
  .cta-block--left {
    align-items: center;
    text-align: center;
  }
  .cta-block--link {
    width: 100%;
  }
}

.slider-bonuses {
  margin-top: 25px;
  width: 100%;
}
.slider-bonuses .swiper-button-prev,
.slider-bonuses .swiper-button-next {
  position: absolute;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #1A253D;
  top: 5px;
  right: 0;
}
.slider-bonuses .swiper-button-prev.swiper-button-disabled path,
.slider-bonuses .swiper-button-next.swiper-button-disabled path {
  stroke: #3A5C88;
}
.slider-bonuses .swiper-button-prev {
  transform: translateX(calc(-100% - 12px));
}
.slider-bonuses--wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 80px 0;
}
.slider-bonuses--title {
  margin: 0;
  padding-right: 85px;
}
.slider-bonuses--item {
  display: block;
}
.slider-bonuses--item img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .slider-bonuses .swiper-slide {
    width: 264px;
  }
}

.games-cards {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.games-cards--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 16px 16px;
  border-radius: 12px;
  background: #152139;
}
.games-cards--item-info {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}
.games-cards--text {
  font-size: 14px;
  line-height: 1.4;
}
.games-cards--icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #0D1326;
}
.games-cards--icon img {
  height: 42px;
  width: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.games-cards--link {
  display: block;
  color: #fff !important;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  padding: 12px;
  border-radius: 8px;
  background: #1D2646;
}
@media (max-width: 1024px) {
  .games-cards {
    grid-template-columns: 1fr;
  }
}

.register-steps {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.register-steps--item {
  background: #152139;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  position: relative;
}
@media (min-width: 1025px) {
  .register-steps--item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .register-steps--item:nth-child(even) .register-steps--count {
    right: auto;
    left: -9px;
  }
  .register-steps--item:nth-child(even) .register-steps--info {
    margin-left: -24px;
    margin-right: 0;
  }
}
.register-steps--info {
  padding: 15px 56px;
  margin-right: -24px;
}
.register-steps--count {
  position: absolute;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1DC729;
  font-weight: 900;
  border: 5px solid #0D1326;
  top: -9px;
  right: -9px;
  font-size: 14px;
}
.register-steps--image {
  width: 392px;
  min-width: 392px;
}
.register-steps--title {
  margin: 0 0 15px;
}
@media (max-width: 1024px) {
  .register-steps--item {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .register-steps--info {
    margin-right: 0;
    padding: 0;
  }
}

.payment-logos {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.payment-logos--item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  padding: 9px;
  border-radius: 8px;
  background: #152139;
}
@media (max-width: 1024px) {
  .payment-logos {
    grid-template-columns: 2fr;
  }
}

.bonuses-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 24px 0;
}
.bonuses-list--item {
  display: block;
}
@media (max-width: 1024px) {
  .bonuses-list {
    grid-template-columns: 1fr;
  }
}

.mobile-apps {
  margin: 24px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.mobile-apps:last-child {
  margin-bottom: 0;
}
.mobile-apps a {
  display: flex;
  padding: 12px 16px;
  border-radius: 8px;
  background: #1D2646;
}

.page--main {
  padding: 0 0 24px;
}
.page--cols {
  display: grid;
  grid-template-columns: 3.18fr 1fr;
  gap: 24px;
  padding: 82px 0 58px;
}
.page--col-left {
  position: relative;
  min-width: 0;
  min-height: 0;
}
.page--content-toggle {
  display: none;
  margin-top: 20px;
}
.page--content-toggle.is-visible {
  display: block;
}
.page--content-toggler {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .page--cols {
    display: flex;
    flex-direction: column;
  }
  .page--col-right {
    display: none;
  }
}

.sidebar-cta {
  position: sticky;
  top: 108px;
  right: 0;
  background: #091C34;
  border-radius: 12px;
  overflow: hidden;
}
.sidebar-cta--info {
  padding: 0 12px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.sidebar-cta--link {
  width: 100%;
}
.sidebar-cta--title {
  font-size: 20px;
  font-weight: 900;
}
.sidebar-cta--text {
  font-size: 14px;
  line-height: 22px;
  color: #3C618E;
}

.hero {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  background: #1B1B1B;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.hero--right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 15px;
}
.hero--right img {
  max-height: 100%;
}
.hero--left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  padding: 50px 0 50px 50px;
}
.hero--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero--left-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.hero--subtitle {
  font-size: 28px;
  line-height: 100%;
  font-weight: 600;
  color: #1DC729;
}
.hero--title {
  margin-bottom: 0;
}
.hero--left-logo img {
  width: 160px;
  height: auto;
}
@media (max-width: 1024px) {
  .hero {
    gap: 0;
    grid-template-columns: 1.3fr 1fr;
  }
  .hero--left {
    padding: 16px 0 16px 16px;
    gap: 50px;
    position: relative;
    z-index: 2;
  }
  .hero--subtitle {
    font-size: 14px;
  }
  .hero--title {
    font-size: 32px;
    line-height: 1.18;
  }
  .hero--left-top {
    gap: 10px;
  }
  .hero--right {
    margin-left: -50px;
  }
  .hero--left-logo img {
    width: 76px;
  }
}

.top-cats--wrap {
  margin-top: 80px;
}
.top-cats--list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.top-cats--item {
  padding: 16px;
  background: #0D1A2E;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  overflow: hidden;
  min-height: 152px;
}
.top-cats--item:before {
  display: block;
  content: "";
  position: absolute;
  width: 337px;
  height: 229px;
  background: linear-gradient(180deg, #92A7F1 0%, rgba(146, 167, 241, 0) 45.95%);
  filter: blur(55.5px);
  right: -146px;
  bottom: -150px;
}
.top-cats--item:nth-child(1):before {
  background: #4946ED;
}
.top-cats--item:nth-child(3):before {
  background: #B346ED;
}
.top-cats--item:nth-child(4):before {
  background: #E32AA4;
}
.top-cats--item:nth-child(5):before {
  background: #DC414E;
}
.top-cats--item:nth-child(6):before {
  background: #FFED65;
}
.top-cats--item:nth-child(7):before {
  background: #892BE1;
}
.top-cats--item:nth-child(8):before {
  background: #7ED366;
}
.top-cats--item:nth-child(9):before {
  background: #2200FF;
}
.top-cats--item:nth-child(10):before {
  background: #EBAF9D;
}
.top-cats--item:nth-child(1) {
  grid-column: span 2;
}
.top-cats--item:nth-child(4), .top-cats--item:nth-child(5) {
  grid-row: span 2;
}
@media (min-width: 1025px) {
  .top-cats--item:nth-child(4) .top-cats--item-image, .top-cats--item:nth-child(5) .top-cats--item-image {
    right: 50%;
    transform: translate(50%, 50%);
    bottom: 50%;
  }
}
.top-cats--item:nth-child(7) {
  grid-column: span 2;
}
.top-cats--item:nth-child(8) {
  grid-column: span 2;
}
.top-cats--item-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.16;
  position: relative;
}
.top-cats--item-image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
}
.top-cats--item-link {
  position: relative;
}
@media (max-width: 1024px) {
  .top-cats--list {
    display: flex;
    flex-direction: column;
  }
}

.error-404 {
  min-height: calc(100vh - 86px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.error-404 span {
  margin-bottom: 24px;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .error-404 span {
    font-size: 20px;
  }
}
.error-404 img {
  margin-bottom: 40px;
  width: 770px;
  aspect-ratio: 770/300;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .error-404 img {
    margin-bottom: 24px;
  }
}

html,
body {
  font-family: "Roboto", sans-serif;
  background: #0D1326;
  color: #fff;
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
  font-size: 16px;
}
html.-toggle,
body.-toggle {
  overflow: hidden;
}

body {
  padding-top: calc(84px + 27px);
}
@media (max-width: 1024px) {
  body {
    padding-top: calc(68px + 16px);
  }
}
body.menu-active {
  overflow: hidden;
}
body.menu-active .page--main,
body.menu-active .footer {
  filter: blur(8px);
  position: relative;
  pointer-events: none;
}
body.menu-active .page--main:after,
body.menu-active .footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

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

.test {
  color: red;
  font-size: 16px;
}
