picture,
svg {
  height: 100%;
  width: 100%
}

.page,
body {
  position: relative
}

.terms h1,
.terms h2,
.terms li,
.terms p {
  line-height: 1.3
}

.slick-dots li button,
.slick-dots li button:before {
  color: transparent !important;
  width: 24px !important;
  height: 24px !important;
  opacity: 1 !important;
}

.accent,
.but,
.color-p,
.footer-images,
.image-text-wrap,
.lottery-item,
.videoslot-tt-contact__input,
.popup-input {
  align-self: stretch
}

.cazinouriromania-top-footer__container,
.videoslot-tt-hero__benefit,
.page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

.but,
.close-btn,
.cross,
.header-button,
.lang-btn,
.log,
.play-btn,
.plus-icon,
.reg,
button {
  cursor: pointer
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus,
a:active,
a:focus {
  outline: 0
}

.cazinouriromania-top-block,
aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 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
}

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 {
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

.page,
a,
button {
  color: var(--main)
}

a,
a:hover,
a:visited {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
  height: auto;
  max-width: 100%
}

svg {
  display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

/* aboreto-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: 'Aboreto';
  font-style: normal;
  font-weight: 400;
  src: url('../videoslot-tt-fonts/videoslot-tt-aboreto-v2-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../videoslot-tt-fonts/videoslot-tt-montserrat-v30-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --font-main: "Montserrat";
  --container-width: 1240px;
  --container-step: 100px;
  --container-step-tablet: 15px;
  --container-step-mobile: 20px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: linear-gradient(180deg, #000103 0%, #001A4F 100%), url('/videoslot-tt-img/loto-bg.png')/cover no-repeat;
  --main: #000000;
  --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
}

body {
  background: #9F9E90;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

.abt-img,
.abt-wrapp {
  max-width: 610px
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

.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;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  background-position: top
}


.page {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  background-position: top;
}

/* Общие стили для всех листьев */
.maple-leaf {
  position: absolute;
  top: -100px;
  width: 60px;
  height: 60px;
  background-image: url('/videoslot-tt-img/videoslot-tt-maple-decor.webp');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.7;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Индивидуальные стили для каждого листа */
.leaf1 {
  left: 20%;
  animation-duration: 12s;
  animation-delay: 0s;
}

.leaf2 {
  left: 50%;
  animation-duration: 15s;
  animation-delay: 5s;
}

.leaf3 {
  left: 75%;
  animation-duration: 18s;
  animation-delay: 2s;
}

/* Анимация падения */
@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    transform: translateY(120vh) rotate(360deg);
    opacity: 0;
  }
}


.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child),
.videoslot-tt-cards__item:last-child .cardes {
  margin-bottom: 0
}

.onlinecasinotop-header {
  background: rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4
}

@media(max-width:991px) {
  .onlinecasinotop-header {
    backdrop-filter: unset;
  }
}

.videoslot-tt-contact__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 570px;
}

.videoslot-tt-contact__input {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.20);
}

.videoslot-tt-contact__input::placeholder {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.descr-top {
  display: flex;
  width: 100%;
  gap: 40px;
}

.flex-column {
  flex-direction: column;
  gap: 40px;
}

.platforms {
  border-radius: 20px;
  background: rgba(166, 185, 179, 0.30);
  backdrop-filter: blur(10px);
  width: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.platforms-wrap {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: center;
  width: 100%;
}

.platform-items {
  display: flex;
  align-items: center;
  gap: 40px;
}

.platform {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}

.platform1 {
  background-image: url('/videoslot-tt-img/videoslot-tt-platfrorm1.webp');
}

.platform2 {
  background-image: url('/videoslot-tt-img/videoslot-tt-platfrorm2.webp');
}

.platform3 {
  background-image: url('/videoslot-tt-img/videoslot-tt-platfrorm3.webp');
}

.platform4 {
  background-image: url('/videoslot-tt-img/videoslot-tt-platfrorm4.webp');
}

.platform5 {
  background-image: url('/videoslot-tt-img/videoslot-tt-platfrorm5.webp');
}

.platform6 {
  background-image: url('/videoslot-tt-img/videoslot-tt-platfrorm6.webp');
}

.platform7 {
  background-image: url('/videoslot-tt-img/videoslot-tt-platfrorm7.webp');
}

.contact-txt {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.game-cont {
  height: auto !important;
}

.game-cont-otb {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 80px;
  padding-top: 0;
  height: auto;
}

.game-cont-otb iframe {
  border-radius: 20px
}

.onlinecasinotop-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 135px
}

@media(max-width:1280px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }

  .onlinecasinotop-header__container {
    padding: 10px 16px
  }
}

.buttons {
  display: flex;
  align-items: center;
  gap: 80px
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  padding: 5px;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media(max-width:991px) {
  .dropdown-toggle {
    display: none;
  }
}

.selected-lang {
  margin-right: 5px;
  color: #fff;
}

.arrow {
  font-size: 10px;
  color: #fff;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  list-style: none;
  min-width: 60px;
}

@media(max-width:991px) {
  .dropdown-menu {
    width: 100%;
  }
}

.dropdown-menu li {
  padding: 5px 10px;
}

.dropdown-menu li a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.dropdown-menu li a:hover {
  background-color: #f0f0f0;
  color: #000;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle:focus {
  outline: none;
  border-color: #666;
}

.how-to-wrapper,
.lang-select {
  display: flex;
  align-items: center;
  gap: 20px
}

.lang {
  width: 56px;
  height: 44px;
  aspect-ratio: 14/11;
  background-image: url('/videoslot-tt-img/videoslot-tt-canada-flag.webp');
  background-repeat: no-repeat;
  background-size: contain
}

.head-link {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
  text-decoration: none;
}

.head-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #FFF;
  transition: width 0.3s ease;
}

.head-link:hover::after,
.head-link.underline-active::after {
  width: 100%;
}


.about-title,
.header-button {
  font-weight: 700;
  text-transform: uppercase
}

.header-button {
  color: #fff;
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-family: Sarpanch;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  padding: 10px;
  transition: .3s
}

.about-li,
.about-su,
.about-text,
.about-title {
  color: #464646;
  font-family: Helvetica;
  font-style: normal
}

.header-button:hover {
  opacity: .7
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.m-auto,
.videoslot-tt-header {
  margin-left: auto;
  margin-right: auto
}

.videoslot-tt-numbers {
  background-image: url('/videoslot-tt-img/abt-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0
}

.about-img-main,
.moon-bg {
  background-repeat: no-repeat;
  background-size: contain
}

.videoslot-tt-numbers__container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center
}

.abt-wrapp {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px
}

.abt-wrapp .main-h2,
.abt-wrapp .videoslot-tt-hero-text,
.fg .videoslot-tt-hero-text,
.text-left {
  text-align: left
}

.but,
.num,
.text-center {
  text-align: center
}

@media(max-width:1200px) {
  .abt-img {
    max-width: 510px
  }
}

.point-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  width: 100%
}

.about-title-wrap {
  display: flex;
  max-width: 611px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px
}

.about-title {
  color: #FFF;
  text-align: center;
  font-family: Aboreto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.about-li,
.about-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%
}

.about-su {
  font-size: 18px;
  font-weight: 700;
  line-height: normal
}

.date,
.number-title {
  color: #fff;
  line-height: 120%
}

.moon-bg {
  position: absolute;
  right: 0;
  background-image: url('/videoslot-tt-img/moon.webp');
  height: 892px;
  background-position: right;
  aspect-ratio: 1/1
}

.about-img-main {
  background-image: url('/videoslot-tt-img/videoslot-tt-about-img.webp');
  background-position: center;
  max-width: 471px;
  width: 100%;
  height: 707px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  aspect-ratio: 471/707
}

section {
  margin-bottom: 100px
}

.date,
.number,
.number-title {
  font-family: Sarpanch;
  font-size: 20px;
  font-style: normal
}

.videoslot-tt-number__descr {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%
}

.number-wrapper {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #54b652;
  width: 100%
}

.number,
.numbers {
  gap: 10px;
  display: flex
}

.number-title {
  font-weight: 700;
  text-transform: uppercase
}

.date {
  font-weight: 500
}

.numbers {
  align-items: center;
  flex-wrap: wrap
}

.number {
  width: 60px;
  height: 60px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  border: 1px solid #142325;
  background: #fff;
  color: #142325;
  font-weight: 700;
  line-height: 100%
}

.outlined {
  border-radius: 1000px;
  border: 1px solid #142325;
  background: 0 0
}

.numbers-img {
  max-width: 610px;
  max-height: 396px
}

.videoslot-tt-howto__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px
}

.how-to {
  display: flex;
  max-width: 400px;
  width: 100%;
  padding: 0 20px;
  align-items: flex-start;
  gap: 20px
}

.howto-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px
}

.how-to-title {
  color: #bba8e1;
  font-family: "Clash Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase
}

.upsides-downsides__heading,
.upsides-downsides__item,
.upsides-downsides__title {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Tektur;
  font-style: normal;
  line-height: 120%
}

.videoslot-tt-questions__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px
}

.accent {
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #2b6f99 0, #47b8ff 100%);
  width: 100%
}

.upsides-downsides__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: start
}

.upsides-downsides__title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase
}

.upsides-downsides__content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch
}

.upsides-downsides__cons,
.upsides-downsides__pros {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  max-width: 610px;
  width: 100%
}

.upsides-downsides__heading {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase
}

.upsides-downsides__list {
  list-style: disc !important;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.upsides-downsides__item {
  list-style: disc !important;
  font-size: 20px;
  font-weight: 500
}

.how-to-counter,
.videoslot-tt-questions-title {
  line-height: 100%;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase
}

.how-to-counter {
  color: #bba8e1;
  font-family: "Clash Display";
  font-size: 50px
}

.about-text-wrapper,
.mob-menu ul,
.sport-text-wrap,
.top10casino__resp--elem ul {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.videoslot-tt-questions-title {
  color: #54b652;
  font-family: Sarpanch;
  font-size: 36px
}

.videoslot-tt-questions__descr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%
}

.lottery-info {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%
}

.lottery-item,
.tt-wrap {
  flex-direction: column;
  display: flex;
  gap: 10px
}

.lottery-item {
  padding: 20px;
  align-items: flex-start;
  border-radius: 6px;
  border: 1px solid #bba8e1;
  background: #bba8e1
}

.lottery-title {
  color: #fff;
  font-family: "Clash Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase
}

.lottery-text {
  color: #fff;
  font-family: Sarpanch;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%
}

.videoslot-tt-about-text,
.quest-title {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Tektur;
  line-height: 120%;
  font-style: normal
}

.tt-wrap {
  max-width: 610px;
  width: 100%
}

.videoslot-tt-about-text {
  color: #fff;
  font-size: 20px;
  font-weight: 500
}

.questions {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #47b8ff
}

.quest-title {
  color: #47b8ff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase
}

.tx-16-14,
.tx-20-16,
.tx-32-24,
.tx-42-16,
.tx-main {
  font-weight: 400
}

@media(max-width:600px) {
  .onlinecasinotop-header__container {
    gap: 10px
  }

  .buttons {
    gap: 6px
  }

  .videoslot-tt-numbers {
    padding: 20px 0
  }

  .abt-img {
    max-width: 320px
  }

  .abt-wrapp {
    gap: 20px
  }

  .abt-wrapp .main-h2,
  .abt-wrapp .videoslot-tt-hero-text {
    text-align: center
  }

  .about-img-main {
    max-width: 360px
  }

  .about-title {
    font-size: 36px
  }

  .about-li,
  .about-text,
  .how-to-title {
    font-size: 18px
  }

  section {
    margin-bottom: 40px
  }

  .numb-title {
    font-size: 28px
  }

  .number-wrapper {
    padding: 20px;
    gap: 20px
  }

  .number {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px
  }

  .numbers {
    gap: 5px;
    flex-wrap: wrap
  }

  .accent {
    gap: 20px;
    padding: 20px 10px
  }

  .upsides-downsides__title {
    font-size: 26px
  }

  .quest-title,
  .upsides-downsides__heading {
    font-size: 20px
  }

  .lottery-text,
  .lottery-title,
  .videoslot-tt-about-text,
  .upsides-downsides__item {
    font-size: 16px
  }

  .how-to-counter {
    font-size: 30px
  }

  .videoslot-tt-questions-title {
    font-size: 20px;
    margin-bottom: 0
  }

  .gradient-link,
  .logo {
    font-size: 14px
  }
}

@media(max-width:330px) {

  .gradient-link,
  .logo {
    font-size: 12px
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-32-24 {
  font-size: 32px;
  line-height: 140%
}

@media (max-width:991px) {
  .moon-bg {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
    top: auto;
    background-image: url('/videoslot-tt-img/moon-mob.webp ');
    background-position: center;
    height: 600px
  }

  .tx-32-24 {
    font-size: 28px
  }
}

.tx-42-16 {
  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
  }
}

.tx-main {
  font-size: 14px;
  line-height: 1.2
}

.tx-20-16 {
  font-size: 20px;
  line-height: 120%
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

.tx-16-14 {
  font-size: 16px;
  line-height: 130%
}

.text-shadow {
  text-shadow: var(--text-shadow)
}

.bennefit,
.hero-descr {
  text-shadow: 2px 2px 12px rgba(255, 255, 255, .31)
}

.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, .25);
  box-shadow: 0 4px 4px 0 rgba(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%)
}

.tx-10-8,
.tx-12-10,
.tx-14-10,
.tx-14-6,
.tx-24-20 {
  font-weight: 400;
  line-height: 140%
}

@media (max-width:991px) {
  .background-title {
    padding: 10px 15px
  }
}

.tx-24-20 {
  font-size: 24px
}

@media (max-width:991px) {
  .tx-24-20 {
    font-size: 22px
  }
}

.tx-12-10 {
  font-size: 12px
}

.tx-10-8 {
  font-size: 10px
}

.tx-14-10,
.tx-14-6 {
  font-size: 14px
}

@media (max-width:991px) {
  .tx-14-10 {
    font-size: 12px
  }
}

@media (max-width:1220px) {
  .tx-14-6 {
    font-size: 12px
  }
}

@media (max-width:991px) {
  .tx-14-6 {
    font-size: 10px
  }
}

.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 23px;
  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;
  min-width: 120px;
  min-height: 50px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

@media (max-width:991px) {
  .but-cookie {
    font-size: 18px;
    min-height: 46px
  }
}

.but-cookie_change {
  background-color: var(--d-blue)
}

.but-cookie:focus-visible {
  background-color: var(--hover)
}

.but-cookie:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.but {
  display: flex;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 180px;
  width: 100%;
  border-radius: 32px;
  background: var(--g7, linear-gradient(90deg, #ffa100 0, #4c3000 100%));
  text-transform: uppercase;
  transition: opacity .3s;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase
}

.payment-method,
.payment-methods img {
  width: 45px;
  height: 28px
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  max-width: 145px;
  gap: 2px
}

@media(max-width:370px) {
  .payment-methods {
    gap: 1px
  }
}

.payment-method {
  border-radius: 12px;
  object-fit: cover;
  display: none;
  background-color: #fff
}

.plus-icon {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1
}

.button-pay {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-direction: row-reverse;
  flex: 0 1 385px
}

.payments {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid #fff;
  max-width: 200px;
  width: 100%
}

.bennefitimg {
  width: 44px;
  height: 35px;
  object-fit: cover
}

@media (max-width:991px) {
  .but {
    font-size: 16px;
    min-height: 46px
  }
}

.but:focus-visible {
  opacity: .5
}

.disc-wrappr {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 60px 40px;
  margin: 0 auto;
  border-radius: 30px;
  background: #7B3D3D;
}

.disc-t {
  color: #FFF;
  text-align: center;
  font-family: Aboreto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.disc-txt {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.glare,
.play-btn:hover {
  opacity: .8
}

.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;
  color: var(--white)
}

.bennefit,
.hero-descr,
.videoslot-tt-hero__title {
  color: #fff;
  font-family: Montserrat;
  font-style: normal
}

.mb-25-10:not(:last-child) {
  margin-bottom: 25px
}

@media (max-width:991px) {
  .mb-25-10:not(:last-child) {
    margin-bottom: 15px
  }
}

.mb-30-20:not(:last-child),
.terms h1:not(:last-child),
.terms h2:not(:last-child),
.terms li:not(:last-child),
.terms p:not(:last-child),
.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 25px
  }
}

.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
  }
}

.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
}

.mb-15-10:not(:last-child) {
  margin-bottom: 15px
}

.pb-20-10 {
  padding-bottom: 20px
}

@media (max-width:991px) {
  .pb-20-10 {
    padding-bottom: 15px
  }
}

.mb-20-10:not(:last-child) {
  margin-bottom: 12px
}

.mb-20,
.mb-20-15:not(:last-child) {
  margin-bottom: 20px
}

.word-break {
  word-break: break-all
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-right {
  text-align: right
}

.cazinouriromania-top-uppercase,
.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.bennefit,
.hero-descr,
.videoslot-tt-hero-button,
.videoslot-tt-hero-title,
.videoslot-tt-hero__title {
  text-transform: uppercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.cazinouriromania-top-fw-300,
.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 .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.card:hover .overlay,
.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)
}

.videoslot-tt-header {
  max-width: 1920px;
  width: 100%
}

.videoslot-tt-header__container {
  padding-top: 7px;
  padding-bottom: 7px
}

.videoslot-tt-header__line {
  width: 100%;
  position: absolute;
  left: -35px;
  right: 0;
  bottom: -40px
}

.bennefits {
  display: flex;
  align-items: center;
  gap: 32px
}

.bennefit {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px
}

.hero-descr,
.terms a,
.terms h1,
.terms h2 {
  font-weight: 700
}

.card-sub,
.cardes__rating,
.cazinouriromania-top-text-center,
.demo-txt,
.footer-nav li a,
.hero-txt,
.videoslot-tt-hero-subtitle,
.play-btn,
.slick-dots,
.top10casino__footer-cent,
.top10casino__popup__text,
.top10casino__popup__title {
  text-align: center
}

.bennefit-wrapper {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 32px;
  background: var(--g7, linear-gradient(90deg, #ffa100 0, #4c3000 100%))
}

.bennefit-wrapper img {
  width: 48px;
  height: 48px;
  object-fit: fill
}

.videoslot-tt-hero__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 54px
}

.hero-descr {
  font-size: 24px;
  line-height: 32px
}

.card-sub,
.terms {
  font-family: Montserrat
}

.bg-text {
  background: linear-gradient(#ffffc8, #b67801);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.videoslot-tt-gamer,
.videoslot-tt-hero {
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover
}

.terms {
  padding-top: 120px !important;
  color: #fff
}

.terms h1 {
  font-size: 30px;
  color: #fff
}

.terms a {
  color: #fff
}

@media (max-width:991px) {
  .videoslot-tt-header__line {
    position: static
  }

  .bennefits {
    flex-direction: column;
    align-items: center;
    gap: 2px
  }

  .bennefit {
    width: 100%
  }

  .terms h1 {
    font-size: 28px
  }

  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

.terms h2 {
  font-size: 24px;
  color: #fff
}

.card-sub,
.terms li,
.terms p {
  font-weight: 400;
  color: #fff
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 20px
  }

  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

.terms p {
  font-size: 20px
}

@media (max-width:991px) {
  .terms p {
    font-size: 16px
  }

  .terms p:not(:last-child),
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

.terms li {
  font-size: 18px
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }

  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

.videoslot-tt-hero {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url('/videoslot-tt-img/videoslot-tt-main-bg.webp');
  height: 800px;
  margin-bottom: 80px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.change-bg {
  background: #9F9E90;
  padding: 90px 0;
}

.videoslot-tt-hero-contact-title {
  color: #FFF;
  font-family: "Aboreto";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.videoslot-tt-about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  position: relative
}

.videoslot-tt-gamer {
  margin-bottom: 80px;
}

.about-wrap {
  display: flex;
  max-width: 670px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 2
}

.videoslot-tt-games__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: start;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.games-bg-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  align-items: start;
  justify-content: center;
  align-items: center;
  background-image: url('/videoslot-tt-img/videoslot-tt-games-bg.webp');
  border-radius: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.color-p p,
.videoslot-tt-games__container p {
  font-size: 20px;
  text-align: left
}

.videoslot-tt-games__container a {
  font-size: 20px;
  color: #fff
}

.games-wrapper {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 40px 20px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0
}

.col-w,
.numb-text {
  color: #fff
}

.games-carousel {
  max-width: 100%;
  margin: 0 auto
}

.games-wrapper .card-wr {
  padding: 10px;
  box-sizing: border-box
}

.slick-dots {
  position: relative;
  bottom: -20px
}

.slick-dots li {
  margin: 0 5px;
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
}

.slick-dots li button {
  padding: 0
}

.slick-dots li button:before {
  content: '';
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  display: block;
  box-sizing: border-box
}

.slick-dots li.slick-active button:before {
  content: '';
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  display: block;
  box-sizing: border-box
}

.slick-next,
.slick-prev {
  display: none !important
}

@media (max-width:749px) {
  .games-wrapper {
    display: block
  }

  .games-carousel {
    overflow: hidden
  }

  .games-wrapper .card-wr {
    width: 100%
  }
}

.card-wr {
  max-width: 380px
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  background: rgba(166, 185, 179, 0.30);
  backdrop-filter: blur(10px);
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  padding: 4px;
  background: linear-gradient(270deg,
      #ffffff 0%,
      #f0f0f0 25%,
      #ffffff 50%,
      #f0f0f0 75%,
      #ffffff 100%);
  background-size: 400% 400%;
  z-index: -1;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.card:hover::before {
  animation: borderRun 3s linear infinite;
  opacity: 1;
}

@keyframes borderRun {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}



.card-image img,
.color-p,
.play-btn {
  border-radius: 6px
}

.card-image {
  width: 100%;
  max-width: 343px
}

.card-sub {
  font-size: 20px;
  font-style: normal;
  line-height: normal
}

.main-h2,
.play-btn,
.popup__text {
  font-size: 16px;
  font-style: normal
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.play-btn {
  background: var(--BAck, linear-gradient(180deg, #c479fe 0, #642e94 100%));
  transition: .3s;
  width: 100%;
  color: #fff;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 100%;
  padding: 10px 30.09px
}

.lang-btn,
.main-h2,
.videoslot-tt-hero-button,
.videoslot-tt-hero-text,
.videoslot-tt-hero-title,
.popup__text {
  font-family: Montserrat;
  color: #fff
}

.details-btn:hover {
  background: #fff;
  color: #000
}

.main-h2,
.popup__text {
  font-weight: 400;
  line-height: normal
}

.color-p {
  background: linear-gradient(180deg, #c479fe 0, #642e94 100%);
  display: flex;
  padding: 60px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px
}

.videoslot-tt-hero__container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
  position: relative;
  width: 100%;
}

.mt20 {
  margin-top: 20px;
}

.videoslot-tt-bennefints {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.videoslot-tt-item {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  color: #FFF;
  font-family: "Aboreto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}

@media(max-width:1210px) {

  .videoslot-tt-hero__container,
  .videoslot-tt-numbers__container {
    gap: 20px
  }

  .point-wrap {
    flex-direction: column;
    justify-content: center;
    gap: 20px
  }
}

@media (max-width:991px) {
  .videoslot-tt-hero__container {
    gap: 15px;
  }

  .game-cont-otb {
    position: relative;
    z-index: 3;
  }

  .flex-column {
    flex-direction: column;
    gap: 20px;
  }

  .platforms {
    position: relative;
    z-index: 3;
  }

  .videoslot-tt-hero {
    padding-top: 150px;
    position: relative;
    padding-bottom: 108px;
    height: auto;
  }


  .hero-txt {
    display: none
  }
}

@media(max-width:600px) {
  .descr-top {
    flex-direction: column;
    gap: 20px;
  }

  .platforms-wrap {
    flex-wrap: wrap;
  }
}

.videoslot-tt-hero__descr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 709px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.videoslot-tt-hero-title {
  color: #FFF;
  font-family: Aboreto;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

@media(max-width:1410px) {
  .videoslot-tt-hero-title {
    font-size: 64px;
  }
}

.herimg {
  background-image: url('/videoslot-tt-img/videoslot-tt-hero-img.webp');
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 595px;
  width: 100%;
  height: 800px;
  flex-shrink: 0;
  aspect-ratio: 1/1
}

@media(max-width:1040px) {
  .herimg {
    max-width: 500px;
  }
}

.videoslot-tt-hero-text {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}

.videoslot-tt-hero-button {
  display: flex;
  max-width: 200px;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: #449696;
  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.25);
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
  font-family: Aboreto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.about-img,
.lang-active,
.lang-btn {
  border-radius: 10px
}

.lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: grey;
  transition: .3s
}

.lang-active,
.lang-btn:hover {
  background-color: #ec1c24
}

.videoslot-tt-hero-subtitle {
  color: #fff;
  font-family: Sarpanch;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%
}

.hero-txt,
.videoslot-tt-about-title {
  font-weight: 400;
  font-style: normal
}

button:hover {
  transition: .3s;
  opacity: .7 !important
}

.hero-img {
  max-width: 505px;
  max-height: 436px
}

.hero-txt {
  color: #fff;
  font-size: 16px;
  line-height: 24px
}

.videoslot-tt-about__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px
}

@media(max-width:1210px) {
  .herimg {
    max-width: 450px;
    height: 600px;
  }

  .videoslot-tt-hero-button {
    width: 100%
  }

  .videoslot-tt-about__container {
    flex-direction: column;
    gap: 20px
  }
}

.photo-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.about-text-wrap,
.videoslot-tt-about__descr {
  flex-direction: column;
  gap: 20px;
  display: flex
}

.about-img {
  max-width: 610px;
  height: 424px
}

@media(max-width:1200px) {
  .about-img {
    max-width: 510px;
    height: auto;
    border-radius: 10px
  }
}

.videoslot-tt-about__descr {
  max-width: 611px
}

.videoslot-tt-about-title {
  color: #2f2f2f;
  font-family: Impact;
  font-size: 26px;
  text-transform: capitalize;
  line-height: normal
}

.about-text-wrap .videoslot-tt-about-text,
.footer-link {
  color: #fff;
  font-family: Sarpanch;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%
}

.bonus-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 33px;
  list-style: none;
  padding: 0
}

.bonus-list li {
  position: relative;
  padding-left: 40px
}

.bonus-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 40px;
  background: url('/videoslot-tt-img/fire-decor.svg') center/cover no-repeat;
  transform: translateY(-50%)
}

.videoslot-tt-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
}

.videoslot-tt-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;
  -ms-flex-direction: column;
  flex-direction: column
}

.cardes__bonus-icon,
.videoslot-tt-hero__benefit img {
  width: 24px;
  height: 24px
}

@media (max-width:991px) {
  .videoslot-tt-hero__benefit img {
    width: 20px;
    height: 20px
  }
}

.videoslot-tt-hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  height: 147px
}

@media (max-width:1220px) {
  .videoslot-tt-hero__benefit {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }

  .videoslot-tt-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    height: 107px
  }
}

.videoslot-tt-footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background: var(--gradient-footer)
}

.videoslot-tt-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
}

.videoslot-tt-footer__link {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.cardes__title a,
.nav__link {
  -webkit-transition: color .3s ease-in-out
}

@media (max-width:991px) {
  .videoslot-tt-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    height: 87px
  }

  .videoslot-tt-footer__link {
    height: 40px
  }
}

.videoslot-tt-footer__link:focus-visible {
  opacity: .5
}

.videoslot-tt-footer__link:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.videoslot-tt-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
}

.videoslot-tt-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
}

.videoslot-tt-footer__war {
  width: 60px;
  height: 43px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:991px) {
  .videoslot-tt-footer__middle-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .videoslot-tt-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
  }

  .videoslot-tt-footer__war {
    width: 44px;
    height: 34px
  }
}

.nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 1087px;
  flex: 0 1 1087px;
  width: 100%
}

.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) {
  .videoslot-tt-hero__text {
    display: none
  }

  .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 {
  transition: color .3s ease-in-out
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popup {
  z-index: 10;
  overflow: auto
}

.popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup-cookie,
.popup__body {
  max-width: 567px;
  z-index: 2;
  margin: auto;
  background-color: var(--dark);
  padding: 20px
}

.popup__body {
  overflow: auto;
  width: 100%;
  position: relative
}

.cardes__link,
.cazinouriromania-top-overflow-h {
  overflow: hidden
}

.popup__button {
  min-width: 291px
}

.popup-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  display: none
}

.burger-menu,
.disabled,
.hide-text,
.videoslot-tt-cards__item:last-child .videoslot-tt-cards__line,
.popup-cookie.disabled {
  display: none
}

.button__green {
  display: flex;
  padding: 15px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #26c097;
  color: #fff;
  font-family: Helvetica;
  font-size: 16px;
  margin: 20px auto 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase
}

.cardes__left,
.popup-cookie__list {
  display: -webkit-box;
  display: -ms-flexbox
}

.popup-cookie__list {
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.popup-cookie__item:first-child {
  -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,
.popup-cookie__link {
  min-width: 0;
  width: 100%;
  text-align: center
}

.videoslot-tt-cards__line {
  height: 6px
}

.top10casino__resp--elem h1,
.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
}

.card-bonus,
.cardes__info {
  color: #fff;
  font-family: Montserrat;
  font-style: normal
}

.top10casino__resp--elem li,
.top10casino__resp--elem p {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal
}

.cardes {
  position: relative;
  border-radius: 38px;
  border: 1px solid var(--g7, #ffa100);
  background: rgba(0, 0, 0, .5);
  box-shadow: 0 4px 12px 0 rgba(255, 255, 255, .5);
  backdrop-filter: blur(5px);
  display: flex;
  padding: 24px 32px;
  align-items: center;
  gap: 24px;
  animation: 2s ease-in-out infinite glowAnimation
}

@keyframes glowAnimation {

  0%,
  100% {
    box-shadow: 0 0 20px 0 rgba(247, 199, 54, .38), 0 0 35px 0 rgba(247, 199, 54, .47)
  }

  50% {
    box-shadow: 0 0 30px 10px rgba(247, 199, 54, .6), 0 0 45px 15px rgba(247, 199, 54, .7)
  }
}

@media (max-width:1220px) {
  .cardes {
    gap: 20px
  }
}

@media (max-width:991px) {
  .nav {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }

  .popup__button {
    min-width: 120px
  }

  .popup__body {
    width: 95%
  }

  .cardes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    width: auto
  }

  .videoslot-tt-cards__item {
    display: flex;
    justify-content: center
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }

  .tx-32-24 {
    font-size: 24px
  }

  .terms p,
  .tx-20-16,
  .tx-42-16 {
    font-size: 16px
  }

  .hero-descr,
  .tx-16-14 {
    font-size: 14px
  }

  .background-title {
    padding: 10px
  }

  .videoslot-tt-about-title,
  .tx-24-20 {
    font-size: 20px
  }

  .tx-12-10,
  .tx-14-10 {
    font-size: 10px
  }

  .tx-10-8 {
    font-size: 8px
  }

  .tx-14-6 {
    font-size: 6px
  }

  .but-cookie {
    font-size: 14px;
    min-height: 41px
  }

  .payments {
    display: flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch
  }

  .payments img {
    width: 30px
  }

  .payments .plus-icon {
    width: 24px
  }

  .but {
    font-size: 14px;
    min-height: 56px
  }

  .mb-15-10:not(:last-child),
  .mb-25-10:not(:last-child),
  .mb-55-10:not(:last-child) {
    margin-bottom: 10px
  }

  .mb-30-20:not(:last-child) {
    margin-bottom: 20px
  }

  .mb-10-5:not(:last-child) {
    margin-bottom: 5px
  }

  .pb-20-10 {
    padding-bottom: 10px
  }

  .mb-20-10:not(:last-child) {
    margin-bottom: 4px
  }

  .mb-20-15:not(:last-child),
  .terms h1:not(:last-child),
  .terms h2:not(:last-child),
  .terms li:not(:last-child),
  .terms p:not(:last-child),
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }

  .videoslot-tt-header__container {
    margin-bottom: 40px
  }

  .bennefit {
    font-size: 13px;
    text-align: left;
    line-height: normal
  }

  .videoslot-tt-hero__title {
    font-size: 24px;
    line-height: 25px;
    max-width: 350px;
    text-align: center
  }

  .main-h2,
  .terms h1 {
    font-size: 22px
  }

  .terms h2 {
    font-size: 18px
  }


  .videoslot-tt-hero__container {
    gap: 10px;
    padding: 10px
  }

  .videoslot-tt-hero__benefit img {
    width: 15px;
    height: 15px
  }

  .videoslot-tt-footer {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .videoslot-tt-footer__link {
    height: 30px
  }

  .videoslot-tt-footer__war {
    width: 34px;
    height: 24px
  }

  .cardes {
    padding: 16px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 38px;
    backdrop-filter: blur(5px)
  }
}

@media(max-width:360px) {
  .cardes {
    padding: 8px
  }
}

.cardes__num {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1
}

@media (max-width:991px) {
  .cardes__num {
    top: 8px;
    left: 8px
  }
}

.cardes__left {
  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;
  max-width: 720px
}

@media (max-width:991px) {
  .cardes__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    justify-content: center;
    max-width: 500px
  }
}

.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: 24px;
  -webkit-box-flex: 0;
  flex: 0 1 500px;
  width: 100%
}

@media (max-width:991px) {
  .cardes__left-left {
    flex-direction: column;
    flex: 0 1 200px;
    gap: 10px
  }
}

@media (max-width:626px) {
  .cardes__left-left {
    flex-direction: column;
    flex: 0 1 280px
  }
}

.videoslot-tt-cards__list {
  position: relative;
  z-index: 3
}

.cardes__logo {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  height: 100px;
  width: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .cardes__logo {
    -webkit-box-flex: 0;
    flex: auto
  }

  .cardes__logo img {
    width: 200px;
    object-fit: contain
  }
}

.cardes__logo:focus-visible {
  opacity: .5
}

.cardes__logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.cardes__wrapper-info {
  -webkit-box-flex: 0;
  flex: 0 1 280px;
  width: 100%
}

@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
  }
}

.cardes__title a {
  transition: color .3s ease-in-out;
  font-family: "League Spartan";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase
}

.cardes__title a:focus-visible {
  color: var(--hover)
}

.cardes__title a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.cardes__infos {
  list-style: disc;
  display: block;
  padding-left: 15px
}

.cardes__infos li {
  position: relative
}

.cardes__info {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  list-style: disc;
  text-transform: capitalize
}

.most-bennefits-wrapper ul {
  padding-left: 20px;
  list-style: none
}

.most-bennefits-wrapper li {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
  list-style: none;
  position: relative
}

.most-bennefits-wrapper li::before {
  content: '';
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('/videoslot-tt-img/ogonek.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}

.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
  }
}

.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 200px;
  flex: 0 1 200px;
  width: 100%
}

@media (max-width:991px) {
  .cardes__left-right {
    flex-direction: column;
    gap: 8px
  }
}

.cardes__wrapper-bonus {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  width: 100%
}

.cardes__bonus {
  display: block;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {

  .cardes__bonus:hover,
  .cardes__title a:hover,
  .logo:hover,
  .nav__link:hover {
    color: var(--hover)
  }

  .but-cookie:hover {
    background-color: var(--hover)
  }

  .but:hover,
  .cardes__logo:hover,
  .videoslot-tt-footer__link:hover {
    opacity: .5
  }
}

.cardes__bonus:focus-visible {
  color: var(--hover)
}

.cardes__bonus:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.cardes__wrapper-rating {
  display: flex;
  gap: 10px;
  align-items: center
}

.card-bonus {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase
}

.cardes__rating,
.rating-text,
.text2 .cardes__info {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  color: #fff
}

.rating-text {
  font-size: 12px;
  line-height: normal
}

.cardes__rating {
  font-size: 32px;
  line-height: 44px
}

.gradietn-title,
.top10casino__desc--container_title {
  font-family: "League Spartan";
  font-weight: 600;
  text-transform: uppercase
}

.cardes__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 9px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:1040px) {
  .cardes__stars {
    gap: 4px
  }
}

.cardes__star {
  width: 20px;
  height: 20px
}

@media (max-width:600px) {
  .cardes__num {
    top: 4px;
    left: 4px
  }

  .cardes__left {
    align-items: center
  }

  .cardes__left-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }

  .cardes__logo {
    height: 50px;
    flex: 0 1 50%
  }

  .cardes__logo img {
    width: 150px
  }

  .cardes__wrapper-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    flex-direction: column-reverse;
    display: flex;
    gap: 5px
  }

  .cardes__info {
    gap: 1px;
    font-size: 10px;
    line-height: 14px;
    text-transform: capitalize
  }

  .cardes__info img {
    width: 10px;
    height: 10px
  }

  .cardes__left-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    gap: 10px
  }

  .cardes__rating {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 0
  }

  .cardes__stars {
    gap: 1px;
    flex-wrap: wrap
  }

  .cardes__star {
    width: 18px;
    height: 18px
  }
}

.cardes__link {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  position: relative
}

.glare {
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: #fff;
  width: 40px;
  height: 300px;
  -webkit-transition: .1s;
  transition: .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)
  }
}

.top10casino__desc--box {
  margin: 5.5rem 0 6.25rem
}

.top10casino__desc--container {
  display: flex;
  flex-direction: column;
  gap: 40px
}

.image-text-wrap,
.text-image-wrapper {
  display: flex;
  gap: 85px
}

.image-text-wrap {
  align-items: center
}

.text-list,
.text1,
.text2 {
  gap: 20px;
  display: flex
}

.text-wrap,
.text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 945px
}

.image-text-wrap img {
  max-width: 210px;
  display: block;
  height: 160px
}

.reversed {
  flex-direction: row-reverse
}

@media(max-width:991px) {

  .how-to-wrapper,
  .lottery-info,
  .videoslot-tt-about-container,
  .videoslot-tt-number__descr,
  .videoslot-tt-numbers__container,
  .upsides-downsides__content {
    flex-direction: column
  }

  .about-img-main {
    height: 540px
  }

  .how-to {
    max-width: 100%;
    width: 100%
  }

  .tt-wrap {
    max-width: 100%
  }

  .button-pay {
    flex-direction: column;
    flex: auto;
    gap: 8px
  }

  .bennefit-wrapper {
    width: 100%
  }

  .herimg {
    max-width: 495px;
    height: 549px;
    position: absolute;
    z-index: 1;
  }


  .photo-wrap {
    flex-direction: column;
    gap: 20px;
    align-items: center
  }

  .videoslot-tt-cards {
    margin-top: 40px
  }

  .cardes__title {
    display: none
  }

  .image-text-wrap,
  .text-list {
    flex-wrap: wrap
  }

  .reversed {
    flex-direction: row
  }

  .text2 .cardes__infos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none
  }

  .cardes__info,
  .cardes__infos {
    list-style: none
  }
}

.text1,
.text2 {
  max-width: 610px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%
}

.gradietn-title {
  font-size: 19px;
  font-style: normal;
  line-height: normal
}

.text2 .cardes__info {
  font-size: 20px;
  line-height: normal
}

.top10casino__desc--container_title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  line-height: normal
}

.top10casino__desc---elem_lists-item,
.top10casino__desc---elem_text,
.top10casino__desc---elem_title,
.top10casino__footer--description_text {
  font-family: Montserrat;
  font-style: normal;
  color: #fff
}

@media(max-width:600px) {
  .payment-method {
    object-fit: contain
  }

  .bennefit-wrapper {
    padding: 2px 16px
  }

  .bennefit-wrapper .bennefitimg {
    width: 23px;
    height: 23px
  }

  .bennefit-wrapper img {
    width: 24px;
    height: 24px;
    object-fit: fill
  }

  .videoslot-tt-games__container,
  .videoslot-tt-hero__descr {
    gap: 20px
  }

  .color-p p,
  .gradietn-title,
  .videoslot-tt-games__container p {
    font-size: 16px
  }

  .videoslot-tt-games__container a {
    font-size: 16px;
    color: #fff
  }

  .games-wrapper {
    gap: 10px
  }

  .card,
  .card-wr {
    max-width: 100%
  }

  .card {
    width: 100%
  }

  .color-p {
    padding: 30px 20px
  }

  .videoslot-tt-hero-text {
    color: #fff;
    font-family: Montserrat;
    font-style: normal
  }

  .videoslot-tt-bennefints {
    flex-wrap: wrap;
  }

  .videoslot-tt-hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
  }

  .videoslot-tt-hero-subtitle,
  .text2 .cardes__info {
    font-size: 14px
  }

  .videoslot-tt-hero-text {
    font-size: 20px;
    font-weight: 400;
    line-height: normal
  }

  .videoslot-tt-hero-button {
    width: 100%;
    font-size: 20px;
    max-width: 200px;
  }

  .hero-img {
    max-width: 328px;
    max-height: 283px
  }

  .bonus-list li::before {
    width: 22px;
    height: 30px
  }

  .bonus-list li {
    padding-left: 30px
  }

  .videoslot-tt-cards {
    margin-top: 20px
  }

  .card-bonus,
  .most-bennefits-wrapper li {
    font-size: 12px
  }

  .rating-text {
    font-size: 10px
  }

  .most-bennefits-wrapper {
    padding-left: 25px
  }

  .top10casino__desc--container_title {
    font-size: 20px
  }

  .fz24 {
    font-size: 24px;
  }
}

.top10casino__desc---elem,
.top10casino__desc---elem_list-blocks {
  display: flex;
  flex-direction: column;
  gap: 1.25rem
}

.top10casino__desc---elem_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase
}

.top10casino__desc---elem_lists {
  list-style: disc
}

.top10casino__desc---elem_text {
  font-size: 16px;
  font-weight: 500;
  line-height: normal
}

@media(max-width:600px) {
  .top10casino__desc---elem_text {
    font-size: 12px
  }
}

.top10casino__desc---elem_lists-item {
  font-size: 14px;
  font-weight: 300;
  list-style: disc;
  line-height: 20px;
  margin-left: 1.5rem
}

.accent-li,
.accent-ul {
  list-style: disc !important
}

.top10casino__footer--box {
  width: 100%;
  border-top: 3px solid #5a4737;
  background: rgba(0, 0, 0, .8);
  padding: 50px 135px;
  position: relative;
  z-index: 2
}

@media (max-width:1241px) {
  .top10casino__footer--box {
    padding: 3rem 1rem
  }
}

.info-wrap {
  display: flex;
  width: 100%;
  max-width: 1200px;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
  flex-direction: column;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  align-items: center;
}

.info-title {
  color: #FFF;
  font-family: Aboreto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.info-text {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}

@media(max-width:600px) {
  .info-title {
    font-size: 32px;
  }

  .disc-t {
    font-size: 32px;
  }

  .disc-wrappr {
    padding: 60px 10px;
  }
}

.top10casino__page--container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  background: rgba(0, 0, 0, .6)
}

.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--description_text {
  font-size: 14px;
  font-weight: 400;
  line-height: normal
}

.top10casino__footer--description_oth-text {
  color: #fff;
  font-family: var(--font--regular);
  font-size: .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: .75rem;
  line-height: 14.4px;
  font-family: var(--font--medium);
  list-style-type: disc;
  margin-left: 1.5rem
}

.top10casino__footer---box__items__title,
.top10casino__footer_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.top10casino__footer--description_box {
  width: 100%;
  display: flex;
  gap: 3rem
}

.top10casino__footer--description-elem {
  display: flex;
  gap: 1.25rem
}

@media (max-width:991px) {
  .cardes__wrapper-bonus {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }

  .cardes__wrapper-rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    gap: 5px;
    flex: 0 1 50%
  }

  .cardes__link {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }

  .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 {
  font-family: "League Spartan";
  line-height: normal
}

.top10casino__footer---box__items__title {
  font-family: Montserrat;
  line-height: 28px
}

.top10casino__footer--links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem
}

.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__cookie-text,
.top10casino__cookie-title {
  font-family: Helvetica;
  font-style: normal;
  line-height: normal
}

.top10casino__footer---box_desc {
  display: flex;
  max-width: 511px;
  width: 100%;
  gap: 1rem
}

.top10casino__fixed-cookie {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15
}

.top10casino__cookie--box {
  max-width: 800px;
  width: 100%
}

#top10casinoCookiePopup {
  z-index: 15;
  display: flex;
  padding: 20px 100px;
  justify-content: center;
  align-items: center;
  background: #000;
  max-width: 100%
}

@media(max-width:1221px) {
  #top10casinoCookiePopup {
    padding: 20px 80px
  }
}

.top10casino__cookie--container {
  display: flex;
  gap: 40px;
  align-items: end;
  justify-content: center
}

.text-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  max-width: 780px;
  width: 100%
}

@media(max-width:1086px) {
  .top10casino__fixed-cookie {
    left: unset
  }

  #top10casinoCookiePopup {
    max-width: 420px;
    padding: 30px
  }

  .top10casino__cookie--container {
    flex-direction: column;
    gap: 20px
  }

  .text-content {
    align-items: center
  }
}

.top10casino__cookie-title {
  color: #FFF;
  font-family: Aboreto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.top10casino__cookie-text {
  color: #D3D3D3;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top10casino__cookie--btn-w,
.top10casino__cookie-btn {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-style: normal;
  font-family: "Aboreto";
}

.top10casino__cookie-btn {
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: #449696;
  justify-content: center;
  align-items: center;
  max-width: 200px
}

@media(max-width:600px) {
  .top10casino__cookie-btn {
    max-width: 88px
  }
}

.top10casino__cookie--btn-w {
  max-width: 200px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
  border-radius: 30px;
}

@media(max-width:1086px) {
  .top10casino__cookie--btn-w {
    width: 100%;
    max-width: 100%
  }

  .top10casino__cookie-btn {
    max-width: 100%
  }
}

.top10casino__btn--box_cookie {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 410px
}

@media (max-width:1086px) {
  .top10casino__btn--box_cookie {
    align-items: center;
    flex-direction: column;
    width: 100%
  }
}

.top10casino__hide {
  visibility: hidden;
  bottom: 0;
  right: 2em;
  display: none
}

.top10casino__show {
  visibility: visible;
  bottom: 0;
  right: 2em
}

.top10casino__popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
  height: 100vh
}

.language-choose {
  background-color: rgba(0, 0, 0, 0.4);
  /* затемнение */
  backdrop-filter: blur(5px);
  /* само размытие */
}

.top10casino__popup__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3)
}

.top10casino__popup__body {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  max-width: 620px;
  padding: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  border-radius: 30px;
  border: 1px solid rgba(88, 198, 161, 0.25);
  background: #101010;
  box-shadow: 0px 5px 25px 0px rgba(88, 198, 161, 0.10);
}

.top10casino__popup__title {
  color: #FFF;
  text-align: center;
  font-family: Aboreto;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.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__footer--links {
    flex-direction: column;
    align-items: start
  }

  .top10casino__footer---box_desc {
    flex-direction: column
  }

  .top10casino__cookie-title {
    font-size: 24px
  }

  .top10casino__cookie-text {
    font-size: 15px
  }

  .top10casino__popup__body {
    padding: 25px 15px
  }
}

@media (max-width:620px) {
  .top10casino__popup__title {
    font-size: 1.25rem
  }
}

@media (max-width:450px) {
  .videoslot-tt-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77px;
    flex: 0 0 77px;
    height: 57px
  }

  .top10casino__popup__body {
    width: 95%;
    padding: 20px 10px
  }
}

.top10casino__popup__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center
}

.popup-input {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .3);
  background: #fff;
  color: #000;
  font-family: Sarpanch
}

.top10casino__popup__button,
.top10casino__popup__text {
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  line-height: 100%
}

.popup-input::placeholder {
  color: #142325;
  font-family: Sarpanch;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.top10casino__popup__text {
  font-size: 16px;
  font-weight: 500
}

.top10casino__form-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center
}

@media(max-width:991px) {
  .top10casino__form-bottom {
    flex-direction: column;
  }
}

.top10casino__popup__button {
  display: flex;
  padding: 10px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: #449696;
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  font-family: Aboreto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  max-width: 340px;
  width: 100%;
}

.out,
.top10casino__resp--elem_title {
  font-weight: 700;
  color: #fff;
  font-style: normal;
  text-transform: uppercase
}

.out {
  border-radius: 6px;
  border: 1px solid #fff;
  background: 0 0;
  font-family: Sarpanch;
  font-size: 14px;
  line-height: 120%
}

.top10casino__popup__button:active {
  opacity: .2;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s
}

.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 {
  font-family: Montserrat;
  font-size: 28px;
  line-height: 38px;
  margin-top: 20px
}

.top10casino__resp--elem_text {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px
}

.cazinouriromania-top-h2,
h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase
}

.footer-txt,
.fot-link {
  font-family: Tektur;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  font-style: normal
}

.terms-cont li,
.terms-cont p {
  line-height: 30px
}

.cazinouriromania-top-footer {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  background: #474747;
}

.fz24 {
  color: #FFF;
  font-family: "Aboreto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.mob-menu,
.popup {
  position: fixed;
  top: 0
}

.adult-img,
.cont-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center
}

.footer-container {
  justify-content: center;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  display: flex
}

.footer-nav,
.links {
  display: flex;
  align-items: center;
  gap: 30px
}

.footer-nav li a {
  color: #fff;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.fot-mini {
  display: flex;
  max-width: 495px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  flex-shrink: 0;
  width: 100%
}

.adult-img {
  width: 64px;
  height: 64px;
  background-image: url('/videoslot-tt-img/videoslot-tt-adult.webp')
}

.cont-img {
  max-width: 639px;
  width: 100%;
  height: 639px;
  background-image: url('/videoslot-tt-img/videoslot-tt-contact-img.webp')
}

.plasic {
  width: 54px;
  height: 53px;
  flex-shrink: 0
}

.footer-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px
}

.fg,
.footer-info {
  align-items: start
}

.plas {
  width: 84px;
  height: 40px
}

.footer-info {
  display: flex;
  width: 100%;
  gap: 125px
}

.footer-txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 526px
}

.footer-txt {
  font-size: 18px
}

.fot-link {
  font-size: 16px;
  text-decoration: underline
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 20px
}

@media(max-width:800px) {
  .footer-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px
  }
}

.terms-cont {
  margin-top: 50px
}

.cazinouriromania-top-footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px
}

.cazinouriromania-top-footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

@media(max-width:1024px) {
  .cazinouriromania-top-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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
}

.cazinouriromania-top-icon {
  width: 56px;
  height: 36px
}

.cazinouriromania-top-h1,
.cazinouriromania-top-h2,
.cazinouriromania-top-h3,
.cazinouriromania-top-h4,
.cazinouriromania-top-h5,
.cazinouriromania-top-h6 {
  margin: 0;
  line-height: normal;
  font-family: Montserrat;
  font-weight: 600
}

.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)
  }

  .cazinouriromania-top-grid-1-3-d {
    grid-template-columns: repeat(3, 1fr)
  }

  .cazinouriromania-top-grid-1-4-d {
    grid-template-columns: repeat(4, 1fr)
  }

  .cazinouriromania-top-grid-1-5-d {
    grid-template-columns: repeat(5, 1fr)
  }

  .cazinouriromania-top-grid-revers-d>div {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .cazinouriromania-top-width-1-2-d {
    display: block;
    width: 50%
  }
}

.cazinouriromania-top-width-1-1,
iframe {
  width: 100%
}

.cazinouriromania-top-width-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.cazinouriromania-top-gap {
  gap: var(--gap)
}

.cazinouriromania-top-gap-20 {
  gap: 20px
}

.cazinouriromania-top-gap-100 {
  gap: 100px
}

@media(max-width:640px) {
  .cazinouriromania-top-footer .cazinouriromania-top-gambleaware li img {
    max-width: 240px
  }

  .cazinouriromania-top-gap-20 {
    gap: 15px
  }

  .cazinouriromania-top-gap-100 {
    gap: 20px
  }
}

.cazinouriromania-top-br,
.cazinouriromania-top-br img {
  border-radius: var(--border-radius)
}

.cazinouriromania-top-border-white {
  border: 1px solid #fff
}

.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;
  aspect-ratio: 16/9
}

.cazinouriromania-top-cookie *,
.cazinouriromania-top-privacy * {
  font-family: sans-serif;
  color: var(--base-color);
  border: none;
  font-size: revert
}

.cazinouriromania-top-cookie .cazinouriromania-top-h2,
.cazinouriromania-top-cookie h2,
.cazinouriromania-top-privacy .cazinouriromania-top-h2,
.cazinouriromania-top-privacy h2 {
  margin: 20px 0
}

.cazinouriromania-top-margin-bottom {
  margin-bottom: 54px
}

.cazinouriromania-top-h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase
}

.popup-input.error {
  border: 2px solid red
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 10px;
  font-family: Sarpanch
}

.footer-title {
  color: #fff;
  font-family: Sarpanch;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase
}

.accent-li,
.cross,
.main-h2-accent {
  color: #fff;
  font-family: Tektur
}

.accent-li,
.demo-txt,
.main-h2-accent {
  font-variant-numeric: lining-nums proportional-nums;
  line-height: 120%;
  text-transform: uppercase;
  font-style: normal
}

@media(max-width:991px) {
  .footer-container {
    flex-direction: column;
    gap: 40px
  }

  .fot-mini {
    align-items: start;
    max-width: 100%
  }

  .cont-img {
    max-width: 439px;
    height: 439px
  }

  .footer-images-wrap {
    flex-wrap: wrap
  }

  .fot {
    max-width: 100%
  }

  .footer-info {
    flex-direction: column;
    gap: 30px
  }

  .buttons {
    display: none
  }

  .burger-menu {
    display: block;
    border: none;
    background: 0 0
  }

  .burger-img {
    display: block;
    background-image: url('/videoslot-tt-img/videoslot-tt-brg.svg');
    width: 22px;
    height: 14.677px;
    background-size: contain;
    background-repeat: no-repeat
  }
}

.mob-menu {
  flex-direction: column;
  background: #030303;
  padding: 24px 10px;
  justify-content: start;
  align-items: center;
  gap: 32px;
  right: 0;
  width: 300px;
  bottom: 0;
  display: none;
  z-index: 15
}

.cross {
  display: flex;
  align-self: start;
  font-size: 35px;
  background: 0 0;
  border: none
}

.for-game {
  background: linear-gradient(180deg, #2b6f99 0, #47b8ff 100%);
  height: auto
}

.popup,
.popup-content iframe {
  width: 100%;
  height: 100%
}

.for-game .videoslot-tt-hero__container {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.for-game .videoslot-tt-hero-title {
  font-size: 56px
}

.fg .main-h2 {
  font-size: 48px;
  text-align: left;
  margin-bottom: 10px
}

.fg {
  gap: 20px
}

.main-h2-accent {
  font-size: 24px;
  font-weight: 600
}

.fg .accent {
  align-items: start;
  padding: 20px;
  gap: 20px
}

.accent-ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.accent-li {
  font-size: 20px;
  font-weight: 500
}

.images-w {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center
}

.images-w img {
  max-width: 610px;
  border-radius: 10px
}

.popup {
  display: none;
  left: 0;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center
}

.active,
.fot {
  display: flex
}

.popup-content {
  position: relative;
  background: linear-gradient(180deg, #2b6f99 0, #47b8ff 100%);
  width: 80%;
  height: 80%;
  padding: 40px 20px 20px
}

.close-btn,
.demo-txt {
  position: absolute;
  top: 0;
  color: #fff
}

.close-btn {
  right: 10px;
  font-size: 40px
}

.demo-txt {
  font-weight: 700;
  left: 10px;
  font-size: 29px
}

.fot {
  max-width: 570px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px
}

.fot a {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400
}

.terms .color-p {
  gap: 0;
  padding: 40px 20px
}

.videoslot-tt-games {
  background-color: #f7f7f7;
  padding: 80px 0;
  position: relative;
  margin-bottom: 0
}

@media(max-width:991px) {
  .videoslot-tt-games {
    padding-bottom: 0;
    margin-bottom: 0
  }

  .fot {
    max-width: 100%
  }
}

.other-pt {
  padding-top: 70px
}

@media(max-width:600px) {
  .cazinouriromania-top-footer {
    padding: 20px 0
  }

  .cpr {
    margin-top: 10px
  }

  .cont-img {
    max-width: 331px;
    height: 331px
  }

  .plasic {
    width: 40px;
    height: 40px
  }

  .footer-images {
    justify-content: flex-start;
    gap: 10px
  }

  .footer-images img {
    height: 20px
  }

  .fg .accent,
  .footer-images-wrap {
    gap: 10px
  }

  .footer-txt,
  .fot-link,
  .main-h2 {
    font-size: 14px
  }

  .fz24 {
    font-size: 24px;
  }

  .videoslot-tt-item {
    font-size: 14px;
    padding: 10px;
  }

  .videoslot-tt-hero {
    padding-top: 100px;
    padding-bottom: 25px;
    background-size: cover;
    background-position: center;
  }

  .videoslot-tt-bennefints {
    gap: 8px;
  }

  .about-text-wrap .videoslot-tt-about-text,
  .footer-link {
    font-size: 12px
  }

  .videoslot-tt-questions__container {
    gap: 20px
  }

  .cazinouriromania-top-margin-bottom {
    margin-bottom: 24px
  }

  .accent-li,
  .footer-title {
    font-size: 16px
  }

  .for-game .videoslot-tt-hero-title {
    font-size: 26px
  }

  .fg .main-h2 {
    font-size: 20px;
    margin-bottom: 0
  }

  .main-h2-accent {
    font-size: 18px
  }

  .images-w img {
    max-width: 320px
  }

  .videoslot-tt-games {
    padding-top: 59px
  }



  .moon-bg {
    width: 100%
  }

  .adult-img {
    width: 44px;
    height: 30px;
    aspect-ratio: 22/15
  }

  .fot-mini {
    align-items: center;
    gap: 20px
  }

  .footer-nav {
    flex-direction: column;
    gap: 20px
  }
}

.disabled {
  display: none;
}