

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

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

:focus,
:active {
  outline: none;
}

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

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


html,
body {
  width: 100%;
  line-height: 1;
  font-size: 14px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

input,
button,
textarea {
  font-family: inherit;
}

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

textarea,
input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: inherit;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: inherit;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: inherit;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

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

a {
  display: inline-block;
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

picture {
  display: block;
  width: 100%;
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

address {
  font-style: normal;
}

strong {
  display: block;
}


@font-face {
  font-display: swap;
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  src: url(../cazinoexpert-fonts/cazinoexpert-prompt-latin-600.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  src: url(../cazinoexpert-fonts/cazinoexpert-prompt-latin-700.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 800;
  src: url(../cazinoexpert-fonts/cazinoexpert-prompt-latin-800.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../cazinoexpert-fonts/cazinoexpert-inter-latin-regular.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'League Spartan';
  font-style: normal;
  font-weight: 600;
  src: url(../cazinoexpert-fonts/cazinoexpert-league-spartan-latin-600.woff2) format('woff2');
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Prompt", sans-serif;
  --container-width: 1240px;
  --container-step: 100px;
  --container-step-tablet: 30px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: var(--black);
  --main: #ffffff;
  --black: #000000;
  --tx-color: var(--white);
  --white: #ffffff;
  --tx-main-color: white;
  --hover: #7B68EE;
  --active: #4169E1;
}



h1, button, .label, h3, h2, a, label{
  font-family: var(--second-family), sans-serif;
}

h1, h2 {
  font-weight: 700;
}

p, li {
  font-family: var(--font-family), sans-serif;
}

.font-family-second {
  font-family: var(--second-family), sans-serif;
}

.txt-color {
  color: var(--tx-main-color);
}

.txt-color-black {
  color: var(--black);
}

.span-color {
  color: var(--tx-color);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 1300px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-bottom-100 {
  margin-bottom: 100px;
  @media (max-width: 1300px) {
    margin-bottom: 80px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-90 {
  margin-bottom: 90px;
  @media (max-width: 1300px) {
    margin-bottom: 70px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-60 {
  margin-bottom: 60px;
  @media (max-width: 1300px) {
    margin-bottom: 50px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-80 {
  margin-bottom: 80px;
  @media (max-width: 1300px) {
    margin-bottom: 60px;
  }
  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

.mg-bottom-20-10 {
  margin-bottom: 20px;
  @media (max-width: 1300px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.mg-bottom-30-10 {
  margin-bottom: 30px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
  @media (max-width: 600px) {
    margin-bottom: 10px;
  }
}

.mg-bottom-30-20 {
  margin-bottom: 30px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-20-30 {
  margin-bottom: 20px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-50-40 {
  margin-bottom: 50px;

  @media (max-width: 600px) {
    margin-bottom: 40px;
  }
}

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

.mg-bottom-5 {
  margin-bottom: 5px;
}

input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  font-family: var(--second-family), sans-serif;
  padding: 10px 20px;
  color: #4A4A4A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 15px;
  background: #FFF;
  width: 100%;
  @media (max-width: 600px) {
    font-size: 14px;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4A4A4A;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #4A4A4A;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4A4A4A;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #4A4A4A;
}

input::placeholder,
textarea::placeholder {
  color: #4A4A4A;
}

textarea {
  min-height: 120px;
}

.display-flex-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.display-flex-row {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.display-flex-row-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  max-width: 100%;
}

.rd-transfer {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cazinoexpert-page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family), sans-serif;
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background: #0D0D0D;
}


.cazinoexpert-main {
  flex: 1 1 auto;
}


.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}

button,
a {
  color: var(--tx-color);
}

.brr-20-10 {
  border-radius: 20px;
}
@media (max-width: 600px) {
  .brr-20-10 {
    border-radius: 10px;
  }
}

.brr-20 {
  border-radius: 20px;
}

.brr-10 {
  border-radius: 10px;
  overflow: hidden;
}

.age {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.liner {
  border-radius: 10px;
  width: 100%;
  height: 16px;
  position: relative;
}
.liner span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  border-radius: inherit;
}

.mb-section:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1220px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 1300px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 40px;
  }
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px;
  }
}

.mb-6:not(:last-child) {
  margin-bottom: 6px;
}

.mb-10:not(:last-child) {
  margin-bottom: 10px;
}

.mb-20:not(:last-child) {
  margin-bottom: 20px;
}

.mb-24:not(:last-child) {
  margin-bottom: 24px;
}

.p-16-8 {
  padding: 16px;
}
@media (max-width: 1300px) {
  .p-16-8 {
    padding: 12px;
  }
}
@media (max-width: 600px) {
  .p-16-8 {
    padding: 8px;
  }
}

.p-20 {
  padding: 20px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ptb-40-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .ptb-40-20 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .ptb-40-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.ptb-50-40 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1300px) {
  .ptb-50-40 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (max-width: 600px) {
  .ptb-50-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-16-14 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 600px) {
  .ptb-16-14 {
    padding-bottom: 14px;
    padding-top: 14px;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  word-break: break-all;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  min-width: 254px;
}
@media (any-hover: hover) {
  .logo:hover {
    color: var(--hover);
  }
}
.logo:focus-visible {
  color: var(--hover);
}
.logo:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.logo span {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.letter-logo-shadow {
  margin-bottom: -8px;
  margin-right: -4px;
  margin-left: -4px;
}

.letter-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1px;
  word-break: break-all;
}

.letter-dash {
  margin-bottom: 6px;
}

.tx-40-24 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 1300px) {
  .tx-40-24 {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .tx-40-24 {
    font-size: 24px;
  }
}

.tx-40-18 {
  font-size: 40px;
  @media (max-width: 1300px) {
    font-size: 32px;
  }
  @media (max-width: 600px) {
    font-size: 18px;
  }
}

.tx-60-34 {
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-60-34 {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .tx-60-34 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .tx-60-34 {
    font-size: 34px;
  }
}



.tx-60-40 {
  font-weight: 400;
  font-size: 60px;

@media (max-width: 1220px) {
    font-size: 50px;
}
@media (max-width: 600px) {
    font-size: 40px;
}
}

.tx-80-34 {
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-80-34 {
    font-size: 60px;
  }
}
@media (max-width: 1300px) {
  .tx-80-34 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .tx-80-34 {
    font-size: 34px;
  }
}

.tx-70-30 {
  font-size: 70px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 55px;
  }
  @media (max-width: 1100px) {
    font-size: 45px;
  }
  @media (max-width: 600px) {
    font-size: 30px;
  }
}

.tx-50-24 {
  font-size: 50px;
  line-height: 100%;

  @media (max-width: 1220px) {
    font-size: 40px;
  }
  @media (max-width: 1100px) {
    font-size: 30px;
  }
  @media (max-width: 600px) {
    font-size: 24px;
  }
}

.mg-top-bottom-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.mg-top-50 {
  margin-top: 50px;
}

.mg-top-40-30 {
  margin-top: 40px;
  @media (max-width: 991px) {
    margin-top: 30px;
  }
}

.mg-top-40 {
  margin-top: 40px;
}

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

.mg-bottom-40 {
  margin-bottom: 40px;
}

.mg-bottom-40-20 {
  margin-bottom: 40px;
  @media (max-width: 991px) {
    margin-bottom: 20px;
  }
}

.mg-bottom-40-30 {
  margin-bottom: 40px;
  @media (max-width: 991px) {
    margin-bottom: 30px;
  }
}

.mg-bottom-30 {
  margin-bottom: 30px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.mg-bottom-50 {
  margin-bottom: 50px;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

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

.mg-bottom-10 {
  margin-bottom: 10px;
}

.pd-top-bottom-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-top-40 {
  padding-top: 40px;
}

.pd-bottom-50 {
  padding-bottom: 50px;
}

.pd-bottom-40 {
  padding-bottom: 40px;
}

.tx-30-20 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

.tx-30-18 {
  font-size: 30px;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 18px;
  }
}

.tx-30-16 {
  font-size: 30px;
  @media (max-width: 1220px) {
    font-size: 26px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 16px;
  }
}

.tx-36-18 {
  font-size: 36px;
  @media (max-width: 1220px) {
    font-size: 30px;
  }
  @media (max-width: 1300px) {
    font-size: 24px;
  }
  @media (max-width: 600px) {
    font-size: 18px;
  }
}


.tx-38-24 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-38-24 {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .tx-38-24 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .tx-38-24 {
    font-size: 24px;
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.tx-14-12 {
  font-weight: 400;
  font-size: 14px;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.tx-18-14 {
  font-size: 18px;
  @media (max-width: 600px) {
    font-size: 14px;
  }
}


.tx-14-10 {
  font-weight: 400;
  font-size: 14px;
  @media (max-width: 600px) {
    font-size: 10px;
  }
}

.text-yellow {
  color: #CC9D33;
}

.tx-12-150 {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
}

.tx-12-8 {
  font-weight: 400;
  font-size: 12px;
  @media (max-width: 991px) {
    font-size: 8px;
  }
}

.tx-15-8 {
  font-weight: 500;
  font-size: 15px;
  @media (max-width: 991px) {
    font-size: 8px;
  }
}

.tx-10-8 {
  font-weight: 400;
  font-size: 10px;
  @media (max-width: 991px) {
    font-size: 8px;
  }
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  @media (max-width: 991px) {
    font-size: 14px;
  }
}

.tx-16-12 {
  font-weight: 400;
  font-size: 16px;
  @media (max-width: 991px) {
    font-size: 12px;
  }
}


.tx-16-150 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--tx-color);
}

.line-height-150 {
  line-height: 150%;
}

.line-height-120 {
  line-height: 120%;
}

.tx-20 {
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-12 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .tx-20-12 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .tx-20-12 {
    font-size: 12px;
  }
}

.tx-24-20 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}
@media (max-width: 1220px) {
  .tx-24-20 {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .tx-24-20 {
    font-size: 20px;
  }
}

.tx-24-16 {
  font-size: 24px;
  line-height: 100%;

@media (max-width: 1100px) {
    font-size: 20px;
}
@media (max-width: 600px) {
    font-size: 16px;
}
}


.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-16 {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-20-18 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}
@media (max-width: 1220px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.tx-28-18 {
  font-size: 28px;

  @media (max-width: 991px) {
    font-size: 18px;
  }
}

.tx-24-14 {
  font-size: 24px;

  @media (max-width: 991px) {
    font-size: 14px;
  }
}


.tx-main {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  .tx-main {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .tx-main {
    font-size: 16px;
  }
}

.hover-color {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-color:hover {
    color: var(--hover);
  }
}
.hover-color:focus-visible {
  color: var(--hover);
}
.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.d-block {
  display: block;
}

.w100 {
  min-width: 0;
  width: 100%;
}

.relative-z2 {
  position: relative;
  z-index: 2;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.underline {
  text-decoration: underline;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

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

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

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

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

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

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

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

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

.cazinoexpert-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.56);
  padding: 10px 0;
}

.cazinoexpert-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}



.header-img-18 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.cazinoexpert-hero-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%),
  url(/cazinoexpert-img/cazinoexpert-main-background.webp) lightgray 50% / cover no-repeat;
  margin-top: -45px;
  padding-top: 60px;
  padding-bottom: 60px;
  @media (max-width: 600px) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%),
    url(/cazinoexpert-img/cazinoexpert-main-background-mobile.webp) lightgray 50% / cover no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.cazinoexpert-hero-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  @media (max-width: 991px) {
    flex-direction: row-reverse;
  }
}

.hero-left-side {
  max-width: 760px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  @media (max-width: 600px) {
    gap: 5px;
  }
}

.hero-list {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  @media (max-width: 600px) {
    flex-wrap: wrap;
    gap: 5px;
  }
}

.hero-list li img {
  width: 30px;
  height: 30px;
  @media (max-width: 600px) {
    width: 14px;
    height: 14px;
  }
}

.hero-list li {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}

.hero-right-side {
  max-width: 337px;
  max-height: 340px;
  height: 100%;
  width: 100%;
  @media (max-width: 400px) {
    max-width: 123px;
  }
}

.display-none {
  @media (max-width: 991px) {
    display: none;
  }
}

.display-none-min {
  @media (min-width: 991px) {
    display: none;
  }
}

.current-data-container {
  display: flex;
  align-items: center;
  gap: 5px;
}

.current-data-container img{
  width: 20px;
  height: 20px;
  @media (max-width: 600px) {
    width: 12px;
    height: 12px;
  }
}

.cazinoexpert-logo {
  @media (max-width: 600px) {
    display: none;
  }
}

.cazinoexpert-logo img {
  max-height: 25px;
}

.bookmaker-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  @media (max-width: 991px) {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }
}

.bookmaker-list--item-center {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  width: 100%;
}

.bookmaker-list--item {
  border-radius: 15px;
  border: 1px solid rgba(255, 204, 0, 0.50);
  background: rgba(6, 6, 6, 0.70);
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  @media (max-width: 991px) {
    flex-direction: column;
    max-width: 600px;
    width: 100%;
    gap: 0;
  }
}

.bookmaker-list--item-left {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%),
  url(/cazinoexpert-img/cazinoexpert-red-flag-background.webp) lightgray 50% / cover no-repeat;
  padding: 25px 30px;
  min-width: 260px;
  @media (max-width: 991px) {
    min-width: auto;
    width: 100%;
    min-height: 90px;
  }
}

.bookmaker-list--item-left a {
  height: 53px;
  overflow: hidden;
  @media (max-width: 600px) {
    max-width: 165px;
    overflow: hidden;
  }
}


.center-list {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
  gap: 10px;
  padding: 5px 0;
  animation: scroll-left 20s linear infinite;
  white-space: nowrap;
  @media (max-width: 991px) {
    padding: 0;
  }
}

.center-list li{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  flex-wrap: nowrap;
  padding: 0 5px;
}

.center-list li img{
  width: 18px;
  height: 18px;
  @media (max-width: 600px) {
    width: 14px;
    height: 14px;
  }
}

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.ticker-wrapper {
  overflow: hidden;
  border-radius: 8px;
  padding: 10px 0;
  position: relative;
  width: 100%;
  @media (max-width: 1330px) {
    width: 470px;
  }
  @media (max-width: 1170px) {
    width: 400px;
  }
  @media (max-width: 1060px) {
    width: 300px;
  }
  @media (max-width: 991px) {
    width: 100%;
    padding: 0 0 4px 0;

  }
}

.ticker-wrapper::before,
.ticker-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.ticker-wrapper::before {
  left: 0;
}

.ticker-wrapper::after {
  right: 0;
}



.bookmaker-list--item-right {
  padding: 15px 15px 15px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  max-width: 260px;
  width: 100%;
  min-height: 150px;
  @media (max-width: 991px) {
    padding: 0 8px;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    gap: 0;
  }

}

.red-btn {
  white-space: nowrap;
  font-family: Inter, sans-serif;
  border-radius: 15px;
  background: linear-gradient(90deg, #B62C27 0%, #681111 100%);
  display: flex;
  padding: 15px 15px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex: 1 0 0;
  align-self: stretch;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px; /* 140% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  @media (max-width: 991px) {
    width: 100%;
    padding: 15px 36px;
  }
  @media (max-width: 600px) {
    width: 100%;
    font-size: 14px;
    padding: 12px 36px;
  }
}

.red-btn img{
  width: 30px;
  height: 30px;
  @media (max-width: 600px) {
    width: 18px;
    height: 18px;
  }
}

.red-btn:hover {
  background: linear-gradient(90deg, #e82f26 0%, #9f1414 100%);
}

.red-btn:active {
  background: #f35858;
}

.payment-system {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

.payment-system li a img{
  padding: 7px;
}

/*рейтинг ----------------------------------------------------------------------------------------------------*/

.rating-container {
  max-width: 33px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #FC0;
  display: flex;
  padding: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  @media (max-width: 991px) {
    flex-direction: row;
    max-width: 100%;
    border: none;
    padding: 5px 8px;
  }
}

.rating-score {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.rating-bars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  height: 100%;
  @media (max-width: 991px) {
    flex-direction: row;
    height: 8px;
  }
}

.rating-bar {
  border-radius: 2px;
  background: linear-gradient(180deg, #FFAE00 0%, #D91900 100%);
  width: 100%;
  height: 100%;
}

.star {
  color: #FFD700;
}


/*конец ----------------------------------------------------------------------------------------------------*/


.display-none-min-991 {
  @media (min-width: 991px) {
    display: none;
  }
}

.display-none-max-991 {
  @media (max-width: 991px) {
    display: none;
  }
}

.h100{
  height: 100%;
}

.bookmaker-list--item-left-mobile {
  @media (max-width: 991px) {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
  }
}

.promo-list li:not(:last-child){
  margin-bottom: 20px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.promo-list {
  padding-bottom: 60px;
}

.promo-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  @media (max-width: 991px) {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.promo-container img {
  max-width: 400px;
  max-height: 600px;
}

.promo-container.respon {
  align-items: center;
}

.promo-text {
  max-width: 760px;
  width: 100%;
}

.cazinoexpert-promo-section {
  background: linear-gradient(180deg, #000 0%, #242424 100%), #FFF;
  padding-top: 60px;
  @media (max-width: 991px) {
    padding: 50px 0;
  }
}

.list-star {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 9px;
}

.list-star li img{
  width: 16px;
  height: 16px;
}

.review-avatar {
  width: 65px;
  height: 65px;
}

.review-item {
  border-radius: 15px;
  border: 1px solid #C69101;
  background: linear-gradient(180deg, #000 0%, #242424 100%), linear-gradient(90deg, #0B7CBC 0%, #011371 100%), #0C2501;
  display: flex;
  max-width: 400px;
  padding: 20px;
  align-items: flex-start;
  gap: 20px;
}

.review-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 15px;
  @media (max-width: 1240px) {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}

.cazinoexpert-reviews-section {
  padding: 40px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%),
  url(/cazinoexpert-img/cazinoexpert-main-background.webp) lightgray 50% / cover no-repeat;
  @media (max-width: 600px) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%),
    url(/cazinoexpert-img/cazinoexpert-main-background-mobile.webp) lightgray 50% / cover no-repeat;
    padding: 50px 0;
  }
}

.cazinoexpert-question-section {
  background: linear-gradient(180deg, #000 0%, #242424 100%);
  padding: 60px 0;
  @media (max-width: 991px) {
    padding: 50px 0;
  }
}

/*выезжающий текст*/

.accordion-header.active .arrow-icon {
  transform: rotate(180deg);
}

.accordion-container {
  border-radius: 10px;
  overflow: hidden;
}

.accordion-header {
  border-radius: 10px;
  background: linear-gradient(90deg, #B62C27 0%, #681111 100%);
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.accordion-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: left 0.5s ease;
}

.question-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.question-text {
  flex: 1;
  color: #FFF;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (max-width: 600px) {
    font-size: 14px;
  }
}

.arrow-icon {
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  fill: white;
}

.accordion-header.active .arrow-icon {
  transform: rotate(360deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: linear-gradient(90deg, #03003E 0%, #060082 100%), #0A2045;
}

.accordion-content.active {
  max-height: 500px;
  padding: 20px;
  margin-top: -10px;
}

.content-text {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  animation: fadeInUp 0.5s ease;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.accordion-question-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.cazinoexpert_container {
  background: #010017;
  padding: 50px 0;
  @media (max-width: 600px) {
    padding: 30px 0;
  }
}

.footer-red-cont {
  border-radius: 15px 15px 0 0;
  background: linear-gradient(90deg, #B62C27 0%, #681111 100%), linear-gradient(90deg, #0B7CBC 0%, #011371 100%), #F88327;
  padding: 20px;
}

.partners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  gap: 20px;
  @media (max-width: 1130px) {
    justify-content: center;
}
}

.partners li a img{
  max-height: 60px;
}


.partners li {
 display: flex;
  align-content: center;
}

.container-610 {
  max-width: 610px;
  width: 100%;
}

.footer-container-2-1 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  @media (max-width: 991px) {
    flex-direction: column;

  }
}

.cazinoexpert-footer__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  gap: 20px;
  @media (max-width: 991px) {
    justify-content: center;
  }
  @media (max-width: 600px) {
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
  }

}

.cazinoexpert-footer__item img{
  height: 22px;
  max-width: 56px;
  @media (max-width: 600px) {
    height: 36px;
  }
}

.cazinoexpert-footer__item a{
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



/* Cookie Banner Overlay */
.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}

.cookie-overlay.hidden {
  display: none;
}


/* Age Verification Modal */
.age-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  animation: fadeIn 0.3s ease-out;
}

.age-modal {
  background: #010017;
  border-radius: 15px;
  padding: 20px 40px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
  animation: slideIn 0.4s ease-out;
  position: relative;
}

.age-modal::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 15px;
  z-index: -1;
  opacity: 0.3;
}

.age-icon img{
  width: 120px;
  height: 120px;
}

.age-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.age-title {
  color: #FFF;
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
  @media (max-width: 600px) {
    font-size: 20px;
  }
}

.age-description {
  color: #FFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  @media (max-width: 600px) {
    font-size: 12px;
  }
}

.age-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.age-btn {
  color: #FFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(90deg, #B62C27 0%, #681111 100%), #F88327;
  box-shadow: 0 0 20px 0 rgba(0, 178, 255, 0.25);
  display: flex;
  min-width: 224px;
  padding: 15px 86px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.age-btn:hover {
  background: linear-gradient(90deg, #dd2b23 0%, #a51a1a 100%), #ffa966;
}


/* Cookie Banner (existing styles) */
.cookie-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  animation: fadeIn 0.3s ease-out;
}

.cookie-banner {
  background: black;
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid #5A4737;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.4s ease-out;
}

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

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cookie-text {
  flex: 1;
}

.tx-20 {
  font-size: 20px;
}

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

.uppercase {
  text-transform: uppercase;
}

.font-family-second-700 {
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.tx-12 {
  font-size: 12px;
}

.font-family-400 {
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
}

.cookie-description {
  color: #cccccc;
  font-size: 0.95em;
  line-height: 1.5;
  max-width: 600px;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cookie-btn {
  color: #FFF;
  font-family: "League Spartan", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.4px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 12px 16px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

.cookie-btn.accept {
  border-radius: 5px;
  background: linear-gradient(90deg, #B62C27 0%, #681111 100%), #F88327;
}

.cookie-btn.accept:hover {
  background: #8f2f2c;
}

.cookie-btn.info {
  padding: 11px 15px;
  background: black;
  color: white;
}

.gradient-btn {
  padding: 1px;
  border-radius: 5px;
  background: linear-gradient(90deg, #C66A01 0%, #E3C100 50%, #FFA600 100%);
}

.cookie-btn.info:hover {
  border-color: #999;
  background: rgba(255, 255, 255, 0.1);
}

.hidden {
  display: none !important;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 768px) {
  .age-modal {
    padding: 20px;
  }

  .age-btn {
    width: 100%;
    min-width: auto;
  }

  .cookie-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    width: 100%;
  }

  .cookie-buttons {
    flex-direction: column;
    width: 100%;
  }

  .cookie-btn {
    max-width: 215px;
    width: 100%;
  }

  .cookie-text {
    width: 100%;
  }
}

.age-overlay,
.cookie-overlay {
  display: none;
}
.age-overlay.show,
.cookie-overlay.show {
  display: flex;
}

.smart-marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.smart-marquee-text {
  white-space: nowrap;
  display: inline-block;
  transition: transform 0.3s ease;
}

.smart-marquee.overflow .smart-marquee-text {
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.smart-marquee:hover .smart-marquee-text {
  animation-play-state: paused;
}

.cazinoexpert_terms {
  padding: 50px 0;
  @media (max-width: 600px) {
    padding: 30px 0;
  }
}

.text-no-wrap{
  white-space: nowrap;
}