@charset "UTF-8";

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.eot");
  src: local("Manrope Bold"), local("Manrope-Bold"), url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Semibold.eot");
  src: local("Manrope Semibold"), local("Manrope-Semibold"), url("../fonts/Manrope-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Semibold.woff2") format("woff2"), url("../fonts/Manrope-Semibold.woff") format("woff"), url("../fonts/Manrope-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.eot");
  src: local("Manrope Regular"), local("Manrope-Regular"), url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.eot");
  src: local("Manrope ExtraBold"), local("Manrope-ExtraBold"), url("../fonts/Manrope-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff"), url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.eot");
  src: local("Manrope Medium"), local("Manrope-Medium"), url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

button {
  background: none;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

:root {
  --font-family: "Bebas Neue", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --time: 0.3s;
  --primary-blue: #1480ff;
  --primary-dark-blue: #005cc7;
  --secondary-glow-green: #61f400;
  --text-primary: #102e65;
  --text-secondary: #485877;
  --text-tertiary: #bed2ec;
  --text-light-primary: #f0f2f5;
  --text-light-secondary: #cdd2d8;
  --background-primary: #f0f2f5;
  --background-secondary: #e1e5eb;
  --background-green: #97c081;
  --shades-white: #fff;
  --shades-grey: #f0f2f5;
  --borders-main-border: #c7cfda;
  --tag-colors-hot-offer: #ed8b0a;
  --tag-colors-trending: #1480ff;
  --tag-colors-exclusive: #ad5df8;
  --system-colors-error: #be2727;
  --system-colors-warning: #d49516;
  --system-colors-success: #33710a;
  --casino-color: transparent;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: var(--text-light-primary);
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  color: #0C0C0C;
  position: relative;
  font-family: var(--font-family);
  min-width: 375px;
  display: flex;
  flex-direction: column;
  counter-reset: listCount;
}

body.locked {
  overflow: hidden;
}

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1372px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  height: 100%;
}

section,
footer {
  overflow: hidden;
}

.section {
  padding-top: 86px;
  padding-bottom: 86px;
}

.site-header {
  position: relative;
  width: 100%;
  z-index: 3;
}

.slick {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  align-items: center;
  height: 92px;
}

.logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
}

.logo img {
  width: 131px;
  height: 68px;
  display: block;
}
footer .logo img{
  width: 131px;
  height: 56px;
}

.off-container__background {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 24px;
  background-size: cover;
  background-color: var(--dark-blue);
  width: calc(100vw - 24px);
  height: 100%;
}

.off-container__background.site-header--main-page {
  background-image: url("../img/main_h.jpg");
}

.off-container__background.site-footer--main-footer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.off-container__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.off-container__background.off-container__background--custom {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.off-container__background + .container {
  position: relative;
  z-index: 3;
}

.main-nav {
  margin: 0 24px;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav li {
  position: relative;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 6px 5px 14px;
  height: 42px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #485877;
}

.menu-item.has-child:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  margin-left: 5px;
  margin-top: -2px;
  background-color: #485877;
  transition: transform var(--time) ease;
  -webkit-mask: no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 8"><path d="M7.3452 0L2.65463 0C1.62558 0 0.984419 1.11629 1.50293 2.00516L3.84821 6.02565C4.36272 6.90766 5.63712 6.90766 6.15162 6.02565L8.49691 2.00516C9.01542 1.11629 8.37426 0 7.3452 0Z"/></svg>');
  mask: no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 8"><path d="M7.3452 0L2.65463 0C1.62558 0 0.984419 1.11629 1.50293 2.00516L3.84821 6.02565C4.36272 6.90766 5.63712 6.90766 6.15162 6.02565L8.49691 2.00516C9.01542 1.11629 8.37426 0 7.3452 0Z"/></svg>');
}

.menu-item svg {
  width: 10px;
  height: 8px;
  margin-left: 5px;
  margin-top: -2px;
}

.menu-item-li {
  position: relative;
}

.sub-menu {
  padding: 0 20px;
  background: #fff;
  opacity: 0;
  max-height: 0;
  transition: all var(--time) ease;
  overflow: hidden;
  position: absolute;
  border-radius: 16px;
  left: 50%;
  top: 99%;
  min-width: 150px;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sub-menu.sub-menu__lang{
  min-width: unset;
}

.sub-menu .sub-menu-item {
  white-space: nowrap;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #485877;
}

.sub-menu .sub-menu-item:hover {
  color: #137FFD;
}

.sub-menu li {
  width: 100%;
}

.slick-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  gap: 6px;
}

.slick-right .btn {
  font-size: 18px;
}

.header-user {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-user__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0273F7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  overflow: hidden;
}
.header-user__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.header-user__name {
  font-weight: 600;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-user-trigger {
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  color: inherit;
}
.header-user-trigger:hover {
  color: inherit;
}
.slick-right .header-user__menu form {
  margin: 0;
}

.btn {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--text-light-primary);
  background: linear-gradient(180deg, #1480FF 0%, #005CC7 100%);
  border-radius: 12px;
  padding: 3px;
  width: auto;
  height: 44px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--time) ease;
  cursor: pointer;
}

.btn > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 11px 0;
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  transition: all var(--time) ease;
  background: linear-gradient(180deg, #005cc7 0%, #1480ff 100%);
}

.btn > span > span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 96%;
}

.btn img {
  width: 26px;
  height: 26px;
  display: block;
  margin-left: 12px;
}

.btn:hover {
  background: linear-gradient(180deg, #005CC7 0%, #1480FF 100%);
  box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn:active {
  background: linear-gradient(180deg, #005CC7 0%, #1480FF 100%);
  box-shadow: inset 0px 4px 7px 1px rgba(0, 0, 0, 0.4);
}

.notfull {
  width: calc(100% - 48px);
  margin: 0 auto;
}

.main-screen {
  border-radius: 24px;
  overflow: hidden;
  height: 624px;
  /*background:url('../img/h1.webp') 50% 50% no-repeat;
  background-size:cover;*/
  position: relative;
}

.main-screen:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(0, 37, 80, 0.4) 0%, rgba(9, 13, 15, 0.8) 100%);
}

.main-screen .container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.main-screen_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.main-screen_bg picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
}

.main-screen_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main_screen__top-plaha {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.main_screen__top-plaha > img {
  width: 418px;
  height: 64px;
}

.top-plaha__content{
  display: flex;
  align-items: center;
  gap:14px;
  position: absolute;
  left:50%;
  top:45%;
  transform:translate(-50%,-50%);
  font-weight: 700;
  font-size: 13px;
  line-height: 104%;
  text-transform: uppercase;
  color: #dee2e9;
  font-family:var(--second-family);
  white-space:nowrap;
}

.top-plaha__content img{
  width: 104px;
  height: 32px;
}

.main_screen__bottom-plaha {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1142px;
  height: 56px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, auto);
  padding: 0 8.5%;
  background: url("../img/hbot.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  font-family: var(--second-family);
}

.main_screen__bottom_item {
  width: 100%;
  color: #dee2e9;
  border-right: 1px solid rgba(222, 226, 233, 0.2);
  padding: 0 34px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.main_screen__bottom_item:first-child {
  padding-left: 0;
}

.main_screen__bottom_item:last-child {
  padding-right: 0;
  border-right: 0;
}

.main_screen__bottom_item img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.main-screen__content {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.main-screen__content .btn {
  min-width: 176px;
  height: 64px;
  margin-top: 32px;
}

.main-screen__title {
  text-align: center;
  font-weight: 400;
  font-size: 112px;
  line-height: 94%;
  text-align: center;
  color: #dee2e9;
  margin-bottom: 15px;
}

.main-screen__descr {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: var(--shades-white);
  opacity: 0.8;
}

.section-top {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title {
  font-weight: 400;
  font-size: 62px;
  line-height: 120%;
  text-align: center;
  color: var(--text-primary);
}

.section-title.section-title--white {
  color: var(--text-light-primary);
}

.section-descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: var(--text-secondary);
  font-family: var(--second-family);
  max-width: 730px;
  margin-top: 10px;
}

.section-descr.section-descr--white {
  color: var(--text-light-secondary);
}

.top-rated__box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.top-rated__item {
  padding: 8px 8px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: linear-gradient(180deg, rgba(0, 52, 114, 0.5) 0%, #090d0f 100%), url("../img/top_bg.webp") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;  
}

.top-rated__item-top {
  padding: 21px 13px 21px 20px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
}

.top-rated__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  color: var(--shades-white);
  font-family: var(--second-family);
  margin-bottom: 8px;
}

.top-rated__item-rating {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: var(--shades-white);
  font-family: var(--second-family);
}

.top-rated__item-rating img {
  margin-right: 4px;
  display: block;
  width: 10px;
  height: 10px;
}

.top-rated__item-right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 92px;
  height: 42px;
}

.top-rated__item-right img {
  width: 100%;
  height: auto;
}

.top-rated_item-tags {
  display: flex;
  align-items: center;
  padding: 0 12px;
}

.top-rated_item-tag {
  height: 24px;
  border-radius: 24px;
  padding: 0px 12px 0px 6px;
  margin: 20px 0 0;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 11px;
  line-height: 110%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--shades-white);
  display: flex;
  align-items: center;
}

.top-rated_item-tag img {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 4px;
}

.top-rated_item-tag.hot-tag {
  background: var(--tag-colors-hot-offer);
}

.top-rated_item-tag.trend-tag {
  background: #2c7dff;
}

.top-rated_item-tag.exclusive-tag {
  background: var(--tag-colors-exclusive);
}

.top-rated_item-bonus__title{
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  line-height: 136%;
  text-transform: uppercase;
  color: var(--text-light-secondary);
  padding-bottom:5px;
  padding-top:5px;
}

.top-rated_item-bonus {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 124%;
  letter-spacing: 0.02em;
  color: var(--shades-white);
  margin-bottom: 18px;
}

.top-rated_item-body {
  padding: 15px 12px 0;
  margin-bottom: auto;
}

.top-rated_item-body li {
  list-style: none;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 126%;
  color: #dee2e9;
  margin-bottom: 14px;
  padding-left: 22px;
}

.top-rated_item-body li:last-of-type {
  margin-top: 0;
}

.top_hot .top-rated_item-body li {
  background: url("../img/list-check.svg") 0 0 no-repeat;
}

.top_trend .top-rated_item-body li {
  background: url("../img/trend.svg") 0 0 no-repeat;
}

.top_exclusive .top-rated_item-body li {
  background: url("../img/list-exclus.svg") 0 0 no-repeat;
}

.top-rated_item-ctrl {
  padding: 0 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 0;
}

.top-rated_item-ctrl.top-rated_item-ctrl--solo {
  grid-template-columns: 1fr;
}

.top-rated_item-ctrl .btn {
  font-size: 18px;
}

.grey_btn {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 14px 16px 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #dee2e9;
  transition: background var(--time) ease;
}

.grey_btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.top-rated__last {
  padding: 3px;
  background: #121a21;
  border-radius: 20px;
  min-height: 376px;
}

.top-rated__last .top-rated__item-top {
  border: 0;
}

.top-rated__last .top-rated_item-body .top-rated_item-bonus {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: var(--text-light-primary);
  margin-bottom: 12px;
}

.top-rated__last .top-rated_item-body p {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  color: var(--text-light-primary);
}

.top-rated__last-inner {
  border: 2px solid #61f401;
  border-radius: 17px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.top-rated__last-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-rated__last-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.top-rated__last-body {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.top-rated__last-ctrl {
  padding: 0 15px;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  margin-bottom: 21px;
}

.top-rated__last-ctrl .btn {
  font-size: 18px;
}

.top-rated__time {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 5px 6px 5px 9px;
  width: 76px;
  height: 44px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #dee2e9;
}

.top-rated__time svg {
  margin-right: 6px;
}

.top-rated__time span {
  padding-top: 2px;
}

.section-bottom {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}

.more_button {
  border-radius: 14px;
  padding: 7px 24px 5px;
  width: auto;
  height: 56px;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0275fc;
  background: var(--background-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--time) ease;
}

.more_button:hover {
  background: #F0F2F5;
}

.more_button.more_button--white {
  background: var(--text-light-primary);
  color: #0275fc;
}

.more_button.more_button--white:hover {
  background: var(--text-tertiary);
}

.more_button.more_button--grey {
  padding: 3px;
  background: linear-gradient(180deg, #f0f2f5 0%, #c3c3c3 100%);
}

.more_button.more_button--grey > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 11px 0;
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
  transition: all var(--time) ease;
  background: linear-gradient(180deg, #C3C3C3 0%, #F0F2F5 100%);
}

.more_button.more_button--grey:hover {
  background: linear-gradient(180deg, #C3C3C3 0%, #F0F2F5 100%);
}

.more_button.more_button--grey:hover > span {
  background: linear-gradient(180deg, #F0F2F5 0%, #C3C3C3 100%);
}

.top-section,
.bad-list {
  background: var(--background-secondary);
}

.top-tabs__box {
  width: 100%;
  overflow-x: auto;
}

.top-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--text-light-primary);
  border: 1px solid #c8d0db;
  border-radius: 14px;
  padding: 4px;
  margin: 36px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.top-tabs__item {
  background: transparent;
  border-radius: 12px;
  padding: 12px 14px;
  height: 44px;
  min-width: 73px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--text-secondary);
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
}

.top-tabs__item.active,
.top-tabs__item:hover {
  background: #137ffd;
  color: var(--text-light-primary);
}

.top-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  margin-top: 36px;
}

.top-list__item {
  box-shadow: 0 8px 32px 0 rgba(14, 29, 58, 0.08);
  background: var(--text-light-primary);
  padding: 8px 16px 8px 8px;
  border: 1px solid #c8d0db;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.top-list__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  border-radius: 20px;
  opacity: 0;
  background: linear-gradient(55deg, #090e11 0%, #062950 68.21%, #02438C 100%);
  transition: all var(--time) ease;
}

.top-list__item.open:before {
  /*  max-height: 100%;*/
  top: 0;
  left: 0;
  opacity: 1;
}

.top-list__item.open .top-list__item-drop {
  opacity: 1;
  max-height: 500px;
}

.top-list__item.open .top-list__item-left:after {
  opacity: 0;
}

.top-list__item.open .open_top {
  background: rgba(255, 255, 255, 0.08);
}

.top-list__item.open .open_top svg {
  transform: rotate(-180deg);
}

.top-list__item.open .top-list__item-payments-title {
  color: #a1c2ec;
}

.top-list__item-left {
  border-radius: 12px;
  min-height: 104px;
  grid-column: span 7;
  position: relative;
  padding: 10px 30px 15px 10px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.top-list__item-left > * {
  z-index: 2;
  position: relative;
}

.top-list__item-left:before {
  content: "";
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 12px 0 0 12px;
  background: linear-gradient(90deg, var(--casino-color) 59.64%, transparent 100%);
}

.top-list__item-left:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 12px;
  transition: opacity var(--time) ease;
  background: linear-gradient(90deg, #090e11 30.49%, #102e65 100%);
}

.top-list__name-holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 27px;
  min-width:112px;
}

.top-list__name-holder .top-rated_item-tag {
  margin: 0;
}

.top-list__item-right {
  grid-column: span 5;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  z-index: 2;
}

.top-list__item-ctrl {
  display: flex;
  height: 100%;
  flex-grow: 1;
  width: 100%;
}

.top-list__item-ctrl .btn {
  height: 100%;
  width: 110px;
  margin-left: 8px;
}

.top-list__logo {
  width: 121px;
  height: auto;
  margin-right: 27px;
  flex-shrink: 0;
}

.top-list__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.top-list__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 132%;
  color: var(--shades-white);
  font-family: var(--second-family);
  margin-bottom: 15px;
}

.top-list__item-deposit {
  margin-left: 20px;
  margin-right: auto;
}

.top-list__item-deposit span {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 136%;
  text-transform: uppercase;
  color: var(--text-light-secondary);
}

.top-list__item-deposit p {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: var(--shades-white);
  margin-top: 8px;
}

.top-list__item-deposit-snoska {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 7px;
  line-height: 132%;
  letter-spacing: 0.02em;
  color: #a1c2ec;
  margin-top: 5px;
}

.top-list__item-payments {
  display: flex;
  flex-direction: column;
}

.top-list__item-payments-logos {
  display: flex;
  gap: 8px;
}

.top-list__item-payments-logo {
  background: var(--text-light-primary);
  border-radius: 8px;
  width: 38px;
  height: 32px;
  border: 1px solid #c8d0db;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-list__item-payments-logo img {
  width: 38px;
  height: 32px;
  display: block;
}

.top-list__item-payments-title {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 136%;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.more-payments {
  border: 1px solid #c8d0db;
  border-radius: 8px;
  width: 38px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--text-light-primary);
}

.more-payments:hover {
  background: #e6e9ed;
}

.open_top_modal,
.close_top_modal {
  display: none;
}

.close_top_modal {
  background: #fff;
}

.open_top {
  height: 100%;
  margin-left: auto;
  background: #e6e9ed;
  border-radius: 16px;
  padding: 15px 12px;
  width: 56px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.open_top:hover {
  background: #dddfe1;
}

.top-list__item-body {
  width: 100%;
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  border-radius: 12px;
}

.top-list__item-body:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  padding: 1px;
  opacity: 0.3;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  /* поддержка в Firefox */
  pointer-events: none;
  /* чтобы не мешала кликам */
}

.top-list__item-drop {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all var(--time) ease;
  position: relative;
  z-index: 2;
  width: 100%;
}

.top-list__item-drop.open {
  display: grid;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  background: pink;
  max-height: unset;
  opacity: 1;
  z-index: 50;
  box-shadow: 0 8px 32px 0 rgba(14, 29, 58, 0.08);
  background: var(--text-light-primary);
  border: 1px solid #c8d0db;
}

.top-list__item-drop.open .top-list__item-drop-inner {
  margin: 0 auto;
  padding: 16px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--text-light-primary);
}

.top-list__item-drop-inner {
  padding: 8px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}

.top-list__item-bonus-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.top-list__item-bonus-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(58deg, #062950 0%, #033B7B 100%);
  border-radius: 12px;
  padding: 12px 14px 12px 12px;
  position: relative;
  overflow: hidden;
}

.top-list__item-bonus-item span {
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #a1c2ec;
}

.top-list__item-bonus-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 126%;
  color: var(--shades-white);
}

.top-list__item-bonus-item:last-child .bon_num {
  transform: translateY(-40%);
}

.bon_num {
  color: var(--shades-white);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-45%);
  font-family: var(--second-family);
  z-index: 0;
}

.bon_num span {
  opacity: 0.06;
  font-style: italic;
  font-weight: 800;
  font-size: 108px;
  line-height: 130%;
  letter-spacing: -0.04em;
}

.bon_num svg,
.bon_num img {
  display: block;
  width: 57px;
  height: 55px;
}

.top-list__item-stats-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  background: #0259bf;
  border-radius: 12px;
  padding: 5px;
}

.top-list__item-stats-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 11px 9px;
  width: 100%;
}

.top-list__item-stats-item:last-child {
  grid-column: span 2;
}

.snoska_holder{
  position: relative;
}

.snoska_body{
  position: absolute;
  bottom: 100%;
  right: 0;
  background: var(--background-secondary);
  border: 1px solid #c8d0db;
  border-radius: 8px;
  padding: 8px;
  width: max-content;
  max-width: 200px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: var(--text-primary);
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  text-transform: none;
  display: none;
  z-index: 10;
}

.csnoska{
  cursor: pointer;
}

.snoska_holder:hover .snoska_body {
  display: block;
}

.top-list__item-stats-item__top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
  font-family: var(--second-family);
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #a1c2ec;
}

.top-list__item-stats-item__bott {
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 126%;
  color: var(--text-light-primary);
}

.top-list__item-list-box {
  background: var(--background-green);
  border-radius: 12px;
  padding: 5px;
  display: grid;
  gap: 7px;
}

.top-list__item-list-item {
  font-weight: 400;
  font-size: 22px;
  line-height: 125%;
  color: var(--system-colors-success);
  background: rgba(255, 255, 255, 0.16) url("../img/opcheck.svg") 100% 100% no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 13px 12px 11px;
  display: flex;
  align-items: center;
}

.top-list__item-gall-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden;
}

.top-mobile_ctrl {
  display: none;
}

.top-list__item-gall-slider {
  flex-grow: 1;
  border-radius: 12px;
  background: #090e11;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gall-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(6px);
  transform: scale(1);
  z-index: 1;
}

.top-list__item-gall-slider:before {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(9, 14, 17, 0) 50%, #090e11 92.02%);
  pointer-events: none;
}

.top-list__item-gall-slider .swiper-wrapper {
  z-index: 2;
}

.topit-swiper {
  width: 100%;
  height: 100%;
}

.slideshow_item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideshow_item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.top-list__golink {
  border-radius: 12px;
  padding: 14px 16px 12px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: rgba(255, 255, 255, 0.1);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #e6e9ed;
  display: block;
  transition: all var(--time) ease;
}

.top-list__golink:hover {
  background: rgba(255, 255, 255, 0.2);
}

.top-list__item-gall-ctrl {
  display: flex;
  gap: 16px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.topgal-button__next,
.topgal-button__prev {
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.topgal-button__next:hover,
.topgal-button__prev:hover {
  opacity: 0.7;
}

.topgal-button__next img,
.topgal-button__prev img {
  width: inherit;
  height: inherit;
  display: block;
}

.calculator-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  border-radius: 24px;
  padding: 8px;
  max-width: 1086px;
  background: var(--background-secondary) url("../img/head.svg") 50% 0% no-repeat;
  margin: 36px auto 0;
  display: flex;
  gap: 26px;
}

.calculator-box__left {
  padding: 20px 0px 16px 16px;
}

.calculator-box__fields {
  margin-top: 20px;
}

.calculator-box__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: var(--text-primary);
}

.calculator-box__title br {
  display: none;
}

.form-field label {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 126%;
  color: var(--text-secondary);
  margin-bottom: 12px;
  display: block;
}

.calc_dropdown-label {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-primary);
  flex-grow: 1;
  display: inline-block;
  margin-left: 12px;
}

.calc_dropdown {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.calc_dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: var(--text-light-primary);
  cursor: pointer;
  transition: 0.2s;
  min-height: 60px;
}

.calc_dropdown-toggle:hover {
  border-color: #485877;
}

.calc_dropdown-arrow {
  margin-left: 8px;
  margin-right: 16px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.calc_dropdown.open .calc_dropdown-arrow {
  transform: rotate(180deg);
}

.calc_dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px 0 rgba(14, 29, 58, 0.08);
  display: none;
  flex-direction: column;
  z-index: 100;
  overflow-y: auto;
  max-height:300px;
}

.calc_dropdown.open .calc_dropdown-menu {
  display: flex;
}

.calc_dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.2s;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-primary);
}

.calc_dropdown-item .calc_dropdown-icon {
  margin-right: 12px;
}

.calc_dropdown-item:hover {
  background: #f0f3f9;
}

/* Блок иконки */

.calc_dropdown-icon {
  width: 64px;
  height: 48px;
  border-radius: 8px;
  box-shadow: 0 8px 24px 0 rgba(14, 29, 58, 0.08);
  background: var(--shades-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.calc_dropdown-icon svg,
.calc_dropdown-icon img {
  width: 90%;
  height: auto;
}

.calc_dropdown-selected {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.form-field__money {
  margin-top: 20px;
}

.deposit-select {
  display: flex;
  align-items: center;
  gap: 10px;
}

.deposit-select__item {
  border: 1px solid #c8d0db;
  border-radius: 12px;
  padding: 4px 8px;
  width: 119px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #015eca;
  background: var(--text-light-primary);
  cursor: pointer;
}

.deposit-select__item.active,
.deposit-select__item:hover {
  background: #137ffd;
  border: 1px solid #137ffd;
  color: var(--text-light-primary);
}

.form-field__deposit {
  margin-top: 12px;
}

.form-field__deposit .form-field_withsymbol {
  border: 1px solid #c8d0db;
  border-radius: 12px;
  padding: 4px 8px 4px 20px;
  width: 506px;
  height: 64px;
  background: var(--text-light-primary);
  display: flex;
  align-items: center;
}

.form-field__deposit .form-field__symbol {
  margin-right: 6px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-secondary);
}

.form-field__deposit input {
  font-family: var(--second-family);
  background: var(--text-light-primary);
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-primary);
  width: 100%;
  height: 100%;
}

.calculator-box__right {
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  border-radius: 18px;
  padding: 20px 24px 16px;
  width: 100%;
  height: 100%;
}

.calculator-box__right .calculator-box__title {
  color: var(--text-light-primary);
}

.calculator-box__right .btn {
  width: 100%;
  height: 64px;
}

.deposite-sides {
  display: flex;
  gap: 16px;
  margin: 16px 0;
}

.deposite-side {
  border-radius: 12px;
  padding: 0px 12px;
  height: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  width: 100%;
}

.deposite-side.deposite-side--right .deposite-side__title,
.deposite-side.deposite-side--right .deposite-side__money {
  color: #61f401;
}

.deposite-side__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 126%;
  text-align: center;
  color: var(--shades-white);
}

.deposite-side__money {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 51px;
  line-height: 90%;
  text-align: center;
  color: var(--shades-white);
  margin-top: 24px;
}

.howwe-section {
  border-radius: 24px;
  background: #001f5a url("../img/how_bg.webp") 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 42px;
}

.howwe-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  margin-top: 36px;
}

.howwe-box > :nth-child(6) {
  grid-column: 3;
  /* ставим в конец */
}

.howwe-box__row {
  display: grid;
  gap: 24px;
  width: 100%;
}

.row--top {
  grid-template-columns: 39% 1fr 1fr;
}

.row--bottom {
  grid-template-columns: 1fr 1fr 39%;
}

.row--bottom .howwe-box__item:last-child:before {
  content: "";
  width: 60%;
  height: 65%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  background: url("../img/facesmall.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.howwe-box__item {
  border-radius: 24px;
  padding: 32px 28px 28px;
  position: relative;
  background: rgba(255, 255, 255, 0.08);
}

.howwe-box__icon {
  border: 2px solid var(--secondary-glow-green);
  border-radius: 100%;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.howwe-box__icon img,
.howwe-box__icon svg {
  display: block;
  width: 36px;
  height: 36px;
}

.howwe-box__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 46px;
  line-height: 110%;
  color: var(--shades-white);
  max-width: 205px;
  margin-top: 56px;
}

.howwe-box__item-top {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.open_mobile_spoiler {
  display: none;
}

.howwe-box__descr {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: var(--shades-white);
  margin-top: 12px;
  max-width: 360px;
}

.top-games__box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.top-game__item {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #090e11;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  width: 100%;
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}

.top-game__item-top {
  position: relative;
  margin-bottom: auto;
}

.top-game__item-body {
  width: 100%;
  padding: 0 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  margin-top: -10px;
  position: relative;
  z-index: 3;
  max-height: 167px;
}

.top-game__item-body .btn {
  font-size: 18px;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.top-game__item-image {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-game__item-image img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.top-game__item-image:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(180deg, #090E11 5%, rgba(255, 255, 255, 0) 50%, #090E11 100%);
}

.top-game__item-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--text-light-primary);
  margin-bottom: 4px;
}

.top-game__item-operator {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  color: var(--shades-white);
  margin-bottom: 12px;
}

.top-game__item-rtp {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translate(-50%, -12px);
  border: 1.5px solid var(--secondary-glow-green);
  border-radius: 24px;
  padding: 0px 12px;
  width: 110px;
  height: 24px;
  line-height: 23px;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary-glow-green);
}

.bad-list .section-title {
  color: #9b1a1a;
}

.bad-list__box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.bad-list__item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 8px 8px 18px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: url("../img/bad_bg.webp") 50% 0% no-repeat;
  background-size: cover;
}

.bad-list__item-top {
  width: 100%;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: rgba(77, 37, 37, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.bad-list__item-logo {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  width: 100px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bad-list__item-logo img {
  display: block;
  width: 90%;
  height: auto;
  max-height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.bad-list__item-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bad-list__item-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 124%;
  color: var(--shades-white);
}

.bad-list__item-rating {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: var(--shades-white);
  display: flex;
  align-items: center;
}

.bad-list__item-rating img {
  width: 10px;
  height: 10px;
  display: block;
  margin-right: 4px;
}

.bad-list__item-body {
  padding: 0 12px;
}

.bad-list__item-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 124%;
  letter-spacing: 0.02em;
  color: var(--shades-white);
  margin-bottom: 12px;
}

.bad-list__item-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bad-list__item-list li {
  display: flex;
  align-items: center;
  min-height: 32px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: var(--shades-white);
  padding-left: 26px;
  background: url("../img/danger.svg") 0 50% no-repeat;
}

.methods-list {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 35px;
}

.methods-list__item {
  background: var(--background-secondary);
  border-radius: 24px;
  padding: 32px 0;
  width: 100%;
}

.methods-list__item-top {
  padding: 0 32px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #c8d0db;
  padding-bottom: 24px;
  transition: all var(--time) ease;
}

.methods-list__item-image {
  background: linear-gradient(135deg, #001f5a 0%, #0f3b8f 100%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  width: 72px;
  height: 72px;
}

.methods-list__item-image img {
  display: block;
  width: 32px;
  height: 32px;
}

.methods-list__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 42px;
  line-height: 110%;
  color: var(--text-primary);
}

.methods-list__item-bottom {
  padding: 24px 32px 0;
  display: grid;
  grid-template-columns: 294px 1fr;
  gap: 20px;
}

.methods-list__days {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.methods-list__day {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--text-light-primary);
  border-radius: 12px;
  padding: 16px;
}

.methods-list__day-left {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
}

.methods-list__day-left img {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.methods-list__day-right {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  color: var(--text-primary);
}

.methods-list__actual {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 12px;
  width: 100%;
}

.methods-list__actual-item {
  border-radius: 12px;
  border: 1px solid #c8d0db;
  height: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 44px;
}

.methods-list__actual-item img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.revs-section {
  border-radius: 24px;
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  background-size: cover;
  overflow: hidden;
}

.reviews-slider {
  width: 100%;
  margin-top: 36px;
}

.reviews-slider .swiper-slide {
  width: 309px;
  height: auto;
}

.reviews-slider__item {
  box-shadow: 0 8px 32px 0 rgba(14, 29, 58, 0.16);
  background: var(--background-secondary);
  border: 1px solid #c8d0db;
  border-radius: 16px;
  padding: 24px 24px 20px;
  height: 100%;
}

.reviews-slider__author {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.reviews-slider__avatar {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
}

.reviews-slider__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.reviews-slider__bio {
  flex-direction: column;
  display: flex;
}

.reviews-slider__title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-primary);
  display: flex;
  align-items: center;
}

.reviews-slider__title img {
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 6px;
}

.reviews-slider__cred {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 170%;
  color: var(--text-secondary);
}

.reviews-slider__stars {
  margin: 0 0 12px;
  width: 112px;
  height: 20px;
  position: relative;
}

.reviews-slider__stars-row {
  width: 112px;
  height: 20px;
}

.reviews-slider__stars img {
  display: block;
  width: 112px;
  height: 20px;
}

.reviews-slider__stars-row.reviews-slider__stars--real {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.reviews-slider__stars-row.reviews-slider__stars--back {
  filter: grayscale(1);
}

.reviews-slider__text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-primary);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  position: relative;
}

.reviews-slider__item {
  position: relative;
}

.reviews-slider__overlay {
  position: absolute;
  inset: 0;
  z-index: 50;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(14, 29, 58, 0.18);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reviews-slider__overlay-content {
  line-height: 1.5;
}

.reviews-slider__overlay-close {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #0275fc;
  margin-top: 16px;
  cursor: pointer;
}

.reviews-slider__overlay-close:hover {
  text-decoration: underline;
}

.reviews-slider__more {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #0275fc;
  margin-top: 16px;
  cursor: pointer;
}

.reviews-slider__more:hover {
  text-decoration: underline;
}

.reviews-slider__overlay-content {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-primary);
  overflow: auto;
  position: relative;
  flex-grow: 1;
}

.revs-slider__nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 232px;
  grid-column: 2;
  justify-self: center;
}

.revs-slider__nav .swiper-pagination-bullet {
  background: var(--text-light-primary);
}

.revs-slider__nav .revs-pagination,.slots-slider .revs-pagination,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  transform: translateX(0) !important;
  margin: 0 30px;
}

.revs-slider__prev,
.revs-slider__next {
  cursor: pointer;
}

.revs-slider__prev:hover,
.revs-slider__next:hover {
  opacity: 0.8;
}

.revs-slider__bottom-ctrl {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-top: 36px;
}

.leave_revs {
  border-radius: 16px;
  padding: 17px 12px 14px;
  width: 200px;
  height: 56px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--text-light-primary);
  transition: all var(--time) ease;
  grid-column: 3;
  justify-self: end;
  cursor: pointer;
}

.leave_revs:hover {
  background: rgba(255, 255, 255, 0.15);
}

.faq-section .row {
  justify-content: center;
}

.faq-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 1086px;
}

.faq-item {
  border: 1px solid #c8d0db;
  border-radius: 20px;
  padding: 8px 8px 8px 24px;
  width: 100%;
  min-height: 88px;
  background: var(--background-secondary);
  display: flex;
  transition: all var(--time) ease;
  gap: 24px;
  position: relative;
}

.faq-item:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  background: linear-gradient(39deg, #090e11 0%, #062950 51.19%, #0055b7 100%);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity var(--time) ease;
}

.faq-item.open:before {
  opacity: 1;
}

.faq-item.open .faq-item__quest {
  color: #e6e9ed;
}

.faq-item.open .faq-item__button {
  background: rgba(230, 233, 237, 0.12);
}

.faq-item.open .faq-item__button svg {
  transform: rotate(180deg);
}

.faq-item.open .faq-item__button svg > * {
  stroke: #fff;
}

.faq-item.open .faq-item__answer {
  max-height: 500px;
  opacity: 1;
}

.faq-item__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  flex-grow: 1;
}

.faq-item__quest {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 132%;
  letter-spacing: 0.02em;
  color: var(--text-primary);
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 16px 0;
  width: 100%;
}

.faq-item__button {
  background: var(--text-light-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 15px 12px;
  width: 56px;
  height: 100%;
  flex-shrink: 0;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
  z-index: 3;
}

.faq-item__button svg {
  width: 24px;
  height: 24px;
}

.faq-item__button:hover {
  opacity: 0.8;
}

.faq-item__answer {
  max-height: 0;
  opacity: 0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: var(--shades-white);
  transition: all var(--time) ease;
}

.faq-item__answer-inner {
  padding-top: 0;
  padding-bottom: 16px;
}

.blog_list {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.blog__item {
  box-shadow: 0 8px 32px 0 rgba(14, 29, 58, 0.08);
  background: var(--text-light-primary);
  border: 1px solid #c8d0db;
  border-radius: 20px;
  padding: 8px 8px 20px;
}

.blog__item .blog__item-title:hover {
  color: #0275fc;
}

.blog__item-image {
  width: 100%;
  height: 210px;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 14px;
}

.blog__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-section {
  background: var(--background-secondary);
}

.blog__item-content {
  padding: 0 16px;
}

.blog__item-title {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog__item-title a{
  color: var(--text-primary);
}
.blog__item-title a:hover{
  color: #0275fc;
}

.blog__item-excerpt {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog__item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 14px;
  margin: 0 16px 12px;
  border-bottom: solid 1px var(--borders-main-border);
}

.blog__item-tech {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 172%;
  color: var(--text-secondary);
  font-family: var(--second-family);
  display: flex;
  align-items: center;
}

.blog__item-tech img {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.resp_box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.resp_box-right {
  background: url("../img/respo.webp") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 18px;
  padding: 70px 56px 56px;
}

.resp_butt {
  border: 1px solid var(--secondary-glow-green);
  border-radius: 10px;
  padding: 0px 16px;
  width: 100%;
  height: 64px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--secondary-glow-green);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--time) ease;
}

.resp_butt:hover {
  background: var(--secondary-glow-green);
  color: var(--text-primary);
}

.resp_box-right-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: var(--text-light-primary);
}

.resp_box-right-list {
  margin: 26px 0 38px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.resp_box-right-list li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: var(--text-light-primary);
  min-height: 38px;
  display: flex;
  align-items: center;
  padding-left: 32px;
  background: url("../img/green_check.svg") 0 50% no-repeat;
}

.resp_box-left {
  padding: 52px 24px 0px;
}

.resp_box-left .section-title {
  text-align: left;
}

.resp_box-left .resp_box-text p {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.resp_box-left .resp_box-text p:last-child {
  margin-bottom: 0;
}

.footer {
  border-radius: 28px;
  padding: 42px 0 32px;
  background: #001f5a url("../img/how_bg.webp") 50% 50% no-repeat;
  background-size: cover;
}

.copyright__row {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  border-top: solid 1px rgba(222, 226, 233, 0.2);
  padding-top: 32px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.copyright__links {
  display: flex;
  gap: 16px;
}

.copyright__links a {
  color: #fff;
  text-transform: none;
  text-decoration: none;
  transition: color 0.2s ease;
}

.copyright__links a:hover {
  color: var(--primary-blue);
}

.footer_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 420px;
}

.footer_left .logo {
  margin-left: 0;
}

.footer_row {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer-text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: var(--text-light-primary);
}

.footer-text.small-text {
  font-size: 10px;
  line-height: 132%;
}

.socials_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 272px;
}

.socials_item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(238, 239, 243, 0.14);
  border-radius: 16px;
  width: 56px;
  height: 56px;
  cursor: pointer;
}

.socials_item:hover,.footer_logos {
  opacity: 0.8;
}

.footer_logos_row{
  align-items: center;
}

.footer_logos{
  width:auto;
  height: 30px;
  cursor:default;
}

.footer_logos img{
  width:auto;
  height: 30px;
  max-width: 140px;
}

.footer_nav {
  display: flex;
  gap: 44px;
}

.footer_nav a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: left;
  display: block;
  padding: 12px;
  color: var(--shades-white);
}

.footer_nav a:hover {
  color: #0275fc;
}

.to-top {
  background: rgba(230, 233, 237, 0.12);
  border-radius: 16px;
  padding: 15px 12px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.to-top img {
  display: block;
  width: 24px;
  height: 24px;
}

.to-top:hover {
  background: rgba(230, 233, 237, 0.25);
}

.footer_right {
  display: flex;
  margin-right: 64px;
  margin-left: auto;
}

.burger {
  --w: 20px;
  --h: 2px;
  --g: 5px;
  position: relative;
  width: var(--w);
  height: calc(var(--h) * 3 + var(--g) * 2);
  display: none;
  cursor: pointer;
  border: 0;
  background: none;
  color: #111;
  padding: 0;
}

.burger span {
  position: absolute;
  left: 0;
  right: 0;
  height: var(--h);
  background: var(--text-secondary);
  border-radius: 2px;
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.2s ease;
}

.burger span:nth-child(1) {
  top: 0;
}

.burger span:nth-child(2) {
  top: calc(50% - var(--h) / 2);
}

.burger span:nth-child(3) {
  top: calc(100% - var(--h));
}

.burger.open span {
  top: calc(50% - var(--h) / 2);
}

.burger.open span:nth-child(1) {
  transform: rotate(45deg);
}

.burger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.seo-section.section {
  padding-top: 0;
}

.seo-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  padding: 24px;
  background: var(--background-secondary);
  border: 1px solid #c8d0db;
  border-radius: 20px;
}

.seo-box.open .seo-box__text {
  max-height: 39999px;
}

.seo-box__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 132%;
  letter-spacing: 0.02em;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.seo-box__text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  color: var(--text-secondary);
  margin-bottom: 20px;
  max-height: 55px;
  overflow: hidden;
  transition: max-height var(--time) ease;
}

.seo-box__text p {
  margin-bottom: 15px;
}

.seo-box__text p:last-of-type {
  margin-bottom: 0;
}

.seo-box__text h2 {
  margin-top:15px;
  margin-bottom:5px;
  font-weight: 400;
    font-size: 24px;
    line-height: 132%;
    letter-spacing: 0.02em;
        color: var(--text-secondary);
    font-family: var(--font-family);
 
}
.seo-box__text h3 {
  margin-top:10px;
  font-family: var(--font-family);
    font-size: 18px;
    line-height: 140%;
        color: var(--text-secondary);
    margin-bottom: 5px;
    display: -webkit-box;

}

.seo-box__text table,.post-block table{
  margin:20px 0;
  width:100%;
  display: block;
  overflow-x: auto;
}

.seo-box__text table td,.post-block table td{
    border-style: solid;
    border-width: 1px;
    border-color:#d8d3d4;  
    padding:8px;
}

.seo-box__text ol, .seo-box__text ul {
    list-style: none;
    padding-left: 20px;
    list-style-type: disc;
    margin:20px 0;
}
.seo-box__text ol {
    list-style-type: auto;
}

.seo-box__text a{
      color: #0275fc;
}

.seo-box__text a:hover{
      color: var(--text-secondary);
}

.seo-box__text *:not(h2):not(h3) > strong, .seo-box__text *:not(h2):not(h3)  > b{
      font-weight: 700;
}
.seo-box__text em{
      font-style: italic;
}

.open_seo {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #0275fc;
  cursor: pointer;
}

.open_seo:hover {
  color: var(--text-primary);
}

.main_mobile_menu {
  background: var(--text-light-primary);
  width: 100%;
  height: calc(100% - 72px);
  position: fixed;
  left: -100%;
  top: 72px;
  z-index: 500;
  border-top: solid 1px #c8d0db;
  transition: left var(--time) ease;
}

.main_mobile_menu.open {
  left: 0;
}

.main_mobile_menu_inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
}

.main-modile-nav {
  width: 100%;
  margin-bottom: 40px;
}

.main-modile-nav ul {
  width: 100%;
}

.main-modile-nav li {
  width: 100%;
  border-bottom: solid 1px #c8d0db;
}

.main-modile-nav li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main-modile-nav .menu-item.open:after {
  transform: rotate(-180deg);
}

.main-modile-nav .menu-item.open + .mobile-sub-menu {
  padding-bottom: 10px;
  max-height: 450px;
}

.mobile-bottom {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobile-sub-menu {
  display: flex;
  flex-direction: column;
  gap: 5;
  padding-left: 20px;
  padding-bottom: 0px;
  max-height: 0;
  transition: all var(--time) ease;
  overflow: hidden;
}

.mobile-sub-menu li {
  padding: 8px 6px 8px 14px;
}

.mobile-sub-menu li:last-child {
  border-bottom: 0;
}

.mobile-sub-menu li .sub-menu-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #485877;
}

/***********************  category *******************************/

.onpage-nav {
  padding: 36px 0;
}

.onpage-nav__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}

.onpage-nav__title {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 16px;
}

.onpage-nav__item {
  background: var(--background-secondary);
  border-radius: 10px;
  width: 100%;
  min-height: 52px;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.typical_content {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.type1 {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  background: url("../img/type1_bg.webp") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 42px;
}

.type1__left {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px;
}

.type1__title {
  font-weight: 400;
  font-size: 42px;
  line-height: 120%;
  color: var(--text-light-primary);
  margin-bottom: 22px;
}

.type1__title.type1__title--dark {
  color: var(--text-primary);
}

.editable-content p {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-light-secondary);
  margin-bottom: 24px;
}

.editable-content p:last-child {
  margin-bottom: 0;
}

.editable-content strong {
  font-weight: 700;
}

.editable-content a {
  color: var(--primary-blue);
}

.editable-content a:hover {
  color: var(--text-light-secondary);
}

.editable-content ul,
.editable-content ol {
  margin-top: -12px;
  margin-bottom: 24px;
}

.editable-content ul li,
.editable-content ol li {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-light-secondary);
  padding-left: 17px;
  margin-bottom: 8px;
  position: relative;
}

.editable-content ul li:before,
.editable-content ol li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: var(--primary-blue);
  position: absolute;
  left: 0;
  top: 6px;
}

.editable-content ul li:last-child,
.editable-content ol li:last-child {
  margin-bottom: 0;
}

.editable-content.editable-content--dark p,
.editable-content.editable-content--dark li {
  color: var(--text-secondary);
}

.editable-content.editable-content--dark a {
  color: var(--primary-blue);
}

.editable-content.editable-content--dark a:hover {
  color: var(--text-secondary);
}

.type1__right {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}

.type1__right img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.type2-section {
  background: var(--background-secondary);
}

.type2 .type1__title {
  margin-bottom: 12px;
}

.type2 .type1__left {
  background: var(--text-light-primary);
}

.type2__right {
  border-radius: 20px;
  background: var(--primary-dark-blue);
  padding: 28px;
  display: flex;
  flex-direction: column;
}

.type2__body {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  flex-grow: 1;
}

.type2__item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 20px 20px 16px;
  display: flex;
  flex-direction: column;
}

.type2__item img {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
}

.type2__item p {
  font-size: 20px;
  line-height: 130%;
  color: var(--text-light-primary);
  margin-top: auto;
  margin-bottom: 0;
}

.proscons-section {
  background: url("../img/type1_bg.webp") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-bottom: 86px;
}

.proscons-section .section-descr{
  color: var(--text-light-primary);
}

.type3 {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.type3__left,
.type3__right {
  padding: 28px;
  border-radius: 20px;
}

.type3__list li {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: var(--text-light-secondary);
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.type3__list li:last-child {
  margin-bottom: 0;
}

.type3__list li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 1px;
}

.type3__list li:before {
  background: url("../img/ppcheck.svg") 50% 50% no-repeat;
}

.type3__left {
  background: rgba(255, 255, 255, 0.08) url("../img/green_chips.svg") 90% 0 no-repeat;
}

.type3__left li:before {
  background: url("../img/ppcheck.svg") 50% 50% no-repeat;
}

.type3__right {
  background: rgba(255, 255, 255, 0.08) url("../img/red_chips.svg") 100% 80% no-repeat;
}

.type3__right li:before {
  background: url("../img/ppwrong.svg") 50% 50% no-repeat;
}

.type3__title {
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  color: var(--text-light-primary);
  margin-bottom: 23px;
}

.steps-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.steps-box__item {
  background: var(--background-secondary);
  display: flex;
  flex-direction: column;
  padding: 24px 24px 0;
  border-radius: 20px;
  position: relative;
  --is-border-width: 134px;
}

.steps-box__item:before,
.steps-box__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: var(--is-border-width);
  border-top-width: var(--is-border-width);
  z-index: 2;
}

.steps-box__item:before {
  left: 0;
  border-left: 10px solid var(--text-light-primary);
}

.steps-box__item:after {
  left: 100%;
  border-left: 10px solid var(--background-secondary);
}

.steps-box__item:first-child:before {
  display: none;
}

.steps-box__item:last-child:after {
  display: none;
}

.steps-box__title {
  font-size: 30px;
  line-height: 132%;
  letter-spacing: 0.02em;
  color: var(--text-primary);
}

.steps-box__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--text-secondary);
  font-family: var(--second-family);
  margin-top: 4px;
  margin-bottom: 36px;
}

.steps-box__num {
  font-size: 112px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #c8d0db;
  margin-top: auto;
  margin-bottom: 0;
}

.getstart-section {
  background: url("../img/bg3.webp") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.getstart-section .btn {
  height: 64px;
  margin-top: 36px;
}

.type4-section {
  background: var(--background-secondary);
  margin-top: 86px;
}

.type4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.type4__item {
  border-radius: 20px;
  background: var(--text-light-primary);
  padding: 24px;
}

.type4__item-top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 132%;
  letter-spacing: 0.02em;
  color: var(--text-primary);
}

.type4__item-top p {
  padding-top: 2px;
}

.type4__item-top img {
  width: 48px;
  height: 48px;
  display: block;
  flex-shrink: 0;
  margin-right: 12px;
}

.type4__item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--text-secondary);
  font-family: var(--second-family);
}

.popbon-section {
  background: url("../img/type1_bg.webp") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-top: 86px;
}

.type4__dark .type4__item {
  background: rgba(255, 255, 255, 0.08);
  min-height: 362px;
  display: flex;
  flex-direction: column;
  padding: 24px 24px 12px;
}

.type4__dark .type4__item-top p {
  font-size: 42px;
  line-height: 120%;
  color: var(--text-light-primary);
  padding-top: 5px;
}

.type4__dark .type4__item-text {
  color: var(--text-light-secondary);
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 160%;
}

.type4__bonus-box {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: solid 1px rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  padding: 14px;
  margin-bottom: 0;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  width: calc(100% + 24px);
  margin-left: -12px;
}

.type4__bonus-title {
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-tertiary);
  font-family: var(--second-family);
  margin-bottom: 2px;
}

.type4__bonus-text {
  font-size: 32px;
  line-height: 126%;
  color: var(--secondary-glow-green);
}

.type4__bonus-info {
  font-weight: 500;
  font-size: 12px;
  line-height: 126%;
  color: rgba(190, 210, 236, 0.49);
  font-family: var(--second-family);
  margin-top: -3px;
}

.bycat-list {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bycat-item {
  background: url("../img/bg4.webp") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 394px;
  gap: 12px;
}

.bycat-item__top {
  padding: 16px;
  margin-bottom: 16px;
}

.bycat-item__top .type3__title {
  margin-bottom: 4px;
}

.bycat-item__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--text-light-secondary);
  font-family: var(--second-family);
}

.bycat-item__bottom {
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  width: 100%;
}

.bycat-item__bottom-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
}

.bycat-item__bottom-box {
  width: 100%;
}

.bycat-item__bottom-box.bycat-item__bottom-box--double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.bycat-item__bottom-title {
  font-size: 24px;
  line-height: 120%;
  color: var(--text-light-primary);
  margin-bottom: 12px;
}

.bycat-item__list {
  --bycat-bg: rgba(58, 161, 255, 0.3);
  background: linear-gradient(90deg, var(--bycat-bg) 0%, rgba(255, 255, 255, 0.08) 100%);
  border-radius: 10px;
  width: 100%;
  height: 71px;
  padding: 7px 3px;
  display: flex;
  align-items: center;
}

.bycat-item__list-info {
  display: flex;
  flex-direction: column;
}

.bycat-item__list_img {
  width: 102px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius:5px;
}

.bycat-item__list_img img {
  display: block;
  width: 95%;
  height: 95%;
    object-fit: cover;
    object-position: center;  
    border-radius:5px;
}

.bycat-item__list-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 132%;
  color: var(--shades-white);
  font-family: var(--second-family);
}

.bycat-item__list-descr {
  font-size: 18px;
  line-height: 120%;
  color: var(--secondary-glow-green);
  margin-top: 2px;
}

.bycat-item__right {
  padding: 24px;
  background: linear-gradient(135deg, #102e65 0%, #005cc7 100%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.bycat-item__right .type3__list {
  margin-bottom: 12px;
}

.bycat-item__right-snoska {
  padding-top: 12px;
  margin-top: auto;
  margin-bottom: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: var(--text-light-secondary);
}

.bycat-item__right-snoska span {
  opacity: 0.5;
}

.bycat-item__right-title {
  font-size: 32px;
  line-height: 120%;
  color: var(--text-light-primary);
  margin-bottom: 16px;
}

.bycat-item__double-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 132%;
  color: var(--shades-white);
  margin-right: 24px;
  font-family: var(--second-family);
}

.bycat-item__double-list {
  width: 100%;
  display: grid;
  flex-direction: column;
  gap: 2px;
}

.bycat-item__double-list li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 10px;
  border-radius: 10px;
}

.bycat-item__logos {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 11px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bycat-item__logos img {
  display: block;
  max-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
}

.wind-list {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.wind-list .methods-list__item {
  display: flex;
  flex-direction: column;
}

.wind-list .methods-list__item.open .methods-list__item-bottom-text {
  max-height: 200px;
  opacity: 1;
  margin-top: 16px;
}

.wind-list .methods-list__item.open .methods-list__item-bottom {
  max-height: 350px;
}

.wind-list .methods-list__item-bottom {
  grid-template-columns: 1fr;
  border-top: solid 1px #c8d0db;
  margin-bottom: 0;
  margin-top: auto;
}

.wind-list .methods-list__actual-item {
  height: 72px;
}

.wind-list .methods-list__item-top {
  flex-wrap: wrap;
  border-bottom: 0;
}

.methods-list__item-bottom-text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: var(--text-secondary);
  width: 100%;
  margin-top: 16px;
}

.type5-section .section-bottom .btn {
  width: 156px;
  height: 64px;
}

.type5__row {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.type5__item {
  border-radius: 20px;
  background: var(--background-secondary);
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.type5__item img {
  display: block;
  margin-right: 12px;
  margin-bottom: 26px;
  width: 42px;
  height: 42px;
}

.type5__item-title {
  font-size: 22px;
  line-height: 126%;
  color: var(--text-primary);
}

.compare-section {
  background: url(../img/type1_bg.webp) 50% 50% no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.compare-section .section-bottom {
  gap: 16px;
}

.compare-section .section-bottom .btn,
.compare-section .section-bottom .more_button {
  height: 64px;
  width: 156px;
}

.compare-table {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  border-spacing: 4px;
  border-collapse: separate;
  margin-top: 36px;
}

.compare-table td,
.compare-table th {
  background: rgba(255, 255, 255, 0.08);
  padding: 4px 16px;
  color: var(--text-light-secondary);
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
}

.compare-table td:first-child,
.compare-table th:first-child {
  text-align: left;
}

.compare-table td {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  font-family: var(--second-family);
}

.compare-table th {
  font-size: 24px;
  line-height: 132%;
  letter-spacing: 0.02em;
  padding: 10px 16px 6px;
}

.compare-table th:first-child {
  border-radius: 10px 4px 4px 4px;
}

.compare-table th:last-child {
  border-radius: 4px 10px 4px 4px;
}

.compare-table tr:last-child td:first-child {
  border-radius: 4px 4px 4px 10px;
}

.compare-table tr:last-child td:last-child {
  border-radius: 4px 4px 10px 4px;
}

.compare-table tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.05);
}

.compare-double .type3__left,
.compare-double .type3__right {
  background: rgba(255, 255, 255, 0.08);
  padding: 28px 28px 12px;
}

.compare-double__list {
  display: grid;
  gap: 4px;
  width: calc(100% + 32px);
  margin-left: -16px;
}

.compare-double__list li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 16px 10px 60px;
  border-radius: 10px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-light-secondary);
  position: relative;
  min-height: 65px;
}

.compare-double__list li:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: absolute;
  left: 16px;
  top: 16px;
  background: url("../img/ppcheck.svg") 50% 50% no-repeat;
  background-size: cover;
}

.section-bottom__decription {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: var(--text-light-secondary);
  margin-top: 36px;
}

.section-bottom__decription p {
  max-width: 864px;
  margin: 0 auto;
}

.section-bottom__decription + .section-bottom {
  margin-top: 24px;
}

.respons-section {
  background: var(--background-secondary);
}

.respons-section .type2 {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
}

.respons-section .editable-content p {
  font-size: 18px;
}

.respons-section .type2__right {
  padding-bottom: 12px;
  background: linear-gradient(to bottom, #005CC7, #1480FF);
}

.respons__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: calc(100% + 32px);
  margin-left: -16px;
}

.respons__body li {
  background: rgba(225, 229, 235, 0.08);
  padding: 10px 20px 10px 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  counter-increment: listCount;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-light-secondary);
  font-family: var(--second-family);
  min-height: 86px;
}

.respons__body li:before {
  content: counter(listCount);
  width: 48px;
  height: 46px;
  border-radius: 100%;
  background: linear-gradient(135deg, #102e65 0%, #005cc7 100%);
  flex-shrink: 0;
  margin-right: 16px;
  font-size: 24px;
  line-height: 120%;
  color: var(--secondary-glow-green);
  font-family: var(--font-family);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

.type6 {
  padding: 12px;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  background: var(--text-light-primary);
  border-radius: 20px;
  margin-top: 24px;
}

.type6.type6--dark {
  background: url("../img/type1_bg.webp") 50% 50% no-repeat;
  background-size: cover;
}

.type6.type6--dark .type6__right-item {
  background: rgba(255, 255, 255, 0.08);
}

.type6.type6--dark .type6__right-title {
  color: var(--text-light-primary);
}

.type6.type6--dark .type6__right-text {
  color: var(--text-light-secondary);
  margin-top: auto;
  margin-bottom: 0;
}

.type6.type6--dark .type6__text {
  color: var(--text-light-secondary);
  font-size: 14px;
}

.type6.type6--dark .type1__title {
  color: var(--text-light-primary);
}

.type6__left {
  padding: 16px;
  display: flex;
  flex-direction: column;
  max-width: 503px;
}

.type6__left .type1__title {
  margin-bottom: 8px;
  color: var(--text-primary);
}

.type6__left img {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  margin-top: auto;
}

.type6__text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: var(--text-secondary);
  margin-bottom: 24px;
}

.type6__right {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 1fr;
}

.type6__right-item {
  border-radius: 12px;
  background: var(--background-secondary);
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 175px;
  overflow: hidden;
}

.type6__right-title {
  font-size: 28px;
  line-height: 120%;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.type6__right-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-secondary);
  font-family: var(--second-family);
  margin-bottom: 16px;
}

.type6__right-bottom {
  margin-bottom: 0;
  margin-top: auto;
}

.type6__right-bottom a {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: var(--primary-blue);
}

.type6__right-bottom a:hover {
  color: var(--text-primary);
}

.type6__right-bottom a.type6__phone {
  font-size: 16px;
  color: var(--text-secondary);
}

.type6__right-bottom a.type6__phone:hover {
  color: var(--primary-blue);
}

.offer-section {
  padding-bottom: 36px;
}

.offer-box {
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
  width: calc(100% - 24px);
  padding: 31px 38px 42px;
  margin-top: 36px;
  border-radius: 24px;
  background: url("../img/bg6.webp") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.offer-box__bottom {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  width: 100%;
}

.offer-box__bottom a {
  width: 156px;
  height: 64px;
}

.offer-box__tag {
  background: var(--secondary-glow-green);
  transform: rotate(-4deg);
  border: 2px solid var(--text-primary);
  border-radius: 32px;
  padding: 10px 10px 8px;
  width: auto;
  height: 30px;
  font-size: 14px;
  line-height: 9px;
  letter-spacing: 0.02em;
  color: var(--text-primary);
}

.offer-box__title {
  font-size: 28px;
  line-height: 132%;
  letter-spacing: 0.02em;
  color: var(--text-light-primary);
}

.offer-box__main {
  font-size: 58px;
  line-height: 132%;
  letter-spacing: 0.02em;
  color: var(--secondary-glow-green);
}

.offer-box__snoska {
  opacity: 0.3;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 11px;
  line-height: 160%;
  color: var(--text-light-secondary);
}

.offer-box__list {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 6px;
  margin-top: 12px;
}

.about-expert-section .section-title {
  margin-bottom: 36px;
}

.about-expert {
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  border-radius: 24px;
  padding: 42px;
}

.about-expert-section .section-title {
  font-family: var(--font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-primary);
  font-size: 62px;
  line-height: 120%;
  text-align: center;
}

.about-expert {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 28px;
  padding: 28px;
  color: var(--text-light-primary);
}

.about-expert__bio {
  display: grid;
  align-content: start;
  gap: 16px;
}

.about-expert__subtitle {
  margin: 0;
  font-family: var(--font-family);
  font-size: 42px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--shades-white);
}

.about-expert__text {
  display: grid;
  gap: 12px;
  border-radius: 16px;
}

.about-expert__text p {
  margin: 0;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 160%;
  color: var(--text-light-secondary);
}

.about-expert__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-content: start;
  padding: 28px;
  border-radius: 20px;
  color: var(--text-light-primary);
}

.about-expert__grid-title {
  grid-column: 1/-1;
  margin: 0 0 4px;
  font-family: var(--font-family);
  font-size: 42px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--shades-white);
}

.about-expert__tile {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-radius: 14px;
  color: var(--text-light-primary);
}

.about-expert__tile-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
}

.about-expert__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
}

.about-expert__icon img {
  display: block;
}

.about-expert__tile-title {
  margin: 0;
  font-family: var(--font-family);
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--shades-white);
}

.about-expert__tile-text {
  margin: 0;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-tertiary);
}

.about-expert__list {
  margin: 0;
  padding-left: 18px;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-tertiary);
}

.about-expert__list li {
  margin: 3px 0;
}

.about-expert__list li b {
  color: var(--secondary-glow-green);
  font-weight: 700;
}

.about-expert__bio {
  padding: 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.about-expert__text p {
  margin-bottom: 28px;
}

.about-expert__text p:nth-last-child(1) {
  margin-bottom: 0;
}

.about-expert__grid {
  background: linear-gradient(180deg, hsl(212deg 100% 39% / 20%) 0%, hsl(212deg 100% 54% / 20%) 100%);
}

.about-expert__tile.card {
  background: rgba(255, 255, 255, 0.08);
  min-height: 215px;
}

.about-expert__list li,
.about-expert__tile-text {
  color: rgba(205, 210, 216, 1);
  font-size: 12px;
  line-height: 150%;
}

.about-expert__list {
  padding: 0;
  margin: 0;
}

.about-expert__list li strong {
  color: #61f401;
}

.expertise .section-title {
  font-family: var(--font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-primary);
  font-size: 62px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 36px;
}

.expertise__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.expertise-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
}

.expertise-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.expertise-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  flex: 0 0 48px;
}

.expertise-card__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.expertise-card__title {
  margin: 0;
  font-family: var(--font-family);
  font-size: 32px;
  line-height: 120%;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--text-light-primary);
}

.expertise-card__descr {
  margin: 0;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 150%;
  color: var(--text-light-secondary);
  margin-bottom: 30px;
}

.expertise-card__checks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2px;
  align-content: start;
}

.expertise-card__checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #FFFFFF14;
}

.expertise-check__icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 24px;
}

.expertise-check__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.expertise-check__text {
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  font-style: italic;
  color: var(--background-primary);
}

.expertise-card {
  background: var(--primary-dark-blue);
}

.expertise-card__icon {
  background: linear-gradient(119.05deg, var(--text-primary) 0%, var(--primary-dark-blue) 100%);
  border-radius: 50%;
}

.blog-section .btn {
  height: auto;
}

.blog-section .btn span {
  padding: 21px 26px;
}

.casino-recos .section-title {
  font-family: var(--font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-primary);
  font-size: 62px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 8px;
}

.casino-recos .section-subtitle {
  margin: 0 0 36px;
  text-align: center;
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 160%;
  color: var(--text-secondary);
}

.casino-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}

.casino-card {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto auto;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  background: var(--shades-white);
  border: 1px solid var(--borders-main-border);
}

.casino-card__top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}

.casino-card__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.casino-card__name {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: var(--shades-white);
}

.casino-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--second-family);
  font-size: 12px;
  line-height: 120%;
  color: var(--shades-white);
}

.casino-card__rating img {
  width: 16px;
  height: 16px;
  display: block;
}

.casino-card__logo img {
  display: block;
  width:110px;
  height:50px;
}

.casino-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 10px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: var(--text-primary);
  background: var(--secondary-glow-green);
  width: max-content;
}

.casino-offer {
  margin: 0;
  font-family: var(--font-family);
  font-size: 34px;
  line-height: 120%;
  color: var(--shades-white);
  text-transform: uppercase;
}

.casino-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 128%;
  color: var(--text-secondary);
  font-style: italic;
  font-weight: 500;
}

.casino-meta__item em {
  font-style: italic;
  color: hsl(0deg 0% 100% / 50%);
}

.casino-meta__item b {
  font-weight: 500;
  color: var(--shades-white);
}

.casino-meta__dot {
  opacity: .5;
}

.casino-features {
  margin: 0 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  align-items: flex-start;
}

.casino-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 126%;
  color: #DEE2E9;
  margin-bottom: 12px;
}

.casino-features li img {
  width: 18px;
  height: 18px;
  display: block;
}

.casino-license {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF80;
  border-top: 1px solid #FFFFFF1A;
}

.casino-license img {
  width: 28px;
  height: 28px;
  display: block;
}

.casino-actions {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap:20px;
}

.casino-actions a{
  flex-grow: 1;
  font-size: 22px;
}

.casino-card {
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
}

.casino-grid {
  width: 100%;
}

.casino-card__top {
  background-color: #1D1B11;
  padding: 20px;
  border: 1px solid #FFFFFF1A;
  border-radius: 16px;
}

.casino-card {
  padding: 8px 8px 20px 8px;
}

.casino-card__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.casino-card__logo {
  min-width: 110px;
  display: flex;
  justify-content: flex-end;
}

.casino-recos .section-subtitle {
  max-width: 860px;
  font-weight: 500;
}

.casino-card > * {
  padding: 0 20px;
}

.casino-card .casino-card__top {
  padding: 20px;
}

.casino-card__name {
  color: var(--shades-white);
}

.casino-card > .casino-badge {
  padding: 6px 10px;
  border-radius: 8px;
  margin-left: 20px;
  font-family: var(--font-family);
}

.casino-card > .casino-license {
  padding-top: 12px;
  padding: 12px 0 0 0;
  margin: 0 20px;
}

.casino-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 36px;
}

.casino-more .btn {
  height: auto;
}

.casino-more .btn span {
  padding: 21px 26px;
}

.casino-card > .casino-meta {
  margin: -15px 0 32px;
}

.steps-box.steps-box--4-3 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.steps-box--4-3 .steps-box__item {
  grid-column: span 3;
}

.steps-box--4-3 .steps-box__item:nth-child(n+5) {
  grid-column: span 4;
}

.rating-system .section-title {
  font-family: var(--font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-light-primary);
  font-size: 62px;
  line-height: 120%;
  text-align: center;
}

.rating-system {
  background: var(--primary-dark-blue);
  border-radius: 24px;
  margin-bottom: 86px;
}

.rating-system .section-descr {
  margin: 6px 0 20px;
  text-align: center;
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 160%;
  color: var(--text-light-secondary);
}

.rs-wrap {
  color: var(--text-light-primary);
}

.rs-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: stretch;
}

.rs-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 10px;
  padding: 23px;
  border-radius: 14px;
  background: var(--primary-dark-blue);
  color: var(--text-light-primary);
}

.rs-head {
  display: grid;
}

.rs-pts {
  font-family: var(--font-family);
  text-transform: uppercase;
  color: var(--text-light-primary);
  font-size: 52px;
  line-height: 120%;
  text-align: center;
}

.rs-pts__num {
  font-size: 40px;
  margin-right: 4px;
}

.rs-cat {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  color: var(--text-light-primary);
  margin-bottom: 26px;
}

.rs-range {
  font-family: var(--font-family);
  font-size: 24px;
  line-height: 120%;
  color: var(--text-light-primary);
}

.rs-stars {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  gap: 6px;
}

.rs-stars li img {
  width: 18px;
  height: 18px;
  display: block;
}

.rs-stars li.is-off {
  opacity: .3;
}

.rs-note {
  margin-top: 30px;
  font-family: var(--second-family);
  font-size: 11px;
  line-height: 160%;
  color: var(--text-light-secondary);
  opacity: .5;
  text-align: center;
}

.rs-card {
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rs-wrap {
  width: 100%;
}

.rating-system .section-descr {
  margin-bottom: 36px;
}

.contact .section-title {
  font-family: var(--font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-light-primary);
  font-size: 62px;
  line-height: 120%;
  text-align: center;
}

.contact .section-descr {
  margin: 0 0 36px;
  text-align: center;
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 160%;
  color: var(--text-light-secondary);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-card {
  padding: 24px;
  border-radius: 20px;
  background: #FFFFFF14;
  display: grid;
  align-content: start;
}

.contact-card__title {
  margin: 0;
  font-family: var(--font-family);
  font-size: 36px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-light-primary);
  margin-bottom: 20px;
}

.contact-line {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
}

.contact-line__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
  border-radius: 50%;
}

.contact-line__icon img {
  width: 22px;
  height: 22px;
  display: block;
}

.contact-line__label {
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 160%;
  color: #CDD2D880;
}

.contact-line__value {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-light-secondary);
  text-decoration: none;
}

a.contact-line__value {
  font-weight: 700;
}

.contact-social {
  margin-top: 8px;
}

.contact-social__label {
  font-family: var(--font-family);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-light-primary);
  margin-bottom: 10px;
}

.contact-social__list {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-social__btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--shades-grey);
  text-decoration: none;
}

.contact-social__btn img {
  width: 18px;
  height: 18px;
  display: block;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-field {
  display: block;
}

.contact-input,
.contact-textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  background: #FFFFFF0A;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 110%;
  color: #FFFFFF66;
  border: none;
  resize: none;
  outline: none;
}

.contact-input:focus,
.contact-textarea:focus {
  color:#fff;
}

.contact-errors{
  display:none;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #ff0000;
}

.contact-textarea {
  height: 120px;
}

.contact-actions {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;  
}

.contact.section {
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  border-radius: 24px;
  padding: 86px 42px 42px;
  margin-bottom: 86px;
}

.contact-grid {
  width: 100%;
}

.contact-card--info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-line {
  margin-bottom: 20px;
}

.contact-actions .btn {
  font-size: 20px;
}

.contact-actions .btn span {
  padding: 14px 20px;
}

/* Account (personal cabinet) */
.account-success {
  margin-bottom: 20px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(20, 128, 0, 0.2);
  color: #b8e986;
  font-family: var(--second-family);
  font-size: 14px;
}
.contact-field-error {
  display: block;
  margin-top: 4px;
  font-family: var(--second-family);
  font-size: 13px;
  color: #ff6b6b;
}
.contact-field-error--block { margin-bottom: 8px; }
.account-avatar-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.account-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.account-avatar__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-avatar__initials {
  font-family: var(--font-family);
  font-size: 32px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.account-avatar-wrap.has-avatar .account-avatar-cell { display: flex; }
.account-avatar-wrap.has-avatar .file-trigger-btn { display: none !important; }
.account-avatar-wrap:not(.has-avatar) .account-avatar-cell { display: none; }
.account-avatar-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* Как в попапе отзыва: круг с overflow только у __box, стрелочка не обрезается */
.account-avatar-preview.file-preview {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
}
.account-avatar-preview .file-preview__box {
  width: 96px;
  height: 96px;
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
  position: relative;
}
.account-avatar-preview .file-preview__box .account-avatar__initials {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-size: 32px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.account-avatar-preview .file-preview-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.account-avatar__delete {
  flex-shrink: 0;
}

.expert-hero__wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  padding: 24px;
  border-radius: 20px;
}

.expert-hero__left {
  display: flex;
  align-items: flex-start;
}

.expert-hero__card {
  display: grid;
  align-content: start;
  padding: 16px;
  border-radius: 16px;
}

.expert-hero__photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid var(--secondary-glow-green);
}

.expert-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.expert-hero__exp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 132%;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--text-primary);
  background: var(--secondary-glow-green);
  width: max-content;
}

.expert-hero__card > * {
  position: relative;
}

.expert-hero__role {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #DEE2E9;
  text-transform: uppercase;
  max-width: 170px;
  margin: 0 auto;
  text-align: center;
  margin-top: 21px;
}

.expert-hero__main {
  align-self: end;
}

.expert-hero__name {
  margin: 0 0 8px;
  font-family: var(--font-family);
  text-transform: uppercase;
  color: #DEE2E9;
  font-size: 80px;
  line-height: 100%;
}

.expert-hero__lead {
  margin: 0;
  max-width: 720px;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 156%;
  color: #fff;
}

.expert-hero__aside {
  align-self: end;
  display: grid;
  gap: 18px;
  padding: 20px;
  border-radius: 14px;
}

.expert-hero__socials {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.expert-hero__soc {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.expert-hero__soc img {
  width: 18px;
  height: 18px;
  display: block;
}

.expert-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 12px;
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--shades-white);
  background: var(--primary-blue);
  text-decoration: none;
}

.expert-hero {
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  margin-top: -92px;
  padding-top: 180px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.white_text * {
  color: #F0F2F5B2;
}

.white_text *:hover {
  color: #fff;
}

.expert-hero__lead {
  max-width: 550px;
}

.expert-hero__wrap {
  width: 100%;
}

.expert-hero__aside {
  background: #FFFFFF14;
}

.expert-hero__soc {
  border: 1px solid rgba(238, 239, 243, 0.14);
  border-radius: 10px;
}

.expert-hero__aside .btn span {
  padding: 18px 26px;
}

.expert-hero__aside .btn {
  height: auto;
}

.expert-hero__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.expert-hero__card:before {
  content: "";
  width: 100%;
  height: 75%;
  background-color: hsl(0deg 0% 100% / 8%);
  position: absolute;
  bottom: 0;
  border-radius: 14px;
}

.expert-hero__card {
  padding: 0 16px 24px;
}

.site-header.white_text .logo img {
  filter: invert(1) brightness(10);
}

.review-hero,
.bg_header_box_top {
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  margin-top: -92px;
  padding-top: 180px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.review-hero,
.bg_header_box_top {
  margin-bottom: 86px;
}

.rh-author__info {
  margin-left: 10px;
}

.review-hero__wrap {
  display: grid;
  grid-template-columns: calc(100% - 360px) 340px;
  color: var(--text-light-primary);
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap:20px;
}

.review-hero__left {
  display: grid;
  gap: 16px;
  align-content: start;
}

.rh-author {
  display: flex;
  align-items: center;
}

.rh-author__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--secondary-glow-green);
}

.rh-author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rh-author__info {
  display: grid;
  gap: 2px;
}

.rh-author__name {
  font-family: var(--font-family);
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--text-light-primary);
}

.rh-rating__label {
  width: 100%;
}

.rh-author__role {
  font-family: var(--second-family);
  font-size: 10px;
  line-height: 120%;
  color: #DEE2E980;
}

.rh-author__badge {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
  border-radius: 100px;
  background: var(--secondary-glow-green);
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 9px;
  color: var(--text-primary);
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  left: 4px;
}

.rh-author {
  position: relative;
  padding-bottom: 15px;
}

.rh-rating {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  margin-top: 4px;
  font-family: var(--second-family);
  font-size: 10px;
  color: #DEE2E980;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid hsl(0deg 0% 100% / 10%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.rh-rating__label {
  opacity: .8;
}

.rh-stars {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.rh-stars .reviews-slider__stars-row{
  width: 96px;
  height: 16px;
}

.rh-stars img {
  width: 96px;
  height: 16px;
  display: block;
}

.rh-rating__val {
  font-weight: 700;
  font-size: 18px;
  margin-left: 8px;
}

.rh-title {
  margin: 4px 0 0;
  font-family: var(--font-family);
  font-size: 70px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--text-light-primary);
}

.rh-lead {
  margin: 0;
  font-family: var(--second-family);
  font-size: 18px;
  line-height: 150%;
  color: var(--text-light-secondary);
  max-width: 590px;
}

.rh-actions {
  display: flex;
  gap: 18px;
  margin-top: 10px;
}

.rh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
}

.rh-btn--primary {
  background: var(--primary-blue);
  color: var(--shades-white);
}

.rh-btn--ghost {
  background: var(--shades-grey);
  color: var(--text-primary);
}

.review-hero__offer {
  align-self: start;
  display: grid;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  max-width: 340px;
}

.offer__kicker {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--text-light-primary);
  text-align: center;
}

.offer__value {
  font-family: var(--font-family);
  font-size: 32px;
  line-height: 110%;
  color: var(--secondary-glow-green);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
}

.offer__sub {
  font-family: var(--second-family);
  font-size: 11px;
  text-transform: uppercase;
  color: var(--text-light-secondary);
  font-style: italic;
  text-align: center;
}

.offer__list {
  margin: 16px 0 13px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}

.offer__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .04);
  font-family: var(--second-family);
  font-size: 14px;
  color: var(--text-light-primary);
  text-transform: uppercase;
}

.offer__icon {
  width: 24px;
  height: 24px;
}

.offer__terms {
  font-family: var(--second-family);
  font-size: 11px;
  color: #DEE2E9;
  text-align: center;
  opacity: 0.5;
}

.rh-actions .btn {
  height: 64px;
}

.rh-actions .more_button--grey,
.rh-actions .btn span {
  height: 64px;
  width: auto;
}

.keyfacts .section-title {
  font-family: var(--font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-primary);
  font-size: 62px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 36px;
}

.kf2-card {
  background: #E1E5EB;
}

.kf2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}

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

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

.kf2-card {
  border-radius: 24px;
  padding: 28px;
  display: grid;
}

.kf2-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.kf2-heading {
  margin: 0;
  font-family: var(--font-family);
  font-size: 42px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-primary);
  padding: 0 13px;
  margin-bottom: 12px;
}

.kf2-note {
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 140%;
  color: var(--text-secondary);
  font-weight: 600;
}

.kf2-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.kf2-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--shades-grey);
}

.kf2-label {
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 140%;
  color: var(--text-secondary);
  font-weight: 600;
}

.kf2-value {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-primary);
  text-align: right;
}

.kf2-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 8px;
  background: var(--secondary-glow-green);
  color: var(--text-primary);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 132%;
  text-transform: uppercase;
}

.kf2-ok {
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kf2-ok img {
  width: 16px;
  height: 16px;
  display: block;
}

.keyfacts {
  padding-top: 0;
}

.bonus-calculator .section-title {
  font-family: var(--font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-primary);
  font-size: 62px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 36px;
}

#bonus-calculator.section{
  overflow: visible;
}

.bc2-col.bc2-col--right {
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
  padding: 28px;
  border-radius: 16px;
}

.bc2 {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 50px;
  border-radius: 20px;
  background: var(--background-secondary);
  padding: 12px;
  width: 100%;
}

.bc2-col {
  display: grid;
  gap: 16px;
  align-content: start;
}

.bc2-subtitle {
  margin: 0;
  font-family: var(--font-family);
  font-size: 42px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-primary);
}

.bc2-subtitle--right {
  text-align: center;
}

.bc2-intro {
  margin: 0;
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 160%;
  color: var(--text-secondary);
  max-width: 420px;
  font-weight: 600;
  margin-bottom: 46px;
}

.bc2-label {
  font-family: var(--second-family);
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 160%;
  font-weight: 600;
}

.bc2-subtitle.bc2-subtitle--right {
  color: var(--text-light-primary);
}

.bc2-rangewrap {
  position: relative;
  padding-top: 28px;
}

.bc2-min,
.bc2-max {
  position: absolute;
  top: 4px;
  font-family: var(--second-family);
  font-size: 12px;
  color: var(--text-secondary);
}

.bc2-min {
  left: 0;
}

.bc2-max {
  right: 0;
}

.bc2-bubble {
  position: absolute;
  top: -10px;
  left: 0;
  transform: translateX(-50%);
  padding: 4px 8px;
  border-radius: 8px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  background: var(--shades-white);
  color: var(--text-primary);
  border: 1px solid var(--borders-main-border);
}

.bc2-range {
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background: linear-gradient(90deg, var(--primary-blue) 0%, var(--primary-blue) 40%, var(--borders-main-border) 40%);
  outline: none;
}

.bc2-range::-webkit-slider-thumb {
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--shades-white);
  border: 4px solid var(--primary-blue);
  cursor: pointer;
}

.bc2-range::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--shades-white);
  border: 4px solid var(--primary-blue);
  cursor: pointer;
}

.bc2-tip span {
  max-width: 190px;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}

.bc2-tip {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--second-family);
  font-size: 14px;
  color: var(--text-secondary);
  margin-top: 6px;
}

.bc2-tip__dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  flex: 0 0 40px;
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bc2-col.bc2-col--right .more_button.more_button--white.more_button--grey {
  display: inline-flex;
  width: 225px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.bc2-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.bc2-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 20px;
  border-radius: 12px;
  background: #FFFFFF14;
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 140%;
  color: var(--text-light-secondary);
  margin-bottom: 4px;
}

.bc2-item b {
  font-weight: 600;
  color: var(--text-light-primary);
}

.bc2-item--hi {
  background: var(--secondary-glow-green);
  color: var(--text-primary);
  font-weight: 700;
}

.bc2-wager {
  width: 100%;
}

.bc2-wager__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bc2-wager__sub {
  font-size: 12px;
  color: #CDD2D866;
  margin-top: 4px;
}

.bc2-col.bc2-col--right {
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
  padding: 28px;
  border-radius: 16px;
}

.bc2-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  padding: 14px 22px;
  border-radius: 12px;
  font-family: var(--font-family);
  font-size: 18px;
  text-transform: uppercase;
  color: var(--shades-white);
  background: var(--primary-blue);
  text-decoration: none;
}

.bc2-col.bc2-col--left {
  padding: 16px;
}

.bc2-subtitle.bc2-subtitle--right {
  color: var(--text-light-primary);
}

.bc2-tip {
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.bc2-col.bc2-col--left {
  position: relative;
}

.bc2-item--hi #bc2-total {
  color: var(--text-primary);
  font-weight: 700;
}

.games .section-title {
  font-family: var(--font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-primary);
  font-size: 62px;
  line-height: 120%;
  text-align: center;
}

.games .section-descr {
  margin: 6px 0 20px;
  text-align: center;
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 160%;
  color: var(--text-secondary);
}

.games .section-descr {
  margin-bottom: 36px;
}

.games-row {
  padding: 28px 12px 12px;
  border-radius: 20px;
  color: var(--text-light-primary);
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.games-row__title {
  padding: 0 16px;
}

.games-row__title {
  margin: 0;
  font-family: var(--font-family);
  font-size: 50px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-light-primary);
  font-weight: 400;
}

.games-row__descr {
  margin: 0 0 20px;
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 150%;
  color: var(--text-light-secondary);
  font-weight: 500;
  padding: 0 16px;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.game-card {
  padding: 20px;
  border-radius: 16px;
  display: grid;
  background-image: url(/img/expert/bg_row_one.png);
  background-color: #FFFFFF14;
  background-size: 100% 80%;
  background-repeat: no-repeat;
  background-position: top center;
}

.game-card__title {
  margin: 0;
  font-family: var(--font-family);
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-light-primary);
  margin-bottom: 6px;
}

.game-card__text {
  margin: 0;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 150%;
  color: var(--text-light-secondary);
  margin-bottom: 50px;
}

.game-card__meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.game-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  border-radius: 10px;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 132%;
  color: #fff;
}

.game-card__meta {
  background: #FFFFFF14;
  border-radius: 10px;
}

.game-pill img {
  width: 18px;
  height: 18px;
  display: block;
}

.game-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 10px;
  background: var(--secondary-glow-green);
  color: var(--text-primary);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}

.live-features {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}

.live-feature {
  padding: 20px;
  border-radius: 16px;
  display: grid;
  align-content: start;
}

.live-feature__icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.live-feature__title {
  margin: 0;
  font-family: var(--font-family);
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-light-primary);
  margin-bottom: 4px;
}

.live-feature__text {
  margin: 0;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 160%;
  color: var(--text-tertiary);
}

.live-feature__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(238, 239, 243, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.live-tabs {
  margin-top: 10px;
  padding: 6pxpx;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 6px;
}

.live-tabs.live-tabs-1 {
    grid-template-columns: repeat(1,1fr);
}
.live-tabs.live-tabs-2 {
    grid-template-columns: repeat(2,1fr);
}
.live-tabs.live-tabs-3 {
    grid-template-columns: repeat(3,1fr);
}
.live-tabs.live-tabs-4 {
    grid-template-columns: repeat(4,1fr);
}

.live-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 12px;
  font-family: var(--font-family);
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-light-primary);
  background-color: hsl(218.82deg 72.65% 22.94% / 50%);
  text-decoration: none;
}

.live-feature {
  background-image: url(/img/expert/bg_row_thee.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.live-tabs {
  border: 2px solid #FFFFFF1A;
}

.live-tab {
  background-image: url(/img/expert/bg-row_four.png);
  background-size: cover;
}

.games-cta {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  align-items: center;
  width: 100%;
}

.games-cta .btn {
  height: auto;
}

.games-cta .btn span {
  padding: 22px 45px;
}

.promos2 .section-title {
  font-family: var(--font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-primary);
  font-size: 62px;
  line-height: 120%;
  text-align: center;
}

.card-lite {
  background: var(--text-light-primary);
  border-radius: 24px;
  padding: 28px;
}

.card-deep {
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  border-radius: 20px;
  padding: 18px;
  color: var(--text-light-primary);
}

.promos2 {
  padding-top: 0;
  background-color: var(--background-secondary);
  margin: 0;
  width: 100%;
  padding: 86px;
}

.promos2 .section-title {
  margin-bottom: 36px;
}

.promo-intro {
  display: grid;
}

.promo-intro__title {
  margin: 0;
  font-family: var(--font-family);
  font-size: 42px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 5px;
}

.promo-intro__text {
  margin: 0;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 160%;
  color: var(--text-secondary);
  max-width: 615px;
  font-weight: 500;
  margin-bottom: 20px;
}

.wp-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin-bottom: 12px;
}

.wp-card {
  background: var(--background-secondary);
  border-radius: 20px;
  padding: 20px;
  display: grid;
}

.wp-label {
  font-family: var(--second-family);
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.wp-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 2px 2px 2px 10px;
  border-radius: 12px;
  background: var(--secondary-glow-green);
}

.wp-value b {
  font-family: var(--font-family);
  font-size: 32px;
  line-height: 132%;
  letter-spacing: 0.02em;
  color: var(--text-primary);
  text-transform: uppercase;
}

.wp-fs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  border-radius: 6px;
  background: var(--text-light-primary);
  color: var(--text-primary);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 132%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.wp-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.wp-meta li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--second-family);
  font-size: 13px;
  color: var(--text-secondary);
}

.wp-meta b {
  color: var(--text-primary);
}

.wp-meta li {
  background-color: var(--text-light-primary);
  padding: 7px 10px;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  border-radius: 6px;
}

.wp-meta {
  margin-top: 5px;
}

.wp-meta b {
  font-weight: 700;
}

.terms {
  display: grid;
  gap: 12px;
}

.terms__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-size: 18px;
  text-transform: uppercase;
}

.terms__title img {
  width: 18px;
  height: 18px;
  display: block;
}

.terms__grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
}

.term {
  background: rgba(255, 255, 255, .08);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 8px;
  align-content: start;
  flex-direction: column;
  justify-content: space-between;
}

.term__num {
  display: grid;
  font-family: var(--second-family);
  font-size: 40px;
  font-weight: 800;
  font-style: italic;
  line-height: 120%;
  color: var(--secondary-glow-green);
  margin-bottom: 10px;
}

.term__text {
  font-family: var(--second-family);
  font-size: 13px;
  line-height: 150%;
  color: var(--text-tertiary);
}

.promo-double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 28px;
  width: 100%;
}

.promo-box {
  display: grid;
  gap: 12px;
}

.promo-box__title {
  margin: 0;
  font-family: var(--font-family);
  font-size: 42px;
  line-height: 132%;
  text-transform: uppercase;
  color: var(--text-light-primary);
  margin-bottom: 5px;
}

.promo-box__text {
  margin: 0;
  font-family: var(--second-family);
  font-size: 14px;
  color: var(--text-light-secondary);
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 16px;
}

.promo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.promo-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-light-primary);
  font-family: var(--font-family);
  font-size: 20px;
  line-height: 132%;
}

.promo-list img {
  width: 20px;
  height: 20px;
  display: block;
}

.promo-code {
  margin-top: auto;
  font-family: var(--second-family);
  font-size: 14px;
  color: var(--text-light-primary);
}

.promo-code b, .promo-note b {
  font-weight: 800;
}

.promo-note {
  margin-top: auto;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
  color: var(--text-light-primary);
  margin-top: 55px;
}

.vip {
  margin-top: 28px;
  display: grid;
}

.vip__title {
  margin: 0;
  font-family: var(--font-family);
  font-size: 42px;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 4px;
  line-height: 120%;
}

.vip__intro {
  margin: 0;
  font-family: var(--second-family);
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 500;
  margin-bottom: 20px;
}

.vip-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}

.vip-item {
  background: var(--background-secondary);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.vip-icn img {
  display: block;
}

.vip-name {
  font-family: var(--font-family);
  font-size: 24px;
  text-transform: uppercase;
  color: var(--text-primary);
  font-weight: 400;
  line-height: 120%;
}

.vip-icn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}

.vip-icn img {
  width: 36px;
  height: 36px;
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
  border-radius: 50%;
  padding: 10px;
}

.vip-desc {
  font-family: var(--second-family);
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 500;
  line-height: 140%;
}

.terms__title img {
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.terms__title {
  font-size: 32px;
  margin-bottom: 16px;
}

.promo-box.card-deep {
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
  padding: 28px;
  gap: 0;
}

.promo-list li {
  background: #FFFFFF0A;
  border-radius: 12px;
  padding: 12px 16px;
}

.promo-code {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.promo-code b {
  background-color: var(--secondary-glow-green);
  color: var(--text-primary);
  padding: 7px 10px;
  border-radius: 10px;
}

.promos2-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 36px;
}

.promos2-cta .btn {
  height: auto;
}

.promos2-cta .btn span {
  padding: 21px 26px;
}

.payments-section .section-title {
  font-family: var(--font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-primary);
  font-size: 62px;
  line-height: 120%;
  text-align: center;
}

.payments-section .section-descr {
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 160%;
  color: var(--text-secondary);
  text-align: center;
  margin: 8px 0 36px;
}

.pm-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}

.pm-col {
  flex: 1 1 420px;
  border-radius: 24px;
  padding: 32px 28px 28px;
  background-color: var(--background-secondary);
}

.pm-head {
  display: flex;
  align-items: center;
}

.pm-head__icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  display: inline-flex;
}

.pm-head__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.pm-head__title {
  margin: 0;
  font-family: var(--font-family);
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-primary);
}

.pm-table {
  margin-top: 18px;
}

.pm-row {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 12px;
}

.pm-row + .pm-row {
  margin-top: 8px;
}

.pm-row--head {
  border: 0;
  padding: 0;
  margin-bottom: 6px;
  border-radius: 0;
  font-family: var(--second-family);
  font-weight: 700;
  color: var(--text-secondary);
}

.pm-row > div {
  font-family: var(--second-family);
  font-size: 14px;
  color: var(--text-primary);
}

.pm-row > div:nth-child(1) {
  width: 20%;
}

.pm-method {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pm-method img {
  width: 32px;
  height: 22px;
  margin-right: 10px;
  display: block;
    max-width: 90%;
    max-height: 100%;
}

.withdrawal__title {
  margin: 0 0 8px;
  font-family: var(--font-family);
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--text-light-primary);
}

.withdrawal__descr {
  margin: 0 0 12px;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 160%;
  color: var(--text-secondary);
}

.wd-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wd-item {
  flex: 1 1 260px;
  border-radius: 14px;
  padding: 14px;
}

.wd-head {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.wd-icn {
  width: 28px;
  height: 28px;
  display: inline-flex;
  margin-right: 10px;
}

.wd-icn img {
  width: 100%;
  height: 100%;
  display: block;
}

.wd-title {
  margin: 0;
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-primary);
}

.wd-text {
  margin: 0;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 160%;
  color: var(--text-light-secondary);
}

.pm-cta {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.pm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-family: var(--font-family);
  font-size: 18px;
  text-transform: uppercase;
  color: var(--shades-white);
  background: var(--primary-blue);
}

.pm-head__icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
  border-radius: 50%;
  padding: 15px;
}

.pm-head__title {
  font-size: 42px;
}

.pm-row.pm-row--head {
  background-color: var(--primary-dark-blue);
  padding: 18px 18px;
  border-radius: 12px;
  color: #fff;
}

.pm-row.pm-row--head > div {
  font-size: 24px;
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--text-light-primary);
}

.pm-row {
  padding: 4px;
  background-color: var(--text-light-primary);
}

.pm-method img {
  max-width: max-content;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.pm-row > div {
  width: calc(28% - 15px);
}

.pm-row {
  gap: 15px;
}

.pm-row > div {
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.pm-method {
  border-radius: 8px;
  border: 1px solid var(--text-light-secondary);
  height: 56px;
}

.withdrawal {
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  padding: 28px;
  border-radius: 24px;
  margin-top: 24px;
}

.withdrawal__descr {
  max-width: 586px;
  color: var(--text-light-secondary);
  margin-bottom: 28px;
}

.wd-item {
  background: #FFFFFF14;
  backdrop-filter: blur(18px);
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wd-icn {
  border-radius: 50%;
  padding: 5px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
}

.wd-icn img {
  max-width: 18px;
  max-height: 18px;
}

.wd-title {
  color: var(--text-light-primary);
  font-size: 24px;
  line-height: 120%;
}

.pm-cta .btn {
  height: auto;
}

.pm-cta .btn span {
  padding: 21px 26px;
}

.pm-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 36px;
}

.secwrap {
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  border-radius: 20px;
  padding: 28px;
  color: var(--text-light-primary);
}

.secgrid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  column-gap: 20px;
  row-gap: 20px;
}

.sec-left {
  display: grid;
  align-content: start;
}

.sec-media {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF14;
}

.sec-media img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sec-subtitle {
  margin: 0 0 8px;
  font-family: var(--font-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-light-primary);
  font-size: 28px;
  line-height: 120%;
}

.sec-lead {
  margin: 0 0 14px;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 160%;
  color: var(--text-tertiary);
}

.sec-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sec-feature {
  border-radius: 12px;
}

.sec-feature__title {
  margin: 0 0 6px;
  font-family: var(--font-family);
  font-size: 16px;
  text-transform: uppercase;
  line-height: 120%;
  color: var(--shades-white);
}

.sec-feature__text {
  margin: 0;
  font-family: var(--second-family);
  font-size: 13px;
  line-height: 155%;
  color: var(--text-tertiary);
}

.sec-bottom {
  margin-top: 12px;
}

.sec-lic {
  border-radius: 14px;
}

.sec-points {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}

.sec-point {
  display: flex;
  align-items: flex-start;
}

.sec-point__dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--secondary-glow-green);
  margin-right: 10px;
  flex: 0 0 22px;
}

.sec-point__text {
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 150%;
  color: var(--text-light-primary);
}

.sec-badge {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--secondary-glow-green);
  color: var(--text-primary);
}

.sec-badge__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  margin-right: 10px;
}

.sec-badge__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.sec-badge__title {
  font-family: var(--second-family);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 120%;
}

.sec-badge__sub {
  font-family: var(--second-family);
  font-size: 12px;
  line-height: 160%;
}

.sec-cert {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  border-radius: 14px;
  padding: 16px;
}

.sec-cert__title {
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--shades-white);
  margin-bottom: 6px;
}

.sec-cert__text {
  margin: 0;
  font-family: var(--second-family);
  font-size: 13px;
  line-height: 155%;
  color: var(--text-tertiary);
}

.sec-cert__logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sec-cert__logos img {
  width: auto;
  display: block;
  margin-left: 16px;
}

.sec-media {
  background: #FFFFFF14;
}

.sec-left {
  background: #FFFFFF14;
  border-radius: 16px;
  padding: 28px;
}

.sec-subtitle {
  font-size: 42px;
  line-height: 120%;
}

.sec-lead {
  margin-bottom: 16px;
  color: var(--text-light-secondary);
}

.sec-features {
  gap: 12px;
}

.sec-feature {
  background-image: url(/img/expert/bg-list_security.png);
  padding: 21px 16px 16px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
}

.sec-feature__title {
  font-size: 24px;
  color: var(--text-light-primary);
}

.sec-feature__text {
  line-height: 140%;
  color: var(--text-light-secondary);
}

.security-lic .section-title {
  margin-bottom: 36px;
}

.security-lic {
  background-color: var(--background-secondary);
  width: 100%;
}

.sec-bottom {
  background: #FFFFFF14;
  border-radius: 16px;
  padding: 28px;
}

.top_sec-lic {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sec-lead {
  max-width: 620px;
}

.sec-badge__icon {
  width: 33px;
  height: 33px;
}

.sec-badge__title {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-family_);
}

.sec-badge__sub b {
  font-weight: 700;
}

.sec-point {
  background: #FFFFFF0A;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.sec-point__dot {
  background: url(../img/green_check.svg) 0 50% no-repeat;
}

.sec-point__text {
  color: var(--text-light-secondary);
}

.sec-cert {
  background: #FFFFFF0A;
}

.sec-cert__title {
  font-size: 24px;
}

.sec-cert__text {
  font-size: 14px;
  line-height: 160%;
  color: var(--text-light-secondary);
}

.sec-cert__logos img {
  background-color: #FFFFFF0A;
  padding: 30px;
  width: 290px;
  height: 110px;
  border-radius: 10px;
  object-fit: scale-down;
  object-position: center;
}

.mobilexp-wrap {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  border-radius: 24px;
  padding: 20px;
  background: var(--shades-white);
}

.mobilexp-left {
  display: grid;
  align-content: start;
}

.mobilexp-sub {
  margin: 0 0 8px;
  font-family: var(--font-family);
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-primary);
}

.mobilexp-sub2 {
  margin: 6px 0;
  font-family: var(--font-family);
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-primary);
}

.mobilexp-text {
  margin: 0 0 12px;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 160%;
  color: var(--text-secondary);
  max-width: 620px;
}

.mobilexp-list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.mobilexp-item {
  display: flex;
  align-items: center;
  border-radius: 14px;
  background: var(--shades-grey);
}

.mobilexp-icn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  margin-right: 12px;
}

.mobilexp-icn img {
  width: 20px;
  height: 20px;
  display: block;
}

.mobilexp-item-body {
  display: grid;
}

.mobilexp-item-title {
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-primary);
}

.mobilexp-item-text {
  font-family: var(--second-family);
  font-size: 13px;
  line-height: 155%;
  color: var(--text-secondary);
}

.mobilexp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 12px;
  background: var(--primary-blue);
  color: var(--shades-white);
  text-decoration: none;
  font-family: var(--font-family);
  font-size: 18px;
  text-transform: uppercase;
  width: max-content;
}

.mobilexp-right {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobilexp-screen {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  min-height: 420px;
  background: url(/img/expert/bg_phpne.png) center/cover no-repeat;
}

.mobilexp-phone {
  position: relative;
  display: block;
  max-width: 78%;
  height: auto;
  margin: 24px auto;
}

.mobilexp  .section-title {
  margin-bottom: 36px;
}

.mobilexp-wrap {
  width: 100%;
  background: #E1E5EB;
  padding: 28px;
}

.mobilexp-screen {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.mobilexp-right {
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  border-radius: 20px;
}

.mobilexp-phone {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}

.mobilexp-sub {
  font-size: 42px;
}

.mobilexp-text {
  margin-bottom: 16px;
}

.mobilexp-item {
  padding: 12px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.mobilexp-icn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
}

.mobilexp-sub2 {
  margin: 32px 0 4px;
  font-size: 32px;
}

.mobilexp-text {
  max-width: 600px;
}

.mobilexp_btn {
  display: flex;
}

.mobilexp_btn .btn {
  height: auto;
}

.mobilexp_btn .btn span {
  padding: 21px 26px;
}

.mobilexp-item-title {
  font-size: 24px;
}

.mobilexp-item-text {
  font-size: 14px;
  line-height: 160%;
}

.support-wrap {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  border-radius: 24px;
  padding: 20px;
  color: var(--text-light-primary);
}

.sup-left,
.sup-right {
  display: grid;
  gap: 16px;
  align-content: start;
}

.sup-title {
  margin: 0 0 8px;
  font-family: var(--font-family);
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-light-primary);
}

.sup-text {
  margin: 0 0 12px;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 160%;
  color: var(--text-tertiary);
  font-weight: 500;
  margin-bottom: 16px;
}

.sup-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 12px;
}

.sup-method {
  display: grid;
  align-content: start;
}

.sup-method__head {
  display: flex;
  align-items: center;
}

.sup-icn {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  margin-right: 10px;
}

.sup-icn img {
  width: 18px;
  height: 18px;
  display: block;
}

.sup-method__title {
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--shades-white);
}

.sup-method__text {
  font-family: var(--second-family);
  font-size: 13px;
  line-height: 150%;
  color: var(--text-tertiary);
}

.sup-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ffffff1f;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  color: var(--text-light-primary);
  width: max-content;
}

.sup-chip--green {
  color: var(--secondary-glow-green);
}

.sup-note__title {
  margin: 0 0 6px;
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--text-light-primary);
}

.sup-note__text {
  margin: 0;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 160%;
  color: var(--text-tertiary);
}

.support {
  background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
  border-radius: 24px;
  padding-bottom: 48px;
}

.support  .section-title {
  color: var(--text-light-primary);
  margin-bottom: 36px;
}

.support-wrap {
  width: 100%;
}

.support-wrap > .sup-left,
.support-wrap > .sup-right {
  background: #FFFFFF14;
  padding: 24px 12px;
  border-radius: 20px;
}

.sup-title {
  padding: 0 12px;
  font-size: 36px;
  margin-bottom: 10px;
}

.sup-icn {
  width: 36px;
  height: 36px;
  background: linear-gradient(119.05deg, #102E65 0%, #005CC7 100%);
  border-radius: 50%;
}

.sup-method__title {
  font-size: 24px;
}

.sup-method {
  background: #FFFFFF0A;
  backdrop-filter: blur(18px);
  padding: 16px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  width: 100%;
}

.support  .container {
  padding: 0;
}

.sup-method__head {
  margin-bottom: 8px;
}

.sup-method__text {
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 25px;
  color: var(--text-light-secondary);
}

.sup-note {
  background: #FFFFFF0A;
  backdrop-filter: blur(18px);
  border-radius: 14px;
  padding: 16px;
}

.sup-note__title {
  font-size: 24px;
}

.sup-note__text {
  color: var(--text-light-secondary);
}

.sup-chip {
  background-color: transparent;
  border: 2px solid #FFFFFF1A;
  font-size: 11px;
  line-height: 140%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.sup-chip.sup-chip--green {
  font-size: 14px;
}

.sup-methods .more_button.more_button--white.more_button--grey {
  height: 48px;
}

.faq-item_sup {
  padding: 16px;
  background-color: var(--primary-dark-blue);
  margin-bottom: 6px;
  border-radius: 14px;
}

.faq-item_sup-q {
  font-size: 24px;
  line-height: 120%;
  color: var(--text-light-primary);
}

.faq-item_sup-a {
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
  font-family: var(--second-family);
  margin-top: 6px;
  color: var(--text-light-secondary);
}

.faq-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
  font-family: var(--second-family);
  margin-top: 16px;
}

.btn_getstart {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 36px;
}

.btn_getstart > .btn,
.btn_getstart > .more_button {
  margin-top: 0;
  height: 64px;
}

.getstart-section + .seo-section {
  margin-top: 86px;
}

.steps-box--col-6 {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 12px;
}
.steps-box--col-6 {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 12px;
}

.blog__item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 12px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.pagination__list {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination__link,
.pagination__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #f1f5f9;
  color: #1e293b;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination__link:hover {
  background: var(--text-tertiary);
  color: #1e3a8a;
}

.pagination__link.is-active {
  background: #2563eb;
  color: #fff;
}

.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: #f1f5f9;
  border-radius: 8px;
  color: #1e293b;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pagination__btn:hover {
  background: #2563eb;
  color: #fff;
}

.pagination__dots {
  color: #9ca3af;
  font-weight: 600;
  padding: 0 4px;
}

.archive-header.bg_header_box_top {
  padding-bottom: 200px;
  margin-bottom: 0;
}

.archive-header.bg_header_box_top + section.blog-section.section {
  margin-top: -180px;
  padding-top: 50px;
  background-color: transparent;
}

.archive-header.bg_header_box_top + section.all-casinos-section.section {
  margin-top: -180px;
  padding-top: 50px;
  background-color: transparent;
}

.all-casinos-section.section .top-list {
  margin-top: 0;
}

.blog-section.section .blog_list {
  margin-top: 0;
}

.rating-system .section-top .section-title {
  color: var(--text-light-primary);
  font-size: 80px;
  line-height: 100%;
  padding-bottom: 18px;
}

.blog-section .section-title {
  margin-bottom: 36px;
}

.rating-system .section-top  .section-descr {
  font-size: 18px;
  max-width: 860px;
  color: var(--text-light-secondary);
}

.breadcrumbs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.breadcrumbs__list {
  display: flex;
  gap: 2px;
  background: #FFFFFF14;
  border-radius: 8px;
  padding: 3px;
}

.breadcrumbs__link,
.breadcrumbs__current {
  display: flex;
  font-size: 10px;
  line-height: 156%;
  color: #fff;
  font-family: var(--second-family);
  text-transform: uppercase;
  background: #FFFFFF14;
  padding: 6px 10px;
  border-radius: 6px;
}

.breadcrumbs__link:hover {
  background: #ffffff4f;
}

.breadcrumbs__current {
  background: #FFFFFF0A;
}

.blog__item-tags .tag {
  border: 1px solid #102E6533;
  color: var(--text-secondary);
  font-family: var(--second-family);
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
}

.blog__item-meta {
  margin-top: 20px;
  font-family: var(--second-family);
  color: #48587780;
}

.blog__item-meta b {
  color: var(--text-secondary);
  font-weight: 600;
}
.blog__item-meta a b{
  color: var(--text-secondary);
  font-weight: 600;
}

.blog__item-meta a:hover b{
  color: #0275fc;
}

.blog__item-content {
  display: flex;
  flex-direction: column;
  padding-top: 6px;
}

.pagination {
  width: 100%;
  margin-top: 48px;
  font-family: var(--second-family);
}

.pagination__link,
.pagination__dots {
  background-color: #fff;
  color: var(--text-primary);
  font-size: 16px;
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.pagination__btn {
  background-color: var(--text-primary);
  color: var(--text-light-primary);
}

.pagination__link.is-active {
  background-color: var(--primary-blue);
}

.single-hero {
  /*background: linear-gradient(180deg, rgba(0, 52, 114, 0.8) 0%, #090D0F 100%), url('/img/blog/hero_blog.jpg') center/cover no-repeat;*/
  color: var(--text-light-primary);
  position: relative;
}

.single-hero__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.single-hero__author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}

.single-hero__author-name {
  font-family: var(--second-family);
  font-weight: 700;
  color: var(--text-light-primary);
}

.single-hero__author-role {
  font-family: var(--second-family);
  font-size: 12px;
  color: var(--text-light-secondary);
}

.single-hero__title {
  font-family: var(--font-family);
  font-size: 80px;
  line-height: 100%;
  color: var(--text-light-primary);
  margin: 20px 0 12px;
}

.single-hero__descr {
  max-width: 820px;
  color: var(--text-light-secondary);
  font-family: var(--second-family);
  font-size: 18px;
}

.single-hero__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.single-hero__tags .tag {
  color: var(--text-light-primary);
  font-family: var(--second-family);
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 160%;
  border: 1px solid #DEE2E933;
}

.single-hero__bg{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: block;
}

.single-hero__bg::after{
  content:'';
  display: block;
  background: linear-gradient(180deg, rgba(0, 52, 114, 0.8) 0%, #090D0F 100%);
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;  
  z-index: 1;
}

.single-hero .container{
  position: relative;
  z-index: 2;
}

.post-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
}

.post-layout--full {
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: 0 auto;
}

.post-content--full {
  width: 100%;
}

/* Terms of Use page */
.terms-hero {
  padding: 40px 0 30px;
}

.terms-hero .breadcrumbs__list {
  background: var(--primary-blue);
}

.terms-hero .breadcrumbs__link,
.terms-hero .breadcrumbs__current {
  color: #fff;
}

.terms-hero .breadcrumbs__link:hover {
  background: rgba(255, 255, 255, 0.2);
}

.terms-hero .breadcrumbs__current {
  background: rgba(255, 255, 255, 0.1);
}

.terms-hero__row {
  width: 100%;
  display: flex;
  justify-content: center;
}

.terms-hero__title {
  font-family: var(--font-family);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--text-primary);
  margin: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .terms-hero__title {
    font-size: 32px;
  }
}

.post-toc {
  align-self: start;
  position: sticky;
  top: 0px;
  height: auto;
}

.post-toc__box {
  background-color: var(--text-light-primary);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 16px;
}

.post-toc__title {
  font-family: var(--font-family);
  font-size: 24px;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 120%;
}

.post-toc__nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: auto;
}

.post-toc__link {
  display: block;
  font-family: var(--second-family);
  font-size: 14px;
  line-height: 120%;
  color: hsl(219deg 73% 23% / 50%);
  text-decoration: none;
  transition: all .2s ease;
  padding: 6px 0;
  font-weight: 500;
}

.post-toc__link:hover {
  color: var(--text-primary);
}

.post-toc__link.is-active:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 16px;
  left: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: var(--primary-blue);
}

.post-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  font-family: var(--second-family);
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.post-meta img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.post-meta__date,
.post-meta__views {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.post-block {
  padding: 14px 12px 6px;
}

.post-title, .post-block h2 {
  font-family: var(--font-family);
  font-size: 48px;
  line-height: 120%;
  color: var(--text-primary);
  scroll-margin-top: 120px;
  margin-top: 32px;
}

.post-block h2:first-child {
  margin-top:0;
}

.post-content > p {
  margin: 12px 0;
}
.post-content  p {
  font-family: var(--second-family);
  color: var(--text-secondary);
  line-height: 170%;
}

.post-content ul p {
  margin: 0;
  padding-bottom:0;
}

.post-block h3,
.post-block h4 {
  font-family: var(--font-family);
  font-size: 28px;
  line-height: 120%;
  color: var(--text-primary);
  scroll-margin-top: 100px;
}

.post-media, .post-block figure, .post-block p img{
  margin: 16px 0;
}

.post-media img, .post-block figure img, .post-block p img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

html {
  scroll-behavior: smooth;
}

.post-section .row,
.post-section,
.post-layout {
  overflow: visible;
}

.post-toc__link.is-active {
  background: #f0f2f5;
  color: var(--text-primary);
}

.post-toc__link.is-active::before {
  background: var(--primary-blue);
}

.single-hero{
  margin-bottom: 0;
  padding-top: 110px;
}
.cas_page {
  padding-top: 110px;
}

.post-section.section {
  padding-top: 24px;
  overflow:hidden;
}

.post-section + .faq-section {
  background-color: var(--text-light-primary);
}

body.post {
  background-color: var(--background-secondary);
}

.breadcrumbs.position-left {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.back_archive a {
  display: flex;
  gap: 8px;
  color: var(--text-light-primary);
  font-size: 14px;
  line-height: 156%;
  font-family: var(--second-family);
}

.archive-header .section-title,
.archive-header .section-descr,
.glossary-header .section-title,
.glossary-header .section-descr {
  color: var(--text-light-primary);
}

article.post-content{
  overflow: hidden;
}

.post-content .post-meta {
  border-bottom: 1px solid hsl(219deg 73% 23% / 10%);
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.post-content .post-block {
  padding: 0;
}

.post-content p {
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  padding-bottom: 12px;
  margin: 0;
}

.post-content .post-block {
  margin-bottom: 32px;
}

.post-block p strong, .post-block p b{
  font-weight: 700;
}

.post-block ul {
  margin: 0;
  padding: 0;
  font-family: var(--second-family);
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 20px;
}

.post-block ul li {
  padding-bottom: 6px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.post-block ul li:before {
  content: "";
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-blue);
  flex-shrink: 0;
}

.post-content .post-block a {
  display: contents;
  color: var(--primary-blue);
  text-decoration: underline;
}

.post-block h3,
.post-block h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.contact-success-modal{
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    backdrop-filter: blur(50px);
    background: rgba(255, 255, 255, 0.3);
    align-items: center;
    justify-content: center;
}

.contact-success-modal .modal_body{
  max-width: 520px;
}

.modal_body{
    width: 92%;
    padding: 40px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 52, 114, 0.4) 0%, rgba(9, 13, 15, 0.9) 100%), url('../img/modalbg.png') 0 0 no-repeat;
    background-size:cover;
    position: relative;
}

.modal_title{
  font-weight: 400;
  font-size: 44px;
  line-height: 120%;
  color: var(--text-light-primary);
  margin-bottom:5px;
}

.contact-success-text{
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-light-primary);
}

.modal__close{
  width:14px;
  height:14px;
  cursor:pointer;
  position: absolute;
  right: 24px;
  top: 24px;  
}

.modal__close:hover{
  opacity:0.7;
}

.modal__close svg{
  width:14px;
  height:14px;
}

.modal{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;    
  opacity:0; 
  transition:opacity .2s ease; 
  align-items:center; 
  justify-content:center;   
  overflow-y: auto;
}

.modal.is-open { opacity:1; }

.fon { 
  display:none; 
  opacity:0; 
  transition:opacity .2s ease; 
  position: fixed;
  inset: 0;
  z-index:8888;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.3);  
}
.fon.is-shown { 
  opacity:1; 
  display:block; 
}

html.is-modal-open, body.is-modal-open { overflow:hidden; }

.modal__dialog { 
  border-radius:10px; 
  padding:24px; 
  max-width:740px; 
  width:100%; 
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 52, 114, 0.4) 0%, rgba(9, 13, 15, 0.9) 100%), url('../img/modalbg.png') 0 0 no-repeat;
  background-size:cover;  
}
.modal_cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  grid-template-areas:
    "name message"
    "job  message";
}
.modal_cols > .contact-field:nth-child(1) { grid-area: name; }
.modal_cols > .contact-field:nth-child(2) { grid-area: job; }
.modal_cols > .contact-field:nth-child(3) {
  grid-area: message;
  display: flex;
}
.modal_cols .contact-input { width: 100%; height: 100%; }
.modal_cols .contact-textarea {
  flex: 1 1 auto;
  min-height: 100%;
  width: 100%;
}


.modal__dialog{
		position: relative;
	}
.file-trigger__box{
  display: flex;
  align-items: center;
  position: relative;
}

.file-trigger__text,.file-name{
  max-width:150px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: var(--text-light-primary);  
}

.file-trigger__empty{
  position:absolute;
  right:0;
  bottom:0;
  width:20px;
  height:20px;
  text-align: center;
  line-height: 16px;
  background: var(--primary-blue);
  border:solid 2px #0F1A32;
  border-radius: 100%;
  z-index: 2;
}

.file-trigger__empty svg{
    margin: auto;
    display: inline-block;
}

.file-meta{
  display: none;
  display: grid; 
  grid-template-columns: 56px 1fr auto; 
  align-items: center; 
  gap: 12px; 
}

.file-preview {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
	position: relative;
	cursor:pointer;
}

.file-preview__box{
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	border-radius: 100%;
    width: 56px;
    height: 56px;	
}
.file-preview .file-trigger__empty{
    line-height: 20px;
}

.file-meta{
  display: none;
  grid-template-columns: 56px 1fr auto; 
  align-items: center; 
  gap: 12px; 
}

.file-field[data-has-file="1"] .file-trigger-btn{
  display: none!important;
}
.file-field[data-has-file="1"] .file-meta{
  display: flex;
}

.file-trigger-btn{
    display: flex;
    gap: 8px;
    align-items: center;
	cursor:pointer;
}
.file-preview-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.file-clear{
	cursor:pointer;

}
.file-clear:hover{
	opacity:0.7;
}
.file-clear svg{
	display:block;
}
.revs-form .contact-actions .btn{
      height: 56px;
}
.modal_rate_row{
	display:flex;
	gap:20px;
	justify-content: space-between;
	    margin-bottom: 15px;
}

.rating_box{
  display: flex;
  align-items: center;
  gap:11px;
    overflow: hidden;
    flex-shrink: 0;
}

.rating_box > span{
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
	height: 14px;  
  text-align: center;
  color: #db8310;
  white-space:nowrap;
      padding-top: 3px;
}

.stars_box{display:flex;gap:6px}
.star-btn{display:block;background:transparent;border:0;padding:0;line-height:0;cursor:pointer;color:#DB8310}
.star-ico path{fill:none;transition:fill .15s ease}
.star-btn.is-filled .star-ico path{fill:currentColor}
.star-btn.is-hover .star-ico path{fill:rgba(219,131,16,.35)}
.star-btn:focus-visible{outline:2px solid rgba(219,131,16,.5);outline-offset:2px;border-radius:4px}

.loader_box{
  display:none;
}
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1480FF;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}

.slots-page .blog_list {
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  justify-items: start;
}

.slot__item-badges {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(16, 46, 101, 0.1);
  padding-bottom: 12px;
}

.slot__item-rtp {
  min-width: 110px;
  background: #61f400;
  color: #102e65;
  border: 2px solid #61f400;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  font-family: sans-serif;
  font-family: var(--second-family);
}

.slot__item-views {
  color: #485877;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  font-weight: 700;
  font-family: var(--second-family);
}

.slot__item-views img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.slot__item-provider {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #6b7280;
  margin-bottom: 8px;
  text-transform: lowercase;
}

.slot__item-excerpt {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 23px;
  margin-top: 10px;
}

.slot__item-button {
  width: 100%;
  margin-top: auto;
  display: block;
  height: 52px !important;
}

.slot__item-button span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.slot__item .blog__item-content {
  padding: 0px 16px 0px;
  flex-grow: 1;
}

.slot__item .blog__item-image {
  margin-bottom: 12px;
}

.slot__item .blog__item-title {
  margin-bottom: 2px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
}

.slots-slider .reviews-slider__item {
  height: 100%;
  display: flex;
  display: flex;
  padding: 0;
  background: none;
  border: unset;
  box-shadow: unset;
}

.slots-slider .swiper-slide {
  height: auto;
  width: 310px !important;
}

.slots-slider .slot__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.slots-slider__next,.slots-slider__prev{
  cursor:pointer;
}

.slots-slider .blog__item.slot__item{
  width: 100%;
}

@keyframes l3 {to{transform: rotate(1turn)}}

.is-submitting{
  position: relative;
}
.is-submitting .loader_box{
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,0.1);
  border-radius:16px;
  z-index: 10;
}

.full_star{
  display: flex;
  justify-content: center;
  align-items: center;
}

.full_star .star-btn,.full_star .star-btn svg{
  width:12px;
  height:24px;
  display: inline-block;
}

    .letters-ancors{
        box-sizing: border-box;
        margin-left: 12px;
        margin-right: 12px;
        word-wrap: break-word;
        width: calc(100% - 24px);
        display: flex;
        gap: 16px;
        margin-bottom:36px;
    }
    .glossary-letters,.glossary-letters__list{
        width: 100%;
        display:flex;
        flex-wrap:wrap;
    }
    .glossary-letters__list{
        gap:16px;
    }
    .glossary-letters__item{
        display:flex;
        align-items:center;
    }
    .glossary-letters__item a{
        font-family: var(--second-family);
        font-weight: 600;
        font-size: 30px;
        color: var(--text-primary);
    }
    .glossary-letters__item a:hover {
        color: #0275fc;
    }  
    .letters-list{
        box-sizing: border-box;
        margin-left: 12px;
        margin-right: 12px;
        word-wrap: break-word;
        width: calc(100% - 24px); 
        display: flex;
        flex-direction: column;        
    }
    .glossary-header.bg_header_box_top {
        margin-bottom: 0;
    }      

    .glossary-section{
        display:grid;
        grid-template-columns: 100px 1fr ;
        padding: 35px 0;
        border-bottom: solid 1px var(--borders-main-border);
    }
    .glossary-section:last-child{
        border-bottom:0;
    }
    .glossary-section__title{
        font-size: 78px;
        line-height:100%;
        width:100%;
    }
    .glossary-section__item{
        display:flex;
        flex-direction:column;
        gap:6px;
    }
    .glossary-section__item span{
        font-family: var(--second-family);
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        color: var(--text-secondary);
    }
    .glossary-section__term {
        font-family: var(--second-family);
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -0.02em;
        color: var(--text-primary);
    }
    .glossary-section__term:hover {
        color: #0275fc;
    } 
    .glossary-section__list{
        display:flex;
        flex-direction:column;
        padding-top: 10px;
        gap:32px;
    }
    .glossary-page [hidden] { display: none !important; }

    .search_row .contact-input{
        background: #fff;
        color: var(--text-secondary);
        border: solid 1px var(--borders-main-border);
    }

.casino_region_list{
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  gap:16px;
  margin-top:10px;
}

.casino_region_list_item{
    font-family: var(--second-family);
    font-size: 11px;
    color: var(--text-light-secondary);
}

.casino_region_list_item:hover{
    opacity:0.5;
}

@media (max-width: 640px) {
  .modal_cols {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-template-areas:
      "name"
      "job"
      "message";
  }
  .modal_cols > .contact-field:nth-child(3) { display: block; }
  .modal_cols .contact-textarea { min-height: 100px; }
}


@media all and (max-width: 1320px) {
  .menu-item {
    font-size: 15px;
  }

  .footer_nav {
    gap: 24px;
  }

  .footer_right {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 1200px) {
  .section {
    padding-top: 62px;
    padding-bottom: 72px;
  }

  .slick {
    height: 72px;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
  }

  .logo img {
    width: 108px;
    height: 56px;
  }
  footer .logo img{
    width: 131px;
    height: auto;
  }
  .off-container__background {
    width: calc(100% - 8px);
  }

  .main-nav {
    display: none;
  }

  .slick-right {
    display: none;
  }

  .notfull {
    width: 100%;
  }

  .main-screen {
    border-radius: 0;
  }

  .main-screen_bg picture {
    align-items: flex-start;
  }

  .main-screen_bg img {
    width: 100%;
    height: auto;
    -o-object-position: center top;
    object-position: center top;
  }

  .main-screen_bg {
    border-radius: 0;
  }

  .main_screen__bottom-plaha {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: linear-gradient(180deg, rgba(0, 37, 80, 0.4) 0%, rgba(9, 13, 15, 0.8) 100%);
    padding: 0 24px;
  }

  .main_screen__bottom_item {
    padding: 0 16px;
    font-size: 11px;
    justify-content: center;
  }

  .main-screen__title {
    font-size: 88px;
  }

  .main-screen__descr {
    max-width: 70%;
  }

  .section-title {
    font-size: 58px;
    line-height: 110%;
  }

  .top-rated__box {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .top-list__item:before {
    display: none;
  }

  .top-list__item {
    padding: 8px;
    overflow: visible;
  }

  .top-list__item-left:before {
    background: var(--casino-color);
    width: 100%;
    border-radius: 12px;
  }

  .top-list__item-left:after {
    display: none;
  }

  .top-list__item-left {
    padding: 16px;
    min-height: unset;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }

  .top-list__name-holder {
    order: 1;
    margin-right: 16px;
  }

  .top-list__item-right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 8px 16px;
  }

  .top-list__item-ctrl .btn {
    flex-grow: 1;
    height: 44px;
  }

  .top-list__item-ctrl {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px #c8d0db;
  }

  .top-list__logo {
    order: 2;
    margin-right: 0px;
  }

  .top-list__item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .top-list__item-deposit span {
    font-size: 14px;
    line-height: 132%;
  }

  .top-list__item-deposit p {
    font-size: 24px;
    line-height: 124%;
  }

  .top-list__item-deposit {
    margin-left: 0;
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.12);
    padding-top: 16px;
    margin-top: 16px;
    order: 3;
  }

  .top-list__item-deposit-snoska {
    color: var(--text-light-primary);
  }

  .top-list__item-payments {
    width: 100%;
  }

  .top-list__item-payments-logos {
    width: 100%;
  }

  .top-list__item-payments-logo {
    flex-grow: 1;
  }

  .top-list__item-payments-title {
    font-size: 14px;
    line-height: 132%;
    margin-bottom: 8px;
  }

  .open_top_modal,
  .close_top_modal {
    height: 100%;
    margin-left: 0;
    background: #e6e9ed;
    border-radius: 12px;
    padding: 5px 12px;
    width: 112px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--text-secondary);
  }

  .open_top {
    display: none;
  }

  .top-list__item-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .top-list__item-drop {
    display: none;
  }

  .top-list__item-drop.open .top-list__item-drop-inner {
    max-width: 750px;
  }

  .top-list__item-drop.open {
    background: rgba(0, 0, 0, 0.8);
  }

  .top-list__item-drop-inner {
    max-width: 0;
    grid-template-columns: 1fr 1fr;
  }

  .top-list__item-gall-box {
    overflow: visible;
    max-width: 100%;
    min-width: 0;
  }

  .top-list__item-gall-box .top-list__golink {
    display: none;
  }

  .top-mobile_ctrl {
    display: flex;
    gap: 12px;
    align-items: center;
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--background-secondary);
    padding: 5px 20px;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 5;
    height: 54px;
    max-width: 750px;
    margin: 0 auto;
  }

  .top-mobile_ctrl .btn {
    flex-grow: 1;
  }

  .calculator-box {
    display: flex;
    flex-direction: column;
    background: var(--background-secondary);
    gap: 8px;
  }

  .calculator-box__left {
    padding: 16px 8px 16px;
  }

  .calculator-box__left .calculator-box__title {
    display: none;
  }

  .calculator-box__fields {
    margin-top: 0;
  }

  .calculator-box__title br {
    display: block;
  }

  .calculator-box__title {
    font-size: 22px;
  }

  .calc_dropdown-toggle {
    min-height: 44px;
    padding: 4px;
  }

  .calc_dropdown-arrow {
    margin-right: 8px;
  }

  .calc_dropdown-icon {
    width: 64px;
    height: 36px;
  }

  .deposit-select__item {
    width: 100%;
  }

  .form-field__deposit .form-field_withsymbol {
    width: 100%;
    height: 44px;
  }

  .calculator-box__right .btn {
    height: 44px;
  }

  .calculator-box__right {
    padding: 16px;
  }

  .deposite-sides {
    margin: 8px 0 12px;
  }

  .deposite-side {
    height: 96px;
  }

  .deposite-side__title {
    font-size: 14px;
  }

  .deposite-side__money {
    font-size: 30px;
    margin-top: 12px;
  }

  .howwe-section {
    border-radius: 0;
  }

  .howwe-box {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 12px;
  }

  .howwe-box__row {
    gap: 12px;
  }

  .row--top {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .row--bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .howwe-box__item {
    padding: 28px 20px;
  }

  .howwe-box__icon {
    width: 74px;
    height: 74px;
  }

  .howwe-box__title {
    font-size: 30px;
    line-height: 132%;
    letter-spacing: 0.02em;
    margin-top: 30px;
  }

  .top-games__box {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .bad-list__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .methods-list {
    padding: 20px 0;
    gap: 20px;
  }

  .methods-list__item {
    padding: 20px 0;
  }

  .methods-list__item-top {
    padding: 0 20px;
    padding-bottom: 16px;
  }

  .methods-list__item-image {
    width: 64px;
    height: 64px;
  }

  .methods-list__title {
    font-size: 30px;
    line-height: 132%;
    letter-spacing: 0.02em;
  }

  .methods-list__item-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .methods-list__day-left {
    font-size: 14px;
  }

  .methods-list__day-right {
    font-size: 14px;
  }

  .revs-section {
    border-radius: 0;
  }

  .blog_list {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .blog__item:last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc((100% - 12px) / 2);
  }

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

  .resp_box-right {
    padding: 24px 24px;
  }

  .resp_box-left {
    padding: 0;
  }

  .footer {
    padding: 32px 0 32px;
    border-radius: 0px;
  }

  .footer_left {
    max-width: 290px;
  }

  .footer-text {
    font-size: 14px;
    line-height: 172%;
  }

  .footer-text.small-text {
    font-size: 10px;
    line-height: 132%;
  }

  .footer_nav a {
    font-size: 16px;
    padding: 2px;
  }

  .footer_nav {
    width: 100%;
    gap: 18px;
  }

  .footer_nav ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer_right {
    margin-right: 0px;
  }

  .burger {
    display: inline-block;
  }

  .onpage-nav__list {
    grid-template-columns: repeat(4, 1fr);
  }

  .onpage-nav__item {
    font-size: 16px;
  }

  .type1 {
    padding: 30px;
  }

  .steps-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 13px;
  }

  .steps-box__item {
    container-type: inline-size;
    height: auto;
    min-height: 140px;
    padding: 20px;
  }

  .steps-box__item:before,
  .steps-box__item:after {
    left: 50%;
    transform: translate(-50%, 0);
    --is-border-width: 50cqw;
  }

  .steps-box__item:before {
    left: 50%;
    top: 0;
    border-left-width: var(--is-border-width);
    border-right-width: var(--is-border-width);
    border-bottom: 0;
    border-top: 10px solid var(--text-light-primary);
    border-bottom-width: 0;
    border-left-color: transparent;
  }

  .steps-box__item:after {
    left: 50%;
    top: 100%;
    border-left-width: var(--is-border-width);
    border-right-width: var(--is-border-width);
    border-bottom-width: 0;
    border-top-width: 0;
    border-bottom: 0;
    border-top: 10px solid var(--background-secondary);
    border-left-color: transparent;
  }

  .steps-box__text {
    max-width: calc(100% - 115px);
  }

  .steps-box__num {
    font-size: 100px;
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 1;
    max-width: calc(100% - 115px);
  }

  .type4-section {
    margin-top: 60px;
  }

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

  .popbon-section {
    margin-top: 0px;
  }

  .bycat-item__bottom-row.bycat-item__bottom-row--logos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bycat-item__bottom-row {
    grid-template-columns: 1fr 1fr;
  }

  .bycat-item__bottom-box.bycat-item__bottom-box--double {
    grid-template-columns: 1fr;
  }

  .wind-list {
    gap: 20px;
  }

  .wind-list .methods-list__actual-item {
    height: 58px;
  }

  .type5__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .offer-box {
    padding: 24px;
  }
}

@media (max-width: 1200px) {
  .about-expert {
    gap: 22px;
    padding: 22px;
  }

  .rs-grid {
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width:1200px) {
  .steps-box--col-5 {
    grid-template-columns: repeat(3,1fr);
  }  
  .steps-box--col-6 {
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width: 1100px) {
  .expertise__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-box.steps-box--4-3 {
    grid-template-columns: repeat(6, 1fr);
  }

  .steps-box--4-3 .steps-box__item {
    grid-column: span 3;
  }

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

  .bc2-subtitle--right {
    text-align: left;
  }

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

  .sec-cert {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .sec-cert__logos {
    justify-content: flex-start;
  }

  .sec-points {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:1100px) {
  .casino-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .expert-hero__wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .expert-hero__aside {
    justify-self: start;
  }

  .expert-hero__lead {
    max-width: none;
  }

  .review-hero__wrap {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .review-hero__offer {
    justify-self: start;
    width: 100%;
  }

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

  .live-features {
    grid-template-columns: 1fr 1fr;
  }

  .live-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .wp-cards {
    grid-template-columns: 1fr;
  }

  .terms__grid {
    grid-template-columns: repeat(3,1fr);
  }

  .promo-double {
    grid-template-columns: 1fr;
  }

  .vip-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .mobilexp-wrap {
    grid-template-columns: 1fr;
  }

  .mobilexp-right {
    order: -1;
  }

  .support-wrap {
    grid-template-columns: 1fr;
  }

  .sup-methods {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:1024px) {
  .post-toc {
    position: static;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .post-layout {
    grid-template-columns: 1fr;
  }

  .post-toc {
    position: relative;
    top: 0;
    height: auto;
  }
}

@media (max-width: 992px) {
  .about-expert {
    grid-template-columns: 1fr;
  }

  .about-expert__grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .kf2-grid {
    grid-template-columns: 1fr;
  }
  .kf2-grid.kf2-grid-2{
    grid-template-columns: 1fr;
  }
  .expert-hero {
    margin-top: -75px;
    padding-top: 100px;
    padding-bottom: 36px;
  }

  .expert-hero__left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .expert-hero__name {
    font-size: 60px;
    text-align: center;
  }

  .expert-hero__lead {
    text-align: center;
  }

  .expert-hero__aside {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .expert-hero {
    margin-top: -75px;
    padding-top: 100px;
    padding-bottom: 36px;
  }

  .expert-hero__left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .expert-hero__name {
    font-size: 60px;
    text-align: center;
  }

  .expert-hero__lead {
    text-align: center;
  }

  .expert-hero__aside {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-expert-section .section-title {
    margin-bottom: 16px;
    font-size: 54px;
  }

  .about-expert__subtitle {
    font-size: 36px;
    text-align: center;
  }

  .about-expert__text {
    padding: 0;
  }

  .about-expert__text p {
    margin-bottom: 10px;
  }

  .about-expert__grid-title {
    font-size: 36px;
    text-align: center;
    margin: 16px 0 0px;
  }

  .about-expert__tile.card {
    min-height: 170px;
  }

  .expertise {
    padding-top: 0;
  }

  .expertise .section-title {
    font-size: 54px;
    margin-bottom: 16px;
  }

  .casino-recos .section-title {
    font-size: 54px;
  }

  .steps-box.steps-box--4-3 {
    display: flex;
    flex-direction: column;
  }

  .rating-system .section-title {
    font-size: 54px;
  }

  .rating-system .section-descr {
    margin-bottom: 16px;
  }

  .contact.section {
    padding: 36px 0px;
  }

  .contact .section-title {
    font-size: 54px;
  }

  .contact .section-descr {
    margin-bottom: 16px;
  }

  .rh-actions {
    display: flex;
    flex-direction: row;
  }

  .rh-title {
    font-size: 54px;
  }

  .review-hero {
    margin-top: -75px;
    padding-top: 100px;
  }

  .review-hero__offer {
    max-width: 100%;
  }

  .review-hero {
    margin-bottom: 36px;
  }

  .keyfacts .section-title {
    font-size: 54px;
    margin-bottom: 16px;
  }

  .kf2-card {
    padding: 16px;
  }

  .kf2-heading {
    font-size: 32px;
  }

  .bonus-calculator .section-title {
    font-size: 54px;
    margin-bottom: 16px;
  }

  .bc2-tip {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .bc2-intro {
    margin-bottom: 16px;
  }

  .bc2-col.bc2-col--left {
    padding: 8px;
  }

  .bc2-subtitle {
    font-size: 32px;
  }

  .bc2-col.bc2-col--right {
    padding: 16px;
  }

  .bonus-calculator {
    padding-bottom: 0;
  }

  .promos2 {
    padding: 36px 0;
  }

  .promos2 .section-title {
    margin-bottom: 16px;
  }

  .card-lite {
    padding: 12px;
  }

  .wp-card {
    padding: 10px;
  }

  .promo-intro__title {
    font-size: 32px;
  }

  .terms__title {
    font-size: 28px;
  }



  .pm-row.pm-row--head {
    padding: 10px;
  }

  .pm-row.pm-row--head > div {
    font-size: 14px;
  }



  .pm-method img {
    max-width: 46px;
  }

  .pm-row > div {
    font-size: 12px;
  }



  .security-lic .section-title {
    margin-bottom: 16px;
  }

  .sec-media img {
    width: 100%;
  }

  .secwrap {
    padding: 16px;
  }

  .sec-left {
    padding: 16px;
  }

  .sec-feature {
    min-height: auto;
  }

  .sec-media {
    width: 100%;
    max-width: 100%;
  }

  .sec-bottom {
    padding: 16px;
  }

  .sec-cert__logos img {
    width: calc(50% - 10px);
    max-height: 80px;
    margin: 0;
  }

  .sec-cert__logos {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .top_sec-lic {
    display: flex;
    flex-direction: column;
  }

  .sec-badge {
    margin-bottom: 20px;
  }

  .mobilexp-wrap {
    padding: 16px;
  }

  .mobilexp-icn {
    min-width: 42px;
  }

  .pagination__link,
  .pagination__dots {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .pagination__btn {
    width: 30px;
    height: 30px;
  }

  .blog__item-meta {
    font-style: 14px;
  }

  .single-hero__title {
    font-size: 54px;
  }

  .post-content .post-block {
    margin-bottom: 16px;
  }

  .post-title, .post-block h2 {
    font-size: 32px;
    padding-bottom: 10px;
  }

  .post-block h3,
  .post-block h4 {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .post-block ul li {
    gap: 5px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
  }

  .post-block ul li:before {
    min-width: 7px;
    width: 7px;
    height: 7px;
  }

  .post-content .post-block a {
    display: contents;
    width: auto;
    text-align: left;
  }
  .white_text .burger span{
    background:#fff;
  }
}

@media screen and (max-width: 960px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 960px) {
  .typical_content {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .bycat-item {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .bycat-item__top {
    padding: 0;
  }

  .wind-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:840px) {
  .steps-box--col-5 {
    grid-template-columns: repeat(2,1fr);
  }    
  .steps-box--col-6 {
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (max-width: 780px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  .rs-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media all and (max-width: 767px) {
       .glossary-letters__list{
            gap:12px;
        }        
        .letters-ancors{
            gap: 12px;
        }        
        .glossary-letters__item a{
            font-size: 24px;
        }
        .glossary-section__title{
            font-size: 60px;
        } 
        .glossary-section__list{
            gap:24px;
        }  
        .search_row{
            width: 100%;
            margin-bottom:7px;
        }    
        .glossary-section{
            grid-template-columns: 1fr;
        }    
  .top-list__item-payments-logos{
    flex-wrap: wrap;
  }
  .modal_rate_row{
      flex-direction: column;
      gap: 15px;
  }

  .revs-form .contact-actions{     
    flex-direction: column;
    align-items: flex-start;
    gap:20px;
  }
  .revs-form .contact-actions .btn{
        width:100%;
  }
  .modal_body {
    padding:20px;
  }
  .rh-actions .more_button--grey, .rh-actions .btn span {
      height: 64px;
      width: 100%;
      max-width: unset;
  }  
  .section {
    padding-top: 62px;
    padding-bottom: 72px;
  }

  .off-container__background.site-header--main-page {
    background-image: url("../img/main_h_mob.jpg");
  }

  .site-header + .section {
            padding-top: 96px;
  }

  .main-screen {
    height: auto;
    background: linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
    /* background: url('../img/h1_mob.webp'), linear-gradient(180deg, #001f5a 0%, #090d0f 100%);
     background-repeat: no-repeat;
     background-position: 50% 0;
     background-size:auto;*/
  }

  .main_screen__bottom-plaha {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: auto;
    row-gap: 32px;
    margin: 45px auto;
    background: none;
  }

  .main_screen__bottom_item {
    flex-direction: column;
    text-align: center;
    border-right: 0;
    padding: 0 36px;
    line-height: 134%;
  }

  .main_screen__bottom_item img {
    width: 20px;
    height: 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .main_screen__bottom_item:first-child {
    padding-left: 36px;
  }

  .main_screen__bottom_item:last-child {
    padding-right: 36px;
  }

  .main-screen__content {
    margin-top: 115px;
  }

  .main-screen__content .btn {
    width: 100%;
    max-width: 353px;
    margin-top: 68px;
  }

  .main-screen__title {
    font-size: 64px;
    line-height: 100%;
  }

  .main-screen__descr {
    max-width: 335px;
  }

  .section-title {
    font-size: 54px;
    line-height: 100%;
  }

  .top-rated__box {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 24px;
    gap: 16px;
  }

  .top-rated__item {
    order: 2;
  }

  .top-rated_item-body {
    padding: 20px 20px 0;
  }

  .top-rated__last {
    order: 1;
  }

  .more_button {
    width: 100%;
    max-width: 353px;
  }

  .top-section,
  .bad-list {
    border-radius: 0;
  }

  .top-tabs__box {
    padding: 0 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .top-list {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .top-list__item-drop.open .top-list__item-drop-inner {
    max-width: 100%;
  }

  .top-list__item-drop.open {
    background: var(--text-light-primary);
  }

  .top-list__item-drop-inner {
    grid-template-columns: 1fr;
    max-width: unset;
  }

  .top-mobile_ctrl {
    max-width: 100%;
  }

  .row--top {
    grid-template-columns: 1fr;
  }

  .row--bottom {
    grid-template-columns: 1fr;
  }

  .howwe-box__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .howwe-box__item.open .howwe-box__descr {
    max-height: 300px;
    opacity: 1;
    padding-top: 16px;
  }

  .howwe-box__item.open .open_mobile_spoiler {
    transform: rotate(-180deg);
  }

  .howwe-box__item.open .open_mobile_spoiler svg * {
    stroke: #61F400;
  }

  .howwe-box__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 0;
    margin-right: 16px;
  }

  .howwe-box__icon img,
  .howwe-box__icon svg {
    width: 32px;
    height: 32px;
  }

  .howwe-box__title {
    margin-top: 0;
  }

  .howwe-box__item-top {
    flex-direction: row;
    align-items: center;
  }

  .open_mobile_spoiler {
    display: flex;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 0;
    transition: transform var(--time) ease;
  }

  .howwe-box__descr {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transition: all var(--time) ease;
    padding-top: 0;
  }

  .top-games__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    margin-top: 24px;
  }

  .bad-list__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .methods-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 24px;
  }

  .methods-list__item.open .open_mobile_spoiler {
    transform: rotate(-180deg);
  }

  .methods-list__item.open .methods-list__item-bottom {
    padding: 16px 20px 0px;
    max-height: 250px;
    opacity: 1;
  }

  .methods-list__item.open .methods-list__item-top {
    padding-bottom: 16px;
  }

  .methods-list__item-top {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .methods-list__item-top svg * {
    stroke: #1480FF;
  }

  .methods-list__item-bottom {
    padding: 0 20px 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    border-top: solid 1px #c8d0db;
    transition: all var(--time) ease;
  }

  .methods-list__day {
    padding: 12px;
  }

  .reviews-slider {
    padding-left: 20px;
  }

  .reviews-slider__item {
    padding: 20px;
  }

  .revs-slider__nav {
    grid-column: 1;
  }

  .revs-slider__bottom-ctrl {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .leave_revs {
    grid-column: 1;
    margin: 40px auto 0;
    max-width: 353px;
    width: 100%;
  }

  .faq-item.open .faq-item__button {
    background: none;
  }

  .faq-item {
    grid-template-columns: 1fr;
    padding: 8px 20px 8px 20px;
  }

  .faq-item__quest {
    font-size: 22px;
    line-height: 126%;
    padding: 8px 56px 8px 0;
    min-height: 70px;
  }

  .faq-item__button {
    font-size: 22px;
    line-height: 126%;
    padding: 8px 0;
    width: 56px;
    height: 56px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 15px;
  }

  .blog_list {
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
  }

  .blog__item:last-child {
    grid-column: 1;
    justify-self: center;
    width: 100%;
  }

  .resp_box-right {
    width: calc(100% + 40px);
    margin-left: -20px;
    border-radius: 0;
  }

  .resp_butt {
    font-size: 18px;
    line-height: 100%;
    height: 44px;
  }

  .resp_box-right-title {
    font-size: 30px;
  }

  .resp_box-right-list li {
    font-size: 18px;
    line-height: 100%;
  }

  .resp_box-right-list {
    margin: 12px 0 24px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright__row {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    margin-top: 20px;
  }

  .footer_left {
    order: 1;
    max-width: 100%;
  }

  .footer_row {
    flex-wrap: wrap;
  }

  .socials_row {
    width: 100%;
    gap: 14px;
  }

  .socials_item {
    flex-grow: 1;
    width: auto;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
  }

  .footer_nav a {
    font-size: 15px;
  }

  .to-top {
    order: 2;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
  }

  .footer_right {
    order: 3;
    margin-left: 0;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px rgba(222, 226, 233, 0.2);
  }

  .onpage-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .typical_content {
    margin-top: 24px;
  }

  .type1 {
    padding: 20px;
  }

  .type1__left {
    padding: 20px;
  }

  .type1__title {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .type2__right {
    padding: 20px;
  }

  .type2__right .type1__title {
    margin-bottom: 20px;
  }

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

  .proscons-section {
    border-radius: 0;
  }

  .type3__left,
  .type3__right {
    padding: 20px;
  }

  .type3__left {
    background: rgba(255, 255, 255, 0.08) url("../img/green_chips.svg") 100% 0 no-repeat;
    background-size: 100px;
  }

  .type3__right {
    background: rgba(255, 255, 255, 0.08) url("../img/red_chips.svg") 100% 0 no-repeat;
    background-size: 100px;
  }

  .type3__title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .getstart-section .btn {
    margin-top: 24px;
    height: 56px;
  }

  .getstart-section {
    border-radius: 0;
    background: url("../img/bg3_mob.webp") 50% 50% no-repeat;
    background-size: cover;
  }

  .type4-section {
    margin-top: 0;
  }

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

  .type4__item {
    padding: 20px;
  }

  .popbon-section {
    border-radius: 0;
    background-size: 150% 150%;
    background-position: right;
  }

  .type4__dark .type4__item {
    padding: 20px 20px 8px;
    min-height: unset;
  }

  .bycat-item__bottom-row.bycat-item__bottom-row--logos {
    grid-template-columns: 1fr 1fr;
  }

  .bycat-item__bottom-row {
    grid-template-columns: 1fr;
  }

  .bycat-item__bottom-title {
    font-size: 20px;
  }

  .bycat-item__logos {
    height: 60px;
  }

  .wind-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .wind-list .methods-list__actual-item {
    height: 44px;
  }

  .methods-list__item-bottom-text {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transition: all var(--time) ease;
  }

  .type5-section .section-bottom .btn {
    height: 56px;
  }

  .type5__row {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .type5__item img {
    margin-bottom: 0px;
  }

  .type5__item {
    flex-direction: row;
    align-items: center;
  }

  .compare-section .section-bottom .btn,
  .compare-section .section-bottom .more_button {
    height: 56px;
    width: calc(50% - 10px);
  }

  .compare-table td,
  .compare-table th {
    padding: 4px 12px;
  }

  .compare-table td {
    font-size: 12px;
    line-height: 120%;
  }

  .compare-table th {
    font-size: 18px;
    padding: 10px 12px 6px;
  }

  .compare-table {
    margin-top: 24px;
  }

  .compare-double .type3__left,
  .compare-double .type3__right {
    padding: 20px 20px 12px;
  }

  .compare-double__list li:before {
    width: 24px;
    height: 24px;
    left: 10px;
    top: calc(50% - 12px);
  }

  .compare-double__list li {
    padding: 10px 14px 10px 42px;
    font-size: 14px;
  }

  .compare-double__list {
    width: calc(100% + 16px);
    margin-left: -8px;
  }

  .section-bottom__decription {
    font-size: 14px;
    margin-top: 24px;
  }

  .section-bottom__decription + .section-bottom {
    margin-top: 16px;
  }

  .respons-section .editable-content p {
    font-size: 15px;
  }

  .respons__body li:before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    font-size: 16px;
  }

  .respons__body li {
    font-size: 15px;
    padding: 10px 14px 10px 8px;
  }

  .respons__body {
    width: calc(100% + 16px);
    margin-left: -8px;
  }

  .type6 {
    margin-top: 20px;
  }

  .type6__left .type1__title {
    order: 2;
  }

  .type6__left {
    padding: 8px;
  }

  .type6__text {
    order: 3;
    font-size: 14px;
    margin-bottom: 0px;
  }

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

  .type6__right-item {
    min-height: 143px;
  }

  .type6__right-title {
    font-size: 24px;
  }

  .offer-box {
    padding: 20px;
    margin-top: 24px;
    background: url("../img/bg6_mob.webp") 50% 50% no-repeat;
    background-size: cover;
  }

  .offer-box__bottom a {
    height: 56px;
    width: calc(50% - 10px);
  }

  .offer-box__bottom {
    margin-top: 24px;
  }

  .offer-box__title {
    font-size: 24px;
  }

  .offer-box__main {
    font-size: 36px;
  }

  .offer-box__list {
    -moz-column-count: 1;
    column-count: 1;
    margin-bottom: 12px;
    margin-top: 20px;
  }
}

@media all and (max-width: 767px) and (max-width: 767px) {
  .type6__left img {
    order: 1;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .about-expert {
    padding: 16px;
    gap: 16px;
  }

  .about-expert__grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 8px;
  }

  .card {
    padding: 16px;
    border-radius: 14px;
  }

  .about-expert__text {
    padding: 14px;
    border-radius: 12px;
  }

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

  .expertise-card {
    padding: 18px;
    border-radius: 18px;
  }

  .expertise-card__title {
    font-size: 24px;
  }

  .expertise-check__text {
    font-size: 15px;
  }

  .steps-box.steps-box--4-3 {
    grid-template-columns: 1fr;
  }

  .steps-box--4-3 .steps-box__item {
    grid-column: auto;
  }

  .contact-card {
    border-radius: 18px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .kf2-card {
    border-radius: 16px;
  }

  .bc2 {
    border-radius: 16px;
  }

  .sec-features {
    grid-template-columns: 1fr;
  }

  .sec-points {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 54px;
  }
}

@media (max-width:640px) {
  .casino-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .casino-card {
    border-radius: 18px;
  }

  .casino-offer {
    font-size: 28px;
  }

  .rh-actions {
    flex-direction: column;
  }

  .rh-btn {
    width: 100%;
  }

  .games .section-title {
    font-size: 54px;
  }

  .games-grid,
  .live-features,
  .live-tabs {
    grid-template-columns: 1fr;
  }

  .promos2 .section-title {
    font-size: 54px;
  }

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

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

  .payments-section .section-title {
    font-size: 54px;
  }

  .mobilexp .section-title {
    font-size: 54px;
  }

  .mobilexp-sub {
    font-size: 26px;
  }

  .mobilexp-sub2 {
    font-size: 22px;
  }

  .support .section-title {
    font-size: 54px;
  }

  .sup-methods {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 560px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 560px) {
  .rs-wrap {
    padding: 18px;
  }

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

@media (max-width:520px) {
  .steps-box--col-5 {
    grid-template-columns: 1fr;
  }    
  .steps-box--col-6 {
    grid-template-columns: 1fr;
  }
}

@media (hover: hover) {
  .menu-item:hover {
    color: #137FFD;
  }

  .menu-item:hover.has-child:after {
    background-color: #137FFD;
  }

  .menu-item-li:hover .menu-item.has-child + .sub-menu {
    padding: 20px;
    opacity: 1;
    max-height: 350px;
  }
}

@media all and (min-height: 900px) {
  .top-list__item-drop.open .top-list__item-drop-inner {
    margin: 20px auto 0;
  }
}