/*! CSS Used from: http://localhost:63342/sharklink/css/main.min.css */
.swiper-slide, .swiper-wrapper {
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper, a, li, ul {
    list-style: none;
}

a, button, li, ul {
    color: inherit;
}

a, a:hover, a:visited, li, ul {
    text-decoration: none;
}

.home__description, .title-regular {
    letter-spacing: .03em;
    text-transform: uppercase;
}

.advantage-item__title, .advertisers__title, .aside__lang, .circle-logo span, .home__description, .home__title, .title-regular {
    text-transform: uppercase;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.offers-button-next::after, .offers-button-prev::after {
    display: none !important;
}

.circle-logo-m::after {
    display: none;
}

button, input {
    overflow: visible;
}

button {
    cursor: pointer;
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

h1 {
    font-size: 2em;
}

button, input, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    font-family: inherit;
}

button {
    text-transform: none;
}

[type=submit], button {
    -webkit-appearance: button;
}

textarea {
    overflow: auto;
}

.aside__text, .card-traffic-sources__text, .item-faq__button, .item-faq__text, .title-regular, .traffic-sources__text {
    font-family: Unbounded, sans-serif;
}

main, nav {
    display: block;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    background-color: transparent;
}

:active, :focus, a:active, a:focus {
    outline: 0;
}

img {
    display: block;
    border-style: none;
}

h1, h2 {
    margin: 0;
}

.circle-logo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-animation: 20s linear infinite spinZ;
    animation: 20s linear infinite spinZ;
    text-align: center;
}

.circle-logo span {
    position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: .5625rem;
    -webkit-transition: .5s cubic-bezier(0, 0, 0, 1);
    -o-transition: .5s cubic-bezier(0, 0, 0, 1);
    transition: .5s cubic-bezier(0, 0, 0, 1);
}

.circle-logo::after {
    position: absolute;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-23.09deg);
    -ms-transform: translate(-50%, -50%) rotate(-23.09deg);
    transform: translate(-50%, -50%) rotate(-23.09deg);
}

#home .circle-logo::after {
    width: 50px !important;
    height: 50px !important;
}

.circle-logo-s {
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    -webkit-animation: 20s linear infinite spinY;
    animation: 20s linear infinite spinY;
}

.circle-logo-m {
    width: 110px;
    height: 110px;
}

.gradient-circle, .gradient-circle::after {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.gradient-circle {
    -webkit-filter: blur(300px);
    filter: blur(300px);
    max-width: 412px;
    max-height: 398px;
    border-radius: 50%;
}

.gradient-circle::after {
    content: '';
    display: block;
    background: -o-linear-gradient(300.73deg, rgba(255, 0, 219, .5) -22.53%, rgba(144, 0, 156, .5) 81.36%);
    background: linear-gradient(149.27deg, rgba(255, 0, 219, .5) -22.53%, rgba(144, 0, 156, .5) 81.36%);
}

.gradient-circle-2 {
    right: 0;
}

.title-regular {
    font-size: 1.625rem;
    font-weight: 900;
    text-align: center;
}

.button-style-arrow:hover {
    color: #a600ff;
}

.button-style-box {
    display: inline-block;
    position: relative;
    max-width: 185px;
    width: 100%;
    height: 58px;
    border: 0;
    outline: 0;
    color: #fff;
    background: 0 0;
}

.button-style-box:hover .button-style-shadow, .home__gradient-circle-1 {
    top: 0;
    left: 0;
}

.button-style-box:hover .button-style-text {
    background-position: 100% 0;
}

.button-style-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    z-index: 1;
    background: -o-linear-gradient(358deg, #a600ff 6%, #9200b7 50%, #560085 100%);
    background: linear-gradient(92deg, #a600ff 6%, #9200b7 50%, #560085 100%);
    -webkit-clip-path: polygon(18% 0, 100% 0, 100% 70%, 82% 100%, 0 100%, 0 30%);
    clip-path: polygon(18% 0, 100% 0, 100% 70%, 82% 100%, 0 100%, 0 30%);
    background-size: 200% 100%;
    -webkit-transition: .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: .3s cubic-bezier(.75, 0, .125, 1);
    transition: .3s cubic-bezier(.75, 0, .125, 1);
}

.button-style-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}

.button-style-shadow {
    position: absolute;
    top: 5px;
    left: 3px;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-clip-path: polygon(18% 0, 100% 0, 100% 70%, 82% 100%, 0 100%, 0 30%);
    clip-path: polygon(18% 0, 100% 0, 100% 70%, 82% 100%, 0 100%, 0 30%);
    z-index: 0;
    -webkit-transition: .3s cubic-bezier(.75, 0, .125, 1);
    -o-transition: .3s cubic-bezier(.75, 0, .125, 1);
    transition: .3s cubic-bezier(.75, 0, .125, 1);
}

.home, .home__container {
    position: relative;
}

.button-style-arrow {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.button-style-arrow span {
    margin-right: 13px;
}

.button-style-arrow svg {
    width: 32px;
    height: 10px;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
    fill: #f8f8f8;
}

.button-style-arrow:hover svg {
    fill: #a600ff;
    -webkit-animation: 1s infinite alternate arrow-move;
    animation: 1s infinite alternate arrow-move;
}

.advantage__item:first-child .advantage-item__wrapper {
    background: -o-linear-gradient(319.57deg, #9701c7 8.73%, #2d002b 86.53%);
}

.nav {
    max-width: 655px;
    margin: 0 auto;
    padding-bottom: 94px;
}

.nav__list {
    display: flex;
    gap: 40px;
}

.nav__link {
    color: #fff;
    font-family: 'Roboto Flex';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: color .3s;
}

.home__title span, .nav__link:hover {
    color: #a600ff;
}

.home {
    padding: 40px 0 60px;
}

.home::after {
    position: absolute;
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.home__container {
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
}

.home__circle-logo {
    position: absolute;
    right: 0;
    top: -100px;
}

.home__description {
    margin-bottom: 21px;
    font-weight: 500;
    color: #a600ff;
}

.home__title {
    font-family: Unbounded, sans-serif;
    font-weight: 900;
    font-size: 3rem;
    letter-spacing: .2rem;
}

.home__nav {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home__btn-all {
    margin-right: 59px;
}

.home__gradient-circle-2 {
    right: 0;
    top: 0;
}

.stats {
    padding: 60px 0 95px;
    font-family: 'Roboto Flex', sans-serif;
}

.stats__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}

.stats__item {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    padding: 1px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

.stats__item:nth-child(2n), .stats__item:nth-child(2n) .stats-item__wrapper {
    transform: rotate(180deg);
}

.stats-item__wrapper {
    height: 100%;
    padding: 35px 0;
    -webkit-clip-path: inherit;
    clip-path: inherit;
}

.stats-item__title {
    margin-bottom: 8px;
    font-weight: 900;
    font-size: 2.375rem;
    letter-spacing: .03em;
}

.stats-item__text {
    font-weight: 300;
    font-size: 1.20rem;
    letter-spacing: .03em;
}

.advantage {
    padding: 0 0 100px;
    position: relative;
}

.advantage__title {
    margin-bottom: 70px;
}

.advantage__container {
    max-width: 820px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 28px;
}

.offers__btn-arrow, .offers__container, .offers__nav, .offers__slider {
    display: -webkit-box;
    display: -ms-flexbox;
}

.advantage__item {
    width: 100%;
    padding: 1px;
    border-radius: 4px;
}

.advantage__item:nth-child(2n) {
    text-align: right;
}

.advantage__item:first-child {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 25%);
    clip-path: polygon(25% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 25%);
    background: -o-linear-gradient(319.57deg, #fff 8.73%, rgba(255, 255, 255, 0) 45.6%, #fff 86.53%);
    background: linear-gradient(130.43deg, #fff 8.73%, rgba(255, 255, 255, 0) 45.6%, #fff 86.53%);
}

.advantage__item:nth-child(2) {
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 25%, 100% 100%, 25% 100%, 0 75%);
    clip-path: polygon(0 0, 75% 0, 100% 25%, 100% 100%, 25% 100%, 0 75%);
    background: -o-linear-gradient(220.43deg, #fff 8.73%, rgba(255, 255, 255, 0) 45.6%, #fff 86.53%);
    background: linear-gradient(-130.43deg, #fff 8.73%, rgba(255, 255, 255, 0) 45.6%, #fff 86.53%);
}

.advantage__item:nth-child(3) {
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 25%, 100% 100%, 25% 100%, 0 75%);
    clip-path: polygon(0 0, 75% 0, 100% 25%, 100% 100%, 25% 100%, 0 75%);
    background: -o-linear-gradient(39deg, #fff 8.73%, rgba(255, 255, 255, 0) 45.6%, #fff 86.53%);
    background: linear-gradient(51deg, #fff 8.73%, rgba(255, 255, 255, 0) 45.6%, #fff 86.53%);
}

.advantage__item:nth-child(4) {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 25%);
    clip-path: polygon(25% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 25%);
    background: -o-linear-gradient(141deg, #fff 8.73%, rgba(255, 255, 255, 0) 45.6%, #fff 86.53%);
    background: linear-gradient(-51deg, #fff 8.73%, rgba(255, 255, 255, 0) 45.6%, #fff 86.53%);
}

.advantage-item__wrapper {
    -webkit-clip-path: inherit;
    clip-path: inherit;
    border-radius: inherit;
    height: 100%;
}

.advantage__item:first-child .advantage-item__wrapper {
    padding: 75px 50px 50px;
    background: linear-gradient(130.43deg, #9701c7 8.73%, #2d002b 86.53%);
}

.advantage__item:nth-child(2) .advantage-item__wrapper {
    padding: 75px 50px 50px;
    background: -o-linear-gradient(220.43deg, #9701c7 8.73%, #2d002b 86.53%);
    background: linear-gradient(-130.43deg, #9701c7 8.73%, #2d002b 86.53%);
}

.advantage__item:nth-child(3) .advantage-item__wrapper {
    padding: 75px 50px 50px;
    background: -o-linear-gradient(39deg, #9701c7 8.73%, #2d002b 86.53%);
    background: linear-gradient(51deg, #9701c7 8.73%, #2d002b 86.53%);
}

.advantage__item:nth-child(4) .advantage-item__wrapper {
    padding: 75px 50px 50px;
    background: -o-linear-gradient(141deg, #9701c7 8.73%, #2d002b 86.53%);
    background: linear-gradient(-51deg, #9701c7 8.73%, #2d002b 86.53%);
}

.advantage-item__title {
    margin-bottom: 29px;
    font-weight: 900;
    font-size: 1.5625rem;
    letter-spacing: .03em;
}

.advantage-item__text {
    font-weight: 300;
    line-height: 1.48;
}

.advantage__gradient-circle-1 {
    top: 0;
    right: 0;
}

.offers {
    padding-bottom: 60px;
}

.offers__container {
    display: flex;
    position: relative;
    margin-bottom: 13px;
}

.offers__content {
    flex-grow: 1;
    padding-right: 40px;
    border-right: 1px solid #e7e7e7;
}

.offers__title {
    text-align: left;
    margin-bottom: 40px;
}

.offers__text {
    max-width: 470px;
    margin-bottom: 90px;
    font-weight: 300;
    line-height: 1.95;
    font-family: Unbounded, sans-serif;
}

.offers__nav {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.offers__btn-all {
    margin-right: 63px;
}

.offers__slider {
    max-width: 350px;
    padding: 40px 0 0 40px;
    flex-grow: 1;
    margin-left: 0;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.offers__btn-arrow {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.offers-button-next, .offers-button-prev {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    margin-top: 0 !important;
    cursor: pointer;
}

.offers-button-next svg, .offers-button-prev svg {
    width: 19px;
    height: 24px;
}

.offers-button-next {
    margin-left: 16px;
}

.offers-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offers__nav-mob {
    display: none;
}

.slide-offers {
    position: relative;
    padding: 30px 30px 55px;
    border-radius: 8px;
    border: 1px solid #6a4e6c;
    background: #201820;
}

.slide-offers__circle {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-25%, -25%);
}

.slide-offers__circle span {
    font-size: 6px;
}

.slide-offers__circle .circle-logo-m {
    width: 75px;
    height: 75px;
}

.slide-offers__circle .circle-logo-s {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
}

.slide-offers__img {
    display: block;
    width: 81px;
    aspect-ratio: 1/1;
    margin: 0 auto 20px;
}

.slide-offers__name {
    margin-bottom: 45px;
    text-align: center;
    line-height: 195.5%;
    letter-spacing: .48px;
}

.slide-offers__countries {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.slide-offers__countries img {
    width: 33px;
    aspect-ratio: 1/1;
}

.advertisers, .aside-popup {
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 1150px) {
    .wrapper {
        width: 100%;
        max-width: 1300px;
        padding: 0 40px;
        margin: 0 auto;
    }

    .nav {
        display: none;
    }

    .offers__slider {
        max-width: none;
    }
}

@media only screen and (max-width: 992px) {
    .offers__text, .offers__title {
        text-align: center;
    }

    .wrapper {
        padding: 0 20px;
    }

    .home__gradient-circle-2, .offers__nav-desc {
        display: none;
    }

    .stats__container {
        gap: 20px;
    }

    .advantage__item:first-child .advantage-item__wrapper, .advantage__item:nth-child(3) .advantage-item__wrapper {
        padding: 75px 45px 50px 55px;
    }

    .advantage__item:nth-child(2) .advantage-item__wrapper, .advantage__item:nth-child(4) .advantage-item__wrapper {
        padding: 75px 55px 50px 45px;
    }

    .offers__container {
        display: block;
        margin-bottom: 24px;
    }

    .offers__container::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .offers__content {
        padding-right: 0;
        margin: 0 auto 20px;
        border-right: 0;
    }

    .offers__text {
        margin: 0 auto;
        font-size: .875rem;
    }

    .offers__btn-arrow {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 52px;
    }

    .offers__nav-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .home {
        padding-top: 30px;
    }

    .home__circle-logo {
        position: relative;
        margin-left: auto;
        top: auto;
        right: 25px;
        width: 110px;
        aspect-ratio: 1/1;
        margin-bottom: 17px;
    }

    .stats__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        max-width: 398px;
        margin: 0 auto;
    }

    .stats__item:nth-child(2n), .stats__item:nth-child(2n) .stats-item__wrapper {
        transform: rotate(0);
    }

    .advantage {
        padding-bottom: 90px;
    }

    .advantage__container {
        display: block;
        max-width: 400px;
    }

    .advantage__item:not(:last-child) {
        margin-bottom: 13px;
    }

    .advantage__item:nth-child(3) {
        -webkit-clip-path: polygon(25% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 25%);
        clip-path: polygon(25% 0, 100% 0, 100% 75%, 75% 100%, 0 100%, 0 25%);
        background: -o-linear-gradient(319.57deg, #fff 8.73%, rgba(255, 255, 255, 0) 45.6%, #fff 86.53%);
        background: linear-gradient(130.43deg, #fff 8.73%, rgba(255, 255, 255, 0) 45.6%, #fff 86.53%);
    }

    .advantage__item:nth-child(4) {
        -webkit-clip-path: polygon(0 0, 75% 0, 100% 25%, 100% 100%, 25% 100%, 0 75%);
        clip-path: polygon(0 0, 75% 0, 100% 25%, 100% 100%, 25% 100%, 0 75%);
        background: -o-linear-gradient(220.43deg, #fff 8.73%, rgba(255, 255, 255, 0) 45.6%, #fff 86.53%);
        background: linear-gradient(-130.43deg, #fff 8.73%, rgba(255, 255, 255, 0) 45.6%, #fff 86.53%);
    }

    .advantage__item:nth-child(3) .advantage-item__wrapper {
        padding: 75px 55px 50px 75px;
        background: -o-linear-gradient(319.57deg, #9701c7 8.73%, #2d002b 86.53%);
        background: linear-gradient(130.43deg, #9701c7 8.73%, #2d002b 86.53%);
    }

    .advantage__item:nth-child(4) .advantage-item__wrapper {
        padding: 75px 75px 50px 55px;
        background: -o-linear-gradient(220.43deg, #9701c7 8.73%, #2d002b 86.53%);
        background: linear-gradient(-130.43deg, #9701c7 8.73%, #2d002b 86.53%);
    }
}

@media only screen and (max-width: 576px) {
    .circle-logo {
        width: 51px;
        height: 51px;
    }

    .circle-logo span {
        font-size: .42670375rem;
    }

    .circle-logo::after {
        width: 16.57px;
        height: 16.57px;
    }

    .circle-logo-s {
        left: calc(50% - 25.5px);
        top: calc(50% - 25.5px);
    }

    .circle-logo-m {
        width: 76px;
        height: 76px;
    }

    .title-regular {
        font-size: 1.25rem;
    }

    .button-style-arrow, .button-style-box {
        font-size: .75rem;
    }

    .button-style-box {
        height: 43px;
        max-width: 142px;
    }

    .home {
        padding: 45px 0 25px;
    }

    .home__circle-logo, .offers__btn-arrow {
        display: none;
    }

    .home__description {
        margin-bottom: 10px;
        font-size: .75rem;
    }

    .home__title {
        margin-bottom: 40px;
        font-size: 1.5625rem;
    }

    .home__nav {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .home__btn-all {
        margin: 0;
    }

    .stats {
        padding: 50px 0;
    }

    .stats-item__wrapper {
        padding: 30px 0 50px;
    }

    .stats-item__title {
        margin-bottom: 5px;
        font-size: 1.75rem;
    }

    .advantage-item__text, .stats-item__text {
        font-size: .875rem;
    }

    .advantage {
        padding: 30px 0 90px;
    }

    .advantage__title {
        margin-bottom: 55px;
    }

    .advantage__container {
        max-width: 280px;
    }

    .advantage__item:first-child .advantage-item__wrapper, .advantage__item:nth-child(3) .advantage-item__wrapper {
        padding: 57px 30px 27px 23px;
    }

    .advantage__item:nth-child(2) .advantage-item__wrapper, .advantage__item:nth-child(4) .advantage-item__wrapper {
        padding: 57px 23px 27px 30px;
    }

    .advantage-item__title {
        font-size: 1.25rem;
        margin-bottom: 17px;
    }

    .offers {
        padding: 0 0 55px;
    }

    .offers__title {
        margin-bottom: 16px;
    }

    .offers__btn-all {
        margin-right: 40px;
    }

    .offers__slider {
        width: 100vw;
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .offers-button-next, .offers-button-prev {
        height: 32px;
        width: 32px;
    }

    .offers-button-next svg, .offers-button-prev svg {
        width: 13px;
        height: 20px;
    }
}

.aside__logo img, .main {
    width: 100%;
}

.div-cont__wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
    margin: 0 auto;
}

.main {
    min-height: 660px;
    max-width: 800px;
    padding-left: 50px;
}

.home:after {
    left: 0;
    transform: translate(-40px, -50%);
    width: calc(100% + 10px);
}

.aside-popup {
    transition: opacity .3s;
}

.aside {
    position: sticky;
    top: 35px;
    max-width: 330px;
    min-width: 330px;
    padding: 25px 20px 45px;
    border-radius: 6px;
    border: 2px solid #680181;
    background: #010101;
    font-family: 'Roboto Flex', sans-serif;
}

.aside__logo {
    max-width: 64px;
    aspect-ratio: 1/1;
    margin-bottom: 40px;
}

.aside__close {
    display: none;
    width: 16px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 27px;
    right: 27px;
    border: 0;
    background: 0 0;
}

.aside__close:after, .aside__close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.aside__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.aside__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.aside__text {
    margin-bottom: 25px;
    color: #fff;
    font-size: .875rem;
}

.aside__buttons {
    display: flex;
    gap: 9px;
    margin-bottom: 70px;
}

.aside__button {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #1c002a;
    font-size: 1rem;
    background: #fff;
    transition: background-color .3s, color .3s;
}

.aside__button_entrance:hover, .aside__button_registration {
    color: #fff;
    background: 0 0;
}

.aside__button_registration:hover {
    color: #1c002a;
    background: #fff;
}

.aside__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 35px;
}

.aside__link {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 6px;
    transition: background-color .3s;
}

.aside__link:before {
    content: '';
    width: 10px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #fff;
}

.aside__link:hover {
    background: #360046;
}

.aside__langs {
    display: flex;
    gap: 20px;
}

.aside__lang {
    color: #6b6b6b;
    font-weight: 600;
    cursor: pointer;
    transition: color .3s;
}

.aside__lang_active {
    color: #a600ff;
}

.aside__lang:hover {
    color: #dfa7fe;
}

.partners__wrapper {
    margin-bottom: 160px;
}

.faq__title, .partners__title {
    margin-bottom: 50px;
}

.partners__items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 45px;
    max-width: 960px;
    margin: 0 auto;
}

.item-partners {
    flex-grow: 1;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    padding: 5px;
    background: linear-gradient(130.43deg, #9701c7 8.73%, #2d002b 86.53%);
    clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 10% 100%, 0 70%);
}

.item-partners:nth-child(-n+3) {
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
}

.item-partners:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inherit;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    transform: translate(1px, 1px);
    background-color: #000;
}

.item-faq__plus:after, .item-faq__plus:before {
    width: 15px;
    height: 5px;
    background: #9200b7;
    left: 50%;
}

.item-partners:first-child .item-partners__img {
    max-width: 112px;
    aspect-ratio: 112/42;
}

.item-partners:nth-child(2) .item-partners__img {
    max-width: 137px;
    aspect-ratio: 137/38;
}

.item-partners:nth-child(3) .item-partners__img {
    max-width: 151px;
    aspect-ratio: 151/24;
}

.item-partners:nth-child(4) .item-partners__img {
    max-width: 84px;
    aspect-ratio: 84/32;
}

.item-partners:nth-child(5) .item-partners__img {
    max-width: 119px;
    aspect-ratio: 119/40;
}

.item-partners:last-child .item-partners__img {
    max-width: 122px;
    aspect-ratio: 122/39;
}

.item-partners__img {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.item-partners__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.traffic-sources {
    margin-bottom: 95px;
}

.traffic-sources__title {
    margin-bottom: 20px;
    text-align: center;
}

.traffic-sources__text {
    max-width: 470px;
    margin: 0 auto 55px;
    text-align: center;
    font-weight: 300;
    line-height: 135%;
}

.traffic-sources__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    max-width: 965px;
    margin: 0 auto;
}

.card-traffic-sources {
    flex-grow: 1;
    position: relative;
    min-width: 230px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #424242;
    background: #201820;
}

.card-traffic-sources__text {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
}

.card-traffic-sources__img {
    position: relative;
    max-width: 110px;
    width: 100%;
    aspect-ratio: 110/125;
    margin-left: auto;
}

.card-traffic-sources__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-traffic-sources__shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 109px;
    width: 100%;
    aspect-ratio: 109/106;
    background: linear-gradient(180deg, #ca48ec 21.35%, #9e22be 33.33%, #541066 97.92%);
    filter: blur(30px);
}

.faq {
    padding-bottom: 110px;
}

.faq__item:not(:last-of-type) {
    margin-bottom: 30px;
}

.item-faq {
    padding-bottom: 10px;
    border-bottom: 1px solid #5c3564;
}

.item-faq__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    border: 0;
    text-align: left;
    font-weight: 400;
    letter-spacing: .48px;
    background-color: transparent;
    cursor: pointer;
}

.advertisers__title {
    text-align: center;
}

.item-faq__plus {
    position: relative;
    width: 39px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    border-radius: 50%;
    border: 3px solid #9200b7;
}

.item-faq__plus:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.item-faq__plus:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .4s;
}

.item-faq__text-cont {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s;
}

.item-faq__text {
    padding-top: 20px;
    font-weight: 300;
    line-height: 195.5%;
}

.advertisers {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .5);
    transition: opacity .4s;
}

.advertisers__container {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 970px;
    max-height: 795px;
    width: calc(100% - 60px);
    height: calc(100% - 100px);
    padding: 45px 38px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 6px;
    border: 1px solid #680181;
    background: #000;
}

.advertisers__close {
    display: block;
    width: 23px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 27px;
    right: 27px;
    border: 0;
    background: 0 0;
}

.advertisers__close:after, .advertisers__close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.advertisers__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.advertisers__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.advertisers__title {
    padding-bottom: 30px;
    margin-bottom: 35px;
    border-bottom: 1px solid #383838;
    font-size: 1.375rem;
    font-weight: 700;
}

.advertisers__input-cont input, .advertisers__textarea {
    padding: 17px 19px;
    color: #c1c1c1;
    background: 0 0;
    width: 100%;
}

.advertisers__input-cont {
    max-width: 425px;
    margin: 0 auto 19px;
}

.advertisers__input-cont input {
    display: block;
    border-radius: 4px;
    border: 1px solid #a3a3a3;
}

.advertisers__input-cont input::placeholder {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.advertisers__two-input-cont {
    display: flex;
    gap: 10px;
}

.advertisers__textarea {
    display: block;
    max-width: 424px;
    height: 170px;
    margin: 0 auto 40px;
    border-radius: 4px;
    border: 1px solid #a3a3a3;
    -ms-overflow-style: none;
}

.advertisers__textarea::-webkit-scrollbar {
    width: 0;
}

.advertisers__textarea::placeholder {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.advertisers__circle-logo {
    position: absolute;
    top: 90px;
    left: 75px;
}

.advertisers__btn-all {
    display: block;
    margin: 0 auto;
    max-width: 270px;
    height: 52px;
}

@media (max-width: 1150px) {
    .div-cont__wrapper {
        position: static;
        display: block;
        max-width: none;
        padding: 0;
    }

    .aside, .aside-popup {
        position: fixed;
        z-index: 100;
    }

    .aside {
        top: 15px;
        right: 15px;
        width: 100%;
        min-width: 0;
        visibility: hidden;
        transition: opacity .3s;
        opacity: 0;
    }

    .aside__close {
        display: block;
    }

    .aside-popup {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, .5);
        cursor: pointer;
    }

    .main {
        max-width: 100%;
        min-height: 0;
        padding: 0;
    }

    .home:after {
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 30px);
    }

    .item-partners {
        min-width: 210px;
    }
}

@media (max-width: 992px) {
    .advertisers__circle-logo {
        top: 25px;
        left: 25px;
    }
}

@media (max-width: 768px) {
    .advertisers__container {
        top: 30px;
        max-height: 720px;
        height: calc(100% - 60px);
        width: calc(100% - 40px);
    }

    .advertisers__circle-logo {
        top: 15px;
        left: 15px;
    }

    .advertisers__title {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .advertisers__input-cont {
        margin-bottom: 10px;
    }

    .advertisers__textarea {
        margin-bottom: 25px;
    }
}

.cooperation__tag {
    color: #fff;
    font-family: Unbounded;
}

.cooperation {
    padding-bottom: 97px;
}

.cooperation__title {
    text-align: left;
    margin-bottom: 35px;
}

.cooperation__tag {
    display: inline-block;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #fff;
    border-radius: 28px;
    background-color: #a600ff;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.cooperation__media {
    margin-bottom: 54px;
}

.cooperation__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    overflow-y: scroll;
}

.cooperation__list::-webkit-scrollbar {
    border-radius: 4px;
    height: 2px;
    background-color: #9701c7;
}

.cooperation__list-item {
    flex: 1 1 0;
}

.cooperation__list-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-height: 100px;
    min-width: 140px;
    background-color: #201820;
    border: 1px solid #424242;
    border-radius: 8px;
}

.cooperation__list-item img {
    max-width: 118px;
}

@media (max-width: 576px) {
    .aside {
        top: 15px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        max-width: 300px;
    }

    .partners__wrapper {
        margin-bottom: 80px;
    }

    .partners__line {
        width: 100vw;
        margin-left: -20px;
        overflow: hidden;
    }

    .partners__items {
        flex-wrap: nowrap;
        gap: 20px;
        padding: 0 10px;
        animation: 20s linear infinite scrollLeft;
    }

    .item-partners {
        min-width: 190px;
        clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%);
    }

    .traffic-sources {
        margin-bottom: 70px;
    }

    .traffic-sources__text {
        max-width: 290px;
        margin-bottom: 35px;
        font-size: .875rem;
    }

    .traffic-sources__cards {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .faq {
        padding-bottom: 90px;
    }

    .faq__item:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .item-faq__button {
        font-size: .875rem;
    }

    .item-faq__text {
        font-size: .75rem;
    }

    .advertisers__circle-logo {
        display: none;
    }

    .advertisers__container {
        top: 30px;
        max-height: 630px;
        height: calc(100% - 60px);
        width: calc(100% - 40px);
        padding: 25px 15px;
    }

    .advertisers__title {
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 1rem;
    }

    .advertisers__close {
        top: 10px;
        right: 10px;
    }
}

/*! CSS Used from: http://localhost:63342/sharklink/css/animate.min.css */
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (prefers-reduced-motion: reduce), print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*! CSS Used from: Embedded */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #9701c7;
}

::-webkit-scrollbar-track {
    background-color: #2d002b;
}

/*! CSS Used from: Embedded */
.home__title {
    position: relative;
}

.home__title:before, .home__title:after {
    position: absolute;
    content: attr(data-text);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

.home__title:before {
    top: 50%;
    left: 50%;
    color: rgba(0, 0, 255, 0.8);
    animation: distort1 400ms linear;
    animation-iteration-count: 2;
}

.home__title:after {
    top: 50%;
    left: 50%;
    color: rgba(255, 0, 0, 0.8);
    animation: distort2 400ms linear;
    animation-iteration-count: 2;
}

.advantage__item, .partners__item, .card-traffic-sources__img {
    transition: .1s;
}

.advantage__item:hover, .partners__item:hover {
    transform: scale(1.05);
}

.card-traffic-sources:hover .card-traffic-sources__img {
    transform: scale(1.05);
}

@media (max-width: 576px) {
    .aside {
        top: 100px;
    }
}

.home__circle-logo {
    opacity: 0;
    transition: opacity 0.4s;
}

/*! CSS Used keyframes */
@-webkit-keyframes backInDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
    }
    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes backInDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
    }
    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes backInUp {
    0% {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
    }
    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes backInUp {
    0% {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
    }
    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes distort1 {
    0% {
        top: 49.5%;
        left: 49.5%;
    }
    12.5% {
        top: 49.5%;
        left: 50%;
    }
    25% {
        top: 49.5%;
        left: 50.5%;
    }
    37.5% {
        top: 50%;
        left: 50.5%;
    }
    50% {
        top: 50.5%;
        left: 50.5%;
    }
    62.5% {
        top: 50.5%;
        left: 50%;
    }
    75% {
        top: 50.5%;
        left: 49.5%;
    }
    87.5% {
        top: 50%;
        left: 49.5%;
    }
    100% {
        top: 49.5%;
        left: 49.5%;
    }
}

@keyframes distort2 {
    0% {
        top: 50.5%;
        left: 50.5%;
    }
    12.5% {
        top: 50%;
        left: 50.5%;
    }
    25% {
        top: 49.5%;
        left: 50.5%;
    }
    37.5% {
        top: 49.5%;
        left: 50%;
    }
    50% {
        top: 49.5%;
        left: 49.5%;
    }
    62.5% {
        top: 50%;
        left: 49.5%;
    }
    75% {
        top: 50.5%;
        left: 49.5%;
    }
    87.5% {
        top: 50.5%;
        left: 50%;
    }
    100% {
        top: 50.5%;
        left: 50.5%;
    }
}