@keyframes blick {
    0% {
        -webkit-transform: translate(-100%, -25%) rotate(-45deg);
        transform: translate(-100%, -25%) rotate(-45deg)
    }

    20% {
        -webkit-transform: translate(100%, -25%) rotate(-45deg);
        transform: translate(100%, -25%) rotate(-45deg);
        left: 50%
    }

    to {
        -webkit-transform: translate(100%, -25%) rotate(-45deg);
        transform: translate(100%, -25%) rotate(-45deg);
        left: 120%
    }
}

a,
b,
body,
div,
dl,
footer,
h1,
h2,
h3,
h4,
html,
i,
iframe,
img,
li,
nav,
object,
output,
p,
s,
span,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.slick-slide img,
footer,
nav {
    display: block
}

body {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.2
}


ul {
    list-style: none
}

br {
    line-height: 1;
    font-size: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
button:focus,
input,
input:focus {
    outline: 0
}

a {
    text-decoration: none
}

button {
    border: 0;
    display: block;
    padding: 0
}

* {
    -webkit-tap-highlight-color: transparent
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: auto
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

select {
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://179523.selcdn.ru/public/layout-images/select-triangle.svg);
    background-repeat: no-repeat
}

select,
select:hover {
    background-size: 10px 10px;
    background-position: right 10px center
}

select:focus {
    outline: 0 !important;
    outline-color: transparent;
    outline-width: 0
}

select::-ms-expand {
    display: none !important;
    background: 0 0 !important;
    position: fixed;
    border: 0 !important;
    outline: 0 !important
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local(""), url(../fonts/montserrat-v24-latin-300.woff2) format("woff2"), url(../fonts/montserrat-v24-latin-300.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local(""), url(../fonts/montserrat-v24-latin-regular.woff2) format("woff2"), url(../fonts/montserrat-v24-latin-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local(""), url(../fonts/montserrat-v24-latin-600.woff2) format("woff2"), url(../fonts/montserrat-v24-latin-600.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local(""), url(../fonts/montserrat-v24-latin-700.woff2) format("woff2"), url(../fonts/montserrat-v24-latin-700.woff) format("woff")
}

@font-face {
    font-family: 'Arimo';
    font-style: normal;
    font-weight: 700;
    src: local(""), url(../fonts/arimo-v26-latin-ext-700.woff2) format("woff2"), url(../fonts/arimo-v26-latin-ext-700.woff) format("woff")
}

@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    src: local(""), url(../fonts/poppins-semibold.woff2) format("woff2"), url(../fonts/poppins-semibold.woff) format("woff")
}

img {
    display: block;
    max-width: 100%
}

svg {
    overflow: hidden
}

.container {
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.blick {
    position: relative;
    overflow: hidden
}

.blick::after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
    -webkit-filter: blur;
    filter: blur;
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(30%, rgba(255, 255, 255, .341)), color-stop(50%, rgba(255, 255, 255, .341)), to(transparent));
    background: linear-gradient(to left, transparent 0, rgba(255, 255, 255, .341) 30%, rgba(255, 255, 255, .341) 50%, transparent 100%);
    -webkit-transform: translate(-100%, -25%) rotate(-45deg);
    transform: translate(-100%, -25%) rotate(-45deg);
    -webkit-animation: blick 5s infinite;
    animation: blick 5s infinite
}

.bg {
    background-image: radial-gradient(circle, #11081c, #10071a, #0f0719, #0e0617, #0d0615, #0d0615, #0c0514, #0c0514, #0c0515, #0d0416, #0d0417, #0e0318);
    color: #fff
}

.title {
    font-family: 'Arimo', sans-serif;
    font-size: 46px;
    line-height: 1
}

.text-bold {
    font-weight: 700
}

.text-nowrap {
    white-space: nowrap
}

.page {
    color: #320052;
    background-color: #f5f5f5;
    overflow-x: hidden
}

.btn-orange {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    display: block;
    background-color: #ff8a00;
    color: #320052;
    text-align: center;
    padding: 12px 45px;
    border-radius: 39px;
    font-size: 24px
}

.btn-orange:hover {
    background: #0c0514;
    color: #fff
}

.btn-arrow,
.btn-arrow:after,
.btn-orange {
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-arrow {
    width: 100%;
    max-width: 300px
}

.btn-arrow:after {
    content: "";
    width: 28px;
    height: 26px;
    opacity: 0;
    background-image: url(../img/arrow-white.png);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 21px
}

.btn-arrow:hover {
    text-indent: -20px
}

.btn-arrow:hover::after {
    opacity: 1;
    /*right: 35px;*/
    background: url("../img/new-arr-white.svg");
}

.btn-dark {
    position: relative;
    display: block;
    border: 1px solid #ff8a00;
    color: #ff8a00;
    padding: 12px 20px;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    border-radius: 60px;
    font-size: 28px;
    background: transparent;
}

.btn-dark:hover {
    border-color: #fff;
    color: #fff
}

.word {
    color: #f5f5f5;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 1px #320052
}

.orange {
    color: #ff8a00
}

.slick-list,
.slick-slider,
picture {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    /* cursor: hand */
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

.slick-prev:before {
    content: '←'
}

.slick-next:before {
    content: '→'
}

.slick-next {
    right: -25px
}

.slick-dots,
.slick-dots li button:before {
    position: absolute;
    left: 0;
    text-align: center
}

.slick-dots {
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slide {
    outline: 0
}

.promo {
    padding: 20px 0 50px;
    /*background: url(../img/ev.png) 600px 0 no-repeat;*/
    background: url(../img/ev.png) 50% 100% no-repeat;
    background-size: 700px;
}

.promo__title {
    font-size: 47px;
    text-align: center;
    line-height: 1
}

.nav {
    margin-bottom: 40px
}

.nav__logo {
    max-width: 230px;
    margin: auto;
}

.nav__btn {
    display: none
}

.main {
    /*margin-bottom: 50px*/
}
.main__left1{
    text-align: center;
}

.intro__subtitle,
.intro__title {
    margin-bottom: 18px;
    font-size: 15px;
    text-align: center
}

.intro__title {
    font-size: 38px;
    margin-bottom: 30px
}

.intro__line {
    line-height: 1.2;
    position: relative;
    padding-bottom: 5px;
    display: inline-block
}

.intro__line:after {
    position: absolute;
    content: '';
    background: url(../img/line1.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 30px;
    left: calc(50% - 88px);
    bottom: -23px;
    z-index: -1
}

.intro__btn {
    border-radius: 110px;
    margin: 0 auto 50px;
    padding: 12px 40px;
    font-size: 22px
}

.intro__sponsors {
    margin: 0 auto 60px;
    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
}

.intro__img {
    mix-blend-mode: difference;
    opacity: .5;
    max-width: 60%;
    margin: auto;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25)) drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25)) drop-shadow(0 4px 4px rgba(0, 0, 0, .25))
}

.intro__img:first-child {
    margin-right: 20px
}

.payments {
    position: relative;
    width: 100%
}

.payments__wrapper {
    padding: 15px;
    background: rgba(188, 190, 209, .1);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    border-radius: 10px
}

.payments__block {
    height: 288px;
    padding: 0 5px;
    overflow: hidden;
    position: relative
}

.payments__block::-webkit-scrollbar {
    width: 0
}

.payments:after {
    position: absolute;
    content: '';
    background: url(../img/ev.png);
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -112px;
    left: 50%;
    width: 480px;
    height: 453px;
    z-index: -1
}

.payments:before {
    position: absolute;
    content: '';
    width: 432px;
    height: 389px;
    background: rgba(94, 0, 188, .3);
    -webkit-filter: blur(444px);
    filter: blur(444px);
    bottom: -242px;
    left: 214px;
    z-index: -2
}

.payments__balance {
    font-size: 20px;
    margin-bottom: 25px
}

.list,
.payments__scroll {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.payments__scroll {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0 2px;
    top: 0;
    left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.list {
    background: rgba(188, 190, 209, .1);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    -webkit-backdrop-filter: blur(210px);
    backdrop-filter: blur(210px);
    padding: 12px 20px;
    border-radius: 40px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.list:not(:last-of-type) {
    margin-bottom: 10px
}

.list__sum {
    color: #5fcc88
}

.bonus br,
.list__info,
.start br {
    display: none
}

.start .third-el {
    display: block;
}

.list__btn {
    background: #5fcc88;
    border-radius: 40px;
    padding: 4px 20px;
    color: #fff
}

.slick-vertical .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.info {
    padding: 50px 0;
    text-align: center
}

.info__bottom,
.info__top {
    margin-bottom: 50px
}

.info__number {
    font-weight: 600;
    line-height: 1.3;
    font-size: 42px;
    margin-bottom: 10px
}

.info__text {
    font-size: 21px;
    font-weight: 300
}

.info__box:first-child {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.info__box1 {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.info__box1:not(:last-child) {
    margin-bottom: 60px
}

.info__box1:nth-child(2) {
    position: relative
}

.info__box1:nth-child(2):after,
.info__box1:nth-child(2):before {
    position: absolute;
    content: '';
    width: 2px;
    height: 172px;
    background-color: #f5f5f5;
    top: -110px;
    left: calc(50%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.info__box1:nth-child(2):before {
    top: auto;
    bottom: -120px
}

.info__logo {
    max-width: 100%
}

.info__line {
    color: #141020;
    font-size: 30px;
    text-shadow: 0 0 2px #fff
}

.info__btn {
    margin: auto
}

.start {
    padding: 50px 0
}

.start__wrapper {
    max-width: 1440px;
    margin: 0 auto 40px
}

.start__title {
    margin-bottom: 40px;
    font-size: 41px;
    text-align: center
}

.start__box:not(:last-child) {
    margin-bottom: 40px
}

.start__box:hover .start__num {
    background-position: center 100%
}

.start__intro {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.start__num {
    font-size: 100px;
    line-height: 1;
    color: #f5f5f5;
    font-family: 'poppins', sans-serif;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff8a00), color-stop(50%, #ff8a00), color-stop(50%, #f5f5f5));
    background-image: linear-gradient(to top, #ff8a00, #ff8a00 50%, #f5f5f5 50%);
    background-size: 200% 210%;
    background-position: 0 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px #ff8a00;
    -webkit-transition: all 2s;
    transition: all 2s;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}

.start__num--1 {
    top: 5px;
    left: 20px;
}

.start__info {
    padding-left: 81px;
}

.start__text {
    font-size: 16px
}

.start__name {
    font-size: 20px;
    text-transform: uppercase
}

.start__btn {
    margin: auto
}

.start__img {
    max-width: 580px;
    margin: auto;
    width: 100%
}

.bonus {
    padding: 50px 0
}

.bonus__item,
.bonus__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat
}

.bonus__wrapper {
    background-image: url(../img/cone2.png);
    background-position: 50% 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1455px;
    background-size: 150%;
    margin: 0 auto 40px
}

.bonus__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 20px 40px;
    margin: 0 auto 70px;
    max-width: 290px
}

.bonus__item:nth-child(4) {
    margin-bottom: 0
}

.bonus__bg {
    position: absolute;
    z-index: 0
}

.bonus__bg--1 {
    top: -23px;
    left: 1px;
    max-width: 86%
}

.bonus__bg--2 {
    top: -16px;
    left: 8px;
    max-width: 91%;
}

.bonus__bg--3 {
    width: 90%;
    top: -18px;
    left: 10px
}

.bonus__bg--4 {
    width: 90%;
    top: -9px;
    left: -3px
}

.bonus__title {
    font-size: 36px
}

.bonus__subtitle {
    font-size: 24px;
    margin-bottom: 40px
}

.bonus__num {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    z-index: 1
}

.bonus__link,
.bonus__percent,
.bonus__text {
    font-size: 35px;
    position: relative;
    z-index: 1
}

.bonus__link,
.bonus__text {
    font-size: 16px
}

.bonus__link {
    text-decoration: underline;
    line-height: 1.3;
    margin-bottom: 15px;
    text-decoration-skip-ink: none;
    color: #320052
}

.bonus__text {
    font-weight: 600;
    line-height: 1.2;
    color: #fff
}

.dark {
    color: #320052
}

.news {
    padding: 50px 0
}

.news__title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 45px;
    text-align: center
}

.news__item {
    display: block;
    background: rgba(245, 245, 245, .1);
    border-radius: 16px;
    padding: 8px 20px;
    color: #fff
}

.news__item:not(:last-of-type) {
    margin-bottom: 20px
}

.news__item:last-of-type {
    margin-bottom: 65px
}

.news__text {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.2
}

.news__date {
    opacity: .3;
    font-size: 18px
}

.news__num {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.3
}

.news__info {
    font-weight: 300;
    font-size: 20px
}

.news__btn {
    margin: auto
}

.news__number {
    max-width: 806px;
    text-align: center
}

.news__number:first-child {
    padding-bottom: 20px
}

.news__number:last-child {
    padding-top: 20px
}

.news__number:not(:last-child) {
    position: relative
}

.news__number:not(:last-child):after {
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.news__number:nth-child(2),
.news__number:nth-child(3) {
    padding: 20px 0
}

.news__left {
    margin-bottom: 50px
}

.help {
    padding: 50px 0
}

.help__title {
    font-size: 40px;
    margin-bottom: 20px
}

.help__subtitle {
    text-align: right;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 1.3;
    position: relative;
    margin-bottom: 40px
}

.help__subtitle::before {
    position: absolute;
    content: '';
    width: 156px;
    height: 141px;
    background: url(../img/help-arrow.svg);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    bottom: -76px;
    right: calc(50% - 20px)
}

.help__line,
.help__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.help__line {
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.help__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.help__tl:hover .help__img--tl path {
    fill: #24a2df
}
.help__whatsapp:hover path.no-change {
    fill: #fff;
}
.help__whatsapp:hover path {
   fill: #25D366;
}
.help__skype {
    margin-right: 16px
}

.help__skype:hover .help__img--sk path {
    fill: #009bda
}

.help__item:not(:last-child) {
    margin-bottom: 40px
}

.help__img {
    padding-top: 15px;
    padding-left: 15px;
    position: relative;
    max-width: 320px;
    margin: 0 auto 20px
}

.help__img:after {
    position: absolute;
    content: '';
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 2px solid #320052;
    z-index: -1;
    top: 0;
    left: 0
}

.help__img img,
.help__img:after {
    border-radius: 10px
}

.help__name {
    font-size: 20px;
    margin-bottom: 9px
}

.help__box {
    max-width: 240px;
    margin: auto
}

.help__box:not(:last-child) {
    margin-bottom: 32px
}

.help__btn,
.help__position {
    font-weight: 600;
    font-size: 16px
}

.help__btn {
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
    background: #ff8a00;
    border-radius: 40px;
    color: #320052
}

.help__btn:hover {
    background: #0c0514;
    color: #fff
}

.footer {
    padding: 0 0 30px;
    text-align: center
}

.footer__left {
    font-size: 14px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto
}

.footer__right {
    margin-bottom: 50px
}

.footer__line {
    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;
    margin-bottom: 20px
}

.footer__logo {
    margin-right: 10px
}

.footer__ad {
    max-width: 288px;
    margin: 0 auto 20px
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 260px;
    margin: auto
}

.footer__img,
.footer__name {
    margin-right: 5px
}

.footer__name {
    color: #bcbed1
}

.footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__item:hover .footer__connect {
    text-decoration: underline
}

.footer__item:not(:last-child) {
    margin-bottom: 10px
}

.footer__connect {
    color: #320052
}

.footer__link:hover .footer__img--fb path {
    fill: #1877f2
}

.footer__link:hover .footer__img--tl path {
    fill: #24a2df
}

.footer__link:hover .footer__img--yt path {
    fill: red
}

.footer__link:hover .footer__img--in path {
    /* fill: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); */
    fill: url(#Gradient)
}

.bonus__percent--2 {
    font-size: 30px;
}


.left1__title {
    /*font-size: 80px;*/
    font-size: 40px;
    font-weight: bold;
    color: #5fcc88;
    margin-bottom: 15px;
}

.left1__title2 {
    /*font-size: 48px;*/
    font-size: 28px;
    color: #320052;
    margin-bottom: 15px;
}

.left1__title3 span {
    color: #ff8a00;
}

.left1__title3 {
    color: #320052;
    /*font-size: 48px;*/
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*margin-bottom: 80px;*/
    margin-bottom: 10px;
}

.product__item {
    /*max-width: 445px;*/
    max-width: 325px;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 10px;
    background: rgba(217, 217, 217, .2);
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);
    margin: 0 auto 25px;
}

.product__title {
    /*font-size: 80px;*/
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    /*margin-bottom: 65px;*/
    margin-bottom: 35px;
}

.card__head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.head__name {
    /*font-size: 20px;*/
    font-size: 15px;
    font-weight: 600;
    /*min-height: 50px;*/
    /*margin-bottom: 20px;*/
    margin-bottom: 10px;
    text-align: left;
}

.head__flag {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    margin-bottom: 20px;
}

.head__flag img {
    margin-right: 10px;
}

.head__noob {
    font-size: 16px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    text-align: left;
}

.head__noob img {
    /*margin-left: 10px;*/
    margin-left: 5px;
    position: relative;
    top: 5px;
}

.green {
    color: #5fcc88;
}

.yellow {
    color: #FFC700;
}

.red {
    color: #FF3535;
}


.head__product-box {
    background: rgba(217, 217, 217, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 150px;*/
    /*height: 150px;*/
    height: 100px;
    width: 100px;
    border-radius: 10px;
}

.head__product-picture {
    max-width: 100%;
}

.card__stat {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.stat__box {
    /*width: 48%;*/
    border-radius: 10px;
    border: 1px solid #5FCC88;
    background: rgba(217, 217, 217, .1);
    padding: 10px 18px;
}
.stat__box:first-child {
    margin-bottom: 10px;
}

.stat__title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}

.stat__score {
    /*font-size: 31px;*/
    font-size: 22px;
    font-weight: bold;
}

.works {
    background: radial-gradient(circle, #11081c, #10071a, #0f0719, #0e0617, #0d0615, #0d0615, #0c0514, #0c0514, #0c0515, #0d0416, #0d0417, #0e0318);
    /*padding: 120px 100px;*/
    padding: 50px 0;
    text-align: center;
}

.works__title {
    color: #ffffff;
    /*font-size: 200px;*/
    font-size: 45px;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    line-height: 1;
    /*margin-bottom: 100px;*/
    margin-bottom: 35px;
}

.works__title span {
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: 3px #fff;
}

.works__list {
    /*background: url("../img/line.svg") 40px 60px no-repeat;*/
    display: flex;
    /*flex-direction: row;*/
    flex-direction: column;
}

.works__item {
    max-width: 410px;
    width: 100%;
    color: #ffffff;
    position: relative;
    /*padding-top: 130px;*/
    margin: 0 auto 50px;
}

.works__item:before {
    content: '';
    /*position: absolute;*/
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 25px;
}
.works__item:last-child{
    margin-bottom: 0;
}

.w1:before {
    background: url("../img/w1.png") center top no-repeat;
    /*width: 200px;*/
    /*height: 200px;*/
    /*bottom: 40px;*/
    /*top: 0;*/
    /*left: 0;*/
    /*left: 40px;*/
    background-size: 80px
}

.w2:before {
    background: url("../img/w2.png") center top no-repeat;
    /*width: 120px;*/
    /*height: 200px;*/
    /*top: 0;*/
    /*left: 160px;*/
    background-size: 70px;
    /*left: 70px;*/

}

.w3:before {
    background: url("../img/w3.png") center top no-repeat;
    /*width: 200px;*/
    /*height: 173px;*/
    /*bottom: 60px;*/
    /*top: 0;*/
    /*left: 30px;*/
    /*left: 40px;*/
    background-size: 110px;
}

.w4:before {
    background: url("../img/w4.png") center top no-repeat;
    /*width: 200px;*/
    /*height: 200px;*/
    /*top: 0;*/
    /*left: 70px;*/
    background-size: 110px;
    /*left: 30px;*/
}

.works__item:nth-child(even) {
    /*margin-left: -30px;*/
    /*padding-top: 230px;*/
}

.works__item-name {
    /*font-size: 40px;*/
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.works__item-description {
    /*font-size: 24px;*/
    font-size: 16px;
}

@media screen and (min-width: 410px) {
    .bonus__percent--2 {
        font-size: 25px;
    }

    .start__num--1 {
        top: -10px;
        left: 25px;
    }

    .title {
        font-size: 55px
    }

    .promo__title {
        font-size: 56px
    }

    .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }


    .intro__subtitle {
        font-size: 20px
    }

    .intro__title {
        font-size: 42px
    }

    .start__title {
        font-size: 54px
    }

    .start__text {
        font-size: 17px
    }

    .help__title {
        font-size: 54px
    }

    .help__subtitle {
        font-size: 21px
    }
    .head__product-box{
        width: 120px;
        height: 120px;
    }
    .form {
        width: 330px;
    }
    .head__noob img{
        margin-left: 10px;
    }

}

@media screen and (min-width: 480px) {

    .container {
        width: 480px
    }

    .title {
        font-size: 54px
    }

    .btn-orange {
        font-size: 20px;

    }

    .btn-arrow {
        max-width: 310px;
    }

    .btn-dark {
        font-size: 25px
    }

    .promo {
        padding: 40px 0 60px
    }

    .intro__subtitle {
        font-size: 21px
    }

    .intro__title {
        font-size: 50px;
        margin-bottom: 35px
    }

    .intro__img {
        max-width: 165px
    }

    .payments__wrapper {
        padding: 33px
    }

    .payments__block {
        height: 295px
    }

    .payments__balance {
        font-size: 24px;
        margin-bottom: 35px
    }

    .list {
        font-size: 18px
    }

    .list__btn {
        padding: 4px 30px
    }

    .info {
        padding: 60px 0
    }

    .info__number {
        font-size: 59px
    }

    .info__text {
        font-size: 22px
    }

    .info__box1:not(:last-child) {
        margin-bottom: 80px
    }

    .info__line {
        font-size: 44px
    }

    .start {
        padding: 60px 0
    }

    .bonus {
        /*padding: 0 0 60px*/
    }

    .bonus__wrapper {
        margin: 0 auto 70px
    }

    .bonus__item {
        margin-bottom: 50px;
        padding: 22px;
        /* max-width: auto; */
        width: 50%
    }

    .bonus__item:nth-child(3) {
        margin-bottom: 0
    }

    .bonus__bg--1 {
        top: -21px;
        max-width: 100%;
        left: -9px;
    }

    .bonus__bg--2 {
        max-width: 107%;
        top: -24px;
        left: -4px
    }

    .bonus__bg--3 {
        width: 100%;
        top: -9px;
        left: -1px;
    }

    .bonus__bg--4 {
        width: auto;
        max-width: 105%;
        top: -9px;
        left: -23px;
    }

    .bonus__title {
        font-size: 48px
    }

    .bonus__subtitle {
        font-size: 38px
    }

    .bonus__num {
        margin-bottom: 0;
        font-size: 16px
    }

    .bonus__percent {
        font-size: 40px
    }

    .bonus-two {
        font-size: 25px;
        line-height: 1.4;
    }

    .bonus__percent--2 {
        font-size: 35px;
    }

    .bonus__link {
        margin-bottom: 5px
    }

    .bonus__text {
        font-size: 15px
    }

    .news {
        padding: 60px 0
    }

    .news__num {
        font-size: 42px
    }

    .news__info {
        font-size: 22px
    }

    .help__title {
        font-size: 54px
    }

    .help__subtitle {
        font-size: 24px
    }

    .help__line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .help__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .help__img {
        width: 220px;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0
    }

    .help__wrap {
        margin-bottom: 20px
    }

    .footer__left {
        font-size: 16px
    }

    .footer__ad {
        max-width: 320px
    }

    .footer__img {
        margin-right: 20px
    }

    .footer__item {
        font-size: 16px
    }

    .nav__btn {
        display: block;
        max-width: 260px;
    }
    .product__item{
        max-width: 365px;
    }
    .head__product-box {
        width: 130px;
        height: 130px;
    }
    .head__name{
        font-size: 18px;
    }
    .card__stat{
        flex-direction: row;
        margin-top: 15px;
    }
    .stat__box{
        width: 48%;
    }
    .stat__box:first-child{
        margin-bottom: 0;
    }
}

@media screen and (min-width: 480px) {
    .intro__btn {
        padding: 12px 40px;
        font-size: 28px
    }
    .form {
        width: 420px;
    }
    .product__title{
        font-size: 50px;
    }
    .works__title{
        font-size: 55px;
    }
}

@media screen and (min-width: 640px) {
    .start__num--1 {
        top: -3px;
        left: 35px;
    }

    .payments__balance {
        font-size: 34px;
    }

    .intro__title {
        font-size: 52px;
    }

    .start__info {
        padding-left: 110px;
        max-width: 500px;
    }

    .container {
        width: 640px
    }

    .title {
        font-size: 79px
    }

    .promo__title {
        font-size: 69px
    }

    .list__info {
        display: block
    }

    .info__bottom,
    .info__top {
        width: 100%;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto
    }

    .info__text {
        font-size: 24px
    }

    .start__num {
        font-size: 150px
    }

    .start__text {
        font-size: 20px
    }

    .start__name {
        margin-bottom: 4px;
        font-size: 30px
    }

    .bonus__item {
        margin-bottom: 70px
    }

    .bonus__bg--1 {
        top: -30px;
        left: -13px
    }

    .bonus__bg--2 {
        top: -35px;
        left: -6px
    }

    .bonus__bg--3 {
        top: -30px;
        left: -10px
    }

    .bonus__bg--4 {
        top: -22px;
        left: -29px
    }

    .bonus__title {
        font-size: 61px
    }

    .bonus__subtitle {
        font-size: 50px
    }

    .bonus__num {
        margin-bottom: 5px;
        font-size: 22px
    }

    .bonus__percent {
        font-size: 45px
    }

    /* .bonus__percent--2 {
        font-size: 27px;
        line-height: 54px;
    } */
    .bonus__link {
        margin-bottom: 15px
    }

    .bonus__text {
        font-size: 18px
    }

    .news__num {
        font-size: 50px
    }

    .help__title {
        font-size: 70px
    }

    .help__subtitle {
        font-size: 30px;
        margin-bottom: 60px;
        line-height: 1.1
    }

    .help__img {
        width: 260px
    }

    .help__name {
        font-size: 24px
    }

    .help__position {
        font-size: 20px
    }

    .footer {
        text-align: left
    }

    .footer__wrapper {
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__left {
        margin: 0
    }

    .footer__right {
        text-align: left;
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer__line {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .footer__social {
        margin: 0
    }

    .footer__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media screen and (min-width: 768px) {
    .btn-arrow {
        max-width: 340px;
    }

    .start__num--3 {
        top: -15px;
    }

    .intro__title {
        font-size: 60px;
    }

    .start__info {
        padding-left: 144px;
        max-width: 592px;
    }

    .start__num--1 {
        top: -14px;
        left: 35px;
    }

    .container {
        width: 740px;
        padding-left: 25px;
        padding-right: 25px
    }

    .title {
        font-size: 90px
    }

    .btn-orange {
        font-size: 28px;
    }

    .btn-dark {
        font-size: 32px
    }

    .promo {
        padding: 60px 0
    }

    .promo__title {
        font-size: 78px
    }

    .nav {
        margin-bottom: 80px
    }

    .nav__logo {
        max-width: 100%
    }

    .intro__subtitle {
        margin-bottom: 15px;
        font-size: 22px
    }

    .info {
        padding: 70px 0
    }

    .info__bottom,
    .info__top {
        margin-bottom: 60px
    }

    .info__number {
        font-size: 75px
    }

    .info__text--1 {
        font-size: 30px
    }

    .info__box:first-child {
        margin-bottom: 0
    }

    .start__box {
        max-width: 650px;
        margin: auto
    }

    .start__num {
        font-size: 200px
    }

    .start__text {
        font-size: 22px
    }

    .start__name {
        font-size: 37px
    }

    .bonus {
        /*padding: 0 0 60px*/
    }

    .bonus__item {
        margin-bottom: 70px;
        padding: 20px 30px
    }

    .bonus__bg--1 {
        max-width: 100%;
        top: -35px
    }

    .bonus__bg--2 {
        max-width: 100%;
        top: -34px;
        left: -2px;
    }

    .bonus__bg--3 {
        top: -16px;
        left: 0
    }

    .bonus__bg--4 {
        max-width: 102%;
        top: -20px;
        left: -28px
    }

    .bonus__title {
        font-size: 80px
    }

    .bonus__subtitle {
        font-size: 57px
    }

    .bonus__percent {
        font-size: 60px;
        line-height: 1;
        margin-bottom: 5px
    }

    .bonus__percent--2 {
        font-size: 40px;
        /* line-height:60px; */
    }

    .bonus__link {
        font-size: 18px
    }

    .news {
        padding: 70px 0
    }

    .news__title {
        font-size: 60px;
        margin-bottom: 40px
    }

    .news__item {
        padding: 12px 20px
    }

    .news__item:not(:last-of-type) {
        margin-bottom: 30px
    }

    .news__text {
        margin-bottom: 10px
    }

    .news__date,
    .news__text {
        font-size: 20px
    }

    .news__number:first-child {
        padding-bottom: 35px
    }

    .news__number:last-child {
        padding-top: 35px
    }

    .news__number:nth-child(2),
    .news__number:nth-child(3) {
        padding: 35px 0
    }

    .news__left {
        margin-bottom: 90px
    }

    .help {
        padding: 70px 0
    }

    .help__title {
        font-size: 85px
    }

    .help__subtitle {
        font-size: 35px
    }

    .help__subtitle::before {
        background-size: 100% 100%;
        bottom: -26px;
        right: calc(50% + 70px)
    }

    .help__img {
        padding-top: 20px;
        padding-left: 20px;
        width: 290px
    }

    .help__img:after {
        width: calc(100% - 20px);
        height: calc(100% - 20px)
    }

    .help__btn {
        font-size: 21px;
        padding: 14px 40px
    }

    .footer {
        padding: 0 0 50px
    }
    .product__item{
        max-width: 325px;
    }
    .stat__score{
        font-size: 19px;
    }
    .works__list{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .works__item{
        max-width: 300px;
    }
    .works__title{
        font-size: 65px;
    }
    .product__title{
        font-size: 60px;
    }
}

@media screen and (min-width: 1024px) {
    .help__subtitle::before {
        right: calc(50% + -122px);
    }

    .btn-arrow {
        max-width: 350px;
    }

    .start__num {
        position: relative;
    }

    .start__num--1 {
        top: 9px;
        left: 0px;
    }

    .start__info {
        padding: 0;
        margin-right: 10px;
    }

    .info {
        text-align: left;
    }

    .container {
        width: 960px
    }

    .title {
        font-size: 80px
    }

    .promo {
        padding: 60px 0 80px;
        background: url(../img/ev.png) 120% 90% no-repeat;
        background-size: 700px;

    }

    .promo__title {
        text-align: left
    }

    .promo__title br {
        display: none
    }

    .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        margin-bottom: 0
    }

    .intro {
        width: 47%
    }

    .intro__subtitle {
        text-align: left;
        font-size: 23px;
        margin-bottom: 25px
    }

    .intro__title {
        text-align: left;
        margin-bottom: 40px
    }

    /* .intro__title span {
        display: block
    } */
    .intro__line:after {
        left: 8px;
        bottom: -23px
    }

    .intro__btn {
        padding: 12px 60px;
        margin: 0 0 60px;
        font-size: 32px
    }

    .intro__sponsors {
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .payments {
        width: 47%
    }

    .payments__wrapper {
        max-width: 755px;
        margin-left: auto
    }

    .payments__block {
        height: 297px
    }

    .payments:after {
        top: 183px;
        left: -143px;
        width: 1007px;
        height: 1040px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .payments__balance {
        font-size: 26px
    }

    .list__info {
        display: none
    }

    .info {
        padding: 80px 0
    }

    .info__bottom,
    .info__top {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .info__number {
        font-size: 50px
    }

    .info__text--1 {
        font-size: 25px
    }

    .info__box1:not(:last-child) {
        margin-bottom: 0
    }

    .info__box1:nth-child(2):after,
    .info__box1:nth-child(2):before {
        height: 100%;
        content: '';
        top: 0;
        left: -21%;
        -webkit-transform: rotate(0deg) translate(-50%, 0%);
        transform: rotate(0deg) translate(-50%, 0%)
    }

    .info__box1:nth-child(2):before {
        bottom: auto;
        left: 121%
    }

    .info__logo {
        max-width: 415px
    }

    .start {
        padding: 80px 0
    }

    .start__wrapper {
        margin: 0 auto 80px
    }

    .start__title {
        font-size: 100px;
        margin-bottom: 50px;
        text-align: left
    }

    .start__box {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative
    }

    .start__box:not(:last-child) {
        margin-bottom: 80px
    }

    .start__intro {
        margin-bottom: 0
    }

    .start__intro--rev {
        margin-right: 0;
        margin-left: 10px;
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .start__num--3 {
        top: 10px;
    }

    .start__num {
        margin-right: 0;
        -webkit-text-stroke: 4px #ff8a00
    }

    .start__text {
        font-size: 24px
    }

    .start__name {
        font-size: 31px
    }

    .start__img {
        max-width: 410px
    }

    .right-m {
        margin-right: 15px
    }

    .bonus {
        /*padding: 0 0 70px*/
    }

    .bonus__wrapper {
        max-width: 780px;
        margin: auto;
        padding: 65px 0 110px
    }

    .bonus__title {
        font-size: 85px
    }

    .bonus__subtitle {
        font-size: 70px
    }

    .news__wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1526px
    }

    .news__title {
        text-align: left
    }

    .news__item {
        max-width: 500px
    }

    .news__text {
        font-size: 24px
    }

    .news__num {
        font-size: 39px
    }

    .news__btn {
        margin: 0
    }

    .news__number {
        text-align: left
    }

    .news__number:not(:last-child):after {
        left: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%
    }

    .news__right {
        margin-left: 30px
    }

    .news__left {
        width: 50%;
        margin-bottom: 0;
        margin-right: 30px
    }

    .news__line {
        height: auto;
        position: relative;
        top: 0;
        width: 2px;
        background: #c4c4c4
    }

    .help__title {
        font-size: 97px;
        margin-bottom: 0
    }

    .help__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .help__line {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px
    }

    .help__link {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .help__item:not(:last-child) {
        margin-bottom: 0
    }

    .help__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 30%
    }

    .help__img {
        width: auto;
        margin: 0 auto 17px
    }

    .help__box {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .help__position {
        font-size: 17px
    }

    .help__btn {
        max-width: 280px
    }

    .help__wrap {
        margin-bottom: 0
    }
    .main__left1{
        text-align: left;
    }
    .form{
        margin-top: 0!important;
    }
    .left1__title{
        font-size: 60px;
        margin-bottom: 45px;
    }
    .left1__title2{
        font-size: 38px;
        margin-bottom: 45px;
    }
    .left1__title3{
        font-size: 48px;
    }
    .main__left1{
        margin-top: 50px;
    }
    .product__item {
        max-width: 435px;
    }
    .works__item{
        max-width: 200px;
        margin-bottom: 0;
    }
    .checkbox__label{
        font-size: 16px!important;
    }
    .checkbox{
        max-width: 90%;
    }
    .btn-orange--full{
        font-size: 28px!important;
        padding-left: 65px!important;
        padding-right: 65px!important;
    }
    .btn-orange--full:after{
        right: 65px !important;
        -webkit-background-size: auto !important;
        background-size: auto !important;
    }
    .popup .form{
        width: 470px!important;
    }
    .stat__box .stat__score:nth-child(2), .stat__box:nth-child(2) .stat__title  {
        text-align: center!important;
    }
}

@media screen and (min-width: 1280px) {
    .start__num--3 {
        top: 15px;
    }

    .container {
        width: 1200px
    }

    .promo__title,
    .title {
        font-size: 125px
    }

    .nav {
        margin-bottom: 30px
    }

    .intro {
        width: 100%;
        max-width: 550px
    }

    .intro__subtitle {
        font-size: 24px
    }

    .intro__title {
        margin-bottom: 10px;
        font-size: 62px
    }

    .intro__btn {
        margin: 0 0 95px
    }

    .payments__balance {
        font-size: 30px
    }

    .list__info {
        display: block;
        font-size: 15px
    }

    .info {
        padding: 110px 0
    }

    .info__bottom,
    .info__top {
        margin-bottom: 120px
    }

    .info__number {
        font-size: 75px
    }

    .info__text--1 {
        font-size: 35px
    }

    .info__logo {
        max-width: 100%
    }

    .start {
        padding: 80px 0 100px
    }

    .start__wrapper {
        margin: 0 auto 149px
    }

    .start__title {
        margin-bottom: 80px;
        font-size: 130px
    }

    .start__box:not(:last-child) {
        margin-bottom: 130px
    }

    .start__box:before {
        position: absolute;
        content: '';
        width: 126px;
        height: 86px;
        background: url(../img/arrow-start.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        top: -20px;
        right: calc(50% - 49px);
        -webkit-transform: translate(-50%, -10%);
        transform: translate(-50%, -10%)
    }

    .start__box:nth-child(even):before {
        right: calc(50% - 167px);
        -webkit-transform: translate(0, -10%) scale(-1, 1);
        transform: translate(0, -10%) scale(-1, 1)
    }

    .start__intro {
        max-width: 50%
    }

    .start__num {
        font-size: 240px
    }

    .start__img {
        max-width: 520px
    }

    .bonus__question {
        font-size: 90px
    }

    .bonus__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 100%;
        margin: 0 auto;
        background-position: -123px -20px;
        background-size: contain
    }

    .bonus__item {
        margin-bottom: 0
    }

    .bonus__bg--1 {
        max-width: 99%;
        left: -13px;
        top: -29px
    }

    .bonus__bg--2 {
        max-width: 100%;
        top: -30px;
        left: -2px;
    }

    .bonus__bg--3 {
        width: 94%;
        left: 9px;
        top: -12px;
    }

    .bonus__bg--4 {
        max-width: 99%;
        top: -20px;
        left: -18px
    }

    .bonus__title {
        font-size: 110px
    }

    .bonus__subtitle {
        font-size: 85px;
        margin-bottom: 70px
    }

    .bonus__percent {
        font-size: 50px
    }

    .bonus__percent--2 span {
        display: block;
        font-size: 25px;
    }

    .bonus__percent--2 {
        font-size: 50px;
        /* line-height: 40px; */
    }

    .news {
        padding: 130px 0
    }

    .news__item {
        padding: 32px 39px;
        max-width: 576px
    }

    .news__info {
        font-size: 24px
    }

    .news__right {
        margin-left: 0
    }

    .news__left {
        width: auto;
        margin-right: 0
    }

    .help__title {
        font-size: 114px
    }

    .help__subtitle {
        font-size: 43px;
        margin-top: -30px
    }

    .help__subtitle::before {
        right: calc(50% - 177px)
    }

    .help__item {
        padding-top: 30px;
        padding-left: 30px
    }

    .help__img {
        padding: 0
    }

    .help__img:after {
        width: 100%;
        height: 100%;
        top: -30px;
        left: -30px
    }

    .help__btn {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content
    }

    .footer {
        padding: 0 0 70px
    }

    .footer__wrapper {
        max-width: 1198px
    }
    .product__item{
        max-width: 365px;
    }
    .stat__score{
        font-size: 23px;
    }
    .form{
        width: 100%!important;
    }
    .left1__title{
        font-size: 80px;
    }
    .left1__title2{
        font-size: 48px;
    }
    .nav__logo{
        margin: 0;
    }
    .main__left1{
        max-width: 600px;
    }
    .promo{
        background-position: calc(50% - -360px) 40%;
        -webkit-background-size: 800px;
        background-size: 800px;
    }
    .product__title {
        font-size: 70px;
    }
    .works__title {
        font-size: 105px;
        margin-bottom: 75px;
    }
    .works__list{
        background: url(../img/line.svg) 20px 60px no-repeat;
        background-size: 90%;
    }
    .works__item{
        max-width: 280px;
    }
    .works__item-name{
        font-size: 34px;
    }
    .works__item-description{
        font-size: 21px;
    }
    .works__item:before{
        position: absolute;
        -webkit-background-size: auto;
        background-size: auto;
        width: 200px;
        height: 200px;
    }
    .w1:before{
        bottom: 30px;
        left: 0;
    }
    .w2:before{
        top: -20px;
        left: 60px;
    }
    .w3:before{
        bottom: 0;
        left: 30px;
    }
    .w4:before{
        top: 0;
        left: 40px;
    }
    .works__item:nth-child(even){
        padding-top: 215px;
    }
    .works, .bonus{
        padding: 85px 0;
    }
    .product__list{
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1441px) {
    .info__box1:nth-child(2):after {
        left: calc(50% - 309px)
    }

    .info__box1:nth-child(2):before {
        left: calc(50% + 300px)
    }
}

@media screen and (min-width: 1441px) {
    .info__box1:nth-child(2):after {
        left: calc(50% - 263px);
    }

    .info__box1:nth-child(2):before {
        left: calc(50% + 263px);
    }

    .info__box1:nth-child(2):after,
    .info__box1:nth-child(2):before {
        height: 104%;
        top: 10px;
    }

    .start__num--1 {
        top: 19px;

    }

    .start__num--3 {
        top: 27px;

    }

    .container {
        max-width: 1400px;
        width: 100%;
        margin: auto
    }

    .promo__title,
    .title {
        font-size: 135px
    }

    .nav {
        margin-bottom: 40px
    }

    .main {
        /*margin-bottom: 160px*/
    }

    .intro {
        max-width: 710px
    }

    .intro__subtitle {
        font-size: 23px
    }

    .payments {
        padding-top: 26px
    }

    .payments__balance {
        font-size: 24px
    }

    .list__info {
        font-size: 18px
    }

    .info__wrapper {
        max-width: 1440px;
        margin: auto
    }

    .info__bottom,
    .info__top {
        margin-bottom: 140px
    }

    .bonus br,
    .start br {
        display: inline
    }

    .start__num {
        font-size: 320px;
        -webkit-text-stroke: 5px #ff8a00
    }

    .start__name {
        margin-bottom: 24px;
        font-size: 50px
    }

    .start__img {
        max-width: 100%;
        width: auto
    }

    .bonus {
        /*padding: 100px 0 40px*/
    }

    .bonus__wrapper {
        max-width: 1441px;
        margin: 0 auto 60px;
        background-position: -123px -20px;
        background-size: contain;
        padding: 95px 0 170px
    }

    .bonus__item {
        padding: 20px 70px
    }

    .bonus__item:first-child {
        padding: 20px;
        max-width: 300px;
        width: 100%;
        margin-bottom: 0
    }

    .bonus__item:nth-child(2),
    .bonus__item:nth-child(3) {
        padding: 20px 30px;
        width: 100%;
        max-width: 370px
    }

    .bonus__item:nth-child(3) {
        max-width: 333px
    }

    .bonus__item:nth-child(4) {
        padding: 20px 10px 20px 50px;
        width: 100%;
        max-width: 339px
    }

    .bonus__bg--1 {
        max-width: 107%;
        left: -20px;
        top: -33px;
    }

    .bonus__bg--2 {
        max-width: 99%;
        top: -44px;
        left: 0px;
    }

    .bonus__bg--3 {
        top: -19px;
        width: 97%;
        left: 5px
    }

    .bonus__bg--4 {
        max-width: 102%;
        top: -20px;
        left: -13px;
    }

    .bonus__num {
        margin-bottom: 20px;
        font-size: 24px
    }

    .bonus__percent {
        font-size: 60px
    }

    /* .bonus__percent--2 {
        font-size: 33px;
        line-height: 60px;
    } */
    .bonus__link {
        margin-bottom: 30px
    }

    .bonus__text {
        font-size: 20px
    }

    .news__num {
        font-size: 60px
    }

    .help__subtitle {
        margin-top: -66px;
        margin-bottom: 113px;
        line-height: 1.2;
        font-size: 48px
    }

    .help__subtitle::before {
        right: calc(50% - 233px)
    }
    .product__item{
        max-width: 445px;
    }
    .stat__score{
        font-size: 31px;
    }
    .works, .bonus{
        padding: 125px 0;
    }
    .works__title{
        font-size: 200px;
    }
    .works__list{
        background: url(../img/line.svg) 40px 60px no-repeat;
        -webkit-background-size: auto;
        background-size: auto;
    }
    .works__item{
        max-width: 330px;
    }
    .works__item-name{
        font-size: 40px;
    }
    .works__item-description{
        font-size: 24px;
    }
    .works__item:nth-child(even) {
        padding-top: 230px;
    }
    .w2:before{
        left: 90px;
    }
    .product__title{
        font-size: 80px;
        margin-bottom: 80px;
    }

}

.bonus-two {
    display: block;
}

/*popup form*/
.btn-orange--full {
    border: none;
    outline: none;
    font-family: Montserrat, sans-serif;
    /*font-size: 28px;*/
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #320052;
    text-align: left;
    background: #ff8a00;
    border-radius: 100px;
    box-shadow: 0 10px 15px 0 rgba(171, 57, 0, .2);
    width: 100%;
    padding: 16px 29px;
    position: relative;
    cursor: pointer;
    transition: all .3s
}

.nowrap {
    white-space: nowrap
}

input:-webkit-autofill, input:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #320052;
    text-fill-color: #320052;
    color: #320052 !important
}

input:-webkit-autofill:hover, select:-webkit-autofill:hover, textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #ff8a00;
    text-fill-color: #ff8a00;
    color: #ff8a00 !important
}

.lang {
    display: flex;
    align-items: center;
    margin-bottom: -3px
}

@media screen and (max-width: 1023px) {
    .lang {
        margin-left: auto;
        margin-right: 25px
    }
}

.form--register .input:last-of-type {
    margin-bottom: 25px
}

.btn-orange--full:after {
    content: "";
    display: block;
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/new-arr.svg) no-repeat 50%;
    width: 29px;
    height: 30px;
    -webkit-background-size: 20px;
    background-size: 20px;
    transition: all .3s
}

.btn-orange--full:hover:after {
    /*right: 30px*/
    background: url(../img/new-arr-white.svg) no-repeat 50%;
    background-size: 20px;
}

.icon-check {
    display: none
}

.checkbox {
    display: flex;
    align-items: center
}

.checkbox:not(:last-of-type) {
    margin-bottom: 15px
}

.checkbox__label {
    font-style: italic;
    /*font-size: 16px;*/
    font-size: 15px;
    line-height: 19px;
    color: #320052
}

.checkbox__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 1px;
    height: 1px
}

.checkbox__input:checked + label:after {
    display: block
}

.checkbox__input:checked + label .icon-check {
    display: block;
    position: absolute;
    left: 10px;
    z-index: 10
}

.checkbox__input + label {
    cursor: pointer;
    position: relative;
    /*padding-left: 50px*/
    padding-left: 40px;
}

.checkbox__input + label:hover:before {
    border: 1px solid #ff8a00
}

.checkbox__input + label:after, .checkbox__input + label:before {
    content: "";
    display: block;
    position: absolute
}

.checkbox__input + label:before {
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #320052;
    border-radius: 50%;
    transition: all .3s
}

.checkbox__input + label:after {
    display: none;
    width: 25px;
    height: 25px;
    /*background: #ff8a00;*/
    border-radius: 50%;
    border: 1px solid #320052;
    top: 0;
    left: 0
}

@media screen and (max-width: 639px) {
    .header {
        padding-bottom: 40px
    }
}

.form {
    max-width: 510px;
    /*width: 100%;*/
    color: #320052;
    z-index: 10;
    /*background-color: #56467d;*/
    background: #eceaf2;
    border-radius: 5px;
    box-shadow: 0 15px 40px 0 rgba(57, 45, 87, .3);
    padding: 24px 33px 30px 27px;
    margin: 50px auto 0;
}

@media screen and (max-width: 1679px) {
    .form {
        /*flex-shrink: 0;*/
        /*width: 370px;*/
        /*margin: 0;*/

    }
    .form{
        /*width: 508px;*/
        /*padding: 65px;*/
        /*margin: -80px 0 0;*/
    }
    .btn-orange{
        /*padding-left: 55px;*/
        /*padding-right: 55px;*/
    }
    .btn-orange--full:after{
        right: 25px;
    }
}

@media screen and (max-width: 767px) {
    .form {
        /*width: 290px*/
    }
}

.form--register {
    display: block
}

.form input:-webkit-autofill + label {
    top: -19px;
    left: 0;
    font-size: 11px;
    color: hsla(0, 0%, 100%, .5)
}

.form__ttl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center
}

.form__link {
    color: #ff8a00
}

.form .form-name {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 500;
    padding-right: 10px
}

.form .form-register {
    font-size: 15px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #320052;
    display: flex;
    align-items: center
}

.form .form-register .form-register__text {
    transition: all .3s;
    border-bottom: 1px solid rgba(171, 163, 190, 1e-07)
}

.form .form-register__plus {
    margin-right: 20px
}

.form .form-register__plus path {
    transition: all .3s
}

.form .form-register:hover .form-register__text {
    border-bottom: 1px solid #aba3be
}

.form .form-register:hover .form-register__plus path {
    fill: #ff8a00
}

.input {
    position: relative;
    margin-bottom: 12px
}

.input--last, .input:not(:last-of-type) {
    margin-bottom: 25px
}

.input:hover .input__label {
    color: #ff8a00
}

select:hover {
    color: #ff8a00
}

.input:hover .input__form {
    color: #ff8a00;
    border-bottom: 1px solid #ff8a00
}

.input__select {
    width: 100%;
    box-sizing: border-box;
    background: none;
    border: none;
    border-bottom: 1px solid #320052;
    font-size: 16px;
    padding: 4px 0;
    outline: none;
    color: #320052;
    transition: all .3s;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.input__select:hover {
    border-bottom: 1px solid #ff8a00;
}

.input__select::-ms-expand {
    display: none
}

.input--select {
    position: relative
}

.input--select:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    /*transform: translateY(-50%);*/
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #320052 transparent transparent;
    z-index: 10
}

.input__option {
    color: #000;
}

.input__password {
    -webkit-text-security: disc
}

.input__form {
    width: 100%;
    box-sizing: border-box;
    background: none;
    border: none;
    border-bottom: 1px solid #320052;
    font-size: 16px;
    padding: 4px 0;
    outline: none;
    color: #320052;
    transition: all .3s
}

.input__form::placeholder {
    color: #fff;
    transition: all .3s;
    font-family: IBM Plex Sans, sans-serif
}

.input__form:hover::placeholder {
    color: #ff8a00
}

.input__form.active + .input__label,
.input__form:focus + .input__label {
    top: -19px;
    left: 0;
    font-size: 11px;
    color: #320052;
    opacity: .8;
}

.input__label {
    font-size: 16px;
    color: #320052;
    position: absolute;
    display: block;
    pointer-events: none;
    top: 2px;
    left: 0;
    cursor: pointer;
    transition: all .2s ease
}

.form .form-bottom {
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.form .form-bottom--register {
    margin-top: 25px
}

/*.start {*/
/*    opacity: 0*/
/*}*/

.ok {
    opacity: 0
}

.event {
    padding-top: 157px;
    padding-bottom: 116px;
    overflow: hidden
}

@media screen and (max-width: 1679px) {
    .event {
        padding-top: 110px;
        padding-bottom: 76px
    }
}

@media screen and (max-width: 1299px) {
    .event {
        padding-top: 80px;
        padding-bottom: 40px
    }
}

@media screen and (max-width: 1023px) {
    .event {
        padding: 60px 0
    }
}

@media screen and (max-width: 639px) {
    .event {
        padding: 40px 0
    }
}

.event .events {
    width: 450px;
    max-width: 100%;
    box-shadow: 0 5px 20px rgba(140, 130, 154, .15);
    background-color: #fff;
    outline: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    margin: 15px 0;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden
}

.event .events:hover {
    margin-top: 0;
    box-shadow: 0 20px 70px rgba(94, 80, 113, .2)
}

@media screen and (max-width: 639px) {
    .event .events:hover {
        box-shadow: 0 20px 35px rgba(94, 80, 113, .2)
    }
}

@media screen and (max-width: 639px) {
    .event .events {
        margin: 0;
        width: 100%
    }
}

.input-account {
    display: none;
}


/*validation*/
.invalid-input {
    color: red;
    font-style: italic;
    font-size: 13px;
    margin-top: 4px;
    display: none;
}

.show {
    display: block;
}

.overlay, .popup-wrapper {
    position: fixed;
    display: none
}

.popup-wrapper {
    left: 50%;
    top: 50%;
    /*width: 280px;*/

    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*background: #fff;*/
    z-index: 21;
    text-align: left;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 20
}

.close {
    position: fixed;
    cursor: pointer;
    border: 0;
    background: 0 0;
    position: absolute;
    top: -35px;
    right: 0;
    width: 30px;
    height: 30px;
    opacity: .8;
}

.close:after, .close:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    content: '';
    background-color: #fff;
    z-index: 10;
}


.close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popupbtn {
    cursor: pointer;
    font-family: inherit;
}



@media screen and (mix-width: 1000px) {
    .product__item {
        max-width: 365px;
    }
}
.popup form{
    margin-top: 0;
    width: 290px;
}