* {
  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: LilitaOne;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../spinzyfun-fonts/LilitaOne-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Questrial;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../spinzyfun-fonts/Questrial-Regular.woff2) format("woff2")
}

@font-face {
  font-family: ProximaNova;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../spinzyfun-fonts/ProximaNova-Regular.woff2) format("woff2")
}

@font-face {
  font-family: ProximaNova;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../spinzyfun-fonts/ProximaNova-Bold.woff2) format("woff2")
}

:root {
  --font-main: "ProximaNova", sans-serif;
  --container-width: 1170px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #032d29;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --brown: #99000e;
  --orange: #fbb61a;
  --green: rgb(10, 214, 10);
  --hover: #e90215;
  --active: #e90215
}

.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_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)
}

.tx-16-12 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-16-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-16-12 {
    font-size: 12px
  }
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-family: LilitaOne;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .logo:hover {
    color: var(--hover)
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.logo span {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-16-14 {
    font-size: 14px
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3
}

.tx-20-14 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@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-80-35 {
  font-weight: 400;
  font-size: 80px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-80-35 {
    font-size: 68px
  }
}

@media (max-width:991px) {
  .tx-80-35 {
    font-size: 55px
  }
}

@media (max-width:600px) {
  .tx-80-35 {
    font-size: 35px
  }
}

.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(--main);
  background-color: var(--brown);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  min-width: 280px;
  min-height: 54px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-align: center
}

@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
}

.tx-40-24 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-40-24 {
    font-size: 34px
  }
}

@media (max-width:991px) {
  .tx-40-24 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-40-24 {
    font-size: 24px
  }
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

.input {
  display: block;
  border-radius: 15px;
  padding: 0 20px;
  width: 100%;
  height: 37px;
  background-color: var(--white);
  border: 2px solid transparent;
  font-weight: 400;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.input_textarea {
  height: 70px;
  padding: 10px 20px
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.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-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-14:not(:last-child) {
  margin-bottom: 14px
}

.mb-section:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px
  }
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px
}

.border-1w-orange {
  border: 1px solid rgba(255, 215, 0, .25)
}

.border-3w-orange {
  border: 3px solid #fbb61a
}

.brr-20 {
  border-radius: 20px
}

.brr-15 {
  border-radius: 15px
}

.p-20 {
  padding: 20px
}

.bg-black {
  background-color: var(--black)
}

.LilitaOne {
  font-family: LilitaOne
}

.Questrial {
  font-family: Questrial
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.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)
}

.terms {
  padding: 80px 0 0 0
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.spinzyfun-header {
  padding: 15px 0
}

.spinzyfun-header__container {
  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: 10px
}

@media (max-width:991px) {
  .spinzyfun-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-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
  }
}

@media (max-width:600px) {
  .spinzyfun-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.spinzyfun-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.spinzyfun-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .spinzyfun-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .spinzyfun-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.spinzyfun-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.spinzyfun-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.nav__list {
  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: 10px 80px
}

@media (max-width:1220px) {
  .nav__list {
    gap: 10px 24px
  }
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px
  }
}

.nav__list_footer {
  gap: 10px 40px
}

@media (max-width:991px) {
  .nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 40px
  }
}

.nav__link {
  -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
}

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 24px;
  height: 18px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

.spinzyfun-hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:991px) {
  .spinzyfun-hero {
    padding-top: 40px
  }
}

@media (max-width:600px) {
  .spinzyfun-hero {
    padding-top: 10px
  }
}

.spinzyfun-hero_about {
  padding-top: 224px;
  padding-bottom: 190px
}

@media (max-width:1220px) {
  .spinzyfun-hero_about {
    padding-top: 180px
  }
}

@media (max-width:991px) {
  .spinzyfun-hero_about {
    padding-top: 140px
  }
}

@media (max-width:600px) {
  .spinzyfun-hero_about {
    padding-top: 95px;
    padding-bottom: 150px
  }
}

.spinzyfun-hero_contacts .container {
  padding-top: 234px;
  padding-bottom: 171px
}

@media (max-width:991px) {
  .spinzyfun-hero_contacts .container {
    padding-top: 80px;
    padding-bottom: 0
  }
}

@media (max-width:600px) {
  .spinzyfun-hero_contacts .container {
    padding-top: 40px
  }
}

.spinzyfun-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, .7);
  z-index: 1
}

.spinzyfun-hero__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px
}

@media (max-width:991px) {
  .spinzyfun-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.spinzyfun-hero__descr {
  position: relative;
  z-index: 2;
  padding-bottom: 162px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 570px;
  flex: 0 1 570px;
  width: 100%;
  padding-top: 104px
}

.spinzyfun-hero__descr_contacts {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 672px;
  flex: 0 1 672px
}

@media (max-width:991px) {
  .spinzyfun-hero__descr {
    padding-bottom: 0;
    padding-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.spinzyfun-hero__image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 570px;
  flex: 0 1 570px;
  padding-bottom: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .spinzyfun-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:600px) {
  .spinzyfun-hero__image {
    padding-bottom: 100%
  }
}

.spinzyfun-hero__image_contacts {
  position: absolute;
  bottom: 0;
  left: 60%;
  z-index: 1;
  width: 650px;
  height: 700px;
  padding-bottom: 0
}

@media (max-width:991px) {
  .spinzyfun-hero__image_contacts {
    position: static;
    padding-bottom: 60%;
    height: auto;
    width: 100%
  }
}

@media (max-width:600px) {
  .spinzyfun-hero__image_contacts {
    padding-bottom: 100%
  }
}

.spinzyfun-what__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:991px) {
  .spinzyfun-what__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.spinzyfun-what__image {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 540px;
  flex: 0 1 540px;
  padding-bottom: 51%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .spinzyfun-what__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 65%
  }
}

@media (max-width:600px) {
  .spinzyfun-what__image {
    padding-bottom: 110%
  }
}

.spinzyfun-what__right {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px;
  padding-top: 10px;
  padding-bottom: 10px
}

@media (max-width:991px) {
  .spinzyfun-what__right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-top: 0;
    padding-bottom: 0
  }
}

.spinzyfun-why {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.spinzyfun-why::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 1
}

.spinzyfun-merge__container {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .spinzyfun-merge__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.spinzyfun-merge__image {
  padding-bottom: 53%;
  position: relative
}

.spinzyfun-merge__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.spinzyfun-reviews__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 10px
}

@media (max-width:991px) {
  .spinzyfun-reviews__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .spinzyfun-reviews__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.spinzyfun-reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.spinzyfun-reviews__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px
}

.spinzyfun-reviews__rating-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.spinzyfun-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:991px) {
  .spinzyfun-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.spinzyfun-footer__top-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%
}

@media (max-width:991px) {
  .spinzyfun-footer__top-left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.spinzyfun-footer__top-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%
}

@media (max-width:991px) {
  .spinzyfun-footer__top-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.spinzyfun-footer__warning {
  width: 54px;
  height: 54px;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .spinzyfun-footer__warning {
    margin-left: 0
  }
}

.spinzyfun-footer__address {
  font-style: normal
}

.spinzyfun-footer__address ul li {
  text-align: right
}

@media (max-width:991px) {
  .spinzyfun-footer__address ul li {
    text-align: left
  }
}

.form.active .status {
  display: block
}

.status {
  display: none;
  margin-top: 20px;
  padding: 20px;
  border: 2px solid var(--green)
}

.spinzyfun-game {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.spinzyfun-game::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, .7);
  z-index: 1
}

.spinzyfun-game__iframe {
  height: 615px;
  width: 100%
}