*:focus {
    outline: none
}

::-moz-focus-inner, ::-moz-focus-outer {
    border: 0;
    outline: none
}

b, strong {
    font-weight: bolder
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

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

html {
    min-height: 100%;
    height: auto;
    overflow-x: hidden
}

* {
    box-sizing: border-box
}

a {
    text-decoration: unset;
    color: #fff
}

p {
    margin: 10px 0;
    color: #9d9d9d;
    font-weight: 300
}

.auth {
    background: rgba(42, 175, 192, .35);
    border-radius: 41px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 167px;
    font-size: 17.43px;
    font-weight: 500;
    transition: all .5s ease
}

.auth:hover {
    background: #2aafc0
}

/* Outline style for Log in button: transparent background with themed border */
.auth--outline {
    background: transparent;
    border: 1px solid #2aafc0;
}
.auth--outline:hover {
    background: #2aafc0;
    border-color: #2aafc0;
    color: #fff;
}

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

@media only screen and (min-width: 1440px) {
    .container {
        padding: 0
    }
}

body {
    position: relative;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
    background: #070606;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh
}

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

.link {
    color: #2aafc0;
    font-size: 22px;
    display: inline-flex;
    gap: 8.5px;
    align-items: center;
    transition: all .5s ease
}

@media only screen and (max-width: 575px) {
    .link {
        font-size: 14px
    }
}

.link::after {
    content: "";
    background: url("../images/brands/icons/arrow-link.svg") no-repeat center/cover;
    display: block;
    transition: all .5s ease;
    width: 15px;
    height: 15px
}

.link:hover {
    color: rgba(42, 175, 192, .35)
}

.link:hover::after {
    transform: translateX(5px);
    background: url("../images/brands/icons/arrow-link.svg") no-repeat center/cover
}

.btn {
    background: #2aafc0;
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
    max-width: 318px;
    width: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-radius: 50px;
    padding: 13.5px 73px;
    transition: all .5s ease;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .btn {
        max-width: 224px;
        font-size: 16px;
        padding: 9.5px 49px;
        gap: 10px
    }
}

.btn::after {
    content: "";
    width: 20px;
    height: 20px;
    transition: all .5s ease;
    background: url("../images/global-icons/btn-arrow.svg") no-repeat center/cover
}

@media only screen and (max-width: 767px) {
    .btn::after {
        width: 12px;
        height: 12px
    }
}

.btn:hover {
    background: rgba(42, 175, 192, .35)
}

.btn:hover::after {
    transform: scale(1.2) translateX(5px)
}

.btn:disabled {
    background: #00616d;
    cursor: default;
    pointer-events: none
}

.page {
    margin-top: 110px
}

.page::before {
    content: "";
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
    background: rgba(0, 0, 0, .8);
    transition: left .5s ease
}

.page::after {
    content: "";
    max-width: 510px;
    width: 100%;
    height: 430px;
    position: absolute;
    top: 68%;
    right: -10%;
    transform: translate(0%, -50%) scale(2);
    z-index: -1;
    background: url("../images/global-icons/circle.webp") no-repeat center/cover;
    filter: blur(80px)
}

@media only screen and (max-width: 767px) {
    .page::after {
        transform: translate(0, -50%) scale(1.5)
    }
}

.menu-open .page::before {
    left: 0
}

.menu-open .header__menu .menu__content {
    right: 0
}

.menu-open .header__btn span {
    opacity: 0
}

.menu-open .header__btn::before {
    position: absolute;
    left: 0;
    top: unset;
    bottom: 50%;
    transform: rotate(-45deg)
}

.menu-open .header__btn::after {
    position: absolute;
    top: unset;
    right: 0;
    bottom: 50%;
    transform: rotate(45deg)
}

.lock body, html.lock {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #fff
}

h1 {
    font-size: 55px;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 38px
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 31px
    }
}

h1 div {
    font-size: 142px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(157, 244, 255) 25%, rgb(157, 244, 255) 100%);
    background-clip: text
}

@media only screen and (max-width: 1439px) {
    h1 div {
        font-size: 120px
    }
}

@media only screen and (max-width: 1199px) {
    h1 div {
        font-size: 110px
    }
}

@media only screen and (max-width: 991px) {
    h1 div {
        font-size: 100px
    }
}

@media only screen and (max-width: 767px) {
    h1 div {
        font-size: 90px
    }
}

@media only screen and (max-width: 575px) {
    h1 div {
        font-size: 83px
    }
}

h2 {
    letter-spacing: 1px;
    font-size: 50px;
    margin-bottom: 60px;
    font-weight: 600
}

@media only screen and (max-width: 1439px) {
    h2 {
        font-size: 42px
    }
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 38px
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 32px
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 32px;
        letter-spacing: .5px
    }
}

h3 {
    font-size: 30px;
    letter-spacing: 1.8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px
}

.text-toggle {
    position: relative
}

.text-toggle input {
    display: none
}

.text-toggle .text {
    overflow: visible;
    display: block
}

.text-toggle .view-more {
    display: none
}

@media only screen and (max-width: 767px) {
    .text-toggle .text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        position: relative;
        white-space: normal;
        transition: all .3s ease
    }

    .text-toggle .text::after {
        content: "… ";
        white-space: pre
    }

    .text-toggle .view-more {
        display: inline;
        font-size: 19px;
        line-height: 1.4;
        color: #2aafc0;
        cursor: pointer;
        font-weight: 300;
        user-select: none;
        white-space: nowrap
    }

    .text-toggle .view-more::after {
        content: "view details"
    }
}

@media only screen and (max-width: 575px) {
    .text-toggle .view-more {
        font-size: 14px
    }
}

input, textarea {
    background: none;
    appearance: unset;
    outline: none;
    font-family: "Poppins", sans-serif;
    border-radius: 8px;
    color: #b5b3b3;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    line-height: 1.4;
    padding: 11px;
    border: 1px solid #686868
}

@media only screen and (max-width: 575px) {
    input, textarea {
        font-size: 10px;
        border-radius: 5px;
        padding: 7.1px
    }
}

textarea {
    resize: none
}

.partner, .brands, .promo, .team, .footer, .faq {
    position: relative
}

.partner::after, .brands::after, .promo::after, .team::after, .footer::after, .faq::after {
    content: "";
    max-width: 510px;
    width: 100%;
    height: 430px;
    background: url("../images/global-icons/circle.webp") no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translate(0%, -50%) scale(1.5);
    z-index: -1;
    filter: blur(80px)
}

@media only screen and (max-width: 767px) {
    .partner::after, .brands::after, .promo::after, .team::after, .footer::after, .faq::after {
        transform: translate(0, -50%) scale(1)
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

a {
    background-color: rgba(0, 0, 0, 0)
}

img {
    border-style: none
}

button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

[hidden] {
    display: none
}

.header {
    padding: 28px 0;
    position: relative;
    background: #070606;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all .3s ease
}

.header.scrolled {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.header::after {
    content: "";
    height: 1px;
    transform: scaleY(0.2);
    width: 100%;
    background: #504f50;
    display: block;
    position: absolute;
    bottom: 0
}

@media only screen and (min-width: 1200px) {
    .header__logo {
        padding-left: 15px
    }
}

@media only screen and (max-width: 1439px) {
    .header__logo {
        max-width: 214px
    }
}

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

@media only screen and (min-width: 1440px) {
    .header .container {
        justify-content: unset;
        max-width: 1310px;
        gap: 61px
    }
}

@media only screen and (max-width: 1199px) {
    .header__menu .menu__content {
        position: absolute;
        transition: right .5s ease;
        right: -100%;
        background: #070606;
        padding: 20px 20px;
        top: 99px;
        height: 100vh;
        width: 33%
    }
}

@media only screen and (max-width: 991px) {
    .header__menu .menu__content {
        width: 50%;
        top: 99px
    }
}

@media only screen and (max-width: 767px) {
    .header__menu .menu__content {
        top: 121px
    }
}

@media only screen and (max-width: 575px) {
    .header__menu .menu__content {
        align-items: center;
        width: 100%
    }
}

.header__menu .menu__content-list {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%
}

@media screen and (max-device-width: 1024px)and (orientation: landscape) {
    .header__menu .menu__content-list {
        height: 275px;
        overflow: auto
    }
}

.header__menu .menu__content-list li a {
    font-size: 18.7px;
    letter-spacing: .4px;
    transition: all .5s ease;
    white-space: nowrap
}

@media only screen and (max-width: 1199px) {
    .header__menu .menu__content-list li a {
        color: #fff;
        font-weight: 500;
        font-size: 26px
    }
}

.header__menu .menu__content-list li a:hover {
    color: #2aafc0
}

.header__menu .menu__content-list li a.auth:hover {
    color: #fff
}


.header__menu .menu__content-list li a.auth {
    white-space: nowrap;
    font-size: 17.43px;
    width: auto;
    min-width: 167px;
    padding: 0 24px;
}

@media only screen and (max-width: 1199px) {
    .header__menu .menu__content-list li a.auth {
        font-size: 17.43px;
    }
}

@media only screen and (max-width: 1199px) {
    .header__menu .menu__content-list {
        gap: 12px;
        flex-direction: column;
        align-items: start
    }
}

@media only screen and (max-width: 575px) {
    .header__menu .menu__content-list {
        align-items: center
    }
}

.header__btn {
    outline: none;
    appearance: unset;
    border: 0;
    position: relative;
    z-index: 15;
    background: unset
}

@media only screen and (max-width: 1199px) {
    .header__btn {
        display: block;
        width: 24px;
        height: 16px;
        padding: 0
    }

    .header__btn span {
        width: 100%;
        height: 2px;
        display: block;
        background: #2aafc0;
        margin: auto 0;
        transition: all .5s ease
    }

    .header__btn::before, .header__btn::after {
        content: "";
        display: block;
        background: #2aafc0;
        width: 100%;
        height: 2px;
        position: absolute;
        transition: all .5s ease
    }

    .header__btn::before {
        top: 0
    }

    .header__btn::after {
        bottom: 0
    }
}

@media only screen and (min-width: 1200px) {
    .header__btn {
        display: none
    }
}

.footer {
    padding: 40px 0 67px;
    border-top: 1px solid #686868;
    background: rgba(18, 18, 18, .2);
    margin-top: auto
}

.footer::after {
    max-width: 100%;
    background: url("../images/global-icons/footer-circle.webp") no-repeat center/cover;
    top: unset;
    bottom: 0;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0)
}

@media only screen and (max-width: 767px) {
    .footer::after {
        transform: translate(-50%, 0%)
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 16px 0 30px
    }
}

.footer .container {
    max-width: 1310px
}

.footer__layout {
    display: grid;
    grid-template-columns:.8fr 1fr;
    margin-bottom: 52px
}

@media only screen and (max-width: 991px) {
    .footer__layout {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 575px) {
    .footer__layout {
        margin-bottom: 13px
    }
}

.footer__bottom {
    max-width: 1280px
}

.footer__bottom div {
    padding: 35px 0;
    border-block: 1px solid #686868;
    font-size: 20px;
    color: #9d9d9d;
    margin-bottom: 35px;
    line-height: 1.5
}

@media only screen and (max-width: 575px) {
    .footer__bottom div {
        padding: 9px 12px;
        text-align: center;
        margin-bottom: 16px;
        font-size: 10px
    }
}

.footer__bottom span {
    display: block;
    color: #9d9d9d;
    text-align: center;
    font-size: 20px
}

@media only screen and (max-width: 575px) {
    .footer__bottom span {
        font-size: 10px
    }
}

.footer h3 {
    font-weight: 500;
    font-size: 28.24px;
    letter-spacing: unset;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .footer h3 {
        margin-bottom: 20px;
        font-size: 19px
    }
}

.footer__form {
    display: flex;
    flex-direction: column;
    align-items: start
}

@media only screen and (max-width: 991px) {
    .footer__form {
        align-items: center
    }
}

@media only screen and (max-width: 575px) {
    .footer__form {
        max-width: 375px
    }
}

.footer__form h3 {
    margin-bottom: 35px
}

@media only screen and (max-width: 575px) {
    .footer__form h3 {
        margin-bottom: 22px
    }
}

.footer__form-inputs {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px
}

@media only screen and (max-width: 575px) {
    .footer__form-inputs {
        margin-bottom: 6px
    }
}

.footer__form input {
    width: 50%;
    padding-bottom: 16px
}

@media only screen and (max-width: 575px) {
    .footer__form input {
        padding-bottom: 11px
    }
}

.footer__form textarea {
    min-height: 95px;
    resize: none;
    margin-bottom: 40px
}

@media only screen and (max-width: 575px) {
    .footer__form textarea {
        min-height: 61px;
        margin-bottom: 23px
    }
}

.footer__form .btn {
    border: 0;
    max-width: 262px;
    padding: 11px 0;
    cursor: pointer
}

@media only screen and (min-width: 768px) {
    .footer__form .btn {
        font-size: 23px
    }
}

@media only screen and (max-width: 575px) {
    .footer__form .btn {
        font-size: 15px;
        border-radius: 32px;
        padding: 5px 0;
        max-width: 170px
    }
}

.footer__form .btn::after {
    display: none
}

.footer__contacts {
    margin-left: auto;
    max-width: 420px
}

.footer__contacts h3 {
    line-height: 1.3;
    margin-bottom: 23px
}

@media only screen and (max-width: 575px) {
    .footer__contacts h3 {
        max-width: 185px;
        margin: 0 auto 20px
    }
}

@media only screen and (max-width: 575px) {
    .footer__contacts ul li:not(:last-of-type) {
        margin-bottom: 10px
    }
}

.footer__contacts ul li a {
    display: inline-flex;
    gap: 23px;
    align-items: center;
    transition: all .5s ease;
    font-size: 22px;
    font-weight: 500
}

@media only screen and (max-width: 575px) {
    .footer__contacts ul li a {
        font-size: 16px;
        gap: 11px
    }
}

.footer__contacts ul li a img {
    max-width: 40px;
    transition: all .5s ease
}

@media only screen and (max-width: 575px) {
    .footer__contacts ul li a img {
        max-width: 22px
    }
}

.footer__contacts ul li a:hover {
    color: #2aafc0
}

.footer__contacts ul li a:hover img {
    transform: translateX(10px)
}

@media only screen and (max-width: 991px) {
    .footer__contacts {
        text-align: center;
        margin-left: 0
    }
}

@media only screen and (max-width: 575px) {
    .footer__contacts {
        max-width: 295px
    }
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(2px) rotate(0deg) scale(1)
    }
    50% {
        transform: rotate(180deg) translateX(2px) rotate(-180deg) scale(1.1)
    }
    100% {
        transform: rotate(360deg) translateX(2px) rotate(-360deg) scale(1)
    }
}

@keyframes rotate-coin {
    0% {
        transform: scale(1) translate(0px)
    }
    25% {
        transform: scale(1.1) translateX(-10px)
    }
    50% {
        transform: scale(1) translate(0px)
    }
    75% {
        transform: scale(1.1) translateX(10px)
    }
    100% {
        transform: scale(1) translate(0px, 0px)
    }
}

@keyframes ticker {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes phone-scalling {
    0% {
        transform: scale(1.1)
    }
    25% {
        transform: scale(1.125)
    }
    100% {
        transform: scale(1.1)
    }
}

@keyframes mob-phone-scalling {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(0.95)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes traffic-point {
    0% {
        bottom: 0%;
        left: 8%;
        transform: rotate(0deg) scale(1)
    }
    2% {
        bottom: 2%;
        left: 8.5%
    }
    4% {
        bottom: 4%;
        left: 9.5%
    }
    5% {
        bottom: 6%;
        left: 10%
    }
    10% {
        bottom: 16%;
        left: 12%;
        transform: scale(1.3)
    }
    15% {
        bottom: 27%;
        left: 15%
    }
    20% {
        bottom: 27%;
        left: 19%;
        transform: scale(1)
    }
    25% {
        bottom: 4%;
        left: 26%
    }
    30% {
        bottom: 16%;
        left: 29.5%;
        transform: scale(1.3)
    }
    35% {
        bottom: 26%;
        left: 32%
    }
    40% {
        bottom: 36%;
        left: 34%;
        transform: scale(1)
    }
    45% {
        bottom: 39.5%;
        left: 36%
    }
    48% {
        bottom: 39.5%;
        left: 38.5%
    }
    50% {
        bottom: 37%;
        left: 40%;
        transform: rotate(180deg) scale(1.3)
    }
    52% {
        bottom: 28%;
        left: 42%
    }
    55% {
        bottom: 8%;
        left: 48%
    }
    57% {
        bottom: 8%;
        left: 51%
    }
    60% {
        bottom: 25%;
        left: 54%;
        transform: scale(1)
    }
    65% {
        bottom: 50%;
        left: 56%
    }
    70% {
        bottom: 75%;
        left: 59%;
        transform: scale(1.3)
    }
    75% {
        bottom: 100%;
        left: 62%
    }
    77% {
        bottom: 90%;
        left: 63.5%
    }
    79% {
        bottom: 80%;
        left: 65.5%
    }
    80% {
        bottom: 75%;
        left: 66.5%;
        transform: scale(1)
    }
    83% {
        bottom: 60%;
        left: 68.5%
    }
    85% {
        bottom: 50%;
        left: 72%
    }
    87% {
        bottom: 30%;
        left: 76.5%
    }
    89% {
        bottom: 10%;
        left: 79.5%
    }
    90% {
        bottom: 6.5%;
        left: 82.5%;
        transform: scale(1.3)
    }
    93% {
        bottom: 16%;
        left: 84%
    }
    94% {
        bottom: 24%;
        left: 85%
    }
    95% {
        bottom: 34%;
        left: 86%
    }
    97% {
        bottom: 44%;
        left: 88.5%
    }
    98% {
        bottom: 55.5%;
        left: 90%
    }
    100% {
        bottom: 58.5%;
        left: 100%;
        transform: rotate(360deg) scale(1)
    }
}

@keyframes vis-in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes traffic {
    from {
        offset-distance: 0%
    }
    to {
        offset-distance: 100%
    }
}

@keyframes pulsar {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.3)
    }
    100% {
        transform: scale(1)
    }
}

.overlay {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    display: none;
    align-items: center;
    transition: all .5s ease;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    z-index: 100
}

.overlay.show {
    opacity: 1;
    visibility: visible;
    display: flex
}

.popup {
    position: relative;
    border-radius: 25px;
    padding: 40px 30px;
    z-index: 150;
    opacity: 0;
    display: none;
    visibility: hidden;
    box-shadow: 0px 0px 60px 0px rgba(42, 175, 192, .4);
    background: linear-gradient(180deg, rgb(18, 18, 18) 0%, rgb(0, 0, 0) 100%);
    max-width: 684px;
    width: 100%;
    transition: all .5s ease
}

.popup.active {
    opacity: 1;
    visibility: visible;
    display: block
}

.popup__close {
    position: absolute;
    top: 30px;
    border: 0;
    outline: none;
    appearance: unset;
    cursor: pointer;
    right: 30px;
    width: 30px;
    height: 30px;
    background: url("../images/popup/close.svg") no-repeat center/cover
}

@media only screen and (max-width: 767px) {
    .popup__close {
        top: 15px;
        right: 15px
    }
}

.popup-after-post .popup__content {
    text-align: center
}

.popup-after-post .popup__content img {
    max-width: 172px;
    max-height: 172px;
    transform: scale(1.5);
    margin-left: 40px
}

.popup-after-post .popup__content-title {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.4
}

.popup-after-post .popup__content-text {
    font-weight: 300;
    font-size: 21px;
    line-height: 1.3;
    color: #9d9d9d
}

.popup__content .brands__slide-wrapper {
    position: unset
}

.popup-overview p {
    margin-top: 20px;
    line-height: 1.5
}

.popup-review h3 {
    margin-bottom: 30px;
    font-size: 27px;
    font-weight: 500;
    align-items: start
}

@media only screen and (max-width: 767px) {
    .popup-review h3 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.popup-review label {
    font-size: 18px;
    font-weight: 300;
    color: #b5b3b3
}

@media only screen and (max-width: 767px) {
    .popup-review label {
        font-size: 14px
    }
}

.popup-review textarea {
    min-height: 241px;
    padding: 10px;
    margin-top: 10px
}

@media only screen and (max-width: 767px) {
    .popup-review textarea {
        font-size: 14px
    }
}

.popup-review .btn {
    display: flex;
    margin: 30px auto 0;
    cursor: pointer;
    border: 0;
    outline: none;
    appearance: none;
    background: #2aafc0;
    font-size: 16px;
    max-width: 175px;
    padding: 10px
}

.popup-review .btn:disabled {
    background: rgba(42, 175, 192, .35)
}

.popup-review .btn:hover {
    background: #2aafc0
}

.popup-review .btn::after {
    display: none
}

.popup-brands {
    border-radius: 12px
}

@media only screen and (max-width: 575px) {
    .popup-brands .link {
        position: absolute;
        z-index: 0;
        left: 15px;
        top: 15px
    }
}

.info {
    width: 100%
}

.info .heading {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 40px
}

@media only screen and (max-width: 991px) {
    .info .heading {
        min-width: 150%;
        justify-content: unset
    }
}

@media only screen and (max-width: 767px) {
    .info .heading {
        gap: 10px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 991px) {
    .info .heading-wrapper {
        overflow: auto;
        scrollbar-width: none
    }
}

.info .heading-tab {
    color: #fff;
    font-size: 23px;
    max-width: 304px;
    width: 100%;
    padding: 26px 0;
    letter-spacing: .5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-radius: 56px;
    background: rgba(49, 49, 49, .28);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .55), inset 5px 12px 5px -13px rgba(237, 237, 237, .73)
}

.info .heading-tab::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    height: 100%;
    --radius: 56px;
    border-radius: var(--radius);
    filter: blur(1px);
    box-shadow: inset 0px -1px 0px 0px rgba(237, 237, 237, .73)
}

@media only screen and (max-width: 767px) {
    .info .heading-tab {
        font-size: 18px;
        padding: 18px 0
    }
}

@media only screen and (max-width: 575px) {
    .info .heading-tab {
        font-size: 12px;
        padding: 10px 20px
    }
}

.info .heading-tab.active {
    background: rgba(42, 175, 192, .35)
}

.info .tabcontent {
    transition: .3s
}

.info .tabcontent p {
    margin: 10px 0 0;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: .4px;
    max-width: 1144px
}

@media only screen and (max-width: 575px) {
    .info .tabcontent p {
        font-size: 12px
    }
}

.info .hide {
    display: none
}

.info .show {
    display: flex
}

details summary::-webkit-details-marker {
    display: none
}

.spoiler {
    padding: 40px 30px 42.5px;
    border-radius: 20px;
    position: relative;
    width: 100%;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .55), inset -6px 13px 5px -13px rgba(237, 237, 237, .43)
}

.spoiler:first-of-type {
    padding: 33px 30px 32px
}

@media only screen and (max-width: 767px) {
    .spoiler:first-of-type {
        padding: 20px 15px
    }
}

.spoiler::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: -1;
    height: 100%;
    --radius: 20px;
    border-radius: var(--radius);
    filter: blur(1px);
    box-shadow: inset 0px -1px 0px 0px rgba(237, 237, 237, .43)
}

@media only screen and (max-width: 767px) {
    .spoiler {
        padding: 20px 15px
    }
}

.spoiler:not(:last-of-type) {
    margin-bottom: 20px
}

.spoiler.active::before {
    opacity: 1;
    visibility: visible
}

.spoiler::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    padding: 1px;
    z-index: -1;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(42, 175, 192, 0.35) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: inherit
}

.description {
    width: 100%
}

.summary {
    font-weight: 500;
    font-size: 27px;
    color: #fff;
    display: block;
    outline: none;
    width: 100%;
    cursor: pointer;
    position: relative
}

@media only screen and (max-width: 767px) {
    .summary {
        font-size: 20px
    }
}

@media only screen and (max-width: 575px) {
    .summary {
        font-size: 16px;
        display: grid;
        grid-template-columns:1fr .1fr
    }
}

.summary:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../images/tabs/arrow.png") no-repeat center/cover;
    transition: all .5s ease;
    width: 32px;
    height: 19px
}

@media only screen and (max-width: 767px) {
    .summary:before {
        width: 18px;
        height: 12px
    }
}

.spoiler-checkbox {
    display: none
}

.spoiler .details {
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s ease
}

.spoiler-checkbox:checked ~ .details {
    max-height: 100px
}

.spoiler-checkbox:checked ~ .summary:before {
    top: 0;
    transform: rotate(180deg) translate(0%, 0%)
}

.welcome {
    position: relative
}

.welcome .container {
    background: url("../images/welcome/welcome-bg.png") no-repeat center center/contain;
    min-height: 792px;
    display: flex;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .welcome .container {
        background: url("../images/welcome/welcome-bg.png") no-repeat center center/cover;
        min-height: 1050px
    }
}

@media only screen and (max-width: 575px) {
    .welcome .container {
        min-height: 830px;
        background: url("../images/welcome/welcome-mob.webp") no-repeat center bottom/contain
    }

    .welcome .container::after {
        content: "";
        z-index: 1;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(180deg, rgba(7, 6, 6, 0.04) 0%, rgba(3, 3, 3, 0.63) 40%, rgb(7, 6, 6) 74%)
    }
}

@media only screen and (max-width: 1199px) {
    .welcome {
        text-align: center
    }
}

.welcome h1 {
    margin-bottom: 73px
}

@media only screen and (max-width: 767px) {
    .welcome h1 {
        margin-bottom: 27px
    }
}

@media only screen and (max-width: 575px) {
    .welcome h1 div {
        line-height: 1
    }
}

.welcome__info {
    position: relative;
    width: 100%;
    z-index: 1;
    animation: vis-in 2s ease-in-out
}

@media only screen and (min-width: 1200px) {
    .welcome__info {
        margin-top: 150px
    }
}

@media only screen and (max-width: 1199px) {
    .welcome__info {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%)
    }
}

@media only screen and (max-width: 575px) {
    .welcome__info {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 37%;
        transform: translate(-50%, -50%)
    }
}

.welcome .coin {
    position: absolute;
    object-fit: contain;
    translate: -50% -50%;
    height: min-content;
    transform-style: preserve-3d
}

@media only screen and (max-width: 575px) {
    .welcome .coin {
        translate: unset
    }
}

.welcome .coin-lg {
    top: 33%;
    left: 51%;
    max-width: 620px;
    animation: rotate-coin 12s infinite ease-in-out
}

@media only screen and (max-width: 1199px) {
    .welcome .coin-lg {
        left: 0;
        max-width: 500px
    }
}

@media only screen and (max-width: 575px) {
    .welcome .coin-lg {
        top: 58%;
        left: 5%;
        translate: -50% -50%;
        max-width: 450px;
        filter: blur(3px)
    }
}

.welcome .coin-md {
    max-width: 350px;
    right: -3%;
    top: 18%;
    animation: rotate-coin 9s infinite ease-in-out
}

@media only screen and (max-width: 1199px) {
    .welcome .coin-md {
        top: 25%;
        right: unset;
        left: 55%;
        translate: -50% -100%;
        max-width: 300px
    }
}

@media only screen and (max-width: 575px) {
    .welcome .coin-md {
        top: 2%;
        left: 60%;
        max-width: 250px;
        translate: -50% 0
    }
}

.welcome .coin-sm {
    max-width: 185px;
    right: 0;
    top: 25%;
    animation: rotate-coin 6s infinite ease-in-out
}

@media only screen and (max-width: 1199px) {
    .welcome .coin-sm {
        max-width: 185px;
        right: 5%;
        top: 40%;
        translate: 50% -100%
    }
}

@media only screen and (max-width: 575px) {
    .welcome .coin-sm {
        top: 52%;
        right: -5%;
        max-width: 130px;
        translate: 0% -50%
    }
}

@media only screen and (min-width: 576px) {
    .welcome .container {
        position: relative
    }
}

.partner {
    padding: 120px 0 0
}

@media only screen and (max-width: 767px) {
    .partner {
        padding: 70px 0 0
    }
}

@media only screen and (max-width: 575px) {
    .partner {
        padding: 36px 0 0
    }
}

.partner h2 {
    margin-bottom: 60px
}

@media only screen and (max-width: 575px) {
    .partner h2 {
        font-size: 26px;
        letter-spacing: .5px;
        margin-bottom: 35px
    }
}

.partner__layout {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(450px, 1fr));
    gap: 40px
}

@media only screen and (max-width: 767px) {
    .partner__layout {
        grid-template-columns:repeat(auto-fit, minmax(290px, 1fr));
        gap: 16px
    }
}

.partner__block {
    padding: 40px 30px 30px;
    border-radius: 25px;
    background: linear-gradient(315deg, rgba(42, 175, 192, 0.14) 10%, rgba(18, 18, 18, 0.14) 50%) padding-box;
    overflow: hidden;
    border-right: 2px solid rgba(42, 175, 192, .35);
    position: relative;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
    border-left: 1.5px solid rgba(237, 237, 237, .25);
    background-clip: padding-box, border-box;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .55), inset 5px 12px 5px -13px rgba(237, 237, 237, .73)
}

.partner__block-abs {
    position: absolute;
    bottom: 0;
    right: 0
}

.partner__block::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    height: 100%;
    --radius: 25px;
    border-radius: var(--radius);
    filter: blur(1px);
    box-shadow: inset 0px -1px 0px 0px rgba(237, 237, 237, .73)
}

@media only screen and (max-width: 767px) {
    .partner__block::before {
        --radius: 12px
    }
}

.partner__block-img {
    display: none
}

@media only screen and (min-width: 992px) {
    .partner__block-img {
        position: relative;
        width: 427px;
        height: 274px;
        display: block;
        background: url("../images/partner/partner-terms.svg") no-repeat 0 0;
        background-size: 427px 274px
    }

    .partner__block-img img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .partner__block-img::after {
        content: "";
        background: radial-gradient(circle, rgb(138, 240, 238) 0%, rgb(218, 252, 252) 25%, rgb(151, 255, 254) 50%, rgb(151, 255, 254) 75%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: absolute;
        box-shadow: 0px 0px 20px 6px #97fffe;
        top: 0;
        transform: scale(1);
        transition: all .5s ease-in-out;
        left: 0;
        offset-path: path("M 0 290.798 H 17.0605 C 23.0723 287.707 44.7207 274.982 55.6394 237.099 C 66.5581 199.217 71.3114 198.45 75.0485 196.334 C 79.598 192.429 92.5167 186.622 113.574 258.091 C 114.224 262.809 122.153 253.89 148.67 180.471 C 152.732 159.155 166.998 134.195 191.565 204.883 C 193.677 213.831 201.704 235.244 216.912 249.304 C 218.537 249.466 222.761 246.667 226.661 234.17 C 231.535 218.548 234.947 209.767 235.435 204.883 C 235.825 200.975 237.872 186.98 238.847 180.471 L 252.983 91.1345 L 259.32 50.6159 L 268.581 7.16828 L 271.018 1.79834 L 275.893 7.16828 L 280.28 27.1835 L 287.591 65.7494 L 294.416 97.969 L 298.315 112.126 L 311.476 135.07 L 319.763 147.763 L 323.662 158.503 L 329.999 180.471 L 341.697 221.478 L 348.522 242.469 C 350.796 250.117 356.418 259.751 360.708 237.099 C 364.997 214.448 377.443 166.476 383.13 145.322 L 389.467 128.724 C 393.366 120.588 406.332 105.487 427 110.173");
        offset-anchor: 50% 50%;
        offset-rotate: auto;
        animation-name: traffic, pulsar;
        animation-duration: 20s, 3s;
        animation-timing-function: ease-in-out, ease-in-out;
        animation-iteration-count: infinite, infinite;
        z-index: 10
    }
}

@media only screen and (max-width: 767px) {
    .partner__block {
        border-radius: 12px;
        padding: 20px
    }
}

@media only screen and (max-width: 575px) {
    .partner__block {
        border-radius: 12px;
        padding: 19px 20px
    }
}

.partner__block:last-of-type {
    background: linear-gradient(127deg, rgba(42, 175, 192, 0.14) 9%, rgba(18, 18, 18, 0.14) 48%) padding-box;
    border-left: 2px solid rgba(42, 175, 192, .35);
    border-right: 1.5px solid rgba(237, 237, 237, .25)
}

.partner__block-title {
    padding: 19px 0;
    font-size: 30px;
    position: relative;
    letter-spacing: .6px
}

.partner__block-title::before, .partner__block-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0
}

.partner__block-title::before {
    height: 3px;
    border-radius: 8px;
    width: 95px;
    top: 0;
    background: #2aafc0
}

@media only screen and (max-width: 575px) {
    .partner__block-title::before {
        height: 1px;
        width: 60px
    }
}

.partner__block-title::after {
    width: 100%;
    bottom: 0;
    background: #4a4a4a;
    height: 1px;
    max-width: 457px
}

@media only screen and (max-width: 575px) {
    .partner__block-title::after {
        max-width: 293px
    }
}

@media only screen and (max-width: 767px) {
    .partner__block-title {
        padding: 12px 0;
        font-size: 18px
    }
}

.partner__block p {
    letter-spacing: .4px;
    margin-top: 19px;
    line-height: 1.5;
    font-size: 19px
}

@media only screen and (max-width: 767px) {
    .partner__block p {
        margin: 12px 0 0;
        font-size: 14px;
        line-height: 1.45;
        letter-spacing: .3px
    }
}

.partner__block-main {
    grid-row: span 2;
    background: linear-gradient(294deg, rgba(42, 175, 192, 0.14) 8%, rgba(18, 18, 18, 0.14) 50%) padding-box
}

@media only screen and (min-width: 992px) {
    .partner__block-main {
        padding-bottom: 275px
    }
}

.ticker {
    margin: 168px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-block: 1px solid #6b6b6b
}

@media only screen and (max-width: 767px) {
    .ticker {
        margin: 80px 0 85px
    }
}

.ticker__scroll {
    display: flex;
    width: 100%;
    animation: ticker 40s linear infinite;
    padding: 14px 0;
    gap: 20px
}

@media only screen and (max-width: 767px) {
    .ticker__scroll {
        gap: 13px;
        width: 200%;
        padding: 5px 0;
        animation: ticker 20s linear infinite
    }
}

.ticker__scroll div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200%;
    gap: 20px;
    font-size: 43px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(42, 175, 192, .35)
}

@media only screen and (max-width: 1439px) {
    .ticker__scroll div:last-of-type {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .ticker__scroll div {
        font-size: 30px;
        gap: 13px
    }
}

.ticker.second-ticker {
    margin: 165px 0
}

@media only screen and (max-width: 767px) {
    .ticker.second-ticker {
        margin: 80px 0 89px
    }
}

.categories {
    padding-bottom: 170px
}

@media only screen and (max-width: 767px) {
    .categories {
        padding-bottom: 87px
    }
}

@media only screen and (min-width: 576px) {
    .categories h2 {
        margin-bottom: 62px
    }
}

@media only screen and (max-width: 575px) {
    .categories h2 {
        margin-bottom: 35px
    }
}

.categories__list {
    list-style-type: none;
    grid-template-columns:1fr 1fr;
    display: grid;
    gap: 18px;
    justify-content: center;
    margin-bottom: 36px
}

@media only screen and (max-width: 767px) {
    .categories__list {
        gap: 8px;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 575px) {
    .categories__list {
        grid-template-columns:1fr
    }
}

.categories__list li {
    padding: 0px 20px 0px 20px;
    width: 100%;
    position: relative;
    border-radius: 16px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(42, 175, 192, 0.05) 100%), rgba(18, 18, 18, .2);
    min-height: 100px;
    height: 100%;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .55), inset 5px 12px 5px -13px rgba(237, 237, 237, .73)
}

.categories__list li:nth-child(1) {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 88%, rgba(42, 175, 192, 0.14) 100%), rgba(18, 18, 18, .2)
}

.categories__list li:nth-child(4) {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 88%, rgba(42, 175, 192, 0.14) 100%), rgba(18, 18, 18, .2)
}

.categories__list li::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    height: 100%;
    --radius: 16px;
    border-radius: var(--radius);
    filter: blur(1px);
    box-shadow: inset 0px -1px 0px 0px rgba(237, 237, 237, .73)
}

.categories__list li span {
    display: inline-flex;
    align-items: center;
    padding: 0 15px 15px;
    font-size: 27px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    height: 100%;
    max-width: 510px;
    overflow: hidden;
    width: 100%;
    color: #fff;
    position: relative
}

.categories__list li span::before {
    content: "";
    background: #2aafc0;
    width: 3px;
    position: absolute;
    max-height: 67px;
    height: 100%;
    border-radius: 8px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 767px) {
    .categories__list li span::before {
        max-height: 42px
    }
}

.categories__list li span::after {
    content: "";
    position: absolute;
    bottom: 25px;
    width: 100%;
    height: 1px;
    background: #4a4a4a
}

@media only screen and (max-width: 767px) {
    .categories__list li span::after {
        bottom: 5px
    }
}

@media only screen and (max-width: 767px) {
    .categories__list li span {
        font-size: 18px;
        padding: 0 10px 10px;
        max-width: 321px
    }
}

@media only screen and (max-width: 767px) {
    .categories__list li {
        min-height: 62px;
        padding: 10px 12px 11px 13px;
        border-radius: 10px
    }
}

.categories p {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.1px;
    margin-bottom: 60px
}

@media only screen and (max-width: 767px) {
    .categories p {
        margin: 15px 0 32px;
        font-size: 14px
    }
}

.categories .btn {
    display: flex;
    margin: 0 auto
}

.brands {
    padding-bottom: 166px
}

.brands::after {
    top: 12.5%
}

@media only screen and (max-width: 767px) {
    .brands {
        padding-bottom: 87px
    }
}

.brands h2 {
    margin-bottom: 35pxw
}

@media only screen and (min-width: 576px) {
    .brands h2 {
        margin-bottom: 60px
    }
}

.brands__details {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 23px
}

@media only screen and (max-width: 767px) {
    .brands__details {
        gap: 16px
    }
}

@media only screen and (max-width: 575px) {
    .brands__details {
        grid-template-columns:1fr
    }
}

.brands__details-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    border-radius: 22px;
    background: rgba(0, 0, 0, .2);
    min-height: 112px;
    padding: 0 23px;
    font-size: 27px;
    font-weight: 500;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .55), inset 5px 12px 5px -13px rgba(237, 237, 237, .73)
}

.brands__details-block::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    height: 100%;
    --radius: 22px;
    border-radius: var(--radius);
    filter: blur(1px);
    box-shadow: inset 0px -1px 0px 0px rgba(237, 237, 237, .73)
}

@media only screen and (max-width: 767px) {
    .brands__details-block::before {
        --radius: 12px
    }
}

@media only screen and (max-width: 767px) {
    .brands__details-block {
        font-size: 18px;
        min-height: 89px;
        padding: 0 14px;
        border-radius: 12px
    }
}

.brands__details-block span {
    color: #9d9d9d;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: .4px;
    margin: 10px 0 0 10px
}

@media only screen and (max-width: 767px) {
    .brands__details-block span {
        font-size: 14px;
        margin: 5px 0 0 5px
    }
}

.brands__details-heading {
    display: flex;
    align-items: center;
    gap: 6px
}

.brands__details-heading img {
    width: 33px;
    height: 33px
}

@media only screen and (max-width: 767px) {
    .brands__details-heading img {
        width: 21.5px;
        height: 21.5px
    }
}

.brands__slider {
    max-width: 1130px;
    min-height: 615px
}

@media only screen and (min-width: 768px) {
    .brands__slider {
        padding: 40px 0 32px !important
    }
}

@media only screen and (max-width: 1199px) {
    .brands__slider {
        max-width: 950px
    }
}

@media only screen and (max-width: 767px) {
    .brands__slider {
        padding: 18px 0 0 !important;
        max-height: 718px
    }
}

@media only screen and (max-width: 575px) {
    .brands__slider {
        max-height: 633px
    }
}

.brands__slider-layout {
    position: relative
}

@media only screen and (max-width: 767px) {
    .brands__slider-layout {
        overflow: hidden
    }
}

.brands__slider-layout::after {
    background: url("../images/global-icons/brands-circle.webp") center/cover;
    content: "";
    max-width: 350px;
    max-height: 542px;
    width: 100%;
    height: 100%;
    top: 35%;
    filter: blur(60px);
    position: absolute;
    right: 3%;
    translate: 0% -50%;
    scale: 1.6;
    z-index: -1
}

@media only screen and (max-width: 767px) {
    .brands__slider-layout::after {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .brands .swiper {
        overflow: unset
    }
}


.brands .swiper-button-next, .brands .swiper-button-prev {
    background: url("../images/brands/icons/blue-arrow.svg") no-repeat center/50%, rgba(56, 56, 56, .29);
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
    border: 0;
    transition: all .5s ease;
    position: absolute;
    top: 44%;
    cursor: pointer;
    transform: translateY(-50%)
}

@media only screen and (max-width: 991px) {
    .brands .swiper-button-next, .brands .swiper-button-prev {
        display: none
    }
}

.brands .swiper-button-next:hover, .brands .swiper-button-prev:hover {
    background: url("../images/brands/icons/blue-arrow.svg") no-repeat center/50%, rgba(56, 56, 56, .7)
}

.brands .swiper-button-next:disabled, .brands .swiper-button-prev:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.brands .swiper-button-next svg, .brands .swiper-button-prev svg {
    display: none
}

.brands .swiper-pagination {
    position: unset;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .brands .swiper-pagination {
        margin-top: 32px
    }
}

@media only screen and (max-width: 575px) {
    .brands .swiper-pagination {
        gap: 4px
    }
}

.brands .swiper-pagination-bullet {
    opacity: 1;
    background: #454545;
    height: 10px;
    width: 10px;
    margin: 0 !important
}

@media only screen and (max-width: 575px) {
    .brands .swiper-pagination-bullet {
        height: 6px;
        width: 6px
    }
}

.brands .swiper-pagination-bullet-active {
    background: #2aafc0
}

.brands .swiper-button-prev {
    left: 0
}

.brands .swiper-button-next {
    right: 0;
    transform: translateY(-50%) rotate(180deg)
}

.brands .swiper-slide {
    padding: 40px 30px;
    border-radius: 19px;
    background: rgba(0, 0, 0, .2);
    display: grid;
    grid-template-columns:minmax(750px, 1fr) 330px
}

@media only screen and (max-width: 1199px) {
    .brands .swiper-slide {
        grid-template-columns:1fr .85fr
    }
}

@media (max-width: 850px) {
    .brands .swiper-slide {
        grid-template-columns:1fr .6fr
    }
}

@media only screen and (max-width: 767px) {
    .brands .swiper-slide {
        grid-template-columns:1fr;
        padding: 9px 15px;
        gap: 8px
    }

    .brands .swiper-slide .link {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 16px
    }

    .brands .swiper-slide p {
        margin: 8.5px 0 0
    }
}

@media only screen and (max-width: 575px) {
    .brands .swiper-slide .link {
        top: 9px;
        right: 15px
    }
}

.brands__slide {
    background: rgba(0, 0, 0, .2);
    border-radius: 19px;
    position: relative;
    min-height: 615px;
    z-index: 1;
    box-shadow: -1px 2px 28px rgba(0, 0, 0, .55), inset -14px -6px 5px -13px rgba(237, 237, 237, .43);
    border-radius: 19px;
    position: relative
}

.brands__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(42, 175, 192, 0.2) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: 19px;
    z-index: 1
}

.brands__slide::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    height: 100%;
    --radius: 19px;
    border-radius: var(--radius);
    filter: blur(1px);
    box-shadow: inset 2px 3px 0px 0px rgba(237, 237, 237, .43)
}

.brands__slide-shadow {
    display: none
}

@media only screen and (max-width: 767px) {
    .brands__slide-shadow {
        display: unset;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%, rgb(0, 0, 0) 100%);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100px
    }
}

@media (max-width: 450px) {
    .brands__slide-shadow {
        height: 150px
    }
}

@media (max-width: 400px) {
    .brands__slide-shadow {
        height: 250px
    }
}

.brands__slide-wrapper {
    position: relative;
    z-index: 5
}

@media only screen and (max-width: 767px) {
    .brands__slide {
        max-height: 700px
    }
}

@media only screen and (max-width: 575px) {
    .brands__slide {
        max-height: 511px
    }
}

.brands__slide .text-toggle {
    max-width: 650px
}

@media (max-width: 850px) {
    .brands__slide .text-toggle {
        max-width: 380px
    }
}

@media only screen and (max-width: 767px) {
    .brands__slide .text-toggle {
        max-width: unset
    }
}

.brands__slide-heading {
    max-width: 546px;
    width: 100%;
    position: relative;
    padding-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .brands__slide-heading {
        padding-bottom: 10px
    }
}

.brands__slide-heading::before {
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #4a4a4a
}

@media only screen and (max-width: 575px) {
    .brands__slide-heading::before {
        max-width: 232px
    }
}

.brands__slide-heading a {
    display: inline-block
}

.brands__slide-heading a:hover img {
    opacity: .6
}

@media only screen and (max-width: 767px) {
    .brands__slide:nth-child(2) .brands__slide-logo img {
        max-width: 250px;
        object-position: center
    }
}

.brands__slide-logo img {
    max-width: 350px;
    width: 100%;
    height: 100px;
    object-fit: contain;
    transition: all .5s ease
}

@media only screen and (max-width: 767px) {
    .brands__slide-logo img {
        max-width: 200px
    }
}

@media only screen and (max-width: 575px) {
    .brands__slide-logo img {
        max-width: 100px;
        height: 70px
    }
}

.brands__slide p {
    font-size: 19px;
    margin-top: 20px;
    line-height: 1.4;
    margin-bottom: 50px
}

@media (max-width: 850px) {
    .brands__slide p {
        font-size: 18px
    }
}

@media only screen and (max-width: 575px) {
    .brands__slide p {
        font-size: 14px
    }
}

.brands__slide-img {
    position: relative
}

@media only screen and (max-width: 767px) {
    .brands__slide-img {
        text-align: center
    }
}

.brands__slide-img img {
    max-width: 327px;
    object-fit: contain;
    animation: mob-phone-scalling 3s linear infinite
}

@media only screen and (min-width: 768px) {
    .brands__slide-img img {
        animation: phone-scalling 3s linear infinite;
        position: absolute;
        top: 0%;
        z-index: 10;
        translate: 0% 0%;
        right: -30px;
        scale: 1.15
    }
}

@media only screen and (max-width: 1199px) {
    .brands__slide-img img {
        right: -40px
    }
}

@media (max-width: 850px) {
    .brands__slide-img img {
        right: -12px
    }
}

.brands .btn {
    display: flex;
    margin: 60px auto 0
}

@media only screen and (max-width: 767px) {
    .brands .btn {
        margin: 32px auto 0
    }
}

.promo::after {
    top: 5%
}

.promo .container {
    max-width: 1360px;
    padding-right: 0;
    margin: 0 0 0 auto
}

@media only screen and (min-width: 1440px) {
    .promo .container {
        max-width: 1280px;
        margin: 0 auto
    }
}

@media only screen and (min-width: 1440px) {
    .promo .container-title {
        padding: 0
    }
}

@media only screen and (min-width: 576px) {
    .promo h2 {
        margin-bottom: 66px
    }
}

.promo__wrapper {
    align-items: stretch
}

.promo .swiper-slide {
    height: auto
}

.promo__slide-wrapper {
    height: 100%;
    padding: 24px;
    border-radius: 20px;
    border-inline: .4px solid rgba(237, 237, 237, .3);
    position: relative;
    background: linear-gradient(187deg, rgba(18, 18, 18, 0.2) 73%, rgba(42, 175, 192, 0.2) 100%);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .55), inset 5px 12px 5px -13px rgba(237, 237, 237, .73)
}

.promo__slide-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    height: 100%;
    --radius: 20px;
    border-radius: var(--radius);
    filter: blur(2px);
    box-shadow: inset 0px -2px 0px 0px rgba(237, 237, 237, .45)
}

@media only screen and (max-width: 767px) {
    .promo__slide-wrapper::before {
        --radius: 12px
    }
}

@media only screen and (max-width: 575px) {
    .promo__slide-wrapper {
        padding: 26px 14px 20px 20px
    }
}

.promo__slide-wrapper h3 {
    font-size: 23.58px;
    letter-spacing: .4px;
    margin-bottom: 40px;
    font-weight: 500
}

@media only screen and (max-width: 575px) {
    .promo__slide-wrapper h3 {
        font-size: 20px;
        margin-bottom: 32px
    }
}

.promo__slide-wrapper img {
    max-width: 375px;
    object-fit: contain;
    height: auto;
    display: block;
    margin: 0 auto 30px;
    border-radius: 9px
}

@media only screen and (max-width: 575px) {
    .promo__slide-wrapper img {
        max-width: 310px;
        margin: 0 auto 22px
    }
}

.promo__slide-wrapper p {
    font-size: 17px;
    line-height: 1.5;
    margin: 0;
    letter-spacing: -0.7px
}

@media only screen and (max-width: 575px) {
    .promo__slide-wrapper p {
        font-size: 14px;
        letter-spacing: -0.5px;
        line-height: 1.55
    }
}

.promo .btn {
    display: flex;
    margin: 62px auto 0
}

@media only screen and (max-width: 767px) {
    .promo .btn {
        margin: 32px auto 0
    }
}

.team::after {
    top: 80%;
    left: -3%
}

@media only screen and (min-width: 768px) {
    .team {
        padding-bottom: 168px
    }
}

.team__wrapper {
    align-items: stretch
}

.team-button-next, .team-button-prev {
    background: url("../images/teams/arrow-left.svg") no-repeat center/50%, rgba(56, 56, 56, .29);
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
    border: 0;
    transition: all .5s ease;
    position: absolute;
    top: 56% !important;
    cursor: pointer;
    transform: translateY(-50%)
}

@media only screen and (max-width: 991px) {
    .team-button-next, .team-button-prev {
        width: 36px;
        height: 36px
    }
}

@media only screen and (max-width: 767px) {
    .team-button-next, .team-button-prev {
        top: unset !important;
        bottom: 0
    }
}

@media only screen and (max-width: 575px) {
    .team-button-next, .team-button-prev {
        bottom: 9px
    }
}

.team-button-next:hover, .team-button-prev:hover {
    background: url("../images/teams/arrow-left.svg") no-repeat center/50%, rgba(56, 56, 56, .7)
}

.team-button-next:disabled, .team-button-prev:disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.team-button-next svg, .team-button-prev svg {
    display: none
}

@media only screen and (min-width: 1200px) {
    .team-button-prev {
        left: 58px !important
    }
}

@media only screen and (max-width: 767px) {
    .team-button-prev {
        left: 42.5% !important
    }
}

@media only screen and (max-width: 575px) {
    .team-button-prev {
        left: 39% !important
    }
}

@media (max-width: 400px) {
    .team-button-prev {
        left: 35% !important
    }
}

.team-button-next {
    transform: translateY(-50%) rotate(180deg)
}

@media only screen and (min-width: 1200px) {
    .team-button-next {
        right: 58px !important
    }
}

@media only screen and (max-width: 767px) {
    .team-button-next {
        right: 42.5% !important;
        transform: translateY(-50%) rotate(180deg)
    }
}

@media only screen and (max-width: 575px) {
    .team-button-next {
        right: 39% !important
    }
}

@media (max-width: 400px) {
    .team-button-next {
        right: 35% !important
    }
}

@media only screen and (min-width: 576px) {
    .team h2 {
        margin-bottom: 68px
    }
}

.team .swiper {
    border-radius: 12px
}

@media only screen and (max-width: 767px) {
    .team .swiper {
        padding-bottom: 80px
    }
}

.team .swiper-slide {
    height: auto;
    display: flex;
    gap: 29px;
    opacity: .5;
    transition: all .5s ease;
    border-radius: 12px;
    background: rgba(18, 18, 18, .2);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .45), inset 5px 12px 5px -13px rgba(237, 237, 237, .43)
}

.team .swiper-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    height: 100%;
    --radius: 12px;
    border-radius: var(--radius);
    filter: blur(2px);
    z-index: 4;
    box-shadow: inset 0px -2px 0px 0px rgba(237, 237, 237, .15)
}

@media only screen and (max-width: 767px) {
    .team .swiper-slide::after {
        --radius: 12px
    }
}

.team .swiper-slide-active {
    opacity: 1
}

.team .swiper-slide-active .team__slide-info {
    opacity: 1 !important
}

@media only screen and (max-width: 767px) {
    .team .swiper-slide {
        gap: 11px
    }
}

.team__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(42, 175, 192, 0.2) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 5;
    border-radius: inherit
}

.team__slide-info {
    opacity: 0;
    transition: all .5s ease;
    max-width: 570px;
    width: 100%;
    padding: 63px 15px 15px
}

@media only screen and (max-width: 575px) {
    .team__slide-info {
        padding: 36px 30px 25px 4px;
        max-width: 55%
    }
}

.team__slide-info p {
    font-size: 17.5px;
    line-height: 1.5;
    margin: 17px 0 25px
}

@media only screen and (max-width: 767px) {
    .team__slide-info p {
        font-size: 13px;
        line-height: 1.35;
        margin: 10px 0
    }
}

.team__slide-info h3 {
    align-items: start;
    font-size: 26px;
    letter-spacing: unset;
    line-height: 1.5
}

@media only screen and (max-width: 767px) {
    .team__slide-info h3 {
        font-size: 22px
    }
}

@media only screen and (max-width: 575px) {
    .team__slide-info h3 {
        font-size: 17px
    }
}

.team__slide-info span {
    font-size: 22px;
    line-height: 1.5
}

@media only screen and (max-width: 767px) {
    .team__slide-info span {
        font-size: 16px
    }
}

@media only screen and (max-width: 575px) {
    .team__slide-info span {
        font-size: 11px
    }
}

.team__slide-info a {
    font-weight: 500;
    font-size: 20.5px
}

@media only screen and (max-width: 767px) {
    .team__slide-info a {
        font-size: 18px
    }
}

@media only screen and (max-width: 575px) {
    .team__slide-info a {
        font-size: 13px
    }
}

.team__slide-info div {
    font-size: 15px;
    line-height: 1.8
}

@media only screen and (max-width: 575px) {
    .team__slide-info div {
        line-height: 1.5
    }
}

.team__slide-info div span {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3
}

@media only screen and (max-width: 767px) {
    .team__slide-info div span {
        font-size: 11px
    }
}

@media only screen and (max-width: 767px) {
    .team__slide-info div {
        font-size: 11px
    }
}

.team__slide-img {
    max-width: 256px;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 575px) {
    .team__slide-img {
        max-width: 40%
    }
}

.team__slide-img::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200px;
    background: url("../images/teams/hero-shadow.webp") no-repeat center/cover
}

@media only screen and (max-width: 575px) {
    .team__slide-img::after {
        height: 140px;
        bottom: 0
    }
}

.team__slide-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    background: url("../images/teams/hero-bg.webp") no-repeat center/cover;
    height: 100%;
    top: 0
}

.reviews {
    padding-bottom: 232px
}

@media only screen and (max-width: 767px) {
    .reviews {
        padding: 59px 0 125px
    }
}

.reviews .container {
    max-width: 1360px;
    padding-right: 0;
    margin: 0 0 0 auto
}

@media only screen and (min-width: 1440px) {
    .reviews .container {
        max-width: 1280px;
        margin: 0 auto
    }
}

@media only screen and (min-width: 1440px) {
    .reviews .container-title {
        padding: 0
    }
}

@media only screen and (min-width: 576px) {
    .reviews h2 {
        margin-bottom: 70px
    }
}

.reviews__slide {
    background: rgba(18, 18, 18, .2);
    border-radius: 20px;
    padding: 20px 20px 60px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .45), inset 5px 12px 5px -13px rgba(237, 237, 237, .43)
}

@media only screen and (max-width: 575px) {
    .reviews__slide {
        padding: 20px 20px 32px
    }
}

.reviews__slide::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    height: 100%;
    --radius: 20px;
    border-radius: var(--radius);
    filter: blur(1.2px);
    z-index: 4;
    box-shadow: inset -2px -2px 0px 0px rgba(237, 237, 237, .15)
}

@media only screen and (max-width: 767px) {
    .reviews__slide::after {
        --radius: 12px
    }
}

.reviews__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(42, 175, 192, 0.2) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: inherit
}

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

@media only screen and (max-width: 575px) {
    .reviews__slide-wrapper {
        gap: 11px
    }
}

.reviews__slide-wrapper img {
    max-width: 88px;
    max-height: 88px
}

@media only screen and (max-width: 575px) {
    .reviews__slide-wrapper img {
        max-width: 65px;
        max-height: 65px
    }
}

.reviews__slide-wrapper h3 {
    font-size: 26.2px;
    letter-spacing: unset;
    font-weight: 500
}

@media only screen and (max-width: 575px) {
    .reviews__slide-wrapper h3 {
        font-size: 19px
    }
}

.reviews__slide .text-toggle {
    margin-top: 20px
}

@media only screen and (max-width: 575px) {
    .reviews__slide .text-toggle {
        margin-top: 12px
    }
}

.reviews__slide .text-toggle p {
    font-size: 16px;
    max-width: 430px;
    line-height: 1.5
}

@media only screen and (max-width: 575px) {
    .reviews__slide .text-toggle p {
        font-size: 12px
    }
}

.reviews__slide .text-toggle p span {
    font-weight: 500
}

@media only screen and (max-width: 575px) {
    .reviews__slide .text-toggle .view-more {
        font-size: 12px
    }
}

.reviews__slide .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    white-space: normal;
    transition: all .3s ease
}

.reviews__slide .text::after {
    content: "… ";
    white-space: pre
}

.reviews__slide .view-more {
    display: inline;
    font-size: 16px;
    line-height: 1.4;
    color: #2aafc0;
    cursor: pointer;
    font-weight: 300;
    user-select: none;
    white-space: nowrap
}

.reviews__slide .view-more::after {
    content: "read the full"
}

.reviews .btn {
    margin: 70px auto 0;
    display: flex
}

@media only screen and (min-width: 768px) {
    .reviews .btn {
        font-size: 24px
    }
}

@media only screen and (max-width: 767px) {
    .reviews .btn {
        margin: 32px auto 0
    }
}

.reviews .btn::after {
    display: none
}

.faq {
    padding: 60px 0 206px
}

.faq::after {
    top: 25%;
    left: -15%;
    z-index: -1;
    opacity: .7;
    transform: scale(3)
}

.faq h2 {
    margin-bottom: 46px
}

: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);
    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-slide, .swiper-3d .swiper-cube-shadow {
    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-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
    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, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 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, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 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: rgba(0, 0, 0, 0)
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .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)
    }
}
