* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  background: #0F0F10;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

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-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}


@font-face {
  font-family: "Clash Display";
  src: url("/fonts/ClashDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clash Display";
  src: url("/fonts/ClashDisplay-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clash Display";
  src: url("/fonts/ClashDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clash Display";
  src: url("/fonts/ClashDisplay-Extralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clash Display";
  src: url("/fonts/ClashDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Clash Display";
  src: url("/fonts/ClashDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

  

:root {
  --font-main: "Montserrat";
  --container-width: 1236px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: linear-gradient(180deg,
      #000e2b 0%,
      rgba(0, 14, 43, 0) 100%),
    linear-gradient(0deg, #003371 0%, rgba(0, 51, 113, 0) 100%),
    linear-gradient(90deg, #012b80 0%, #012b80 50%, #012b80 100%);
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  --box-shadow: 0 0 15px 0 #fff;
  --gradient: linear-gradient(90deg, #012b80 0%, #b6a900 50%, #cd1127 100%);
  --card-border: #004f86;
  --gradient-footer: linear-gradient(0deg,
      #003371 0%,
      rgba(0, 51, 113, 0) 100%);
  --dark: #000e2b;
  --blue: #0152b5;
  --d-blue: #003371;
  --card-gradient: linear-gradient(180deg, #000e2b 0%, rgba(0, 14, 43, 0) 100%);
  --hover: #7b68ee;
  --active: #4169e1;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}

@media (max-width: 991px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-position: top;
  position: relative;
  background-position: top;

}

/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;*/

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main:not(:last-child) {
  margin-bottom: 60px;
}

@media(max-width:600px) {
  .main:not(:last-child) {
    margin-bottom: 40px;
  }
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/pr-bg.webp');
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;

}

@media(max-width:600px) {
  .bg {
    background-size: 148%;
  }
}


.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}

a,
button {
  color: var(--main);
}

.onlinecasinotop-header {
  background: var(--Button, linear-gradient(180deg, #4C6EF6 0%, #3858E6 45.5%, #203ED1 100%));
  display: flex;
  padding: 16px 0px;
  align-items: center;
  position: relative;
  z-index: 21;
}

.onlinecasinotop-header__container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

@media(max-width:600px) {
  .onlinecasinotop-header {
    padding: 10px 0;
  }


}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}


.header-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-link {
  color: #FFF;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;

  /* Text/Text(14) */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.56px;
}

.gradient-link {
  background: var(--g7, linear-gradient(90deg, #FFA100 0%, #4C3000 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: #fff;
  /* Белая обводка */
  font-family: "Clash Display";
  color: transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}


@media (any-hover: hover) {
  .logo:hover {
    color: var(--hover);
  }
}

@media(max-width:600px) {

  .logo,
  .gradient-link {
    font-size: 14px;
  }
}


@media(max-width:330px) {

  .logo,
  .gradient-link {
    font-size: 12px;
  }
}

.logo:focus-visible {
  color: var(--hover);
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.tx-32-24 {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
}

@media (max-width: 991px) {
  .tx-32-24 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .tx-32-24 {
    font-size: 24px;
  }
}

.tx-42-16 {
  font-weight: 400;
  font-size: 42px;
  line-height: 120%;
}

@media (max-width: 1220px) {
  .tx-42-16 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .tx-42-16 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .tx-42-16 {
    font-size: 16px;
  }
}

.tx-main {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 991px) {
  .tx-20-16 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .tx-20-16 {
    font-size: 16px;
  }
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

@media (max-width: 600px) {
  .tx-16-14 {
    font-size: 14px;
  }
}

.text-shadow {
  text-shadow: var(--text-shadow);
}

.background-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--white);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#000e2b),
      to(rgba(0, 14, 43, 0)));
  background: linear-gradient(180deg, #000e2b 0, rgba(0, 14, 43, 0) 100%);
}

@media (max-width: 991px) {
  .background-title {
    padding: 10px 15px;
  }
}

@media (max-width: 600px) {
  .background-title {
    padding: 10px;
  }
}

.tx-24-20 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}

@media (max-width: 991px) {
  .tx-24-20 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .tx-24-20 {
    font-size: 20px;
  }
}

.tx-12-10 {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}

@media (max-width: 600px) {
  .tx-12-10 {
    font-size: 10px;
  }
}

.tx-10-8 {
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
}

@media (max-width: 600px) {
  .tx-10-8 {
    font-size: 8px;
  }
}

.tx-14-10 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

@media (max-width: 991px) {
  .tx-14-10 {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .tx-14-10 {
    font-size: 10px;
  }
}

.tx-14-6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

@media (max-width: 1220px) {
  .tx-14-6 {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .tx-14-6 {
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  .tx-14-6 {
    font-size: 6px;
  }
}

.but-cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--main);
  background-color: var(--blue);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 10px 23px;
  min-width: 120px;
  min-height: 50px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .but-cookie {
    font-size: 18px;
    min-height: 46px;
  }
}

@media (max-width: 600px) {
  .but-cookie {
    font-size: 14px;
    min-height: 41px;
  }
}

.but-cookie_change {
  background-color: var(--d-blue);
}

@media (any-hover: hover) {
  .but-cookie:hover {
    background-color: var(--hover);
  }
}

.but-cookie:focus-visible {
  background-color: var(--hover);
}

.but-cookie:active {
  background-color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.but {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 200px;
  width: 100%;
  border-radius: 6px;
  background: var(--Button, linear-gradient(180deg, #4C6EF6 0%, #3858E6 45.5%, #203ED1 100%));
  color: #FFF;
  font-family: "Clash Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  align-self: center;
}

.payment-methods {
  display: flex;
  align-items: center;
  gap: 5px;
}



.payment-methods img {
  width: 30px;
  height: 20px;
}

@media(max-width:600px) {
  .payment-methods {
    width: 100%;
  }
}

.payment-method {
  width: 45px;
  height: 28px;
  border-radius: 12px;
  object-fit: cover;
  display: none;
  background-color: #fff;
}

@media(max-width:600px) {
  .payment-method {
    object-fit: contain;
  }
}


.button-pay {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  max-width: 300px;
  width: 100%;
}

@media(max-width:1130px) {
  .button-pay {
    max-width: 240px;
  }

}

@media(max-width:1030px) {
  .button-pay {
    max-width: 200px;
  }
}

@media(max-width:991px) {
  .button-pay {
    flex-direction: column;
    flex: auto;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
  }
}

.payments {
  display: flex;
  align-items: center;
}

.bennefitimg {
  width: 44px;
  height: 35px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .but {
    font-size: 16px;
    min-height: 38px;
    padding: 12px 0;
  }
}

@media (max-width: 600px) {
  .but {
    font-size: 14px;
    min-height: 36px;
    padding: 0 10px;
  }
}

@media (any-hover: hover) {
  .but:hover {
    opacity: 0.5;
  }
}

.but:focus-visible {
  opacity: 0.5;
}

.but:active {
  opacity: 0.5;
}

.num {
  padding-top: 1px;
  padding-left: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #8f7500;
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  min-width: 14px;
  min-height: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: var(--white);
}

.mb-25-10:not(:last-child) {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .mb-25-10:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .mb-25-10:not(:last-child) {
    margin-bottom: 10px;
  }
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px;
  }
}

.mb-55-10:not(:last-child) {
  margin-bottom: 55px;
}

@media (max-width: 1220px) {
  .mb-55-10:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .mb-55-10:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .mb-55-10:not(:last-child) {
    margin-bottom: 10px;
  }
}

.mb-5:not(:last-child) {
  margin-bottom: 5px;
}

.mb-20:not(:last-child) {
  margin-bottom: 32px;
}

.mb-10-5:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .mb-10-5:not(:last-child) {
    margin-bottom: 5px;
  }
}

.mb-15-10:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .mb-15-10:not(:last-child) {
    margin-bottom: 10px;
  }
}

.pb-20-10 {
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .pb-20-10 {
    padding-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .pb-20-10 {
    padding-bottom: 10px;
  }
}

.mb-20-10:not(:last-child) {
  margin-bottom: 20px;
}


@media (max-width: 600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px;
  }
}

.mb-20-15:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .mb-20-15:not(:last-child) {
    margin-bottom: 15px;
  }
}

.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;
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

.scroll {
  padding-bottom: 10px;
  overflow: auto;
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white);
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown);
}

.prestigepariscasino-header {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}



.prestigepariscasino-header__container {
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (max-width: 600px) {
  .prestigepariscasino-header__container {
    margin-bottom: 40px;
  }
}

.prestigepariscasino-header__line {
  width: 100%;
  position: absolute;
  left: -35px;
  right: 0;
  bottom: -40px;
}

@media (max-width: 991px) {
  .prestigepariscasino-header__line {
    position: static;
  }
}

.bennefits {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
}


@media (max-width: 991px) {
  .bennefits {
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media(max-width:600px) {
  .bennefits {
    justify-content: center;
  }
}

@media(max-width:401px) {
  .bennefits {
    width: 100%;
  }
}

.bennefit {
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Clash Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 21.6px */
  text-transform: uppercase;
}

.her-img {
  max-width: 400px;
  flex-shrink: 0;
  aspect-ratio: 400/333;
}

@media(max-width:1100px) {
  .her-img {
    max-width: 300px;
  }
}

@media(max-width:600px) {
  .her-img {
    max-width: 160px;
    display: none;
  }
}

@media (max-width: 600px) {
  .bennefit {
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Clash Display";
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 9.6px */
    text-transform: uppercase;
  }
}

.date-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.date-wrap img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

@media(max-width:600px) {
  .date-wrap {
    max-width: 500px;
    width: 100%;
  }

  .date-wrap img {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
  }
}


.date {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Clash Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: uppercase;
}

@media(max-width:600px) {
  .date {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Clash Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 12px */
    text-transform: uppercase;
  }
}

.bennefit-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-bonus {
  font-family: "Clash Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
  text-transform: uppercase;
  background: var(--Button, linear-gradient(180deg, #4C6EF6 0%, #3858E6 45.5%, #203ED1 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-bonus span {
  color: #FFF;
  font-family: "Clash Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

@media(max-width:991px) {
  .main-bonus {
    margin-top: 5px;
  }
}



.bennefit-wrapper img {
  width: 24px;
  height: 24px;
}



@media(max-width:600px) {


  .main-bonus {
    font-family: "Clash Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 14.4px */
    text-transform: uppercase;
  }

  .bennefit-wrapper {
    gap: 5px;
  }

  .bennefit-wrapper .bennefitimg {
    width: 23px;
    height: 23px;
  }

  .bennefit-wrapper img {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
  }

}

@media(max-width:600px) {
  .main-bonus {
    font-size: 12px;
    text-align: start;
  }

  .main-bonus span {
    font-size: 18px;
  }
}


.prestigepariscasino-hero__title {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-family: "Clash Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  text-transform: uppercase;
}

.hero-descr {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-family: "Clash Display";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 22px */
}

.hero-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.hero-list .hero-descr {
  color: #FFF;
  font-family: "Clash Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media(max-width:991px) {
  .hero-list {
    display: none;
  }
}

.bg-text {
  background: linear-gradient(#FFFFC8, #B67801);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 600px) {
  .prestigepariscasino-hero__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    text-align: center;
  }

  .hero-descr {
    font-size: 14px;
    display: none;
  }

}

.terms {
  padding-top: 60px;
  font-family: "Clash Display";
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .terms {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .terms {
    padding-top: 20px;
  }
}

.terms h1 {
  color: #FFF;
  font-family: "Clash Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 36px */
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .terms h1 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .terms h1 {
    font-size: 16px;
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px;
  }
}

.terms h2 {
  color: #FFF;
  font-family: "Clash Display";
  font-size: var(--font-size-18, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
}

.terms h3 {
  color: #FFF;
  font-family: "Clash Display";
  font-size: var(--font-size-18, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
}

.terms h4 {
  color: #FFF;
  font-family: "Clash Display";
  font-size: var(--font-size-18, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
}

.terms h5 {
  color: #FFF;
  font-family: "Clash Display";
  font-size: var(--font-size-18, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
}

.terms h6 {
  color: #FFF;
  font-family: "Clash Display";
  font-size: var(--font-size-18, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 18px */
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .terms h2 {
    font-size: 16px;
  }

  .terms h3 {
    font-size: 16px;
  }

  .terms h4 {
    font-size: 16px;
  }

  .terms h5 {
    font-size: 16px;
  }

  .terms h6 {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .terms h2 {
    font-size: 14px;
  }

  .terms h3 {
    font-size: 14px;
  }

  .terms h4 {
    font-size: 14px;
  }

  .terms h5 {
    font-size: 14px;
  }

  .terms h6 {
    font-size: 14px;
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px;
  }
}

.terms p {
  color: #FFF;
  font-family: "Clash Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

@media (max-width: 991px) {
  .terms p {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .terms p {
    font-size: 14px;
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px;
  }
}

.terms ul {
  padding-left: 20px;
}

.terms li {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  list-style: disc !important;
}

@media (max-width: 991px) {
  .terms li {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .terms li {
    font-size: 12px;
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.prestigepariscasino-hero {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media(max-width:991px) {
  .prestigepariscasino-hero {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}


.cazinouriromania-top-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

.colored-b {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 10px;
  background: var(--Button, linear-gradient(180deg, #4C6EF6 0%, #3858E6 45.5%, #203ED1 100%));
}

.uncolored {
  display: flex;
  flex-direction: column;
  gap: 30px;
}





.colored-b h2 {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Clash Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 36px */
  text-transform: uppercase;
}

.uncolored h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Clash Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  text-transform: uppercase;
}

.uncolored p {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Clash Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}

@media(max-width:991px) {

  .colored-b h2 {
    font-size: 18px;
  }

  .colored-b {
    gap: 10px;
    padding: 20px 10px;
  }

  .uncolored h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 20px;
  }

  .uncolored {
    gap: 20px;
  }
}

.colored-b p {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Clash Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}

@media(max-width:991px) {
  .uncolored p {
    font-size: 14px;
  }

  .colored-b p {
    font-size: 14px;
  }
}

.prestigepariscasino-hero__container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .prestigepariscasino-hero__container {
    flex-direction: column-reverse;
    gap: 0;
  }
}

@media (max-width: 600px) {
  .prestigepariscasino-hero__container {
    gap: 0;
    margin-bottom: 0;
  }
}

.prestigepariscasino-hero__descr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

@media(max-width:991px) {
  .prestigepariscasino-hero__descr {
    align-items: start;
  }

  .mob-h {
    display: none;
  }
}

@media(max-width:600px) {
  .prestigepariscasino-hero__descr {
    gap: 4px;
  }
}

@media (max-width: 768px) {
  .prestigepariscasino-hero__text {
    display: none;
  }
}

.hero-txt {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

@media (max-width: 991px) {
  .hero-txt {
    display: none;
  }
}

.prestigepariscasino-hero__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 600px) {
  .prestigepariscasino-hero__benefits {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template: auto/repeat(4, 1fr);
    gap: 10px;
  }
}

.prestigepariscasino-hero__benefit {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1220px) {
  .prestigepariscasino-hero__benefit {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.prestigepariscasino-hero__benefit img {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .prestigepariscasino-hero__benefit img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 600px) {
  .prestigepariscasino-hero__benefit img {
    width: 15px;
    height: 15px;
  }
}

.prestigepariscasino-hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  height: 147px;
}

@media (max-width: 1220px) {
  .prestigepariscasino-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 107px;
  }
}

@media (max-width: 991px) {
  .prestigepariscasino-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    height: 87px;
  }
}

@media (max-width: 450px) {
  .prestigepariscasino-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77px;
    flex: 0 0 77px;
    height: 57px;
  }
}

.prestigepariscasino-footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background: var(--gradient-footer);
}

@media (max-width: 600px) {
  .prestigepariscasino-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.prestigepariscasino-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.prestigepariscasino-footer__link {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .prestigepariscasino-footer__link {
    height: 40px;
  }
}

@media (max-width: 600px) {
  .prestigepariscasino-footer__link {
    height: 30px;
  }
}

@media (any-hover: hover) {
  .prestigepariscasino-footer__link:hover {
    opacity: 0.5;
  }
}

.prestigepariscasino-footer__link:focus-visible {
  opacity: 0.5;
}

.prestigepariscasino-footer__link:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.prestigepariscasino-footer__middle-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .prestigepariscasino-footer__middle-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.prestigepariscasino-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 991px) {
  .prestigepariscasino-footer__bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.prestigepariscasino-footer__war {
  width: 60px;
  height: 43px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .prestigepariscasino-footer__war {
    width: 44px;
    height: 34px;
  }
}

@media (max-width: 600px) {
  .prestigepariscasino-footer__war {
    width: 34px;
    height: 24px;
  }
}

.nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1087px;
  flex: 0 1 1087px;
  width: 100%;
}

@media (max-width: 991px) {
  .nav {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 768px) {
  .nav__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .nav__link:hover {
    color: var(--hover);
  }
}

.nav__link:focus-visible {
  color: var(--hover);
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__body {
  overflow: auto;
  max-width: 567px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 20px;
  background-color: var(--dark);
}

.popup__button {
  min-width: 291px;
}

@media (max-width: 991px) {
  .popup__button {
    min-width: 120px;
  }

  .popup__body {
    width: 95%;
  }
}

.popup-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4;
  max-width: 567px;
  width: 100%;
  z-index: 2;
  margin: auto;
  padding: 20px;
  background-color: var(--dark);
}

.popup-cookie.disabled {
  display: none;
}

.popup-cookie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-cookie__item:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 179px;
  flex: 0 1 179px;
}

.popup-cookie__item:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 323px;
  flex: 0 1 323px;
}

.popup-cookie__button {
  min-width: 0;
  width: 100%;
  text-align: center;
}

.popup-cookie__link {
  min-width: 0;
  width: 100%;
  text-align: center;
}

.prestigepariscasino-cards__item:last-child .cardes {
  margin-bottom: 0;
}

.prestigepariscasino-cards__item:last-child .prestigepariscasino-cards__line {
  display: none;
}

.prestigepariscasino-cards__line {
  height: 6px;
}

@media(max-width:991px) {
  .prestigepariscasino-cards {
    margin-top: 20px;
  }
}

@media(max-width:600px) {
  .prestigepariscasino-cards {
    margin-top: 0;
  }
}


.top10casino__resp--elem h1 {
  color: #FFF;
  font-family: "League Spartan";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.top10casino__resp--elem p {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.top10casino__resp--elem h2 {
  color: #FFF;
  font-family: "League Spartan";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.top10casino__resp--elem ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top10casino__resp--elem li {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cardes {
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--Button, #4C6EF6);
  background: rgba(11, 11, 13, 0.80);
  display: flex;
  align-items: center;
  padding-right: 20px;
  animation: glow 2s ease-in-out infinite alternate;
  gap: 24px;
  z-index: 10;
  overflow: hidden;
}

@keyframes glow {
  from {
    box-shadow:
      0 0 20px rgba(0, 153, 255, 0.4),
      0 0 30px rgba(0, 153, 255, 0.5),
      0 0 40px rgba(255, 255, 255, 0.4);
  }

  to {
    box-shadow:
      0 0 40px rgba(0, 153, 255, 0.9),
      0 0 70px rgba(0, 153, 255, 1),
      0 0 800px rgba(255, 255, 255, 0.8);
  }
}

.badge {
  display: flex;
  height: 40px;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  border-radius: 38px 0px;
  background: linear-gradient(90deg, #FF161E 0%, #990D12 100%);
  top: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 275% */
}

@media(max-width:600px) {
  .badge {
    max-width: 160px;
    width: 100%;
    height: 19px;
    background: url('/img/bbg.svg') no-repeat center / cover;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    left: -10px;
    top: 0px;
    font-family: Inter;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    border-radius: 36px 0px 36px 0px;
    /* 550% */
  }
}

@media(max-width:340px) {
  .badge {
    max-width: 130px;
  }
}

.glow {
  border-radius: 38px;
  background: rgba(0, 0, 0, 0.70);
  box-shadow: 0px 4px 12px 0px #008AC9;
  backdrop-filter: blur(5px);
}


@media (max-width: 1220px) {
  .cardes {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .cardes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    width: auto;
    max-width: 500px;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .prestigepariscasino-cards__item {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .cardes {
    padding: 0px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 8px;
  }
}



.cardes__num {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

@media (max-width: 991px) {
  .cardes__num {
    top: 8px;
    left: 8px;
  }
}

@media (max-width: 600px) {
  .cardes__num {
    top: 4px;
    left: 4px;
  }
}

.cardes__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 920px;
}

@media(max-width:1200px) {
  .cardes__left {
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .cardes__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    gap: 8px;
    max-width: 500px;
  }
}

@media (max-width: 600px) {
  .cardes__left {
    align-items: center;
    gap: 0;
  }
}

.cardes__left-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 20px;
  -webkit-box-flex: 0;
  width: 100%;
  max-width: 675px;
}

.verde {
  max-width: 200px;
  height: 90px;
  margin-top: 10px;
}



@media (max-width: 991px) {
  .cardes__left-left {
    flex-direction: column;
    flex: 1 1 200px;
    gap: 0;
    padding: 10px;
    height: 100%;
  }
}

@media(max-width:626px) {
  .cardes__left-left {
    flex: 0 1 65%;
  }
}

@media(max-width:600px) {
  .cardes__left-left {
    height: 100%;
    flex: 0 0 50%;
    padding: 10px;
  }
}

@media(max-width:365px) {
  .cardes__left-left {
    padding-right: 0;
  }
}

.prestigepariscasino-cards__list {
  position: relative;
  z-index: 3;
}

.cardes__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-flex: 0;
  height: 180px;
  padding: 0px 40px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 355px;
}

@media(max-width:1060px) {
  .cardes__logo {
    padding: 0 24px;
  }
}

@media(max-width:1200px) {
  .cardes__logo {
    width: 100%;
  }
}

@media(max-width:991px) {
  .cardes__logo {
    background: transparent;
    height: 50px;
    padding: 0;
  }
}

.cas-name {
  color: #FFF;
  font-family: "Clash Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 36px */
  text-transform: uppercase;
}


.rate-txt {
  color: #FFF;
  font-family: "Clash Display";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media(max-width:600px) {
  .rate-txt {
    font-size: 10px;
  }

  .cas-name {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .cardes__logo {
    -webkit-box-flex: 0;
    flex: auto;
  }

  .cardes__logo img {
    width: 200px;
    object-fit: contain;
  }
}

@media (any-hover: hover) {
  .cardes__logo:hover {
    opacity: 0.5;
  }
}

.cardes__logo:focus-visible {
  opacity: 0.5;
}

.cardes__logo:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.cardes__wrapper-info {
  -webkit-box-flex: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  max-width: 360px;
}

@media (max-width: 991px) {
  .cardes__wrapper-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    flex-direction: column-reverse;
    display: flex;
    display: none;
  }
}

@media (max-width: 600px) {
  .cardes__wrapper-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    flex-direction: column-reverse;
    display: flex;
    gap: 5px;
    display: none;
  }
}


.cardes__title a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .cardes__title a:hover {
    color: var(--hover);
  }
}

.cardes__title a:focus-visible {
  color: var(--hover);
}

.cardes__title a:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.cardes__infos {
  list-style: disc;
  display: block;
  padding-left: 15px;
  max-width: 250px;
  width: 100%;
}

.cardes__infos li {
  position: relative;
  /* Отступ для маркера */
}


.cardes__title a {
  font-family: "League Spartan";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 36px */
  text-transform: uppercase;
}

@media(max-width:991px) {
  .cardes__title {
    display: none;
  }
}

.cardes__info {
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  list-style: disc;
  text-transform: capitalize;
  /* 150% */
}

.most-bennefits-wrapper ul {
  list-style-type: none;
  /* Remove default list markers */
  padding-left: 20px;
  list-style: none;
  /* Add some left padding for space */
}

.most-bennefits-wrapper li {
  color: #FFF;
  font-family: "Clash Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: none;
  position: relative;
  /* Needed for positioning the custom marker */
  margin-bottom: 10px;
}

@media(max-width:600px) {
  .most-bennefits-wrapper li {
    font-size: 9px;
    line-height: 12px;
  }
}

.most-bennefits-wrapper li::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 20px;
  background-image: url('/img/fire.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 600px) {
  .cardes__info {
    gap: 1px;
    font-size: 10px;
    line-height: 14px;
    text-transform: capitalize;
  }

  .most-bennefits-wrapper li::before {
    width: 6px;
    /* Set width of the image */
    height: 8px;
    left: -10px;
  }


}

.cardes__info img {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .cardes__info img {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 600px) {
  .cardes__info img {
    width: 10px;
    height: 10px;
  }
}



@media(max-width:991px) {
  .cardes__left-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 240px;
    flex: 0 1 240px;
    width: 100%;
  }
}



@media (max-width: 991px) {
  .cardes__left-right {
    flex-direction: column;
    gap: 0;
    justify-content: space-between;
    align-items: start;
    height: 100%;
    padding: 10px;
  }
}



.cardes__wrapper-bonus {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  width: 100%;
}

@media (max-width: 991px) {
  .cardes__wrapper-bonus {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.cardes__bonus-icon {
  width: 24px;
  height: 24px;
}

.cardes__bonus {
  display: block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .cardes__bonus:hover {
    color: var(--hover);
  }
}

.cardes__bonus:focus-visible {
  color: var(--hover);
}

.cardes__bonus:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.cardes__wrapper-rating {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
}

.card-bonus {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 157.143% */
  text-transform: uppercase;
}

.rating-text {
  color: #FFF;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


@media (max-width: 991px) {
  .cardes__wrapper-rating {
    -webkit-box-flex: 0;
    gap: 5px;
    margin-top: 26px;
  }
}

.cardes__rating {
  color: #FFF;
  font-family: "Clash Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 600px) {
  .cardes__rating {
    color: #FFF;
    font-family: "Clash Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .cardes__wrapper-rating {
    justify-content: center;
    margin-top: 15px;
  }
}

.cardes__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1040px) {
  .cardes__stars {
    gap: 4px;
  }
}

@media (max-width: 600px) {
  .cardes__stars {
    gap: 1px;
    flex-wrap: wrap;
  }
}

.cardes__star {
  width: 22.857px;
  height: 22.857px;
}

@media(max-width:1200px) {
  .cardes__star {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 600px) {
  .cardes__star {
    width: 12.766px;
    height: 12.766px;
  }
}

.cardes__link {
  width: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .cardes__link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-top: auto;
    margin: 0 auto;
  }
}

.glare {
  opacity: 0.8;
  position: absolute;
  top: -100px;
  left: -30px;
  display: block;
  background: #fff;
  width: 40px;
  height: 300px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  100%,
  30% {
    -webkit-transform: translateX(350px) rotate(45deg);
    transform: translateX(350px) rotate(45deg);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  100%,
  30% {
    -webkit-transform: translateX(350px) rotate(45deg);
    transform: translateX(350px) rotate(45deg);
  }
}

/* Description */
.top10casino__desc--box {
  margin: 5.5rem 0 6.25rem;
}

.top10casino__desc--container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.text-image-wrapper {
  display: flex;
  gap: 85px;
}

.image-text-wrap {
  display: flex;
  align-items: center;
  gap: 85px;
  align-self: stretch;
}

.text-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 945px;
}

.image-text-wrap img {
  max-width: 210px;
  display: block;
  height: 160px;
}

@media(max-width:991px) {
  .image-text-wrap {
    flex-wrap: wrap;
  }
}

.reversed {
  flex-direction: row-reverse;
}

@media(max-width:991px) {
  .image-text-wrap {
    flex-wrap: wrap;
  }

  .reversed {
    flex-direction: row;
  }

}

.text-list {
  display: flex;
  gap: 20px;
}

@media(max-width:991px) {
  .text-list {
    flex-wrap: wrap;
  }

  .text2 .cardes__infos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
  }

  .cardes__infos {
    list-style: none;
    display: none;
  }

  .cardes__info {
    list-style: none;
  }
}

@media(max-width:600px) {

  .most-bennefits-wrapper {
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
}

.text1,
.text2 {
  display: flex;
  max-width: 610px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.gradietn-title {
  font-family: "League Spartan";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

@media(max-width:600px) {
  .gradietn-title {
    font-size: 16px;
  }
}

.text2 .cardes__info {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media(max-width:600px) {
  .text2 .cardes__info {
    font-size: 14px;
  }
}

.text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 945px;
}

.top10casino__desc--container_title {
  color: #FFF;
  font-family: "League Spartan";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

@media(max-width:600px) {
  .top10casino__desc--container_title {
    font-size: 20px;
  }
}

.top10casino__desc---elem,
.top10casino__desc---elem_list-blocks {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.top10casino__desc---elem_title {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  text-transform: uppercase;
}

.top10casino__desc---elem_lists {
  list-style: disc;
}

.top10casino__desc---elem_text {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media(max-width:600px) {
  .top10casino__desc---elem_text {
    font-size: 12px;
  }
}

.top10casino__desc---elem_lists-item {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  list-style: disc;
  line-height: 20px;
  /* 142.857% */
  margin-left: 1.5rem;
}

/* Footer */

.top10casino__footer--box {
  width: 100%;
  border-top: 3px solid #5A4737;
  background: rgba(0, 0, 0, 0.80);
  padding: 50px 135px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1241px) {
  .top10casino__footer--box {
    padding: 3rem 1rem;
  }
}

.top10casino__page--container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  background: rgba(0, 0, 0, 0.60);
}

.top10casino__footer-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top10casino__footer--top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
}

@media(max-width:600px) {
  .top10casino__footer--top {
    gap: 20px;
  }
}

.top10casino__footer--description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.top10casino__footer-cent {
  text-align: center;
}

.top10casino__footer--description_text {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top10casino__footer--description_oth-text {
  color: #fff;
  font-family: var(--font--regular);
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 16.94px;
}

.top10casino__footer--oth_links {
  color: #fff;
  font-family: var(--font--medium);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 21.6px;
  text-decoration: underline;
}

.top10casino__footer--list_elem {
  color: #fff;
  font-size: 0.75rem;
  line-height: 14.4px;
  font-family: var(--font--medium);
  list-style-type: disc;
  margin-left: 1.5rem;
}

.top10casino__footer--description_box {
  width: 100%;
  display: flex;
  gap: 3rem;
}

.top10casino__footer--description-elem {
  display: flex;
  gap: 1.25rem;
}

@media (max-width: 991px) {
  .top10casino__footer--description-elem {
    flex-direction: column;
  }
}

.top10casino__footer---box_w {
  max-width: 545px;
  width: 100%;
}

.top10casino__footer---box__items {
  max-width: 610px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.top10casino__footer_title {
  color: #FFF;
  font-family: "League Spartan";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.top10casino__footer---box__items__title {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  text-transform: uppercase;
}

.top10casino__footer--links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}

@media (max-width: 991px) {
  .top10casino__footer--links {
    flex-direction: column;
    align-items: start;
  }
}

.top10casino__footer--links img {
  width: 56px;
}

.top10casino__footer--links__items {
  color: #FFF;
  font-family: "League Spartan";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.top10casino__footer---box_desc {
  display: flex;
  max-width: 511px;
  width: 100%;
  gap: 1rem;
}

@media (max-width: 991px) {
  .top10casino__footer---box_desc {
    flex-direction: column;
  }
}

/* Cookies Modal */
.top10casino__fixed-cookie {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}

@media(max-width:991px) {
  .top10casino__fixed-cookie {
    left: unset;
  }
}

.top10casino__cookie--box {
  max-width: 800px;
  width: 100%;
}

#top10casinoCookiePopup {
  z-index: 15;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #0F0F10;
  padding: 40px 20px;
}

@media(max-width:991px) {
  #top10casinoCookiePopup {
    max-width: 400px;
    padding: 20px;
  }
}

.top10casino__cookie--container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

@media(max-width:991px) {
  .top10casino__cookie--container {
    flex-direction: column;
    gap: 20px;

  }
}

.text-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 824px;
  gap: 10px;
  width: 100%;
  align-items: center;
}

@media(max-width:991px) {
  .text-content {
    align-items: center;
  }
}

.top10casino__cookie-title {
  color: #FFF;
  text-align: center;
  font-family: "Clash Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .top10casino__cookie-title {
    font-size: 24px;
  }
}

.top10casino__cookie-text {
  color: #FFF;
  text-align: center;
  font-family: "Clash Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}

@media (max-width: 991px) {
  .top10casino__cookie-text {
    font-size: 15px;
  }
}

.top10casino__cookie-btn {
  border-radius: 5px;
  display: flex;
  height: 40px;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-family: "League Spartan";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.4px;
  /* 160% */
  letter-spacing: 0.6px;
  width: 100%;
  border-radius: 6px;
  background: var(--Button, linear-gradient(180deg, #4C6EF6 0%, #3858E6 45.5%, #203ED1 100%));
  color: #FFF;
  text-align: center;
  font-family: "Clash Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
}

@media(max-width:991px) {
  .top10casino__cookie-btn {
    max-width: 100%;
  }
}

.top10casino__cookie--btn-w {
  width: 100%;
  border-radius: 5px;
  background: #000;
  display: flex;
  height: 40px;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "League Spartan";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.4px;
  /* 160% */
  letter-spacing: 0.6px;
  border-radius: 6px;
  background: #FFF;
  color: #0F0F10;
  text-align: center;
  font-family: "Clash Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
}

@media(max-width:991px) {
  .top10casino__cookie--btn-w {
    width: 100%;
    max-width: 100%;
  }
}

.top10casino__btn--box_cookie {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

@media (max-width: 991px) {
  .top10casino__btn--box_cookie {
    align-items: center;
    flex-direction: column;
  }
}



.top10casino__show {
  visibility: visible;
  bottom: 0em;
  right: 2em;
}

/* Popup */
.top10casino__popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    pointer-events 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    pointer-events 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    pointer-events 0.2s ease-in-out;
  height: 100vh;
}

.top10casino__popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.top10casino__popup__body {
  position: relative;
  top: 20%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 5px;
  max-width: 673px;
  z-index: 10;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(2px);
  padding: 50px;
}

.top10casino__popup__title {
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 48px */
}

.plus {
  color: #FFF;
  font-family: "League Spartan";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .top10casino__popup__body {
    padding: 25px 15px;
  }
}

@media (max-width: 620px) {
  .top10casino__popup__title {
    font-size: 1.25rem;
  }
}

@media (max-width: 450px) {
  .top10casino__popup__body {
    width: 95%;
    padding: 20px 10px;
  }
}

.top10casino__popup__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.top10casino__popup__form input {
  position: absolute;
  top: 0;
  left: -5000px;
}

.top10casino__popup__text {
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

/* @media (max-width: 991px) {
  .top10casino__popup__text {
      font-size: 16px;
      margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .top10casino__popup__text {
      font-size: 14px;
      margin-bottom: 20px;
  }
} */

.top10casino__form-bottom {
  text-align: center;
  display: flex;
  justify-content: center;
}

.top10casino__popup__button {
  cursor: pointer;
  display: flex;
  height: 50px;
  padding: 20px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 5px;
  background: #000;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  border-radius: 8px;
  background: var(--g7, linear-gradient(90deg, #FFA100 0%, #4C3000 100%));
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.304px;
}

.top10casino__popup__button:active {
  opacity: 0.2;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

/* @media (max-width: 991px) {
  .top10casino__popup__button {
      min-width: 149px;
      font-size: 17px;
  }
}

@media (max-width: 600px) {
  .top10casino__popup__button {
      font-size: 14px;
      min-width: 169px;
      min-height: 30px;
  }
} */

.top10casino__resp--box {
  padding: 3.2rem 0;
}

.top10casino__resp--container,
.top10casino__resp--elem {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.top10casino__resp--elem_title {
  color: #fff;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 135.714% */
  text-transform: uppercase;
  margin-top: 20px;
}

.top10casino__resp--elem_text {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.cazinouriromania-top-fw-300 {
  font-weight: 300
}




.cazinouriromania-top-footer {
  margin-top: auto;
  padding: 40px 0;
  border-top: 1px solid var(--Button, #4C6EF6);
  background: #0F0F10;
  position: relative;
  z-index: 3;
}

.mb-20 {
  margin-bottom: 20px;
}

.terms-cont {
  margin-top: 50px;
}

.cazinouriromania-top-footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.cazinouriromania-top-footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

@media(max-width: 1024px) {
  .cazinouriromania-top-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
  }
}

.cazinouriromania-top-footer .cazinouriromania-top-gambleaware ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cazinouriromania-top-footer .cazinouriromania-top-gambleaware li img {
  max-height: 60px
}

@media(max-width: 640px) {
  .cazinouriromania-top-footer .cazinouriromania-top-gambleaware li img {
    max-width: 240px
  }
}

.cazinouriromania-top-icon {
  width: 56px;
  height: 36px;
}

.cazinouriromania-top-h1,
.cazinouriromania-top-h2,
.cazinouriromania-top-h3,
.cazinouriromania-top-h4,
.cazinouriromania-top-h5,
.cazinouriromania-top-h6 {
  margin: 0;
  line-height: normal;
  font-family: "Clash Display";
  font-weight: 600
}


.cazinouriromania-top-grid {
  display: grid;
  grid-template-columns: 1fr
}


.cazinouriromania-top-grid {
  display: grid;
  grid-template-columns: 1fr
}

.cazinouriromania-top-grid-1-2 {
  grid-template-columns: repeat(2, 1fr)
}

@media(min-width: 1200px) {
  .cazinouriromania-top-grid-1-2-d {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width: 1200px) {
  .cazinouriromania-top-grid-1-3-d {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(min-width: 1200px) {
  .cazinouriromania-top-grid-1-4-d {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media(min-width: 1200px) {
  .cazinouriromania-top-grid-1-5-d {
    grid-template-columns: repeat(5, 1fr)
  }
}

@media(min-width: 1200px) {
  .cazinouriromania-top-grid-revers-d>div {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }
}

@media(min-width: 1200px) {
  .cazinouriromania-top-width-1-2-d {
    display: block;
    width: 50%
  }
}

.cazinouriromania-top-width-1-1 {
  width: 100%
}

.cazinouriromania-top-width-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.cazinouriromania-top-block {
  display: block
}

.cazinouriromania-top-gap {
  gap: var(--gap)
}

.cazinouriromania-top-gap-20 {
  gap: 20px
}

@media(max-width: 640px) {
  .cazinouriromania-top-gap-20 {
    gap: 15px
  }
}

.cazinouriromania-top-gap-100 {
  gap: 100px
}

@media(max-width: 640px) {
  .cazinouriromania-top-gap-100 {
    gap: 20px
  }
}

.cazinouriromania-top-br {
  border-radius: var(--border-radius)
}

.cazinouriromania-top-br img {
  border-radius: var(--border-radius)
}

.cazinouriromania-top-border-white {
  border: 1px solid #fff
}

.cazinouriromania-top-overflow-h {
  overflow: hidden
}

picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

img {
  height: auto;
  max-width: 100%
}

.cazinouriromania-top-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.cazinouriromania-top-visibility-hidden {
  visibility: hidden
}

.cazinouriromania-top-bg-secondary {
  background: var(--secondary)
}

.cazinouriromania-top-bg-primary {
  background: var(--primary)
}

.cazinouriromania-top-bg-mute {
  background: #b3a8a2
}

iframe {
  border: none;
  width: 100%;
  aspect-ratio: 16/9
}

.cazinouriromania-top-text-center {
  text-align: center
}

.cazinouriromania-top-cookie *,
.cazinouriromania-top-privacy * {
  font-family: sans-serif;
  color: var(--base-color);
  border: none;
  font-size: revert
}

.cazinouriromania-top-cookie h2,
.cazinouriromania-top-cookie .cazinouriromania-top-h2,
.cazinouriromania-top-privacy h2,
.cazinouriromania-top-privacy .cazinouriromania-top-h2 {
  margin: 20px 0
}

.cazinouriromania-top-margin-bottom {
  margin-bottom: 54px
}

@media(max-width:600px) {
  .cazinouriromania-top-margin-bottom {
    margin-bottom: 24px
  }
}

.cazinouriromania-top-uppercase {
  text-transform: uppercase
}



@media(max-width:340px) {
  .payments .plus-icon {
    width: 13px;
    height: 20px;
    aspect-ratio: 1/1;
  }
}

.payments .plus-icon {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  cursor: pointer;
  border-radius: 32px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.20);
}

@media(max-width:600px) {
  .payments .plus-icon {
    width: 20px;
    height: 20px;
    aspect-ratio: 1/1;
    cursor: pointer;
    border-radius: 32px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
  }
}

.blued {
  background: #006 !important;
}


.cazinouriromania-top-footer {
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.50);
  position: relative;
  z-index: 20;
}

.mb-20 {
  margin-bottom: 20px;
}

.terms-cont {
  margin-top: 50px;
}

.cazinouriromania-top-footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.footer-inf-wr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

@media(max-width:991px) {
  .footer-inf-wr {
    flex-direction: column;
    gap: 20px;
  }
}

.footer-text-p {
  color: #FFF;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;

  /* Text/Text(14) */
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  letter-spacing: 0.56px;
}

.cazinouriromania-top-footer__bottom {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

@media(max-width: 1024px) {
  .cazinouriromania-top-footer__bottom {
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
    align-items: start;
  }
}

@media(max-width:991px) {
  .cazinouriromania-top-footer__bottom {
    flex-direction: column;
    gap: 8px;
  }
}

.cazinouriromania-top-footer__bottom a {
  color: #FFF;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-family: "Clash Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.cazinouriromania-top-gambleaware {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media(max-width:991px) {
  .cazinouriromania-top-gambleaware {
    flex-direction: column;
    gap: 20px;
  }
}

.cazinouriromania-top-footer .cazinouriromania-top-gambleaware ul {
  display: flex;
  width: 100%;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between !important;
}

@media(max-width:991px) {
  .cazinouriromania-top-footer .cazinouriromania-top-gambleaware ul {
    justify-content: center !important;
    gap: 12px;
  }
}

.cazinouriromania-top-footer .cazinouriromania-top-gambleaware li img {
  max-height: 60px
}

.plus {
  width: 54px;
}

@media(max-width: 640px) {
  .cazinouriromania-top-footer .cazinouriromania-top-gambleaware li img {
    max-width: 240px
  }
}

.cazinouriromania-top-icon {
  width: 56px;
  height: 36px;
}

.cazinouriromania-top-h1,
.cazinouriromania-top-h2,
.cazinouriromania-top-h3,
.cazinouriromania-top-h4,
.cazinouriromania-top-h5,
.cazinouriromania-top-h6 {
  margin: 0;
  line-height: normal;
  font-family: Alumni Sans;
  font-weight: 600
}


.cazinouriromania-top-grid {
  display: grid;
  grid-template-columns: 1fr
}


.cazinouriromania-top-grid {
  display: grid;
  grid-template-columns: 1fr
}

.cazinouriromania-top-grid-1-2 {
  grid-template-columns: repeat(2, 1fr)
}

@media(min-width: 1200px) {
  .cazinouriromania-top-grid-1-2-d {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(min-width: 1200px) {
  .cazinouriromania-top-grid-1-3-d {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(min-width: 1200px) {
  .cazinouriromania-top-grid-1-4-d {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media(min-width: 1200px) {
  .cazinouriromania-top-grid-1-5-d {
    grid-template-columns: repeat(5, 1fr)
  }
}

@media(min-width: 1200px) {
  .cazinouriromania-top-grid-revers-d>div {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }
}

@media(min-width: 1200px) {
  .cazinouriromania-top-width-1-2-d {
    display: block;
    width: 50%
  }
}

.cazinouriromania-top-width-1-1 {
  width: 100%
}

.cazinouriromania-top-width-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.cazinouriromania-top-block {
  display: block
}

.cazinouriromania-top-gap {
  gap: var(--gap)
}

.cazinouriromania-top-gap-20 {
  gap: 20px
}

@media(max-width: 640px) {
  .cazinouriromania-top-gap-20 {
    gap: 15px
  }
}

.cazinouriromania-top-gap-100 {
  gap: 100px
}

@media(max-width: 640px) {
  .cazinouriromania-top-gap-100 {
    gap: 20px
  }
}

.cazinouriromania-top-br {
  border-radius: var(--border-radius)
}

.cazinouriromania-top-br img {
  border-radius: var(--border-radius)
}

.cazinouriromania-top-border-white {
  border: 1px solid #fff
}

.cazinouriromania-top-overflow-h {
  overflow: hidden
}

picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

img {
  max-width: 100%
}

.cazinouriromania-top-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.cazinouriromania-top-visibility-hidden {
  visibility: hidden
}

.cazinouriromania-top-bg-secondary {
  background: var(--secondary)
}

.cazinouriromania-top-bg-primary {
  background: var(--primary)
}

.cazinouriromania-top-bg-mute {
  background: #b3a8a2
}

iframe {
  border: none;
  width: 100%;
  aspect-ratio: 16/9
}

.cazinouriromania-top-text-center {
  text-align: center
}

.cazinouriromania-top-cookie *,
.cazinouriromania-top-privacy * {
  font-family: sans-serif;
  color: var(--base-color);
  border: none;
}

.cazinouriromania-top-cookie h2,
.cazinouriromania-top-cookie .cazinouriromania-top-h2,
.cazinouriromania-top-privacy h2,
.cazinouriromania-top-privacy .cazinouriromania-top-h2 {
  margin: 20px 0
}

.cazinouriromania-top-margin-bottom {
  margin-bottom: 54px
}

@media(max-width:600px) {
  .cazinouriromania-top-margin-bottom {
    margin-bottom: 24px
  }

  .my-slider img {
    width: 25.6px;
    height: 18px;
  }

  .carousel-wrap {
    width: 60%;
  }
}

.cazinouriromania-top-uppercase {
  text-transform: uppercase
}

.cazinouriromania-top-h3 {
  color: #FFF;
  font-family: "Clash Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  text-transform: uppercase;
  display: flex;
  max-width: 610px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
}

.cazinouriromania-top-h3 p {
  color: #FFF;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-family: "Clash Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  text-transform: none;
}

.section {
  display: flex;
  gap: 24px;
}

@media(max-width:991px) {
  .section {
    flex-direction: column;
  }
}






.section ul {
  list-style: disc !important;
  padding-left: 20px;
}

.section li {
  list-style: disc !important;
  color: #FAFFE9;

  /* Text/Text(16) */
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.64px;
}

.website-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 20px;
  background: #060F2E;
}

.section h2 {
  color: #FAFFE9;

  /* H2/H2(d) */
  font-family: Helvetica;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 48px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.section p {
  color: #FAFFE9;

  /* Text/Text(16) */
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.64px;
}

.dif-font {
  color: #FFF;
  font-family: "Alumni Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
  text-transform: uppercase;
}

@media(max-width:991px) {
  .section h2 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .section {
    padding: 32px 10px;
  }

  .cazinouriromania-top-footer {
    padding: 20px 0px;
  }
}

@media(max-width:600px) {
  .section h2 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .section p {
    font-size: 14px;
  }

  .section li {
    font-size: 14px;
  }
}

@media(max-width:360px) {
  .section h2 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .section p {
    font-size: 12px;
  }

  .section li {
    font-size: 12px;
  }
}


.cazinouriromania-top-footer .cazinouriromania-top-gambleaware ul {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: start;
}

@media(max-width:991px) {
  .cazinouriromania-top-footer .cazinouriromania-top-gambleaware ul {
    justify-content: center;
    gap: 0px;
  }
}


@media (max-width: 991px) {
  .top10casino__footer---box_desc {
    flex-direction: column;
  }
}

/* Cookies Modal */
.top10casino__fixed-cookie {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex !important;
}

@media(max-width:1200px) {
  .top10casino__fixed-cookie {
    left: unset;
  }
}

.top10casino__cookie--box {
  max-width: 800px;
  width: 100%;
}

#top10casinoCookiePopup {
  z-index: 999;
  display: flex;
  max-width: 673px;
  padding: 50px;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #0F0F10;
}

.top10casino__cookie--container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

@media(max-width:1200px) {
  .top10casino__cookie--container {
    flex-direction: column;
    gap: 20px;

  }
}

.text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}



.top10casino__cookie-title {
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Clash Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


@media(max-width:600px) {
  .top10casino__cookie-title {
    font-size: 16px;
  }
}

.top10casino__cookie-text {
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Clash Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}



@media(max-width:600px) {
  .top10casino__cookie-text {
    font-size: 12px;
  }
}

.top10casino__cookie-btn {
  border-radius: 6px;
  background: var(--Button, linear-gradient(180deg, #4C6EF6 0%, #3858E6 45.5%, #203ED1 100%));
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-family: "Clash Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.304px;
  width: 100%;
  max-width: 201px;
}

@media(max-width:1200px) {
  .top10casino__cookie-btn {
    max-width: 100%;
    width: 100%;
  }
}

.top10casino__cookie--btn-w {
  border-radius: 6px;
  background: #FFF;
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #0F0F10;
  text-align: center;
  font-family: "Clash Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  width: 100%;
}

@media(max-width:1200px) {
  .top10casino__cookie--btn-w {
    width: 100%;
    max-width: 100%;
  }
}

@media(max-width:600px) {
  .top10casino__cookie--btn-w {
    font-size: 12px;
  }

  .top10casino__cookie-btn {
    font-size: 12px;
    max-width: 108px;
  }
}


.top10casino__btn--box_cookie {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}


@media(max-width:600px) {
  .top10casino__btn--box_cookie {
    flex-direction: row;
  }
}



.top10casino__show {
  visibility: visible;
  bottom: 0em;
  right: 2em;
}

/* Popup */
.top10casino__popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    pointer-events 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    pointer-events 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
    pointer-events 0.2s ease-in-out;
  height: 100vh;
}

.top10casino__popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.top10casino__popup__body {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 673px;
  z-index: 10;
  padding: 50px 20px;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: #0F0F10;
}

.top10casino__popup__title {
  color: #FFF;
  text-align: center;
  font-family: "Clash Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 32px */
  text-transform: uppercase;
}

.plus {
  color: #FFF;
  font-family: "League Spartan";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .top10casino__popup__body {
    padding: 25px 15px;
  }
}

@media (max-width: 620px) {
  .top10casino__popup__title {
    font-size: 1.25rem;
  }
}

@media (max-width: 450px) {
  .top10casino__popup__body {
    width: 95%;
    padding: 20px 10px;
  }
}

.top10casino__popup__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.top10casino__popup__form input {
  position: absolute;
  top: 0;
  left: -5000px;
}

.top10casino__popup__text {
  color: #FFF;
  text-align: center;
  font-family: "Clash Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}

/* @media (max-width: 991px) {
  .top10casino__popup__text {
      font-size: 16px;
      margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .top10casino__popup__text {
      font-size: 14px;
      margin-bottom: 20px;
  }
} */

.top10casino__form-bottom {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.top10casino__popup__button {
  cursor: pointer;
  display: flex;
  border-radius: 6px;
  background: var(--Button, linear-gradient(180deg, #4C6EF6 0%, #3858E6 45.5%, #203ED1 100%));
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  color: #FFF;
  font-family: "Clash Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.304px;
}

.top10casino__popup__button:active {
  opacity: 0.2;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

/* @media (max-width: 991px) {
  .top10casino__popup__button {
      min-width: 149px;
      font-size: 17px;
  }
}

@media (max-width: 600px) {
  .top10casino__popup__button {
      font-size: 14px;
      min-width: 169px;
      min-height: 30px;
  }
} */

.top10casino__resp--box {
  padding: 3.2rem 0;
}

.top10casino__resp--container,
.top10casino__resp--elem {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.top10casino__resp--elem_title {
  color: #fff;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  /* 135.714% */
  text-transform: uppercase;
  margin-top: 20px;
}

.top10casino__resp--elem_text {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.cazinouriromania-top-fw-300 {
  font-weight: 300
}

.ft-tit {
  color: #FFF;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-family: "Clash Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

.cazinouriromania-top-h3 {
  color: #FFF;
  font-family: "Clash Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  text-transform: uppercase;
}

.h3-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.bottom-links-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media(max-width:991px) {
  .h3-wrap {
    flex-wrap: wrap;
    gap: 16px;
  }

  .bottom-links-wrap {
    flex-direction: column;
    gap: 8px;
  }
}

.eighneem {
  color: #F8012A;
  font-family: "Clash Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media(max-width:991px) {
  #top10casinoCookiePopup {
    padding: 26px;
  }

  .top10casino__cookie-title {
    color: #FFF;
    text-align: center;
    font-family: "Clash Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    text-transform: uppercase;
  }

  .top10casino__cookie-text {
    color: #FFF;
    text-align: center;
    font-family: "Clash Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
  }
}