@charset "UTF-8";

:root {
  --color-bg: rgba(35, 35, 37, 1);
  --color-bg-hover: rgba(57, 57, 59, 1);
  --color-opposite: #ffffff;
  --color-opposite-hover: rgba(255, 255, 255, 0.7);
  --color-opposite-hex-hover: #D3D3D3;
  --color-brand: linear-gradient(90deg, #FFF173 0%, #FFB800 100%);
  --color-brand-hover: #FFB800;
  --fill-icon-primary: rgba(255, 255, 255, 0.3);
  --fill-icon-secondary: rgba(255, 255, 255, 0.3);
  --fill-icon-brand-hex: #FFB800;
  --color-light: rgba(255, 255, 255, 0.05);
  --color-light-hover: rgba(255, 255, 255, 0.1);
  --color-light-hex: #2E2E30;
  --color-light-hex-hover: #454547;
  --color-light-seo: #ccc;
  --color-gray: rgba(255, 255, 255, 0.3);
  --bg-btn-bonus: linear-gradient(225deg, #6D28FF 0%, #FA00FF 100%);
  --bg-btn-bonus-hover: linear-gradient(225deg,#FA00FF 0%, #6D28FF 100%);
  --color-btn-primary: rgba(35, 35, 37, 1);
  --shadow-btn-primary: 0px 8px 50px 0px rgba(255, 212, 0, 0.5);
  --color-btn-secondary: rgba(35, 35, 37, 1);
  --bg-btn-secondary: #ffffff;
  --bg-btn-secondary-hover: rgba(211, 211, 211, 1);
  --border-btn-secondary: none;
  --color-btn-info: #ffffff;
  --bg-btn-info: rgba(35, 35, 37, 1);
  --bg-btn-info-hover: rgba(57, 57, 59, 1);
  --border-btn-info: none;
  --border-casino-info: linear-gradient(111.17deg, #FFB800 0%, rgba(255, 36, 0, 0) 100.01%);
  --bg-casino-info: linear-gradient(160deg, rgba(255, 36, 0, 0) 40%, rgba(255, 212, 0, 0.8) 100%), #13171F;
  --color-input-radio: rgba(63, 105, 255, 1);
  --color-search-border: rgba(63, 105, 255, 0.3);
  --color-form-border: rgba(255, 59, 48, 0.3);
  --color-form-error: rgba(255, 59, 48, 1);
  --bg-video-overlay: rgba(30, 30, 30, 0.5);
  --br-small: 8px;
  --br-large: 16px;
  --shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.5);
  --shadow-2-start-rgb: 35, 35, 37;
  --shadow-2-end-hex: #232325;
  --fz-text-default: 15px;
  --lh-text-default: 18px;
  --fz-text-big: 30px;
  --lh-text-big: 36px;
  --fz-text-medium: 20px;
  --lh-text-medium: 24px;
  --fz-text-small: 13px;
  --lh-text-small: 16px;
}

/*Обнуление*/

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
section,
aside {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  width: 100%;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica", "Arial", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body.lock {
  overflow: hidden;
}

input,
button,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica", "Arial", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/

.wrapper {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica", "Arial", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", sans-serif;
  font-size: var(--fz-text-default);
  line-height: var(--lh-text-default);
  color: var(--color-opposite);
  background: var(--color-bg);
  overflow-x: hidden;
}

body a {
  color: inherit;
}

body a:hover {
  text-decoration: none;
}

body button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

svg.w-16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
  display: block;
}

svg.w-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: block;
}

img,
video {
  -o-object-fit: cover;
     object-fit: cover;
}

img.w-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: block;
}

.styledContent img {
  max-width: 100%;
}

input[type=text],
input[type=email],
textarea {
  outline: none;
  color: var(--color-opposite);
  font-size: 16px;
  background-color: transparent;
  resize: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table td,
table th {
  padding: 16px;
  border: 1px solid var(--color-light);
}

table th {
  background-color: var(--color-light-hex);
  text-align: left;
}

html :where(img[class*=wp-image-]) {
  height: auto;
  border-radius: 8px;
}

.mt-2 {
  margin-top: 2px;
}

.m-4 {
  margin: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ml-4 {
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
}

.m-8 {
  margin: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.ml-8 {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ml-16 {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.m-32 {
  margin: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.author-block.mb-32 {
  margin-bottom: 10px;
}

.p-8 {
  padding: 8px;
}

.p-16 {
  padding: 16px;
}

.p-0 {
  padding: 0 !important;
}

.p-0-16 {
  padding: 0 16px;
}

.p-16-0 {
  padding: 16px 0;
}

.p-16-8 {
  padding: 16px 8px;
}

.p-8-16 {
  padding: 8px 16px;
}

.p-0-8 {
  padding: 0 8px;
}

.p-40-md3-16 {
  padding: 40px 16px;
}

.nlc-mb-8 > *:not(:last-child),
.cardGame > *:not(:last-child) {
  margin-bottom: 8px;
}

.nlc-mb-16 > *:not(:last-child):not(.not-nlc),
.quoteWarning > *:not(:last-child):not(.not-nlc) {
  margin-bottom: 16px;
}

.nlc-mb-32 > *:not(:last-child):not(.not-nlc),
.quote > *:not(:last-child):not(.not-nlc) {
  margin-bottom: 32px;
}

.posa,
.comment__image img,
.cardGame__image img {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}

.pos-r {
  position: relative;
}

.text-trim {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.multicolumn-text {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.has-links a:hover {
  text-decoration: underline;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.dn {
  display: none !important;
}

.o-h {
  overflow: hidden;
}

.ws-n {
  white-space: nowrap;
}

.w-100 {
  width: 100%;
}

.h-auto {
  height: auto;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.min-w-0 {
  min-width: 0;
}

.brad-8 {
  border-radius: 8px;
}

.span-block {
  display: block;
}

.tt-u {
  text-transform: uppercase;
}

.td-u {
  text-decoration: underline;
}

.child-img-h-16 {
  height: 36px;
  overflow-y: hidden;
}

.child-img-h-16 > img {
  height: 36px;
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

html[dir=rtl] .rotate-270 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.white {
  color: var(--color-opposite);
}

.gray {
  color: var(--color-gray);
}

.fill-brand {
  fill: var(--fill-icon-brand-hex);
}

.bg-black-05 {
  background-color: var(--bg-video-overlay);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.gap-4 {
  gap: 4px;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-32 {
  gap: 32px;
}

.gap-32-md3-8 {
  gap: 32px;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-aic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-jcsb-aic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-jcfs-aic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-jcc-aic,
.link-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.popup {
  width: 360px;
  position: fixed;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}

.popup.isOpen {
  opacity: 1;
  visibility: visible;
  z-index: 60;
}

.popup__body {
  width: 360px;
  position: relative;
  border-radius: 12px;
  background-color: var(--color-bg);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
}

.popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

.popup__content {
  padding: 0 16px 16px 16px;
  max-height: 65vh;
  overflow-y: auto;
}

.js-popup-opener {
  cursor: pointer;
}

#language.mod2 {
  position: absolute;
}

#problem .popup__content {
  padding: 0;
}

.scrollBlock {
  padding-top: 72px;
}

.scrollBlock__body {
  background-color: var(--color-opposite);
}

.scroll {
  padding: 0px 0px 1px 0px;
  position: relative;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.scroll ::-webkit-scrollbar {
  /* chrome based */
  width: 0;
  /* ширина scrollbar'a */
  height: 0;
  background: transparent;
  /* опционально */
}

.scroll__body {
  overflow-x: scroll;
  overflow-y: hidden;
}

.scroll__scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 8px;
}

.scroll__item {
  margin: 0 8px;
  background-color: var(--color-light);
  border-radius: var(--br-small);
}

.scroll__item a {
  white-space: nowrap;
  display: inline-block;
  padding: 4px 12px;
  font-size: var(--fz-text-small);
  line-height: var(--lh-text-small);
  font-weight: 700;
}

.scroll__item:hover {
  background-color: var(--color-light-hover);
}

.scroll__item:first-child {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.scroll__item:last-child {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.scroll__item.active {
  background-color: var(--color-opposite);
  color: var(--color-bg);
}

.scroll__button {
  position: absolute;
  top: calc(50% - 22px);
  padding: 8px;
  display: none;
  inset-inline-start: 16px;
  z-index: 10;
  background-color: var(--color-opposite);
  border: 2px solid var(--color-light-seo);
  border-radius: 99px;
  -webkit-box-shadow: 0px 0px 8px rgba(14, 21, 33, 0.15);
          box-shadow: 0px 0px 8px rgba(14, 21, 33, 0.15);
  /* immutable */
}

.scroll__button.btn-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.scroll__button.btn-next {
  inset-inline-start: auto;
  inset-inline-end: 16px;
}

.scroll__button.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scroll__overlayArea {
  position: absolute;
  z-index: 5;
  top: 0px;
  bottom: 0px;
  inset-inline-start: 0px;
  width: 40px;
  pointer-events: none;
  --degLeft: 270deg;
  --degRight: 90deg;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--degLeft)), color-stop(0%, rgba(var(--shadow-2-start-rgb), 0)), color-stop(50%, rgba(var(--shadow-2-start-rgb), 0.9)), to(var(--shadow-2-end-hex)));
  background: linear-gradient(var(--degLeft), rgba(var(--shadow-2-start-rgb), 0) 0%, rgba(var(--shadow-2-start-rgb), 0.9) 50%, var(--shadow-2-end-hex) 100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

html[dir=rtl] .scroll__overlayArea {
  --degLeft: 90deg;
  --degRight: 270deg;
}

.scroll__overlayArea_right {
  inset-inline-start: auto;
  inset-inline-end: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--degRight)), color-stop(0%, rgba(var(--shadow-2-start-rgb), 0)), color-stop(50%, rgba(var(--shadow-2-start-rgb), 0.9)), to(var(--shadow-2-end-hex)));
  background: linear-gradient(var(--degRight), rgba(var(--shadow-2-start-rgb), 0) 0%, rgba(var(--shadow-2-start-rgb), 0.9) 50%, var(--shadow-2-end-hex) 100%);
}

.scroll__overlayArea.open {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btn,
.wpcf7-form-control.wpcf7-submit,
.navigation.posts-navigation .nav-previous a,
.navigation.posts-navigation .nav-next a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 700;
  border-radius: var(--br-small);
  padding: 12px 24px;
}

.btn.disabled,
.disabled.wpcf7-form-control.wpcf7-submit,
.navigation.posts-navigation .nav-previous a.disabled,
.navigation.posts-navigation .nav-next a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn_primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFA00), to(#FF9500));
  background: linear-gradient(180deg, #FFFA00 0%, #FF9500 100%);
  border: 2px solid rgb(255, 243, 255);
  -webkit-box-shadow: 0px 2px 0px 0px rgb(99, 44, 127);
          box-shadow: 0px 2px 0px 0px rgb(99, 44, 127);
  padding: 10px 24px;
  color: rgb(35, 35, 37);
}

.btn_primary:hover {
  opacity: 0.9;
}

.btn_secondary,
.wpcf7-form-control.wpcf7-submit,
.navigation.posts-navigation .nav-previous a,
.navigation.posts-navigation .nav-next a {
  background: var(--bg-btn-secondary);
  color: var(--color-btn-secondary);
  border: var(--border-btn-secondary);
}

.btn_secondary:hover,
.wpcf7-form-control.wpcf7-submit:hover,
.navigation.posts-navigation .nav-previous a:hover,
.navigation.posts-navigation .nav-next a:hover {
  background-color: var(--bg-btn-secondary-hover);
}

.btn_info {
  color: var(--color-btn-info);
  border: var(--border-btn-info);
  background: rgba(255, 255, 255, 0.3);
}

.btn_info:hover:not(.disabled) {
  background: rgba(255, 255, 255, 0.5);
}

.btn_animated {
  position: relative;
  overflow: hidden;
}

.btn_animated:after {
  content: "";
  position: absolute;
  top: -40px;
  inset-inline-start: -75px;
  width: 15px;
  height: 180px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: var(--color-gray);
  -webkit-animation: btnLine 2s linear 0s infinite;
          animation: btnLine 2s linear 0s infinite;
}

.btn_left,
.alignleft {
  margin: 20px 30px;
  float: left;
}

.btn_right,
.alignright {
  margin: 20px 30px;
  float: right;
}

.btn_center,
.aligncenter {
  margin: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.btn_center {
  width: 40%;
}

@-webkit-keyframes btnLine {
  0% {
    inset-inline-start: -75px;
  }

  25% {
    inset-inline-start: 120%;
  }

  100% {
    inset-inline-start: 120%;
  }
}

@keyframes btnLine {
  0% {
    inset-inline-start: -75px;
  }

  25% {
    inset-inline-start: 120%;
  }

  100% {
    inset-inline-start: 120%;
  }
}

.btn-2 {
  width: 100%;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--color-opposite);
  background-color: var(--color-light);
}

.btn-2:hover {
  background-color: var(--color-light-hover);
}

.btn-2 svg use {
  fill: white;
}

.btn-4 {
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: var(--color-opposite);
}

.btn-4:hover {
  background-color: var(--color-light);
}

.btn-4__img {
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.btn-4__img img {
  height: 100%;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--color-opposite);
  fill: var(--color-opposite);
  background-color: transparent;
}

.btn-5:hover {
  color: var(--color-gray);
  fill: var(--color-gray);
}

.btn-6 {
  font-weight: 700;
  color: var(--color-opposite);
  background-color: transparent;
}

.btn-6:hover {
  text-decoration: underline;
}

.btnDemo {
  font-weight: 700;
}

.btnDemo[href=""],
.btnDemo:not([href]) {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-underline-offset: 4px;
}

.btn-dropdown {
  background-color: transparent;
  color: var(--color-opposite);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: var(--br-small);
}

.btn-dropdown:hover {
  background-color: var(--color-light);
}

.btn-dropdown_filled,
.btn-round {
  padding: 8px;
  background: var(--color-light);
}

.btn-dropdown_filled:hover,
.btn-round:hover {
  background-color: var(--color-light-hover);
}

.btn-round {
  border-radius: 99px;
}

.btn-round svg use {
  fill: var(--fill-icon-secondary);
}

.btn-round_white {
  background-color: var(--color-opposite);
}

.btn-round_white:hover {
  background-color: var(--color-opposite-hex-hover);
}

.linkApp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: var(--color-light);
  border-radius: var(--br-small);
  padding-block: 16px;
  padding-inline: 16px 8px;
}

.linkApp:hover {
  background-color: var(--color-light-hover);
}

.linkApp_windows {
  height: 100%;
}

.linkApp_windows .linkApp__mod {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.linkApp_windows .linkApp__mod .ml-8 {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.link-2 {
  background: var(--color-light);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
}

.link-3 {
  background-color: var(--color-light);
  border-radius: var(--br-small);
  color: var(--color-opposite);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px;
}

.link-3:hover {
  background: var(--color-light-hover);
}

.linkSocial {
  background-color: var(--color-bg);
  border-radius: var(--br-small);
  padding: 4px;
  display: inline-block;
}

.linkSocial_instagram {
  background: linear-gradient(262.93deg, #7E2BF4 0%, #ED146E 50%, #FFC90C 100%);
}

.linkSocial_facebook {
  background: rgb(8, 102, 255);
  /* immutable */
}

.linkSocial_linkedin {
  background: rgb(10, 102, 194);
  /* immutable */
}

.linkSocial_gray {
  background-color: var(--color-light);
}

.linkSocial_gray:hover {
  background-color: var(--color-light-hover);
}

.link-default:hover {
  text-decoration: underline;
}

.child-link-default a:hover {
  text-decoration: underline;
}

.tooltip {
  position: relative;
}

.tooltip:hover .tooltip__body {
  -webkit-transition: 0s ease 0.15s;
  transition: 0s ease 0.15s;
  opacity: 1;
  visibility: visible;
}

.tooltip__body {
  bottom: 24px;
  inset-inline-end: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 12;
  padding-bottom: 8px;
}

.tooltip__content {
  background-color: var(--color-bg);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 16px;
  border-radius: 12px;
  width: 200px;
}

.tooltip_top .tooltip__body {
  bottom: 68px;
}

.popover {
  position: relative;
}

.modal__header {
  position: sticky;
  top: 0;
  background-color: var(--color-bg);
  z-index: 12;
  padding: 16px 0;
}

.bgOverlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: 52;
  background-color: rgba(0, 0, 0, 0.5);
  /* immutable */
  backdrop-filter: blur(5px);
}

.bgOverlay.active {
  display: block;
}

@-webkit-keyframes showModal {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes showModal {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.card-1 {
  padding: 16px;
  border-radius: var(--br-small);
  background-color: var(--color-light);
  height: 100%;
}

.card-2 {
  padding: 32px;
  border-radius: var(--br-large);
  background-color: var(--color-light);
}

.containerGame {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
  /* зазор между элементами */
}

.containerGame_col-2 {
  grid-template-columns: 1fr 1fr;
}

.containerGame_col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.cardGame {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 156px;
          flex: 1 0 156px;
  display: block;
}

.cardGame__image {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 76.81%;
  overflow: hidden;
  border-radius: var(--br-small);
}

.cardGame:hover img {
  -webkit-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.cardGame_viewPortrait .cardGame__image {
  padding-top: 123.07%;
}

.cardApp {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  position: relative;
  gap: 8px;
}

.cardApp_blue {
  background: linear-gradient(85.83deg, #38A8FA 1.14%, #0167CA 100%);
}

.cardApp_gradient {
  background: linear-gradient(85.83deg, #004DB8 1.14%, #F14624 100%);
}

.cardApp > .flex-1 > img {
  max-height: 36px;
}

.label {
  position: absolute;
  inset-inline-start: 32px;
  top: -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-bg);
  color: var(--color-opposite);
  padding: 4px 12px;
  border-radius: var(--br-small);
  font-weight: 700;
  border: 1px solid var(--color-gray);
}

.label img {
  display: inline-block;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.label_pos-static {
  position: static;
}

.label-2 {
  display: inline-block;
  background-color: var(--color-bg);
  color: var(--color-opposite);
  padding: 4px 12px;
  border-radius: var(--br-small);
  font-weight: 700;
  border: 1px solid var(--color-gray);
}

.label-4 {
  padding: 8px 16px;
  border-radius: var(--br-small);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFA00), to(#FF9500));
  background: linear-gradient(180deg, #FFFA00 0%, #FF9500 100%);
  border: 2px solid rgb(255, 243, 255);
  -webkit-box-shadow: 0px 2px 0px 0px rgb(99, 44, 127);
          box-shadow: 0px 2px 0px 0px rgb(99, 44, 127);
}

html[dir=rtl] .label-4 svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.label-4 svg use {
  fill: #232325;
}

.searchField {
  position: relative;
  height: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.searchField__input {
  display: none;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
}

.searchField__input input {
  position: relative;
  z-index: 2;
  border: 2px solid var(--color-search-border);
  border-radius: 8px;
  width: 328px;
  height: 40px;
  background-color: var(--color-bg);
  padding: 8px 36px;
}

.searchField__input:before {
  content: "";
  position: absolute;
  height: 32px;
  top: 4px;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  inset-inline-start: -40px;
  width: 60px;
  --deg: 90deg;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--deg)), color-stop(0%, rgba(var(--shadow-2-start-rgb), 0)), color-stop(50%, rgba(var(--shadow-2-start-rgb), 1)), to(var(--shadow-2-end-hex)));
  background: linear-gradient(var(--deg), rgba(var(--shadow-2-start-rgb), 0) 0%, rgba(var(--shadow-2-start-rgb), 1) 50%, var(--shadow-2-end-hex) 100%);
}

html[dir=rtl] .searchField__input:before {
  --deg: -90deg;
}

.searchField__icon {
  position: absolute;
  z-index: 3;
  top: 8px;
  inset-inline-start: 8px;
}

.searchField__icon use {
  fill: var(--fill-icon-primary);
}

.searchField__close {
  background-color: transparent;
  outline: none;
  position: absolute;
  z-index: 3;
  inset-inline-end: 8px;
  top: 8px;
}

.searchField.active .searchField__input {
  display: block;
}

.searchField.active .searchField__open {
  display: none;
}

.searchField.active svg use {
  fill: var(--fill-icon-primary);
}

.inputText,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  padding: 8px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid var(--color-light);
}

.inputRadio input[type=radio] {
  visibility: hidden;
  display: none;
}

.inputRadio input[type=radio] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 19px;
  padding-inline: 56px 16px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

.inputRadio input[type=radio] + label:after,
.inputRadio input[type=radio] + label:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.inputRadio input[type=radio] + label:after {
  top: calc(50% - 12px);
  inset-inline-start: 16px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-gray);
}

.inputRadio input[type=radio]:checked + label:after {
  border-color: var(--color-input-radio);
}

.inputRadio input[type=radio]:checked + label:before {
  z-index: 2;
  top: calc(50% - 6px);
  inset-inline-start: 22px;
  width: 12px;
  height: 12px;
  background-color: var(--color-input-radio);
}

.inputCheckbox > * {
  cursor: pointer;
}

.inputCheckbox input[type=checkbox] {
  visibility: hidden;
  display: none;
}

.inputCheckbox input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inputCheckbox input[type=checkbox] + label span {
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
}

.inputCheckbox input[type=checkbox] + label svg use {
  fill: #626262;
}

.inputCheckbox input[type=checkbox] + label .state-2 {
  visibility: hidden;
}

.inputCheckbox input[type=checkbox]:checked + label .state-1 {
  visibility: hidden;
}

.inputCheckbox input[type=checkbox]:checked + label .state-2 {
  visibility: visible;
}

.inputCheckbox input[type=checkbox]:checked + label svg use {
  fill: #fff;
}

.breadcrumbs {
  margin: -4px auto;
}

.breadcrumbs__link {
  padding: 4px 0;
}

.breadcrumbs__link:not(:first-child) {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  position: relative;
}

.breadcrumbs__link:not(:first-child):before {
  position: absolute;
  content: "";
  top: calc(50% - 12px);
  inset-inline-start: 8px;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.3 10.6329C7.7 10.2329 8.3 10.2329 8.7 10.6329L12 13.9329L15.3 10.6329C15.7 10.2329 16.3 10.2329 16.7 10.6329C17.1 11.0329 17.1 11.6329 16.7 12.0329L12.7 16.0329C12.5 16.2329 12.3 16.3329 12 16.3329C11.7 16.3329 11.5 16.2329 11.3 16.0329L7.3 12.0329C6.9 11.6329 6.9 11.0329 7.3 10.6329Z' fill='%236C6C6E'/%3E%3C/svg%3E");
  background-position: 50% 50%;
}

html[dir=rtl] .breadcrumbs__link:not(:first-child):before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.breadcrumbs__link:last-child {
  font-weight: 700;
}

.breadcrumbs__link:not(:last-child) {
  color: var(--color-light-seo);
}

.listComparison li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.listComparison li:before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 4.42017C16.415 4.42017 20 8.00517 20 12.4202C20 16.8352 16.415 20.4202 12 20.4202C7.585 20.4202 4 16.8352 4 12.4202C4 8.00517 7.585 4.42017 12 4.42017ZM8.41211 11.3701C7.85982 11.3701 7.41211 11.8178 7.41211 12.3701C7.41266 12.922 7.86021 13.3691 8.41211 13.3691H10.9512V15.9061L10.9502 15.9071C10.9502 16.4594 11.3979 16.9071 11.9502 16.9071C12.5021 16.9066 12.9492 16.459 12.9492 15.9071V13.3691H15.4881C16.04 13.3685 16.4871 12.921 16.4871 12.3691C16.486 11.8176 16.0386 11.3711 15.4871 11.3711H12.9492V8.8311C12.9486 8.27921 12.5011 7.8321 11.9492 7.8321C11.3977 7.83321 10.9512 8.2806 10.9512 8.8321V11.3711H8.41311L8.41211 11.3701Z' fill='%2334C759'/%3E%3C/svg%3E");
}

.listComparison li:not(:last-child) {
  margin-bottom: 16px;
}

.listComparison_negative li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 12.4202C20 8.00517 16.415 4.42017 12 4.42017C7.585 4.42017 4 8.00517 4 12.4202C4 16.8352 7.585 20.4202 12 20.4202C16.415 20.4202 20 16.8352 20 12.4202ZM7.41211 12.3701C7.41211 11.8178 7.85982 11.3701 8.41211 11.3701L8.41311 11.3711H15.4871C16.0386 11.3711 16.486 11.8176 16.4871 12.3691C16.4871 12.921 16.04 13.3685 15.4881 13.3691H8.41211C7.86021 13.3691 7.41266 12.922 7.41211 12.3701Z' fill='white' fill-opacity='0.3'/%3E%3C/svg%3E");
}

.tagsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}

.tagsList li {
  background-color: var(--color-light);
  padding: 16px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.tagsList li:before {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  background-color: rgb(52, 199, 89);
  border-radius: 99px;
}

.scroll-styled {
  -webkit-overflow-scrolling: touch;
}

.vertical-divider {
  width: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  height: 100%;
  background-color: var(--color-opposite);
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.logo img {
  height: 40px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.promocode {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  background-color: var(--color-light);
  color: var(--color-light-seo);
  padding: 4px 12px;
  border-radius: 8px;
}

.promocode svg use {
  fill: #fff;
}

.promocode:hover {
  background-color: var(--color-light-hover);
}

.copied {
  position: fixed;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translate(-50%, 130%);
      -ms-transform: translate(-50%, 130%);
          transform: translate(-50%, 130%);
  background-color: var(--color-bg);
  color: var(--color-opposite);
  padding: 16px;
  border-radius: 8px;
  text-align: center;
  z-index: 45;
  border: 1px solid var(--color-light);
}

.copied.show {
  -webkit-animation: showMsg 0.25s ease-in-out 0s forwards;
          animation: showMsg 0.25s ease-in-out 0s forwards;
}

.copied.hide {
  -webkit-animation: hideMsg 0.25s ease-in-out 0s forwards;
          animation: hideMsg 0.25s ease-in-out 0s forwards;
}

@-webkit-keyframes showMsg {
  from {
    -webkit-transform: translate(-50%, 130%);
            transform: translate(-50%, 130%);
  }

  to {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@keyframes showMsg {
  from {
    -webkit-transform: translate(-50%, 130%);
            transform: translate(-50%, 130%);
  }

  to {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@-webkit-keyframes hideMsg {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  30% {
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }

  100% {
    -webkit-transform: translate(-50%, 130%);
            transform: translate(-50%, 130%);
  }
}

@keyframes hideMsg {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  30% {
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }

  100% {
    -webkit-transform: translate(-50%, 130%);
            transform: translate(-50%, 130%);
  }
}

.table-auto-scroll {
  overflow-x: auto;
}

.quoteWarning {
  padding-block: 32px;
  padding-inline: 112px 32px;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 241, 115, 0.05)), to(rgba(255, 184, 0, 0.05)));
  background: linear-gradient(90deg, rgba(255, 241, 115, 0.05) 0%, rgba(255, 184, 0, 0.05) 100%);
  position: relative;
}

.quoteWarning:before {
  content: "";
  position: absolute;
  top: 32px;
  inset-inline-start: 32px;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37 38.7329H11C9.344 38.7329 8 37.3889 8 35.7329C8 35.1609 8.16 34.6269 8.438 34.1729L21.804 12.0209C22.236 11.2529 23.058 10.7329 24 10.7329C25.04 10.7329 25.932 11.3649 26.316 12.2649L39.552 34.1549C39.836 34.6129 40 35.1549 40 35.7329C40 37.3889 38.656 38.7329 37 38.7329ZM26 32.7329C26 31.6289 25.104 30.7329 24 30.7329C22.896 30.7329 22 31.6289 22 32.7329C22 33.8369 22.896 34.7329 24 34.7329C25.104 34.7329 26 33.8369 26 32.7329ZM26 20.7329C26 19.6289 25.104 18.7329 24 18.7329C22.896 18.7329 22 19.6289 22 20.7329V26.7329C22 27.8369 22.896 28.7329 24 28.7329C25.104 28.7329 26 27.8369 26 26.7329V20.7329Z' fill='url(%23paint0_linear_597_3954)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_597_3954' x1='8' y1='24.7329' x2='40' y2='24.7329' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF173'/%3E%3Cstop offset='1' stop-color='%23FFB800'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.quoteWarning.mod-info {
  padding-block: 16px;
  padding-inline: 80px 16px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quoteWarning.mod-info:before {
  top: 16px;
  inset-inline-start: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 7.6767C32.83 7.6767 40 14.8467 40 23.6767C40 32.5067 32.83 39.6767 24 39.6767C15.17 39.6767 8 32.5067 8 23.6767C8 14.8467 15.17 7.6767 24 7.6767ZM26.6625 31.6767C27.7625 31.6767 28.6545 30.7847 28.6545 29.6847C28.6545 28.5847 27.7625 27.6907 26.6625 27.6907H25.9965V21.1907C25.9965 20.3047 25.5185 19.6767 24.6365 19.6767C24.6305 19.6767 21.3665 19.6767 21.3665 19.6767C20.2585 19.6767 19.3565 20.5767 19.3565 21.6867C19.3565 22.7967 20.2585 23.6967 21.3665 23.6967H21.9905V27.6907H21.3085C20.2085 27.6907 19.3145 28.5847 19.3145 29.6847C19.3145 30.7847 20.2085 31.6767 21.3085 31.6767H26.6625ZM24.0004 12.9927C25.4824 12.9927 26.6844 14.1947 26.6844 15.6767C26.6844 17.1587 25.4824 18.3607 24.0004 18.3607C22.5184 18.3607 21.3164 17.1587 21.3164 15.6767C21.3164 14.1947 22.5184 12.9927 24.0004 12.9927Z' fill='url(%23paint0_linear_1175_5255)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1175_5255' x1='8' y1='23.6767' x2='40' y2='23.6767' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF173'/%3E%3Cstop offset='1' stop-color='%23FFB800'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.quote {
  padding: 32px 112px;
  position: relative;
}

.quote:before,
.quote:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0.712891L21.8 9.24622V48.7129L9 40.1796V0.712891Z' fill='%23fff'/%3E%3Cpath d='M26.0664 0.712891L38.8664 9.24622V48.7129L26.0664 40.1796V0.712891Z' fill='%23fff'/%3E%3C/svg%3E");
}

.quote:before {
  top: 0;
  inset-inline-start: 32px;
}

.quote:after {
  bottom: 0;
  inset-inline-end: 32px;
}

.styledContent {
  --space-bottom: 25px;
  padding: 0 16px;
}

.styledContent > p {
  line-height: 140%;
  margin-bottom: var(--space-bottom);
}

.styledContent > h1 {
  margin-bottom: var(--space-bottom);
}

.styledContent > h2 {
  margin-bottom: var(--space-bottom);
}

.styledContent > h3 {
  margin-bottom: var(--space-bottom);
}

.styledContent > h4 {
  margin-bottom: var(--space-bottom);
}

.styledContent > h5,
.styledContent h6 {
  margin-bottom: var(--space-bottom);
}

.styledContent > a:not([class]) {
  display: inline-block;
  text-decoration: underline;
}

.styledContent > a {
  margin-bottom: var(--space-bottom);
}

.styledContent .p-40-md3-16,
.styledContent .firstScreen.p-16 {
  -webkit-padding-end: 0 !important;
          padding-inline-end: 0 !important;
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
}

.styledContent > ul,
.styledContent > ol {
  margin-bottom: var(--space-bottom);
}

.styledContent .quoteWarning {
  clear: both;
  margin-bottom: var(--space-bottom);
}

.styledContent .quoteWarning p {
  line-height: 170%;
}

.styledContent .quote {
  margin-bottom: var(--space-bottom);
}

.styledContent .table-auto-scroll {
  margin-bottom: var(--space-bottom);
}

ul.list li,
.styledContent > ul li,
ol.list li,
.styledContent > ol li {
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.list li:not(:last-child),
.styledContent > ul li:not(:last-child),
ol.list li:not(:last-child),
.styledContent > ol li:not(:last-child) {
  margin-bottom: 16px;
}

ul.list li,
.styledContent > ul li {
  gap: 16px;
}

ul.list li:before,
.styledContent > ul li:before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background: var(--color-brand);
  border-radius: 99px;
}

ol.list,
.styledContent > ol {
  counter-reset: myCounter;
}

ol.list li,
.styledContent > ol li {
  gap: 12px;
}

ol.list li:before,
.styledContent > ol li:before {
  content: counter(myCounter) ".";
  counter-increment: myCounter;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
  width: 100%;
  position: relative;
  z-index: 40;
  border-bottom: 1px solid var(--color-light);
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__menu {
  padding-block: 8px;
  padding-inline: 32px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 16px;
}

.header__menu .btn-dropdown svg use {
  fill: var(--fill-icon-primary);
}

.header__nav {
  padding-block: 8px;
  padding-inline: 16px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.header__buttons {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}

.headerItem_btnDownloadAppInMore {
  display: none !important;
}

.moreList a {
  padding: 16px;
  font-weight: bold;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
}

.moreList a:hover {
  background-color: var(--color-light);
}

.bannerBonus {
  background: linear-gradient(109deg, #DC62FF 25.02%, #DE6493 73.72%);
  border-radius: var(--br-small);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 8px;
  padding-inline: 32px 23px;
  display: grid;
  grid-template-columns: 80% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bannerBonus__image {
  width: 110px;
  height: 110px;
  margin-block: -1px -8px;
  margin-inline: -16px 0;
}

.firstscreen-bg {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-size: 100% 100%;
  background-position: center;
  -webkit-filter: blur(40px);
          filter: blur(40px);
}

.firstscreen-bg:after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 16, 22, 0)), to(#232325));
  background: linear-gradient(180deg, rgba(13, 16, 22, 0) 0%, #232325 100%);
}

.firstScreen__boby {
  border-radius: 14px;
  --deg: 133deg;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html[dir=rtl] .firstScreen__boby {
  --deg: 313deg;
}

.firstScreen__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.5%;
          flex: 0 0 66.5%;
  padding-block: 64px;
  padding-inline: 64px 0px;
  position: relative;
  z-index: 3;
}

.firstScreen__bg {
  overflow: hidden;
  border-radius: 14px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.firstScreen__bg img {
  width: 100%;
  height: auto;
}

.firstScreen__blur {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(30px);
}

.textBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px !important;
}

.textBanner__t1 {
  position: relative;
  z-index: 1;
}

.textBanner__t2 {
  margin-top: -13px;
  margin-left: -100px;
  margin-right: -100px;
  position: relative;
  z-index: 2;
  background: linear-gradient(90.85deg, #474D5B 0.05%, #232325 99.95%);
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  padding: 9px 37px;
  border-radius: 99px;
}

.textBanner__t2 span {
  display: inline-block;
}

.textBanner__t3 {
  margin-top: -4px;
  position: relative;
  z-index: 3;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  padding: 9px 37px;
  border-radius: 99px;
  background: #fff;
  color: rgb(35, 35, 37);
}

.textBanner__t3 span {
  display: inline-block;
}

.textBanner__t4 {
  margin-top: -4px;
  position: relative;
  z-index: 3;
  background: var(--color-opposite);
  color: var(--color-bg);
  font-size: 36px;
  line-height: 43px;
  padding: 8px 32px;
  border-radius: 99px;
}

.textBanner__t4 span {
  display: inline-block;
}

.textBanner__x1 {
  position: absolute;
  inset-inline-start: -84px;
  top: -48px;
  width: 126px;
  height: 126px;
}

.textBanner__x2 {
  position: absolute;
  inset-inline-end: -86px;
  top: -46px;
  width: 126px;
  height: 126px;
}

.textBanner__money2 {
  position: absolute;
  inset-inline-end: 102px;
  top: -80px;
  width: 110px;
  height: 110px;
}

.ticket {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ticket__num {
  position: relative;
  z-index: 2;
  font-size: 32px;
  line-height: 39px;
}

.ticket_1 {
  width: 121px;
  height: 51px;
  top: -70px;
  inset-inline-end: 51px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.ticket_2 {
  width: 95px;
  height: 40px;
  bottom: -28px;
  inset-inline-start: -28px;
  -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
          transform: rotate(24deg);
}

.ticket_2 .ticket__num {
  font-size: 26px;
  line-height: 31px;
}

.ticket_3 {
  width: 93px;
  height: 39px;
  top: 0px;
  inset-inline-start: -70px;
  -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
          transform: rotate(24deg);
}

.ticket_3 .ticket__num {
  font-size: 26px;
  line-height: 31px;
}

.topFive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.topFive__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.topFive__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  border-radius: 16px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #232325;
}

.topFive__list a.btn-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.topFive__gamesWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.topFive__games {
  overflow: auto;
}

.videoContainer {
  width: 100%;
  height: 0;
  min-height: 550px;
  padding-bottom: 56.25%;
  background: var(--color-light-300);
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.videoContainer_scrollFix {
  background: rgba(255, 255, 255, 0);
  /* immutable */
  z-index: 10;
}

.bigLabel {
  font-size: 64px;
  line-height: 77px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 40px;
  margin-bottom: -8px;
  position: relative;
  border-radius: 99px;
  background: linear-gradient(93.51deg, #EF6C0D 3.79%, #F15B25 106.13%);
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.bigLabel_mod {
  background: linear-gradient(93.51deg, #0095FF 3.79%, #0855C4 106.13%);
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
}

.bigLabel_mod_v2 {
  background: var(--color-brand);
  border: 4px solid var(--color-opposite);
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
  padding: 8px 32px;
  white-space: nowrap;
}

.bigLabel_mod_v2_1 {
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.bigLabel_mod_v2_2 {
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  margin-top: -15px;
}

.bigLabel__img {
  position: absolute;
  width: 100px;
  height: 100px;
}

.bigLabel__img_1 {
  inset-inline-end: -60px;
  bottom: -4px;
}

.bigLabel__img_2 {
  inset-inline-end: -60px;
  bottom: 18px;
}

.bigLabel__img_3 {
  inset-inline-start: -60px;
  bottom: 18px;
}

.bigLabel__img_4 {
  width: 207px;
  height: 100px;
  inset-inline-start: 173px;
  bottom: 66px;
}

.bigLabel__img_5 {
  width: 295px;
  height: 100px;
  inset-inline-start: 123px;
  bottom: 60px;
}

.navigationScroll {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  z-index: 10;
  width: 100%;
  display: none;
  padding: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: var(--color-bg);
  border-bottom: 1px solid var(--color-light);
}

.navigationScroll__button {
  background-color: var(--color-light);
  border-radius: 8px;
  padding: 8px;
  color: var(--color-opposite);
  font-weight: 700;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigationScroll__button:hover {
  background-color: var(--color-light-hover);
}

.navigationScroll.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentNav {
  background-color: var(--color-light);
  border-radius: var(--br-large);
  overflow: hidden;
}

.contentNav__header {
  border-bottom: 1px solid var(--color-light);
  padding: 16px 32px;
  cursor: pointer;
}

.contentNav__header svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: var(--fill-icon-primary);
}

.contentNav__header.isHide {
  border-bottom: none;
}

.contentNav__header.isHide svg {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.contentNav__list {
  counter-reset: myCounter;
}

.contentNav__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 32px;
}

.contentNav__list li::before {
  position: relative;
  counter-increment: myCounter;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  padding: 4px;
  width: 40px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  background: var(--color-light);
  content: counter(myCounter);
}

.contentNav__list li a:hover {
  text-decoration: underline;
}

.dropdown__item {
  position: relative;
  background-color: var(--color-light);
  border-radius: var(--br-large);
}

.dropdown__item.active .dropdown__btn {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
}

.dropdown__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 16px;
  cursor: pointer;
}

.dropdown__head p {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.dropdown__body {
  padding: 0 16px 16px 16px;
}

.dropdown__btn {
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: transparent;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.3 10.6329C7.7 10.2329 8.3 10.2329 8.7 10.6329L12 13.9329L15.3 10.6329C15.7 10.2329 16.3 10.2329 16.7 10.6329C17.1 11.0329 17.1 11.6329 16.7 12.0329L12.7 16.0329C12.5 16.2329 12.3 16.3329 12 16.3329C11.7 16.3329 11.5 16.2329 11.3 16.0329L7.3 12.0329C6.9 11.6329 6.9 11.0329 7.3 10.6329Z' fill='%236C6C6E'/%3E%3C/svg%3E");
}

.comment {
  position: relative;
  -webkit-padding-start: 56px;
          padding-inline-start: 56px;
  margin-top: 32px;
}

.comment__image {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  overflow: hidden;
  background-color: var(--color-light-hex);
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
}

.comment__image img {
  z-index: 2;
}

.comment_reply {
  margin-block: 16px 0;
  margin-inline: 56px 0;
}

.bookmaker {
  overflow: hidden;
}

.bookmaker__body {
  position: relative;
  background-color: var(--color-light);
  border-radius: var(--br-large);
}

.bookmaker__row {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1fr 1fr auto;
}

.bookmaker__logo {
  height: 64px;
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}

.bookmaker__col {
  padding: 32px 32px 8px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.bookmaker__col_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.bookmaker__col_4 {
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bookmaker__footer {
  padding: 16px 32px 52px 32px;
}

.reviews__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 32px;
}

.reviews__link:hover {
  text-decoration: underline;
}

.reviews__socials {
  margin: 0 -8px;
}

.reviews__socials > a {
  margin: 16px 8px 0 8px;
}

.reviews__card {
  background-color: var(--color-light);
  border: 1px solid var(--color-light);
  position: relative;
  padding: 32px;
  border-radius: var(--br-large);
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews__card.active {
  padding-bottom: 54px;
  height: auto !important;
}

.reviews__card.active .reviews__btn .state-less {
  display: block;
}

.reviews__card.active .reviews__btn .state-more {
  display: none;
}

.reviews__card.active .reviews__btn svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reviews__card.active .reviews__overlay {
  display: none;
}

.reviews__card.active .reviews__textContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.reviews__textContainer {
  margin-top: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 75px;
          flex: 1 0 75px;
  overflow: hidden;
}

.reviews__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.reviews__image {
  border-radius: 99px;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.reviews__author {
  display: grid;
  grid-template-columns: 64px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
}

.reviews__overlay {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100px;
  border-radius: 16px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--shadow-2-start-rgb), 0)), color-stop(50%, rgba(var(--shadow-2-start-rgb), 0.98)), to(var(--shadow-2-end-hex)));
  background: linear-gradient(180deg, rgba(var(--shadow-2-start-rgb), 0) 0%, rgba(var(--shadow-2-start-rgb), 0.98) 50%, var(--shadow-2-end-hex) 100%);
}

.reviews__btn {
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 16px;
  z-index: 2;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--color-opposite);
}

.reviews__btn .state-less {
  display: none;
}

.reviews__btn svg use {
  fill: var(--fill-icon-primary);
}

.reviews__btn:hover {
  color: var(--color-opposite-hover);
}

.authorCard__body {
  padding: 32px;
  border-radius: 16px;
  --deg: 106deg;
  background-color: #232325;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

html[dir=rtl] .authorCard__body {
  --deg: 286deg;
}

.authorCard__body .linkSocial:not(.linkSocial_instagram):not(.linkSocial_facebook):not(.linkSocial_linkedin) {
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.authorCard__body > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.authorCard__image {
  border-radius: 99px;
  width: 128px;
  height: 128px;
  overflow: hidden;
}

.blogContent {
  display: grid;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.comparison {
  display: grid;
  gap: 32px;
}

.comparison__card {
  background: var(--color-light);
  padding: 16px;
  border-radius: 16px;
  position: relative;
}

.comparison__icon {
  position: absolute;
  inset-inline-end: 32px;
  top: 32px;
  width: 72px;
  height: 72px;
}

.btnBonus {
  position: fixed;
  top: 74px;
  inset-inline-end: 40px;
  z-index: 33;
  display: none;
  background: var(--bg-btn-bonus);
}

.btnBonus:hover {
  background: var(--bg-btn-bonus-hover);
}

.btnScrollToTop {
  position: fixed;
  bottom: 80px;
  inset-inline-end: 40px;
  z-index: 33;
  display: none;
}

.btnScrollToTop.hasBoxWelcomeBonus {
  bottom: 146px;
}

.btnScrollToTop svg use {
  fill: #232325;
}

.fixedBottomBox {
  position: fixed;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  z-index: 30;
  display: none;
  background-color: var(--color-light-hex);
  border-top: 1px solid var(--color-light);
}

.welcomeBonus {
  position: sticky;
  z-index: 32;
}

.welcomeBonus__boby {
  padding: 24px 16px;
  position: relative;
}

.welcomeBonus__btn {
  position: absolute;
  inset-inline-end: 40px;
  top: calc(50% - 20px);
}

.cookie svg use {
  fill: var(--fill-icon-primary);
}

.footer {
  border-top: 1px solid var(--color-light);
}

.footer__body {
  padding: 16px;
}

.boxInfo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 16px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.boxInfo__grid {
  display: grid;
  row-gap: 8px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.boxInfo__grid_2col {
  grid-template-columns: auto 1fr;
}

.boxInfo__grid_3col {
  grid-template-columns: auto auto 1fr;
}

.boxInfo__grid p,
.boxInfo__grid a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.boxInfo__btn {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-gray);
}

.boxInfo__btn svg use {
  fill: var(--fill-icon-primary);
}

.boxInfo__btn.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.boxInfo_mod_v2 {
  grid-template-columns: 1fr 1fr auto;
}

.boxLinksApp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: 16px;
}

.boxLinksApp > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.boxLinksApp__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 280px;
          flex: 0 1 280px;
}

.boxLinksApp__mobile .linkApp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.boxLinksApp__windows {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 280px;
          flex: 0 1 280px;
}

.boxLinksApp .linkApp > svg use {
  fill: var(--fill-icon-primary);
}

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subscribe__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe__input input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid var(--color-light);
  padding: 8px;
}

html[dir=rtl] .subscribe__input input {
  border-radius: 0px 8px 8px 0px;
}

.subscribe__input button {
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 0px 8px 8px 0px;
  color: rgb(18, 18, 20);
  /* immutable */
  background-color: rgb(150, 150, 151);
  /* immutable */
}

html[dir=rtl] .subscribe__input button {
  border-radius: 8px 0px 0px 8px;
}

.subscribe__input button:hover {
  background-color: rgba(150, 150, 151, 0.8);
  /* immutable */
}

.certificates__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.socials__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.socials__row > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.socials__row_1 {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
}

.socials__row_1 .card-1 {
  min-width: 220px;
}

.socials__row_2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ufcPartner {
  background: -webkit-gradient(linear, left top, right top, from(#FA4031), to(#6C0606));
  background: linear-gradient(90deg, #FA4031 0%, #6C0606 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.ufcPartner > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.ufcPartner__img {
  position: relative;
}

.ufcPartner__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.collaboration {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.collaboration__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.collaboration__list .card-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  height: 62px;
  position: relative;
}

.collaboration__list .card-1 img {
  max-width: 100%;
}

.collaboration__list .card-1__factor {
  position: absolute;
  top: -8px;
  inset-inline-end: 4px;
}

.collaboration__list .tooltip_top:nth-child(odd) .tooltip__body {
  inset-inline-start: 0;
  inset-inline-end: auto;
}

.collaboration__list_3col .card-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}

.collaboration__list_4col .card-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 22%;
          flex: 1 0 22%;
}

.collaborationBanner {
  border-radius: 8px;
  padding: 16px 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-light);
}

.collaborationBanner__text {
  position: relative;
  z-index: 2;
  max-width: 256px;
}

.collaborationBanner__image {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 259px;
  height: 172px;
}

.fairTechnology {
  background-color: #ECEDF3;
  /* immutable */
}

.social {
  border-radius: var(--br-small);
  padding: 8px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40px;
          flex: 1 1 40px;
  width: 40px;
  height: 40px;
  background-color: var(--color-light);
}

.social:hover {
  background-color: var(--color-light-hover);
}

.lastLine__ad {
  border-radius: 4px;
  padding: 1px 4px;
  border: 1px solid var(--color-gray);
  font-size: 11px;
  line-height: 13px;
}

.redirect {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.redirect__body {
  padding: 32px;
  border-radius: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 540px;
          flex: 0 1 540px;
}

.redirect__timer {
  border-radius: 99px;
  width: 32px;
  height: 32px;
  background-color: var(--color-light);
}

.redirect__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.redirect__flag {
  width: 48px;
  height: 24px;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

.text-extra-large {
  font-size: 64px;
  line-height: 77px;
}

.text-huge {
  font-size: 40px;
  line-height: 48px;
}

.text-big,
.styledContent > h1 {
  font-size: var(--fz-text-big);
  line-height: var(--lh-text-big);
  font-weight: bold;
}

.text-medium,
.searchResult__item .entry-title a,
.styledContent > h2 {
  font-size: var(--fz-text-big);
  line-height: var(--lh-text-big);
  font-weight: bold;
}

.text-small,
.label,
.label-2,
.styledContent > h4,
.subscribe__input button {
  font-size: var(--fz-text-small);
  line-height: var(--lh-text-small);
}

.text-upper {
  font-size: 12px;
  text-transform: uppercase;
}

.text-micro,
.styledContent > h5,
.styledContent h6 {
  font-size: 11px;
  line-height: 13px;
}

.bold,
.styledContent > h3,
.styledContent > h4,
.styledContent > h5,
.styledContent h6,
ol.list li:before,
.styledContent > ol li:before {
  font-size: var(--fz-text-medium);
  line-height: var(--lh-text-medium);
  font-weight: bold;
}

.fw-900 {
  font-weight: 900;
}

.regular {
  font-weight: normal;
}

.leter-sp {
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.tt-u {
  text-transform: uppercase;
}

.lg-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#1AD7FF), to(#00A5E6));
  background: linear-gradient(180deg, #1AD7FF 0%, #00A5E6 100%);
}

.lg-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE37E), to(#F0BC00));
  background: linear-gradient(180deg, #FFE37E 0%, #F0BC00 100%);
}

.test-box {
  width: auto;
  padding: 8px;
  border: 2px dashed yellowgreen;
}

.test-box_light {
  background-color: #fff;
  border-color: red;
}

.subscribe {
  position: relative;
}

.subscribe .wpcf7 .subscribe__input input {
  border-radius: 8px;
}

.subscribe .wpcf7 .subscribe__input > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.subscribe input + .wpcf7-not-valid-tip {
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-top: -8px;
  color: white;
  background-color: var(--color-form-error);
  -webkit-box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.5);
  /* immutable */
  padding: 16px;
  border-radius: 12px;
}

.subscribe .wpcf7-submit {
  border-radius: 0 8px 8px 0;
  padding: 12px 24px;
  font-weight: 700;
  cursor: pointer;
}

.subscribe .wpcf7-spinner {
  display: none !important;
}

.subscribe .wpcf7-form-control-wrap {
  width: 100%;
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
}

.subscribe .wpcf7-form-control-wrap input {
  min-width: 160px;
  width: 100%;
  padding: 11px 8px;
}

.subscribe .wpcf7-form-control-wrap input.wpcf7-not-valid {
  border-color: var(--color-form-border);
  color: var(--color-form-error);
}

.subscribe .wpcf7-response-output {
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
  left: 16px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  background: var(--color-bg);
  border-radius: 12px;
  color: white !important;
}

.subscribe .wpcf7 {
  width: 100%;
}

.searchResult {
  margin-bottom: 16px;
}

.searchResult__item .entry-title {
  margin-bottom: 8px;
}

.searchResult__item .entry-title a:hover {
  text-decoration: underline;
}

.searchResult__item .entry-summary > *:not(:last-child) {
  margin-bottom: 8px;
}

.navigation.posts-navigation .nav-links {
  position: relative;
  height: 74px;
  padding: 16px 0;
}

.navigation.posts-navigation .nav-previous a,
.navigation.posts-navigation .nav-next a {
  position: absolute;
  text-decoration: none;
}

.navigation.posts-navigation .nav-next a {
  inset-inline-end: 0;
}

.wpcf7-form-control.wpcf7-submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wpcf7-form > p {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.wpcf7-form > p > br {
  display: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: var(--color-form-border);
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: var(--color-form-error);
}

.wpcf7-response-output {
  margin: 16px 0 0 0 !important;
  padding: 0 !important;
  border: none !important;
  color: var(--color-form-error);
}

.wp-caption-text {
  text-align: center;
  font-style: italic;
  margin-top: 5px;
}

.wp-caption {
  max-width: 100%;
}

article.searchResult__item {
  margin-bottom: 2em;
}

@media (min-width: 530px) {
  .table-2 th {
    width: 230px;
  }
}

@media (min-width: 767.98px) {
  .min-md3-p-16 {
    padding: 16px;
  }

  .min-md3-dn {
    display: none !important;
  }

  .popup_centered {
    width: 540px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .popup_centered .popup__body {
    width: 540px;
    padding: 16px;
  }

  .popup_centered .popup__content {
    padding: 16px;
  }

  .btn-dropdown.mod-download-app svg {
    display: none;
  }

  .popover-popup__body {
    border-radius: 12px;
    padding: 16px;
    background-color: var(--color-bg);
    -webkit-box-shadow: var(--shadow);
            box-shadow: var(--shadow);
    width: 360px;
    max-height: 75vh;
    overflow-y: auto;
  }

  .popover-popup {
    position: absolute;
    top: 40px;
    padding-top: 8px;
    opacity: 0;
    visibility: hidden;
  }

  .popover:hover > .popover-trigger,
  .popover.active > .popover-trigger {
    background-color: var(--color-light);
  }

  .popover:hover > .popover-popup,
  .popover.active > .popover-popup {
    -webkit-transition: 0s ease 0.15s;
    transition: 0s ease 0.15s;
    opacity: 1;
    visibility: visible;
  }

  .popover-popup_mod-width-2 .popover-popup__body {
    width: 532px;
  }

  .modal__header {
    display: none;
  }

  .inputRadio input[type=radio] + label:hover {
    background-color: var(--color-light);
  }

  .scroll-styled {
    /* ползунок скроллбара */
    scrollbar-color: #232325 var(--color-light-hex);
    /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin;
  }

  .scroll-styled ::-webkit-scrollbar {
    width: 12px;
    /* ширина для вертикального скролла */
    height: 12px;
    /* высота для горизонтального скролла */
    background-color: var(--color-opposite);
  }

  .scroll-styled ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    /* immutable */
    border-radius: 4px;
  }

  .scroll-styled ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
    /* immutable */
  }

  .header__menuBtn {
    display: none;
  }

  .firstScreen {
    padding-bottom: 40px;
  }

  .firstScreen__bobyWrap {
    padding: 4px;
    position: relative;
  }

  .firstScreen__bobyWrap:after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: linear-gradient(111.34deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 50%, #FFFFFF 100%);
  }

  .firstScreen__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    position: absolute;
    inset-inline-end: -32px;
    z-index: 2;
  }

  .dropdown__item {
    padding: 16px;
  }

  .bookmaker__col_3 p {
    white-space: nowrap;
  }

  .comparison {
    grid-template-columns: 1fr 1fr;
  }

  .boxInfo__btn {
    display: none;
  }

  .certificates__item {
    cursor: pointer;
    position: relative;
  }

  .certificates__item:hover svg,
  .certificates__item:hover img {
    mix-blend-mode: normal;
  }

  .certificates__item:hover span {
    bottom: 32px;
    inset-inline-start: 0;
    -webkit-transition: 0s ease 0.15s;
    transition: 0s ease 0.15s;
    opacity: 1;
    visibility: visible;
  }

  .certificates__item svg,
  .certificates__item img {
    mix-blend-mode: luminosity;
  }

  .certificates__item span {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 12;
    background-color: var(--color-bg);
    -webkit-box-shadow: var(--shadow);
            box-shadow: var(--shadow);
    padding: 16px;
    border-radius: 12px;
    width: 200px;
  }

  .certificates__item.tooltipPosLeft:hover span {
    inset-inline-start: auto;
    inset-inline-end: 0;
  }

  .redirect__body {
    -webkit-box-shadow: var(--shadow);
            box-shadow: var(--shadow);
  }

  .wpcf7-form > p {
    grid-template-columns: 1fr 1fr;
  }

  .wpcf7-form > p > .wpcf7-form-control-wrap:first-of-type {
    grid-column: 1/3;
  }
}

@media (min-width: 992.98px) {
  .blogContent {
    grid-template-columns: 1fr 360px;
  }

  .fixedBottomBox {
    border-bottom: 1px solid var(--color-light);
    bottom: 16px;
  }
}

@media (max-width: 1520px) {
  .header__menu {
    padding: 8px 0;
    gap: 0;
  }
}

@media (max-width: 1430px) {
  .header {
    display: grid;
    grid-template-columns: 1fr auto;
  }
}

@media (max-width: 1413px) {
  .btnBonus {
    inset-inline-end: 16px;
  }

  .btnScrollToTop {
    inset-inline-end: 16px;
  }

  .btnScrollToTop.hasBoxWelcomeBonus {
    bottom: 166px;
  }

  .welcomeBonus__btn {
    background-color: var(--color-light-hex);
    inset-inline-end: 16px;
    top: -20px;
    border: 1px solid transparent;
    border-top-color: var(--color-light);
    padding: 7px;
  }

  .welcomeBonus__btn:hover {
    background-color: var(--color-light-hex-hover);
  }
}

@media (max-width: 1030px) {
  .firstScreen__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}

@media (max-width: 1024px) {
  .btn_left,
  .alignleft {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: auto;
    max-width: 100%;
  }

  .btn_right,
  .alignright {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: auto;
    max-width: 100%;
  }

  img.alignleft,
  img.alignright {
    display: block;
  }

  .btn_center {
    width: auto;
    max-width: 100%;
  }

  .bookmaker__row {
    grid-template-columns: 1fr 1fr auto;
  }

  .bookmaker__col_4 {
    grid-column: span 3;
  }

  .bookmaker__col_4 .btn,
  .bookmaker__col_4 .wpcf7-form-control.wpcf7-submit,
  .bookmaker__col_4 .navigation.posts-navigation .nav-previous a,
  .navigation.posts-navigation .nav-previous .bookmaker__col_4 a,
  .bookmaker__col_4 .navigation.posts-navigation .nav-next a,
  .navigation.posts-navigation .nav-next .bookmaker__col_4 a {
    width: 100%;
  }
}

@media (max-width: 992.98px) {
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .md2-jcfs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header .btn-dropdown {
    padding: 8px;
  }

  .firstScreen__text {
    padding-block: 32px;
    padding-inline: 32px 0px;
  }

  .firstScreen__image img {
    height: auto;
    width: 300px;
  }

  .textBanner__t1 {
    font-size: var(--fz-text-big);
    line-height: var(--lh-text-big);
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }

  .textBanner__t2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: -3px;
  }

  .textBanner__t3 {
    font-size: 32px;
    line-height: 36px;
  }

  .textBanner__t4 {
    font-size: 32px;
    line-height: 36px;
  }

  .textBanner__money2 {
    inset-inline-end: 17px;
    top: -86px;
  }

  .ticket_1 {
    top: -46px;
    inset-inline-end: 7px;
    -webkit-transform: scale(0.6) rotate(-20deg);
        -ms-transform: scale(0.6) rotate(-20deg);
            transform: scale(0.6) rotate(-20deg);
  }

  .ticket_2 {
    bottom: -15px;
    inset-inline-start: -50px;
    -webkit-transform: scale(0.6) rotate(24deg);
        -ms-transform: scale(0.6) rotate(24deg);
            transform: scale(0.6) rotate(24deg);
  }

  .btnScrollToTop.hasBoxWelcomeBonus {
    bottom: 150px;
  }

  .boxInfo {
    grid-template-columns: 1fr 1fr;
  }

  .boxInfo .boxInfo__col:nth-child(1) {
    grid-column: 1/3;
  }

  .boxInfo_mod_v2 .boxInfo__col:nth-child(1) {
    grid-column: auto;
  }

  .collaboration__list_4col .card-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
  }
}

@media (max-width: 767.98px) {
  .wrapper {
    overflow: hidden;
    /* Выше 768 мы его убираем чтобы сработал 
position sticky у блока .stickyBlock */
  }

  table td,
  table th {
    padding: 8px;
  }

  .md3-m0 {
    margin: 0;
  }

  .md3-p0 {
    padding: 0;
  }

  .p-40-md3-16 {
    padding: 16px;
  }

  .md3-ta-c {
    text-align: center;
  }

  .max-md3-dn {
    display: none !important;
  }

  .md3-w-100 {
    width: 100%;
  }

  .gap-32-md3-8 {
    gap: 8px;
  }

  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .md3-aifs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .popup {
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }

  .popup.isOpen {
    -webkit-animation: showModal 0.15s forwards 0s linear;
            animation: showModal 0.15s forwards 0s linear;
  }

  .popup__body {
    width: 100%;
  }

  .popup__content {
    max-height: 75vh;
  }

  .scroll__body {
    width: auto;
  }

  .btn,
  .wpcf7-form-control.wpcf7-submit,
  .navigation.posts-navigation .nav-previous a,
  .navigation.posts-navigation .nav-next a {
    padding: 12px 16px;
  }

  .btn-4 {
    background-color: var(--color-light);
    border-radius: 0;
  }

  .btn-4__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }

  .popover {
    border-radius: var(--br-small);
    overflow: hidden;
  }

  .popover .popover-popup {
    display: none;
  }

  .popover .btn-dropdown {
    border-radius: 0;
  }

  .popover .popover-popup__body > * {
    border-top: 1px solid var(--color-bg);
  }

  .popover.active .btn-dropdown svg {
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .modal__body {
    display: none;
  }

  .modal__body.active {
    display: block;
    -webkit-animation: showModal 0.15s forwards 0s linear;
            animation: showModal 0.15s forwards 0s linear;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    position: fixed;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    max-height: 75vh;
    overflow-y: auto;
    z-index: 55;
    background-color: var(--color-bg);
    padding: 0px 16px 16px 16px;
    border-radius: 12px 12px 0 0;
  }

  .modal__body.active > *:not(:last-child):not(.modal__header) {
    margin-bottom: 16px;
  }

  .modal__body .btn-dropdown {
    background-color: var(--color-light);
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px;
    font-weight: 400;
  }

  .card-2 {
    padding: 16px;
  }

  .containerGame {
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  }

  .containerGame_col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .label {
    inset-inline-start: 16px;
  }

  .searchField__input {
    display: block;
    width: 100%;
  }

  .searchField__input input {
    border-color: var(--color-light);
    width: 100%;
  }

  .searchField__open {
    display: none;
  }

  .searchField__close {
    display: none;
  }

  .tagsList {
    gap: 16px;
  }

  .quoteWarning {
    padding: 80px 16px 16px 16px;
  }

  .quoteWarning:before {
    top: 16px;
    inset-inline-start: 16px;
  }

  .quote {
    padding: 56px 16px;
  }

  .quote > *:not(:last-child):not(.not-nlc) {
    margin-bottom: 16px;
  }

  .quote:before,
  .quote:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 0.750977L10.9 5.01764V24.751L4.5 20.4843V0.750977Z' fill='%23fff'/%3E%3Cpath d='M13.0333 0.750977L19.4333 5.01764V24.751L13.0333 20.4843V0.750977Z' fill='%23fff'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
  }

  .quote:before {
    inset-inline-start: 16px;
  }

  .quote:after {
    inset-inline-end: 16px;
  }

  ul.list li,
  .styledContent > ul li,
  ol.list li,
  .styledContent > ol li {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }

  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header__buttons {
    grid-row: 1;
    grid-column: span 2;
  }

  .header__buttons > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .liveBonuses {
    border-radius: 0px;
  }

  .liveBonuses .btn-dropdown {
    display: none;
  }

  .liveBonuses .popover-popup {
    display: block;
  }

  .liveBonuses .popover-popup__body > * {
    border-top: none;
  }

  .popoverContentMobile {
    border-radius: 0px;
  }

  .popoverContentMobile .btn-dropdown {
    display: block;
    background: transparent;
    text-align: left;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    font-size: var(--fz-text-big);
    line-height: var(--lh-text-big);
    text-transform: uppercase;
    font-weight: 700;
  }

  .popoverContentMobile .btn-dropdown svg {
    display: none;
  }

  .popoverContentMobile .popover-popup {
    display: block;
  }

  .popoverContentMobile .popover-popup__body > * {
    border-top: none;
  }

  .headerItem_btnBonuses .btn-dropdown {
    padding-top: 0 !important;
  }

  .headerItem_btnLanguage {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 8px !important;
  }

  .headerItem_btnDownloadApp {
    margin-top: 32px;
  }

  .moreList a {
    background-color: var(--color-light);
    border-radius: 0px;
  }

  .firstScreen__boby {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .firstScreen__text {
    padding: 16px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .firstScreen__image {
    display: none;
  }

  .firstScreen__title {
    font-size: 32px;
    line-height: 36px;
  }

  .firstScreen__buttons > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .firstScreen__bg {
    display: none;
  }

  .textBanner__t5 {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
    font-size: 36px;
    line-height: 43px;
  }

  .ticket_3 {
    inset-inline-start: -50px;
    -webkit-transform: scale(0.6) rotate(24deg);
        -ms-transform: scale(0.6) rotate(24deg);
            transform: scale(0.6) rotate(24deg);
  }

  .topFive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .topFive__list {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }

  .topFive__games {
    position: static;
  }

  .videoContainer_adaptive {
    padding-bottom: 177.78%;
  }

  .videoContainer.js-videoContainer-flexible-mobile {
    padding-top: 0;
    height: var(--height-iframe, 80vh);
  }

  .bigLabel {
    font-size: 28px;
    line-height: 34px;
  }

  .bigLabel_mod_v2 {
    padding: 10px 32px;
    margin-top: 48px;
    font-size: 32px;
    line-height: 38px;
  }

  .bigLabel_mod_v2_2 {
    margin-top: -15px;
    border: none;
  }

  .bigLabel__img:not(.bigLabel__img_4, .bigLabel__img_5, .bigLabel__img_6) {
    width: 64px;
    height: 64px;
  }

  .bigLabel__img_1 {
    inset-inline-end: -34px;
    bottom: 0px;
  }

  .bigLabel__img_2 {
    inset-inline-end: -30px;
    bottom: 12px;
  }

  .bigLabel__img_3 {
    inset-inline-start: -25px;
    bottom: 3px;
  }

  .bigLabel__img_4 {
    inset-inline-start: 52px;
    bottom: 23px;
  }

  .bigLabel__img_5 {
    inset-inline-start: -5px;
    bottom: 23px;
  }

  .contentNav__header {
    padding: 16px;
  }

  .contentNav__list li {
    padding: 16px;
  }

  .comment {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }

  .comment__image {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .comment_reply {
    margin-top: 16px;
    -webkit-margin-start: 40px;
            margin-inline-start: 40px;
  }

  .bookmaker__row {
    grid-template-columns: auto 1fr;
  }

  .bookmaker__col_4 {
    grid-column: span 2;
  }

  .reviews__body {
    grid-template-columns: 1fr;
  }

  .authorCard__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
  }

  .btnScrollToTop.hasBoxWelcomeBonus {
    bottom: 124px;
  }

  .cookie__body {
    padding: 8px 16px;
  }

  .cookie {
    font-size: var(--fz-text-small);
    line-height: var(--lh-text-small);
  }

  .boxInfo {
    grid-template-columns: 1fr;
  }

  .boxInfo .boxInfo__col:nth-child(1) {
    grid-column: auto;
  }

  .boxInfo .boxInfo__col:nth-child(3) {
    display: none;
  }

  .boxInfo__grid_2col {
    grid-template-columns: 1fr auto;
  }

  .boxInfo__grid_3col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .boxInfo_mod_v2 .boxInfo__col:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .boxLinksApp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .boxLinksApp__mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .boxLinksApp__windows {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .certificates__list.active {
    display: block !important;
  }

  .certificates__list.active .certificates__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .certificates__list.active .certificates__item span {
    display: inline;
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
  }

  .certificates__list.active .certificates__item svg,
  .certificates__list.active .certificates__item img {
    mix-blend-mode: normal;
  }

  .certificates__list.active .certificates__licenses {
    background-color: var(--color-opposite);
    border-radius: 8px;
    padding: 8px 16px;
    color: var(--color-bg);
    text-align: center;
    font-weight: bold;
    display: inline-block;
  }

  .certificates__list.active .modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .certificates__list {
    cursor: pointer;
  }

  .certificates__list .modal__header {
    display: none;
  }

  .certificates__item svg,
  .certificates__item img {
    mix-blend-mode: luminosity;
  }

  .certificates__item span {
    display: none;
  }

  .socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .socials__row_2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .collaboration {
    grid-template-columns: 1fr;
  }

  .collaborationBanner {
    padding: 32px;
  }

  .social {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 40px;
  }

  .md3-text-small {
    font-size: var(--fz-text-small);
    line-height: var(--lh-text-small);
  }

  .md3-text-default {
    font-size: var(--fz-text-default);
    line-height: var(--lh-text-default);
  }

  .wpcf7-spinner {
    display: none;
  }
}

@media (max-width: 600px) {
  .firstScreen__title {
    font-size: var(--fz-text-default);
    line-height: var(--lh-text-default);
  }

  .firstScreen__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .firstScreen__buttons > * {
    width: 100%;
  }

  .textBanner__t2 {
    font-size: 28px;
    line-height: 34px;
    padding: 4px 16px;
  }

  .textBanner__t3 {
    font-size: var(--fz-text-medium);
    line-height: var(--lh-text-medium);
    padding: 4px 16px;
  }

  .textBanner__t4 {
    font-size: var(--fz-text-medium);
    line-height: var(--lh-text-medium);
    padding: 4px 16px;
  }

  .textBanner__x1 {
    inset-inline-start: -50px;
    top: -18px;
    width: 64px;
    height: 64px;
  }

  .textBanner__x2 {
    inset-inline-end: -42px;
    top: -16px;
    width: 64px;
    height: 64px;
  }

  .textBanner__money2 {
    inset-inline-end: 49px;
    top: -50px;
    width: 64px;
    height: 64px;
  }

  .ticket_1 {
    inset-inline-end: -20px;
    -webkit-transform: scale(0.5) rotate(-20deg);
        -ms-transform: scale(0.5) rotate(-20deg);
            transform: scale(0.5) rotate(-20deg);
  }

  .ticket_2 {
    bottom: -22px;
    inset-inline-start: -44px;
    -webkit-transform: scale(0.5) rotate(24deg);
        -ms-transform: scale(0.5) rotate(24deg);
            transform: scale(0.5) rotate(24deg);
  }
}

@media (max-width: 550px) {
  .bookmaker__body {
    padding: 32px 16px;
  }

  .bookmaker__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .bookmaker__col {
    padding: 0;
  }

  .bookmaker__footer {
    margin-top: 32px;
    padding: 0;
  }
}

@media (max-width: 540px) {
  .firstScreen__bg {
    top: -220px;
  }
}

@media (max-width: 479.98px) {
  .md4-w-100 {
    width: 100%;
  }

  .tagsList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .reviews__card {
    padding: 16px;
  }

  .socials__row_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .collaborationBanner {
    padding: 16px;
  }
}

@media (min-width: 767.98px) and (max-width: 1310px) {
  .popover-popup:not(.mod-left) {
    inset-inline-start: -100px;
  }
}

@media (max-width: 1430px) and (min-width: 767.98px) {
  .header__panel {
    grid-column: span 2;
    grid-row: 2;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {
  .headerItem_btnDownloadApp {
    display: none;
  }

  .headerItem_btnDownloadAppInMore {
    display: block !important;
  }
}

@media (max-width: 767.98px) and (min-width: 550px) {
  .bookmaker__col_3 {
    grid-column: span 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 992.98px) and (min-width: 767.98px) {
  .boxInfo_mod_v2 .boxInfo__col:nth-child(3) {
    grid-column: 1/3;
  }
}

@media ((max-width: 1000px) and (min-width: 767.98px)) or (max-width: 479.98px) {
  .collaborationBanner__text {
    max-width: none;
  }

  .collaborationBanner__image {
    bottom: auto;
    top: -16px;
    inset-inline-end: 2%;
    width: 140px;
    height: 93px;
  }
}