@font-face {
    font-family: 'Montserrat';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}
*,
::after,
::before {
    box-sizing: border-box
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
    margin: 0
}

ol[role=list],
ul[role=list] {
    list-style: none
}

html {
    height: 100%;
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    font-family: Montserrat, system-ui, sans-serif;
    -webkit-font-smoothing: antialiased
}

canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%
}

button,
input,
select,
textarea {
    font: inherit
}

h1,
h2,
h3,
h4,
h5,
p {
    overflow-wrap: break-word
}

#__next,
#root {
    isolation: isolate
}

.body {
    width: 100%;
    margin-top: 64px;
    font-family: Montserrat, system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #b6bdcc;
    background-color: #110e1b;
    word-break: break-word
}

.body:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
    background: rgba(28, 28, 28, .1)
}

.body--no-scroll {
    position: relative;
    overflow: hidden;
    touch-action: none
}

.body--no-scroll:before {
    display: block
}

.main {
    margin-bottom: 48px
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

button {
    all: unset;
    box-sizing: border-box
}

.btn::after,
.btn::before,
.btn>span,
.btn>svg,
.btn>use,
button>span,
button>svg,
button>use {
    pointer-events: none
}

.container {
    max-width: 1320px;
    margin: 0 16px
}

.container--col-2 {
    margin: 0 auto
}

.h1,
h1 {
    font-size: 24px
}

.h2,
.h3,
h2,
h3 {
    font-size: 20px
}

.caption-1 {
    font-size: 14px;
    line-height: 1.7
}

.caption-2 {
    font-size: 12px;
    line-height: 1.3
}

.caption-small {
    font-size: 9px;
    line-height: 1.8;
    letter-spacing: .02em
}

a.disabled,
button[disabled] {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.link {
    color: #00eda6
}

.app {
    margin-top: 32px;
    padding: 6px 16px;
    text-align: center
}

.app__img {
    width: 192px;
    height: 192px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto 16px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 700;
    text-decoration: none;
    color: #fafafa
}

.btn svg {
    z-index: 1;
    width: 24px;
    height: 24px
}

.btn--m {
    min-width: 115px;
    padding: 7px 23px;
    border-radius: 23px;
    font-size: 20px;
    line-height: 30px
}

.btn--s {
    min-width: 74px;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 24px
}

.btn--xs {
    padding: 7px 15px;
    border-radius: 16px;
    font-size: 12px;
    line-height: 16px
}

.btn--xs svg {
    width: 16px;
    height: 16px
}

.btn--primary {
    color: #110e1b;
    background-color: #00eda6
}

.btn--primary svg {
    fill: #110e1b
}

.btn--secondary {
    background-color: #4c426b
}

.btn--bordered {
    border-color: #4c426b;
    box-sizing: content-box
}

.btn--fluid {
    width: 100%;
    box-sizing: border-box
}

.btn--reverse {
    flex-direction: row-reverse
}

.card {
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 1
}

.card__label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex
}

.card__label img {
    width: 24px
}

.card__img {
    min-width: 84px;
    min-height: 119px;
    width: 100%;
    height: 100%
}

.content {
    width: 100%
}

.content strong {
    font-weight: 700
}

.content>h1,
.content>h2,
.content>h3 {
    margin-bottom: 16px;
    color: #f7f7f7
}

.content>p:not([class]):not(:last-child) {
    margin-bottom: 16px
}

.content>ul:not([class]) {
    margin-top: 16px;
    margin-left: 28px;
    padding: 0;
    list-style-type: none
}

.content>ul:not([class]):not(:last-child) {
    margin-bottom: 16px
}

.content>ul:not([class]) li {
    position: relative
}

.content>ul:not([class]) li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -28px;
    width: 16px;
    height: 16px;
    background-color: #b6bdcc;
    border-radius: 8px
}

.content>ul:not([class]) li:not(:last-of-type) {
    margin-bottom: 16px
}

.content>ol:not([class]) {
    margin-top: 16px;
    margin-left: 48px;
    counter-reset: count
}

.content>ol:not([class]):not(:last-child) {
    margin-bottom: 16px
}

.content>ol:not([class]) li {
    position: relative;
    min-height: 32px;
    counter-increment: count
}

.content>ol:not([class]) li:before {
    content: counter(count);
    position: absolute;
    top: 0;
    left: -48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 700;
    color: #f7f7f7;
    background-color: #cd3fe2;
    border-radius: 16px
}

.content>ol:not([class]) li:not(:last-of-type) {
    margin-bottom: 16px
}

.content a:not([class]) {
    color: #00eda6
}

.content>figure img,
.content>img,
.content>p img,
.wp-block-image img {
    background-color: #4c426b;
    border-radius: 16px;
    height: auto
}

.wp-block-image img {
    margin: 0 auto 16px
}

.wp-block-image .h2,
.wp-block-image h2 {
    margin-top: 48px
}

.wp-block-image .h3,
.wp-block-image h3 {
    margin-top: 32px
}

.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0
}

.table-wrapper {
    width: 100%;
    overflow: auto;
}

.table-wrapper>table {
    min-width: auto;
}

.content>table,
.content .table-wrapper>table,
.wp-block-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    color: #f7f7f7;
    overflow-x: auto;
    border-collapse: collapse
}

.content>table:not(:last-child),
.content .table-wrapper>table:not(:last-child),
.wp-block-table table:not(:last-child) {
    margin-bottom: 24px
}

.content>table tr,
.content .table-wrapper>table tr,
.wp-block-table table tr {
    align-items: center;
    justify-content: flex-start;
    min-height: 66px;
    padding: 8px 20px;
    background-color: rgba(88, 72, 139, .4);
    -moz-column-gap: 10px;
    column-gap: 10px;
    border: .5px solid rgb(129 116 167 / 40%);
}

.content>table tr:first-of-type,
.content .table-wrapper>table tr:first-of-type,
.wp-block-table table tr:first-of-type {
    padding-top: 16px;
    font-weight: 700;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.content>table tr:last-of-type,
.content .table-wrapper>table tr:last-of-type,
.wp-block-table table tr:last-of-type {
    padding-bottom: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px
}

.content>table td,
.content>table th,
.content .table-wrapper>table td,
.content .table-wrapper>table th,
.wp-block-table table td,
.wp-block-table table th {
    min-width: 0;
    flex: 1 1 0;
    line-height: 22px;
    word-break: break-word;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: left;
}

.content>table td em,
.content .table-wrapper>table td em,
.wp-block-table table td em {
    display: block;
    margin-top: -4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    font-style: normal
}

.content>table td strong,
.content .table-wrapper>table td strong,
.wp-block-table table td strong {
    font-weight: 700
}

.wp-block-table .has-fixed-layout tr:nth-child(odd) {
    background-color: rgba(88, 72, 139, .72)
}

.wp-block-table .has-fixed-layout tr:first-of-type {
    font-size: 14px;
    font-weight: 700
}

.wp-block-table.is-style-stripes table {
    width: 100%
}

.wp-block-table.is-style-stripes tbody {
    display: block
}

.wp-block-table.is-style-stripes tr {
    
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.wp-block-table.is-style-stripes tr:first-of-type {
    font-weight: 400
}

.wp-block-table.is-style-stripes td {
    display: block
}

.wp-block-table.is-style-stripes td:first-of-type {
    font-weight: 700
}

.content blockquote {
    position: relative;
    margin-bottom: 24px;
    padding: 24px 20px 24px 24px;
    font-weight: 700;
    color: #fff;
    background-color: #221c36;
    background-image: linear-gradient(90deg, #221c36 0, #3f1c60 100%);
    border-radius: 16px;
    overflow: hidden
}

.content blockquote p {
    padding-left: 40px
}

.content blockquote cite {
    display: block;
    text-align: right
}

.content blockquote:before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23fff' d='M20.486 3.515c-4.686-4.686-12.285-4.687-16.971 0-4.687 4.686-4.686 12.284 0 16.971 4.686 4.685 12.284 4.686 16.971 0 4.686-4.687 4.685-12.285 0-16.971Zm-6.92 13.703a1.565 1.565 0 1 1-3.131 0v-6.261a1.565 1.565 0 1 1 3.13 0v6.26ZM11.971 8.28c-.901 0-1.502-.638-1.484-1.427-.018-.826.583-1.445 1.502-1.445.92 0 1.503.62 1.522 1.445 0 .789-.6 1.427-1.54 1.427Z'/%3E%3C/svg%3E")
}

.content--light {
    padding: 24px 16px 32px;
    background-color: #30284c
}

.hero {
    height: 360px;
    background-image: linear-gradient(270deg, #130e20 0, #7000ff 27.89%, #130e20 100%);
    background-color: #221c36
}

.hero__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    padding: 32px 16px 36px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: -35%;
    background-size: cover
}
.hero__container p {
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 24px;
    color: #fafafa;
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top 0 left -38%;
    object-position: top 0 left -38%
}

.hero__container p,
.hero__title {
    color: #fafafa
}

.hero__title {
    margin-bottom: 5px;
    line-height: 30px
}

.hero__container p {
    line-height: 24px
}

.hero__btn {
    margin-top: 19px
}

.icon-burger {
    width: 27px;
    height: 18px
}

.icon-arrow-right {
    width: 8px;
    height: 14px;
    fill: #00eda6
}

.icon-close {
    width: 24px;
    height: 24px;
    fill: #f7f7f7
}

.icon-arrow-down {
    width: 24px;
    height: 24px;
    fill: #00eda6
}

.icon-vk {
    margin-top: 1px
}

.icon-email {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: #00eda6
}

.icon-copy {
    width: 24px;
    height: 24px;
    fill: #f7f7f7
}

.info-wrapper {
    display: grid;
    grid-auto-flow: column;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 16px
}

.info {
    display: inline-grid;
    grid-template-columns: 64px auto;
    -moz-column-gap: 16px;
    column-gap: 16px;
    align-items: center;
    width: 256px;
    min-height: 80px;
    padding: 8px
}

.info__title {
    margin-bottom: 4px;
    color: #f7f7f7
}

.menu {
    position: absolute;
    top: 0;
    right: -16px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 375px;
    height: calc(var(--vh, 1vh)*100);
    padding: 16px 0 24px;
    background-color: #30284c;
    transition: transform .3s .3s;
    transform: translateX(100%)
}

.menu--open {
    transition: transform .3s;
    transform: translateX(0)
}

.menu__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: calc(var(--vh, 1vh)*100 - 100px)
}

.menu__prev,
.menu__text {
    margin-bottom: 24px;
    padding-left: 16px;
    color: #f7f7f7
}

.menu__prev {
    text-transform: none;
    border: 0;
    gap: 8px
}

.menu__prev svg {
    width: 24px;
    height: 24px;
    transform: scaleX(-1);
    fill: #f7f7f7
}

.menu__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
    font-size: 0;
    border: 0;
    cursor: pointer
}

.menu__list {
    max-height: calc(var(--vh, 1vh)*100 - 206px);
    list-style: none;
    overflow-y: auto
}

.menu__item--dropdown {
    display: flex;
    align-items: center;
    padding-right: 0
}

.menu__link {
    display: block;
    flex-grow: 1;
    padding: 16px;
    text-decoration: none;
    color: #c1b3db
}

.menu__arrow {
    margin-left: auto;
    padding-right: 24px;
    font-size: 0;
    border: 0;
    fill: #f7f7f7
}

.menu__arrow svg {
    width: 24px;
    height: 24px;
    fill: #c1b3db
}

.menu__dropdown {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    max-width: 375px;
    height: calc(var(--vh, 1vh)*100);
    padding: 20px 0 24px;
    background-color: #30284c;
    transition: transform .3s;
    transform: translateX(100%)
}

.menu__dropdown--open {
    transform: translateX(0)
}

.submenu .menu__link {
    text-transform: none
}

.menu__btns {
    gap: 17px;
    margin: 24px 16px 32px
}

.menu__ref-btn {
    width: 100%
}

.promo-head {
    margin-bottom: 16px
}

.promo {
    display: flex;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.promo__item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 304px;
    min-height: 424px;
    padding: 16px
}

.promo__item-group {
    width: 100%
}

.promo__item-img {
    width: 100%;
    height: 224px;
    border-radius: 16px
}

.promo__item-timer {
    gap: 8px;
    margin-bottom: 16px;
    background-color: #30284c;
    border-radius: 12px
}

.promo__item-title {
    margin-top: 8px
}

.promo__item-btn {
    width: 100%;
    margin-top: 16px;
    box-sizing: border-box
}

.promo__btn-arrow svg {
    fill: #00eda6
}

.social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 8px
}

.social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    padding: 8px;
    background-color: #c1b3db;
    border-radius: 16px
}

.social__link svg {
    fill: #221c36
}

.social__icon {
    max-width: 16px;
    max-height: 16px;
    fill: #221c36
}

.social--header {
    display: none
}

.tag {
    align-items: center;
    padding: 4px 16px;
    background-color: #221c36;
    border-radius: 14px;
    font-size: 12px;
    line-height: 20px;
    color: #f7f7f7
}

.tag--timer {
    padding: 4px 8px;
    background-color: #30284c
}

.timer {
    width: 94px;
    font-size: 0
}

.timer__day,
.timer__dots,
.timer__item {
    font-size: 12px;
    line-height: 1.3
}

.timer__day {
    margin-right: 8px
}

.toc {
    margin: 16px 16px 0;
    background-color: #30284c;
    border-radius: 24px;
    overflow: hidden
}

.toc.active .toc__list {
    display: flex
}

.toc.active svg {
    transform: rotate(180deg)
}

.toc__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 17px 9px 25px;
    line-height: 27px;
    color: #f7f7f7
}

.toc__btn svg {
    width: 12px;
    fill: #f7f7f7
}

.toc__list {
    display: none;
    flex-direction: column;
    padding: 14px 16px 30px
}

.toc__sublist {
    margin: 16px 0 0 16px
}

.toc__item:not(:last-child) {
    margin-bottom: 16px
}

.toc__link {
    text-decoration: none;
    color: #f7f7f7
}

.top-bonuses {
    position: fixed;
    right: 12px;
    left: 12px;
    bottom: 12px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.top-bonuses svg {
    fill: #fff
}

.top-bonus {
    display: none;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 336px;
    min-height: 120px;
    padding: 16px;
    background-image: linear-gradient(90deg, #eb03e2 0, #2995fe 100%)
}

.top-bonus.open {
    display: flex
}

.top-bonus__body {
    display: flex;
    flex-direction: column
}

.top-bonus__img {
    width: 72px;
    height: 72px;
    margin-right: 16px
}

.top-bonus__type {
    margin-bottom: 8px;
    color: #ffdd16
}

.top-bonus__title {
    max-width: 176px;
    margin-bottom: 3px;
    line-height: 20px;
    color: #fff
}

.top-bonus__close {
    margin-left: auto;
    padding: 4px 4px 4px 8px;
    pointer-events: auto
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: rgba(48, 40, 76, .64);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s
}

.popup.open {
    opacity: 1;
    visibility: visible
}

.popup-bonus {
    width: 100%;
    max-width: 406px;
    border-radius: 16px;
    background-color: #110e1b;
    padding: 0 24px 20px;
    overflow: hidden
}

.popup-bonus__head {
    position: relative;
    display: flex;
    background-image: url(../img/dev/top-bonus-decor.png), linear-gradient(90deg, #eb02e2 0, #2797ff 100%);
    background-repeat: no-repeat;
    background-size: 100px, auto;
    background-position: top -3px right 50px, top right;
    margin: 0 -24px 16px;
    padding: 24px
}

.popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    font-size: 0;
    border: 0;
    cursor: pointer
}

.popup-bonus__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #f7f7f7
}

.popup-bonus__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #f7f7f7;
    text-align: center
}

.popup-bonus__text--second {
    font-size: 20px;
    margin-top: 8px
}

.popup-bonus__promo-code {
    margin: 16px auto 24px
}

.popup-bonus__characteristic {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px
}

.popup-bonus__key {
    color: #b6bdcc
}

.popup-bonus__value {
    font-weight: 700;
    color: #f7f7f7
}

.popup-bonus__button {
    width: 100%;
    margin-top: 12px
}

.promo-code {
    display: flex;
    align-items: center;
    border: 1px dashed #f7f7f7;
    border-radius: 16px;
    background-color: #221c36;
    padding: 12px;
    max-width: 300px
}

.promo-code__label {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    color: #f7f7f7;
    white-space: nowrap;
    border-radius: 16px;
    background-color: rgba(68, 56, 108, .6);
    padding: 4px 12px;
    margin-right: 16px
}

.promo-code__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.promo-code__code {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #00eda6
}

.promo-code__copied {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #20d552;
    background-color: #221c36;
    background-image: url(../img/css-icons/icon-check.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 32px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s, visibility .3s
}

.promo-code__copied.active {
    opacity: 1;
    visibility: visible
}
#disclaimer {
 background-color: rgba(68, 56, 108, .6);
    border-radius: 16px;
    padding:10px
}
.faq {
    margin-top: 32px
}

.faq__title {
    margin-bottom: 24px;
    font-size: 24px
}

.faq__item {
    background-color: rgba(68, 56, 108, .6);
    border-radius: 16px;
    overflow: hidden
}

.faq__item:not(:last-of-type) {
    margin-bottom: 16px
}

.faq__question {
    padding: 12px 16px;
    color: #110e1b;
    background-color: #00eda6
}

.faq__answer {
    padding: 24px 16px
}

.faq__answer>ul:not([class]) {
    margin-top: 16px;
    margin-left: 0;
    padding: 0;
    list-style-type: none
}

.faq__answer>ul:not([class]):not(:last-child) {
    margin-bottom: 16px
}

.faq__answer>ul:not([class]) li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
    padding-left: 16px
}

.faq__answer>ul:not([class]) li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: var(--text-color);
    border-radius: 4px
}

.faq__answer>ul:not([class]) li:last-child {
    margin-bottom: 0
}

.faq__answer>ol:not([class]) {
    margin-top: 16px;
    margin-left: 20px;
    list-style: auto
}

.faq__answer>ol:not([class]) li {
    margin-bottom: 12px
}

.faq__answer>ol:not([class]):not(:last-child) {
    margin-bottom: 16px
}

.faq__answer p:not(:last-of-type) {
    margin-bottom: 8px
}

.footer-menu-wrapper.active svg {
    transform: rotate(180deg)
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.footer-menu__link {
    display: inline-block;
    text-decoration: unset;
    color: #b6bdcc
}

.footer-menu__toggle {
    border: 0;
    position: absolute;
    padding: 16px;
    right: 0;
    top: 0
}

.footer-menu__toggle svg {
    fill: #b6bdcc
}

.payments {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
}

.payments__item {
    height: 68px;
    padding: 10px 30px;
    border-radius: 16px;
    background-color: rgba(68, 56, 108, .6)
}

.payments__img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto
}

.pros-cons {
    margin-bottom: 32px
}

.pros-cons__item {
    background-color: rgba(68, 56, 108, .6);
    border-radius: 16px;
    overflow: hidden
}

.pros-cons__item:not(:last-child) {
    margin-bottom: 16px
}

.pros-cons__title {
    position: relative;
    color: #110e1b;
    padding: 16px 24px
}

.pros-cons__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f7f7f7;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%)
}

.pros-cons__title--pros {
    background-color: #20d552
}

.pros-cons__title--pros::after {
    background-image: url(../img/heart.svg)
}

.pros-cons__title--cons {
    background-color: #f65757
}

.pros-cons__title--cons::after {
    background-image: url(../img/heart-broken.svg)
}

.pros-cons__logo {
    max-height: 26px;
    margin-left: 16px
}

.pros-cons__list {
    padding: 24px
}

.pros-cons__list li {
    padding-left: 36px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: top 2px left
}

.pros-cons__list li:not(:last-child) {
    margin-bottom: 16px
}

.pros-cons__list--pros li {
    background-image: url(../img/advantage.svg)
}

.pros-cons__list--cons li {
    background-image: url(../img/disadvantage.svg)
}

.light {
    color: #f7f7f7
}

.align-center {
    text-align: center
}

.bold {
    font-weight: 700
}

.extra-bold {
    font-weight: 800
}

.letter-spacing {
    letter-spacing: .01em
}

.no_spacing {
    letter-spacing: unset
}

.uppercase {
    text-transform: uppercase
}

.flex {
    display: flex
}

.flex-inline {
    display: inline-flex
}

.space-between {
    justify-content: space-between
}

.items-center {
    align-items: center
}

.tile {
    background-color: #221c36;
    border-radius: 16px
}

.tile-footer {
    position: relative;
    padding: 16px;
    background-color: #221c36;
    border-radius: 16px
}

.default-bg {
    background-image: url(../img/default.svg);
    background-size: cover;
    background-position: center
}

.darkness {
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000 64px);
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000 64px)
}

.mt-s {
    margin-top: 24px
}

.mt-m {
    margin-top: 32px
}

.mb-s {
    margin-bottom: 8px
}

.mb-m {
    margin-bottom: 16px
}

.mb-l {
    margin-bottom: 24px
}

.mb-xl {
    margin-bottom: 32px
}

.mb-fix {
    margin-bottom: 16px
}

.m-auto {
    margin: auto
}

.mr-zero {
    margin-right: 0
}

.dot {
    position: relative
}

.dot:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #f65757;
    border-radius: 4px
}

.scrolling {
    overflow-x: auto
}

.height-s {
    max-height: 40px;
    margin-right: 35px
}

.height-m {
    max-height: 48px;
    margin-right: 24px
}

.height-l {
    max-height: 60px
}

.cards__list {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 17px;
    column-gap: 17px;
    row-gap: 16px
}

.cards__btn {
    width: 100%
}

.error-page {
    min-height: 50vh;
    padding: 68px 0 82px;
    gap: 32px
}

.error-page__img {
    margin: 0 auto 32px
}

.error-page__title {
    margin-bottom: 16px
}

.error-page__btn {
    max-width: 300px;
    margin-top: 24px
}

.footer__top {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.footer__email {
    margin-bottom: 24px
}

.footer__images {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.footer__middle {
    padding: 0 4px 24px;
    border-bottom: 1px solid rgba(68, 56, 108, .6)
}

.images-bottom__img {
    max-height: 48px
}

.images-middle__img:last-of-type {
    margin-right: 0
}

.images-bottom__img,
.images-middle__img {
    flex-shrink: 0;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__bottom {
    padding: 24px 0
}

.images-bottom {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 24px;
    gap: 8px 16px
}

.header {
    position: fixed;
    z-index: 60;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #30284c
}

.header__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px
}

.header__logo-link {
    text-decoration: unset
}

.header__logo-img {
    max-width: unset;
    object-fit: cover;
    border-radius: 8px;
}

.header__burger {
    width: 35px;
    height: 26px;
    margin-right: -4px;
    padding: 4px
}

.header__burger svg {
    fill: #c1b3db
}

.hidden,
.hidden-mob {
    display: none
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

@media screen and (min-width:768px) {
    .app {
        display: flex;
        -moz-column-gap: 32px;
        column-gap: 32px;
        margin-top: 48px;
        padding: 24px 55px 24px 24px;
        text-align: left
    }

    .app .group {
        width: 100%;
        margin-top: 10px
    }

    .app__img {
        margin: 0
    }

    .app__btn:first-of-type {
        margin-right: 14px
    }

    .aligncenter {
        float: none;
        margin: 0 auto
    }

    .alignright {
        float: right;
        margin: 0 0 32px 32px
    }

    .alignleft {
        float: left;
        margin: 0 32px 32px 0
    }

    .hero__container {
        background-position: 300px;
        background-size: contain
    }

    .pros-cons {
        display: flex;
        margin-bottom: 24px
    }

    .pros-cons__item {
        width: 50%
    }

    .pros-cons__item:not(:last-child) {
        margin-right: 16px;
        margin-bottom: 0
    }

    .pros-cons__list {
        padding: 32px 52px 32px 24px
    }

    .pros-cons__list li:not(:last-child) {
        margin-bottom: 24px
    }
}

@media screen and (min-width:1024px) {
    .header__burger {
        display: none
    }
    .menu {
        position: static;
        z-index: 2;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: unset;
        height: auto;
        margin: 0 0 0 32px;
        padding: 0;
        transform: unset
    }

    .menu__inner {
        display: contents
    }

    .menu__close,
    .menu__prev,
    .menu__text {
        display: none
    }

    .menu__list {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 24px;
        max-height: unset;
        overflow-y: unset
    }

    .menu__item--dropdown {
        position: relative
    }

    .menu__item--dropdown:focus>.menu__arrow::before,
    .menu__item--dropdown:hover>.menu__arrow::before {
        border-right: 2px solid #00eda6;
        border-bottom: 2px solid #00eda6
    }

    .menu__item--dropdown:focus>.menu__link,
    .menu__item--dropdown:hover>.menu__link {
        color: #00eda6
    }

    .menu__item--dropdown:focus>.menu__dropdown,
    .menu__item--dropdown:hover>.menu__dropdown {
        opacity: 1;
        visibility: visible
    }

    .menu__link {
        padding: 5px 0;
        transition: color .3s;
        cursor: pointer
    }

    .menu__link:focus,
    .menu__link:hover {
        color: #00eda6
    }

    .menu__arrow {
        transition: fill .3s
    }

    .menu__arrow:focus svg,
    .menu__arrow:hover svg {
        fill: #00eda6
    }

    .menu__arrow:not(.menu__arrow--depth) {
        position: relative;
        height: 100%;
        margin-left: 8px;
        padding: 0;
        transition: border .3s
    }

    .menu__arrow:not(.menu__arrow--depth)::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 2px;
        width: 9px;
        height: 9px;
        border-right: 2px solid #c1b3db;
        border-bottom: 2px solid #c1b3db;
        transform: rotate(40deg) skewX(-10deg)
    }

    .menu__arrow:not(.menu__arrow--depth) svg {
        display: none;
        padding: 0
    }

    .menu__arrow--depth {
        position: absolute;
        right: 24px;
        padding: 0;
        pointer-events: none
    }

    .menu__arrow--depth svg {
        width: 30px;
        height: 30px
    }

    .menu__dropdown {
        top: 47px;
        right: auto;
        left: -9px;
        width: 209px;
        height: auto;
        padding: 0;
        border-radius: 0 0 16px 16px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s;
        transform: none
    }

    .menu__dropdown::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 30px
    }

    .menu__dropdown .menu__dropdown {
        top: 0;
        left: 100%;
        border-radius: 0 16px 16px
    }

    .menu__dropdown .menu__dropdown::before {
        display: none
    }

    .submenu {
        padding: 10px 0 14px;
        overflow-y: auto;
        max-height: 80vh
    }

    .submenu .menu__item:not(:last-child) {
        margin-right: 0
    }

    .submenu .menu__item:last-child .menu__link {
        border-radius: 0 0 15px 15px
    }

    .submenu .menu__link {
        padding: 8px 20px;
        text-transform: unset
    }

    .submenu .submenu .menu__item:first-child .menu__link {
        border-radius: 0 15px 0 0
    }

    .menu__btns {
        margin: 0 0 0 17px
    }

    .menu__ref-btn {
        width: auto
    }

    .footer-menu {
        margin-top: 16px
    }

    .footer-menu__link {
        transition: color .3s
    }

    .footer-menu__link:focus,
    .footer-menu__link:hover {
        color: #f7f7f7
    }
}

@media screen and (min-width:1280px) {
    .hero__bg {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: top 0 right 10%;
        object-position: top 0 right 10%
    }

    .toc {
        margin: 32px 0 0;
        background-color: rgba(0, 0, 0, 0)
    }

    .toc__btn {
        justify-content: center;
        padding: 9px 16px;
        background-color: #30284c;
        border-radius: 26px;
        pointer-events: none
    }

    .toc__btn svg {
        display: none
    }

    .toc__list {
        display: flex;
        height: calc(100vh - 32px);
        padding: 24px 0;
        overflow-y: auto
    }

    .toc__link {
        transition: color .3s
    }

    .toc__link:focus,
    .toc__link:hover {
        color: #00eda6
    }

    .payments {
        grid-template-columns: repeat(5, 1fr);
        gap: 16px
    }

    .payments__item {
        height: 70px;
        padding: 11px 32px
    }
}

@media screen and (min-width:1312px) {
    .main {
        margin-bottom: 64px
    }

    .container {
        margin: auto
    }

    .container--small {
        width: 870px
    }

    .container--col-2 {
        position: relative;
        display: grid;
        grid-template-columns: 978px auto;
        -moz-column-gap: 34px;
        column-gap: 34px
    }

    .container--col-2 .toc {
        order: 2;
        position: sticky;
        top: 88px
    }

    .h1,
    h1 {
        font-size: 32px
    }

    .h2,
    h2 {
        font-size: 24px;
        scroll-margin-top: 80px;
    }

    .btn,
    .link,
    a,
    button {
        cursor: pointer
    }

    .link {
        transition: color .3s
    }

    .link:focus,
    .link:hover {
        color: #66f4ca
    }

    /*! scrollbar Firefox */
    .scrollbar {
        scrollbar-color: #a432b5 #110e1b
    }

    /*! scrollbar Other Browser */
    .scrollbar::-webkit-scrollbar-button {
        width: 6px;
        height: 0
    }

    .scrollbar::-webkit-scrollbar-track {
        background-color: #110e1b
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #a432b5;
        border-radius: 3px
    }

    .scrollbar::-webkit-scrollbar-thumb:hover {
        background-color: #cd3fe2
    }

    .scrollbar::-webkit-resizer {
        width: 6px;
        height: 0
    }

    .scrollbar::-webkit-scrollbar {
        width: 6px
    }

    .scrollbar--menu::-webkit-scrollbar-track {
        margin-bottom: 12px;
        background-color: #30284c
    }

    .btn {
        transition: background-color .3s, color .3s, fill .3s
    }

    .btn svg {
        transition: fill .3s
    }

    .btn:active .icon,
    .btn:hover .icon {
        fill: #208aea
    }

    .btn--primary:focus,
    .btn--primary:hover {
        background-color: #00d595
    }

    .btn--primary:active {
        background-color: #00a674
    }

    .btn--secondary:focus,
    .btn--secondary:hover {
        background-color: #574c7b
    }

    .btn--secondary:active {
        background-color: #362f4c
    }

    .btn--bordered:active,
    .btn--bordered:hover {
        background-color: rgba(88, 72, 139, .72)
    }

    .btn--bordered:active {
        background-color: #8b7cbb
    }

    .card {
        position: relative;
        width: 200px;
        height: 280px
    }

    .card:focus .card__img,
    .card:hover .card__img {
        transition: transform .5s;
        transform: scale3d(1.05, 1.05, 1.05)
    }

    .card:focus .card__back,
    .card:hover .card__back {
        opacity: 1;
        visibility: visible
    }

    .card__back {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        row-gap: 16px;
        width: 100%;
        height: 100%;
        padding: 16px;
        border-radius: var(--basic-border-radius);
        background: linear-gradient(0deg, rgba(28, 28, 28, .64), rgba(28, 28, 28, .64)), rgba(0, 0, 0, .4);
        opacity: 0;
        visibility: hidden;
        transition: visibility, opacity .3s
    }

    .card__img {
        width: 100%;
        height: 100%
    }

    .card__label img {
        width: 32px
    }

    .content>strong {
        font-size: 18px;
        line-height: 28px
    }

    .content a:not([class]):focus,
    .content a:not([class]):hover {
        color: #66f4ca
    }

    .content--light {
        padding: 32px 48px 48px;
        border-radius: 16px
    }

    .content>p:not([class]):not(:last-child) {
        margin-bottom: 24px
    }

    .content>h2:not(:first-child),
    .content>h3:not(:first-child) {
        margin-top: 32px
    }

    .content>h1,
    .content>h2,
    .content>h3 {
        margin-bottom: 24px
    }

    .content>ul:not([class]) {
        margin-top: 24px;
        margin-left: 48px
    }

    .content>ul:not([class]):not(:last-child) {
        margin-bottom: 24px
    }

    .content>ul:not([class]) li:not(:last-child) {
        margin-bottom: 8px
    }

    .content>ol:not([class]) {
        margin-top: 24px;
        margin-left: 72px
    }

    .content>ol:not([class]):not(:last-child) {
        margin-bottom: 24px
    }

    .content>ol:not([class]) li {
        min-height: 48px
    }

    .content>ol:not([class]) li:before {
        left: -72px;
        width: 48px;
        height: 48px;
        font-size: 18px;
        border-radius: 24px
    }

    .content>table,
    .content .table-wrapper>table,
    .wp-block-table table {
        width: 100%
    }

    .content>table:not(:last-child),
    .content .table-wrapper>table:not(:last-child),
    .wp-block-table table:not(:last-child) {
        margin-bottom: 32px;
        border: 0;
    }

    .content>table tbody,
    .content .table-wrapper>table tbody,
    .wp-block-table table tbody {
        display: block
    }

    .content>table tr,
    .content .table-wrapper>table tr,
    .wp-block-table table tr {
        display: grid;
        justify-items: start;
        align-items: start;
        min-height: 46px;
        padding: 6px 20px;
        grid-template-columns: repeat(auto-fit, minmax(1px, 1fr))
    }

    .wp-block-table.is-style-stripes tr {
        align-items: center;
        flex-direction: row;
        justify-content: flex-start
    }

    .content blockquote {
        margin-bottom: 32px;
        padding: 24px 48px 24px 32px;
        font-size: 18px;
        line-height: 28px
    }

    .content blockquote p {
        padding-left: 80px
    }

    .content blockquote:before {
        top: calc(50% - 12px);
        left: 32px
    }

    .hero__container {
        background-position: right
    }

    .hero__tag {
        margin-bottom: 8px
    }

    .hero__container p,
    .hero__title {
        max-width: 660px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .hero__title {
        margin-bottom: 0;
        line-height: 48px
    }

    .hero__container p {
        line-height: 36px;
        font-size: 24px;
    }

    .hero__btn {
        margin-top: 0
    }

    .icon-platforms {
        width: 24px;
        height: 24px
    }

    .info-wrapper {
        margin-top: 24px
    }

    .info {
        min-height: 96px;
        padding: 16px
    }

    .menu__arrow svg {
        width: 28px;
        height: 28px
    }

    .menu__list {
        gap: 12px 48px
    }

    .menu__arrow--depth {
        right: 12px
    }

    .menu__item--dropdown>.menu__link {
        cursor: default
    }

    .promo-head {
        margin-bottom: 20px
    }

    .promo {
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .promo__item {
        flex-direction: row;
        gap: 24px;
        width: 648px;
        min-height: 272px;
        padding: 24px
    }

    .promo__item-img {
        flex-shrink: 0;
        width: 292px
    }

    .promo__item-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .promo__item-subtitle {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .promo__item-group {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: self-start;
        justify-content: space-between
    }

    promo__item-timer {
        margin-bottom: 32px
    }

    .promo__item-btn {
        width: auto;
        min-width: 81px;
        margin-top: 32px
    }

    .social-heading {
        width: auto;
        margin-right: 24px;
        margin-bottom: 0
    }

    .social__link {
        transition: background-color .3s
    }

    .social__link:focus,
    .social__link:hover {
        background-color: #fff
    }

    .tag {
        font-size: 14px;
        line-height: 24px
    }

    .top-bonuses {
        top: 80px;
        right: calc(50% - 658px);
        left: unset;
        bottom: unset;
        flex-direction: column
    }

    .popup-bonus__head {
        margin-bottom: 20px
    }

    .popup-bonus__text {
        font-size: 32px;
        line-height: 40px
    }

    .popup-bonus__text--second {
        font-size: 24px;
        line-height: 32px;
        margin-top: 6px
    }

    .popup-bonus__promo-code {
        margin: 12px auto 36px
    }

    .faq {
        margin-top: 24px
    }

    .faq__title {
        margin-bottom: 16px
    }

    .faq__item:not(:last-of-type) {
        margin-bottom: 24px
    }

    .faq__question {
        padding: 16px 32px;
        line-height: 20px
    }

    .faq__answer {
        padding: 24px 32px
    }

    .mt-s {
        margin-top: 32px
    }

    .mt-m {
        margin-top: 48px
    }

    .mb-s {
        margin-bottom: 16px
    }

    .mb-m {
        margin-bottom: 24px
    }

    .mb-l {
        margin-bottom: 32px
    }

    .mb-xl {
        margin-bottom: 48px
    }

    .mr-zero {
        margin-right: auto
    }

    .cards__list {
        grid-template-columns: repeat(6, auto);
        grid-template-rows: unset;
        justify-content: space-between
    }

    .cards__btn {
        width: auto
    }

    .error-page {
        padding-top: 100px;
        padding-bottom: 150px
    }

    .error-page__img {
        margin-bottom: 50px
    }

    .error-page__title {
        margin-bottom: 18px
    }

    .error-page__btn {
        margin-top: 36px
    }

    .footer__top-wrapper {
        padding: 16px 0;
        background-color: #221c36
    }

    .footer__top {
        flex-direction: row;
        gap: 24px
    }

    .footer__top-item {
        width: 312px
    }

    .footer__middle {
        padding: 0 0 32px
    }

    .footer__images {
        justify-content: center
    }

    .images-middle {
        flex-wrap: wrap;
        row-gap: 24px;
        overflow-x: unset
    }

    

    .hidden-mob {
        display: block
    }
}

.swiffy-slider {
    position: relative;
    display: block;
    width: 100%;
    --swiffy-slider-snap-align: center;
    --swiffy-slider-item-width: 100%;
    --swiffy-slider-item-gap: 1rem;
    --swiffy-slider-item-reveal: 0rem;
    --swiffy-slider-item-ratio: 2/1;
    --swiffy-slider-item-count: 1;
    --swiffy-slider-nav-light: #fff;
    --swiffy-slider-nav-dark: #333;
    --swiffy-slider-nav-zoom: 1;
    --swiffy-slider-track-opacity: 0.1;
    --swiffy-slider-track-height: 0;
    --swiffy-slider-nav-outside-size: 3.5rem;
    --swiffy-slider-indicator-outside-size: 1.5rem;
    --swiffy-slider-animation-duration: .75s;
    --swiffy-slider-animation-delay: 0s;
    --swiffy-slider-animation-timing: ease-in-out
}

.swiffy-slider,
.swiffy-slider::after,
.swiffy-slider::before {
    box-sizing: border-box
}

.swiffy-slider ::-webkit-scrollbar {
    height: var(--swiffy-slider-track-height)
}

.swiffy-slider ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, var(--swiffy-slider-track-opacity))
}

.swiffy-slider ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .4);
    border-radius: 1rem
}

.swiffy-slider ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .6)
}

.slider-container {
    --swiffy-slider-item-gap-totalwidth: calc(var(--swiffy-slider-item-gap) * (var(--swiffy-slider-item-count) - 1));
    --swiffy-slider-item-width: calc((100% - var(--swiffy-slider-item-reveal) - var(--swiffy-slider-item-gap-totalwidth)) / var(--swiffy-slider-item-count));
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    display: grid;
    align-items: center;
    height: 100%;
    grid: auto/auto-flow -webkit-max-content;
    grid: auto/auto-flow max-content;
    grid-auto-rows: 100%;
    grid-auto-columns: var(--swiffy-slider-item-width);
    grid-auto-flow: column;
    grid-gap: var(--swiffy-slider-item-gap);
    list-style: none;
    margin: 0;
    padding: 0;
    scrollbar-width: none;
    scrollbar-color: rgba(0, 0, 0, .4) rgba(0, 0, 0, var(--swiffy-slider-track-opacity));
    background-clip: padding-box
}

.slider-container>* {
    scroll-snap-align: var(--swiffy-slider-snap-align);
    position: relative;
    width: 100%;
    height: 100%
}

.slider-item-helper .slider-container>* {
    background-size: cover;
    background-color: #e1e1e1;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.slider-item-helper:not(.slider-item-ratio) .slider-container>* {
    min-height: 20rem
}

.slider-item-ratio .slider-container>*>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider-item-ratio-contain .slider-container>*>* {
    -o-object-fit: contain;
    object-fit: contain
}

.slider-item-ratio .slider-container>::after {
    display: block;
    padding-top: calc(100% / (var(--swiffy-slider-item-ratio)));
    content: ""
}

.slider-item-ratio-32x9 {
    --swiffy-slider-item-ratio: 32/9
}

.slider-item-ratio-21x9 {
    --swiffy-slider-item-ratio: 21/9
}

.slider-item-ratio-16x9 {
    --swiffy-slider-item-ratio: 16/9
}

.slider-item-ratio-4x3 {
    --swiffy-slider-item-ratio: 4/3
}

.slider-item-ratio-2x1 {
    --swiffy-slider-item-ratio: 2/1
}

.slider-item-ratio-1x1 {
    --swiffy-slider-item-ratio: 1/1
}

.slider-item-ratio-3x4 {
    --swiffy-slider-item-ratio: 3/4
}

.slider-nav-scrollbar {
    --swiffy-slider-track-height: 0.5rem
}

.slider-nav-scrollbar .slider-container {
    scrollbar-width: thin
}

.slider-nav-nodelay .slider-container {
    scroll-behavior: auto
}

.slider-indicators {
    position: absolute;
    right: 2rem;
    bottom: 0;
    left: 2rem;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none
}

.slider-nav-scrollbar .slider-indicators {
    margin-bottom: calc(1rem + var(--swiffy-slider-track-height))
}

.slider-indicators>.active {
    opacity: 1
}

.swiffy-slider.slider-indicators-outside .slider-nav {
    margin-bottom: var(--swiffy-slider-indicator-outside-size)
}

.swiffy-slider.slider-indicators-outside {
    padding-bottom: var(--swiffy-slider-indicator-outside-size)
}

.swiffy-slider.slider-indicators-outside .slider-indicators,
.swiffy-slider.slider-indicators-outside.slider-indicators {
    margin-bottom: 0
}

.slider-indicators>* {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 2rem;
    height: .2rem;
    padding: 0;
    border: .4rem solid transparent;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .4s ease
}

.slider-indicators-square .slider-indicators>*,
.slider-indicators-square.slider-indicators>* {
    width: .5rem;
    height: .5rem;
    border: .4rem solid transparent
}

.slider-indicators-round .slider-indicators>*,
.slider-indicators-round.slider-indicators>* {
    width: .5rem;
    height: .5rem;
    border: .4rem solid transparent;
    border-radius: 50%
}

.slider-indicators-highlight .slider-indicators>.active,
.slider-indicators-highlight.slider-indicators>.active {
    border: .33rem solid transparent;
    padding: .07rem
}

.slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    visibility: hidden;
    opacity: .8;
    transition: visibility .1s, opacity .2s linear;
    margin-bottom: var(--swiffy-slider-track-height);
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    -webkit-filter: drop-shadow(0 0 .5rem rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 .5rem rgba(0, 0, 0, .5));
    transform: scale(var(--swiffy-slider-nav-zoom))
}

.slider-nav::before {
    position: absolute;
    content: "";
    padding: .5rem;
    width: 3rem;
    height: 3rem
}

.slider-nav::after {
    content: "";
    -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'></path></svg>");
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--swiffy-slider-nav-light);
    background-origin: content-box;
    width: 3rem;
    height: 3rem
}

.slider-nav-arrow .slider-nav::after {
    -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'></path></svg>");
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'></path></svg>")
}

.slider-nav-chevron .slider-nav::after {
    -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z'></path></svg>");
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z'></path></svg>")
}

.slider-nav-caret .slider-nav::after {
    -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='M10 12.796V3.204L4.519 8 10 12.796zm-.659.753-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753z'></path></svg>");
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='M10 12.796V3.204L4.519 8 10 12.796zm-.659.753-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753z'></path></svg>")
}

.slider-nav-caretfill .slider-nav::after {
    -webkit-mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z'></path></svg>");
    mask: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'><path d='m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z'></path></svg>")
}

.swiffy-slider:hover .slider-nav {
    visibility: visible
}

.swiffy-slider.slider-nav-autohide.slider-item-first-visible .slider-nav:not(.slider-nav-next) {
    visibility: hidden
}

.swiffy-slider.slider-nav-autohide.slider-item-last-visible .slider-nav.slider-nav-next {
    visibility: hidden
}

.slider-nav-outside .slider-container {
    margin: 0 var(--swiffy-slider-nav-outside-size)
}

.slider-nav-outside .slider-nav {
    padding: 0
}

.swiffy-slider .slider-nav:hover {
    opacity: 1
}

.slider-nav-square .slider-nav {
    padding: 0
}

.slider-nav-round .slider-nav::before,
.slider-nav-square .slider-nav::before {
    background-color: var(--swiffy-slider-nav-light)
}

.slider-nav-round .slider-nav::after,
.slider-nav-square .slider-nav::after {
    background-color: var(--swiffy-slider-nav-dark);
    width: 2rem;
    height: 2rem;
    margin: .5rem
}

.slider-nav-round .slider-nav::before {
    border-radius: 50%
}

.slider-nav-round .slider-nav::after {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'%3E%3C/path%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'%3E%3C/path%3E%3C/svg%3E")
}

.slider-nav-dark .slider-nav::after {
    background-color: var(--swiffy-slider-nav-dark)
}

.slider-nav-dark.slider-nav-round .slider-nav::before,
.slider-nav-dark.slider-nav-square .slider-nav::before {
    background-color: var(--swiffy-slider-nav-dark)
}

.slider-nav-dark.slider-nav-round .slider-nav::after,
.slider-nav-dark.slider-nav-square .slider-nav::after {
    background-color: var(--swiffy-slider-nav-light)
}

.slider-nav-sm {
    --swiffy-slider-nav-zoom: .75;
    --swiffy-slider-nav-outside-size: 2.5rem
}

.slider-nav.slider-nav-next::after {
    transform: rotate(180deg)
}

.slider-nav.slider-nav-next {
    right: 0;
    left: unset
}

.slider-nav-visible .slider-nav {
    visibility: visible
}

.slider-nav-dark .slider-nav {
    opacity: .6
}

.slider-indicators-dark .slider-indicators>*,
.slider-indicators-dark.slider-indicators>* {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.slider-item-snapstart {
    --swiffy-slider-snap-align: start
}

.slider-item-nosnap {
    --swiffy-slider-snap-align: unset
}

.slider-item-nogap {
    --swiffy-slider-item-gap: 0rem
}

.slider-item-reveal {
    --swiffy-slider-item-reveal: 8rem
}

.slider-item-snapstart.slider-item-reveal {
    --swiffy-slider-item-reveal: 4rem
}

.slider-item-show2 {
    --swiffy-slider-item-count: 2
}

.slider-item-show3 {
    --swiffy-slider-item-count: 3
}

.slider-item-show4 {
    --swiffy-slider-item-count: 4
}

.slider-item-show5 {
    --swiffy-slider-item-count: 5
}

.slider-item-show6 {
    --swiffy-slider-item-count: 6
}

.slider-nav-mousedrag .slider-container {
    cursor: -webkit-grab;
    cursor: grab
}

.slider-nav-mousedrag.dragging .slider-container {
    -ms-scroll-snap-type: unset;
    scroll-snap-type: unset;
    scroll-behavior: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slider-nav-mousedrag.dragging .slider-nav {
    visibility: hidden
}

@media (hover:hover) {
    .slider-nav-mousedrag .slider-container::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%
    }
}

@media (prefers-reduced-motion:no-preference) {
    .slider-nav-animation.slider-nav-animation-fast {
        --swiffy-slider-animation-duration: .25s
    }

    .slider-nav-animation.slider-nav-animation-slow {
        --swiffy-slider-animation-duration: 1.25s
    }

    .slider-nav-animation .slider-container>*>* {
        transition: opacity var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing), transform var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing);
        transition-delay: var(--swiffy-slider-animation-delay)
    }

    .slider-nav-animation .slider-container .slide-visible>* {
        transition: opacity var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing), transform var(--swiffy-slider-animation-duration) var(--swiffy-slider-animation-timing);
        transition-delay: var(--swiffy-slider-animation-delay)
    }

    .slider-nav-animation.slider-nav-animation-fadein .slider-container>*>* {
        opacity: .5
    }

    .slider-nav-animation.slider-nav-animation-scale .slider-container>*>* {
        transform: scale(.9)
    }

    .slider-nav-animation.slider-nav-animation-appear .slider-container>*>* {
        opacity: .3;
        transform: scale(.9)
    }

    .slider-nav-animation.slider-nav-animation-scaleup .slider-container>*>* {
        transform: scale(.25)
    }

    .slider-nav-animation.slider-nav-animation-zoomout .slider-container>* {
        overflow: hidden
    }

    .slider-nav-animation.slider-nav-animation-zoomout .slider-container>*>* {
        transform: scale(1.3)
    }

    .slider-nav-animation.slider-nav-animation-turn .slider-container>*>* {
        transform: rotateY(70deg)
    }

    .slider-nav-animation.slider-nav-animation-slideup .slider-container>*>* {
        transform: translateY(60%) scale(.99)
    }

    .slider-nav-animation.slider-nav-animation-slideup .slider-container {
        overflow-y: hidden
    }

    .slider-nav-animation .slider-container>.slide-visible>* {
        opacity: 1;
        transform: none
    }
}

@media (min-width:62rem) {

    .slider-item-show2:not(.slider-item-snapstart) .slider-container>*,
    .slider-item-show4:not(.slider-item-snapstart) .slider-container>*,
    .slider-item-show6:not(.slider-item-snapstart) .slider-container>* {
        scroll-snap-align: unset
    }

    .slider-item-show2:not(.slider-item-snapstart) .slider-container>::before,
    .slider-item-show4:not(.slider-item-snapstart) .slider-container>::before,
    .slider-item-show6:not(.slider-item-snapstart) .slider-container>::before {
        content: " ";
        display: block;
        position: absolute;
        left: calc((var(--swiffy-slider-item-gap)/2)*-1);
        top: 0;
        width: 1px;
        height: 1px;
        scroll-snap-align: var(--swiffy-slider-snap-align)
    }

    .slider-nav-outside-expand .slider-nav {
        margin-left: -4rem
    }

    .slider-nav-outside-expand .slider-nav.slider-nav-next {
        margin-right: -4rem
    }

    .slider-nav-sm.slider-nav-outside-expand .slider-nav {
        margin-left: -3.5rem
    }

    .slider-nav-sm.slider-nav-outside-expand .slider-nav.slider-nav-next {
        margin-right: -3.5rem
    }

    .slider-indicators-sm.slider-indicators {
        display: none
    }
}

@media (max-width:62rem) {
    .swiffy-slider {
        --swiffy-slider-track-height: 0rem;
        --swiffy-slider-item-reveal: 0rem;
        --swiffy-slider-item-count: 1;
        --swiffy-slider-nav-zoom: .875
    }

    .swiffy-slider .slider-item-show2-sm {
        --swiffy-slider-item-count: 2
    }

    .slider-item-reveal {
        --swiffy-slider-item-reveal: 4rem
    }

    .slider-item-snapstart.slider-item-reveal {
        --swiffy-slider-item-reveal: 2rem
    }

    .slider-item-show6 .slider-container {
        grid-auto-columns: calc(25% - (var(--swiffy-slider-item-gap)/ 4*3))
    }

    .slider-item-show6.slider-item-reveal .slider-container {
        grid-auto-columns: calc(25% - (var(--swiffy-slider-item-gap)/ 4*3) - .5rem)
    }

    .slider-item-show6.slider-item-reveal .slider-container>* {
        scroll-snap-align: unset
    }

    .slider-item-show6.slider-item-reveal .slider-container>::before {
        content: " ";
        display: block;
        position: absolute;
        left: calc((var(--swiffy-slider-item-gap)/2)*-1);
        top: 0;
        width: 1px;
        height: 1px;
        scroll-snap-align: center
    }

    .slider-nav::after,
    .slider-nav::before {
        width: 2rem;
        height: 2rem;
        padding: .3rem
    }

    .slider-nav-round .slider-nav::after,
    .slider-nav-square .slider-nav::after {
        width: 1.75rem;
        height: 1.75rem;
        margin: .125rem
    }

    .slider-nav-outside .slider-container,
    .slider-nav-outside-expand .slider-container {
        margin: 0 2rem
    }

    .slider-nav-outside-expand .slider-container {
        margin: 0 var(--swiffy-slider-nav-outside-size)
    }

    .slider-nav-outside-expand .slider-nav {
        padding: 0
    }

    .slider-indicators-round .slider-indicators>*,
    .slider-indicators-round.slider-indicators>*,
    .slider-indicators-square .slider-indicators>*,
    .slider-indicators-square.slider-indicators>* {
        width: .3rem;
        height: .3rem
    }

    .slider-indicators {
        margin-bottom: .5rem;
        display: none
    }

    .slider-nav-scrollbar .slider-indicators {
        margin-bottom: 0
    }

    .slider-indicators>* {
        width: 1rem;
        height: .125rem;
        border-width: .25rem
    }

    .slider-indicators-sm .slider-indicators,
    .slider-indicators-sm.slider-indicators {
        display: flex
    }
}

@media (max-width:48rem) {
    .slider-item-show6 .slider-container {
        grid-auto-columns: calc(50% - (var(--swiffy-slider-item-gap)/ 2))
    }

    .slider-item-show6.slider-item-reveal .slider-container {
        grid-auto-columns: calc(50% - (var(--swiffy-slider-item-gap)/ 2) - 1.5rem)
    }
}

@media (hover:none) {
    .swiffy-slider.slider-nav-touch .slider-nav {
        visibility: visible
    }

    .swiffy-slider:not(.slider-nav-touch).slider-nav-outside .slider-container,
    .swiffy-slider:not(.slider-nav-touch).slider-nav-outside-expand .slider-container {
        margin: 0 0
    }

    .slider-item-nosnap-touch {
        --swiffy-slider-snap-align: unset
    }
}

/*# sourceMappingURL=swiffy-slider.min.css.map */


/*# sourceMappingURL=../sourcemaps/style.min.css.map */
.slider-container {
    display: grid;
    grid-auto-flow: column;
}

.slider-indicators {
    margin-bottom: 0;
}

.slider-indicators-round .slider-indicators>button {
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
}

.slider-indicators>button {
    background-color: #fcfcfc;
    opacity: 1;
}

.slider-indicators .active {
    background-color: #00eda6;
}


@media screen and (min-width: 1280px) {
    .slider-nav {
        justify-content: center;
    }

    .slider-nav::after {
        position: relative;
        z-index: 1;
        width: 24px;
        height: 24px;
        background-color: unset;
        background-image: url('../img/icon-arrow.svg');
        background-position: 2px center;
        mask: unset;
        -webkit-mask: unset;
    }

    .slider-nav::before {
        left: 0;
        width: 46px;
        height: 46px;
        background-color: #4c426b;
        border-radius: 50%;
    }

    .slider-nav.slider-nav-next::before {
        right: 0;
        left: unset;
    }

    .slider-nav:hover::before {
        background-color: #574c7b;
    }

    .slider-nav:active::before {
        background-color: #362f4c;
    }
}


.footer__images.images-middle{
    overflow: auto;
}

.table-wrapper>table tr {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.table-wrapper>table td,
.table-wrapper>table th {
    flex: 1 1 0;
    min-width: 0;
    border: 1px solid rgba(193, 179, 219, 0.3);
    padding: 8px 12px;
}
