.main-header_logo__BaWrz {
    margin-right: auto;
  }
  .main-header_logo__BaWrz img {
    max-height: 60px;
  }
  .main-header_header__T4P4x {
    background: #191a1db2;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .main-header_header__T4P4x:after {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-bottom: 1px solid #5d5f69;
    background: radial-gradient(70.31% 70.31% at 50% 39.84%,#014736 0,#011d14);
  }
  @media (max-width: 700px) {
    .main-header_logo__BaWrz {
      max-width: 125px;
    }
    .main-header_header__T4P4x {
      padding: 10px 0;
    }
  }
  .custom-link_custom-link__aJYMJ {
    background: #3d404c;
    margin: 10px;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    border-radius: 30px;
  }
  .custom-link_custom-link__aJYMJ1 {
    background-image: linear-gradient(99.1deg, #faf1bd 6.07%, #dfc687 21.58%, #cca660 34.35%, #c09347 45.29%, #bc8c3f 51.68%, #c09347 58.97%, #cca660 70.83%, #dfc687 85.42%, #f1e3ab 97.28%);
    padding: 15px 40px;
    min-width: 100px;
    font-size: 16px;
    color: #303030;
    font-weight: 700;
    transition: all 0.3s linear;
    border-radius: 32px;
    text-decoration: none;
  }
  .custom-link_custom-link__aJYMJ2 {
    background-image: linear-gradient(99.1deg, #faf1bd 6.07%, #dfc687 21.58%, #cca660 34.35%, #c09347 45.29%, #bc8c3f 51.68%, #c09347 58.97%, #cca660 70.83%, #dfc687 85.42%, #f1e3ab 97.28%);
    padding: 15px 40px;
    min-width: 100px;
    font-size: 16px;
    color: #303030;
    font-weight: 700;
    transition: all 0.3s linear;
    border-radius: 32px;
    text-decoration: none;
  }
  @media (max-width: 768px) {
    .custom-link_custom-link__aJYMJ1,
    .custom-link_custom-link__aJYMJ2 {
        padding: 12px 25px;
        font-size: 14px;
        min-width: auto;
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}

/* Для дуже малих екранів */
@media (max-width: 480px) {
    .custom-link_custom-link__aJYMJ1,
    .custom-link_custom-link__aJYMJ2 {
        padding: 7px 15px;
        font-size: 13px;
        max-width: 30%;
    }
}
  .custom-link_custom-link__aJYMJ.custom-link_long__dOXKI {
    min-width: 100%;
    margin: 20px 0 0;
    background: linear-gradient(99.1deg,#faf1bd 6.07%,#dfc687 21.58%,#cca660 34.35%,#c09347 45.29%,#bc8c3f 51.68%,#c09347 58.97%,#cca660 70.83%,#dfc687 85.42%,#f1e3ab 97.28%);
    margin-bottom: 20px;
  }
  .custom-link_custom-link__aJYMJ:hover {
    background: #F4A415;
  }
  .custom-link_custom-link__aJYMJ.custom-link_show-more-games__TyWDi {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    margin: 16px 0 0;
    background: #3e3e3e;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    line-height: 21px;
  }
  .custom-link_custom-link__aJYMJ.custom-link_show-more-games__TyWDi:hover {
    background: #f6df59;
    color: #191a1d;
  }
  @media (max-width: 700px) {
    .custom-link_custom-link__aJYMJ {
      margin: 0 0 0 10px;
      padding: 10px;
      min-width: 80px;
    }
    .custom-link_custom-link__aJYMJ.custom-link_long__dOXKI {
      min-width: 100%;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 380px) {
    .custom-link_custom-link__aJYMJ {
      margin: 0 0 0 10px;
      padding: 10px 5px;
    }
  }
  /* =============== ОСНОВНІ СТИЛІ =============== */

/* Основний контейнер */
.wrapper_wrapper__yufAC {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

/* Заголовок блоку */
.block_title {
  margin-bottom: 5px;
}

/* Flex контейнер */
.wrapper_wrapper__yufAC.wrapper_flex__1v4mZ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

/* Розтягування елементів */
.wrapper_wrapper__yufAC.wrapper_stratch__YBAAl {
  align-items: stretch;
}

/* Зображення зліва */
.wrapper_wrapper__yufAC.wrapper_image-left__wTGC_ {
  flex-direction: row-reverse;
}

/* Відступ зверху для футера */
.wrapper_wrapper__yufAC.wrapper_footer-top__pyLKN {
  padding-top: 30px;
}

/* =============== HEADER =============== */

.main-header_header__T4P4x {
  padding: 15px 0;
  background: #fff;
}

.main-header_logo__BaWrz img {
  max-width: 180px;
  height: auto;
}

/* =============== КНОПКИ =============== */

.custom-link_custom-link__aJYMJ1,
.custom-link_custom-link__aJYMJ2 {
  background-image: linear-gradient(99.1deg, #faf1bd 6.07%, #dfc687 21.58%, #cca660 34.35%, #c09347 45.29%, #bc8c3f 51.68%, #c09347 58.97%, #cca660 70.83%, #dfc687 85.42%, #f1e3ab 97.28%);
  padding: 15px 40px;
  min-width: 100px;
  font-size: 16px;
  color: #303030;
  font-weight: 700;
  transition: all 0.3s linear;
  border-radius: 32px;
  text-decoration: none;
  display: inline-block;
}

.custom-link_custom-link__aJYMJ1:hover,
.custom-link_custom-link__aJYMJ2:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* =============== БАНЕРИ =============== */

.wrapper_wrapper__yufAC.banners {
  margin: 10px auto;
}

.wrapper_wrapper__yufAC.banners img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

/* Мобільна версія для банера */
@media (max-width: 768px) {
  .wrapper_wrapper__yufAC.banners img {
      width: 100%;
      height: auto;
      border-radius: 4px;
      display: block;
      content: url(banner-mob.jpg);
  }
}

/* Для малих екранів */
@media (max-width: 480px) {
  .wrapper_wrapper__yufAC.banners img {
      border-radius: 0;
  }
}
/* =============== АДАПТАЦІЯ ДЛЯ ПЛАНШЕТІВ =============== */

@media (max-width: 1000px) {
  .wrapper_wrapper__yufAC.wrapper_footer-wrapper__knOfF {
      flex-direction: column;
  }
}

/* =============== АДАПТАЦІЯ ДЛЯ МОБІЛЬНИХ =============== */

@media (max-width: 768px) {
  /* Wrapper */
  .wrapper_wrapper__yufAC {
      padding: 0 20px;
      max-width: 100%;
  }
  
  /* Flex на мобільних */
  .wrapper_wrapper__yufAC.wrapper_flex__1v4mZ {
      flex-wrap: wrap;
  }
  
  .wrapper_wrapper__yufAC.wrapper_image-bottom__K0iiW {
      flex-direction: column;
  }
  
  /* Logo */
  .main-header_logo__BaWrz img {
      max-width: 130px;
  }
  
  /* Кнопки на мобільних */
  .custom-link_custom-link__aJYMJ1,
  .custom-link_custom-link__aJYMJ2 {
      padding: 12px 25px;
      font-size: 14px;
      min-width: auto;
  }
}

/* =============== АДАПТАЦІЯ ДЛЯ МАЛИХ ЕКРАНІВ =============== */

@media (max-width: 480px) {
  .custom-link_custom-link__aJYMJ1,
  .custom-link_custom-link__aJYMJ2 {
      padding: 10px 20px;
      font-size: 13px;
      flex: 1 1 calc(50% - 5px);
      text-align: center;
  }
  
  .main-header_logo__BaWrz {
      flex: 1 1 100%;
      text-align: center;
      margin-bottom: 10px;
  }
}
 
  .slot-item_btn__d7tAg {
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: var(--font-family);
  }
  .slot-item_slot-item___PP7F {
    text-decoration: none;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 5px 10px;
    position: relative;
    overflow: hidden;
    background: none;
    border: 1px solid #444;
    box-shadow: 0 0 30px 0 #000000b2;
    width: calc(20% - 10px);
  }
  .slot-item_slot-image__6MUGj {
    position: relative;
    border-radius: 5px;
    transition: 0.3s;
    width: 100%;
  }
  .slot-item_slot-image__6MUGj img {
    position: relative;
    border-radius: 5px;
    transition: 0.3s;
    width: 200px;
    height: 120px;
  }
  .slot-item_slot-item___PP7F .slot-item_overlay__mTuqk {
    transition: 0.3s;
    display: block;
    position: absolute;
    width: 100%;
    height: 105%;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    background: #000000b2;
  }
  .slot-item_slot-item___PP7F .slot-item_play-now__odJaJ {
    width: 90%;
    max-width: 140px;
    padding: 12px 16px;
    position: absolute;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #1da029;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
  }
  .slot-item_slot-title__ZmmBk {
    padding: 8px 10px 0;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 90%;
    color: #fff;
    margin-top: 3px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  @media (min-width: 1000px) {
    .slot-item_slot-item___PP7F:hover .slot-item_overlay__mTuqk,
    .slot-item_slot-item___PP7F:hover .slot-item_play-now__odJaJ {
      opacity: 1;
      visibility: visible;
    }
  }
  @media (max-width: 1000px) {
    .slot-item_slot-item___PP7F {
      width: calc(25% - 10px);
    }
    .slot-item_slot-item___PP7F:hover .slot-item_play-now__odJaJ {
      display: none;
    }
  }
  @media (max-width: 768px) {
    .slot-item_slot-item___PP7F {
      width: calc(33.333% - 10px);
    }
  }
  @media (max-width: 480px) {
    .slot-item_slot-item___PP7F {
      width: calc(50% - 6px);
      margin: 0 3px 6px;
    }
    .slot-item_slot-title__ZmmBk {
      font-size: 12px;
    }
    .slot-item_slot-image__6MUGj img {
      height: 90px;
    }
  }
  @media (max-width: 400px) {
    .slot-item_slot-title__ZmmBk {
      font-size: 11px;
    }
  }
  .slot-list_slots__ViSsE {
    display: flex;
    align-items: flex-start;
    margin: 0 -7px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .slot-list_section-slots__EpM8y {
    padding: 0 0 60px;
  }
  @media (max-width: 768px) {
    .slot-list_section-slots__EpM8y {
      padding-bottom: 30px;
    }
  }
  .block-title{
    margin: 0 14px 0 0;
  }
  .block-title_h1-title__RdP_d {
    margin: 0 0 15px;
  }
  .block-title_title__sA7Xc {
    font-size: 24px;
  }
  .block-title_title__sA7Xc img {
    margin: 0 14px 0 0;
  }
  .block-title_yellow__2EGSX {
    color: #ffc42d;
  }
  div + .block-title_yellow__2EGSX {
    margin: 15px 0 0;
  }
  @media (max-width: 768px) {
    .block-title {
      margin: 0 0 10px 0; /* прибираємо правий відступ, додаємо нижній */
      text-align: center;  /* за потреби центруємо текст */
      font-size: 18px;     /* можна трохи зменшити розмір */
    }
  }
  @media screen and (max-width: 768px) {
    .block-title_title__sA7Xc {
      font-size: 22px;
    }
    .block-title_h1-title__RdP_d {
      font-size: 24px;
    }
  }
  @media screen and (max-width: 600px) {
    .block-title_title__sA7Xc {
      font-size: 20px;
    }
  }
  .block-description_description__ckpMm {
    margin: 15px 0 20px;
    font-weight: 300;
    line-height: 20px;
  }
  @media screen and (max-width: 600px) {
    .block-description_description__ckpMm {
      font-size: 14px;
    }
  }
  .multitable_table-wrap__v5282 {
    overflow: hidden;
  }
  .multitable_table-wrap__v5282 p {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
  }
  .multitable_table-wrap__v5282 table td,
  .multitable_table-wrap__v5282 table th {
    border: 1px solid #444;
  }
  .multitable_multitable__UlEpb tr:first-child td {
    background: #1b1d25;
  }
  table.multitable_multitable__UlEpb td:first-child {
    background: #191a1d;
  }
  table.multitable_multitable__UlEpb td {
    background: #343434;
  }
  .multitable_multitable__UlEpb tr:first-child td:first-child {
    border-radius: 0;
    background: #191a1d;
  }
  .multitable_multitable__UlEpb tr:first-child td:last-child {
    border-radius: 0;
    background: #343434;
  }
  .multitable_multitable__UlEpb tr td:first-child {
    width: 20%;
  }
  .multitable_multitable__UlEpb tr:first-child td p,
  .multitable_multitable__UlEpb tr:first-child td:first-child p {
    color: #fff;
  }
  .multitable_multitable__UlEpb {
    border-radius: 0 0 16px 16px;
    display: none;
    border: 1px solid #444;
  }
  .multitable_multitable__UlEpb.multitable_show__aTm2_ {
    display: table;
  }
  .multitable_multitable-header__bh5tN {
    width: 100%;
    margin: 0;
    border-top: 2px solid #444;
    border-right: 2px solid #444;
    border-left: 2px solid #444;
    border-radius: 16px 16px 0 0;
    display: flex;
    padding: 10px;
    font-size: 16px;
    line-height: 135%;
    text-align: center;
    color: #fff;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #0c0c0c;
  }
  .multitable_multitable-header__bh5tN::-webkit-scrollbar {
    display: none;
  }
  .multitable_multitable-header__bh5tN li {
    padding: 10px;
    margin: 0;
    border-radius: 10px;
    background: #3e3e3e;
    cursor: pointer;
    white-space: nowrap;
  }
  .multitable_multitable-header__bh5tN li.multitable_active__uA3BX {
    background: #ffc42d;
    color: #191a1d;
  }
  .multitable_multitable-header__bh5tN li + li {
    margin-left: 20px;
  }
  @media screen and (max-width: 600px) {
    .multitable_multitable-header__bh5tN,
    .multitable_table-wrap__v5282 p {
      font-size: 14px;
    }
    .multitable_multitable-header__bh5tN li + li {
      margin-left: 10px;
    }
  }
  .mixed_main-section__eVOwE.mixed_black__YDs6P {
    background: #141414;
  }
  .mixed_main-section__eVOwE {
    position: relative;
  }
  .mixed_main-section__eVOwE + .mixed_main-section__eVOwE:before {
    content: "";
    position: absolute;
    top: 0;
    width: 1150px;
    height: 1px;
    background: #444;
    left: 50%;
    transform: translateX(-50%);
  }
  .mixed_main-section__eVOwE
    + .mixed_main-section__eVOwE.mixed_black__YDs6P:before,
  .mixed_main-section__eVOwE.mixed_black__YDs6P
    + .mixed_main-section__eVOwE:before {
    display: none;
  }
  .mixed_custom-wrap___Glxl {
    width: 100%;
    max-width: 1180px;
  }
  .mixed_custom-wrap___Glxl a {
    margin: 0;
  }
  .mixed_mixed-picture__t76u1 {
    max-width: 40%;
    margin: 0 0 0 60px;
  }
  .mixed_mixed-picture__t76u1.mixed_small__fH8H2 {
    max-width: 35%;
  }
  .mixed_mixed-img__JjT_Y {
    border-radius: 10px;
  }
  @media screen and (max-width: 1200px) {
    .mixed_main-section__eVOwE + .mixed_main-section__eVOwE:before {
      width: calc(100% - 30px);
    }
    .mixed_main-section__eVOwE
      + .mixed_main-section__eVOwE.mixed_black__YDs6P:before,
    .mixed_main-section__eVOwE.mixed_black__YDs6P
      + .mixed_main-section__eVOwE:before {
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .mixed_mixed-picture__t76u1,
    .mixed_mixed-picture__t76u1.mixed_small__fH8H2 {
      max-width: 100%;
      margin: 0 0 40px;
    }
  }
  .table_table-wrap__sbiUh p {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
  }
  .table_website__ILthp {
    text-decoration: none;
    font-size: 16px;
    color: #9e13cf;
  }
  .table_table-wrap__sbiUh table td,
  .table_table-wrap__sbiUh table td:first-child,
  .table_table-wrap__sbiUh table tr:first-child td {
    background: transparent;
    color: #fff;
  }
  .table_table-wrap__sbiUh table {
    border: 1px solid #141414;
  }
  .table_table-wrap__sbiUh table td,
  .table_table-wrap__sbiUh table th {
    border: 1px solid #333;
  }
  .table_table-wrap__sbiUh table tr:first-child td:first-child,
  .table_table-wrap__sbiUh table tr:first-child td:last-child {
    border-top: unset;
  }
  .table_table-wrap__sbiUh table td:first-child {
    border-left: unset;
    border-top: unset;
  }
  .table_table-wrap__sbiUh table td {
    border-right: unset;
    border-top: unset;
  }
  .table_table-wrap__sbiUh table tr:last-child td:first-child,
  .table_table-wrap__sbiUh table tr:last-child td:last-child {
    border-bottom: unset;
  }
  .table_table-wrap__sbiUh.table_isHeader__XeMMV table tr:first-child td {
    background: #0b0b0b;
  }
  @media screen and (max-width: 600px) {
    .table_table-wrap__sbiUh p {
      font-size: 14px;
    }
  }
  .pros-and-cons_custom-wrapper__oGl9c {
    display: flex;
    justify-content: space-between;
  }
  .pros-and-cons_cons__C2ARB,
  .pros-and-cons_pros__9bnlf {
    border: 1px solid #444;
    border-radius: 16px;
    width: calc(50% - 30px);
    overflow: hidden;
  }
  .pros-and-cons_pros-cons-title__rGzwO {
    background: #191a1d;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #444;
  }
  .pros-and-cons_pros-cons-inner__3wfo1 {
    padding: 20px;
    background: transparent;
    height: 100%;
    margin: 0;
  }
  .pros-and-cons_cons__C2ARB li,
  .pros-and-cons_pros__9bnlf li {
    padding-left: 0;
    display: flex;
    align-items: center;
  }
  .pros-and-cons_cons__C2ARB li svg,
  .pros-and-cons_pros__9bnlf li svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
  }
  .pros-and-cons_cons__C2ARB li p,
  .pros-and-cons_pros__9bnlf li p {
    flex: 1 1;
  }
  @media screen and (max-width: 768px) {
    .pros-and-cons_custom-wrapper__oGl9c {
      flex-direction: column;
    }
    .pros-and-cons_pros__9bnlf {
      margin: 0 0 20px;
    }
    .pros-and-cons_cons__C2ARB,
    .pros-and-cons_pros__9bnlf {
      width: 100%;
    }
  }
  @media screen and (max-width: 600px) {
    .pros-and-cons_cons__C2ARB li:before,
    .pros-and-cons_pros__9bnlf li:before {
      left: 5px;
    }
  }
  .bonus-template_card__pRSZ_ {
    background: #191a1d;
    border: 1px solid #444;
    padding: 30px;
    border-radius: 10px;
    margin: 15px 0 0;
  }
  .bonus-template_card__pRSZ_ a {
    margin: 0;
  }
  .bonus-template_title__tQb0k {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #ffc42d;
  }
  .providers_providers__biWJY {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
  }
  .providers_providers__biWJY li {
    border: 1px solid #444;
    border-radius: 5px;
    height: 60px;
    width: calc(16.666% - 14px);
    padding: 5px;
    margin: 0 7px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px 0 #00000042;
    background: #1f1f1f;
  }
  .providers_providers__biWJY li img {
    max-width: 130px;
    max-height: 40px;
  }
  @media screen and (max-width: 1000px) {
    .providers_providers__biWJY li {
      width: calc(25% - 14px);
    }
  }
  @media screen and (max-width: 700px) {
    .providers_providers__biWJY li {
      width: calc(33.33% - 14px);
    }
  }
  @media screen and (max-width: 500px) {
    .providers_providers__biWJY li {
      width: calc(50% - 14px);
    }
  }
  .faq_faq-item__SXHR7 {
    padding: 20px 0 15px;
    border-bottom: 1px solid #333;
  }
  .faq_faq-question__UjYeO {
    font-size: 18px;
    position: relative;
    cursor: pointer;
    color: var(--text-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .faq_faq-question__UjYeO:after {
    content: "+";
    color: #f8da1e;
    font-weight: 300;
    font-size: 36px;
    margin-left: 7px;
    line-height: 20px;
  }
  .faq_faq-answer__k0nz8 {
    border-top: 1px solid #333;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.2s ease-in-out;
  }
  .faq_faq-answer__k0nz8 p {
    font-weight: 300;
    font-size: 16px;
  }
  .faq_faq-answer__k0nz8.faq_active__WmL33 {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    padding: 15px 0 0;
    margin: 15px 0 0;
  }
  .faq_faq-question__UjYeO.faq_active__WmL33:after {
    content: "âˆ’";
  }
  @media (max-width: 660px) {
    .faq_faq-answer__k0nz8 p,
    .faq_faq-question__UjYeO {
      font-size: 14px;
    }
    .faq_faq-question__UjYeO:after {
      font-size: 28px;
    }
  }
  .page-content_page-content-section__Nhsbp {
    padding: 60px 0;
  }
  .page-content_page-contents__00tV0 {
    background: transparent;
    border-radius: 8px;
    padding: 14px 14px 0;
    border: 1px solid #444;
  }
  .page-content_page-contents-title__nOuYz {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-bottom: 14px;
  }
  .page-content_page-contents-title__nOuYz span {
    margin-left: 7px;
  }
  .page-content_page-contents-title__nOuYz .page-content_arrow__S3KNE {
    margin-left: auto;
    transition: all 0.2s ease-in-out;
  }
  .page-content_page-contents-title__nOuYz.page-content_active__aztIL
    .page-content_arrow__S3KNE {
    transform: rotate(180deg);
  }
  .page-content_page-contents-title__nOuYz.page-content_active__aztIL {
    border-bottom: 1px solid #444;
    padding-bottom: 14px;
  }
  .page-content_page-contents-menu__OCqNW {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.2s ease-in-out;
    padding: 0;
  }
  .page-content_page-contents-menu__OCqNW ul {
    margin: 0;
    padding: 0 14px;
  }
  .page-content_page-contents-menu__OCqNW li {
    list-style: none;
    margin-bottom: 14px;
    padding: 0;
  }
  .page-content_page-contents-menu__OCqNW a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
  }
  .page-content_page-contents-menu__OCqNW.page-content_show__XA_ue {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .page-content_menu-icon__ynNlw {
    margin-right: 8px;
  }
  .page-content_menu-arrow__Fossl {
    margin-left: auto;
  }
  .page-content_page-contents-title__nOuYz span {
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .page-content_page-content-section__Nhsbp {
      padding: 40px 0;
    }
  }
  .footer_footer__MbdlQ {
    padding: 20px 0 60px;
    background: #090E1D;
    position: relative;
  }
  .footer_plus-18__tt3bn {
    display: flex;
    align-items: center;
    margin: 0 20px;
    padding-left: 20px;
    border-left: 1px solid #444;
  }
  .footer_plus-18-description__mHX_i {
    padding-left: 14px;
    font-weight: 300;
    font-size: 14px;
    line-height: 105%;
    color: #bfbfbf;
    max-width: 340px;
  }
  .footer_copyright__69W_S {
    font-weight: 300;
    font-size: 12px;
    line-height: 105%;
    color: #bfbfbf;
    align-self: flex-end;
    margin-left: auto;
  }
  @media (max-width: 1152px) {
    .footer_logo__z5B3Q img {
      min-width: 90px;
    }
    .footer_plus-18__tt3bn {
      border: none;
    }
  }
  @media (max-width: 1090px) {
    .footer_footer__MbdlQ {
      padding: 20px 0;
    }
    .footer_footer__MbdlQ .footer_plus-18__tt3bn {
      margin: 20px 0;
    }
    .footer_footer__MbdlQ .footer_copyright__69W_S {
      margin: 0;
      align-self: center;
    }
  }
  @media (max-width: 768px) {
    .footer_footer__MbdlQ .footer_plus-18__tt3bn {
      padding: 0;
      border: none;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .footer_plus-18-description__mHX_i {
      margin-top: 10px;
    }
  }
  @media (max-width: 370px) {
    .footer_copyright__69W_S {
      font-size: 11px;
    }
  }
  .nav-bar_footer-menu__R4npt {
    color: var(--text-white);
  }
  .nav-bar_menu__j1rJl {
    list-style: none;
    display: flex;
  }
  .nav-bar_footer-menu__R4npt .nav-bar_menu__j1rJl li {
    margin-left: 70px;
  }
  .nav-bar_footer-menu__R4npt .nav-bar_menu__j1rJl {
    white-space: nowrap;
  }
  .nav-bar_footer-menu__R4npt .nav-bar_menu__j1rJl a {
    text-decoration: none;
    font-weight: 500;
  }
  @media (max-width: 1090px) {
    .nav-bar_footer-menu__R4npt .nav-bar_menu__j1rJl {
      justify-content: center;
      margin-top: 30px;
    }
    .nav-bar_footer-menu__R4npt .nav-bar_menu__j1rJl li {
      margin: 0 15px;
    }
  }
  @media (max-width: 768px) {
    .nav-bar_footer-menu__R4npt .nav-bar_menu__j1rJl {
      flex-direction: column;
    }
    .nav-bar_footer-menu__R4npt .nav-bar_menu__j1rJl li {
      margin: 10px 0;
      text-align: center;
    }
  }
  .table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-scroll table { width: 100%; border-collapse: collapse; }
  .security-categories {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 25px 0;
}
.author-bio {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #dfc687;
  padding: 20px;
  border-radius: 8px;
  margin: 30px 0;
}

.author-photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.author-info {
  flex: 1;
}

.bio-text p {
  margin: 0;
}

@media (max-width: 480px) {
  .author-block {
      flex-direction: column;
      text-align: center;
      gap: 10px;
  }
}
.security-category {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 6px;
    transition: transform 0.2s ease;
}

.security-category:hover {
    transform: translateX(5px);
}

.security-category-content {
    padding: 18px 60px;
    background: #012b1f;
}

.security-category-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
}
.faq-item {
  margin-bottom: 15px;
  border: 1px solid #21728abf;
  border-radius: 8px;
  overflow: hidden;
  background-color: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.faq-question {
  margin: 0;
  padding: 20px;
  background-color: none;
  color: #ffc42c;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #21728abf;
  position: relative;
}

.faq-question:hover {
  background-color: #000000;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 20px;
}

.faq-answer p {
  margin: 0;
  line-height: 1.6;
  color: #fff;
  font-size: 16px;
}
.footer_footer__MbdlQ {
  background-color: #01281d;
  color: #fff;
  padding: 40px 0 20px;
  margin-top: 60px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}

.footer-column p:first-child {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: rgb(221 160 82);
}

.footer-column p:not(:first-child) {
  font-size: 14px;
  color: rgb(221 160 82);
  margin-bottom: 15px;
  line-height: 1.5;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgb(221 160 82);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #007bff;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #333;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-icons a:hover {
  background-color: #007bff;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
}

.license-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.license-banner span {
  color: #ccc;
  font-size: 14px;
}

.license-banner img {
  height: 32px;
  width: auto;
}

.license-banner a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

.license-banner a:hover {
  text-decoration: underline;
}

.action-to-go { margin: 1px; position: relative; display: block; width: 140px; box-sizing: border-box; padding: 10px; background: #319e32; border-radius: 8px; font-weight: 700; font-size: 14px; line-height: 18px; text-align: center; letter-spacing: .04em; text-transform: uppercase; color: #eded00; text-decoration: none; box-shadow: 0 10px 20px rgba(0, 0, 0, .3); } .banners{ margin-bottom: 30px; } ul li, ol li { text-align: left; } table { overflow-x: scroll; } ol, ul { margin: 30px 0; padding: 0 0 0 10px; counter-reset: list; }

.sticky_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(26, 27, 32, 0.75);
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  height: 50px;
}

.close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: rgba(220, 53, 69, 0.8);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.close:hover {
  background-color: rgba(200, 35, 51, 0.9);
}

.sticky_buttons_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  gap: 20px;
  height: 100%;
}

.sticky_buttons_first,
.sticky_buttons_second {
  padding: 12px 30px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  transition: all 0.3s ease;
  font-size: 16px;
  min-width: 140px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky_buttons_first {
  color: white;
  background-color: #ffc824;
    background: linear-gradient(99.1deg,#faf1bd 6.07%,#dfc687 21.58%,#cca660 34.35%,#c09347 45.29%,#bc8c3f 51.68%,#c09347 58.97%,#cca660 70.83%,#dfc687 85.42%,#f1e3ab 97.28%);
    background-position: top, -10px -10px;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, calc(100% + 20px) calc(100% + 20px);
    background-clip: padding-box, border-box;
}

.sticky_buttons_first:hover {
  background-color: rgba(33, 136, 56, 1);
  transform: translateY(-1px);
}

.sticky_buttons_second {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}

.sticky_buttons_second:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #ff6b35;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
  .sticky_buttons {
      height: 55px;
  }
  
  .sticky_buttons_container {
      padding: 8px 15px;
      gap: 15px;
  }
  
  .sticky_buttons_first,
  .sticky_buttons_second {
      padding: 10px 25px;
      font-size: 14px;
      min-width: 120px;
      height: 40px;
  }
}
.security-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Для мобільних пристроїв */
@media (max-width: 768px) {
  .security-categories {
      grid-template-columns: 1fr;
  }
}
.strategies-list {
  counter-reset: custom-counter;
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

.strategies-list li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 60px;
}

.strategies-list li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFD700;
  color: #2c3e50;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.strategies-list li p {
  margin: 0;
  line-height: 1.5;
}

.cta-box {
  border-radius: 10px;
  text-align: center;
  margin: 30px 0;
}

.btn {
  display: inline-block;
  background: linear-gradient(99.1deg,#faf1bd 6.07%,#dfc687 21.58%,#cca660 34.35%,#c09347 45.29%,#bc8c3f 51.68%,#c09347 58.97%,#cca660 70.83%,#dfc687 85.42%,#f1e3ab 97.28%);
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1em;
  transition: all 0.3s ease;
}

.btn.full-width {
  width: 100%;
  box-sizing: border-box;
}
.wagering-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 600px;
}

.text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

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

.text-content h2 {
  margin-bottom: 25px;
}

.text-content p {
  line-height: 1.7;
  margin-bottom: 20px;
}

.strategies-list {
  counter-reset: custom-counter;
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

.strategies-list li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 60px;
}

.strategies-list li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #FFD700;
  color: #2c3e50;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.strategies-list li p {
  margin: 0;
  line-height: 1.5;
}

.image-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 968px) {
  .wagering-section {
      grid-template-columns: 1fr;
      gap: 30px;
      min-height: auto;
  }
  
  .strategies-list li {
      padding-left: 50px;
      padding-right: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
  }
  
  .strategies-list li::before {
      width: 28px;
      height: 28px;
      left: 15px;
      font-size: 12px;
  }
}

@media (max-width: 576px) {
  .wagering-section {
      padding: 25px 15px;
  }
}
.warning-box {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
  padding: 15px;
  border-radius: 5px;
  margin: 20px 0;
}
