* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

@font-face {
  font-family: Khula;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Khula-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Khula;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Khula-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Khula;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Khula-ExtraBold.woff2) format("woff2")
}

:root {
  --font-main: "Khula", sans-serif;
  --container-width: 1140px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #f4f4f4;
  --main: #000000;
  --black: #000000;
  --white: #ffffff;
  --background: #081424;
  --red: #fe0000;
  --purple: #4441d1;
  --gray: #e1e1e8;
  --faq-background: #0d213b;
  --gray: #e1e1e8;
  --hover: #a70000;
  --active: #a70000
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/img/background-page.webp)
}

@media (max-width:600px) {
  .page {
    background-image: url(/img/background-page-mob.webp)
  }
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main:not(:last-child) {
  margin-bottom: 10px
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  color: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  padding: 5px 15px;
  background-color: var(--red)
}

@media (max-width:600px) {
  .benefit {
    font-size: 10px;
    padding: 5px
  }
}

.tx-24-20 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-24-20 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-24-20 {
    font-size: 20px
  }
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%
}

.tx-13 {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%
}

.color-red {
  color: var(--red)
}

.color-white {
  color: var(--white)
}

.tx-15-12 {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3
}

@media (max-width:768px) {
  .tx-15-12 {
    font-size: 12px
  }
}

.tx-main {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 24px 8px 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: var(--white);
  background-color: var(--red);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 347px;
  min-height: 31px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}

.but_change {
  font-size: 17px;
  border-radius: 5px;
  min-height: 47px;
  -webkit-box-shadow: none;
  box-shadow: none
}

@media (max-width:991px) {
  .but_change {
    font-size: 14px;
    min-height: 38px
  }
}

@media (max-width:600px) {
  .but_change {
    font-size: 12px;
    min-height: 32px
  }
}

.but_border {
  border: 2px solid var(--red);
  background-color: transparent
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3
}

.logo {
  font-weight: 800;
  font-size: 14px;
  line-height: 107%;
  text-transform: uppercase;
  color: var(--white);
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .logo:hover {
    color: var(--hover)
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--hover);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

.tx-14-10 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-14-10 {
    font-size: 12px
  }
}

@media (max-width:600px) {
  .tx-14-10 {
    font-size: 10px
  }
}

.tx-10 {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3
}

.tx-24-16 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-24-16 {
    font-size: 20px
  }
}

@media (max-width:600px) {
  .tx-24-16 {
    font-size: 16px
  }
}

.mb-30-25:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:600px) {
  .mb-30-25:not(:last-child) {
    margin-bottom: 25px
  }
}

.mb-40-30:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:600px) {
  .mb-40-30:not(:last-child) {
    margin-bottom: 30px
  }
}

.mb-20-10:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-4:not(:last-child) {
  margin-bottom: 4px
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}

.circle::before {
  content: "";
  margin-top: 8px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--white)
}

.circle_black::before {
  background-color: var(--black)
}

.circle_change::before {
  margin-top: 6px
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-15:not(:last-child) {
  margin-bottom: 15px
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-section:not(:last-child) {
  margin-bottom: 60px
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.apostaon-header {
  padding: 12px 0;
  background-color: var(--background)
}

@media (max-width:991px) {
  .apostaon-header .logo {
    display: none
  }
}

.apostaon-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px
}

@media (max-width:991px) {
  .apostaon-header__container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media (max-width:991px) {
  .apostaon-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--background);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .apostaon-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.apostaon-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.apostaon-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .apostaon-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .apostaon-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.apostaon-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.apostaon-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.apostaon-hero {
  margin-top: 20px
}

@media (max-width:991px) {
  .apostaon-hero {
    margin-top: 0
  }
}

@media (max-width:991px) {
  .apostaon-hero__container {
    padding: 0
  }
}

.apostaon-hero__content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.apostaon-hero__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.apostaon-hero__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 511px;
  flex: 0 1 511px;
  width: 100%;
  padding: 40px 20px;
  background-color: var(--background);
  margin-left: auto
}

@media (max-width:991px) {
  .apostaon-hero__descr {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 20px
  }
}

.apostaon-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 22px;
  height: 14px;
  background-color: transparent
}

@media (max-width:991px) {
  .apostaon-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.apostaon-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px
}

.terms {
  padding-top: 50px
}

.terms__bottom {
  padding: 20px;
  background-color: #4441d1
}

.terms__link {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .terms__link:hover {
    opacity: .5
  }
}

.terms__link:focus-visible {
  opacity: .5
}

.terms__link:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.terms h1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700
}

.terms h1:not(:last-child) {
  margin-bottom: 20px
}

.terms h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700
}

.terms h2:not(:last-child) {
  margin-bottom: 20px
}

.terms p {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400
}

.terms p:not(:last-child) {
  margin-bottom: 20px
}

.terms ul:not(:last-child) {
  margin-bottom: 20px
}

.terms li {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400
}

.apostaon-recenzii__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px
}

.apostaon-recenzii__text {
  padding-left: 10px
}

.apostaon-recenzii__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 560px;
  flex: 0 1 560px;
  width: 100%;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(8, 20, 36, .05);
  box-shadow: 0 0 10px rgba(8, 20, 36, .05);
  background-color: var(--white)
}

.apostaon-recenzii__icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.apostaon-recenzii__price {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  padding: 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--purple)
}

.apostaon-faq {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative
}

.apostaon-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 20, 36, .65);
  z-index: 1
}

.apostaon-faq__container {
  position: relative;
  z-index: 2
}

.apostaon-faq__item {
  padding: 20px;
  background-color: var(--faq-background)
}

.apostaon-footer {
  background-color: var(--background)
}

.apostaon-footer__container {
  padding-top: 50px;
  padding-bottom: 50px
}

.apostaon-footer__texts {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .apostaon-footer__texts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.apostaon-footer__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px
}

@media (max-width:991px) {
  .apostaon-footer__icons {
    gap: 30px
  }
}

@media (max-width:600px) {
  .apostaon-footer__icons {
    gap: 20px
  }
}

.apostaon-footer__icons a {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .apostaon-footer__icons a:hover {
    opacity: .5
  }
}

.apostaon-footer__icons a:focus-visible {
  opacity: .5
}

.apostaon-footer__icons a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.apostaon-footer__age {
  width: 55px;
  height: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.apostaon-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:768px) {
  .apostaon-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.apostaon-nav__list_header {
  gap: 50px
}

@media (max-width:991px) {
  .apostaon-nav__list_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.apostaon-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .apostaon-nav__link:hover {
    color: var(--hover)
  }
}

.apostaon-nav__link:focus-visible {
  color: var(--hover)
}

.apostaon-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.apostaon-nav__link-icon {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.apostaon-popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  color: var(--white);
  background-color: rgba(0, 0, 0, .4)
}

.apostaon-popup__body {
  overflow: auto;
  width: 450px;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 24px;
  background-color: var(--background)
}

@media (max-width:500px) {
  .apostaon-popup__body {
    width: 95%
  }
}

.apostaon-popup__button {
  min-width: 0;
  width: 100%
}

.apostaon-popup-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8;
  width: 450px;
  padding: 24px;
  color: var(--white);
  background-color: var(--background)
}

@media (max-width:500px) {
  .apostaon-popup-cookie {
    width: 100%
  }
}

.apostaon-popup-cookie.disabled {
  display: none
}

.apostaon-popup-cookie__button {
  min-width: 0;
  width: 100%
}

.apostaon-popup-cookie__link {
  min-width: 0;
  width: 100%
}

.apostaon-cards {
  position: relative;
  z-index: 2
}

.apostaon-cards__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .apostaon-cards__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:668px) {
  .apostaon-cards__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto
  }
}

.apostaon-card {
  padding: 16px 10px 10px 10px;
  -webkit-box-shadow: 0 0 10px rgba(8, 20, 36, .05);
  box-shadow: 0 0 10px rgba(8, 20, 36, .05);
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: relative
}

.apostaon-card__legolas {
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 1;
  border-radius: 100px;
  padding: 6px 20px 4px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--purple);
  text-align: center;
  line-height: 1
}

.apostaon-card__top {
  width: 100%
}

.apostaon-card__top-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

.apostaon-card__wrapper-logo {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%
}

.apostaon-card__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 47px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:668px) {
  .apostaon-card__logo {
    height: 40px
  }
}

@media (any-hover:hover) {
  .apostaon-card__logo:hover {
    opacity: .5
  }
}

.apostaon-card__logo:focus-visible {
  opacity: .5
}

.apostaon-card__logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.apostaon-card__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  line-height: 1
}

.apostaon-card__online-icon {
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.apostaon-card__online-text {
  padding-top: 3px
}

.apostaon-card__title a {
  color: inherit;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .apostaon-card__title a:hover {
    color: var(--hover)
  }
}

.apostaon-card__title a:focus-visible {
  color: var(--hover)
}

.apostaon-card__title a:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.apostaon-card__wrapper-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%
}

.apostaon-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  background-color: var(--gray);
  line-height: 1
}

.apostaon-card__rating-icon {
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.apostaon-card__rating-num {
  padding-top: 3px;
  line-height: 1
}

.apostaon-card__rating-text {
  padding-top: 3px;
  line-height: 1
}

.apostaon-card__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.apostaon-card__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.apostaon-card__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--gray);
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 1
}

.apostaon-card__benefit span {
  padding-top: 2px
}

.apostaon-card__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px
}

.apostaon-card__bonus {
  width: 100%;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .apostaon-card__bonus:hover {
    color: var(--hover)
  }
}

.apostaon-card__bonus:focus-visible {
  color: var(--hover)
}

.apostaon-card__bonus:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.apostaon-card__link {
  min-width: 0;
  width: 100%;
  text-transform: uppercase
}

.apostaon-pays {
  max-width: 196px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.apostaon-pays__pay {
  width: 24px;
  height: 24px
}