:root {
    --font-family: 'Montserrat', sans-serif;
    --color-light: #fdf9f1	; 
    --bg-dark:  #0b0a08;
    --bg-card:  #0b0a08;
    --border-radius: 10px;
    --transition-duration: 0.3s;
    --color-accent: #4cd864;

    	
  }
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;
}
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;
}
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);
}
@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;
    }
}
.lv1dinvt {
 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 */
}
.vnwrblpgqbm { padding: 17px 43px; color: rgb(206, 7, 43); border: 3px solid #007441; }
.s524pf3o {
    max-width: 149px;
    width: 100%;
}
.amy9zx3n {
    width: 100%;
    display: flex;
}
.oab4dp2g {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.rxr1y4mv {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.vonsk1dm {
    border: none;
    background-color: var(--color-light);
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.vonsk1dm a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.vonsk1dm:nth-of-type(1){
    background-color: var(--color-accent);
    
}
.vonsk1dm:nth-of-type(2){

    
}
.vonsk1dm:nth-of-type(2) a {
    color: var(--bg-card);
    text-transform: uppercase;
    
}
.c9q6fvcf {
    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) {
    .lv1dinvt{
        height: auto;
        padding-left: 50px;
    }
    .c9q6fvcf {
        display: none;
    }
    .oab4dp2g {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .vonsk1dm {
        height: 32px;
        padding: 5px 10px;
    }
    .vonsk1dm a {
        font-size: 10px;
    }
}
.tkpi4omp {
    display: none;
 }
@media screen and (max-width: 768px) {
    .tkpi4omp {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .a5s1zqoc {
        position: fixed;
        left: -60%;
        top: 0; 
        width: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: var(--color-light);
        overflow: hidden;
        transition: left 0.3s ease; 
        z-index: 903;
        padding: 30px 10px;
    }
    
    .a5s1zqoc[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .kvraehuy {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .kvraehuy:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .kvraehuy a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .c4hbwuck {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .ts89c1ra {
        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;

    }
    
    .rg6tdj2o {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        left: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .mo7fvtdh {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .mo7fvtdh:before,
    .mo7fvtdh:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .mo7fvtdh:before {
        transform: rotate(45deg);
    }
    
    .mo7fvtdh:after {
        transform: rotate(-45deg);
    }
    
    .rg6tdj2o div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.jd8bn27i {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.u9kn0eev');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.eiu8s684 {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.jfm6f9scl { margin: 5px; border: 1px dashed #66f67c; }
.zlhbip06 {
    width: 60%;
}
.rmsizebn {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 50pt;
    line-height: 1.2;
}
.e5nce068 {
    font-family: 'arial black', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
}
em {
    color:#FCC301;
}
@media screen and (max-width: 870px){
    .jd8bn27i {
        width: 100%;
        margin-top: 70px;
    }
    .eiu8s684 {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .zlhbip06 {
        width: 60%;
    }
    .rmsizebn {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .e5nce068 {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .zlhbip06 {
        width: 100%;
    }
    .rmsizebn {
        font-size: 24px;
    }
    .e5nce068 {
        font-size: 18px;
    }
}
.uxk42cdu {  
    width: 100%;
}
.q458iduj { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.omwvi1ci { 
    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;
}
.omwvi1ci a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.omwvi1ci img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.omwvi1ci p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .q458iduj { 
        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;
    }
    .omwvi1ci { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .omwvi1ci img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .omwvi1ci p {
        font-size: 16px;
        font-weight: bold;
    }
}
.muvqezl9 {
    width: 100%;
    margin-bottom: 40px;
}
.oel868y2 { margin: 16px; }
.jeopwxyu {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.jeopwxyu h2 {
    color: var(--color-accent);
}
.cvhqe0sz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    padding-top: 20px;
}
.mbsehi9w {
    width: 100%;
    height: auto;
    position: relative;
    background-color: black;
    border-radius: 10px;
}
.mbsehi9w img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.mbsehi9w .giq7w0dq {
    position: absolute;
    top: 41%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.mbsehi9w:hover .giq7w0dq {
    opacity: 1; 
}
.mbsehi9w:hover img {
    opacity: 0.3;
}
@media screen and (max-width: 695px) {
    .cvhqe0sz {
        justify-content: center;
        gap:10px;
    }
    .mbsehi9w {
    }
    .mbsehi9w img {
    }
}
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: 768px) {
    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: 20px; 
}
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;
}
@media (max-width: 1280px) {
    .n0id1tkc {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .n0id1tkc {
      width: 100%;
    }
    .mz39rf66 img {
        max-width: 35px;
    }
  }
.u4lrryfn {
    margin-top: 70px;
}
.o8bbm5bd { width: 96%; border: 5px solid #ccaee7; padding: 40px 30px; color: rgb(89, 9, 75); }
.dt6qk0fh {
    width: 100%;
    margin-bottom: 40px;
}
.ysfl0fgu {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.dt6qk0fh .kad4kp50 {
    display: flex;
    justify-content: center;
}
.j2stai8e {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.j2stai8e img {
    width: 100%;
}
.kad4kp50 {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.u0tlsphv {
    border: none;
    background-color: var(--color-accent);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.u0tlsphv a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.qog1xdbf {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.vanax6gm h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.po338d7h {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.kgd7b3gs {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
.nbxpqwyc { padding: 44px 14px; display: grid; color: rgb(96, 227, 89); margin: 4px; width: 21%; border: 3px solid #50b718; }
footer {
    width: 100%;
    margin-bottom: 40px;
}
.hncryknt {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.b6gamjam {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.b6gamjam img {
    opacity: 0.4;
}
.wdnknvdc {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.lttwamuu {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lttwamuu a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.lttwamuu a:hover {
    text-decoration: underline; 
  }
.c3dhdp5z {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.c3dhdp5z img {
    height: 30px;
}
.rkbd8kxs {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .wdnknvdc {
      grid-template-columns: repeat(1, 2fr); 
    }
    .u0tlsphv {
        padding: 10px 40px;
    }
    .u0tlsphv a {
        font-size: 15px;
    }
  }
ul,li,ol {
    list-style: circle;
    line-height: 1.5;
    margin-left: 20px;
}
.yebuvwyrhhw { color: rgb(200, 69, 108); margin: 17px; width: 80%; padding: 5px 17px; border: 5px dashed #50c609; display: block; }
/* ===== CURSOR TRAIL STYLES ===== */
      .hqbsnvmj {
    position: fixed;
    width: 10px;
    height: 10px;
    background: var(--color-accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.1s ease;
}
.eiu8s684 {
  position: relative;
  z-index: 2;
}
.rmsizebn {
  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 #4cd864, 0 0 40px #72cd23; }
}
.jd8bn27i {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.u2ekv42a button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.u2ekv42a 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);
  }
}
.dt6qk0fh img {
  border-radius: 12px;
  box-shadow: 0 8px 25px var(--color-accent); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  margin: 20px 0;
}
div.mrmkgve5 {
    display: flex;
    justify-content: space-between;
    background: #ffffff24;
    padding: 22px;
}
div.mrmkgve5 img {
max-width:30px;
max-height:30px;
}
.dxswzd0b {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    margin-left: auto; 
    margin-right: 15px; 
}
.uw5jotsh {
    background-color: green;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex; 
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.uw5jotsh svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.qe6h8trvn6 { width: 46vw; margin: 3px; color: rgb(219, 221, 62); padding: 8px 5px; }
.kdiutcdo {
    margin-right: 10px;
}
.kdiutcdo {
    width: 0;
    overflow: hidden;
    transition: width 0.4s ease-in-out;
}
.cvgezkvq {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
    outline: none;
    width: 100%; 
max-width: 180px;
}
.dxswzd0b[active] .kdiutcdo {
    width: 212px; 
}
@media(max-width:991px) {
.dxswzd0b {
display:none;
}
}
.vtik6ard {
max-height: 370px;
    overflow-y: scroll;
}
.fowzs8qg {
margin-right:5px;
}
.kmagnxxx {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.c2c9guro {
    background-color: #007bff; 
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.c2c9guro svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.v76lvhfo {
    display: none;
    position: absolute;
    top: 120%; 
    right: 0;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    z-index: 10;
    min-width: 160px;
}
.kmagnxxx[active] .v76lvhfo {
    display: block;
}
.v76lvhfo ul li {
 list-style: none;
margin-left: 5px;
}
}
.v76lvhfo ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.v76lvhfo li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.2s ease;
}
.v76lvhfo li a:hover {
    background-color: #f5f5f5;
}
.v76lvhfo li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.k06xkutd {
overflow: hidden;
}

.mbsehi9w {
max-width:inherit;
text-align: center;
}

.r6wenfg5 {
margin: 15px 5px;
}

.g1m1lois {
margin: 15px 5px;
}

.riiayywm {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.riiayywm .mnb0pg3n {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.riiayywm .wdmjatx3 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.riiayywm .wdmjatx3 .dk9um1jn  {
list-style:none;
}
.riiayywm .wdmjatx3 .dk9um1jn 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;
}
.riiayywm + section.jd8bn27i {
margin-top:0px;
} 

.bmri7c6w {
 flex-basis: 49%; 
}

.tx85j44m {
 flex-basis: 32.3333%; 
}

.lx60jb27 {
 flex-basis: 24%; 
}

.dq2ej0ls {
 flex-basis: 19%; 
}

.fku7nj2t {
 flex-basis: 15.6666%; 
}

.f4ppjdsp {
 flex-basis: 13.2857%; 
}



.f57rzg0u {
  width: 100%;
  height: auto;
  border: none;
  aspect-ratio: 9 / 16; 
}

@media (min-width: 768px) {
  .f57rzg0u {
    aspect-ratio: 16 / 9; 
  }