@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: 'Lexend', sans-serif;
}

.content pre {
  display: inline-flex;
  white-space: normal;
}

button, a {
  cursor: pointer;
}

.casino-block-item-s .casino-providers-prov .casino-block-item-s-item__item-row svg {
  width: max-content;
  height: 24px;
}

.casino-block-item-s-item__item.casino-providers-prov img {
  margin-top: 0;
  width: 23px;
  height: 25px;
}

body,
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
  background: #E0E6ED;
  font-family: "Lexend", sans-serif !important;
}

.container {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}

.header {
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ebebf5;
  z-index: 99;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  overflow: visible;
}

.header-logo {
  width: 105px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-nav__item, .header-nav__item-triger {
  font-weight: 700;
  font-size: 20px;
  color: #2e5468;
}

.header-nav__item-arr {
  width: 12px;
  transition: all .4s ease;
}

.second-lvl {
  position: relative;
}

.second-lvl.active .header-nav-second-menu {
  max-height: 200px;
  overflow-y: scroll;
  padding: 20px 20px;
}

.second-lvl.active .header-nav__item-arr {
  transform: rotate(-90deg);
}

.header-nav-second-triger {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-nav-second-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 100%;
  padding: 0 20px;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: #ebebf5;
  transition: all .4s ease;
  max-height: 0;
  overflow-y: scroll;
}

.header-nav-second-menu__item {
  color: #2e5468;
}

.header-r {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-lang {
  position: relative;
  cursor: pointer;
}

.header-lang__top {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-lang__btm {
  background: #ebebf5;
  position: absolute;
  top: 100%;
  padding: 0 10px;
  left: -10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: all .4s ease;
  max-height: 0;
  overflow: hidden;
  border-radius: 3px;
  z-index: 1001;
}

.header-lang.active .header-lang__btm {
  max-height: 300px;
  padding: 20px 10px 10px;
}

.header-lang.active .header-lang__top__arr {
  transform: rotate(-90deg);
}

.header-lang__top__img {
  width: 35px;
}

.header-lang__top__arr {
  width: 12px;
  transition: all .4s ease;
}

.header-lang__btm__item__img {
  width: 35px;
}

.header-search {
  position: relative;
}

.header-search__loopa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 16px;
}

.header-search__input {
  border-radius: 10px;
  padding: 7px 25px 7px 30px;
  background: #2e5468;
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  letter-spacing: -0.02em;
  color: #ebebf5;
}

.header-search__input::placeholder {
  font-weight: 400;
  font-size: 17px;
  line-height: 129%;
  letter-spacing: -0.02em;
  color: #ebebf5;
  font-family: "SF Pro Text", sans-serif;
}

.header-search__mic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 11px;
}

.hero {
  position: relative;
  padding-top: 286px;
  padding-bottom: 114px;
  overflow: hidden;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-info {
  border-radius: 30px;
  padding: 40px;
  backdrop-filter: blur(20px);
  box-shadow: -4px 1px 10px 0 rgba(14, 43, 60, 0.2);
  background: rgba(255, 255, 255, 0.01);
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 575px;
}

.hero-heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 126%;
  color: #e50539;
}

.hero-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #fff;
  text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.hero-button {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border-radius: 30px;
  padding: 12px 16px;
  background: #e50539;
  width: fit-content;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-plane {
  position: absolute;
  z-index: 1;
  transition: all 1.5s ease;
  width: 368px;
  height: 207px;
  top: 589px;
  right: -100%;
}

.hero-plane.active {
  width: 50%;
  height: auto;
  top: 281px;
  right: -76px;
  animation: planeMove 5s ease infinite;
}

@keyframes planeMove {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}

.autor-block {
  background: #0e2130;
  padding: 50px 0 75px 0;
  position: relative;
}

.autor-block__picture {
  box-shadow: -4px 4px 0 0 #648ba9;
  border-radius: 32px;
  width: 209px;
  height: 209px;
}

.autor-block .container {
  display: flex;
  align-items: center;
  gap: 110px;
  position: relative;
  z-index: 2;
  max-width: 1100px;
}

.autor-info-top {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.autor-info-top__name {
  font-weight: 700;
  font-size: 24px;
  color: #fff6f6;
}

.autor-sety {
  display: flex;
  align-items: center;
  gap: 33px;
}

.autor-info-btm__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff6f6;
  margin-bottom: 15px;
}

.autor-info-btm__btn {
  font-weight: 500;
  font-size: 20px;
  color: #648ba9;
  border: 1px solid #648ba9;
  border-radius: 30px;
  padding: 12px 16px;
  background: none;
  display: block;
  width: fit-content;
}

.autor-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: .3;
}

.content .container {
  display: flex;
  flex-direction: column;
}

.content h1 {
  font-weight: 700;
  font-size: 50px;
  color: #2b5873;
  margin-top: 60px;
}

.content h2 {
  font-weight: 700;
  font-size: 36px;
  color: #2b5873;
  margin-top: 40px;
}

.content h3 {
  font-weight: 700;
  font-size: 30px;
  color: #2b5873;
  margin-top: 40px;
}

.content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #08141d;
  margin-top: 25px;
}

.content img {
  margin-top: 40px;
  width: 100%;
}

.content button {
  border-radius: 30px;
  padding: 12px 26px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  justify-content: center;
  background: #e50539;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 40px;
}

.content ul {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 10px;
}

.content ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #08141d;
  display: flex;
  gap: 10px;
}

.content ul li::before {
  width: 23px;
  flex-shrink: 0;
  content: url("/template/images/new/liFlag.svg");
}

.content table {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  border-collapse: inherit;
  width: 100%;
  border: 1px solid rgba(43, 88, 115, 0.5);
}

.content thead tr td {
  border-left: 1px solid rgba(43, 88, 115, 0.5);
  padding: 12px 24px;
  background: #709aba;
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: #fff;
}

.content tbody tr td {
  border-top: 1px solid rgba(43, 88, 115, 0.5);
  border-left: 1px solid rgba(43, 88, 115, 0.5);
  padding: 12px 24px;
  background: white;
  color: #2b5873;
}

.content tbody tr td span {
  display: flex;
  align-items: center;
  color: #2b5873;
}

.content tbody tr td p {
  color: #2b5873;
}

.content tbody tr td:first-child {
  border-left: none;
}

.content tbody tr td svg {
  width: 25px;
}

.autor-citate {
  margin-top: 40px;
  position: relative;
  display: flex;
}

.autor-citate .author-info {
  border-radius: 30px 30px 0 30px;
  padding: 24px 33px;
  width: 978px;
  min-height: 100px;
  height: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #648ba9;
}

.autor-citate .author-svg {
  flex-shrink: 0;
  width: 85px;
}

.autor-citate .author-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 144%;
  color: #fff6f6;
  margin: 0;
}

.autor-citate .autho-img {
  position: absolute;
  border-radius: 60px;
  width: 100px;
  height: 100px;
  right: -22px;
  transform: translateX(100%);
  bottom: 0px;
  margin: 0;
}

.casino-block {
  background: #0e2130;
  padding: 65px 0;
  margin-top: 67px;
  overflow: hidden;
}

.casino-block__main-img {
  width: 1200px;
}

.casino-block .container {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.casino-block p {
  font-weight: 300;
  font-size: 18px;
  line-height: 144%;
  color: #fff;
  margin-top: 40px;
}

.main-casino-block {
  border-radius: 20px;
  padding: 26px 47px;
  width: 1058px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  gap: 72px;
  width: 1058px;
  margin-top: -50px;
}

.main-casino-block-l, .main-casino-block-l-btm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-casino-block-l-img {
  border-radius: 20px;
  fill: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

.casino-block .main-casino-block-l-button {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border-radius: 30px;
  padding: 7px 43px;
  background: #e50539;
  margin-bottom: 8px;
  margin-top: 0;
}

.main-casino-block-l-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-casino-block-l-icons-item {
  width: 22px;
}

.main-casino-block-r .main-casino-block-r-heading {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
}

.main-casino-block-r .main-casino-block-r-stars {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-casino-block-r .main-casino-block-r-stars svg {
  width: 15px;
}

.main-casino-block-r .main-casino-block-r-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 75px;
  justify-content: space-between;
}

.main-casino-block-r .main-casino-blokc-r-wrapper-item-heading {
  font-weight: 400;
  font-size: 14px;
  line-height: 186%;
  color: #000;
  margin: 0;
}

.main-casino-block-r .main-casino-blokc-r-wrapper-item-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #000;
  margin: 0;
}

.casino-block__main-img--mob {
  display: none;
}

.casino-block-item-s {
  border-radius: 20px;
  padding: 20px 40px;
  width: 1200px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.casino-block-item-s .casino-block-item-s-logo {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-right: 30px;
}

.casino-block-item-s .casino-block-item-s-info {
  margin: 0;
  width: 443px;
  margin-right: 88px;
}

.casino-block-item-s .casino-block-item-heading {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  text-transform: uppercase;
  color: #648ba9;
  margin-bottom: 6px;
}

.casino-block-item-s .casino-block-item-s-sub-heading {
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  gap: 10px;
}

.casino-block-item-s .casino-block-item-s-sub-heading svg {
  margin: 0;
  width: 16px;
}

.casino-block-item-s .casino-block-item-s-sub-heading p {
  margin: 0;
  font-weight: 400;
  font-size: 11px;
  line-height: 202%;
  color: #1a1a1e;
}

.casino-block-item-s .casino-block-item-bonus {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 125%;
  color: #1a1a1e;
  margin-bottom: 6px;
}

.casino-block-item-s .casino-block-item-desc {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #1a1a1e;
}

.casino-block-item-s .casino-block-item-s-items {
  margin: 0;
  margin-right: 60px;
}

.casino-block-item-s .casino-block-item-s-item {
  margin: 0;
  margin-bottom: 24px;
}

.casino-block-item-s .casino-block-item-s-item:last-child {
  margin-bottom: 0;
}

.casino-block-item-s .casino-block-item-s-item__item-heading {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 153%;
  color: #1a1a1e;
  margin-bottom: 8px;
}

.casino-block-item-s .casino-block-item-s-item__item-row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.casino-block-item-s .casino-block-item-s-item__item-row svg {
  height: fit-content;
  min-height: 12px;
}

.casino-block-item-s .casino-block-item-s-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.casino-block-item-s .casino-block-item-s-buttons .red {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 11px 49px;
  width: 193px;
  height: 41px;
  background: #e50539;
}

.casino-block-item-s .casino-block-item-s-buttons .opacity {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #648ba9;
  border: 2px solid #648ba9;
  border-radius: 50px;
  padding: 11px 34px;
  width: 193px;
  height: 41px;
  background: none;
}

.casino-block-item-s .casino-block-item-s-buttons-rev svg {
  width: 15px;
}

.casino-block-item-s .casino-block-item-s-buttons-rev-t {
  font-weight: 500;
  font-size: 13px;
  line-height: 161%;
  color: #1a1a1e;
}

.casino-block-item-s .casino-block-item-s-buttons-rev-t span {
  color: #8f8f95;
}

.casino-block-item-s .casino-block-item-s-buttons-rev-by {
  font-weight: 500;
  font-size: 13px;
  line-height: 161%;
  color: #000;
}

.casino-block-item-s .casino-block-item-s-buttons .red {
  margin: 0;
  margin-bottom: 15px;
}

.casino-block-item-s .casino-block-item-s-buttons .opacity {
  margin: 0;
  margin-bottom: 15px;
}

.casino-block-item-s-buttons-rev {
  display: flex;
  align-items: center;
  gap: 10px;
}

.casino-block-item-s {
  margin-top: 40px;
  margin-bottom: 40px;
}

.casino-block-item-s:last-of-type {
  margin-bottom: 0;
}

.plusses {
  display: flex;
  gap: 25px;
  margin-top: 25px;
  width: 1026px;
  transform: translateX(-13px);
}

.plusses-l {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plusses-l .plusses-item {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #9eb7c9;
  border-radius: 20px;
  padding: 10px 20px;
  background: #709aba;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #ebebf5;
  opacity: 0.88;
}

.plusses-l .plusses-item::before {
  content: url("/template/images/new/pluss.svg");
}

.plusses-r {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plusses-r .plusses-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ebebf5;
  border: 1px solid #e50539;
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #08141d;
  opacity: 0.88;
}

.plusses-r .plusses-item::before {
  content: url("/template/images/new/minus.svg");
}

.app-block {
  margin-top: 40px;
  border-radius: 20px;
  padding: 20px 40px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-block .logo {
  width: 178px;
}

.app-block .heading {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}

.app-block .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 144%;
  color: #08141d;
}

.app-block .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-block .buttons img {
  margin: 0;
  width: 170px;
  margin-bottom: 15px;
}

.app-block .buttons p {
  font-weight: 500;
  font-size: 14px;
  line-height: 186%;
  color: #08141d;
}

.app-block .download {
  margin: 0;
  border-radius: 30px;
  padding: 11px 22px;
  background: #e50539;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.app-block .download svg {
  width: 12px;
}

.steps .steps-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  padding-left: 50px;
}

.steps .steps-item:nth-child(odd)::before {
  content: '';
  width: 40px;
  height: 100%;
  background: url("/template/images/new/blue1.svg") no-repeat center/cover;
  flex-shrink: 0;
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
}

.steps .steps-item:nth-child(even)::before {
  content: '';
  width: 40px;
  height: 100%;
  background: url("/template/images/new/red1.svg") no-repeat center/cover;
  flex-shrink: 0;
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
}

.steps .steps-info {
  width: 468px;
}

.steps .heading {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  color: #2b5873;
}

.steps .heading span {
  font-weight: 500;
  font-size: 24px;
  color: #2b5873;
}

.steps .text {
  margin: 0;
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #08141d;
}

.steps img {
  width: 414px;
  margin: 0;
}

.faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}

.faq-item {
  position: relative;
  border-radius: 20px;
  padding: 10px 40px;
  background: #709aba;
  cursor: pointer;
  transition: all .4s ease;
}

.faq-item * {
  transition: all .4s ease;
}

.faq-item.active {
  background: #fff;
  padding: 30px 40px;
}

.faq-item.active .faq-top-open {
  right: auto;
  position: relative;
  opacity: 1;
}

.faq-item.active .faq-top-close {
  right: 40px;
  position: absolute;
  opacity: 0;
}

.faq-item.active .faq-top .text {
  color: #e50539;
}

.faq-item.active .faq-top svg.faq-top-open {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.3s ease-out;
}

.faq-item.active .faq-top svg.faq-top-open path {
  fill: #e50539;
  transition: fill 0.3s ease;
}

.faq-item.active .faq-btm {
  max-height: 300px;
}

.faq-item svg {
  width: 46px;
}

.faq-item .faq-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.faq-item .faq-top .text {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  opacity: 0.88;
}

.faq-item .faq-top svg.faq-top-open {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transition: all 0.3s ease-out;
}

.faq-item .faq-top svg.faq-top-open path {
  fill: #EBEBF5;
  transition: fill 0.3s ease;
}

.faq-item .faq-top-open {
  right: 40px;
  position: absolute;
  transition: all 0.3s ease;
}

.faq-item .faq-top-close {
  right: auto;
  position: relative;
  opacity: 1;
}

.faq-item .faq-btm {
  font-weight: 400;
  font-size: 16px;
  line-height: 151%;
  letter-spacing: 0.01em;
  color: #08141d;
  margin: 0;
  margin-top: 5px;
  max-width: 800px;
  max-height: 0;
  overflow: hidden;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.steps img {
  border-radius: 20px;
}

footer {
  margin-top: 60px;
  background: #0e2130;
  padding: 20px 0;
  padding-bottom: 0;
}

footer .container {
  width: 1120px;
}

.footer-top {
  display: flex;
  gap: 200px;
}

.footer-top .footer-item .heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: #fff6f6;
  margin: 0;
}

.footer-top .footer-item nav {
  margin: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-top .footer-item nav a {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #fff6f6;
}

.footer-top .footer-item .footer-mail .heading {
  font-weight: 300;
  font-size: 16px;
  line-height: 158%;
  color: #fff6f6;
  margin-top: 20px;
}

.footer-top .footer-item .footer-mail .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  color: #fff6f6;
  margin-top: 6px;
}

.footer-top .footer-item .app {
  width: 135px;
  margin-top: 20px;
}

.footer-logo {
  width: 140px;
  margin-bottom: 33px;
}

.footer-c {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff6f6;
  width: 220px;
}

.seti {
  display: flex;
  gap: 37px;
  align-items: center;
  margin-top: 20px;
}

.seti svg {
  width: 20px;
}

.footer-row {
  border-top: 1px solid #e50539;
  border-bottom: 1px solid #e50539;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  margin-top: 27px;
}

.footer-row img {
  height: 60px;
}

.footer-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  color: #fff6f6;
  margin-top: 27px;
  margin-bottom: 20px;
}

.footer-btm {
  background: #e50539;
  padding: 20px 0;
}

.footer-btm .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-btm button {
  border-radius: 30px;
  padding: 12px 57px;
  background: #fff6f6;
  font-weight: 500;
  font-size: 20px;
  color: #e50539;
}

.footer-btm-l {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-btm-l img {
  width: 108px;
}

.footer-btm-info {
  max-width: 333px;
}

.footer-btm-info .heading {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 122%;
  color: #fff6f6;
}

.footer-btm-info .text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #fff6f6;
  margin-top: 17px;
}

.casino-block-item-s .casino-block-item-s-buttons-rev-t,
.casino-block-item-s .casino-block-item-s-buttons-rev-by {
  margin: 0;
}

.casino-block-item-s-item__item-row p {
  margin: 0;
  color: #1a1a1e;
  font-weight: 400;
  font-size: 10px;
  line-height: 210%;
}

.casino-block-item-s-item__item {
  margin-bottom: 24px;
}

.casino-block-item-s-item__item:last-of-type {
  margin-bottom: 0;
}

.hero {
  background: #0e2130;
}

.hero .info {
  margin-top: 70px;
}

.hero .info .heading {
  font-weight: 700;
  font-size: 50px;
  color: #ebebf5;
  margin-bottom: 25px;
}

.hero .info .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #ebebf5;
}

.hero .demo {
  width: 100%;
  height: 500px;
  margin-bottom: 25px;
  background: black;
}

.demo-page .hero,
.page .hero {
  padding-top: 166px;
}

.page .hero .demo {
  height: auto;
  background: none;
}

.page .hero .demo img {
  height: auto;
}

.buttons {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
}

.buttons .red {
  border-radius: 30px;
  padding: 12px 65px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #e50539;
}

.buttons .opacity {
  font-weight: 500;
  font-size: 20px;
  color: #648ba9;
  background: none;
  border: 1px solid #648ba9;
  border-radius: 30px;
  padding: 12px 65px;
}

.error footer,
.author-page footer {
  margin-top: 0;
}

.error-hero {
  height: 100vh;
}

.error-hero .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 70px;
}

.error-hero .container h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 141%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  max-width: 550px;
}

.error-hero .container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  max-width: 550px;
}

.error-hero .container a {
  font-weight: 600;
  font-size: 20px;
  line-height: 70%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  padding: 15px 50px;
  background: #e50539;
  display: block;
  width: fit-content;
}

.error-hero .error-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.author-page {
  background: #0E2130;
}

.author-top {
  padding-top: 176px;
}

.author-top .container {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}

.author-top img {
  box-shadow: -4px 4px 0 0 #648ba9;
  background: #fff6f6, url("path_to_image");
  width: 288px;
  flex-shrink: 0;
  border-radius: 32px;
}

.author-top .info .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.author-top .name {
  font-weight: 700;
  font-size: 50px;
  color: #fff6f6;
}

.author-top .seti {
  display: flex;
  align-items: center;
  gap: 30px;
}

.author-top .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff6f6;
}

.author-infos {
  margin-top: 60px;
}

.author-infos .container {
  display: flex;
  gap: 100px;
}

.author-info-l {
  display: flex;
  flex-direction: column;
  gap: 55px;
  border-radius: 20px;
  padding: 33px 25px;
  width: 292px;
  background: #648ba9;
  flex-shrink: 0;
}

.author-info-l__item h3 {
  font-weight: 700;
  font-size: 30px;
  color: #fff6f6;
  margin-bottom: 17px;
}

.author-info-l__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff6f6;
}

.author-info-r {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.author-info-r__item h2 {
  font-weight: 700;
  font-size: 36px;
  color: #fff6f6;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 17px;
  margin-bottom: 17px;
}

.author-info-r__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff6f6;
}

.author-page main {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  z-index: 1;
}

.author-page main * {
  position: relative;
  z-index: 2;
}

.author-page .author-bg1 {
  position: absolute;
  right: 0;
  top: 270px;
  z-index: 1;
}

.author-page .author-bg2 {
  position: absolute;
  left: 46px;
  top: 372px;
  z-index: 1;
}

.author-page .author-bg3 {
  position: absolute;
  right: 0;
  top: 538px;
  z-index: 1;
}

.author-page .author-bg4 {
  position: absolute;
  left: 0;
  top: 1159px;
  z-index: 1;
}

.go-top {
  position: fixed;
  bottom: 100px;
  right: 100px;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  transition: all .4s ease;
  transform: translateY(50px);
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mob {
  display: none;
}

.casino-block-item-s-mob-v .mob {
  display: none;
}

.form-block {
  margin-top: 40px;
  border-radius: 20px;
  padding: 30px 40px;
  background: #648ba9;
}

.form-block h3 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin: 0;
}

.form-block p {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #fff;
  margin-top: 30px;
}

.form-block img {
  margin-top: 30px;
  width: 100%;
}

form {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.inps {
  display: flex;
  flex-direction: column;
  width: 450px;
  gap: 15px;
}

.inps input {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 13px;
  background: none;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

.inps input::placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

.btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btns button {
  margin-top: 15px;
}

.form-policy {
  display: flex;
  gap: 10px;
}

.form-policy input:checked + .policy-visual svg {
  opacity: 1;
  visibility: visible;
}

.form-policy p {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #fff;
  margin: 0;
}

.policy-visual {
  border: 1px solid white;
  border-radius: 5px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy-visual svg {
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.comments {
  margin-top: 40px;
}

.comments .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  padding: 30px;
  background: #fff;
}

.comments .container * {
  margin: 0;
}

.comments .comments-heading {
  font-weight: 600;
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
  width: 100%;
}

.comments .comments-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-top: 0;
}

.comments .comments-form label {
  margin-bottom: 15px;
  width: 100%;
}

.comments .comments-form textarea {
  width: 100%;
  border: 1px solid #648ba9;
  border-radius: 10px;
  padding: 10px;
  max-width: 100%;
  min-width: 100%;
}

.comments .comments-form button {
  font-weight: 500;
  font-size: 18px;
  color: #fff6f6;
  border: 1px solid #648ba9;
  border-radius: 30px;
  padding: 12px 72px;
  width: fit-content;
  background: #648ba9;
}

.comments .comments-input-title {
  font-weight: 600;
  font-size: 16px;
  color: #648ba9;
  margin-bottom: 6px;
}

.comments .comments-input {
  border: 1px solid #648ba9;
  border-radius: 10px;
  padding: 10px;
}

.comments .comments-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 100%;
  width: 100%;
}

.comments .comment-name {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 7px;
}

.comments .comment-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 7px;
}

.comments .comment-date {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0;
}

.comments .comment-button {
  font-weight: 600;
  font-size: 14px;
  color: #648ba9;
  border: 1px solid #648ba9;
  border-radius: 6px;
  padding: 10px 65px;
  background: none;
  width: fit-content;
  margin-top: 15px;
}

.casino-block-item-s .casino-block-item-s-logo {
  margin: 0;
  margin-right: 30px;
}

.app-block .app-mobile-v {
  flex-shrink: 0;
}

.app-block .app-mobile-v img {
  border-radius: 20px;
  margin: 0;
  margin-right: 15px;
}

.casino-block, .hero, .demo {
  position: relative;
}

.casino-block .container {
  z-index: 2;
  position: relative;
}

.casino-block-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.table-wrapper {
  border-radius: 20px;
}

form .btns {
  max-width: 450px;
}

.btnTop {
  display: none !important;
}

/* Блок с видео */
.video-section {
  position: relative;
  text-align: center;
  margin: 20px 0;
  transition: all 0.3s;
}

.video-section__thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 580px;
  margin-top: 25px;
  border-radius: 20px;
  overflow: hidden;
}

.video-section__thumbnail .video-section__image {
  margin-top: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  left: 0;
  transition: all 0.5s;
  top: 0;
}

.video-section__thumbnail:hover svg {
  transform: scale(1.1);
}

.video-section__thumbnail:hover img {
  transform: scale(1.02);
}

.video-section__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 50%;
}

.video-section__play-icon svg {
  transition: all 0.3s;
  width: 100%;
  max-width: 120px;
  height: 100%;
}

.video-section__description {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.video-section__title {
  font-size: 36px;
  text-align: center;
  margin: 0 0 25px 0 !important;
}

.video-section__desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #08141d;
  text-align: start;
  margin: 0 0 0px 0 !important;
}

.video-popup.active {
  display: flex !important;
}

/* Всплывающее окно */
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-popup video {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

.video-popup__content {
  max-width: 80%;
  max-height: 80%;
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  display: flex;
  border-radius: 20px;
}

.video-popup__iframe {
  border: none;
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

.video-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-top: 0px !important;
  border: none;
  padding: 0px;
  cursor: pointer;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  z-index: 999999;
  transition: all 0.3s;
}

.video-popup__close:hover {
  transform: scale(1.1);
}

.header-nav-mob__burger {
  width: 20px;
  height: 22px;
  display: none;
  flex-direction: column;
  border: none;
  cursor: pointer;
  background: transparent;
  justify-content: space-evenly;
  align-items: stretch;
}

.header-nav-mob__burger-line {
  height: 2px;
  background: #2B5873;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.header-nav-mob__burger.header-nav-mob__burger--active .header-nav-mob__burger-line:nth-child(1) {
  transform: rotate(48deg) translate(3px, 4px);
}

.header-nav-mob__burger.header-nav-mob__burger--active .header-nav-mob__burger-line:nth-child(2) {
  opacity: 0;
}

.header-nav-mob__burger.header-nav-mob__burger--active .header-nav-mob__burger-line:nth-child(3) {
  transform: rotate(-47deg) translate(5px, -5px);
}

.header-nav-mob {
  position: fixed;
  top: 80px;
  display: none;
  right: -100%;
  padding: 40px 30px;
  transition: right 0.3s ease;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 80px);
  background: #0e2130;
}

.header-nav-mob::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: url("/template/images/compas.webp") no-repeat bottom right;
  z-index: -1;
}

.header-nav-mob--active {
  right: 0;
}

.header-nav-mob__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.header-nav-mob__list li {
  display: flex;
  width: 100%;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.header-nav-mob__list li a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.header-nav-mob__list li a img {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.header-nav-mob__item {
  margin-bottom: 20px;
}

.header-nav-mob__link, .header-nav-mob__sublink {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  display: block;
  transition: 0.3s;
}

.header-nav-mob__link:hover, .header-nav-mob__sublink:hover {
  opacity: 0.8;
}

.header-nav-mob__link--title {
  font-weight: bold;
  margin-bottom: 10px;
}

.header-nav-mob__sublist {
  padding-left: 15px;
  margin-top: 5px;
}

.header-nav-mob__subitem {
  margin-bottom: 10px;
}

.html--no-scroll {
  overflow: hidden !important;
}

@media (max-width: 1279px) {
  .video-section__play-icon svg {
    max-width: 80px !important;
  }
  .comments .comments-form button {
    margin: 20px auto !important;
  }
  .video-section__thumbnail {
    height: 300px !important;
  }
  .video-popup__iframe {
    min-height: 200px !important;
  }
  .main-casino-block-l-btm {
    margin: 0px 0px 0px 15px;
  }
  .video-popup__content {
    max-width: 90% !important;
    height: auto !important;
  }
  .autor-citate {
    width: 100%;
  }
  .container {
    max-width: calc(100vw - 30px);
  }
  .header-logo {
    width: 103px;
  }
  .header-nav {
    display: none;
  }
  .header-nav-mob__burger {
    display: flex !important;
  }
  .header-nav-mob {
    display: flex !important;
  }
  .header-r {
    gap: 20px;
  }
  .index .hero {
    padding-top: 321px;
  }
  .hero-plane.active {
    width: 410px;
    height: 231px;
    top: 90px;
    right: -23px;
  }
  .hero-heading {
    font-size: 35px;
    line-height: 114%;
  }
  .hero-info {
    gap: 20px;
    padding: 40px 25px;
  }
  .hero-text {
    font-size: 16px;
    line-height: 150%;
  }
  .hero-button {
    font-size: 20px;
    padding: 12px 42px;
  }
  .autor-block__picture {
    display: none;
  }
  .autor-block__picture.mob {
    display: block;
  }
  .autor-block .container {
    max-width: calc(100vw - 30px);
  }
  .autor-info-top {
    justify-content: flex-start;
  }
  .autor-info-top .autor-block__picture {
    border-radius: 15px;
    width: 41px;
    height: 41px;
    box-shadow: -1px 1px 0 0 #648ba9;
    background: #fff6f6, url("path_to_image");
    margin-right: 9px;
  }
  .autor-info-top__name {
    font-size: 20px;
  }
  .autor-sety {
    gap: 9px;
    margin-left: 60px;
  }
  .autor-info-btm__text {
    font-size: 18px;
    line-height: 144%;
  }
  .autor-info-btm__btn {
    font-weight: 500;
    font-size: 20px;
    color: #648ba9;
    border-radius: 30px;
    padding: 12px 67px;
  }
  .autor-info-btm {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content h1 {
    font-size: 35px;
    line-height: 114%;
  }
  .content h2 {
    font-size: 30px;
    line-height: 120%;
  }
  .content h3 {
    font-size: 25px;
    line-height: 112%;
  }
  .content p {
    font-size: 18px;
    line-height: 144%;
  }
  .autor-citate .author-info {
    max-width: calc(100% - 70px);
    height: auto;
    width: 100%;
  }
  .autor-citate .author-svg {
    display: none;
  }
  .autor-citate .autho-img {
    width: 48px;
    height: 48px;
    right: 0;
    bottom: 0;
    left: auto;
  }
  .content ul li {
    font-size: 18px;
    line-height: 144%;
  }
  tr {
    background: white;
  }
  .go-top {
    bottom: 20px;
    right: 20px;
    display: none;
  }
  .content .table {
    max-width: 100%;
    overflow-x: scroll;
  }
  .casino-block .container {
    max-width: calc(100vw - 30px);
  }
  .casino-block__main-img {
    width: 100vw;
  }
  .main-casino-block {
    width: 100%;
    flex-direction: column;
    padding: 40px 30px;
    gap: 10px;
  }
  .main-casino-block-l {
    flex-direction: row;
    justify-content: start;
    width: 100%;
  }
  img.main-casino-block-l-img {
    width: 125px;
    max-width: 50%;
    margin-top: 10px;
  }
  .main-casino-block-r .main-casino-block-r-heading {
    font-size: 25px;
    line-height: 112%;
  }
  .main-casino-block-r .main-casino-block-r-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-top: 10px;
  }
  .casino-block p {
    font-size: 18px;
    line-height: 144%;
  }
  .casino-block-item-s {
    width: 100%;
    flex-direction: column;
    padding: 20px;
    height: auto;
  }
  .casino-block-item-s .casino-block-item-heading {
    display: none;
    font-size: 16px;
    line-height: 107%;
  }
  .casino-block-item-s .casino-block-item-s-sub-heading {
    display: none;
  }
  .casino-block-item-s-buttons-rev {
    display: none;
  }
  .casino-block-item-s .casino-block-item-s-buttons-rev-t {
    font-size: 12px;
    line-height: 187%;
  }
  .casino-block-item-s .casino-block-item-s-buttons-rev-by {
    font-size: 11px;
    line-height: 204%;
  }
  .casino-block-item-s-mob-v {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .casino-block-item-s-mob-v .mob {
    display: block;
  }
  .casino-block-item-s-mob-v .casino-block-item-s-sub-heading, .casino-block-item-s-mob-v .casino-block-item-s-buttons-rev {
    display: flex;
  }
  .casino-block-item-s .casino-block-item-s-logo {
    width: 84px;
    height: auto;
    margin: 0 10px 15px 0;
  }
  .casino-block-item-s .casino-block-item-bonus {
    font-size: 18px;
    line-height: 122%;
    width: 100%;
  }
  .casino-block-item-s .casino-block-item-s-info {
    width: 100%;
  }
  .casino-block-item-s .casino-block-item-desc {
    font-size: 12px;
    line-height: 133%;
    margin-bottom: 10px;
  }
  .casino-block-item-s-item__item {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .casino-block-item-s .casino-block-item-s-item__item-heading {
    margin: 0;
  }
  .casino-block-item-s .casino-block-item-s-buttons {
    margin-top: 10px;
  }
  .casino-block-item-s .casino-block-item-s-buttons .red, .casino-block-item-s .casino-block-item-s-buttons .opacity {
    width: 100%;
  }
  .casino-block-item-s-item__item:last-of-type svg {
    height: 25px;
  }
  .plusses {
    flex-direction: column;
    width: 100%;
    transform: translate(0, 0);
  }
  .plusses-l, .plusses-r {
    gap: 10px;
  }
  .app-block {
    flex-direction: column;
  }
  .app-block .heading {
    display: none;
    font-size: 25px;
    line-height: 112%;
  }
  .app-mobile-v {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .app-mobile-v .mob {
    display: block;
  }
  .app-block {
    padding: 20px;
    padding-bottom: 50px;
  }
  .app-block .logo {
    width: 108px;
  }
  .app-block .buttons {
    flex-direction: row;
  }
  .app-block .buttons img {
    width: 113px;
    margin: 0;
  }
  .app-block .buttons {
    position: relative;
  }
  .app-block .buttons p {
    position: absolute;
    margin: 0;
    right: 0;
    top: calc(100% + 10px);
  }
  .app-block .download {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #fff;
  }
  .app-block .download svg {
    width: 12px;
  }
  .steps img {
    display: none;
  }
  .steps img.mob {
    display: block;
  }
  .steps .steps-item {
    position: relative;
    padding-left: 40px;
  }
  .steps .steps-item:nth-child(odd)::before {
    content: '';
    width: 20px;
    height: 100%;
    background: url("/template/images/new/blue.svg") no-repeat center/cover;
    flex-shrink: 0;
    display: block;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
  }
  .steps .steps-item:nth-child(even)::before {
    content: '';
    width: 20px;
    height: 100%;
    background: url("/template/images/new/red.svg") no-repeat center/cover;
    flex-shrink: 0;
    display: block;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
  }
  .steps .steps-info {
    width: 100%;
  }
  .steps .heading {
    font-size: 18px;
  }
  .steps .heading span {
    font-size: 18px;
  }
  .steps .text {
    font-size: 18px;
    line-height: 144%;
  }
  .steps {
    margin-top: 40px;
    gap: 25px;
    display: flex;
    flex-direction: column;
  }
  .steps img {
    width: 100%;
    margin-top: 10px;
  }
  .faq-item {
    padding: 30px 20px;
  }
  .faq-top-open, .faq-top-close {
    right: 20px;
  }
  .faq-item.active .faq-top-close {
    right: 20px;
  }
  .faq-item svg {
    width: 34px;
    flex-shrink: 0;
  }
  .faq-item.active {
    padding: 30px 20px;
  }
  .faq-item .faq-top-open {
    right: 20px;
  }
  .faq-item .faq-top .text {
    font-size: 22px;
    line-height: 127%;
  }
  .faq-item .faq-btm {
    max-width: 90%;
    font-size: 16px;
    line-height: 151%;
  }
  .footer-top {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-item:nth-child(1) {
    width: 100%;
    flex-direction: row;
    display: flex;
    align-items: flex-end;
    gap: 40px;
  }
  .footer-logo {
    margin: 0;
    width: 93px;
  }
  .footer-top {
    gap: 27px 70px;
  }
  .footer-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-row img {
    height: 42px;
  }
  .footer-text {
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
  }
  .footer-btm .container {
    flex-direction: column;
  }
  .footer-btm-l img {
    width: 93px;
  }
  .footer-btm-info .heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
  }
  .footer-btm-info .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    margin-top: 5px;
  }
  .footer-btm button {
    margin-top: 25px;
  }
  .hero .demo {
    height: auto;
  }
  .demo-page .hero .demo {
    aspect-ratio: 16/9;
  }
  .demo-page .hero .buttons, .page .hero .buttons {
    flex-direction: column;
  }
  .demo-page .hero .buttons .red, .demo-page .hero .buttons .opacity, .page .hero .buttons .red, .page .hero .buttons .opacity {
    width: 100%;
  }
  .hero .info .heading {
    font-size: 35px;
    line-height: 114%;
  }
  .hero .info .text {
    font-size: 18px;
    line-height: 144%;
  }
  .page .hero .demo img {
    width: 100%;
  }
  .author-top img {
    width: 120px;
  }
  .author-top .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .author-top .info .top {
    flex-direction: column;
    margin-bottom: 17px;
  }
  .author-top .name {
    font-size: 35px;
    line-height: 114%;
    text-align: center;
  }
  .author-top .seti {
    justify-content: center;
    margin-top: 20px;
  }
  .author-top .text {
    font-size: 18px;
    line-height: 144%;
  }
  .author-infos .container {
    flex-direction: column;
  }
  .author-info-l {
    gap: 20px;
    width: 100%;
  }
  .author-info-l__item h3 {
    font-size: 25px;
    line-height: 112%;
    margin-bottom: 17px;
  }
  .author-info-l__item p {
    font-size: 18px;
    line-height: 144%;
  }
  .author-info-r__item h2 {
    font-size: 30px;
    line-height: 120%;
  }
  .author-info-r__item p {
    font-size: 18px;
    line-height: 144%;
  }
  .author-page .author-bg1 {
    display: none;
  }
  .author-page .author-bg2 {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 90px;
    opacity: .4;
  }
  .error-hero {
    background: #466481;
  }
  .error-hero .container h1 {
    font-size: 25px;
    line-height: 112%;
  }
  .error-hero .container p {
    font-size: 18px;
    line-height: 144%;
  }
  .error-hero .container button {
    font-size: 20px;
    line-height: 70%;
    letter-spacing: 0.01em;
  }
  .error-hero .container {
    padding-bottom: 48px;
  }
  form {
    flex-direction: column;
  }
  .form-block {
    padding: 30px 40px;
  }
  .form-block h3 {
    font-size: 25px;
    line-height: 112%;
  }
  .form-block p {
    font-size: 18px;
    line-height: 144%;
  }
  .inps {
    width: 100%;
  }
  .inps input {
    font-weight: 300;
    font-size: 12px;
  }
  .inps input::placeholder {
    font-weight: 300;
    font-size: 12px;
  }
  .form-policy p {
    font-size: 14px;
    line-height: 129%;
  }
  .btns button {
    padding: 12px 44px;
  }
  .comments-heading {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    margin-bottom: 5px;
  }
  .comments-input-title {
    font-weight: 600;
    font-size: 16px;
    color: #648ba9;
  }
  .comments-form textarea {
    height: 70px;
  }
  .comments-form label {
    margin-bottom: 15px;
  }
  .comments-form {
    gap: 0;
    align-items: center;
    margin-bottom: 15px;
  }
  .comments-form button {
    margin-top: 15px;
  }
  .autor-citate .autho-img {
    transform: translate(0, 0);
  }
  .table-wrapper {
    overflow-x: scroll;
  }
  .casino-block .casino-block__main-img, .casino-block .casino-block__main-img--mob {
    width: 100vw;
    max-width: 100vw;
    border-radius: 20px 20px 0 0;
  }
  .casino-block {
    padding: 30px 0;
  }
  .hero {
    padding-top: 336px;
  }
  .go-top {
    display: block;
  }
  .header {
    height: 80px;
  }
}

@media (max-width: 768px) {
  .hero .info {
    margin-top: 40px;
  }
  .page .hero {
    padding-top: 100px;
  }
  .casino-block__main-img--mob {
    display: flex;
    border-radius: 20px 20px 0 0;
  }
  .go-top svg {
    width: 40px;
    height: 50px;
  }
  .hero {
    padding-bottom: 45px;
  }
  .autor-block {
    margin-top: -4px;
  }
  .header {
    padding: 15px;
    height: 75px;
  }
  .header-nav-mob {
    top: 74px;
    height: calc(100vh - 73px);
  }
  .hero-button {
    margin: 0 auto;
  }
  .casino-block-item-s {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .casino-block-item-s:first-child {
    margin-top: 40px;
  }
  .content button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
  }
  .content h1 {
    margin-top: 40px;
  }
  .app-block .logo {
    width: 100%;
    max-width: 110px;
  }
  .content tbody tr td, .content thead tr td {
    padding: 12px;
  }
  .casino-block .casino-block__main-img--mob {
    min-height: 220px;
    object-fit: cover;
  }
  body.page.casino-page .casino-block .casino-block__main-img--mob {
    margin-top: 40px;
  }
  .casino-block .casino-block__main-img {
    display: none;
  }
  .casino-block {
    margin-top: 40px;
  }
  .steps .steps-item:nth-child(odd)::before {
    width: 16px;
  }
  .steps .steps-item:nth-child(even)::before {
    width: 16px;
  }
  .steps .steps-item {
    padding-left: 30px;
  }
  .faq-item.active, .faq-item {
    padding: 20px;
  }
  .main-casino-block-r .main-casino-block-r-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .content table {
    display: block;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  .table-wrapper table {
    white-space: wrap !important;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 479px) {
  .app-block .buttons {
    flex-direction: column-reverse;
  }
  .app-block .buttons img {
    width: 143px;
    margin: 0;
  }
}