.main-page {
  position: relative;
}

h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

section.topper-section {
  background-color: #231037;
  /*background-image: url(/topper/lootbox-topper-background.jpg);*/
  background-position: top;
  padding-top: 0;
  padding-bottom: 0;
}

.topper-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topper-section .f {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.topper-section .title-and-banner-wrapper {
  height: 798px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.topper-section .title-and-banner-wrapper,
.topper-section .title-and-banner-wrapper img {
  padding-right: 0;
  z-index: 1;
}

.topper-section .registration-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.topper-section .topper-title {
  flex-grow: 1;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 10px;
}

.topper-section h1 {
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 48px;

  /* White */
  color: #ffffff;
}

.topper-section .topper-title h1 {
  font-size: 58px;
  font-style: italic;
  font-weight: 700;
  line-height: 64px;
  background: linear-gradient(
    341.57deg,
    #faeab3 5.12%,
    #fcb242 27.99%,
    #ffe793 65.19%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Иначе наклонный текст немного вылезает из прямоугольника и заливка обрезается. */
  padding-right: 10px;
}

.topper-section .topper-title h1 span {
  -webkit-text-fill-color: #fff;
}

.topper-section .topper-title h1.uppercase {
  text-transform: uppercase;
}

.topper-section .topper-title p {
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  margin: 0;
}

.topper-section .topper-title ul {
  display: block;
  margin: 1em 0;
  padding-left: 40px;
}

.topper-section .topper-title li {
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 48px;
  color: #fff;
}

.topper-title-mobile {
  display: none;
}

.topper-section .topper-info-img {
  display: block;
  margin: 0 auto 32px;
  max-width: 100%;
}

.component-registration {
  width: 525px;
  max-width: 525px;
  min-height: 640px;
  padding: 32px 40px;
  border-radius: 8px;
  border: 1px solid #60368e;

  border-top-color: #7745ac;
  border-right-color: #6f409f;
  border-left-color: rgba(188, 141, 238, 0.3);
  box-shadow: 0 0 44px 0 rgba(20, 11, 30, 0.4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(133, 83, 211, 0.3);
}

.modal-content .component-registration {
  background: #401a75;
}

.modal-content .component-registration {
  background: #401a75;
}

.promopage-steps {
  margin-bottom: 80px;
}

.header {
  display: flex;
  width: 100%;
  align-items: flex-end;
}

.footer {
  display: none;
  justify-content: center;
  margin-right: -20%;
}

h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.welcome-lootbox-section {
  display: flex;
  justify-content: center;
}

.welcome-lootbox {
  background: linear-gradient(90deg, #281144, #481a6b 48.52%, #892999),
    radial-gradient(
      66.21% 271.34% at 79.03% 50%,
      #892999 0%,
      #481a6b 48.52%,
      #271144 100%
    );
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.welcome-lootbox-content {
  padding: 40px;
  padding-bottom: 22px;
}

.welcome-lootbox-content h2 {
  font-size: 32px;
  line-height: 38px;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 16px;
}

.welcome-lootbox {
  margin-top: 80px;
  margin-bottom: 20px;
}

.welcome-lootbox .welcome-lootbox-image {
  margin-bottom: -50px;
  margin-top: -60px;
  margin-right: -27px;
}

.welcome-lootbox-content .welcome-lootbox-main-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.welcome-lootbox-content .welcome-lootbox-main-text ul {
  padding-inline-start: 22px;
}

.welcome-lootbox-content .welcome-lootbox-main-text ul li::marker {
  line-height: 24px;
  font-size: 12px;
}

.welcome-lootbox-content .bonuses {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.welcome-lootbox-content .bonuses .bonus {
  width: 130px;
  min-height: 64px;
  margin: 4px;
  border-radius: 4px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    180deg,
    rgba(218, 161, 40, 0.5) 0%,
    rgba(218, 161, 40, 0.05) 100%
  );
  color: rgba(245, 208, 115, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.welcome-lootbox-content .bonuses .bonus .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.welcome-lootbox-content .bonuses .bonus .subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.welcome-lootbox-content .welcome-lootbox-terms-text {
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: justify;
  color: rgba(255, 255, 255, 0.4);
}

.main-page .special-offers {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
}

.special-offers-section .header a {
  margin-left: auto;
}

.special-offers-section .header .show-all-button {
  margin-bottom: 42px;
  margin-left: auto;
  height: 44px;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
}

.special-offers-section .footer {
  display: none;
}

.special-welcome-bonus .footer .show-all-button {
  margin-top: 0;
}

.special-offers-section .footer .show-all-button {
  margin-top: 24px;
  display: inline-block;
  height: 40px;
  padding: 10px 45px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.main-page .special-offer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
}

.main-page .special-offer img {
  border-radius: 8px;
  width: 400px;
}

.bonuses-list-title {
  text-align: center;
  margin-bottom: 50px;
}

.deposit-bonuses {
  list-style: none;
  margin: 0;
  margin-bottom: 100px;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}

.deposit-bonuses li {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.bonus-icon {
  margin-top: 40px;
}

.my-carousel .carousel-items,
.tournament-banner img {
  height: 600px;
}

.carousel-item-wrapper {
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: visible;
  text-align: center;
  user-select: none;
}

.carousel-item {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  transform: scale(1) translateX(0%);
  transition:
    transform 0.5s ease-out,
    border-color 0.3s linear;
  z-index: 0;

  overflow: hidden;
  border-radius: 8px;
  border: 2px solid transparent;
}

.carousel-item-minus {
  transform: scale(0.5) translateX(-25%);
}

.carousel-item-plus {
  transform: scale(0.5) translateX(25%);
}

.carousel-item-minus-1,
.carousel-item-plus-1 {
  z-index: 6;
}

.carousel-item-minus-1 {
  transform: scale(0.85) translateX(-25%);
}

.carousel-item-plus-1 {
  transform: scale(0.85) translateX(25%);
}

.carousel-item-minus-2,
.carousel-item-plus-2 {
  z-index: 5;
}

.carousel-item-minus-2 {
  transform: scale(0.75) translateX(-25%);
}

.carousel-item-plus-2 {
  transform: scale(0.75) translateX(25%);
}

.carousel-item-minus-3,
.carousel-item-plus-3 {
  z-index: 4;
}

.carousel-item-minus-3 {
  transform: scale(0.65) translateX(-25%);
}

.carousel-item-plus-3 {
  transform: scale(0.65) translateX(25%);
}

.carousel-item-minus-4,
.carousel-item-plus-4 {
  z-index: 3;
}

.carousel-item-minus-3 {
  transform: scale(0.55) translateX(-25%);
}

.carousel-item-plus-3 {
  transform: scale(0.55) translateX(25%);
}

.carousel-item-minus-5,
.carousel-item-plus-5 {
  z-index: 2;
}

.carousel-item-minus-6,
.carousel-item-plus-6 {
  z-index: 1;
}

.carousel-item-prev-current {
  z-index: 11;
  animation-duration: 0.5s;
}

.carousel-item-current {
  z-index: 12;
  animation-name: current;
  animation-duration: 0.5s;
  border-color: #f18826;
}

@keyframes current {
  from {
    z-index: 10;
  }

  30% {
    z-index: 10;
  }

  31% {
    z-index: 12;
  }

  to {
    z-index: 12;
  }
}

div.carousel-description {
  margin: 40px;
}

ul.carousel-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 70px;
  padding: 0;
}

ul.carousel-dots li.carousel-dot {
  padding: 0;
  margin: 0;
}

ul.carousel-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: 0 0;
}

ul.carousel-dots li button::before {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #797979;
  transition: background-color 0.3s linear;
}

ul.carousel-dots li.carousel-dot-current button::before {
  background-color: #8c3cfa;
}

.offers-reviews-section h2 {
  text-align: center;
}

.offers-reviews-section .slider-wrapper.two-slides {
  margin: 0 auto;
  width: 840px;
}

.offers-reviews-list .slick-track,
.offers-reviews-list .slick-slide,
.offers-reviews-list .slick-slide > div,
.offer-review-wrapper,
.offer-review {
  display: flex !important;
  align-items: stretch;
  height: auto;
  float: none;
}

.offer-review-wrapper {
  padding: 0 10px;
}

.offer-review {
  width: 400px;
  background-image: linear-gradient(
    180deg,
    rgba(40, 10, 78, 0.4) -1.41%,
    #280a4e 102.58%
  );
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

.offer-logo-name {
  font-size: 32px;
  min-height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.offer-review .rating {
  color: #ffc444;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.offer-review .rating-stars {
  display: flex;
  justify-content: center;
}

.offer-review .star,
.offer-review .star-progress,
.offer-review .star-progress-glow {
  width: 40px;
  height: 39px;
  background: url(/star-empty.png) left no-repeat;
  background-size: 40px 39px;
}

.offer-review .star-progress {
  background-image: url(/star-progress.png);
  background-position: left;
}

.offer-review .star-progress-glow {
  background-image: url(/star-progress-glow.png);
  background-position: left;
  position: relative;
  top: -39px;
}

.offer-review .review {
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  flex-grow: 1;
}

.offer-review-button {
  display: inline-block;
  min-height: 40px;
  padding: 15px 30px;
  min-width: 248px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.offers-reviews-list .slick-arrow.slick-next::before,
.offers-reviews-list .slick-arrow.slick-prev::before {
  content: ' ';
  display: block;
  width: 21px;
  height: 39px;
  background: url(/arrow-right.png);
  background-size: 21px 39px;
  position: relative;
}

.offers-reviews-list .slick-arrow.slick-next::before {
  left: 45px;
}

.offers-reviews-list .slick-arrow.slick-prev::before {
  transform: rotate(180deg);
  right: 45px;
}

.offers-reviews-list .slick-dots {
  display: none !important;
  position: relative;
}

.offers-reviews-list .slick-dots > li {
  margin: 0;
}

.offers-reviews-list .slick-dots > li > button {
  cursor: pointer;
}

.offers-reviews-list .slick-dots > li > button::before {
  opacity: 1;
  font-size: 40px;
  color: #797979;
  transition: color 0.3s linear;
}

.offers-reviews-list .slick-dots > li.slick-active > button::before {
  color: #8c3cfa;
}

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

.reviews-carousel {
  width: 100%;
  max-width: 1000px;
  height: 776px;
}

.reviews-carousel .slick-list:after {
  width: 380px;
  height: 768px;
  background: url(/iphone-mockup.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -190px;
  content: '';
  z-index: var(--zAbove);
}

.reviews-carousel .slick-arrow {
  width: 252px;
  height: 544px;
  position: absolute;
  color: transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: var(--zAbove);
  opacity: 0;
}

.reviews-carousel .slick-slide {
  width: 342px;
  padding-top: 10px;
  opacity: 0.3;
  overflow: hidden;
  transform: scale(0.7);
  transition: all 0.2s linear;
  border-radius: 38px;
}

.reviews-carousel .slick-current img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.reviews-carousel .slick-current {
  opacity: 1;
  transform: none;
}

.reviews-carousel .slick-next {
  right: 24px;
}

.reviews-carousel .slick-prev {
  left: 24px;
}

.security-section {
  padding-top: 0;
  padding-bottom: 0;
}

.security-section .section-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.security-text {
  position: relative;
  z-index: 1;
  max-width: 620px;
  font-weight: 400;
  margin-right: -100px;
}

.security-text h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.security-section .icons {
  margin-top: 57px;
}

.security-logos {
  width: 100%;
}

.security-bg-wrapper {
  min-width: 30%;
}

.security-section .security-bg {
  margin-left: -35%;
  margin-right: -65%;
  background-size: contain;
  background-image: url(/shield-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

@supports (background-image: -webkit-image-set(url(/shield-bg.webp) 1x)) {
  .security-section .security-bg {
    background-image: -webkit-image-set(
      url(/shield-bg.webp) 1x,
      url(/shield-bg.png) 2x
    );
  }
}

@supports (background-image: image-set(url(/shield-bg.webp) 1x)) {
  .security-section .security-bg {
    background-image: image-set(
      url(/shield-bg.webp) 1x,
      url(/shield-bg.png) 2x
    );
  }
}

.security-section .shield,
.security-section .shield > * {
  width: 500px;
  height: 458px;
}

.support {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.messengers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
}

.messengers > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
}

.messengers > a > img {
  filter: drop-shadow(0px 1px 1px rgba(255, 255, 255, 0));
  transition: filter 0.2s;
  transform: scale(0.857);
}

.messengers a:hover img {
  filter: drop-shadow(0px 4px 30px rgba(255, 255, 255, 0.5));
}

.messengers a:active img {
  filter: drop-shadow(0px 3px 15px rgba(255, 255, 255, 0.7));
}

.attractive-features {
  position: relative;
  min-height: 800px;
}

.attractive-features h2 {
  text-align: center;
}

.attractive-features .feature {
  display: grid;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 24.35%, #3f068e 91.53%);
  align-items: center;
  grid-template-columns: max-content minmax(300px, 450px) 1fr;
  gap: 40px;
}

.attractive-features .description {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

.attractive-features .features-list {
  position: relative;
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}

.attractive-features .phone {
  position: absolute;
  left: 898px;
  top: 42px;
  z-index: var(--zAbove);
}

.attractive-features .chip {
  position: absolute;
  left: 1124px;
  top: 470px;
}

.join-us-button-wrapper {
  width: 100%;
  padding-bottom: 80px;
}

.join-us-button {
  margin: 0 auto;
  padding: 25px 90px;
  margin-top: 80px;
}

.reasons-to-play {
  margin-bottom: 80px;
}

@media screen and (max-width: 1600px) {
  .my-carousel .carousel-items,
  .tournament-banner img {
    max-height: 480px;
  }
}

@media screen and (max-width: 1440px) {
  .offers-reviews-section {
    padding-left: 0;
    padding-right: 0;
  }

  .offers-reviews-section .section-content {
    max-width: 980px;
    padding-left: 0;
    padding-right: 0;
  }

  .offers-reviews-list {
    padding-bottom: 20px;
  }

  .offers-reviews-section .slider-wrapper.two-slides {
    width: 656px;
  }

  .offer-review-wrapper {
    padding: 0 8px;
  }

  .offer-review {
    width: 312px;
  }

  .offer-review .offer-logo-name {
    transform: scale(0.8);
  }

  .offers-reviews-list .slick-arrow.slick-next::before,
  .offers-reviews-list .slick-arrow.slick-prev::before {
    display: none;
  }

  .offers-reviews-list .slick-dots {
    display: block !important;
  }
}

@media screen and (max-width: 1366px) {
  .my-carousel .carousel-items,
  .tournament-banner img {
    max-height: 420px;
  }
}

@media screen and (max-width: 1240px) {
  body {
    min-width: 325px;
  }

  h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }

  section {
  }

  .section-content {
    padding: 0 24px;
  }

  section.topper-section {
    background-color: #231037;
    /*background-image: url(/topper/lootbox-topper-desk-and-coins-mobile.png),*/
    /*  url(/topper/lootbox-topper-background-mobile.jpg);*/
    background-size: 1240px, cover;
    background-position: top, center;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 0;
  }

  .topper-content {
    gap: 0;
  }

  .topper-title-desktop {
    display: none;
  }

  .topper-title-mobile {
    display: block;
  }

  .title-and-banner-wrapper {
    display: flex;
    flex-direction: column;
  }

  .topper-section .section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .topper-section .topper-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .topper-section .title-and-banner-wrapper {
    height: fit-content;
    min-height: 540px;
  }

  .topper-section h1 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .topper-section h1 strong {
    font-size: 34px;
    line-height: 34px;
  }

  .topper-section .topper-title ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .topper-section .topper-title li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }

  .topper-section .title-and-banner-wrapper .mobile-banner {
    max-width: 100%;
    border-radius: 8px;
  }

  .topper-section .registration-wrapper {
    padding-top: 0;
    padding-bottom: 32px;
  }

  .topper-section .topper-title h1 {
    font-size: 32px;
    font-style: italic;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
  }

  .topper-section .topper-title p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
  }

  .component-registration {
    width: 80vw;
    min-width: 344px;
    min-height: 572px;
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid rgba(215, 202, 230, 0.1);
    background: linear-gradient(
        0deg,
        rgba(99, 72, 122, 0.2),
        rgba(99, 72, 122, 0.2)
      ),
      linear-gradient(
        197.72deg,
        rgba(148, 63, 230, 0) 4.95%,
        rgba(66, 53, 79, 0.6) 100.64%
      );
    box-shadow: 0 0 44px 0 rgba(20, 11, 30, 0.4);
  }

  .reasons-to-play {
    margin-bottom: 60px;
  }

  .welcome-lootbox {
    background: linear-gradient(
        0deg,
        #281144 10%,
        #481a6b 45%,
        #833894 70%,
        #421965
      ),
      radial-gradient(
        145.27% 57.44% at 58.49% 28.06%,
        #892999 0%,
        #481a6b 37.54%,
        #271144 100%
      );
    border-radius: 8px;
    flex-flow: column-reverse;
    align-items: center;
    justify-content: center;
    margin: 24px;
  }

  .welcome-lootbox.section-content {
    padding: 0 14px;
  }

  .welcome-lootbox-content {
    padding: 0;
    padding-bottom: 14px;
  }

  .welcome-lootbox-content h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
  }

  .welcome-lootbox .welcome-lootbox-image {
    margin-top: -3%;
    margin-bottom: -2%;
    margin-right: 0;
    width: 116%;
    position: relative;
    left: -5%;
  }

  .welcome-lootbox-content .welcome-lootbox-main-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .welcome-lootbox-content .welcome-lootbox-main-text ul {
    padding-inline-start: 22px;
  }

  .welcome-lootbox-content .welcome-lootbox-main-text ul li::marker {
    line-height: 24px;
    font-size: 12px;
  }

  .welcome-lootbox-content .bonuses {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -4px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .welcome-lootbox-content .bonuses .bonus {
    width: 136px;
    min-height: 62px;
  }

  .welcome-lootbox-content .bonuses .bonus .title {
    font-size: 20px;
    line-height: 30px;
  }

  .welcome-lootbox-content .bonuses .bonus .subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .welcome-lootbox-content .welcome-lootbox-terms-text {
    border-top: none;
    padding-top: 2px;
    font-size: 10px;
    line-height: 16px;
  }

  .main-page .special-offers {
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 24px;
  }

  .header {
    justify-content: center;
  }

  .special-offers-section .header .show-all-button {
    display: none;
  }

  .special-offers-section .footer {
    display: flex;
    margin-right: auto;
  }

  .special-offer {
    align-items: center;
    gap: 12px;
  }

  .main-page .special-offer .offer-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }

  .main-page .special-offer img {
    width: 312px;
  }

  .my-carousel .carousel-items,
  .tournament-banner img {
    max-height: 260px;
  }

  .bonuses-list-title {
    margin-bottom: 24px;
  }

  .deposit-bonuses {
    margin: 0;
    margin-bottom: 32px;
    gap: 32px;
  }

  .deposit-bonuses .bonus-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .deposit-bonuses .bonus-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  .bonus-icon {
    margin-top: 16px;
    height: 134px;
    width: auto;
  }

  .attractive-features-section {
    padding-top: 0;
  }

  .attractive-features-section > .mobile-only {
    display: block;
  }

  .attractive-features {
    margin-top: 46px;
    position: relative;
    min-height: 0;
  }

  .attractive-features-image {
    position: relative;
    width: 100%;
    height: 360px;
    background: linear-gradient(
      180deg,
      rgba(125, 73, 209, 0) 30.96%,
      rgba(41, 6, 142, 0.7) 126.76%
    );
  }

  .attractive-features-image .phone-container {
    position: absolute;
    width: 220px;
    left: 0;
    right: 0;
    bottom: 4px;
    margin: 0 auto;
    z-index: var(--zAbove);
  }

  .attractive-features-image .phone {
    width: 220px;
    left: 0;
    right: 0;
  }

  .attractive-features-image .chip-behind-phone {
    position: absolute;
    width: 102px;
    right: 0;
    bottom: 60px;
    z-index: var(--zBelow);
  }

  .attractive-features-image .chip-above-phone {
    position: absolute;
    width: 110px;
    left: -40px;
    top: -20px;
    z-index: var(--zAfter);
    transform: rotate(7deg) scaleX(-1);
  }

  .attractive-features-image .chip-blurred {
    position: absolute;
    width: 140px;
    left: -130px;
    bottom: -24px;
    filter: blur(3.5px);
    transform: rotate(3.88deg);
  }

  .attractive-features .features-list {
    width: auto;
    align-items: center;
    gap: 48px;
  }

  .attractive-features .feature {
    column-gap: 16px;
    row-gap: 0;

    grid-template-columns: auto minmax(100px, 330px);
    background: none;
  }

  .attractive-features .feature img {
    width: 100px;
  }

  .attractive-features .feature .extraMedia {
    /* FIXME: заменить картинку на отдельные изображения. Они уже есть */
    grid-column: 2;
    width: 100%;
  }

  .attractive-features .description {
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
  }

  .reviews-carousel {
    /* TODO: Уменьшить высоту */
    /* height: 600px; */

    /* TODO: Починить  */
    display: none !important;
  }

  .reviews h2 {
    /* TODO: Починить  */
    visibility: hidden;
  }

  .reviews-carousel .slick-list:after {
    background: unset;
    /* height: 592px; */
  }

  .reviews-carousel .slick-next {
    right: 15px;
  }

  .reviews-carousel .slick-prev {
    left: 15px;
  }

  .security-section .shield,
  .security-section .shield > * {
    width: 400px;
    height: 366px;
  }

  .join-us-button {
    margin-top: 24px;
    margin-bottom: 40px;
    padding: 16px 103px;

    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }

  .support {
    max-width: 340px;
    margin-top: 80px;
  }

  .messengers {
    gap: 32px;
  }

  .messengers > a {
    width: 64px;
    height: 64px;
  }

  .messengers > a img {
    transform: scale(0.457);
  }

  .support-subtitle {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .security-section {
    padding-top: 40px;
  }

  .security-section .section-content {
    flex-direction: column;
    align-items: center;
  }

  .security-text {
    margin-left: auto;
    margin-right: auto;
  }

  .security-section .icons {
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .security-bg-wrapper {
    width: 100%;
  }

  .security-section .security-bg {
    margin-left: auto;
    margin-right: auto;
    background-image: url(/shield-bg-2.png);
    display: block;
    padding: 0;
    width: 360px;
    height: 270px;
  }

  @supports (background-image: -webkit-image-set(url(/shield-bg-2.webp) 1x)) {
    .security-section .security-bg {
      background-image: -webkit-image-set(
        url(/shield-bg-2.webp) 1x,
        url(/shield-bg-2.png) 2x
      );
    }
  }

  @supports (background-image: image-set(url(/shield-bg-2.webp) 1x)) {
    .security-section .security-bg {
      background-image: image-set(
        url(/shield-bg-2.webp) 1x,
        url(/shield-bg-2.png) 2x
      );
    }
  }

  .security-section .shield {
    position: relative;
    top: 20px;
    left: -30px;
  }

  .security-section .shield > * {
    width: 250px;
    height: 229px;
  }
}

@media screen and (max-width: 700px) {
  body {
    font-size: 14px;
  }

  .reasons-to-play {
    margin-bottom: 40px;
  }

  .my-carousel .carousel-items,
  .tournament-banner img {
    max-height: 180px;
  }

  .join-us-button {
    padding: 25px;
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  .offers-reviews-section .slider-wrapper.two-slides {
    width: 335px;
  }
}

@media screen and (max-width: 480px) {
  .my-carousel .carousel-items,
  .tournament-banner img {
    max-height: 110px;
  }
}

@media screen and (max-width: 360px) {
  .component-registration {
    width: 95vw;
    min-width: 310px;
  }
}

@media screen and (max-width: 320px) {
}
