﻿* {
    font-family: Montserrat, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: transparent;
}

body {
    /*background: url(../img/bg.jpg) top center no-repeat #fff;*/
    /*background: linear-gradient(180deg, #2b0186, #0d131c 25.37%, #0d131c);*/
    background: #273348;
    -webkit-background-size: auto 10000px;
    background-size: auto 10000px;
    color: #262626;
    font-family: 'Poppins', sans-serif;
    width: 100vw;
    overflow-x: hidden;
    outline: transparent;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder {
    color: transparent;
}

section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 120px;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: inherit;
    outline: transparent;
}

.about__item-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    cursor: pointer;
}

.visible {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.clickable-button:active {
    -webkit-transform: scale(.95) !important;
    -ms-transform: scale(.95) !important;
    transform: scale(.95) !important;
}

.title {
    font-size: 52px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 95%;
    text-shadow: 0 3.54714px 3.54714px rgba(0, 0, 0, .25), 0 -4.43393px 13.3018px rgba(0, 0, 0, .4);
    text-transform: uppercase;
}

    .title span {
        color: #fff;
    }

.cmbtext {
    -webkit-text-fill-color: #FAC212;
    color: #FAC212;
}

.container {
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    text-align: center;
}

.move {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.logo {
    width: 200px;
}

.header {
    position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
}

.header__lang {
    position: relative;
    z-index: 15;
}

    .header__lang::before {
        content: "";
        width: 30px;
        height: 15px;
        color: #ffffff;
        position: absolute;
        background: url(../img/down-chevron.svg) center center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        left: 24px;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

.header__lang-select {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 20px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

    .header__lang-select option {
        background: #000;
        outline: transparent;
        border: 1px solid #000;
    }

.header__signup {
    font-size: 20px;
    font-weight: 600;
    background: #1789CF;
    border: 2px solid #E4E4E4;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    line-height: 30px;
    padding: 0 13px;
    margin-right: 15px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

    .header__signup:hover {
        color: #0E486E;
    }

.header__signin {
    font-size: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #E4E4E4;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    line-height: 30px;
    padding: 0 13px;
    color: #ffffff;
    margin-right: 15px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

    .header__signin:hover {
        background: #1789CF;
    }

.header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #1a1f2b;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    z-index: 10;
    line-height: 34px;
}

.header-nav__menu {
    max-width: 780px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    gap: 15px;
}

.header-nav__menu-btn {
    border: none;
    width: 35px;
    height: 3px;
    padding: 6px 0;
    background: transparent;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display: none;
}

    .header-nav__menu-btn::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 3px;
        top: 50%;
        left: 0;
        background: #ffffff;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.header-nav__item {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    pointer-events: auto;
    position: relative;
    text-decoration: none;
    text-indent: 0;
    transform: translate(0);
    transition: color .1s ease-in-out;
    white-space: nowrap;
}

    .header-nav__item:hover {
        color: #FAC212;
    }

    .header-nav__item.active {
        color: #FAC212;
    }

        .header-nav__item.active:after {
            background: #FAC212;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            top: 27px;
            width: 100%;
        }

.header-nav__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
}

.header-main {
    padding-top: 27vw;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}


.header-main__img {
    max-height: 728px;
    max-width: 728px;
    width: 30vw;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(8%, -50%);
    -ms-transform: translate(8%, -50%);
    transform: translate(8%, -50%);
}

.header-main__leafs {
    height: 600px;
    position: absolute;
    top: 100px;
    right: 0;
}

.header-main__subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 38px;
    margin-top: 12px;
    text-align: center;
    max-width: 60%;
}

.header-main__title {
    position: relative;
    z-index: 2;
}

.main {
    position: relative;
    z-index: 1;
    margin-top: 100px;
}

.help__title {
    padding-bottom: 35px;
}

.help__items {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.help__item {
    min-width: 360px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
}

.help__item-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
    text-align: center;
}

.help__item-img {
    width: 130px;
    height: 130px;
    padding-bottom: 20px;
}

.help__item-text {
    font-size: 26px;
    font-weight: 300;
    max-width: 400px;
    text-align: center;
    padding: 0 10px;
}

.help__item-descr {
    display: none;
    position: absolute;
    top: 330px;
    left: 50%;
    width: 100%;
    background: rgba(182, 182, 182, 0.5);
    padding: 50px 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .help__item-descr h5 {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 31px;
        text-align: center;
        color: #1789CF;
        padding-bottom: 15px;
    }

    .help__item-descr div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .help__item-descr div span {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            font-size: 22px;
            font-style: normal;
            line-height: 28px;
            text-align: center;
            padding: 10px;
            height: auto;
            width: auto;
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }

            .help__item-descr div span a {
                text-decoration: underline;
                display: contents;
            }

            .help__item-descr div span span {
                font-weight: 700;
                text-align: center;
                color: #00D78F;
                display: contents;
            }

            .help__item-descr div span p {
                padding-bottom: 15px;
                font-size: 22px;
                font-style: normal;
                font-weight: 700;
                line-height: 28px;
                text-align: center;
            }

.help__item-btn {
    background: url(../img/about-btn.svg) center/cover no-repeat;
    border: none;
    width: 60px;
    height: 60px;
    margin-top: 10px
}

.about {
    /* background: url(../img/about-bg.png) center 400px no-repeat; 
  -webkit-background-size: 40vw 40vw;
          background-size: 40vw;*/
}

.about__title {
    padding-bottom: 40px;
}

.about__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 4 - 40px);
    margin: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 100px;
}

.about__item-img {
    width: auto;
    height: 120px;
}

.about__item-text {
    font-size: 28px;
    font-weight: 300;
    padding-top: 30px;
    text-align: center;
    max-width: 510px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    letter-spacing: 1.4px
}

.about__item-descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 28px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    display: none;
    max-width: 480px;
}

.about__item-btn {
    border: none;
    background: transparent;
    width: 60px;
    height: 60px;
    background: url(../img/about-btn.svg) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.commissions {
    padding-bottom: 200px;
}

.commissions__title {
    padding-bottom: 40px;
}

.commissions__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.commissions__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 100px;
    font-size: 30px;
    font-weight: 700;
    background: url(../img/com-line.png) 95% 25px no-repeat;
    -webkit-background-size: 5px 200px;
    background-size: 5px 200px;
    padding-right: 3%;
    padding-top: 30px;
}

.commissions__item-text {
    padding-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    max-width: 300px;
}

    .commissions__item-text span span {
        color: #37A9EF;
    }

.commissions__item:last-child {
    background: transparent;
}

.commissions__item-title {
    text-align: center;
    font-size: 100px;
    color: #1789CF;
    font-weight: 900;
}

.commissions__item-title--last {
    font-size: 40px;
    width: 300px;
}

.commissions__counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.commissions__counter-title {
    text-align: center;
    font-size: 32px;
    padding-bottom: 10px;
}

.commissions__counter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1789CF;
    font-size: 64px;
    font-weight: 900;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px #000000;
    box-shadow: 5px 5px 5px #000000;
}

.commissions__counter-numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
}

.commissions__counter-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 80px;
    background: #000;
    margin: 1px;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.commissions__counter-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 80px;
    background: #000;
    margin: 1px;
    padding: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.small {
    font-size: 20px;
    text-align: center;
}

.tournament {
    margin-bottom: 180px;
}

.tournament__title {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    max-width: 1200px;
    text-transform: uppercase;
    line-height: 74px;
    margin-bottom: 40px;
}

    .tournament__title span {
        color: #1789CF;
    }

.tournament__img {
    margin-bottom: 40px;
    max-width: 95vw;
}

.tournament__text {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    max-width: 1260px;
    line-height: 40px;
}

.brand {
    padding-top: 140px;
    padding-bottom: 170px;
}

.brand__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.brand__title {
    margin-bottom: 40px;
}

.brand__text {
    padding-right: 20px;
    font-size: 30px;
    font-weight: 300;
    line-height: 120%;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .brand__text span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.brand__img {
    width: 25vw;
    height: 25vw;
}

.brand__img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin: 0 auto;
    margin-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq {
    padding-bottom: 0;
    margin-bottom: 80px;
}

.faq__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.faq__img {
    height: 700px;
}

.faq__list {
    width: 60%;
    font-size: 25px;
    text-decoration: none;
}

.faq__list-link {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .faq__list-link span::before {
        content: "";
        position: absolute;
        background: url(../img/slider-arrow.png) center center no-repeat;
        height: 30px;
        width: 30px;
        -webkit-background-size: contain;
        background-size: contain;
        top: 0;
        -webkit-transform: translate(200%, 0);
        -ms-transform: translate(200%, 0);
        transform: translate(200%, 0);
        right: 0;
    }

.faq__list-item {
    margin-top: 50px;
    position: relative;
}

.rotate-btn {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate span::before {
    top: 0;
    -webkit-transform: rotate(-90deg) translate(0, 200%);
    -ms-transform: rotate(-90deg) translate(0, 200%);
    transform: rotate(-90deg) translate(0, 200%);
}

.slider-left__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider__arrow {
    position: relative;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #1789CF;
    cursor: pointer;
    background: url(../img/slider-arrow.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.slick-slide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.slick-track {
    height: 100%;
}

.reviews {
    padding-bottom: 170px;
}

.reviews__title {
    margin-bottom: 70px;
}

.reviews__slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1500px;
    width: 85vw;
    height: 100%;
}

.reviews__slider-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews__slider-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    margin: 20px;
}

.reviews__slider-img {
    width: 100%;
    display: block;
    height: auto;
}

.reviews__slider-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    min-height: 100px;
    height: 100px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 15px;
}

.reviews__slider-text {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    min-height: 400px;
    margin-bottom: 20px;
    height: 100%;
}

    .reviews__slider-text a {
        color: #1789CF;
        text-shadow: 1px 1px 5px #000;
        text-decoration: underline;
        font-weight: 400;
    }

.contacts {
    padding-bottom: 150px;
}

.contacts__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.contacts__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35%;
}

.contacts__form-input {
    border: 2px solid #1789CF;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    background: #E4E4E4;
    padding: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 45px;
    color: #2785C4;
    font-size: 28px;
    font-weight: 300;
}

    .contacts__form-input::-webkit-input-placeholder {
        color: #2785C4;
        font-size: 25px;
        font-weight: 300;
    }

    .contacts__form-input:-ms-input-placeholder {
        color: #2785C4;
        font-size: 25px;
        font-weight: 300;
    }

    .contacts__form-input::-ms-input-placeholder {
        color: #2785C4;
        font-size: 25px;
        font-weight: 300;
    }

    .contacts__form-input::placeholder {
        color: #2785C4;
        font-size: 25px;
        font-weight: 300;
    }

.contacts__form-input--last {
    resize: none;
    height: 270px;
    overflow: hidden;
    color: #1789CF;
    font-size: 25px;
    font-weight: 300;
    padding: 20px;
}

    .contacts__form-input--last::-webkit-input-placeholder {
        padding-top: 200px;
    }

    .contacts__form-input--last:-ms-input-placeholder {
        padding-top: 200px;
    }

    .contacts__form-input--last::-ms-input-placeholder {
        padding-top: 200px;
    }

    .contacts__form-input--last::placeholder {
        padding-top: 200px;
    }

.contacts__inner {
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
    padding: 30px;
    border: 2px solid #1789CF;
    background-color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.contacts__title {
    margin-bottom: 70px;
}

.contacts__title-text {
    color: #1789CF;
    width: 80%;
    margin-bottom: 50px;
}

.contacts__link {
    width: 100%;
    text-align: left;
    margin-left: 100px;
    position: relative;
}

    .contacts__link::after {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-100%, -40%);
        -ms-transform: translate(-100%, -40%);
        transform: translate(-100%, -40%);
        width: 10%;
        height: 50px;
        left: -5px;
    }

    .contacts__link:nth-last-child(3)::after {
        background: url(../img/whatsapp.png) center center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .contacts__link:nth-last-child(2)::after {
        background: url(../img/skype.png) center center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .contacts__link:nth-last-child(1)::after {
        width: 8%;
        background: url(../img/mail.png) center left no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }

.contacts__button {
    background: #1789CF;
    background: transparent linear-gradient(180deg, #1789CF 0%, #0E486E 100%) 0% 0% no-repeat padding-box;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #1789CF;
    padding: 0 30px;
    min-width: 317px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* -webkit-box-shadow: 5px 5px 5px #000000;  */
    /* box-shadow: 5px 5px 5px #000000;  */
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    /* text-shadow: 0 0 30px #009e3d; */
    position: relative;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    width: 50%
}

    .contacts__button:hover {
        background: transparent linear-gradient(180deg, #1789CF 0%, #0E486E 100%) 0% 0% no-repeat padding-box;
        letter-spacing: 1.05px;
        color: #0E486E;
    }


.providers img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 280px;
}

.pro-d {
    display: block;
}

.pro-m {
    display: none;
}

.footer__link-img {
    -webkit-box-shadow: 0 0 10px #009e3d;
    box-shadow: 0 0 10px #009e3d;
}

.footer__link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__partners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__text {
    text-align: center;
    font-size: 20px;
}

.footer__img {
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    max-width: 10%;
}

    .footer__img:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.footer__contact {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1789CF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px;
    position: relative;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

    .footer__contact:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }


@media screen and (max-width: 1440px) {
    /*.button {
        height: 100px;
        font-size: 48px;
    }

    .contacts__button {
        height: 60px;
        font-size: 38px;
    }

    .button:hover {
        height: 109px;
        font-size: 52px;
    }

    .contacts__button:hover {
        height: 68px;
        font-size: 42px;
    }

    .title {
        font-size: 90px;
        font-family: 'Poppins', sans-serif;
    }

    .logo {
        width: 200px;
    }

    .header__signup {
        font-size: 18px;
        margin-right: 5px;
    }

    .header__signin {
        font-size: 18px;
        margin-right: 5px;
    }

    .header-nav__menu {
        padding: 0 10px;
    }

    .header-nav__item {
        font-size: 16px;
    }*/
    /*
    .header-nav__wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }*/

    /*.header-main {
        padding: 250px 0;
    }

      .header-main__subtitle {
        font-size: 24px;
        width: 60%;
    }

    .header-main__title {
        line-height: 110px;
    }

    .commissions__items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .commissions__item {
        padding: 20px;
        width: calc(100% / 4 - 5%);
        min-width: 200px;
        background: url(../img/com-line.png) 97% 20px no-repeat;
        -webkit-background-size: 3px 150px;
        background-size: 3px 150px;
        padding-right: 5%;
        margin: 0 30px;
    }

    .commissions__item-text span {
        font-size: 24px;
    }

    .commissions__item:nth-child(4) {
        background: transparent;
    }

    .commissions__item-title {
        font-size: 70px;
    }

    .commissions__item-title--last {
        font-size: 50px;
        text-align: center;
        width: 70%;
    }

    .commissions__counter-title {
        margin-top: 30px;
    }

    .tournament__title {
        font-size: 54px;
    }

    .tournament__img {
        width: 80vw;
    }

    .tournament__text {
        font-size: 26px;
    }

    .brand__text {
        font-size: 24px;
    }

    .faq__wrap {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .faq__img {
        height: 400px;
    }

    .faq__list {
        width: 700px;
        padding-left: 30px;
        padding-top: 40px;
    }

    .faq__list-item {
        font-size: 32px;
        margin: 0;
        margin-bottom: 15px;
        font-weight: 300;
        line-height: 32px;
    }

    .reviews__slider-text {
        font-size: 20px;
    }

    .contacts__form-input--last {
        height: 160px;
    }

        .contacts__form-input--last::-webkit-input-placeholder {
            padding-top: 90px;
        }

        .contacts__form-input--last:-ms-input-placeholder {
            padding-top: 90px;
        }

        .contacts__form-input--last::-ms-input-placeholder {
            padding-top: 90px;
        }

        .contacts__form-input--last::placeholder {
            padding-top: 90px;
        }

    .contacts__inner {
        font-size: 26px;
    }*/
}

@media screen and (max-width: 1024px) {
    /*  .help__item-descr div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .help__item-descr div span {
            -webkit-flex-basis: 420px;
            -ms-flex-preferred-size: 420px;
            flex-basis: 420px;
        }

    body {
        -webkit-background-size: auto 13000px;
        background-size: auto 13000px;
    }

    .box {
        width: 100vw;
        height: 100vh;
        background: #000;
        opacity: .5;
        display: none;
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
    }

    .title {
        font-size: 6vw;
        line-height: 6vw;
    }

    .logo {
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 200px;
        height: auto;
    }

    .header__lang::before {
        display: none;
    }

    .header__lang-select {
        padding: 10px;
    }

    .header-nav__menu {
        display: none;
    }

    .header-nav__menu-btn {
        display: block;
    }

    .header-nav__item {
        padding: 15px 20px;
    }

    .header-nav__wrap {
        height: 60px;
        position: relative;
        width: 95vw;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header-main {
        padding: 15vh 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0;
    }

    .header-main__subtitle {
        font-size: 2.5vw;
        width: 70%;
    }

    .header-main__title {
        text-align: center;
        width: 70%;
    }

    .about__item {
        padding-bottom: 40px;
    }

    .about__item-text {
        font-size: 20px;
    }

    .about__item-descr {
        font-size: 16px;
    }

    .commissions__item {
        background: transparent;
    }

    .commissions__item-text span {
        font-size: 20px;
    }

    .commissions__item-title {
        font-size: 90px;
    }

    .commissions__item-title--last {
        font-size: 4vw;
    }

    .commissions__counter-title {
        font-size: 28px;
    }

    .commissions__counter-numbers {
        font-size: 48px;
    }

    .commissions__counter-number {
        height: 70px;
        width: 50px;
    }

    .commissions__counter-text {
        font-size: 48px;
        height: 70px;
        width: 150px;
    }

    .tournament__title {
        font-size: 40px;
    }

    .tournament__text {
        font-size: 24px;
    }

    .brand__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .brand__img {
        margin-right: -70px;
    }

    .brand__img-wrap {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .faq__wrap {
        position: relative;
    }

    .faq__img {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 2;
        opacity: .3;
        -webkit-transform: translate(-50%, 30%);
        -ms-transform: translate(-50%, 30%);
        transform: translate(-50%, 30%);
    }

    .faq__list {
        position: relative;
        z-index: 5;
    }

    .contacts__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contacts__form {
        min-width: 400px;
    }

    .contacts__inner {
        min-width: 400px;
    }

    .contacts__link {
        font-size: 22px;
        margin-bottom: 20px;
        margin-left: 70px;
    }

    .contacts__button {
        margin-bottom: 50px;
    }

    .footer__img {
        max-width: 80px;
    }*/
}

.hidden {
    display: none !important;
}

.answer {
    display: block;
    margin-top: 20px;
    /* color: #ffffff; */
    /* text-shadow: 1px 1px 5px #000000; */
    font-weight: 300;
    width: 80%;
    /* opacity: .8; */
    font-size: 22px;
    line-height: 125%;
}

    .answer a {
        text-decoration: underline;
    }


@media screen and (max-width: 520px) {

    /*   .header-main .commissions__button {
        display: none
    }

    .help__item {
        min-width: 300px;
    }

    .help__item-img {
        width: 117px;
        height: 117px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .help__item-descr div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .help__item-descr div span {
            -webkit-flex-basis: 280px;
            -ms-flex-preferred-size: 280px;
            flex-basis: 280px;
        }

    .answer {
        font-size: 15px;
    }

    .button {
        font-size: 26px;
        font-weight: 900;
        height: 60px;
    }

    .title {
        font-size: 36px;
        line-height: 8vw;
    }

    .logo {
        position: absolute;
        width: 200px;
        left: -0;
        top: 50%;
    }

    .header__signup {
        margin-left: 20px;
        font-size: 14px;
        padding: 0 5px;
        line-height: 24px;
    }

    .header__signin {
        font-size: 14px;
        line-height: 24px;
        padding: 0 5px;
    }

    .header-nav__wrap {
        width: 90vw;
    }

    .header-main__img {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        top: 60%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .header-main__leafs {
        height: 60vw;
    }

    .header-main__subtitle {
        width: 100%;
    }

    .header-main__title {
        width: 100%;
    }

    .about__item {
        max-width: 500px;
        width: 300px;
        margin: 10px;
    }

    .about__item-img {
        height: 85px;
    }

    .about__item-text {
        max-width: 300px;
    }

    .about__item-descr {
        max-width: 300px;
    }

    .about__item-btn {
        height: 38px;
        width: 38px;
    }

    .commissions__counter-title {
        font-size: 20px;
    }

    .commissions__counter-wrap {
        padding: 3px;
    }

    .commissions__counter-number {
        font-size: 10vw;
        height: 12vw;
        width: 10vw;
    }

    .commissions__counter-text {
        font-size: 10vw;
        height: 12vw;
        width: 25vw;
    }

    .tournament__title {
        font-size: 27px;
        line-height: 30px;
    }

    .tournament__text {
        font-size: 16px;
        line-height: 18px;
    }

    .brand__text {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }

    .brand__img {
        width: 80%;
        height: 80%;
    }

    .faq__list-item {
        font-size: 18px;
    }

    .slider__arrow {
        display: none;
    }

    .reviews__title {
        text-align: center;
    }

    .contacts__form {
        min-width: 300px;
    }

    .contacts__form-input {
        width: 300px;
    }

        .contacts__form-input::-webkit-input-placeholder {
            font-size: 20px;
        }

        .contacts__form-input:-ms-input-placeholder {
            font-size: 20px;
        }

        .contacts__form-input::-ms-input-placeholder {
            font-size: 20px;
        }

        .contacts__form-input::placeholder {
            font-size: 20px;
        }

    .contacts__inner {
        min-width: 300px;
        padding: 15px 7px;
    }

    .contacts__link {
        font-size: 16px;
        margin-left: 0;
        margin-top: 50px;
        text-align: center;
    }

        .contacts__link::after {
            top: -50px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .contacts__title-text {
        font-size: 20px;
        color: #262626;
    }


    .commissions__item-title {
        color: #37A9EF;
    }

    .pro-d {
        display: none;
    }

    .pro-m {
        display: block;
    }


    .providers img {
        margin-bottom: 60px;
    }*/
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-top: 0
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px;
    margin-bottom: 0
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}



.container .intro__image {
    width: 80%;
    top: -30px;
    position: absolute;
    left: 10%;
}

.banner-wrapper {
    align-items: center;
    display: flex;
    height: 105px;
    justify-content: flex-end;
    max-width: 757px;
    padding-right: 24px;
    position: relative;
    width: 100%;
}

    .banner-wrapper .banner-wrapper__banner-clip {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        overflow: hidden;
        border-radius: 15px;
    }

    .banner-wrapper .banner-wrapper__banner {
        height: 100%;
        width: 100%;
    }

    .banner-wrapper .banner-wrapper__gift {
        bottom: 0;
        left: -25px;
        position: absolute;
        width: 150px;
    }

.button {
    align-items: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    white-space: nowrap;
}

.button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.button_lg:not(.button_only-icon) {
    padding: 10px 32px;
}

.button_lg.button {
    border-radius: 10px;
    font-size: 14px;
}

.button_register {
    display: flex !important;
    height: 29px !important;
    padding: 4px 13px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px !important;
    background: #FAC212;
    color: #171F2C !important;
    text-align: center;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 15px !important;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}


    .button_register:hover {
        background-color: #E0AA00 !important;
    }

    .button_register:disabled {
        background-color: #a39877;
    }


.button_login {
    display: flex;
    height: 29px;
    padding: 4px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: #01BE53;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    border: none;
    text-transform: uppercase;
    margin-left: 40px;
}

    .button_login:hover {
        background-color: #02AD4C !important;
    }

    .button_login:disabled {
        background-color: #596960;
    }

.button_md:not(.button_only-icon) {
    padding: 6px 10px;
}

.button_md.button {
    border-radius: 10px;
    font-size: 12px;
}





.benefits {
    margin-bottom: 80px;
}

    .benefits .container-1 {
        -moz-column-gap: 16px;
        column-gap: 16px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

.container-1 {
    margin: 0 auto;
    max-width: 1088px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    width: 100%;
}

.benefit-item {
    background: linear-gradient(180deg, #1a202b, rgba(22, 31, 44, 0));
    border-radius: 14px;
    min-height: 338px;
    padding: 104px 24px 24px;
    position: relative;
    text-align: center;
}

.benefit-item_1 .benefit-item__icon {
    background-image: url("../img/1-trusted-by-players.png");
}

.benefit-item_2 .benefit-item__icon {
    background-image: url("../img/2-fastest-payouts.png");
}

.benefit-item_3 .benefit-item__icon {
    background-image: url("../img/3-boost-your-traffic.png");
}

.benefit-item_4 .benefit-item__icon {
    background-image: url("../img/4-tailored-support.png");
}

.benefit-item__icon {
    --width: 200px;
    --height: 148px;
    background-size: var(--width) var(--height);
    bottom: calc(100% - 96px);
    display: block;
    height: var(--height);
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: var(--width);
}

.benefit-item__title {
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.benefit-item__description {
    color: #c7c7c7;
    font-size: 14px;
    font-weight: 500;
}


.about h1 {
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

    .about h1 span {
        color: #ed1d49;
    }

.about h2 {
    color: #c7c7c7;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 auto 36px auto;
    max-width: 700px;
    text-align: center;
}

.statistics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
}

.statistics-item {
    align-items: center;
    display: flex;
}

.statistics-item__count {
    font-feature-settings: "tnum" on, "lnum" on;
    align-items: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-right: 12px;
}

.statistics-item__description {
    color: #c7c7c7;
    font-size: 14px;
    font-weight: 500;
}

.statistics .divider {
    background-color: #16202c;
    width: 1px;
}

.row {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.card {
    --card-border-radius: 14px;
}

.card_1 .card__preview {
    background: radial-gradient(71.13% 142.26% at 3.27% 82.74%, #ff0038 0, #ffa800 100%);
}

.card_2 .card__preview {
    background: radial-gradient(71.13% 142.26% at 3.27% 82.74%, #1e005f 10.88%, #450086 48.38%, #9e00ff 100%);
}

.card_3 .card__preview {
    background: radial-gradient(71.13% 142.26% at 3.27% 82.74%, #000aff 0, #00b2ff 100%);
}

.card__preview {
    align-items: flex-start;
    border-radius: var(--card-border-radius);
    display: flex;
    flex-direction: column;
    height: 168px;
    justify-content: flex-end;
    margin-bottom: 24px;
    padding: 20px 24px;
    position: relative;
}


    .card__preview:before {
        --coeff: 1;
        background-size: calc(var(--width) * var(--coeff)) calc(var(--height) * var(--coeff));
        border-radius: 0 0 var(--card-border-radius) 0;
        bottom: 0;
        content: "";
        display: block;
        height: calc(var(--height) * var(--coeff));
        pointer-events: none;
        position: absolute;
        right: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        width: calc(var(--width) * var(--coeff));
        z-index: 0;
    }

.card_1 .card__preview:before {
    --width: 202px;
    --height: 183px;
    background-image: url('../img/callmebet-casino.png');
}

.card_2 .card__preview:before {
    --width: 202px;
    --height: 183px;
    background-image: url('../img/callmebet-sportbetting.png');
}

.card_3 .card__preview:before {
    --width: 202px;
    --height: 183px;
    background-image: url('../img/callmebet-bonus.png');
}


.card__preview h2 {
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

.card__preview p {
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

    .card__preview p span {
        color: #ffffff80;
    }

.card__description {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}

.link_md .link__text, .link_md.link {
    font-size: 14px;
}

.link {
    align-items: center;
    color: #FAC212;
    display: flex;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}

.link_md .link__text, .link_md.link {
    font-size: 14px;
}

.link_md .link__icon {
    height: 24px;
    width: 24px;
}

.link__icon {
    fill: #2283f6;
    transition: transform .1s ease-in-out, fill .1s ease-in-out;
}


.features__wrapper {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.features__item {
    align-items: center;
    background: linear-gradient(269deg, #1ce2e6 -30.14%, #18be26 108.24%);
    border-radius: 14px;
    display: flex;
    height: 84px;
    justify-content: center;
    margin-bottom: 0;
    text-align: center;
    width: 33.3%;
}

.features__info {
    color: #c7c7c7;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 6px;
    text-align: center;
}


.commission-plan__inner {
    background: radial-gradient(23.17% 51.01% at 2.07% 113%, #ca004d 0, rgba(189, 1, 255, 0) 100%), linear-gradient(252.16deg, #1a90c7 29.54%, rgba(2, 0, 109, .45) 79.8%);
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 28px;
    overflow: hidden;
}

.commission-plan__info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 30px 0 0 40px;
    width: calc(40% - 14px);
}

    .commission-plan__info h2 {
        font-feature-settings: "tnum" on, "lnum" on;
        color: #fff;
        font-size: 32px;
        font-weight: 700;
    }

    .commission-plan__info h2 {
        font-feature-settings: "tnum" on, "lnum" on;
        color: #fff;
        font-size: 32px;
        font-weight: 700;
    }

    .commission-plan__info p {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 20px;
        text-align: left;
    }

.commission-plan__detail {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px 32px 0 0;
    width: calc(60% - 14px);
}

.plans {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.plan-item {
    background: rgba(20, 9, 86, .13);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 308px;
    position: relative;
    width: 77px;
}

.plan-item_25 .plan-item__progress {
    height: 25%;
}

.plan-item_37 .plan-item__progress {
    height: 37%;
}

.plan-item_49 .plan-item__progress {
    height: 49%;
}

.plan-item_61 .plan-item__progress {
    height: 61%;
}

.plan-item_85 .plan-item__progress {
    height: 85%;
}

.plan-item_100 .plan-item__progress {
    height: 100%;
}

.plan-item_73 .plan-item__progress {
    height: 73%;
}

.plan-item:nth-child(6) .plan-item__progress {
    background: linear-gradient(180deg, #ff00ad, #5600ac);
    box-shadow: inset 0 5px 5px #ffffffb0;
}

    .plan-item:nth-child(6) .plan-item__progress:before {
        background-image: url( 'https://betfury-affiliate.com/_nuxt/plan-gift.512d480f.png');
        background-size: cover;
        content: "";
        height: 81px;
        left: 0;
        position: absolute;
        top: -35px;
        width: 77px;
    }

    .plan-item:nth-child(6) .plan-item__progress:after {
        background-image: url('https://betfury-affiliate.com/_nuxt/plan-gifts.e147daed.png');
        background-size: cover;
        content: "";
        height: 91px;
        left: 0;
        position: absolute;
        top: 13%;
        width: 71px;
    }

.plan-item__progress {
    background: linear-gradient(180deg, #2ee111, #06f);
    border-radius: 10px 10px 0 0;
    bottom: 0;
    box-shadow: inset 0 3.5px 3.5px #ffffffb0;
    height: 50px;
    left: 0;
    padding-top: 6px;
    position: absolute;
    right: 0;
}

.plan-item__range {
    font-feature-settings: "tnum" on, "lnum" on;
    background: hsla(0, 0%, 100%, .1);
    color: #ffffffb3;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    margin-top: auto;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1;
}

.plan-item__percentage {
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 800;
    position: relative;
    text-align: center;
    text-shadow: 0 .7px 1.4px rgba(0, 0, 0, .25);
    white-space: nowrap;
}

.commission-plan__banner {
    width: 100%;
}

.commission-plan .banner-wrapper {
    align-items: center;
    background: linear-gradient(92.62deg, #af0177 18.8%, rgba(175, 1, 119, 0) 48.95%);
    display: flex;
    height: 108px;
    justify-content: space-between;
    padding: 30px 33px 30px 300px;
    position: relative;
    max-width: none;
}

.banner-wrapper__label {
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 282px;
}

.commission-plan .banner-wrapper .banner-wrapper__gift {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 112px;
}

.banner-wrapper__percent {
    bottom: 10px;
    left: 100px;
    position: absolute;
    width: 171px;
}

.banner-wrapper__info {
    flex: 1;
}

.banner-wrapper__desc {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
}

.banner-wrapper__subtitle {
    color: #ffb701;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
}

.banner-wrapper__buttons {
    align-items: center;
    display: flex;
    gap: 8px;
}


.banner-wrapper .banner-wrapper__btn {
    height: 44px;
    width: 191px;
}




.faq__inner {
    position: relative;
}

.faq__head {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

    .faq__head h1 {
        font-feature-settings: "tnum" on, "lnum" on;
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        margin: 0;
    }

    .faq__head h1 {
        font-feature-settings: "tnum" on, "lnum" on;
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        margin: 0;
    }

.faq__column:first-child {
    margin-right: 30px;
}

.faq__body {
    display: flex;
}

.faq__column {
    flex: 1 1;
}

.faq-item {
    border-bottom: 1px solid #202a39;
    cursor: pointer;
}

.faq-item__head {
    align-items: center;
    display: flex;
    height: 82px;
    padding-right: 40px;
    position: relative;
    justify-content: space-between;
}

.faq-item__question {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-align: left;
}

.faq-item svg {
    margin-top: -11px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(0);
    transform-origin: center;
}

.footer__inner {
    display: block;
    padding: 15px;
}

    .footer__inner a {
        color: #8995a9;
        font-size: 12px;
        font-weight: 500;
        grid-column: 2 / 3;
        text-decoration: none;
    }

    .footer__inner p {
        color: #c7c7c7;
        font-size: 12px;
        font-weight: 500;
        margin: 0;
        text-align: center;
    }

.faq-item__head img {
    transform: rotate(-90deg);
    transition: all 300ms;
}

.faq-item.active .faq-item__head img {
    transform: rotate(90deg);
}

.faq-item__body {
    padding: 0 40px 24px 0;
    display: none;
}

.faq-item.active .faq-item__body {
    display: block;
}

.faq-item__answer {
    color: #c7c7c7;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    text-align: left;
}



/* Osnovni stil */
.header-nav__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-nav__menu {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-nav__menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
}

    .header-nav__menu-btn span {
        display: block;
        height: 3px;
        background: #000;
        border-radius: 2px;
    }

.active .faq-item__question {
    color: #FAC212;
}

@media (max-width: 768px) {
    section {
        margin-bottom: 50px !important;
    }

    section.benefits {
        margin-bottom: 0px !important;
    }

    .main {
        margin-top: 180px;
    }

    .header-nav__item {
        font-size: 15px;
    }

    .button_login {
        margin-left: 0;
    }

    .card__preview p,
    .about h2,
    .benefit-item__description {
        font-size: 15px;
    }


    .container,
    .banner-wrapper,
    .header-main__subtitle {
        max-width: 100%;
    }

    .banner-wrapper {
        margin: 0 24px 75px 24px;
        width: calc(100% - 48px);
        height: 17vw;
    }

    .header-main__subtitle {
        padding: 10px;
        font-size: 15px;
    }

    .container {
        padding: 0 10px;
        width: 100vw;
        margin: 0;
    }

    .benefits .container-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .statistics {
        flex-wrap: wrap;
    }

    .row {
        grid-template-columns: repeat(1, 1fr);
    }

    .faq__body {
        flex-direction: column;
    }

    h2.features__item {
        font-size: 20px;
    }

    .card {
        margin-bottom: 30px;
    }

    .commission-plan__info, .commission-plan__detail {
        width: 100%;
    }

    .commission-plan__inner {
        overflow-x: auto
    }

    .commission-plan .container-1 {
        padding: 0;
        /*margin-right: -15px;*/
    }

    .banner-wrapper__desc {
        line-height: normal;
    }

    .header-nav__menu {
        display: none;
        flex-direction: column;
        background: #1a1f2b;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 1000;
    }

        .header-nav__menu.visible {
            display: flex;
        }

    .header-nav__menu-btn {
        display: flex;
    }

    .header-nav__wrap {
        flex-wrap: nowrap;
        padding: 0 15px;
    }

    .header__logo {
        flex: 1 1 100%;
        text-align: left;
    }

    .header-main {
        padding-top: 18vw;
    }

    .container .intro__image {
        width: 100%;
        left: 0;
        top: -80px;
    }

    h2.title {
        font-size: 24px;
    }


    .banner-wrapper .banner-wrapper__gift {
        left: -25px;
        width: 100px;
    }

    .banner-wrapper .banner-wrapper__banner-clip {
        /*width: auto;*/
    }

    .banner-wrapper .banner-wrapper__banner {
        width: auto;
    }

    .banner-wrapper__button.button_register {
        display: block !important;
        position: absolute;
        top: 23vw;
        left: 50%;
        transform: translateX(-50%);
    }
        .banner-wrapper__button.button_register.clickable-button:active {
            transform: translateX(-50%) scale(.95) !important;
        }


    .about h1 {
        font-size: 24px;
    }


    .about .card__preview h2 {
        font-size: 32px;
    }

    .statistics {
        flex-wrap: wrap;
        gap: 24px 0;
    }

    .statistics-item {
        align-items: center;
        gap: 4px;
        max-width: none;
        padding: 0 20px;
        width: 50%;
        flex-direction: column;
    }

    .statistics-item__count {
        font-size: 24px;
    }

    .statistics-item__description {
        font-size: 15px;
        max-width: 100%;
        text-align: center;
    }

    .statistics .divider {
        display: none;
    }

    .card__description {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .features__wrapper {
        flex-direction: column;
    }

    .features__item {
        width: 100%;
    }

    .container-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .commission-plan {
        padding: 0 10px;
    }

    .commission-plan__info h2 {
        font-size: 24px;
    }

    .commission-plan__info {
        align-items: center;
        padding: 16px 8px;
        width: 100%;
    }

        .commission-plan__info p {
            text-align: center;
        }

    .commission-plan__inner {
        background: radial-gradient(43.6% 14.4% at -2.29% 80.78%, rgba(189, 1, 255, .7) 0, rgba(189, 1, 255, 0) 100%), linear-gradient(287.74deg, #4301ff 12.29%, rgba(2, 0, 109, .45) 90.97%);
        border-radius: 12px;
        display: block;
    }

    .commission-plan__detail {
        padding: 0 8px;
        width: 100%;
    }

    .plan-item {
        justify-self: center;
        max-width: 37px;
        min-width: 37px;
        width: auto;
        height: 220px;
    }

    .plan-item__progress {
        padding-top: 4px;
    }

    .plan-item__percentage {
        font-size: 14px;
    }

    .plan-item__range {
        padding: 2px;
        white-space: pre-wrap;
    }

    .plan-item:nth-child(6) .plan-item__progress:before {
        height: 45px;
        top: -19px;
        width: 37px;
    }

    .banner-wrapper {
        background: linear-gradient(88.54deg, #af0177 21.66%, rgba(175, 1, 119, 0) 79.55%);
        height: 16vw;
        padding: 11px 11px 12px 170px;
    }

    .commission-plan__info p {
        font-size: 15px;
    }

    .plan-item__range {
        white-space: pre-wrap;
        padding: 2px;
        overflow-wrap: break-word;
    }

        .plan-item__range span {
            white-space: nowrap;
        }


    .commission-plan .banner-wrapper {
        background: linear-gradient(88.54deg, #af0177 21.66%, rgba(175, 1, 119, 0) 79.55%);
        height: 16vw;
        padding: 11px 11px 12px 170px;
        margin: 0 0 50px 0;
        width: 100%;
    }

        .commission-plan .banner-wrapper .banner-wrapper__gift {
            left: -5px;
            width: 61px;
        }

        .commission-plan .banner-wrapper .banner-wrapper__percent {
            bottom: 8px;
            left: 55px;
            width: 103px;
        }

        .commission-plan .banner-wrapper .banner-wrapper__label {
            height: 17px;
            width: 160px;
        }

        .commission-plan .banner-wrapper .banner-wrapper__desc {
            font-size: 10px;
            line-height: 12.37px;
        }

        .commission-plan .banner-wrapper .banner-wrapper__subtitle {
            font-size: 14px;
            line-height: 17.01px;
        }

    .banner-wrapper__buttons {
        position: absolute;
        top: 19vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .plan-item:nth-child(6) .plan-item__progress:after {
        height: 45px;
        width: 37px;
    }

    .faq__head {
        align-items: center;
    }

    .faq__column:first-child {
        margin-right: 0;
    }

    .faq__list-link {
        padding-left: 20px;
    }

    .faq-item__head {
        padding-right: 20px;
    }
}
