html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 20px auto;
      }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    color: inherit;
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: '';
    content: none
}

q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select,
input,
textarea,
button {
    outline: none;
    font: inherit
}

@media (min-width: 769px) {
    @font-face {
        font-family: 'Roboto';
        src: url('/template/fonts/RobotoRegular.eot');
        src: url('/template/fonts/RobotoRegular.eot') format('embedded-opentype'), url('/template/fonts/RobotoRegular.woff2') format('woff2'), url('/template/fonts/RobotoRegular.woff') format('woff'), url('/template/fonts/RobotoRegular.ttf') format('truetype'), url('/template/fonts/RobotoRegular.svg#RobotoRegular') format('svg');
        font-weight: 400;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: 'Roboto';
        src: url('/template/fonts/RobotoMedium.eot');
        src: url('/template/fonts/RobotoMedium.eot') format('embedded-opentype'), url('/template/fonts/RobotoMedium.woff2') format('woff2'), url('/template/fonts/RobotoMedium.woff') format('woff'), url('/template/fonts/RobotoMedium.ttf') format('truetype'), url('/template/fonts/RobotoMedium.svg#RobotoMedium') format('svg');
        font-weight: 500;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: 'Roboto';
        src: url('/template/fonts/RobotoBold.eot');
        src: url('/template/fonts/RobotoBold.eot') format('embedded-opentype'), url('/template/fonts/RobotoBold.woff2') format('woff2'), url('/template/fonts/RobotoBold.woff') format('woff'), url('/template/fonts/RobotoBold.ttf') format('truetype'), url('/template/fonts/RobotoBold.svg#RobotoBold') format('svg');
        font-weight: 700;
        font-style: normal;
        font-display: swap
    }
}

.ui-icon-svg {
    height: 40px;
    width: 40px;
    min-width: 40px;
    color: #80858f
}

.ui-icon-svg.min {
    height: 24px;
    width: 24px
}

.ui-icon-svg.current {
    color: #ff2400
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

iframe {
    max-width: 100%
}

#gtx-trans {
    display: none
}

body {
    font-family: 'Roboto', sans-serif;
    color: #000;
    background-color: #f5f5f5;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    margin: 0;
    padding-top: 160px
}

@media (max-width: 991px) {
    body {
        padding-top: 90px
    }
}

body a {
    color: #fa5600
}

body.menu-opened {
    overflow-y: hidden !important;
    background: rgba(0, 0, 0, .8)
}

body.menu-opened:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 10
}

.ref-holder {
    display: flex;
    justify-content: center;
    margin: 30px 0
}

.ref-holder .button {
    min-width: 160px
}

.button {
    cursor: pointer;
    font-size: 14px;
    display: flex;
    transition: 0.2s ease;
    border: 1px solid transparent;
    background-color: #054588;
    padding: 10px 18px;
    min-width: 52px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px
}

.button.button__purple {
    background-color: #8755f2;
    background: linear-gradient(180deg, #7331ff, #8755f2);
    box-shadow: 0 3px 51px rgba(115, 49, 255, .4)
}

.button.button__purple:hover {
    background: linear-gradient(180deg, #8755f2, #8755f2)
}

.button__orange {
    background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
    box-shadow: 0 10px 30px rgba(250, 65, 0, .4)
}

.button__orange:hover {
    background-image: linear-gradient(0deg, #fa5e00 0, #fa7c00)
}

.button__green {
    background: #21e166;
    border: 1px solid #21e166;
    color: #fff
}

.button__green:hover {
    background: #4dd486;
    color: #fff
}

.button__white {
    background: #fff;
    border: 2px solid transparent;
    color: #f8981d;
    padding: 5px 20px
}

.button__white:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff
}

.button__yellow {
    background: #f9b242;
    color: #000;
    font-weight: 700
}

.button__red {
    background: #ff2400;
    color: #fff
}

.button__red:hover {
    background: linear-gradient(0deg, rgba(49, 51, 52, .15), rgba(49, 51, 52, .15)), #ff2400
}

.button__black {
    background: #000;
    border: 1px solid #999;
    color: #999
}

.button__black:hover {
    background: rgba(153, 153, 153, .15)
}

.button__transparent {
    background: transparent;
    color: #fff;
    border-color: #ff2400
}

.button__transparent:hover {
    background: #ff2400
}

.button__grey {
    background: transparent;
    color: #80858f;
    border: 1px solid #80858f
}

.button__grey:hover {
    background: #80858f;
    color: #fff
}

.button--special {
    position: relative;
    padding-right: 58px
}

.button--special img {
    position: absolute;
    right: -5px;
    bottom: 0
}

.button--icon {
    box-shadow: 0 11px 27px rgba(66, 140, 220, .6)
}

.button--icon svg {
    width: 20px;
    fill: #fff;
    margin-right: 10px
}

.button--download a {
    color: #fff;
    text-decoration: none
}

.button__icon {
    width: 20px;
    fill: #4597ef;
    margin-left: 10px
}

.button__icon:hover {
    fill: #fff
}

@media (max-width: 499px) {
    .button {
        padding: 5px 10px;
        font-size: 12px
    }
}

.container {
    padding: 0 15px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.container--full {
    max-width: 100%
}

.container__block {
    background: linear-gradient(180deg, rgba(64, 60, 55, .3), rgba(64, 60, 55, 0));
    border-radius: 15px;
    padding: 15px
}

.content-holder {
    width: 100%;
    padding: 15px;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    padding-bottom: 0
}

.content {
    width: calc(100% - 240px)
}

@media (max-width: 1279px) {
    .content {
        width: 100%
    }
}

.container-fullwidth {
    overflow: hidden
}

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

h1 {
    color: #fff
}

.header {
    background-color: #000;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    right: 0
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width: 991px) {
    .header__top {
        display: none
    }
}

.header__special {
    display: flex;
    gap: 10px
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .07);
    height: 60px
}

@media (max-width: 991px) {
    .header__wrapper {
        padding: 0
    }
}

.header__menu {
    display: flex;
    gap: 15px;
    border-radius: 20px;
    width: 100%;
    margin-left: 20px;
    justify-content: space-around;
    padding: 0 10px
}

@media (max-width: 991px) {
    .header__menu {
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        position: absolute;
        z-index: 1000;
        right: 0;
        width: 300px;
        top: 62px;
        border-radius: 0;
        height: calc(100vh - 56px);
        background: #000
    }

    .header__menu.opened {
        display: flex
    }
}

.header__menu__item {
    display: flex;
    align-items: center;
    color: #999;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.15;
    padding: 10px 0;
    text-decoration: none;
    border: none;
    gap: 10px;
    text-transform: uppercase
}

@media (max-width: 1199px) {
    .header__menu__item {
        font-size: 14px
    }
}

.header__menu__item:hover {
    color: #000
}

.header__menu__item img {
    width: 24px
}

@media (max-width: 991px) {
    .header__menu__item {
        color: #21e166
    }

    .header__menu__item:hover {
        color: #fff
    }
}

.header__menu svg {
    width: 17px;
    margin-right: 4px;
    fill: #fff
}

.header__left {
    display: flex;
    gap: 15px
}

.header__buttons {
    display: flex;
    align-items: center;
    gap: 15px
}

.header__buttons img {
    width: 34px;
    cursor: pointer
}

.header__logo img {
    width: 236px
}

@media (max-width: 991px) {
    .header__logo img {
        width: 42px
    }
}

.header__logo--mobile {
    display: none
}

@media (max-width: 991px) {
    .header__logo--mobile {
        display: block
    }
}

@media (max-width: 991px) {
    .header__logo--desctop {
        display: none
    }
}

.header__mobile {
    display: none
}

@media (max-width: 991px) {
    .header__mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        gap: 15px;
        background: #000;
        width: 100%
    }

    .header__mobile--left {
        display: flex;
        align-items: center
    }

    .header__mobile--left .header__menu__item.current {
        border: 1px solid #f9b242
    }
}

.dropdown-menu {
    position: absolute;
    display: none;
    left: 0;
    top: 66px;
    background: #fff;
    z-index: 10;
    padding-left: 0;
    padding: 20px;
    list-style: none;
    min-width: 135px
}

.dropdown-menu__item {
    color: #000;
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 5px 0
}

.dropdown-menu li:last-child .dropdown-menu__item {
    border: none
}

@media (max-width: 991px) {
    .dropdown-menu {
        position: relative;
        display: block;
        left: unset;
        top: unset;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }
}

.mob-nav-btn {
    flex: 0 0 30px;
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    text-indent: -9999px;
    overflow: hidden
}

@media (max-width: 991px) {
    .mob-nav-btn {
        display: flex
    }
}

.mob-nav-btn.opened span:nth-child(1) {
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg)
}

.mob-nav-btn.opened span:nth-child(2) {
    opacity: 0
}

.mob-nav-btn.opened span:nth-child(3) {
    top: 50%;
    margin-top: -2px;
    transform: rotate(-45deg)
}

.mob-nav-btn span {
    display: block;
    height: 2px;
    border-radius: 0px;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    transition: all 300ms ease
}

.mob-nav-btn span:nth-child(1) {
    top: 5px
}

.mob-nav-btn span:nth-child(2) {
    top: 14px
}

.mob-nav-btn span:nth-child(3) {
    top: 23px
}

.footer-menu {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #25243e
}

.footer-menu__item {
    text-decoration: none;
    line-height: 43px;
    position: relative;
    font-size: 12px;
    color: #7e8c8d;
    border-bottom: 2px solid transparent
}

.footer__vertical-menu .footer-menu__item {
    border-bottom: none
}

.footer__vertical-menu .footer-menu__item:hover {
    border-bottom: none
}

.footer-menu__item:hover {
    border-bottom: 2px solid #8755f2;
    color: #8755f2
}

.footer-menu__item--first {
    color: #fff;
    font-weight: 600
}

.footer {
    background: #000;
    padding-top: 15px;
    font-size: 12px;
    color: #7e8c8d;
    font-weight: 500;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.footer__logo {
    width: 266px;
    margin-top: 15px;
    margin-left: 15px
}

@media (max-widtth: 768px) {
    .footer__logo {
        width: 150px
    }
}

.footer__center {
    background: #2c2925
}

.footer__center .container {
    display: flex;
    justify-content: space-between
}

@media (max-width: 991px) {
    .footer__center .container {
        flex-direction: column;
        align-items: center
    }
}

.footer__developers {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 25px;
    justify-content: space-around
}

.footer__developers img {
    max-width: 115px;
    filter: grayscale(1);
    transition: 0.3s
}

.footer__developers img:hover {
    filter: unset
}

.footer__separator {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(30, 35, 46, 0) 0%, rgba(128, 133, 143, .252417) 27.6%, rgba(128, 133, 143, .5) 52.62%, rgba(128, 133, 143, .291283) 74.48%, rgba(13, 16, 22, 0) 100%)
}

.footer__top {
    display: flex
}

.footer__top img {
    margin-bottom: 15px
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0
}

.footer__bottom--left {
    width: 177px;
    flex-shrink: 0
}

@media (max-width: 991px) {
    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px
    }
}

.footer__middle {
    display: flex;
    justify-content: space-between;
    margin: 15px
}

.footer__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap
}

.footer__icons img {
    height: 30px
}

.footer__licenses {
    display: flex;
    align-items: center;
    gap: 15px
}

.footer__licenses img {
    max-height: 26px
}

@media (max-width: 991px) {
    .footer__licenses {
        flex-wrap: wrap
    }
}

.footer__copirights {
    font-size: 12px;
    color: #000;
    line-height: 1.7
}

@media (max-width: 991px) {
    .footer__top.footer-menu {
        align-items: center;
        flex-direction: column
    }
}

.footer__menu {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #323b45;
    padding-bottom: 15px;
    padding-top: 15px
}

@media (max-width: 550px) {
    .footer__menu {
        flex-direction: column
    }
}

.footer__menu__item {
    color: #7e8c8d;
    text-decoration: none
}

.footer__menu__item:hover {
    text-decoration: underline
}

.footer__title {
    color: #fff;
    text-transform: uppercase;
    margin: 15px
}

.footer__payments {
    display: flex;
    justify-content: space-between;
    background: #313334;
    margin: 0 15px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px
}

.footer__payments__item {
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.footer__payments__item:not(:first-of-type) {
    border-left: 2px solid #000
}

.footer__payments__item img {
    height: 28px;
    opacity: 0.5
}

@media (max-width: 768px) {
    .footer__payments__item img {
        height: 15px
    }
}

.footer__payments__item:hover {
    background: #545454
}

.footer__payments__item:hover img {
    opacity: 1
}

@media (max-width: 991px) {
    .footer__payments {
        justify-content: center
    }
}

@media (max-width: 991px) {
    .footer__payments {
        flex-wrap: wrap
    }
}

@media (max-widtth: 768px) {
    .footer>.container {
        padding: 0
    }
}

.footer__text {
    text-align: center;
    margin-top: 30px;
    color: #fff;
    line-height: 1.7;
    padding: 0 15px
}

.footer__text--icons {
    display: flex;
    gap: 15px;
    align-items: center
}

.footer__text img {
    height: 40px
}

.encryption-btn {
    align-items: center;
    gap: 6px;
    background-color: rgba(110, 231, 80, .1);
    color: #6ee750;
    padding: 8px 10px 8px 25px;
    border-radius: 8px;
    transition: 1s;
    cursor: default;
    display: flex;
    width: 139px;
    float: left;
    text-align: center;
    font-size: 12px
}

.mobile-menu {
    display: none
}

@media (max-width: 991px) {
    .mobile-menu {
        display: block;
        width: calc(100% - 30px);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 11;
        transition: 0.5s;
        background: rgba(0, 0, 0, .6);
        -webkit-backdrop-filter: blur(28px);
        backdrop-filter: blur(28px);
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #4c5062
    }

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

    .mobile-menu__item {
        width: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 14px;
        line-height: 14px;
        justify-content: center;
        text-align: center;
        font-size: 9px;
        color: #858cab
    }

    .mobile-menu__item span {
        margin-top: 5px
    }

    .mobile-menu__item svg {
        fill: #fff;
        width: 24px
    }

    .mobile-menu__btn {
        width: 36px;
        height: 32px;
        clip-path: polygon(9px 0%, calc(100% - 9px) 0%, 100% 50%, calc(100% - 9px) 100%, 9px 100%, 0% 50%);
        display: flex;
        align-items: center;
        margin: 0 auto;
        background: #8755f2;
        overflow: hidden;
        cursor: pointer;
        box-shadow: inset 0 0 10px 10px #16152b;
        justify-content: center
    }

    .mobile-menu__btn img {
        width: 22px;
        height: 22px
    }

    .mobile-menu__btn--big {
        width: 48px;
        height: 48px;
        box-shadow: inset 0 0 10px 100px #8755f2
    }
}

.sidebar {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 240px;
    padding: 15px;
    height: 100%;
    position: fixed;
    left: 15px;
    top: 135px;
    bottom: 0;
    z-index: 100;
    background: #003266;
    border-radius: 20px
}

@media (max-width: 991px) {
    .sidebar {
        display: none
    }
}

.sidebar__logo {
    text-align: center;
    margin-bottom: 40px;
    width: 142px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1279px) {
    .sidebar__logo {
        display: none
    }
}

.sidebar__logo img {
    width: 100%
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 20px
}

@media (max-width: 1279px) {
    .sidebar-menu {
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start
    }
}

@media (max-width: 499px) {
    .sidebar-menu {
        gap: 10px
    }
}

.sidebar-menu__item {
    border: none;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #054588;
    padding-bottom: 10px
}

.sidebar-menu__item svg {
    fill: #1183d3;
    width: 40px
}

.sidebar-menu__item:hover {
    color: #1183d3
}

.sidebar-menu__item--current .ui-icon-svg {
    color: #ff2400
}

.sidebar-menu__separator {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 207, 166, 0) 0%, rgba(0, 207, 166, .35) 27.6%, rgba(0, 207, 166, .7) 52.62%, rgba(0, 207, 166, .35) 74.48%, rgba(0, 207, 166, 0) 100%)
}

@media (max-width: 1279px) {
    .sidebar-menu__separator {
        width: auto;
        height: auto;
        background: none
    }
}

.content-text {
    color: #000;
    line-height: 1.7;
    font-size: 14px
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text .h1,
.content-text .h2,
.content-text .h3,
.content-text .h4,
.content-text .h5 {
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px
}

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

.content-text h2,
.content-text .h2 {
    font-size: 28px;
    position: relative
}

.content-text h3,
.content-text .h3 {
    font-size: 24px
}

.content-text h4,
.content-text .h4 {
    font-size: 20px
}

.content-text h5,
.content-text .h5 {
    font-size: 16px
}

.content-text p,
.content-text li {
    color: #000
}

.content-text p {
    margin-bottom: 15px
}

.content-text strong {
    font-weight: 700 !important
}

.content-text cite {
    margin: 30px;
    background: transparent;
    padding: 15px;
    padding-left: 40px;
    display: flex;
    font-size: 16px;
    position: relative;
    padding-top: 38px;
    border: 1px solid #00aac8;
    border-radius: 8px;
    font-style: italic
}

.content-text cite:before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-image: url("/template/images/icons/information-blue.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 10px
}

.content-text blockquote {
    margin: 30px;
    background: transparent;
    padding: 15px;
    padding-left: 40px;
    display: flex;
    font-size: 16px;
    position: relative;
    padding-top: 38px;
    border: 1px solid #fa5600;
    border-radius: 8px;
    font-style: italic
}

.content-text blockquote:before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-image: url("/template/images/icons/information.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 10px
}

.content-text table {
    width: 100%;
    max-width: 100%
}

.content-text table .button {
    padding: 2px 5px
}

.content-text .table-wrap {
    border-radius: 4px;
    margin-bottom: 15px
}

.content-text table td {
    vertical-align: middle
}

.content-text table td p {
    margin: 2px
}

.content-text table td img {
    min-width: 50px
}

.content-text table tr {
    background: transparent
}

.content-text table tr:nth-child(even) {
    background: #dadfff
}

.content-text table thead tr {
    background: #c4ffdd;
    color: #000;
    font-weight: 700
}

.content-text td,
.content-text th {
    padding: 10px;
    border: 1px solid #4dd486
}

.content-text ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px
}

.content-text ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative
}

.content-text ol li:before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 1px;
    background: #21e166;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 21px;
    left: -30px
}

.content-text ul {
    margin-top: 15px;
    margin-bottom: 15px
}

.content-text ul li {
    padding-left: 15px;
    position: relative
}

.content-text ul li:before {
    content: '';
    display: block;
    margin-right: 7px;
    position: absolute;
    left: 0
}

.content-text ul li a {
    display: contents
}

.content-text ul:not([class^="marker-"]) li {
    align-items: flex-start
}

.content-text ul:not([class^="marker-"]) li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #21e166;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 9px
}

.content-text ul[class^="marker-"] li {
    line-height: 1.3;
    margin-bottom: 4px
}

.content-text ul[class^="marker-"] li:last-of-type {
    margin-bottom: 0
}

.content-text ul[class^="marker-"] li:before {
    flex: 0 0 15px;
    top: 1px;
    left: -22px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    background-color: transparent
}

.content-text ul.marker-clover li:before {
    background-image: url("/templates/images/icons/marker-clover.svg")
}

.content-text ul.marker-watermelon li:before {
    background-image: url("/templates/images/icons/marker-watermelon.svg")
}

.content-text ul.marker-dollar li:before {
    background-image: url("/templates/images/icons/marker-dollar.svg")
}

.content-text ul.marker-lemon li:before {
    background-image: url("/templates/images/icons/marker-lemon.svg")
}

.content-text ul.marker-horseshoe li:before {
    background-image: url("/templates/images/icons/marker-horseshoe.svg")
}

.content-text ul.marker-cocktail li:before {
    background-image: url("/templates/images/icons/marker-cocktail.svg")
}

@media (max-width: 768px) {
    .table-wrap {
        overflow-x: scroll
    }

    .content-text h1,
    .content-text .h1 {
        font-size: 25px;
        line-height: 35px
    }

    .content-text h2,
    .content-text .h2 {
        font-size: 22px;
        line-height: 24px
    }

    .content-text h3,
    .content-text .h3 {
        font-size: 20px;
        line-height: 22px
    }

    .content-text blockquote {
        padding: 65px 20px 20px;
        margin: 10px;
        margin-bottom: 25px
    }

    .content-text p {
        display: inline-block
    }

    .content-text cite,
    .content-text blockquote {
        margin: 20px 0;
        font-size: 14px
    }
}

@media (max-width: 500px) {
    .content-text p img {
        display: block;
        margin: 15px auto;
        float: unset !important
    }
}

.nav-menu__wrapper {
    background: #fff;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px
}

.nav-menu ul {
    list-style: none;
    margin: 0
}

.nav-menu a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.nav-menu__list {
    padding-left: 0
}

.nav-menu__list-inner {
    padding-left: 15px
}

.toc {}

.toc_container {
    margin: 15px auto 15px 0;
    background-color: transparent;
    border-radius: 5px;
    overflow: hidden;
    max-width: 780px;
    padding: 15px;
    border: 1px solid transparent
}

.toc_container:hover {
    border: 1px solid #21e166
}

.toc_list {
    list-style: none;
    padding-left: 0
}

.toc_list li {
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 10px
}

.toc_list li:hover {
    color: #00cfa6
}

.toc_title {
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px solid #21e166;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 15px
}

.toc_title img {
    width: 30px
}

.slots {
    width: 100%;
    margin-bottom: 32px
}

.slots.container {
    padding: 0
}

.slots__list {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    grid-gap: 16px;
    display: grid;
    grid-auto-flow: dense
}

@media (max-width: 768px) {
    .slots__list {
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - 16px), 1fr))
    }
}

.slots__header {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px
}

.slots__header img {
    width: 44px
}

.slots__head-box {
    font-size: 22px;
    font-weight: 600;
    margin: 24px 0;
    display: flex;
    gap: 30px
}

.slots__head-box__nav {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center
}

.slot-item {
    width: 270px;
    height: 169px;
    position: relative;
    color: #fff;
    border-radius: 20px;
    overflow: hidden
}

.slot-item--big {
    grid-column-end: span 2;
    grid-row-end: span 2;
    width: 100%;
    height: 100%
}

.slot-item__big-info {
    position: absolute;
    top: 45px;
    left: 45px;
    width: 200px
}

@media (max-width: 768px) {
    .slot-item__big-info {
        top: 15px;
        left: 15px
    }
}

.slot-item__big-title {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .slot-item__big-title {
        margin-bottom: 5px;
        font-size: 22px
    }
}

.slot-item__big-content {
    line-height: 1.5;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .slot-item__big-content {
        margin-bottom: 5px
    }
}

.slot__list--all .slot-item {
    width: calc((100% / 6) - 20px)
}

.slot-item--provider {
    background: #073361;
    cursor: pointer;
    padding: 40px 0
}

.slot-item--provider:hover {
    background: #175da7
}

.slot-item--provider:hover .slot-item__img img {
    filter: unset !important
}

.slot-item__info {
    position: absolute;
    bottom: 0;
    left: 10px
}

.slot-item__title {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 8px;
    letter-spacing: 1.1px
}

.slot-item__bottom .slot-item__title {
    position: relative;
    font-size: 18px;
    text-align: center
}

.slot-item__developer {
    margin-top: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 12px;
    white-space: pre-line
}

.slot-item__img {
    position: relative;
    border-radius: 20px;
    overflow: hidden
}

.slot-item__img img {
    border-radius: 20px;
    width: 100%
}

.slot-item--vertical .slot-item__img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.slot-item--vertical .slot-item__img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.slot-item__bottom {
    background: linear-gradient(270.9deg, #ff0909 -3%, #ffa34e);
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slot-item__button {
    width: 48px;
    height: 48px;
    max-width: 108px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    padding: 0;
    border: none
}

.slot-item__button:after {
    content: "";
    display: block;
    background-image: url('/template/images/icons/play-button.svg');
    background-color: #000;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: background-size 0.2s;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.slot-item__button:hover:after {
    background-color: #fff
}

.slot-item__hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    text-decoration: none
}

.slot-item:hover .slot-item__hover {
    opacity: 1;
    visibility: visible
}

.slot-item:hover .slot-item__img img {
    filter: brightness(0.4)
}

.slot-item--action {
    width: calc((100% / 3) - 20px);
    border: 10px solid #003266
}

.slot-item--action .slot-item__img {
    width: 100%;
    height: 244px;
    background-size: cover;
    cursor: pointer;
    border-radius: 9px
}

.slot-item--action:hover {
    border-color: #1762b1
}

@media (max-width: 1157px) {
    .slot-item:not(.slot-item--big) {
        width: 359px;
        height: 227px
    }
}

@media (max-width: 991px) {
    .slot-item:not(.slot-item--big) {
        width: 100%;
        height: 196px
    }
}

@media (max-width: 768px) {
    .slot-item:not(.slot-item--big) {
        width: 100%;
        height: auto
    }

    .slot-item:not(.slot-item--big)__img {
        height: 100%
    }

    .slot-item:not(.slot-item--big)__img img {
        height: 100%
    }
}

.accord-block {
    min-height: 20px;
    background: #fff;
    border: 1px solid #21e166;
    border-radius: 5px;
    margin: 10px 0;
    transition: all 0.3s ease-out
}

.accord-block.open {
    color: #000;
    background: rgba(66, 226, 124, .13);
    box-shadow: 0 0 3px #ababab
}

.accord-block.open .accord-block-header:after {
    border-top-color: #21e166;
    transform: rotate(180deg)
}

.accord-block .accord-block-header {
    position: relative;
    padding: 15px 40px 15px 25px;
    cursor: pointer;
    font-weight: 700
}

.accord-block .accord-block-header h3 {
    font-size: inherit;
    margin: 0;
    color: #000
}

.accord-block .accord-block-header:after {
    content: '';
    position: absolute;
    top: 24px;
    right: 20px;
    display: block;
    border: 5px solid transparent;
    border-bottom-width: 0;
    border-top-color: #21e166;
    transition: all 0.6s ease-out
}

.accord-block .accord-block-content {
    display: none;
    padding: 0 30px 15px;
    margin: 0
}

.accord-block .accord-block-content p:last-of-type {
    margin-bottom: 0
}

.info-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px
}

.info-block__item {
    width: calc(50% - 15px);
    display: flex;
    gap: 15px;
    padding: 15px;
    background: transparent;
    border-radius: 8px;
    transition: 0.5s;
    border: 1px solid #f9b242
}

.info-block__item:hover {
    box-shadow: 0px 2px 4px 0px #ffd99d
}

@media (max-width: 991px) {
    .info-block__item {
        flex-direction: column;
        align-items: center;
        gap: 0
    }
}

@media (max-width: 499px) {
    .info-block__item {
        width: 100%
    }
}

.info-block--v2 .info-block__item {
    background-image: linear-gradient(180deg, #fff 0, #2aed78);
    border: 1px solid #12bc58
}

.info-block--v3 .info-block__item {
    width: 100%;
    background-image: linear-gradient(180deg, #fff 0, #d2ffe4);
    border: 1px solid #12bc58;
    align-items: center
}

.info-block__button {
    width: 200px;
    flex-shrink: 0
}

.info-block__img {
    width: 60px;
    flex-shrink: 0
}

.info-block--v3 .info-block__content {
    width: 100%
}

.info-block .button {
    max-width: 200px;
    margin-left: auto
}

.swiper-container {
    margin-top: 50px;
    border-radius: 20px
}

.slider {
    margin-bottom: 30px;
    position: relative
}

.slider__wrapper {
    position: relative;
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (max-width: 991px) {
    .slider__wrapper {
        height: 260px
    }
}

@media (max-width: 768px) {
    .slider__wrapper {
        height: 165px
    }
}

.slider__info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px
}

@media (max-width: 768px) {
    .slider__info {
        left: 15px
    }
}

.slider__info .button {
    font-size: 18px;
    min-height: 50px;
    min-width: 123px;
    border-radius: 35px
}

@media (max-width: 768px) {
    .slider__info .button {
        font-size: 16px;
        min-height: auto
    }
}

.slider__title {
    font-weight: 900;
    font-style: italic;
    color: #fff;
    font-size: 54px
}

@media (max-width: 991px) {
    .slider__title {
        font-size: 42px
    }
}

@media (max-width: 768px) {
    .slider__title {
        font-size: 24px
    }
}

.slider__text {
    font-weight: 700;
    color: #fff;
    margin: 15px 0
}

.slider__text p {
    font-size: 26px;
    line-height: 1.8
}

@media (max-width: 991px) {
    .slider__text p {
        font-size: 22px
    }
}

@media (max-width: 768px) {
    .slider__text p {
        font-size: 16px
    }
}

.slider__text p strong {
    font-size: 26px;
    line-height: 1.5
}

@media (max-width: 991px) {
    .slider__text p strong {
        font-size: 42px
    }
}

@media (max-width: 768px) {
    .slider__text p strong {
        font-size: 24px
    }
}

.game-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 30px 0;
    border-bottom: 1px solid #2196f3;
    padding-bottom: 15px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.game-menu__item {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    flex-grow: 0;
    gap: 8px;
    text-transform: uppercase;
    font-weight: 700
}

.game-menu__item img {
    width: 18px
}

@media (max-width: 991px) {
    .game-menu__item img {
        width: 16px
    }
}

.game-menu__item--current {
    color: #428cdc
}

.content-404 {
    text-align: left;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1526px;
    margin: auto
}

@media (max-width: 768px) {
    .content-404 {
        flex-direction: column
    }
}

.content-404__item {
    width: 100%
}

.content-404__item h1 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px
}

.content-404__body {
    background: #000 url('/template/images/404bg.png') no-repeat center;
    background-size: cover;
    height: 100vh
}

.content-404__body .header {
    height: 60px
}

.content-404__content {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px
}

.content-404__content h1 {
    font-size: 36px
}

.content-404__bg {
    width: 50%
}

@media (max-width: 768px) {
    .content-404__bg {
        width: 100%
    }
}

.content-404 img {
    margin-bottom: 30px
}

.content-404 .button {
    width: 268px;
    height: 40px;
    margin: 30px auto
}

.reviews {
    margin: 0 15px
}

.reviews__item {
    border: 1px solid #21e166;
    border-radius: 10px;
    background: #fff;
    margin: 30px 0;
    overflow: hidden;
    width: 95%
}

.reviews__item:nth-child(even) {
    margin-left: auto
}

.reviews__header {
    border-bottom: 1px solid #00cfa6;
    padding: 5px;
    background: #21e166;
    font-weight: 700;
    display: flex;
    align-items: center
}

.reviews__header:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('/template/images/icons/rating-fb.svg') no-repeat center;
    background-size: 100%;
    margin-right: 10px
}

.reviews__text {
    font-style: italic;
    padding: 15px;
    padding-left: 35px
}

.comment-form {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #21e166
}

.comment-form input,
.comment-form textarea,
.comment-form select {
    padding: 9px;
    width: calc(100% - 20px);
    max-width: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #21e166;
    border-radius: 4px
}

.comment-form textarea {
    display: block !important;
    width: calc(100% - 20px) !important;
    resize: none
}

.comment-form .input-group {
    position: relative;
    padding-top: 21px;
    margin-bottom: 10px;
    overflow: hidden
}

.comment-form .caption {
    position: absolute;
    padding: 0 5px;
    top: 0;
    left: 0
}

.comment-form .input-block {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.comment-form .input-block>div {
    flex: 0 1 49%
}

.comment-form .error {
    font-size: 12px;
    font-weight: bold;
    color: #f00
}

.comment-form .button {
    margin-top: 15px
}

.comment-form button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    color: #fff !important
}

.comment-form .iagree-block {
    display: flex;
    margin: 10px 0 0
}

.comment-form .iagree-block input {
    margin: 2px;
    flex-basis: 25px
}

.comment-form .iagree-block label {
    margin-left: 5px;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer
}

.comment-form .center {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center
}

.casino-info {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin: 15px auto
}

@media (max-width: 768px) {
    .casino-info {
        flex-wrap: wrap
    }
}

.casino-info__block {
    width: 100%;
    border: 1px solid #00cfa6;
    border-radius: 20px
}

.casino-info__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    line-height: 1.3;
    border-bottom: 1px solid #00cfa6
}

.casino-info__row:last-child {
    border-bottom: 0
}

.casino-info__row img {
    width: 16px;
    height: 16px
}

.btnTop {
    position: fixed;
    background: #fff;
    z-index: 100;
    bottom: 100px;
    right: 25px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    font-size: 10px;
    gap: 3px;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #21e166
}

.btnTop__image {
    width: 25px;
    height: 40px;
    background: url('/template/images/icons/up-chevron.svg') no-repeat center;
    background-size: contain
}

.pluses-minuses {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: flex-start
}

@media (max-width: 768px) {
    .pluses-minuses {
        flex-wrap: wrap
    }
}

.pluses-minuses__block {
    display: flex;
    gap: 30px;
    width: 100%;
    flex-direction: column;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    transition: 0.5s;
    border: 1px solid #00cfa6
}

.pluses-minuses__block:last-of-type {
    border-color: #ff2400
}

.pluses-minuses__title {
    font-weight: 700;
    font-size: 16px
}

.pluses-minuses__item {
    width: 100%;
    display: flex;
    gap: 15px
}

.pluses-minuses__item img {
    width: 35px
}

.pluses-minuses__img {
    width: 60px;
    flex-shrink: 0
}

.download__img {
    margin: 30px auto;
    display: block;
    text-align: center
}

.download__buttons {
    display: flex;
    justify-content: center;
    margin: 30px auto
}

.download__button {
    display: flex;
    align-items: center;
    width: 144px;
    border-radius: 20px;
    color: #c2c4c9;
    text-decoration: none;
    height: 40px;
    background: transparent;
    cursor: pointer;
    border: none
}

.download__button:hover {
    color: #fff
}

.download__button--android {
    color: #fff;
    background: #fa5900
}

.download__button--green {
    color: #fff;
    background: #009688
}

.download__button--ios {
    background: #4597ef;
    fill: #fff;
    color: #fff
}

.download__icon {
    width: 24px;
    height: 24px
}

.download__icon--svg {
    width: 50px;
    height: 24px
}

.download__link-text {
    width: 100%;
    line-height: 1
}

.download__link-text-prefix {
    font-size: 10px;
    text-align: center;
    width: 100%
}

.download__link-text-label {
    text-align: center;
    font-size: 18px
}

.two-columns {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0
}

.two-columns__item {
    width: 100%
}

@media (max-width: 768px) {
    .two-columns {
        flex-wrap: wrap
    }
}

.payment-systems {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    margin: 30px 0
}

@media (max-width: 1199px) {
    .payment-systems {
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px 0
    }
}

.payment-systems__item {
    width: calc(20% - 15px);
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    transition: 0.5s;
    border: 1px solid #4dd486
}

.payment-systems__item:hover {
    border: 1px solid #14d4fb
}

@media (max-width: 991px) {
    .payment-systems__item {
        width: calc(25% - 15px)
    }
}

@media (max-width: 768px) {
    .payment-systems__item {
        width: calc(50% - 15px)
    }
}

@media (max-width: 499px) {
    .payment-systems__item {
        width: calc(100%)
    }
}

.payment-systems__logo {
    width: 65px;
    margin: 0 auto
}

.payment-systems .h3 {
    text-align: center
}

.icons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: space-between
}

.icons-grid__item {
    width: calc(10% - 7px);
    border-radius: 4px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #eee;
    transition: 0.9s
}

.icons-grid__item:hover {
    transform: rotate3d(0, 1, 0, 360deg)
}

.cta {
    width: 100%;
    margin: 30px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #03a9f4;
    padding-left: 30px
}

.cta--v1 {
    background-image: url('/template/images/cta/cta1.jpg')
}

.cta--v2 {
    background-image: url('/template/images/cta/cta2.jpg');
    padding-left: 30px
}

.cta--v3 {
    background-image: url('/template/images/cta/cta4.jpg');
    padding-left: 30px
}

.cta__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px
}

.cta__text {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px
}

.cta .button {
    margin-left: 0 !important
}

.top3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    margin: 30px 0
}

.top3__item {
    width: calc(33.33% - 15px);
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    transition: 0.5s;
    border: 1px solid #4dd486
}

.top3__item:hover {
    border: 1px solid #14d4fb
}

@media (max-width: 768px) {
    .top3__item {
        width: calc(50% - 15px)
    }
}

@media (max-width: 499px) {
    .top3__item {
        width: calc(100%)
    }
}

.top3__logo {
    width: 65px;
    margin: 0 auto
}

.top3 .h3 {
    text-align: center
}

.promo {
    position: relative;
    width: 100%;
    border-radius: 8px;
    background-image: linear-gradient(270deg, #7346f3 0%, #190061 51.35%, #110040 100%);
    color: #fff;
    cursor: pointer
}

.promo img {
    height: 54px;
    position: absolute;
    right: 153px;
    bottom: 0
}

@media (max-width: 768px) {
    .promo img {
        right: 0
    }
}

.promo__wrapper {
    padding: 14px 35px;
    background: url('/template/images/bg-banner.svg') no-repeat center right;
    font-weight: 700
}

@media (max-width: 768px) {
    .promo__wrapper {
        display: flex;
        flex-direction: column;
        font-size: 13px;
        background-position: center right -235px
    }
}

.promo__wrapper span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    background-color: #ffc91a;
    background-image: linear-gradient(94.01deg, #ffc91a 0.96%, #ff1ef6 103.75%);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 30px
}

.content-form {
    padding: 10px;
    background-color: #dadfff;
    border: 1px solid #4dd486;
    max-width: 980px;
    margin: 0 auto 20px;
    border-radius: 5px
}

.content-form .h2 {
    text-align: left
}

.content-form p {
    text-align: center;
    margin-bottom: 15px
}

.content-form .form-control-none {
    display: none
}

.content-form .form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px
}

.content-form .form-grup {
    width: calc(100% - 260px);
    min-width: 250px
}

.content-form .form-group-email {
    width: 240px;
    max-width: 100%
}

.content-form .form-grup-submit {
    width: 250px
}

.content-form .form-control {
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    height: 42px;
    padding: 10px;
    position: relative;
    width: 100%
}

.content-form .form-text {
    margin-bottom: 20px;
    text-align: center
}

.content-form .button {
    min-height: 42px;
    width: 240px;
    cursor: pointer;
    max-width: 100%
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}