* {
  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: Lalezar;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Lalezar-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2")
}

:root {
  --font-main: "Inter", 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: #400001;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --l-red: #ff5d60;
  --box-shadow: 0 0 16px #ff5d60;
  --brown: #9f0003;
  --d-brown: #400001;
  --gradient: linear-gradient(360deg, #ff5d60 0%, #400001 100%);
  --brown-01: rgba(255, 93, 96, 0.1);
  --hover: #fd3d40;
  --active: #fd3d40
}

.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: 80px
}

@media (max-width:991px) {
  .main:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  .main:not(:last-child) {
    margin-bottom: 40px
  }
}

.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-48-28 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-48-28 {
    font-size: 42px
  }
}

@media (max-width:991px) {
  .tx-48-28 {
    font-size: 34px
  }
}

@media (max-width:600px) {
  .tx-48-28 {
    font-size: 28px
  }
}

.Lalezar {
  font-family: Lalezar
}

.box-shadow {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow)
}

.background-blur {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(64, 0, 1, .5)
}

.color-l-red {
  color: var(--l-red)
}

.color-brown {
  color: var(--brown)
}

.mb-8:not(:last-child) {
  margin-bottom: 8px
}

.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;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  background-color: var(--l-red);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  min-width: 246px;
  min-height: 47px;
  text-align: center;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

@media (max-width:991px) {
  .but {
    font-size: 14px;
    min-height: 44px
  }
}

@media (max-width:600px) {
  .but {
    font-size: 12px;
    min-height: 39px
  }
}

.but_border {
  border: 2px solid var(--white);
  background-color: transparent
}

@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
}

.input {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 0 16px;
  width: 100%;
  height: 49px;
  font-weight: 400;
  font-size: 16px;
  color: #999;
  line-height: 1;
  background-color: transparent;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.input_textarea {
  height: 100px;
  padding: 16px
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.tx-32-22 {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-32-22 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-32-22 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-32-22 {
    font-size: 22px
  }
}

.tx-38-24 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-38-24 {
    font-size: 32px
  }
}

@media (max-width:991px) {
  .tx-38-24 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-38-24 {
    font-size: 24px
  }
}

.tx-40-30 {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-40-30 {
    font-size: 36px
  }
}

@media (max-width:991px) {
  .tx-40-30 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .tx-40-30 {
    font-size: 30px
  }
}

.tx-24-16 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-24-16 {
    font-size: 22px
  }
}

@media (max-width:991px) {
  .tx-24-16 {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .tx-24-16 {
    font-size: 16px
  }
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%
}

.tx-8 {
  font-weight: 400;
  font-size: 8px;
  line-height: 130%
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2
}

@media (max-width:600px) {
  .tx-main {
    font-size: 14px
  }
}

.mb-24-12:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:991px) {
  .mb-24-12:not(:last-child) {
    margin-bottom: 18px
  }
}

@media (max-width:600px) {
  .mb-24-12:not(:last-child) {
    margin-bottom: 12px
  }
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.mb-section:not(:last-child) {
  margin-bottom: 160px
}

@media (max-width:1220px) {
  .mb-section:not(:last-child) {
    margin-bottom: 120px
  }
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 100px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 80px
  }
}

.mb-100-50:not(:last-child) {
  margin-bottom: 100px
}

@media (max-width:991px) {
  .mb-100-50:not(:last-child) {
    margin-bottom: 75px
  }
}

@media (max-width:600px) {
  .mb-100-50:not(:last-child) {
    margin-bottom: 50px
  }
}

.mb-40-24:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-24:not(:last-child) {
    margin-bottom: 32px
  }
}

@media (max-width:600px) {
  .mb-40-24:not(:last-child) {
    margin-bottom: 24px
  }
}

.mb-30-12:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:1220px) {
  .mb-30-12:not(:last-child) {
    margin-bottom: 24px
  }
}

@media (max-width:991px) {
  .mb-30-12:not(:last-child) {
    margin-bottom: 18px
  }
}

@media (max-width:600px) {
  .mb-30-12:not(:last-child) {
    margin-bottom: 12px
  }
}

.mb-80-40:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:991px) {
  .mb-80-40:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  .mb-80-40:not(:last-child) {
    margin-bottom: 40px
  }
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.mb-12:not(:last-child) {
  margin-bottom: 12px
}

.effect {
  position: relative;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.effect span {
  position: relative;
  z-index: 2
}

.effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, var(--brown) 50%, rgba(255, 255, 255, 0) 70%);
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
  z-index: 1
}

@-webkit-keyframes shine {
  100% {
    left: 100%
  }
}

@keyframes shine {
  100% {
    left: 100%
  }
}

.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)
}

.twistella-header__top {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden
}

@media (max-width:768px) {
  .twistella-header__top {
    padding-top: 85px;
    padding-bottom: 85px
  }
}

.twistella-header__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation-name: animateImage;
  animation-name: animateImage;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  background-image: url(/img/hero-background.webp)
}

@media (max-width:600px) {
  .twistella-header__image {
    background-image: url(/img/hero-background-mob.webp)
  }
}

.twistella-header__content {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  padding: 20px
}

.twistella-header__logo {
  width: 120px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-name: animateLogo;
  animation-name: animateLogo;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@media (max-width:991px) {
  .twistella-header__logo {
    width: 100px;
    height: 100px
  }
}

@media (max-width:600px) {
  .twistella-header__logo {
    width: 80px;
    height: 80px
  }
}

@media (max-width:600px) {
  .twistella-header__link {
    min-width: 0;
    width: 100%
  }
}

@-webkit-keyframes animateImage {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes animateImage {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes animateLogo {
  0% {
    -webkit-transform: rotateZ(-270deg);
    transform: rotateZ(-270deg)
  }

  40% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg)
  }

  50% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  60% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  90% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes animateLogo {
  0% {
    -webkit-transform: rotateZ(-270deg);
    transform: rotateZ(-270deg)
  }

  40% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg)
  }

  50% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  60% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  90% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.twistella-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 40px
}

@media (max-width:991px) {
  .twistella-nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
  }
}

.twistella-nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

.twistella-nav__link.active {
  text-shadow: 0 0 4px #ff5d60;
  color: var(--white)
}

@media (any-hover:hover) {
  .twistella-nav__link:hover {
    color: var(--hover)
  }
}

.twistella-nav__link:focus-visible {
  color: var(--hover)
}

.twistella-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.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
  }
}

.twistella-about-us__image {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.twistella-about-us__image_1 {
  background-image: url(/img/about-1.webp)
}

@media (max-width:600px) {
  .twistella-about-us__image_1 {
    background-image: url(/img/about-1-mob.webp)
  }
}

.twistella-about-us__image_2 {
  background-image: url(/img/about-2.webp)
}

@media (max-width:600px) {
  .twistella-about-us__image_2 {
    background-image: url(/img/about-2-mob.webp)
  }
}

.twistella-about-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px
}

@media (max-width:991px) {
  .twistella-about-us__content {
    gap: 24px
  }
}

.twistella-about-us__title {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.twistella-about-us__texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.twistella-top__bottom {
  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;
  min-height: 675px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:991px) {
  .twistella-top__bottom {
    min-height: 0
  }
}

.twistella-top__bottom .container {
  width: 100%
}

.twistella-top__content {
  border-radius: 20px;
  padding: 40px
}

@media (max-width:991px) {
  .twistella-top__content {
    border-radius: 15px;
    padding: 30px 24px
  }
}

@media (max-width:600px) {
  .twistella-top__content {
    border-radius: 10px;
    padding: 20px 16px
  }
}

.twistella-players__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 66px 1fr 66px 1fr 66px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 20px 66px
}

@media (max-width:991px) {
  .twistella-players__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template: auto/repeat(3, 1fr);
    gap: 24px
  }
}

@media (max-width:600px) {
  .twistella-players__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

.twistella-players__logo-player {
  width: 100%;
  border-radius: 10px;
  padding-bottom: 115%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.twistella-players__lines {
  border-radius: 10px;
  width: 100%;
  height: 8px;
  background-color: var(--brown-01)
}

.twistella-players__line {
  border-radius: inherit;
  height: 100%;
  background: var(--gradient)
}

.twistella-players__bottom {
  position: relative;
  background-image: url(/img/top-players-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px
}

@media (max-width:991px) {
  .twistella-players__bottom {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (max-width:600px) {
  .twistella-players__bottom {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(/img/top-players-background-mob.webp)
  }
}

.twistella-players__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 0, 1, .6);
  z-index: 1
}

.twistella-players__bottom .container {
  position: relative;
  z-index: 2
}

.twistella-players__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px
}

@media (max-width:991px) {
  .twistella-players__stats {
    gap: 30px
  }
}

@media (max-width:600px) {
  .twistella-players__stats {
    gap: 24px
  }
}

.twistella-players__stat {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 386px;
  flex: 0 1 386px;
  width: 100%
}

.twistella-vip__top {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px
}

@media (max-width:991px) {
  .twistella-vip__top {
    gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.twistella-vip__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 40px
}

@media (max-width:991px) {
  .twistella-vip__images {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 24px
  }
}

@media (max-width:600px) {
  .twistella-vip__images {
    gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.twistella-vip__images li {
  border-radius: 20px;
  padding-bottom: 52%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width:991px) {
  .twistella-vip__images li {
    border-radius: 15px
  }
}

@media (max-width:600px) {
  .twistella-vip__images li {
    border-radius: 10px
  }
}

.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px
}

.form__button {
  min-width: 246px
}

@media (max-width:600px) {
  .form__button {
    min-width: 0;
    width: 100%
  }
}

.twistella-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--l-red)
}

@media (max-width:600px) {
  .twistella-footer {
    padding-top: 24px;
    padding-bottom: 24px
  }
}

.twistella-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}

@media (max-width:991px) {
  .twistella-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
  }
}

.twistella-footer__disclaimer {
  border-radius: 20px;
  padding: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 800px;
  flex: 0 1 800px;
  width: 100%;
  background: rgba(64, 0, 1, .2)
}

@media (max-width:991px) {
  .twistella-footer__disclaimer {
    border-radius: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:600px) {
  .twistella-footer__disclaimer {
    border-radius: 10px;
    padding: 20px
  }
}

.twistella-footer__bottom-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 391px;
  flex: 0 1 391px;
  width: 100%
}

@media (max-width:991px) {
  .twistella-footer__bottom-right {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.twistella-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px 40px
}

@media (max-width:991px) {
  .twistella-footer__list {
    gap: 10px 16px
  }
}

.twistella-footer__list a {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .twistella-footer__list a:hover {
    opacity: .5
  }
}

.twistella-footer__list a:focus-visible {
  opacity: .5
}

.twistella-footer__list a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.twistella-popup-cookie {
  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(26, 41, 28, .7)
}

.twistella-popup-cookie.disabled {
  display: none
}

.twistella-popup-cookie__content {
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 500px;
  width: 100%
}

@media (max-width:600px) {
  .twistella-popup-cookie__content {
    max-width: 360px
  }
}

.twistella-popup-cookie__body {
  background-color: var(--d-brown);
  padding: 32px;
  border-radius: 10px
}

@media (max-width:991px) {
  .twistella-popup-cookie__body {
    padding: 24px
  }
}

@media (max-width:600px) {
  .twistella-popup-cookie__body {
    padding: 16px
  }
}

.twistella-popup-cookie__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 12px
}

@media (max-width:600px) {
  .twistella-popup-cookie__links {
    gap: 8px
  }
}

.twistella-popup-cookie__button {
  min-width: 0;
  width: 100%
}

.twistella-popup-cookie__link {
  min-width: 0;
  width: 100%
}

.twistella-popup-age {
  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(26, 41, 28, .7)
}

.twistella-popup-age.disabled {
  display: none
}

.twistella-popup-age__content {
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 500px;
  width: 100%
}

@media (max-width:600px) {
  .twistella-popup-age__content {
    max-width: 360px
  }
}

.twistella-popup-age__body {
  background-color: var(--d-brown);
  padding: 32px;
  border-radius: 10px
}

@media (max-width:991px) {
  .twistella-popup-age__body {
    padding: 24px
  }
}

@media (max-width:600px) {
  .twistella-popup-age__body {
    padding: 16px
  }
}

.twistella-popup-age__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px
}

@media (max-width:600px) {
  .twistella-popup-age__links {
    gap: 8px
  }
}

.twistella-popup-age__links li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 120px;
  flex: 0 1 120px;
  width: 100%
}

.twistella-popup-age__button {
  min-width: 0;
  width: 100%
}

.twistella-popup-age__link {
  min-width: 0;
  width: 100%
}

.popup-send {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popup-send.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.popup-send__content {
  overflow: auto;
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  background-color: var(--d-brown);
  padding: 20px
}

.popup-send__exit {
  min-width: 120px
}

.twistella-play__iframe {
  width: 100%;
  height: 720px
}

@media (max-width:991px) {
  .twistella-play__iframe {
    height: 460px
  }
}

@media (max-width:600px) {
  .twistella-play__iframe {
    height: 260px
  }
}

.twistella-play__iframe iframe {
  width: 100%;
  height: 100%
}

.twistella-play__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px
}

@media (max-width:768px) {
  .twistella-play__bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px
  }
}

.twistella-play__image {
  width: 100%;
  min-height: 300px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .twistella-play__image {
    border-radius: 15px
  }
}

@media (max-width:768px) {
  .twistella-play__image {
    min-height: 0;
    padding-bottom: 112%
  }
}

@media (max-width:600px) {
  .twistella-play__image {
    border-radius: 10px
  }
}

.twistella-contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 40px
}

@media (max-width:991px) {
  .twistella-contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.twistella-contacts .form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 800px;
  flex: 0 1 800px;
  width: 100%
}

@media (max-width:991px) {
  .twistella-contacts .form {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.twistella-contacts__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 416px;
  flex: 0 1 416px;
  width: 100%
}

@media (max-width:991px) {
  .twistella-contacts__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.twistella-contacts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .twistella-contacts__link:hover {
    color: var(--hover)
  }
}

.twistella-contacts__link:focus-visible {
  color: var(--hover)
}

.twistella-contacts__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.twistella-contacts__link-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px
}