* {
  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-image: url('/img/home-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


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;
}

/* inter-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/inter-v18-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/inter-v18-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/inter-v18-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/inter-v18-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/inter-v18-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/inter-v18-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

: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;
}


.bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  /* Двойная высота */
  z-index: -1;
}

.bg1,
.bg2 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.bg1 {
  top: 0;
  background-image: url('/img/bg1.png');
}

.bg2 {
  top: 17%;
  width: 134%;
  background-image: url('/img/bg2.png');
}

.term .bg2 {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

@media(max-width:600px) {
  .bg1 {
    width: 170%;
  }
}




.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}


.onlinecasinotop-header {
  display: flex;
  padding: 0px 0px;
  height: 0;
  background: transparent;
  align-items: center;
}

.onlinecasinotop-header__container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

@media(max-width:600px) {
  .onlinecasinotop-header {
    padding: 8px 0;
  }

  .onlinecasinotop-header__container {}

}

.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: Montserrat;
  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: 12px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  max-width: 192px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #FF3F3F;
  background: linear-gradient(180deg, #FF3F3F 0%, #550700 100%);
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.payment-methods {
  display: flex;
  align-items: center;
  gap: 5px;
}



.payment-methods img {
  width: 35px;
  height: 24px;
}

@media(max-width:600px) {
  .payment-methods {
    width: 100%;
    gap: 5px;
  }
}

@media(max-width:340px) {
  .payment-methods img {
    width: 20px;
    height: 10px;
  }
}

.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: 192px;
  width: 100%;
}


@media(max-width:991px) {
  .button-pay {
    flex-direction: column;
    flex: auto;
    gap: 5px;
    align-items: center;
  }
}

.payments {
  display: flex;
  align-items: center;
}

.bennefitimg {
  width: 44px;
  height: 35px;
  object-fit: cover;
}

@media(max-width:991px) {
  .payments {
    gap: 4px;
    padding: 4px;
    border-radius: 12px;
    max-width: 180px;
  }
}

@media (max-width: 600px) {

  .payments img {
    width: 30px;
    height: 20px;
  }

}

@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);
}

.nowratecasinos-header {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}



.nowratecasinos-header__container {
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (max-width: 600px) {
  .nowratecasinos-header__container {
    margin-bottom: 40px;
  }
}

.nowratecasinos-header__line {
  width: 100%;
  position: absolute;
  left: -35px;
  right: 0;
  bottom: -40px;
}

@media (max-width: 991px) {
  .nowratecasinos-header__line {
    position: static;
  }
}

.bennefits {
  display: flex;
  align-items: center;
  gap: 50px;
}


@media (max-width: 991px) {
  .bennefits {
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
}

@media(max-width:600px) {
  .bennefits {
    width: 100%;
    gap: 12px;
    justify-content: start;
  }
}

@media(max-width:401px) {
  .bennefits {
    width: 100%;
  }
}

.bennefit {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.her-img {
  max-width: 400px;
  flex-shrink: 0;
  aspect-ratio: 400/333;
}

@media(max-width:1100px) {
  .her-img {
    max-width: 300px;
  }
}

@media(max-width:800px) {
  .bennefit {
    font-size: 16px;
  }
}

@media(max-width:600px) {
  .her-img {
    max-width: 160px;
    display: none;
  }
}

@media (max-width: 600px) {
  .bennefit {
    font-size: 10px;
    font-weight: 700;
  }
}

.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-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media(max-width:800px) {
  .date {
    font-size: 16px;
  }
}

@media(max-width:600px) {
  .date {
    font-size: 12px;
    font-weight: 700;
  }
}

.bennefit-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media(max-width:600px) {
  .bennefit-wrapper {
    gap: 4px;
  }
}

.main-bonus {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 250px;
}

.main-bns {
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  text-transform: uppercase;

}

@media(max-width:991px) {
  .main-bns {
    display: none;
  }
}

.bon-inf {
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media(max-width:991px) {
  .bon-inf {
    text-align: center;
  }
}

@media(max-width:600px) {
  .bon-inf {
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
  }
}

.main-bonus span {
  color: #FFF;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

@media(max-width:991px) {
  .main-bonus {
    margin-top: 14px;
  }
}



.bennefit-wrapper img {
  width: 15px;
  height: 15px;
}



@media(max-width:600px) {


  .main-bonus {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 14.4px */
    letter-spacing: 0.48px;
    text-transform: uppercase;
  }

  .bennefit-wrapper .bennefitimg {
    width: 23px;
    height: 23px;
  }

  .bennefit-wrapper img {
    width: 13px;
    height: 13px;
    aspect-ratio: 1/1;
  }


}

@media(max-width:600px) {
  .main-bonus {
    font-size: 12px;
    text-align: start;
  }

  .main-bonus span {
    font-size: 18px;
  }


}


.nowratecasinos-hero__title {
  color: #FFF;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 60px */
  text-transform: uppercase;
}

.hero-descr {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hero-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.hero-list .hero-descr {
  color: #FFF;
  font-family: Montserrat;
  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:991px) {
  .nowratecasinos-hero__title {
    font-size: 30px;
  }

  .hero-descr {
    font-size: 16px;
    display: none;
  }
}

@media (max-width: 600px) {
  .nowratecasinos-hero__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    text-align: center;
  }

  .hero-descr {
    font-size: 12px;
  }


}

.terms {
  padding-top: 60px;
  font-family: Inter;
}

@media (max-width: 991px) {
  .terms {
    padding-top: 40px;
  }
}

@media (max-width: 600px) {
  .terms {
    padding-top: 20px;
  }
}

.terms h1 {
  line-height: 1.3;
  color: var(--main);
  font-family: Inter;
  font-size: 50px;
  font-weight: 700;
}

@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 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}

.terms h3 {
  font-size: 28px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}

.terms h4 {
  font-size: 28px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}

.terms h5 {
  font-size: 28px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}

.terms h6 {
  font-size: 28px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
}

@media (max-width: 991px) {
  .terms h2 {
    font-size: 25px;
  }

  .terms h3 {
    font-size: 18px;
  }

  .terms h4 {
    font-size: 18px;
  }

  .terms h5 {
    font-size: 18px;
  }

  .terms h6 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .terms h2 {
    font-size: 16px;
  }

  .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 {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}

@media (max-width: 991px) {
  .terms p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .terms p {
    font-size: 12px;
  }
}

.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 li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400;
}

@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;
  }
}

.nowratecasinos-hero {
  padding-top: 60px;
  padding-bottom: 0;
}

@media(max-width:991px) {
  .nowratecasinos-hero {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}



.cazinouriromania-top-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.colored-b {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  margin-bottom: 50px;
}



.colored-b h3 {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 36px */
  text-transform: uppercase;
}

@media(max-width:991px) {
  .colored-b h2 {
    font-size: 24px;
  }

  .colored-b h3 {
    font-size: 18px;
  }

}


.colored-b ul {
  padding-left: 20px;
  list-style: disc !important;
}

.colored-b li {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  list-style: disc !important;
}

@media(max-width:991px) {
  .colored-b p {
    font-size: 14px;
  }


  .colored-b li {
    font-size: 14px;
  }

}

.nowratecasinos-hero__container {
  display: flex;
  width: 100%;
  justify-content: start;
  align-items: start;
  gap: 40px;
}

@media (max-width: 991px) {
  .nowratecasinos-hero__container {
    flex-direction: column-reverse;
    gap: 0;
  }
}

@media (max-width: 600px) {
  .nowratecasinos-hero__container {
    gap: 0;
    margin-bottom: 0;
  }
}

.nowratecasinos-hero__descr {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  max-width: 800px;
  flex-shrink: 0;
  width: 100%;
}

@media(max-width:991px) {
  .nowratecasinos-hero__descr {
    align-items: center;
    gap: 7px;
  }

  .mob-h {
    display: none;
  }
}

@media(max-width:600px) {
  .nowratecasinos-hero__descr {
    gap: 4px;
  }
}

@media (max-width: 768px) {
  .nowratecasinos-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;
  }
}

.nowratecasinos-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) {
  .nowratecasinos-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;
  }
}

.nowratecasinos-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) {
  .nowratecasinos-hero__benefit {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.nowratecasinos-hero__benefit img {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .nowratecasinos-hero__benefit img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 600px) {
  .nowratecasinos-hero__benefit img {
    width: 15px;
    height: 15px;
  }
}

.nowratecasinos-hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  height: 147px;
}

@media (max-width: 1220px) {
  .nowratecasinos-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 107px;
  }
}

@media (max-width: 991px) {
  .nowratecasinos-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    height: 87px;
  }
}

@media (max-width: 450px) {
  .nowratecasinos-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77px;
    flex: 0 0 77px;
    height: 57px;
  }
}

.nowratecasinos-footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background: var(--gradient-footer);
}

@media (max-width: 600px) {
  .nowratecasinos-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.nowratecasinos-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;
}

.nowratecasinos-footer__link {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .nowratecasinos-footer__link {
    height: 40px;
  }
}

@media (max-width: 600px) {
  .nowratecasinos-footer__link {
    height: 30px;
  }
}

@media (any-hover: hover) {
  .nowratecasinos-footer__link:hover {
    opacity: 0.5;
  }
}

.nowratecasinos-footer__link:focus-visible {
  opacity: 0.5;
}

.nowratecasinos-footer__link:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.nowratecasinos-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) {
  .nowratecasinos-footer__middle-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.nowratecasinos-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) {
  .nowratecasinos-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;
  }
}

.nowratecasinos-footer__war {
  width: 60px;
  height: 43px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .nowratecasinos-footer__war {
    width: 44px;
    height: 34px;
  }
}

@media (max-width: 600px) {
  .nowratecasinos-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;
}

.nowratecasinos-cards__item:last-child .cardes {
  margin-bottom: 0;
}

.nowratecasinos-cards__item:last-child .nowratecasinos-cards__line {
  display: none;
}

.nowratecasinos-cards__line {
  height: 6px;
}

.nowratecasinos-cards {
  margin-top: 32px;
}

@media(max-width:991px) {
  .nowratecasinos-cards {
    margin-top: 20px;
  }
}

@media(max-width:600px) {
  .nowratecasinos-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: 30px;
  background: #F5F8FE;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  animation: glow 2s ease-in-out infinite alternate;
  gap: 24px;
  z-index: 10;
  min-height: 162px;
  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;
  padding: 11px;
  max-width: 125px;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  background: #FED312;
  border-radius: 8px;
  top: 0;
  left: 0;
  color: #100A36;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 0%;
  z-index: 4;
  /* 0px */
}

@media(max-width:600px) {
  .badge {
    max-width: 88px;
    width: 100%;
    height: 15px;
    padding: 0;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    left: 0px;
    top: 0px;
    color: #100A36;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 0%;
    /* 0px */
  }
}

@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;
  }

  .nowratecasinos-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%;
  justify-content: space-between;
  max-width: 920px;
}

@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: 8;
  }
}

.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: 80px;
  -webkit-box-flex: 0;
}

.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: 20px 16px;
    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 10px;
    padding-top: 18px;
  }
}

.nowratecasinos-cards__list {
  position: relative;
  z-index: 3;
}

.cardes__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-flex: 0;
  width: 162px;
  height: 110px;
  padding: 0px 40px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 460px;
  border-radius: 30px;
  border: 1px solid #FF3F3F;
  background: #FFF;
}

@media(max-width:1200px) {
  .cardes__logo {
    width: 100%;
  }
}

@media(max-width:991px) {
  .cardes__logo {
    height: 90px;
    padding: 0;
  }
}

.cas-name {
  color: #FFF;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
  text-transform: uppercase;
}

@media(max-width:991px) {
  .cas-name {
    display: none;
  }
}

.rate-txt {
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .cardes__logo {
    -webkit-box-flex: 0;
    flex: auto;
  }

  .cardes__logo img {
    width: 200px;
    object-fit: contain;
    height: 100%;
  }
}

@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: 5px;
  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: 200px;
  width: 100%;
  display: none;
}

.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-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;

  /* Text/Text(12) */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  letter-spacing: 0.48px;
  list-style: none;
  position: relative;
  /* Needed for positioning the custom marker */
}

@media(max-width:600px) {
  .most-bennefits-wrapper li {
    font-size: 9px;
    line-height: 12px;
  }
}

.most-bennefits-wrapper li::before {
  content: '';
  /* No text content, just the image */
  position: absolute;
  left: -19px;
  /* Adjust the position of the custom marker */
  top: 50%;
  /* Vertically center the marker */
  transform: translateY(-50%);
  width: 12px;
  /* Set width of the image */
  height: 16px;
  /* Set height of the image */
  background-image: url('/img/ogonek.svg');
  /* Custom image for the marker */
  background-size: contain;
  background-repeat: no-repeat;
  /* Ensure the image fits the size */
  background-position: center;
  /* Position the image properly inside the marker */
}

@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;
  }
}

.cardes__left-right {
  display: none;
}

@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: center;
    -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: 16px;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px 16px 10px 16px;
  }
}

@media(max-width:600px) {
  .cardes__left-right {
    gap: 10px;
    padding: 10px;
  }
}

@media(max-width:400px) {
  .cardes__left-right {
    padding-top: 0;
    padding-bottom: 15px;
    flex: 0 0 50%;
    padding-left: 0;
    padding-right: 8px;
  }
}

.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: 5px;
  width: 100%;
  align-items: start;
}

.cardes-wrapper-rate-wrap img {
  max-width: 120px;
}

.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: 10px;
    justify-content: center;
    align-items: start;
    margin-top: 20px;
  }
}

.cardes__rating {
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.rew {
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

@media(max-width:991px) {
  .cardes__rating {
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.main-hero-img {
  max-width: 400px;
  width: 100%;
  background-image: url('/img/hero-img.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 2/1;
  /* задайте реальное соотношение сторон вашего изображения */
}

.nowratecasinos-hero__container {
  position: relative;
}

@media(max-width:1280px) {
  .main-hero-img {
    position: absolute;
    right: 20px;
    top: 0;
    max-width: 200px;
    min-height: 40px;
  }

  .nowratecasinos-hero__descr {
    align-items: start;
    gap: 20px;
  }

  .nowratecasinos-hero__title {
    max-width: 740px;
    align-items: start;
    gap: 20px;
    text-align: left;
  }
}

@media(max-width:991px) {
  .nowratecasinos-hero__title {
    max-width: 590px;
  }
}

@media(max-width:760px) {
  .nowratecasinos-hero__title {
    max-width: 300px;
  }

  .nowratecasinos-hero__title {
    font-size: 24px;
  }
}

.cardes-wrapper-rate-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

@media(max-width:991px) {
  .cardes-wrapper-rate-wrap {
    width: auto;
  }
}

@media (max-width: 600px) {

  .cardes__wrapper-rating {
    justify-content: center;
  }

  .cardes__wrapper-rating img {
    max-width: 82px;
  }

  .cardes__logo img {
    width: 100px;
  }
}

.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: 5px;
  }
}



.cardes__star {
  width: 20px;
  height: 20px;
}

@media(max-width:1200px) {
  .cardes__star {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 600px) {
  .cardes__star {
    width: 16px;
    height: 16px;
  }
}

.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%;
}





.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: #F3F0FF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 991px) {
  .top10casino__cookie-title {
    font-size: 24px;
  }
}

.top10casino__cookie-text {
  color: #F3F0FF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@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: 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;
}

@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: 8px;
  background: #3A3A3A;
  color: #CDCDCD;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.304px;
}

@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;
  background: #FFF;
  position: relative;
  z-index: 3;
  margin-top: 32px;
}

.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;
  margin-top: 20px;
}

@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: 150px;
    height: 28px;
  }
}

.cazinouriromania-top-icon {
  width: 56px;
  height: 36px;
}

.footer-disclaimer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-title {
  color: #1A144A;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media(max-width:991px) {
  .footer-title {
    font-size: 14px;
  }
}

.footer-disclaimer .footer-title {
  text-transform: uppercase;
}

.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
  }

  .nowratecasinos-hero {
    padding-top: 10px;
  }
}

.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;
}



.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 {
  color: #1A144A;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}

.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 {
    justify-content: start;
    gap: 20px;
    align-items: start;
  }
}

@media(max-width:991px) {
  .cazinouriromania-top-footer__bottom {
    gap: 18px;
  }
}



.mt-40 {
  margin-top: 60px;
}

@media(max-width:991px) {
  .mt-40 {
    margin-top: 28px;
  }
}

.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;
}

@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-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 {
  display: flex;
  gap: 20px;
  flex-direction: column;
  color: #FFF;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 30px */
  text-transform: uppercase;
}

.cazinouriromania-top-h3 p {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  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;
}

.check {
  background-image: url('/img/check.svg');
  width: 15px;
  height: 15px;
}

.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 {
    margin-top: 20px;
  }
}

@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: 20px;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

@media(max-width:991px) {
  .cazinouriromania-top-footer .cazinouriromania-top-gambleaware ul {
    justify-content: center !important;
    gap: 20px;
  }
}


@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: 405px;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(21, 10, 65, 0.80) 40.87%, rgba(26, 20, 74, 0.80) 59.13%);
  padding: 20px;
}

@media(max-width:991px) {
  #top10casinoCookiePopup {
    max-width: 360px;
    padding: 26px;
  }
}

.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: start;
}



.top10casino__cookie-title {
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


@media(max-width:600px) {
  .top10casino__cookie-title {
    font-size: 24px;
  }
}



.colored-title {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: var(--font-size-50, 50px);
  font-style: normal;
  font-weight: 700;
  line-height: 85px;
  /* 170% */
  text-transform: uppercase;
  width: 100%;
}


.about-section {
  display: flex;
  justify-content: start;
  gap: 12px;
  flex-wrap: wrap;
}

.about-w {
  display: flex;
  max-width: 550px;
  padding: 20px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  border-radius: 10px;
  border: var(--stroke-weight-1, 1px) solid #FFF;
  background: rgba(25, 15, 39, 0.50);
}

.about-w-title {
  color: #FFF;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.about-w-text {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
}

@media(max-width:991px) {
  .about-w-title {
    font-size: 16px;
  }

  .about-w-text {
    font-size: 14px;
  }

  .about-w {
    gap: 10px;
    padding: 10px;
  }
}

@media(max-width:600px) {
  .top10casino__cookie-text {
    font-size: 14px;
  }
}

.top10casino__cookie-btn {
  border-radius: 100px;
  background: linear-gradient(180deg, #FF3F3F 0%, #550700 100%);
  min-height: 54px;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: auto;
  max-width: 142px;
  width: 100%;
}

@media(max-width:1200px) {
  .top10casino__cookie-btn {
    max-width: 100%;
    width: 100%;
  }
}

.top10casino__cookie--btn-w {
  display: flex;
  max-width: 214px;
  background: transparent;
  width: 100%;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 100px;
  border: 1px solid #FFF;
  min-height: 54px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media(max-width:1200px) {
  .top10casino__cookie--btn-w {
    width: 100%;
    max-width: 100%;
  }
}

@media(max-width:600px) {
  .top10casino__cookie--btn-w {
    font-size: 16px;
  }

  .top10casino__cookie-btn {
    font-size: 14px;
    min-height: 41px;
  }

  .top10casino__cookie--btn-w {
    min-height: 41px;
  }
}


.top10casino__btn--box_cookie {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 9px;
}


@media(max-width:600px) {
  .top10casino__btn--box_cookie {
    flex-direction: column;
    gap: 9px;
  }
}



.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: 40px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(2px);
}

.top10casino__popup__title {
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Montserrat;
  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-family: Montserrat;
  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;
  width: 100%;
}

.top10casino__popup__button {
  cursor: pointer;
  display: flex;
  border-radius: 8px;
  background: var(--gr-red, linear-gradient(90deg, #FF002B 0%, #B8031E 37%, #3E070A 100%));
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: -0.304px;
  max-width: 244px;
  margin: 0 auto;
}

.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-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
}

.cazinouriromania-top-h3 {
  color: #FFF;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 30px */
  text-transform: uppercase;
}

@media(max-width:600px) {
  .cazinouriromania-top-h3 {
    font-size: 18px;
    gap: 10px;
  }

  .cazinouriromania-top-h3 p {
    font-size: 13px;
  }
}

.h3-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

@media(max-width:600px) {
  .h3-wrap {
    gap: 20px;
    margin-top: 0;
  }
}

.plas {
  width: 36px;
  height: 36px;
}

.fott-mini {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

@media(max-width:600px) {
  .fott-mini {
    font-size: 8px;
  }

  .main-hero-img {
    max-width: 128px;
  }
}

.bottom-links-wrap {
  display: flex;
  width: 90%;
  justify-content: space-between;
}

@media(max-width:991px) {

  .bottom-links-wrap {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

.eighneem {
  color: #F8012A;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@media(max-width:470px) {
  .nowratecasinos-hero__title {
    max-width: 280px;
  }

  .main-hero-img {
    max-width: 100px;
  }
}

@media(max-width:375px) {
  .main-hero-img {
    max-width: 80px;
  }

  .nowratecasinos-hero__title {
    padding-right: 100px;
    max-width: 100%;
  }
}

.fw-400 {
  font-weight: 400 !important;
}