* {
  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
}

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
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Mulish-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Mulish-SemiBold.woff2) format("woff2")
}

@font-face {
  font-family: Mulish;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Mulish-Medium.woff2) format("woff2")
}

:root {
  --font-main: "Mulish", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #eeeeee;
  --main: #000000;
  --black: #000000;
  --white: #ffffff;
  --blue: #94e2ff;
  --violet: #9d35ff;
  --pink: #ff338c;
  --hover: #ad56ff;
  --active: #ad56ff
}

.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-color: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:991px) {
  .main:not(:last-child) {
    margin-bottom: 45px
  }
}

@media (max-width:600px) {
  .main:not(:last-child) {
    margin-bottom: 30px
  }
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.pagination {
  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;
  gap: 24px;
  position: static
}

.pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: .5;
  border-radius: 50%;
  margin: 0 !important;
  background-color: var(--black)
}

.pagination .swiper-pagination-bullet-active {
  opacity: 1
}

.tx-main {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-main {
    font-size: 16px
  }
}

.tx-34-16 {
  font-weight: 500;
  font-size: 34px;
  line-height: 129%
}

@media (max-width:1220px) {
  .tx-34-16 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-34-16 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-34-16 {
    font-size: 16px
  }
}

.tx-16-10 {
  font-weight: 500;
  font-size: 16px;
  line-height: 129%
}

@media (max-width:1220px) {
  .tx-16-10 {
    font-size: 14px
  }
}

@media (max-width:991px) {
  .tx-16-10 {
    font-size: 12px
  }
}

@media (max-width:600px) {
  .tx-16-10 {
    font-size: 10px
  }
}

.tx-24-16 {
  font-weight: 500;
  font-size: 24px;
  line-height: 129%
}

@media (max-width:1220px) {
  .tx-24-16 {
    font-size: 20px
  }
}

@media (max-width:991px) {
  .tx-24-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-24-16 {
    font-size: 16px
  }
}

.tx-14 {
  font-weight: 500;
  font-size: 14px;
  line-height: 129%
}

.tx-20 {
  font-weight: 500;
  font-size: 20px;
  line-height: 129%
}

.tx-20-18 {
  font-weight: 500;
  font-size: 20px;
  line-height: 129%
}

@media (max-width:600px) {
  .tx-20-18 {
    font-size: 18px
  }
}

.tx-20-14 {
  font-weight: 500;
  font-size: 20px;
  line-height: 129%
}

@media (max-width:1220px) {
  .tx-20-14 {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .tx-20-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-20-14 {
    font-size: 14px
  }
}

.tx-32-26 {
  font-weight: 500;
  font-size: 32px;
  line-height: 129%
}

@media (max-width:1220px) {
  .tx-32-26 {
    font-size: 30px
  }
}

@media (max-width:991px) {
  .tx-32-26 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-32-26 {
    font-size: 26px
  }
}

.tx-36-24 {
  font-weight: 500;
  font-size: 36px;
  line-height: 129%
}

@media (max-width:1220px) {
  .tx-36-24 {
    font-size: 32px
  }
}

@media (max-width:991px) {
  .tx-36-24 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-36-24 {
    font-size: 24px
  }
}

.tx-36-18 {
  font-weight: 500;
  font-size: 36px;
  line-height: 129%
}

@media (max-width:1220px) {
  .tx-36-18 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-36-18 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-36-18 {
    font-size: 18px
  }
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}

.circle::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--black);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 12px
}

@media (max-width:991px) {
  .circle::before {
    margin-top: 11px
  }
}

@media (max-width:600px) {
  .circle::before {
    margin-top: 10px
  }
}

.tx-48-22 {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-48-22 {
    font-size: 40px
  }
}

@media (max-width:991px) {
  .tx-48-22 {
    font-size: 30px
  }
}

@media (max-width:600px) {
  .tx-48-22 {
    font-size: 22px
  }
}

.but {
  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(--white);
  background-color: var(--violet);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  min-width: 250px;
  min-height: 61px;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out
}

@media (max-width:991px) {
  .but {
    min-height: 54px
  }
}

@media (max-width:600px) {
  .but {
    min-height: 45px
  }
}

.but_change {
  min-height: 54px
}

@media (max-width:600px) {
  .but_change {
    min-height: 46px
  }
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.but_border {
  border: 2px solid var(--white);
  background-color: transparent
}

@media (any-hover:hover) {
  .but_border:hover {
    background-color: var(--white);
    color: var(--black)
  }
}

.but_border:focus-visible {
  background-color: var(--white);
  color: var(--black)
}

.but_border:active {
  background-color: var(--white);
  color: var(--black);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.logo {
  display: block;
  width: 257px;
  height: 50px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .logo {
    width: 200px;
    height: 40px
  }
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.mb-section:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 45px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 30px
  }
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.color-pink {
  color: var(--pink)
}

.color-blue {
  color: var(--blue)
}

.mb-40-20:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .mb-40-20:not(:last-child) {
    margin-bottom: 20px
  }
}

.mb-30:not(:last-child) {
  margin-bottom: 30px
}

.mb-30-16:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .mb-30-16:not(:last-child) {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .mb-30-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-34:not(:last-child) {
  margin-bottom: 34px
}

.mb-40-34:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:600px) {
  .mb-40-34:not(:last-child) {
    margin-bottom: 34px
  }
}

.mb-12-8:not(:last-child) {
  margin-bottom: 12px
}

@media (max-width:991px) {
  .mb-12-8:not(:last-child) {
    margin-bottom: 10px
  }
}

@media (max-width:600px) {
  .mb-12-8:not(:last-child) {
    margin-bottom: 8px
  }
}

.mb-14:not(:last-child) {
  margin-bottom: 14px
}

.mb-20-10:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-60-15:not(:last-child) {
  margin-bottom: 60px
}

@media (max-width:1220px) {
  .mb-60-15:not(:last-child) {
    margin-bottom: 45px
  }
}

@media (max-width:991px) {
  .mb-60-15:not(:last-child) {
    margin-bottom: 30px
  }
}

@media (max-width:600px) {
  .mb-60-15:not(:last-child) {
    margin-bottom: 15px
  }
}

.mb-20-2:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:1220px) {
  .mb-20-2:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:991px) {
  .mb-20-2:not(:last-child) {
    margin-bottom: 10px
  }
}

@media (max-width:600px) {
  .mb-20-2:not(:last-child) {
    margin-bottom: 2px
  }
}

.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 .3s ease-in-out;
  transition: opacity .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)
}

.fortunacazinouri-header {
  padding: 10px 0;
  background-color: transparent
}

@media (max-width:991px) {
  .fortunacazinouri-header {
    display: none
  }
}

.terms {
  padding-top: 60px
}

@media (max-width:1220px) {
  .terms {
    padding-top: 45px
  }
}

@media (max-width:991px) {
  .terms {
    padding-top: 30px
  }
}

@media (max-width:600px) {
  .terms {
    padding-top: 12px
  }
}

.terms h1 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
  text-align: center
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 18px
  }
}

.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: 28px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700;
  text-align: center
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 16px
  }
}

.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: 22px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 18px
  }
}

.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: 22px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 18px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 12px
}

.fortunacazinouri-hero__top {
  position: relative;
  background-image: url(/img/first-block.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 150px
}

@media (max-width:1220px) {
  .fortunacazinouri-hero__top {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (max-width:991px) {
  .fortunacazinouri-hero__top {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-hero__top {
    background-image: url(/img/first-block-mob.webp);
    padding-top: 12px;
    padding-bottom: 12px
  }
}

.fortunacazinouri-hero__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 1
}

.fortunacazinouri-hero__container {
  position: relative;
  z-index: 2
}

.fortunacazinouri-hero__descr {
  max-width: 542px;
  width: 100%
}

.fortunacazinouri-hero__title {
  color: var(--white)
}

@media (max-width:600px) {
  .fortunacazinouri-hero__title {
    text-align: center
  }
}

.fortunacazinouri-hero__text {
  color: var(--white)
}

@media (max-width:991px) {
  .fortunacazinouri-hero__text {
    display: none
  }
}

.fortunacazinouri-hero__bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: var(--white)
}

@media (max-width:1220px) {
  .fortunacazinouri-hero__bottom {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media (max-width:991px) {
  .fortunacazinouri-hero__bottom {
    padding-top: 12px;
    padding-bottom: 12px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-hero__bottom {
    padding-top: 7px;
    padding-bottom: 7px
  }
}

.fortunacazinouri-hero__list {
  max-width: 840px;
  width: 100%;
  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: 10px 20px;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:600px) {
  .fortunacazinouri-hero__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.fortunacazinouri-hero__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px
}

@media (max-width:600px) {
  .fortunacazinouri-hero__item {
    gap: 2px
  }
}

.fortunacazinouri-hero__icon {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:1220px) {
  .fortunacazinouri-hero__icon {
    width: 24px;
    height: 24px
  }
}

@media (max-width:991px) {
  .fortunacazinouri-hero__icon {
    width: 22px;
    height: 22px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-hero__icon {
    width: 18px;
    height: 18px
  }
}

.dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

@media (max-width:991px) {
  .dates {
    margin-bottom: 0 !important
  }
}

@media (max-width:600px) {
  .dates {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.dates__month {
  color: var(--white)
}

.dates__year {
  color: var(--white)
}

.dates__icon {
  display: none;
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:600px) {
  .dates__icon {
    display: block
  }
}

.fortunacazinouri-block__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .fortunacazinouri-block__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .fortunacazinouri-block__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px
  }
}

.fortunacazinouri-block__item {
  border-radius: 20px;
  padding: 40px 20px;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (max-width:600px) {
  .fortunacazinouri-block__item {
    border-radius: 16px;
    padding: 34px 17px
  }
}

.fortunacazinouri-block__subtitle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.fortunacazinouri-block__icon {
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:600px) {
  .fortunacazinouri-block__icon {
    width: 88px;
    height: 88px
  }
}

.slider-reviews {
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.slider-reviews__slide {
  border-radius: 20px;
  padding: 20px;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  height: auto
}

@media (max-width:991px) {
  .slider-reviews__slide {
    gap: 20px
  }
}

@media (max-width:600px) {
  .slider-reviews__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    border-radius: 16px;
    padding: 30px 20px
  }
}

.slider-reviews__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media (max-width:1220px) {
  .slider-reviews__image {
    width: 180px;
    height: 180px
  }
}

@media (max-width:991px) {
  .slider-reviews__image {
    width: 145px;
    height: 145px
  }
}

@media (max-width:600px) {
  .slider-reviews__image {
    width: 120px;
    height: 120px
  }
}

.slider-reviews__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (max-width:600px) {
  .slider-reviews__content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.slider-reviews__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

@media (max-width:600px) {
  .slider-reviews__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.slider-reviews__stars {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:600px) {
  .slider-reviews__stars {
    gap: 8px;
    -ms-flex-negative: 1;
    flex-shrink: 1
  }
}

.slider-reviews__star {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.slider-reviews__star:nth-child(1) {
  width: 20px;
  height: 20px
}

@media (max-width:991px) {
  .slider-reviews__star:nth-child(1) {
    width: 18px;
    height: 18px
  }
}

@media (max-width:600px) {
  .slider-reviews__star:nth-child(1) {
    width: 14px;
    height: 14px
  }
}

.slider-reviews__star:nth-child(2) {
  width: 24px;
  height: 24px
}

@media (max-width:991px) {
  .slider-reviews__star:nth-child(2) {
    width: 20px;
    height: 20px
  }
}

@media (max-width:600px) {
  .slider-reviews__star:nth-child(2) {
    width: 16px;
    height: 16px
  }
}

.slider-reviews__star:nth-child(3) {
  width: 28px;
  height: 28px
}

@media (max-width:991px) {
  .slider-reviews__star:nth-child(3) {
    width: 24px;
    height: 24px
  }
}

@media (max-width:600px) {
  .slider-reviews__star:nth-child(3) {
    width: 20px;
    height: 20px
  }
}

.slider-reviews__star:nth-child(4) {
  width: 24px;
  height: 24px
}

@media (max-width:991px) {
  .slider-reviews__star:nth-child(4) {
    width: 20px;
    height: 20px
  }
}

@media (max-width:600px) {
  .slider-reviews__star:nth-child(4) {
    width: 16px;
    height: 16px
  }
}

.slider-reviews__star:nth-child(5) {
  width: 20px;
  height: 20px
}

@media (max-width:991px) {
  .slider-reviews__star:nth-child(5) {
    width: 18px;
    height: 18px
  }
}

@media (max-width:600px) {
  .slider-reviews__star:nth-child(5) {
    width: 14px;
    height: 14px
  }
}

.slider-reviews__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%
}

@media (max-width:991px) {
  .slider-reviews__controls {
    display: none
  }
}

.slider-reviews__pagination {
  display: none
}

@media (max-width:991px) {
  .slider-reviews__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width:600px) {
  .slider-reviews__text {
    text-align: center
  }
}

.slider-reviews__button {
  width: 100px;
  height: 46px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.slider-reviews__button.swiper-button-disabled {
  opacity: .2;
  pointer-events: none
}

@media (any-hover:hover) {
  .slider-reviews__button:hover {
    opacity: .5
  }
}

.slider-reviews__button:focus-visible {
  opacity: .5
}

.slider-reviews__button:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.slider-reviews-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fortunacazinouri-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--black)
}

@media (max-width:991px) {
  .fortunacazinouri-footer {
    padding-top: 32px;
    padding-bottom: 32px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-footer {
    padding-top: 24px;
    padding-bottom: 24px
  }
}

.fortunacazinouri-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:991px) {
  .fortunacazinouri-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.fortunacazinouri-footer__texts {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 715px;
  flex: 0 1 715px;
  width: 100%
}

@media (max-width:991px) {
  .fortunacazinouri-footer__texts {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.fortunacazinouri-footer__texts p {
  color: var(--white)
}

.fortunacazinouri-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 60px
}

@media (max-width:600px) {
  .fortunacazinouri-footer__links {
    gap: 20px 40px
  }
}

.fortunacazinouri-footer__links a {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:600px) {
  .fortunacazinouri-footer__links a {
    height: 33px !important
  }
}

@media (any-hover:hover) {
  .fortunacazinouri-footer__links a:hover {
    opacity: .5
  }
}

.fortunacazinouri-footer__links a:focus-visible {
  opacity: .5
}

.fortunacazinouri-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.fortunacazinouri-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px
}

.fortunacazinouri-footer__war {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.fortunacazinouri-footer__warning {
  color: var(--white)
}

.nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 715px;
  flex: 0 1 715px;
  width: 100%
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.nav__link {
  color: var(--white);
  -webkit-transition: color .3s ease-in-out;
  transition: color .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: .1s;
  transition-duration: .1s
}

.responsi {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 402px;
  flex: 0 1 402px;
  width: 100%
}

@media (max-width:991px) {
  .responsi {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.responsi p {
  color: var(--white)
}

.responsi a {
  color: var(--white);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .responsi a:hover {
    color: var(--hover)
  }
}

.responsi a:focus-visible {
  color: var(--hover)
}

.responsi a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.fortunacazinouri-popup-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8;
  border-radius: 20px;
  padding: 20px;
  width: 405px;
  background-color: var(--black)
}

.fortunacazinouri-popup-cookie.disabled {
  display: none
}

@media (max-width:600px) {
  .fortunacazinouri-popup-cookie {
    width: 100%
  }
}

.fortunacazinouri-popup-cookie__title {
  color: var(--white)
}

.fortunacazinouri-popup-cookie__text {
  color: var(--white)
}

.fortunacazinouri-popup-cookie__button {
  min-width: 0;
  width: 100%
}

.fortunacazinouri-popup-cookie__link {
  min-width: 0;
  width: 100%
}

.fortunacazinouri-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, .4)
}

.fortunacazinouri-popup__body {
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto;
  border-radius: 20px;
  padding: 20px;
  width: 405px;
  background-color: var(--black)
}

@media (max-width:600px) {
  .fortunacazinouri-popup__body {
    width: 100%
  }
}

.fortunacazinouri-popup__title {
  color: var(--white)
}

.fortunacazinouri-popup__text {
  color: var(--white)
}

.fortunacazinouri-popup__button {
  min-width: 0;
  width: 100%
}

.top-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.top-dates__icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .top-dates__icon {
    width: 22px;
    height: 22px
  }
}

@media (max-width:600px) {
  .top-dates__icon {
    width: 20px;
    height: 20px
  }
}

.top-dates__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.fortunacazinouri-cards__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .fortunacazinouri-cards__list {
    gap: 15px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .fortunacazinouri-cards__list {
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }
}

.fortunacazinouri-cards__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.fortunacazinouri-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  padding: 40px 20px;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px
}

@media (max-width:1220px) {
  .fortunacazinouri-card {
    padding: 30px 16px;
    gap: 24px
  }
}

@media (max-width:991px) {
  .fortunacazinouri-card {
    padding: 24px 10px;
    gap: 16px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-card {
    border-radius: 16px;
    padding: 8px;
    gap: 10px
  }
}

.fortunacazinouri-card__logo {
  width: 100%;
  height: 120px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:1220px) {
  .fortunacazinouri-card__logo {
    height: 100px
  }
}

@media (max-width:991px) {
  .fortunacazinouri-card__logo {
    height: 80px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-card__logo {
    height: 50px
  }
}

@media (any-hover:hover) {
  .fortunacazinouri-card__logo:hover {
    opacity: .5
  }
}

.fortunacazinouri-card__logo:focus-visible {
  opacity: .5
}

.fortunacazinouri-card__logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.fortunacazinouri-card__wrapper-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.fortunacazinouri-card__stars {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px 16px
}

@media (max-width:991px) {
  .fortunacazinouri-card__stars {
    gap: 6px 12px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-card__stars {
    gap: 4px 8px
  }
}

.fortunacazinouri-card__star {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.fortunacazinouri-card__star:nth-child(1) {
  width: 20px;
  height: 20px
}

@media (max-width:1220px) {
  .fortunacazinouri-card__star:nth-child(1) {
    width: 18px;
    height: 18px
  }
}

@media (max-width:991px) {
  .fortunacazinouri-card__star:nth-child(1) {
    width: 16px;
    height: 16px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-card__star:nth-child(1) {
    width: 14px;
    height: 14px
  }
}

.fortunacazinouri-card__star:nth-child(2) {
  width: 24px;
  height: 24px
}

@media (max-width:1220px) {
  .fortunacazinouri-card__star:nth-child(2) {
    width: 20px;
    height: 20px
  }
}

@media (max-width:991px) {
  .fortunacazinouri-card__star:nth-child(2) {
    width: 18px;
    height: 18px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-card__star:nth-child(2) {
    width: 16px;
    height: 16px
  }
}

.fortunacazinouri-card__star:nth-child(3) {
  width: 28px;
  height: 28px
}

@media (max-width:1220px) {
  .fortunacazinouri-card__star:nth-child(3) {
    width: 26px;
    height: 26px
  }
}

@media (max-width:991px) {
  .fortunacazinouri-card__star:nth-child(3) {
    width: 24px;
    height: 24px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-card__star:nth-child(3) {
    width: 20px;
    height: 20px
  }
}

.fortunacazinouri-card__star:nth-child(4) {
  width: 24px;
  height: 24px
}

@media (max-width:1220px) {
  .fortunacazinouri-card__star:nth-child(4) {
    width: 20px;
    height: 20px
  }
}

@media (max-width:991px) {
  .fortunacazinouri-card__star:nth-child(4) {
    width: 18px;
    height: 18px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-card__star:nth-child(4) {
    width: 16px;
    height: 16px
  }
}

.fortunacazinouri-card__star:nth-child(5) {
  width: 20px;
  height: 20px
}

@media (max-width:1220px) {
  .fortunacazinouri-card__star:nth-child(5) {
    width: 18px;
    height: 18px
  }
}

@media (max-width:991px) {
  .fortunacazinouri-card__star:nth-child(5) {
    width: 16px;
    height: 16px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-card__star:nth-child(5) {
    width: 14px;
    height: 14px
  }
}

.fortunacazinouri-card__votes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px
}

.fortunacazinouri-card__votes-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .fortunacazinouri-card__votes-icon {
    width: 22px;
    height: 22px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-card__votes-icon {
    width: 20px;
    height: 20px
  }
}

.fortunacazinouri-card__wrapper-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (max-width:1220px) {
  .fortunacazinouri-card__wrapper-bonus {
    gap: 10px
  }
}

@media (max-width:991px) {
  .fortunacazinouri-card__wrapper-bonus {
    gap: 6px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-card__wrapper-bonus {
    gap: 2px
  }
}

.fortunacazinouri-card__bonus {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .fortunacazinouri-card__bonus:hover {
    color: var(--hover)
  }
}

.fortunacazinouri-card__bonus:focus-visible {
  color: var(--hover)
}

.fortunacazinouri-card__bonus:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.fortunacazinouri-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px
}

@media (max-width:991px) {
  .fortunacazinouri-card__bottom {
    gap: 10px
  }
}

@media (max-width:991px) {
  .fortunacazinouri-card__link {
    min-width: 0;
    width: 100%
  }
}

.fortunacazinouri-card-pays {
  max-width: 135px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:600px) {
  .fortunacazinouri-card-pays {
    max-width: 100px
  }
}

.fortunacazinouri-card-pays__pay {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .fortunacazinouri-card-pays__pay {
    width: 22px;
    height: 22px
  }
}

@media (max-width:600px) {
  .fortunacazinouri-card-pays__pay {
    width: 20px;
    height: 20px
  }
}