:root {
--color-cta-box-shadow: rgba(37, 117, 252, 0.3);
}
*, *::before, *::after {
    box-sizing: border-box;
}
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 {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}
.kq70sc4l60 { width: 24vw; }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}
.kr9fl414tmm1 { padding: 22px 9px; border: 4px solid #54fecc; color: rgb(160, 134, 112); }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
.zi8sepca { margin: 18px; padding: 37px 33px; display: grid; border: 2px solid #e7e08a; color: rgb(83, 135, 193); }
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.ihmw0wp2 {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a,
  button,
  input,
  svg ,
  textarea {
    transition-duration: var(--transition-duration);
  }
body {
    color: var(--color-light);
    background-color: var(--bg-dark);
    font-family: var(--font-family);
    display: flex;
    flex-direction: column;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
a {
    text-decoration: none;
    
}
h1 {
    font-size: 40px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-bottom: 20px;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
.k00j35gntq { width: 86px; margin: 8px; padding: 35px 43px; }
h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 20px;
}
strong {
    color:var(--color-accent);
    font-weight: 600;
}
@media screen and (max-width:768px)  {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
    }
}
.ei348kmh {
 position: fixed;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    gap: 30px;
    min-height: 70px;
    padding-left: 2%;
    padding-right: 2%;

    /* додатково для розмиття */
    background-color: #0b0a0859; /* темний колір з прозорістю */
    backdrop-filter: blur(10px); /* розмиття за фоном */
    -webkit-backdrop-filter: blur(10px); /* для Safari */
}
.cds81kyf {
    max-width: 149px;
    width: 100%;
    height: auto;
}
.w977s76f {
    width: 100%;
}
.f8shsm28 {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.f8shsm28 a.e4clwwd6 {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .f8shsm28 a.e4clwwd6 {
        display:none;
    }
}
.yzld5rtm {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.tt5hqvt5 {
    border: none;

    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.tt5hqvt5 a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.tt5hqvt5:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.r1s3472b8z73 { border: 1px solid #6c2c73; display: grid; padding-left: 46px; }
.tt5hqvt5:nth-of-type(2){

    
}
.tt5hqvt5:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.m0acoady {
    margin-right: auto;
    color: var(--color-light);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;

}
@media screen and (max-width:768px) {
    .ei348kmh{
        height: auto;
        padding-right: 85px;
    }
    .m0acoady {
        display: none;
    }
    .f8shsm28 {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .tt5hqvt5 {
        height: 32px;
        padding: 5px 10px;
    }
    .tt5hqvt5 a {
        font-size: 10px;
    }
}
.suiy3ngt {
    display: none;
 }
@media screen and (max-width: 768px) {
    .suiy3ngt {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .ntmeezvy {
        position: fixed;
        left: -60%;
        top: 0; 
        width: 0;
        border-bottom: 2px solid var(--color-accent); 
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: var(--bg-dark);
        overflow: hidden;
        transition: left 0.3s ease; 
        z-index: 903;
        padding: 30px 10px;
    }
    .ntmeezvy a {
 color:var(--color-light);
}
    .ntmeezvy[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .zt4x8o08 {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .zt4x8o08:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .zt4x8o08 a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .adlpw0fb {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .odanuva7 {
        width: 100%;
        border-bottom: 1px solid var(--bg-dark);
        padding-bottom: 10px;
        font-weight: 700;
        color:var(--bg-card);
        font-size: 16px;
        font-weight: 700;
        margin-top: 20px;
        text-transform: uppercase;

    }
    
    .mw6ht54c {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .d0ztaid2 {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .d0ztaid2:before,
    .d0ztaid2:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .d0ztaid2:before {
        transform: rotate(45deg);
    }
    
    .d0ztaid2:after {
        transform: rotate(-45deg);
    }
    
    .mw6ht54c div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.wm4ijmtp {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.azlfkqvb');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.ygw2gdz8 {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.s34a9zki {
    width: 60%;
}
.oy4j12hh {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.uklak8ib {
    font-family: 'arial black', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
margin-bottom: 20px;
}
@media screen and (max-width: 870px){
    .wm4ijmtp {
        width: 100%;
        margin-top: 70px;
    }
    .ygw2gdz8 {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .s34a9zki {
        width: 60%;
    }
    .oy4j12hh {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .uklak8ib {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .s34a9zki {
        width: 100%;
    }
    .oy4j12hh {
        font-size: 24px;
    }
    .uklak8ib {
        font-size: 18px;
    }
}
.brmg63k3 {  
    width: 100%;
}
.b58g2g0x { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.xwcokfzh { 
    max-width: 260px;
    width: 100%;
    height: 200px;
    padding-top: 30px;
    background-color: var(--bg-dark);
    box-shadow: 0px 0px 9px 9px #0000000d;
    border-radius: 10px;
}
.jxh2xmnlytr { width: 53%; border: 1px dotted #b995e2; margin: -3px; color: rgb(126, 240, 78); padding: 7px 18px; }
.xwcokfzh a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.xwcokfzh img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.xwcokfzh p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .b58g2g0x { 
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        align-items: center;
        padding-top: 30px;
    }
    .xwcokfzh { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .xwcokfzh img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .xwcokfzh p {
        font-size: 16px;
        font-weight: bold;
    }
}
.neluz1p7 {
  width: 100%;
  margin-bottom: 40px;
}
.th3vvkyw {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.th3vvkyw h2 {
  color: var(--color-accent);
}
.hqcoaqho {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .hqcoaqho {
    justify-content: center;
  }
}
.d7uguw93 {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.d7uguw93 img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.d7uguw93 .ravska6t {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.d7uguw93 .ravska6t {

  width: 20px;
  height: 20px;

}

}
.d7uguw93 {
max-width:inherit;
text-align: center;
}
.hqcoaqho:has(.whpqtqh4) {
  grid-template-columns: repeat(4, 1fr);
}
.hqcoaqho:has(.jvdr7czv) {
  grid-template-columns: repeat(5, 1fr);
}
.vzy4d8p2zn { padding: 11px 22px; display: inline-block; margin: 3px; border: 5px dashed #96c067; }
.hqcoaqho:has(.mhv9ulap) {
  grid-template-columns: repeat(6, 1fr);
}
.hqcoaqho:has(.x3vpz99w) {
  grid-template-columns: repeat(7, 1fr);
}
.hqcoaqho:has(.sqoab6q6) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .hqcoaqho {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .hqcoaqho {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .hqcoaqho {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .hqcoaqho {
    grid-template-columns: 1fr !important;
  }
}
.d7uguw93:hover .ravska6t {
  opacity: 1; 
}
.d7uguw93:hover img {
  opacity: 0.3;
}
table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin: 30px 0;
}
@media (max-width: 868px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
td, th {
  white-space: normal; 
  word-wrap: break-word; 
  box-shadow: 0 2px 8px var(--color-accent);
}
td {
    border: none; 
    border-radius: 10px 10px 10px 10px; 
	border: 1px double var(--color-light);
    padding: 5px 10px; 
}
tr {
    background-color: rgba(146, 146, 146, 0.197);
    border: 2px solid var(--color-light);
}
th {
    font-size: 20px;
    font-weight: 700;
    background-color: rgba(146, 146, 146, 0.197); 
    border-radius: 10px 10px 10px 10px; 
    padding: 10px 0;
}
.ic9ccf3u6rmn { padding-left: 36px; }
@media (max-width: 1280px) {
    .lo1hctzn {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .lo1hctzn {
      width: 100%;
    }
    .tcucvsif img {
        max-width: 35px;
    }
  }
.exmf1vt2 {
    margin-top: 70px;
}
.aooehw26 {
    width: 100%;
    margin-bottom: 40px;
}
.ahhraxi8 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.aooehw26 .ow7ir3bp {
    display: flex;
    justify-content: center;
}
.jyd9b0ju {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.jyd9b0ju img {
    width: 100%;
}
.ow7ir3bp {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.ahhraxi8 a{
 color: var(--color-accent);
}
.kaymq36u {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.kaymq36u a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.gsbkzkfa {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.iuiguhia h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.nddrn8th {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.d22d1bh5uqmw { width: 51vw; padding-right: 3px; }
.arf81ojh {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
footer {
    width: 100%;
    margin-bottom: 40px;
}
.dhd70plp {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.cupnxtik {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.cupnxtik img {
    opacity: 0.4;
}
.nf47t4i6 {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.dd19n52t {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dd19n52t a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.dd19n52t a:hover {
    text-decoration: underline; 
  }
.kwt30eyn {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.kwt30eyn img {
    width: 100%;
    height: 30px;
}
.sok0rn5i { margin: 13px; border: 2px solid #f64928; width: 47%; display: inline-block; color: rgb(151, 165, 109); padding: 20px 1px; }
.g8hdy99z {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .nf47t4i6 {
      grid-template-columns: repeat(1, 2fr); 
    }
    .kaymq36u {
        padding: 10px 40px;
    }
    .kaymq36u a {
        font-size: 15px;
    }
  }
ul li {
    list-style: circle;
    line-height: 1.5;
    margin-left: 20px;
}
ol li {
    list-style-type: decimal;
    line-height: 1.5;
    margin-left: 20px;
}
/* ===== CURSOR TRAIL STYLES ===== */
#cursor-trail-dot {
    position: fixed;
    width: 10px;
    height: 10px;
    background: var(--color-accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.1s ease;
}
.ygw2gdz8 {
  position: relative;
  z-index: 2;
}
.oy4j12hh {
  text-shadow: 0 0 10px var(--color-accent), 0 0 20px var(--color-accent);
  animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
  from { text-shadow: 0 0 10px var(--color-accent), 0 0 20px var(--color-accent); }
  to { text-shadow: 0 0 20px var(--color-accent) 0 0 40px var(--color-accent) }
}
.wm4ijmtp {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.dyieqg9y button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.dyieqg9y button{
  filter: grayscale(0%); 
  border-radius: 12px;
  animation: pulseShadow 2s infinite ease-in-out;
  margin: 20px 0;
}
@keyframes pulseShadow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.aooehw26 img {
  border-radius: 12px;
  box-shadow: 0 8px 25px var(--color-accent); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  height: auto;
  margin: 20px 0;


}
.x4eacqmko3 { margin: -10px; color: rgb(221, 244, 134); }
.ct7b7gd8 {
max-width: 1440px;
margin: 0 auto;
padding: 10px;
}
.g48q1r02 {
            max-width: 1400px;
            margin: 0 auto;
        }
.co9rn741 {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
.m0acoady {
            background: rgba(0, 0, 0, 0.5);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 10px;
            text-align: center;
            text-decoration: none !important;
            color: var(--color-text);
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer;
            backdrop-filter: blur(10px);
            margin: 0 !important;
        }
.m0acoady:hover {
            background: rgba(0, 0, 0, 0.7);
            border-color: var(--color-accent);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(149, 223, 161, 0.3);
            color: var(--color-accent);
        }
.m0acoady:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .co9rn741 {
                gap: 12px;
            }

            .m0acoady {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .m0acoady {
                flex: 1 1 calc(50% - 6px);
            }
        }
.dw13pcrz {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.g6fv9dmg {
        display: inline-block;
        text-decoration: none; 
        cursor: pointer;
        
        padding: 16px 48px;
        border-radius: 12px; 
        border: none;
        
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
        color: var(--color-light);
        background-color: var(--color-accent);
       
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.g6fv9dmg:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.g6fv9dmg:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .g6fv9dmg {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
#casino-sticky-block {
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 75%;
    max-width: 750px;
    left: 50%;
    transform: translate(-50%);
    height: 0;
    background: var(--bg-dark);
    transition: height, .4s;
    border-radius: 12px;
    border: 2px solid var(--color-accent, #fff);
    box-shadow: 0 0 16px 10px #00000026
}
#casino-sticky-block[open] {
    height: -moz-fit-content;
    height: fit-content;
    bottom: 28px
}
.vco7khia { margin: 2px; width: 3vw; padding-right: 41px; display: inline-block; }
@media (max-width: 1024px) {
    #casino-sticky-block[open] {
        bottom: 0;
        height: unset;
        width: 100%;
        border-radius: 12px 12px 0 0
    }
}
#casino-sticky-block[closed] {
    display: none
}
.vd4hs0ne {
    position: relative;
    align-items: center
}
.c1rct5uv {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .c1rct5uv {
        display: grid;
        gap: 12px;
        background: var(--bg-dark);
        border-radius: 6px;
        margin: 16px;
        padding: 12px;
        justify-content: start;
        grid-template-columns: auto 1fr;
        grid-template-areas: "img text" "button button"
    }
}
.y0fq4u4y {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.cntti0vm {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
@media (max-width: 1024px) {
    .cntti0vm {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.hg3vgkn0 {
    display: flex;
    height: auto;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    padding: 20px 8px;
    gap: 25px;
    color: var(--color-light);
    background: var(--bg-dark);
    border-radius: 6px;
    position: relative;
    overflow: hidden
}
@media (max-width: 1024px) {
    .hg3vgkn0 {
        display: contents
    }
}
.hg3vgkn0 svg *[fill] {
    fill: currentcolor
}
.hg3vgkn0 svg *[stroke] {
    stroke: currentcolor
}
.pstszq1b {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .pstszq1b {
        align-items: start;
        grid-area: text
    }
}
.l3jolkhq {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .l3jolkhq {
        font-size: 18px;
        text-align: start
    }
}
.pyca6zi3 {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .pyca6zi3 {
        font-size: 14px;
        text-align: start
    }
}
.j8yjleby {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .j8yjleby {
        right: -8%
    }
}
.jjut2hop {
    width: 278px;
    flex-shrink: 0;
    z-index: 2;
    height: -moz-fit-content;
    height: fit-content;
    padding: 17px 0;
    color:var(--bg-dark);
    font-weight: 800;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    background-color:  var(--color-accent, #011c39);
    border-radius: 8px;
    line-height: 18px;
    display: block;
    justify-self: center
}
.jjut2hop:hover {
    filter: brightness(1.2)
}
.jjut2hop:active {
    filter: contrast(200%) saturate(50%)
}
.hysgklggsn { padding: 30px 11px; }
@media (max-width: 576px) {
    .jjut2hop {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.jjut2hop {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .jjut2hop {
        grid-area: button;
        min-width: 100%
    }
}
#casino-sticky-block__close-btn {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 3;
    cursor: pointer;
    width: 10px;
    height: 10px;
    color: var(--color-accent)
}
@media (max-width: 1024px) {
    #casino-sticky-block__close-btn {
        width: 8px;
        height: 8px;
        top: -8px;
        right: 8px
    }
}
.cuif3ayw {
max-height: 370px;
    overflow-y: scroll;
}
.f1dlbssk {
margin-right:5px;
}
.rgi7yidu {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.etjuqo7o {
    background-color: /* Синий фон для иконки глобуса */
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.etjuqo7o svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.iyygxyzw {
    display: none;
    position: absolute;
    top: 120%; /* Расположение под иконкой */
    right: 0;
    background-color: var(--bg-dark);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    z-index: 10;
    min-width: 160px;
}
.rgi7yidu[active] .iyygxyzw {
    display: block;
}
.iyygxyzw ul li {
 list-style: none;
margin-left: 5px;
}
.iyygxyzw ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.iyygxyzw li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: var(--color-light);
    font-size: 14px;
    transition: background-color 0.2s ease;
}
.iyygxyzw li a:hover {
    border: 1px solid black;
}
.iyygxyzw li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.gl8vplzfqhz { padding: 4px 25px; display: block; margin: -15px; width: 36vw; }
.vd6qeh71 {
overflow: hidden;
}
.icxq8m1f {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.icxq8m1f .fo6ejofs {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.icxq8m1f .vmln5lz5 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.icxq8m1f .vmln5lz5 .eyxc7q8c  {
list-style:none;
}
.icxq8m1f .vmln5lz5 .eyxc7q8c a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--color-accent);
    color: var(--color-light);
    border-radius: 15px;
}
.icxq8m1f + section.wm4ijmtp {
margin-top:0px;
}
/* slotpage */

        .reshbyqx {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;


        }
.wud0j4bm {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.j5rf6fkp {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.k210ma75 {
            background-color: #00bcd4;
            color: #fff;
        }
.bpw49blp {
            background-color: #ff9800;
            color: #fff;
        }
.j5rf6fkp:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
.ucoa37b4 { display: grid; width: 97%; padding: 22px 33px; border: 1px dashed #5caeff; color: rgb(31, 137, 30); }
/* slotpage end */


.qjznmxun ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
   
}
.qjznmxun ul li {
    list-style: none;
    margin-left: 0;
color: var(--color-accent);
}
.b7rnunwd {
    border-top: 2px solid var(--color-accent);
    color: var(--color-light);
    font-family: var(--font-family);
    font-size: 14px;
}
.nf47t4i6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.dd19n52t a {
    color: var(--color-light);
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}
.dd19n52t a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.dd19n52t a:hover {
    color: var(--color-accent);
}
.dd19n52t a:hover::after {
    width: 100%;
}
/* ===== Disclaimer ===== */

.x1bzy1tm {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.wzgfkqrh {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.f7jppccc {
    background: var(--color-accent);

    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
}
/* Divider */

.uy5ck0r9 {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 28px auto;
    width: 80%;
}
/* Help links */

.erx43r9k {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pef2t2lg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.iuncsi2586ep { display: none; width: 43%; margin: -7px; padding: 4px 6px; }
.erx43r9k a {
    color: var(--color-light);
    text-decoration: none;
    transition: 0.3s ease;
}
.erx43r9k a:hover {
    color: var(--color-accent);
}
.gtkew2v0 {
    opacity: 0.4;
}
/* Payment / RG icons */

.kwt30eyn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.kwt30eyn img {
    height: 32px;
    opacity: 0.7;
    transition: 0.3s ease;
}
.kwt30eyn img:hover {
    opacity: 1;
    transform: translateY(-3px);
}
/* Affiliate text */

.efij4zdi {
    opacity: 0.7;
    font-size: 13px;
    line-height: 1.6;
}
/* Copyright */

.g8hdy99z {
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.5;
}
/* Mobile */

@media (max-width: 768px) {
    .nf47t4i6 {
        flex-direction: column;
        gap: 12px;
    }

    .uy5ck0r9 {
        width: 100%;
    }

    .kwt30eyn img {
        height: 26px;
    }
}
.b7rnunwd {
    border-top: 2px solid var(--color-accent);
}
.vyaqh8mw { padding-left: 25px; color: rgb(71, 23, 29); margin: 15px; width: 84px; border: 5px solid #6c169c; }
.x1bzy1tm {
      width: 100%;
      background: var(--bg);
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 32px 20px 24px;
      color: var(--color-text);
    }
.nyvzjj9u {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
/* ── Divider line between sections ───────────────── */
    .uy5ck0r9 {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }
/* ── Main disclaimer text ─────────────────────────── */
    .wamtdrin {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }
/* ── Age badge ────────────────────────────────────── */
    .f7jppccc {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 2px solid #ef4444;

      font-size: 10px;
      font-weight: 700;
      letter-spacing: -0.5px;
      margin-right: 4px;
      vertical-align: middle;
      flex-shrink: 0;
    }
/* ── Help links row ───────────────────────────────── */
    .erx43r9k {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 6px 12px;
      font-size: 12px;
      color: var(--color-text);
      text-align: center;
    }
.erx43r9k div {
display: flex;
gap: 10px;
}
.erx43r9k span {
      color:var( --color-light);
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
font-size: 14px;
    }
.erx43r9k a {
     color:var( --color-light);
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;
font-size: 14px;

    }
.erx43r9k a:hover { color: #c5cad6; }
.bdo15kiedlg { border: 2px solid #89a191; color: rgb(193, 5, 116); margin: -17px; display: block; }
.gtkew2v0 {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }
/* ── Responsible-gambling icon badges ─────────────── */
    .jx0648y2 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
.d3z980ev {
      display: flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 8px;
      padding: 7px 12px;
      text-decoration: none;
      color: #8a94a6;
      font-size: 11px;
      font-weight: 500;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
      white-space: nowrap;
width: 130px;
min-height: 65px;
display: flex;
justify-content: center;
    }
.d3z980ev:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }
/* SVG inline icons */
    .d3z980ev svg {
      flex-shrink: 0;
    }
/* ── ΚΕΘΕΑ-ΑΛΦΑ custom badge ──────────────────────── */
    .e5e2enxe {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.cr02ud00 {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(135deg, #1a6faf 0%, #0d4f82 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.5px;
      flex-shrink: 0;
    }
/* ── BeGambleAware badge ──────────────────────────── */
    .mdn6un8j {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.ciqxu41i {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── GamblingTherapy badge ────────────────────────── */
    .a99ov2jw {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.a5c3bhwle9aq { margin: -5px; padding: 37px 35px; color: rgb(245, 59, 9); display: block; }
.mxmmmfy6 {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
/* ── Affiliate note ───────────────────────────────── */
    .m16sc4t6 {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.m16sc4t6 a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.m16sc4t6 a:hover { color: #9aa0b0; }
/* ── Copyright ────────────────────────────────────── */
    .uv9k579h {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }
/* ── Responsive ───────────────────────────────────── */
    @media (max-width: 480px) {
      .jx0648y2 { gap: 8px; }
      .d3z980ev { font-size: 10px; padding: 6px 10px; }
    }
.w7e248jo {
max-width: 100%;
    height: auto;
}
.syyxc5y8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
    background: #0d0906;
}
.srnwdhio {
    background: #140e09;
    border: 1px solid rgba(255, 190, 40, 0.15);
    border-radius: 16px;
    padding: 18px 16px;
    color: #ffbe28;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}
.srnwdhio:hover {
    transform: translateY(-4px);
    border-color: #ffbe28;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}
.f8h55f44 {
    font-size: 16px;
    color: #ffbe28;
    letter-spacing: 2px;
}
.sdaw2wg4 {
    font-weight: 600;
    font-size: 14px;
    color: #ffbe28;
}
.aeg1vk3o {
    font-size: 12px;
    color: rgba(255, 190, 40, 0.6);
}
.srnwdhio p {
    font-size: 14px;
    line-height: 1.5;
    color: #f5d27a;
}
.srnwdhio::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,190,40,0.08), transparent);
    opacity: 0;
    transition: 0.3s;
}
.b72uddze73tv { padding: 42px 14px; width: 99px; border: 2px dashed #6132ea; margin: 12px; display: block; color: rgb(29, 71, 207); }
.srnwdhio:hover::before {
    opacity: 1;
}
/* Акцентна полоска */
.srnwdhio::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #5e3b26;
    transition: 0.3s;
}
.srnwdhio:hover::after {
    background: #ffbe28;
}
/* Mobile */
@media (max-width: 480px) {
    .srnwdhio {
        padding: 16px 14px;
    }

    .srnwdhio p {
        font-size: 13px;
    }
}
.gwbbcvfk {
   max-width: 1440px;
width: 100%;
    margin: 10px auto;
padding: 10px;
}
.qbatshz8 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.xwiazdy8 {
    padding: 24px;
    border-radius: 16px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
/* hover щоб не було нудно */
.xwiazdy8:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
/* ПРОЗОРІ ФОНИ */
.v8udbw8h {
    background: rgba(40, 167, 69, 0.12); /* зелений */
    border: 1px solid rgba(40, 167, 69, 0.25);
}
.c71wjkvs {
    background: rgba(220, 53, 69, 0.12); /* червоний */
    border: 1px solid rgba(220, 53, 69, 0.25);
}
/* Заголовки */
.j01gd6vi {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
/* Список */
.wpqcetol {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.wpqcetol li {
 list-style: none !important;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.5;
}
.nwcsm66x5 { color: rgb(0, 188, 225); padding-left: 15px; padding-right: 5px; }
/* Іконки */
.v8udbw8h li::before,
.c71wjkvs li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    font-weight: bold;
}
.v8udbw8h li::before {
    content: "✔";
    color: #28a745;
}
.c71wjkvs li::before {
    content: "✖";
    color: #dc3545;
}
/* Адаптив */
@media (max-width: 768px) {
    .qbatshz8 {
        grid-template-columns: 1fr;
    }
}