@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  background-color: #1e1f21;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll {
  overflow: hidden;
}

.main {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

.main__container {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

.content {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background: -moz-radial-gradient(50% 50%, 50% 50%, #1f3247 0%, #101d2c 100%);
  background: -o-radial-gradient(50% 50%, 50% 50%, #1f3247 0%, #101d2c 100%);
  background: radial-gradient(50% 50% at 50% 50%, #1f3247 0%, #101d2c 100%);
}

/* Title */
h1,
h2,
h3,
h4,
.title {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}

h1,
.title.general {
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 32px;
}

h2,
.title.high {
  padding: 10px 20px;
  border-bottom: 2px solid;
  -moz-border-image: -moz-linear-gradient(bottom, #ffe500, #ffe500) 1;
  -o-border-image: -o-linear-gradient(bottom, #ffe500, #ffe500) 1;
  border-image: -webkit-gradient(linear, left bottom, left top, from(#ffe500), to(#ffe500)) 1;
  border-image: linear-gradient(0deg, #ffe500, #ffe500) 1;
  font-weight: 800;
  font-size: 24px;
}

h3,
.title.middle {
  padding: 10px 20px;
  border-bottom: 2px solid;
  -moz-border-image: -moz-linear-gradient(bottom, #ffe500, #ffe500) 1;
  -o-border-image: -o-linear-gradient(bottom, #ffe500, #ffe500) 1;
  border-image: -webkit-gradient(linear, left bottom, left top, from(#ffe500), to(#ffe500)) 1;
  border-image: linear-gradient(0deg, #ffe500, #ffe500) 1;
  font-weight: 700;
  font-size: 20px;
}

/* Button */
.button {
  display: inline-block;
  position: relative;
  min-width: 166px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 100px;
  border: 4px solid transparent;
  background:
    -webkit-gradient(linear, left top, right top, from(#fffd3e), to(#f5b607)) padding-box,
    -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e1a200)) border-box;
  background:
    -moz-linear-gradient(left, #fffd3e 0%, #f5b607 100%) padding-box,
    -moz-linear-gradient(left, #ffffff 0%, #e1a200 100%) border-box;
  background:
    -o-linear-gradient(left, #fffd3e 0%, #f5b607 100%) padding-box,
    -o-linear-gradient(left, #ffffff 0%, #e1a200 100%) border-box;
  background:
    linear-gradient(90deg, #fffd3e 0%, #f5b607 100%) padding-box,
    linear-gradient(90deg, #ffffff 0%, #e1a200 100%) border-box;
  white-space: nowrap;
  text-align: center;
  font-weight: 900;
  font-style: italic;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #101d2c;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.button:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

/* Article */
article > * + *,
.article > * + *,
.desc > * + * {
  margin-top: 20px;
}

article > *:first-child,
.article > *:first-child {
  margin-top: 0px;
}

article ul > li,
.article ul > li {
  position: relative;
  padding: 18px 10px 18px 62px;
  background-color: rgba(255, 237, 77, 0.06);
}

.article ul li::before,
article ul li::before {
  content: '';
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.article ul li::after,
article ul li::after {
  content: '';
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(16.5px, 16.5px);
  -moz-transform: translate(16.5px, 16.5px);
  -o-transform: translate(16.5px, 16.5px);
  transform: translate(16.5px, 16.5px);
  border-radius: 50%;
  background-color: #272c32;
}

article ol,
.article ol {
  counter-reset: item;
}

article ol > li,
.article ol > li {
  position: relative;
  padding: 18px 10px 18px 62px;
  background-color: rgba(255, 237, 77, 0.06);
  counter-increment: item;
}

.article ol > li::before,
article ol > li::before {
  content: counter(item);
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #272c32;
}

.article li + li,
article li + li {
  margin-top: 20px;
}

article .image img,
.article .image img {
  width: 100%;
  height: 100%;
}

article p > a,
.article p > a {
  font-style: italic;
  font-weight: 900;
  color: #ffea00;
}

article .button,
.article .button {
  display: block;
  margin: 24px auto 0;
}

/* Image */
.background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}

.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image img {
  display: block;
  margin: auto;
}

img {
  max-width: 100%;
  max-height: 100%;
}

/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

li:hover .overlay {
  opacity: 1;
}

.overlay__button {
  min-width: 122px;
  background: -webkit-gradient(linear, left top, right top, from(#fffd3e), to(#f5b607));
  background: -moz-linear-gradient(left, #fffd3e 0%, #f5b607 100%);
  background: -o-linear-gradient(left, #fffd3e 0%, #f5b607 100%);
  background: linear-gradient(90deg, #fffd3e 0%, #f5b607 100%);
  padding: 9px 16px;
  border: none;
  font-size: 15px;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1e1f21;
  min-height: 93px;
  z-index: 999;
}

.header__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  padding: 15px 30px;
  margin: 0 auto;
  background: transparent;
  border: none;
  box-shadow: none;
}

.header__menu .header__button,
.header__button-menu {
  display: none;
}

.header__logo {
  margin-right: 50px;
}

.header__logo img {
  display: block;
  max-height: 63px;
}

.header__menu {
  margin-right: auto;
}

.header__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 20px;
  gap: 57px;
}

.header__menu li {
  font-style: italic;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}

.header__menu li > a:hover,
.header__menu li > a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.header__button {
  margin-right: 22px;
}

.header__button-login {
  min-width: 107px;
  background: rgba(77, 93, 93, 0.52);
  border-radius: 4px;
  border: 4px solid;
  -moz-border-image: -moz-radial-gradient(50% 50%, 50% 228.98%, #ffe500 0%, #272c32 100%) 1;
  -o-border-image: -o-radial-gradient(50% 50%, 50% 228.98%, #ffe500 0%, #272c32 100%) 1;
  border-image: radial-gradient(50% 228.98% at 50% 50%, #ffe500 0%, #272c32 100%) 1;
  color: #fff;
}

.header__language img {
  display: inline-block;
  margin-right: 8px;
  max-width: 24px;
  max-height: 24px;
  vertical-align: middle;
}

.header__language span {
  font-style: italic;
  font-weight: 900;
  vertical-align: middle;
  text-transform: uppercase;
}

/* Hero */
.hero__content {
  margin-top: 93px;
  padding: 65px 20px;
  background: transparent;
  border: none;
}

.hero__background img {
  -o-object-position: top;
  object-position: top;
}

.hero__container {
  max-width: 1120px;
  margin: 0 auto;
}

.hero__wrap {
  position: relative;
  padding: 20px;
  max-width: 536px;
  border-radius: 10px;
  background: rgba(17, 30, 45, 0.64);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: hidden;
  z-index: 2;
}

.hero__rating {
  margin-bottom: 20px;
}

.hero__rating span + span {
  margin-left: 18px;
}

.hero__rating span:first-child {
  text-transform: uppercase;
}

.hero__rating span:last-child {
  font-weight: 700;
}

.hero__desc {
  margin-bottom: 20px;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:first-child::after {
  content: '|';
  display: inline-block;
  margin: 0 20px;
}

.breadcrumbs li:last-child {
  font-weight: 700;
}

/* Info */
.info__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.info__table {
  width: 50%;
  margin: -20px 0;
}

.info__table table {
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
}

.info__table tr {
  background: -webkit-gradient(linear, left top, right top, from(#1f3247), color-stop(87.98%, #001835));
  background: -moz-linear-gradient(left, #1f3247 0%, #001835 87.98%);
  background: -o-linear-gradient(left, #1f3247 0%, #001835 87.98%);
  background: linear-gradient(90deg, #1f3247 0%, #001835 87.98%);
}

.info__table td {
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.47);
  vertical-align: middle;
}

.info__table td:first-child {
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 40%;
}

.info__table td:last-child {
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Promo */
.promo__content {
  padding: 90px 20px;
  background: transparent;
  overflow: hidden;
}

.promo__wrap {
  position: relative;
  max-width: 482px;
  padding: 20px;
  margin-left: auto;
  border-radius: 10px;
  background: rgba(16, 29, 44, 0.51);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  text-align: center;
  z-index: 1;
}

.title.promo__title {
  margin-bottom: 6px;
  padding: 0 !important;
  border: none;
  font-weight: 900;
  font-size: 36px;
}

.promo__label {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  text-transform: uppercase;
}

/* Casino */
.casino__content {
  background: transparent;
  padding: 0;
}

.casino__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.casino__list li {
  display: block;
  border-radius: 6px;
  width: -webkit-calc((100% - 20px * 3) / 4);
  width: -moz-calc((100% - 20px * 3) / 4);
  width: calc((100% - 20px * 3) / 4);
  overflow: hidden;
}

.casino__list img {
  display: block;
  width: 100%;
  height: 100%;
}

/* Navigation */
.nav__content {
  padding: 0;
  background: rgba(16, 29, 44, 1);
}

.nav__header {
  position: relative;
  padding: 20px 50px 20px 20px;
  border: 1px solid rgba(255, 229, 0, 0.7);
  box-shadow: 0px 4px 4px 0px rgba(25, 45, 62, 0.7);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav__header::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/arrow.svg) no-repeat center / cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -moz-transition:
    transform 0.4s ease,
    -moz-transform 0.4s ease;
  -moz-transition:
    transform 0.4s ease,
    -moz-transform 0.4s ease;
  -moz-transition:
    transform 0.4s ease,
    -moz-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease,
    -moz-transform 0.4s ease,
    -o-transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease,
    -moz-transform 0.4s ease,
    -o-transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease,
    -moz-transform 0.4s ease,
    -o-transform 0.4s ease;
}

.nav__content.active .nav__header::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.nav__content.active .nav__header {
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(255, 229, 0, 0.7);
}

.js-sidebar-content {
  display: none;
}

.js-sidebar-content.expanded {
  display: block;
}

.nav__dropmenu li a {
  display: block;
  padding: 8px 20px;
  border-bottom: 1px solid rgba(1, 95, 96, 0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav__dropmenu li a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* FAQ */
.faq__content,
.faq__list,
.faq__item {
  overflow-anchor: none;
}

.faq__list {
  counter-reset: item;
}

.faq__item {
  position: relative;
  display: block;
  counter-increment: item;
  margin-top: 20px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.title.faq-item__title {
  position: relative;
  padding: 23px 72px;
  margin: 0;
  background: rgba(255, 237, 77, 0.06);
  border: none;
  font-style: normal;
  font-size: 16px !important;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}

.faq-item__title::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../img/arrow-faq.svg) no-repeat center / cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.faq__item.active .faq-item__title::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.faq-item__title::before {
  content: counter(item);
  position: absolute;
  left: 10px;
  top: 13px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  color: #1e1f21;
}

.faq__answer {
  position: relative;
  border: 1px solid rgba(255, 229, 0, 0.5);
  border-radius: 8px;
  background: rgba(255, 237, 77, 0.06);
  padding: 6px 20px;
  margin: 0;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}

/* SCROLL */
.scroll {
  position: fixed;
  right: 15px;
  bottom: 40px;
  z-index: 1000;
}

.scroll__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 29px;
  height: 30px;
  background-color: transparent;

  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}

.scroll__button.show {
  opacity: 1;
}

/* Footer */
.footer {
  position: relative;
  background-color: #1e1f21;
  z-index: 1;
}

.footer__content {
  max-width: 1140px;
  box-shadow: none;
  border: none;
  background: transparent;
  padding: 20px;
  margin: 0 auto;
}

.footer__wrap,
.footer__menu ul,
.footer__payments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__menu ul {
  gap: 40px;
}

.footer__menu li {
  font-style: italic;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: #fcf4ff;
}

.footer__menu li + li {
  padding-left: 40px;
  border-left: 0.5px solid #aa98b0;
}

.footer__menu a:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.footer__payments {
  margin: 32px 0;
  gap: 16px;
}

.footer__payments img {
  display: block;
  max-height: 68px;
}

.footer__copyright p {
  display: block;
  padding: 8px 0;
  font-weight: 500;
  font-size: 12px;
  color: #fcf4ff;
}

.footer__image {
  display: inline-block;
  margin-left: auto;
  vertical-align: middle;
}

.footer__image img {
  display: block;
  max-width: 40px;
  max-height: 40px;
}

/* Bonus-page */
.bonus__content {
  background: transparent;
  padding: 0;
}

.bonus__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.bonus__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-calc((100% - 20px * 2) / 3);
  width: -moz-calc((100% - 20px * 2) / 3);
  width: calc((100% - 20px * 2) / 3);
  padding: 70px 20px 20px;
  text-align: center;
}

.bonus__image {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 2;
}

.bonus__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(255, 242, 132, 0.37);
  background: -moz-radial-gradient(50% 50%, 50% 50%, #1f3247 0%, #101d2c 100%);
  background: -o-radial-gradient(50% 50%, 50% 50%, #1f3247 0%, #101d2c 100%);
  background: radial-gradient(50% 50% at 50% 50%, #1f3247 0%, #101d2c 100%);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  z-index: 10;
}

.title.bonus__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 !important;
  margin-bottom: 20px;
  border: none;
}

.bonus__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 20px;
}

.bonus__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.bonus__button {
  min-width: 121px;
}

.bonus__button-blue {
  background: rgba(77, 93, 93, 0.52);
  border-radius: 4px;
  border: 4px solid;
  -moz-border-image: -moz-radial-gradient(50% 50%, 50% 228.98%, #ffe500 0%, #272c32 100%) 1;
  -o-border-image: -o-radial-gradient(50% 50%, 50% 228.98%, #ffe500 0%, #272c32 100%) 1;
  border-image: radial-gradient(50% 228.98% at 50% 50%, #ffe500 0%, #272c32 100%) 1;
  color: #fff;
}

/* App-page */
.app__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.button.app__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  min-width: 212px;
  padding: 6px 20px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.14;
  white-space: normal;
}

.app__button img {
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
  margin-right: 8px;
}
