.BtnBack {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    transition: opacity 0.15s ease;
}
.BtnBack:hover {
    opacity: 0.75;
}
.BtnBack__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 14px;
    margin: auto;
    fill: #fff;
}
.PageIntroContent__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 16px;
}
@media only screen and (min-width: 480px) {
    .PageIntroContent__title {
        font-size: 30px;
    }
}
@media only screen and (min-width: 840px) {
    .PageIntroContent__title {
        font-size: 40px;
    }
}
.PageIntroContent_tag .PageIntroContent__title {
    margin: 0;
}
.PageIntroContent__subtitle {
    line-height: 1.4;
}
.PageIntroContent__icon {
    width: 48px;
    height: 48px;
    margin: 30px auto 8px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
}
.PageIntroContent__company {
    margin-bottom: 12px;
}
.PageIntroContent__name {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
}
.PageIntroContent__ticker {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #9b9b9b;
    margin-left: 8px;
}
.PageIntroContent__btnFavorite {
    position: absolute;
    transform: translate3d(8px, 11px, 0);
}
.PageIntroContent__companyValue {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}
.PageIntroContent__companyValueTitle {
    font-size: 14px;
    margin-bottom: 10px;
}
.PageIntroContent__companyValueCurrent {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    padding-right: 4px;
}
.PageIntroContent__companyValueChange {
    position: absolute;
    top: 0;
    left: 100%;
    font-size: 16px;
}
.PageIntroContent__btnBuy {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 200px;
    transform: translate3d(-50%, -50%, 0);
}
.PageIntro {
    position: relative;
    height: 320px;
    font-size: 16px;
    padding: 80px 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
@media only screen and (min-width: 480px) {
    .PageIntro {
        font-size: 18px;
    }
}
.PageIntro_btnBack {
    padding: 120px 0 60px;
}
.PageIntro_instrument {
    padding: 80px 0;
}
@media only screen and (min-width: 480px) {
    .PageIntro_instrument {
        height: 320px;
    }
}
@media only screen and (min-width: 840px) {
    .PageIntro_instrument {
        height: 320px;
    }
}
@media only screen and (min-width: 1280px) {
    .PageIntro_instrument {
        padding-bottom: 50px;
    }
}
.PageIntro_withNav {
    padding-bottom: 50px;
}
@media only screen and (min-width: 480px) {
    .PageIntro_withNav {
        padding-bottom: 70px;
    }
}
.PageIntro_tag {
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 30px;
}
@media only screen and (min-width: 480px) {
    .PageIntro_tag {
        height: 360px;
    }
}
@media only screen and (min-width: 600px) {
    .PageIntro_tag {
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 840px) {
    .PageIntro_tag {
        height: 420px;
    }
}
.PageIntro__wrapper {
    z-index: 1;
}
@media only screen and (min-width: 1280px) {
    .PageIntro__wrapper {
        max-width: 920px;
    }
}
.PageIntro__wrapper_tag {
    position: relative;
    height: 100%;
    text-align: left;
}
@media only screen and (min-width: 1280px) {
    .PageIntro__wrapper_tag {
        max-width: 1032px;
    }
}
.PageIntro__content_tag {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media only screen and (min-width: 1280px) {
    .PageIntro__content_tag {
        width: 70%;
    }
}
.PageIntro__btnBack {
    position: absolute;
    left: 16px;
    top: 70px;
    z-index: 2;
}
@media only screen and (min-width: 480px) {
    .PageIntro__btnBack {
        left: 30px;
    }
}
@media only screen and (min-width: 840px) {
    .PageIntro__btnBack {
        top: 90px;
    }
}
.PageIntro__tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 4px 8px;
    background: #ff5722;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
}
.PageIntro__bg {
    z-index: -1;
    top: 0;
    height: inherit;
    pointer-events: none;
}
.PageIntro__bg,
.PageIntro__round {
    position: absolute;
    left: 0;
    width: 100%;
}
.PageIntro__round {
    z-index: 1;
    right: 0;
    bottom: -2px;
}
.PageIntro__bgGradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(122, 0, 147, 0.85);
    background: linear-gradient(180deg, rgba(122, 0, 147, 0.85), rgba(3, 6, 126, 0.85));
}
.PageIntro__bgGradient_dark {
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
}
.PageIntro__bgImage {
    content: "";
    --position: fixed;
    width: 100%;
    height: inherit;
    top: 0;
    left: 0;
    background: #f4f5f8 url(../comm_k/img/pageHeader/M1-2cfcd.jpg?0) no-repeat center;
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    z-index: -1;
    will-change: transform;
}
.PageIntro__bgImage_ios {
    position: absolute;
}
.PageIntro_instrument .PageIntro__bgImage {
    position: absolute;
    background-position: 50%;
}
.PageIntro__Like {
    margin-top: 20px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 14px;
    cursor: pointer;
}
.PageIntro__Like:hover {
    color: #ff5722;
}
.PageIntro__LikeCount {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 3px;
}
.PageIntro__Facts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 600px) {
    .PageIntro__Facts {
        margin-top: 25px;
    }
}
.PageIntro__Fact {
    padding: 0 40px;
}
.PageIntro__Fact:first-child {
    display: none;
}
@media only screen and (min-width: 600px) {
    .PageIntro__Fact:first-child {
        display: block;
    }
}
.PageIntro__Fact:not(:last-child) {
    border-right: 1px solid hsla(0, 0%, 100%, 0.5);
}
.PageIntro__FactTitle {
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (min-width: 840px) {
    .PageIntro__FactTitle {
        font-size: 24px;
    }
}
.PageIntro__FactText {
    font-size: 12px;
    font-weight: 600;
}
@media only screen and (min-width: 840px) {
    .PageIntro__FactText {
        font-size: 14px;
    }
}
.PageIntro__nav {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background: hsla(0, 0%, 100%, 0.1);
}
.PageIntro__nav_prev {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2) 50%, hsla(0, 0%, 100%, 0.1) 0, hsla(0, 0%, 100%, 0.1));
}
.PageIntro__nav_next {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1) 50%, hsla(0, 0%, 100%, 0.2) 0, hsla(0, 0%, 100%, 0.2));
}
.PageIntro__navContainer,
.PageIntro__navItem {
    display: -ms-flexbox;
    display: flex;
}
.PageIntro__navItem {
    width: 50%;
}
.PageIntro__navLink {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.PageIntro__navLink_next {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (min-width: 480px) {
    .PageIntro__navLink {
        font-size: 14px;
    }
}
.PageIntro__navText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.PageIntro__navIcon_left {
    margin-right: 8px;
}
.PageIntro__navIcon_right {
    margin-left: 8px;
}
.Numbers__block {
    min-height: 200px;
    position: relative;
    z-index: 10;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.Numbers__block_grey {
    background-color: #fafafe;
}
.Numbers__bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.Numbers__bg,
.Numbers__gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
}
.Numbers__gradient {
    background-image: linear-gradient(-45deg, #1954a0, #6622b6);
    opacity: 0.8;
}
.Numbers__canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    z-index: -1;
    pointer-events: none;
}
.Numbers__title {
    font-size: 30px;
    font-weight: 600;
    color: #3a34b1;
    max-width: 750px;
    line-height: 1.2;
    margin: auto;
    margin-top: 70px;
    text-align: center;
}
@media only screen and (max-width: 599px) {
    .Numbers__title {
        font-size: 20px;
        margin-top: 50px;
    }
}
.Numbers__block_bg .Numbers__title {
    color: #fff;
}
.Numbers__text {
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a;
    max-width: 750px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 1.8;
}
@media only screen and (max-width: 599px) {
    .Numbers__text {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
.Numbers__block_bg .Numbers__text {
    color: #c3c6e5;
}
.NumbersAccountsCount__carousel {
    text-align: left;
    display: none;
    padding-bottom: 30px;
}
.NumbersAccountsCount__carouselItem {
    width: 33.333333333333336% !important;
}
@media only screen and (max-width: 479px) {
    .NumbersAccountsCount__carousel {
        display: block;
    }
}
.NumbersAccountsCount__years {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 120px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 839px) {
    .NumbersAccountsCount__years {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 479px) {
    .NumbersAccountsCount__years {
        display: none;
    }
}
.NumbersAccountsCount__yearsItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding-left: 90px;
    position: relative;
    transition: transform 0.4s, opacity 0.4s;
    will-change: transform, opacity;
}
.NumbersAccountsCount__yearsItem:first-child {
    transform: translateX(100%);
    opacity: 0;
}
.NumbersAccountsCount__yearsItem:last-child {
    transform: translateX(-100%);
    opacity: 0;
}
@media only screen and (max-width: 1279px) {
    .NumbersAccountsCount__yearsItem {
        padding-left: 0;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
@media only screen and (max-width: 839px) {
    .NumbersAccountsCount__yearsItem:nth-child(3) {
        width: 100%;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .NumbersAccountsCount__yearsItem {
        padding-top: 15px;
    }
}
.NumbersAccountsCount__yearsItemIcon {
    position: absolute;
    top: -15px;
    left: 0;
}
@media only screen and (max-width: 1279px) {
    .NumbersAccountsCount__yearsItemIcon {
        position: relative;
    }
}
.NumbersAccountsCount__yearsItemCount {
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
    color: #3a34b1;
    font-size: 48px;
    margin-top: 12px;
    margin-bottom: 8px;
}
@media only screen and (max-width: 1279px) {
    .NumbersAccountsCount__yearsItemCount {
        font-size: 44px;
        margin-top: 5px;
        margin-bottom: 0;
    }
}
.NumbersAccountsCount__yearsItemText {
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.5;
    font-weight: 600;
    max-width: 200px;
}
.NumbersAccountsCount__yearsItemYear {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
}
@media only screen and (max-width: 479px) {
    .NumbersAccountsCount__yearsItemYear {
        margin-bottom: 20px;
    }
}
.NumbersAccountsCount_animation .NumbersAccountsCount__yearsItem:first-child,
.NumbersAccountsCount_animation .NumbersAccountsCount__yearsItem:last-child {
    transform: translateX(0);
    opacity: 1;
}
.NumbersAccountsCount_notransition .NumbersAccountsCount__yearsItem {
    transition: none;
}
.NumbersCircle {
    width: 10px;
    height: 10px;
    background-color: hsla(0, 0%, 100%, 0.7);
    border-radius: 50%;
    box-shadow: 0 0 16px 5px rgba(255, 87, 34, 0.5);
    position: relative;
    animation: a 1.5s infinite;
    animation-direction: alternate;
}
.NumbersCircle__border {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    box-sizing: border-box;
    left: 5px;
    top: 5px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 18px 5px hsla(0, 0%, 100%, 0.15);
    animation: b 1.5s infinite;
    animation-direction: alternate;
}
@keyframes a {
    0% {
        box-shadow: 0 0 16px 0 rgba(255, 87, 34, 0.5);
    }
    to {
        box-shadow: 0 0 16px 5px rgba(255, 87, 34, 0.5);
    }
}
@keyframes b {
    0% {
        box-shadow: 0 0 18px 0 hsla(0, 0%, 100%, 0.15);
    }
    to {
        box-shadow: 0 0 18px 5px hsla(0, 0%, 100%, 0.15);
    }
}
.NumbersDealsCountVolume {
    background: none;
    padding-bottom: 100px;
}
.NumbersDealsCountVolume .iqWrapper {
    padding: 0;
    margin: 0;
}
.NumbersDealsCountVolume__monthAmount {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #fff;
}
@media only screen and (max-width: 959px) {
    .NumbersDealsCountVolume__monthAmount {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.NumbersDealsCountVolume__monthAmountInfo {
    display: block;
    margin-right: 60px;
    max-width: 500px;
}
@media only screen and (max-width: 1279px) {
    .NumbersDealsCountVolume__monthAmountInfo {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 959px) {
    .NumbersDealsCountVolume__monthAmountInfo {
        margin: auto;
        margin-bottom: 30px;
    }
}
.NumbersDealsCountVolume__monthAmountInfoIcon {
    margin-top: -20px;
    margin-bottom: 30px;
}
.NumbersDealsCountVolume__monthAmountInfoTitle {
    font-weight: 600;
    padding: 0 40px;
}
@media only screen and (max-width: 1279px) {
    .NumbersDealsCountVolume__monthAmountInfoTitle {
        padding: 0 10px;
    }
}
.NumbersDealsCountVolume__monthAmountInfoText {
    margin-top: 18px;
    padding: 0 20px;
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.6;
}
@media only screen and (max-width: 1279px) {
    .NumbersDealsCountVolume__monthAmountInfoText {
        padding: 0 10px;
    }
}
.NumbersDealsCountVolume__chart {
    position: relative;
    margin: auto;
    max-width: 500px;
    text-align: center;
    padding: 40px 50px 0;
    width: 60%;
}
@media only screen and (max-width: 959px) {
    .NumbersDealsCountVolume__chart {
        width: 80%;
    }
}
@media only screen and (max-width: 599px) {
    .NumbersDealsCountVolume__chart {
        padding: 40px 30px 0;
    }
}
.NumbersDealsCountVolume__chart:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.2;
    background-image: linear-gradient(0deg, #e2e2e6 1px, transparent 0);
    background-repeat: repeat;
    background-size: 33.333333333333336% 15%;
    background-position: 0 100%;
}
.NumbersDealsCountVolume__chartWrapper {
    position: relative;
}
.NumbersDealsCountVolume__chartSvg {
    position: relative;
    width: 100%;
    transition: -webkit-clip-path 3s;
    transition: clip-path 3s;
    transition: clip-path 3s, -webkit-clip-path 3s;
    will-change: clip-path;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
.NumbersDealsCountVolume__chartLines {
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    bottom: -8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: -1;
}
@media only screen and (max-width: 599px) {
    .NumbersDealsCountVolume__chartLines {
        left: 30px;
        right: 30px;
    }
}
.NumbersDealsCountVolume__chartLine {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #e2e2e6;
    box-sizing: border-box;
    opacity: 0.2;
}
.NumbersDealsCountVolume__chartLine:first-child {
    border-left: 1px solid #e2e2e6;
}
.NumbersDealsCountVolume__chartLine:last-child {
    display: none;
}
.NumbersDealsCountVolume__chartAmount {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
}
.NumbersDealsCountVolume__amountItem {
    width: 50%;
    transition: opacity 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    opacity: 0;
}
.NumbersDealsCountVolume__amountItem:first-child {
    height: 6%;
    transition-delay: 0.3s;
}
.NumbersDealsCountVolume__amountItem:nth-child(2) {
    height: 27%;
    transition-delay: 0.6s;
}
.NumbersDealsCountVolume__amountItem:nth-child(3) {
    height: 98%;
    transition-delay: 2.7s;
}
.NumbersDealsCountVolume__amountItemValue {
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
    font-size: 32px;
    position: absolute;
    color: #fff;
    bottom: 100%;
    margin-bottom: 40px;
    transform: translate(-50%, 20px);
    transition: transform 0.3s, opacity 0.3s;
    white-space: nowrap;
    display: inline-block;
    line-height: 0.5;
    opacity: 0;
}
@media only screen and (max-width: 959px) {
    .NumbersDealsCountVolume__amountItemValue {
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 839px) {
    .NumbersDealsCountVolume__amountItemValue {
        font-size: 32px;
    }
}
@media only screen and (max-width: 599px) {
    .NumbersDealsCountVolume__amountItemValue {
        font-size: 28px;
    }
}
@media only screen and (max-width: 479px) {
    .NumbersDealsCountVolume__amountItemValue {
        font-size: 22px;
    }
}
.NumbersDealsCountVolume__amountItem:first-child .NumbersDealsCountVolume__amountItemValue {
    transition-delay: 0.5s;
}
.NumbersDealsCountVolume__amountItem:nth-child(2) .NumbersDealsCountVolume__amountItemValue {
    transition-delay: 0.8s;
}
.NumbersDealsCountVolume__amountItem:nth-child(3) .NumbersDealsCountVolume__amountItemValue {
    transition-delay: 1.2s;
}
.NumbersDealsCountVolume__amountItem:nth-child(4) .NumbersDealsCountVolume__amountItemValue {
    transition-delay: 2.8s;
}
.NumbersDealsCountVolume__amountItemCircle {
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.NumbersDealsCountVolume__amountItemCircle:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 27px;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.05));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.NumbersDealsCountVolume__amountItemValueLeft,
.NumbersDealsCountVolume__amountItemValueRight {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    bottom: 2px;
}
.NumbersDealsCountVolume__amountItemValueLeft {
    font-weight: 500;
    font-size: 33px;
    right: 100%;
    margin-right: 1px;
    bottom: 0;
}
@media only screen and (max-width: 599px) {
    .NumbersDealsCountVolume__amountItemValueLeft {
        font-size: 28px;
    }
}
@media only screen and (max-width: 479px) {
    .NumbersDealsCountVolume__amountItemValueLeft {
        font-size: 22px;
    }
}
.NumbersDealsCountVolume__amountItemValueRight {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    left: 100%;
    margin-left: 5px;
}
@media only screen and (max-width: 959px) {
    .NumbersDealsCountVolume__amountItemValueRight {
        left: 0;
        right: 0;
        top: 100%;
        position: absolute;
        margin-left: 0;
        margin-top: 6px;
        text-align: center;
        font-size: 12px;
    }
}
.NumbersDealsCountVolume__amountItemYear {
    line-height: 1;
    font-size: 14px;
    color: #fff;
    opacity: 0.4;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    transform: translateX(-50%);
}
.NumbersDealsCountVolume_animation .NumbersDealsCountVolume__chartSvg {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.NumbersDealsCountVolume_animation .NumbersDealsCountVolume__amountItem {
    opacity: 1;
}
.NumbersDealsCountVolume_animation .NumbersDealsCountVolume__amountItemValue {
    transform: translate(-50%);
}
.NumbersDealsCountVolume_animation .NumbersDealsCountVolume__amountItem:first-child .NumbersDealsCountVolume__amountItemValue {
    opacity: 0.4;
}
.NumbersDealsCountVolume_animation .NumbersDealsCountVolume__amountItem:nth-child(2) .NumbersDealsCountVolume__amountItemValue {
    opacity: 0.6;
}
.NumbersDealsCountVolume_animation .NumbersDealsCountVolume__amountItem:nth-child(3) .NumbersDealsCountVolume__amountItemValue {
    opacity: 0.8;
}
.NumbersDealsCountVolume_animation .NumbersDealsCountVolume__amountItem:nth-child(4) .NumbersDealsCountVolume__amountItemValue {
    opacity: 1;
}
.NumbersDealsCountVolume_notransition .NumbersDealsCountVolume__amountItem,
.NumbersDealsCountVolume_notransition .NumbersDealsCountVolume__amountItemValue,
.NumbersDealsCountVolume_notransition .NumbersDealsCountVolume__chartSvg {
    transition: none;
}
.NumbersDealsCount {
    background: none;
}
.NumbersDealsCount__carousel {
    text-align: left;
    display: none;
    padding-bottom: 5px;
}
.NumbersDealsCount__carouselItem {
    width: 33.333333333333336% !important;
}
@media only screen and (max-width: 479px) {
    .NumbersDealsCount__carouselItem {
        width: 50% !important;
    }
}
@media only screen and (max-width: 479px) {
    .NumbersDealsCount__carouselItem--eu {
        width: 100% !important;
    }
}
@media only screen and (max-width: 479px) {
    .NumbersDealsCount__carousel {
        display: block;
    }
}
.NumbersDealsCount__text {
    margin-top: 10px;
}
.NumbersDealsCount__years {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
}
@media only screen and (max-width: 479px) {
    .NumbersDealsCount__years {
        display: none;
    }
}
.NumbersDealsCount__yearsItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 33%;
    transition: transform 0.4s, opacity 0.4s;
    will-change: transform, opacity;
}
.NumbersDealsCount__yearsItem:first-child {
    transform: translateX(100%);
    opacity: 0;
}
.NumbersDealsCount__yearsItem:last-child {
    transform: translateX(-100%);
    opacity: 0;
}
.NumbersDealsCount__yearsItem:first-child .NumbersDealsCount__yearsItemYear:before,
.NumbersDealsCount__yearsItem:last-child .NumbersDealsCount__yearsItemYear:after {
    background: none;
}
@media only screen and (max-width: 839px) {
    .NumbersDealsCount__yearsItem {
        width: auto;
    }
    .NumbersDealsCount__yearsItem:nth-child(3) {
        width: 100%;
        margin-top: 20px;
    }
}
.NumbersDealsCount__yearsItemSvg {
    opacity: 0.4;
}
.NumbersDealsCount__yearsItemDescr {
    max-width: 216px;
    font-size: 14px;
    color: #fff;
    text-align: left;
}
@media only screen and (max-width: 599px) {
    .NumbersDealsCount__yearsItemDescr {
        min-width: 100%;
        margin-top: 12px;
        text-align: center;
    }
}
.NumbersDealsCount__yearsItemDescr b {
    font-size: 700;
}
.NumbersDealsCount__yearsItem--eu {
    margin-top: 20px;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.NumbersDealsCount__yearsItem--eu .NumbersDealsCount__yearsItemCount {
    margin: 12px 17px 0 24px;
}
.NumbersDealsCount__yearsItemYear {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 20px;
    font-weight: 600;
    color: #fc5f27;
    text-align: center;
    margin-bottom: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
@media only screen and (max-width: 599px) {
    .NumbersDealsCount__yearsItemYear {
        font-size: 18px;
    }
}
.NumbersDealsCount__yearsItemYear:after,
.NumbersDealsCount__yearsItemYear:before {
    content: "";
    width: 0;
    height: 2px;
    opacity: 0.5;
    background-color: #eaeaf2;
    transition: width 0.4s;
}
@media only screen and (max-width: 839px) {
    .NumbersDealsCount__yearsItemYear:after,
    .NumbersDealsCount__yearsItemYear:before {
        display: none;
    }
}
.NumbersDealsCount__yearsItemYearValue {
    padding: 0 30px;
}
.NumbersDealsCount__yearsItemCount {
    font-size: 58px;
    margin-top: 12px;
    text-align: center;
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
    color: #fff;
}
@media only screen and (max-width: 839px) {
    .NumbersDealsCount__yearsItemCount {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 599px) {
    .NumbersDealsCount__yearsItemCount {
        font-size: 44px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 479px) {
    .NumbersDealsCount__yearsItemCount {
        margin-bottom: 20px;
    }
}
.NumbersDealsCount_animation .NumbersDealsCount__yearsItem:first-child,
.NumbersDealsCount_animation .NumbersDealsCount__yearsItem:last-child {
    transform: translateX(0);
    opacity: 1;
}
.NumbersDealsCount_animation .NumbersDealsCount__yearsItemYear:after,
.NumbersDealsCount_animation .NumbersDealsCount__yearsItemYear:before {
    width: 100%;
}
.NumbersDealsCount_notransition .NumbersDealsCount__yearsItem,
.NumbersDealsCount_notransition .NumbersDealsCount__yearsItemYear:after,
.NumbersDealsCount_notransition .NumbersDealsCount__yearsItemYear:before {
    transition: none;
}
.NumbersTradersPayments {
    display: block;
}
.NumbersTradersPayments__carousel {
    text-align: left;
    display: none;
    padding-bottom: 30px;
}
.NumbersTradersPayments__carouselItem {
    width: 33.333333333333336% !important;
}
@media only screen and (max-width: 479px) {
    .NumbersTradersPayments__carousel {
        display: block;
    }
}
.NumbersTradersPayments__years {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 60px;
    max-width: 800px;
    margin: auto;
}
@media only screen and (max-width: 479px) {
    .NumbersTradersPayments__years {
        display: none;
    }
}
.NumbersTradersPayments__yearsItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 33%;
    transition: transform 0.4s, opacity 0.4s;
    will-change: transform, opacity;
}
.NumbersTradersPayments__yearsItem:first-child {
    transform: translateX(100%);
    opacity: 0;
}
.NumbersTradersPayments__yearsItem:last-child {
    transform: translateX(-100%);
    opacity: 0;
}
.NumbersTradersPayments__yearsItem:first-child .NumbersTradersPayments__yearsItemYear:before,
.NumbersTradersPayments__yearsItem:last-child .NumbersTradersPayments__yearsItemYear:after {
    background: none;
}
@media only screen and (max-width: 839px) {
    .NumbersTradersPayments__yearsItem:nth-child(3) {
        width: 100%;
        margin-top: 25px;
    }
}
@media only screen and (max-width: 479px) {
    .NumbersTradersPayments__yearsItem {
        width: 100%;
    }
}
.NumbersTradersPayments__yearsItemYear {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
    text-align: center;
    margin-bottom: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.NumbersTradersPayments__yearsItemYear:after,
.NumbersTradersPayments__yearsItemYear:before {
    content: "";
    width: 0;
    height: 2px;
    opacity: 0.5;
    background-color: #adadad;
    transition: width 0.4s;
}
@media only screen and (max-width: 839px) {
    .NumbersTradersPayments__yearsItemYear:after,
    .NumbersTradersPayments__yearsItemYear:before {
        display: none;
    }
}
.NumbersTradersPayments__yearsItemYearValue {
    padding: 0 30px;
}
.NumbersTradersPayments__yearsItemAmount {
    font-size: 48px;
    color: #3a34b1;
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    line-height: 1;
    letter-spacing: -1px;
}
.NumbersTradersPayments__yearsItemText {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 14px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 20px;
    opacity: 0.5;
    color: #4a4a4a;
    font-weight: 600;
    text-align: center;
    max-width: 150px;
}
.NumbersTradersPayments_animation .NumbersTradersPayments__yearsItem:first-child,
.NumbersTradersPayments_animation .NumbersTradersPayments__yearsItem:last-child {
    transform: translateX(0);
    opacity: 1;
}
.NumbersTradersPayments_animation .NumbersTradersPayments__yearsItemYear:after,
.NumbersTradersPayments_animation .NumbersTradersPayments__yearsItemYear:before {
    width: 100%;
}
.NumbersTradersPayments_notransition .NumbersTradersPayments__yearsItem:first-child,
.NumbersTradersPayments_notransition .NumbersTradersPayments__yearsItem:last-child,
.NumbersTradersPayments_notransition .NumbersTradersPayments__yearsItemYear:after,
.NumbersTradersPayments_notransition .NumbersTradersPayments__yearsItemYear:before {
    transition: none;
}
.NumbersWithdrawalSpeed {
    display: block;
    padding-bottom: 100px;
}
@media only screen and (max-width: 959px) {
    .NumbersWithdrawalSpeed {
        padding-bottom: 60px;
    }
}
.NumbersWithdrawalSpeed__text {
    margin-bottom: 15px;
}
.NumbersWithdrawalSpeed__calendarWrapper {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}
.NumbersWithdrawalSpeed__calendarText {
    font-size: 20px;
    color: #3a34b1;
    font-weight: 600;
    margin-top: 5px;
    text-transform: lowercase;
}
.NumbersWithdrawalSpeed__text2 {
    max-width: 300px;
    margin: auto;
}
.NumbersTable__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
.NumbersTable__title {
    margin-bottom: 10px;
}
.NumbersTable__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-direction: column;
    flex-direction: column;
}
.NumbersTable__itemYear {
    font-size: 16px;
    font-weight: 600;
    padding: 7px 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.NumbersTable__item:nth-child(2) .NumbersTable__itemTime,
.NumbersTable__item:nth-child(2) .NumbersTable__itemYear {
    border-left: 1px solid hsla(0, 0%, 100%, 0.2);
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}
.NumbersTable__itemTime {
    font-size: 68px;
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
    padding-top: 35px;
    line-height: 1;
    letter-spacing: -1px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    overflow: hidden;
}
.NumbersTable__itemTimeWrapper {
    min-width: 80px;
}
.NumbersTable__item:first-child .NumbersTable__itemTime {
    color: #ffd4c5;
}
.NumbersTable__item:nth-child(2) .NumbersTable__itemTime {
    color: #ff9873;
}
.NumbersTable__item:nth-child(3) .NumbersTable__itemTime {
    color: #fc632c;
}
.NumbersTable__itemTimeText {
    font-family: Montserrat, Rubik, sans-serif;
    letter-spacing: 0;
    padding-top: 5px;
    padding-bottom: 30px;
    font-size: 14px;
}
.NumbersTable__text {
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
    margin-top: 30px;
}
.NumbersSupportSpeed {
    padding-bottom: 80px;
}
.NumbersSupportSpeed__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media only screen and (max-width: 839px) {
    .NumbersSupportSpeed__content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.NumbersSupportSpeed__chat {
    width: 50%;
    color: #fff;
    padding-right: 40px;
}
@media only screen and (max-width: 959px) {
    .NumbersSupportSpeed__chat {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 839px) {
    .NumbersSupportSpeed__chat {
        width: 100%;
        padding-right: 0;
    }
}
.NumbersSupportSpeed__tickets {
    width: 50%;
    color: #fff;
    padding-left: 40px;
}
@media only screen and (max-width: 959px) {
    .NumbersSupportSpeed__tickets {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 839px) {
    .NumbersSupportSpeed__tickets {
        width: 100%;
        padding-left: 0;
    }
}
.NumbersSupportSpeed .NumbersTable__itemTimeWrapper {
    transition: transform 0.4s, opacity 0.4s;
    will-change: transform, opacity;
    transform: translateY(50%);
    opacity: 0;
}
.NumbersSupportSpeed_animation .NumbersTable__itemTimeWrapper {
    transform: translateY(0);
    opacity: 1;
}
.NumbersSupportSpeed_notransition .NumbersTable__itemTimeWrapper {
    transition: none;
}
.NumbersSupportCount__carousel {
    text-align: left;
    display: none;
    padding-bottom: 30px;
}
.NumbersSupportCount__carouselItem {
    width: 33.333333333333336% !important;
}
@media only screen and (max-width: 479px) {
    .NumbersSupportCount__carousel {
        display: block;
    }
}
.NumbersSupportCount__text_big {
    font-size: 16px;
    margin-bottom: 5px;
}
.NumbersSupportCount__text_small {
    font-size: 14px;
    margin-top: 0;
}
.NumbersSupportCount__years {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 120px;
    max-width: 900px;
    margin: auto;
}
@media only screen and (max-width: 1279px) {
    .NumbersSupportCount__years {
        max-width: 600px;
    }
}
@media only screen and (max-width: 839px) {
    .NumbersSupportCount__years {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media only screen and (max-width: 479px) {
    .NumbersSupportCount__years {
        display: none;
    }
}
.NumbersSupportCount__yearsItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    padding-left: 90px;
    position: relative;
    transition: transform 0.4s, opacity 0.4s;
    will-change: transform, opacity;
}
.NumbersSupportCount__yearsItem:first-child {
    transform: translateX(100%);
    opacity: 0;
}
.NumbersSupportCount__yearsItem:last-child {
    transform: translateX(-100%);
    opacity: 0;
}
@media only screen and (max-width: 1279px) {
    .NumbersSupportCount__yearsItem {
        padding-left: 0;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
@media only screen and (max-width: 839px) {
    .NumbersSupportCount__yearsItem:nth-child(3) {
        width: 100%;
        margin-top: 40px;
    }
}
.NumbersSupportCount__yearsItemIcon {
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1279px) {
    .NumbersSupportCount__yearsItemIcon {
        position: relative;
    }
}
.NumbersSupportCount__yearsItemCount {
    font-size: 48px;
    color: #3a34b1;
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1;
}
@media only screen and (max-width: 1279px) {
    .NumbersSupportCount__yearsItemCount {
        font-size: 44px;
    }
}
.NumbersSupportCount__yearsItemText {
    font-size: 14px;
    margin-bottom: 10px;
    color: #4a4a4a;
    font-weight: 600;
    opacity: 0.5;
    max-width: 150px;
}
.NumbersSupportCount__yearsItemYear {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
}
@media only screen and (max-width: 479px) {
    .NumbersSupportCount__yearsItemYear {
        margin-bottom: 30px;
    }
}
.NumbersSupportCount_animation .NumbersSupportCount__yearsItem:first-child,
.NumbersSupportCount_animation .NumbersSupportCount__yearsItem:last-child {
    transform: translateX(0);
    opacity: 1;
}
.NumbersSupportCount_notransition .NumbersSupportCount__yearsItem:first-child,
.NumbersSupportCount_notransition .NumbersSupportCount__yearsItem:last-child {
    transition: none;
}
.NumbersGeographicalCoverage {
    display: block;
}
.NumbersGeographicalCoverage__years {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    max-width: 850px;
    margin-bottom: 100px;
}
.NumbersGeographicalCoverage__item {
    position: relative;
    color: #fff;
    -webkit-clip-path: inset(-10% 0 110% 0);
    clip-path: inset(-10% 0 110% 0);
    transition: -webkit-clip-path 0.7s;
    transition: clip-path 0.7s;
    transition: clip-path 0.7s, -webkit-clip-path 0.7s;
}
.NumbersGeographicalCoverage__item:first-child {
    transition-delay: 0s;
}
.NumbersGeographicalCoverage__item:nth-child(2) {
    transition-delay: 0.9s;
}
.NumbersGeographicalCoverage__item:nth-child(3) {
    transition-delay: 1.8s;
}
.NumbersGeographicalCoverage__item:nth-child(4) {
    transition-delay: 2.7s;
}
.NumbersGeographicalCoverage__count {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
}
@media only screen and (max-width: 479px) {
    .NumbersGeographicalCoverage__count {
        left: 67px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }
}
.NumbersGeographicalCoverage__countValue {
    font-size: 44px;
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
.NumbersGeographicalCoverage__countText {
    font-size: 14px;
    color: #fff;
    margin-top: -7px;
    font-weight: 600;
}
@media only screen and (max-width: 479px) {
    .NumbersGeographicalCoverage__countText {
        margin-left: 10px;
    }
}
.NumbersGeographicalCoverage__item:first-child .NumbersGeographicalCoverage__line:before {
    background-color: transparent;
}
.NumbersGeographicalCoverage__line {
    position: absolute;
    top: 0;
    left: 80px;
    bottom: 0;
    width: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 479px) {
    .NumbersGeographicalCoverage__line {
        left: 0;
    }
}
.NumbersGeographicalCoverage__line:after,
.NumbersGeographicalCoverage__line:before {
    content: "";
    display: block;
    width: 5px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: hsla(0, 0%, 100%, 0.2);
}
.NumbersGeographicalCoverage__line:before {
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 14px;
}
.NumbersGeographicalCoverage__countries {
    text-align: left;
    padding-left: 180px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
    .NumbersGeographicalCoverage__countries {
        padding-left: 70px;
        padding-top: 40px;
    }
}
.NumbersGeographicalCoverage__countriesYear {
    opacity: 0.7;
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.NumbersGeographicalCoverage__countriesList {
    font-size: 14px;
    opacity: 1;
}
.NumbersGeographicalCoverage__gradient {
    opacity: 0.4;
    background-image: linear-gradient(-26deg, #1954a0, #6622b6);
}
.NumbersGeographicalCoverage_animation .NumbersGeographicalCoverage__item {
    -webkit-clip-path: inset(-10% 0 -10% 0);
    clip-path: inset(-10% 0 -10% 0);
}
.NumbersGeographicalCoverage_notransition .NumbersGeographicalCoverage__circle,
.NumbersGeographicalCoverage_notransition .NumbersGeographicalCoverage__item {
    transition: none;
}
.NumbersDealsSpeed {
    padding-bottom: 40px;
}
.NumbersDealsSpeed__chart {
    margin: auto;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    max-width: 600px;
}
.NumbersDealsSpeed__chartBg {
    transition: -webkit-clip-path 1.5s;
    transition: clip-path 1.5s;
    transition: clip-path 1.5s, -webkit-clip-path 1.5s;
    will-change: clip-path;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
.NumbersDealsSpeed__arrows {
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
    transition-delay: 1.4s;
}
.NumbersDealsSpeed__arrow {
    position: absolute;
    width: 50%;
    height: 25%;
    --background-image: url(https://static.cdnpub.info/v5/static/images/arrow_down.73e2673eb63cfc627212088746e93153.svg);
    background-image: url(../images/arrow_down.svg);
    background-repeat: no-repeat;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background-size: contain;
    opacity: 0.2;
    animation: d 4s infinite linear;
}
@media only screen and (max-width: 599px) {
    .NumbersDealsSpeed__arrow {
        height: 20%;
    }
}
.NumbersDealsSpeed__arrow:nth-child(odd) {
    background-position: 0;
}
.NumbersDealsSpeed__arrow:nth-child(2n) {
    background-position: 100%;
    animation-delay: 1.5s;
}
.NumbersDealsSpeed__timer {
    width: 92px;
    height: 117px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    --background-image: url(https://static.cdnpub.info/v5/static/images/stopwatch_clean.5ac5a85e729720965d9a5c130e25fae7.svg);
    background-image: url(../images/stopwatch_clean.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 25px;
    background-color: #fff;
    margin-top: 2%;
    opacity: 0;
    transition: top 0.3s, opacity 0.3s;
    transition-delay: 0.8s;
}
@media only screen and (max-width: 839px) {
    .NumbersDealsSpeed__timer {
        transform: translate(-50%, -50%) scale(0.9);
    }
}
@media only screen and (max-width: 479px) {
    .NumbersDealsSpeed__timer {
        transform: translate(-50%, -50%) scale(0.5);
    }
}
.NumbersDealsSpeed__timerTicks {
    width: 76px;
    height: 76px;
    margin-top: 12px;
    --background-image: url(https://static.cdnpub.info/v5/static/images/stopwatch_ticks.a93728beefca992ea1aa395e664bdaa6.svg);
    background-image: url(../images/stopwatch_ticks.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    animation: c 5s infinite linear;
}
.NumbersDealsSpeed__timerTicks,
.NumbersDealsSpeed__timerValue {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.NumbersDealsSpeed__timerValue {
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
    font-size: 50px;
    color: #4a4a4a;
    margin-top: 19px;
}
.NumbersDealsSpeed__timerText {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: 20px;
}
.NumbersDealsSpeed_animation .NumbersDealsSpeed__chartBg {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.NumbersDealsSpeed_animation .NumbersDealsSpeed__timer {
    top: 50%;
    opacity: 1;
}
.NumbersDealsSpeed_animation .NumbersDealsSpeed__arrows {
    opacity: 1;
}
.NumbersDealsSpeed_notransition .NumbersDealsSpeed__arrows,
.NumbersDealsSpeed_notransition .NumbersDealsSpeed__chartBg,
.NumbersDealsSpeed_notransition .NumbersDealsSpeed__timer {
    transition: none;
}
.NumbersDealsSpeed_notransition .NumbersDealsSpeed__arrow,
.NumbersDealsSpeed_notransition .NumbersDealsSpeed__timerTicks {
    animation: none;
}
.NumbersDealsSpeed_notransition .NumbersDealsSpeed__arrow {
    display: none;
}
@keyframes c {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(359deg);
    }
}
@keyframes d {
    0% {
        top: 0;
        opacity: 0;
    }
    20% {
        opacity: 0.2;
    }
    80% {
        opacity: 0.1;
    }
    to {
        top: 100%;
        opacity: 0;
    }
}
.NumbersPartnersCount {
    display: block;
    padding-bottom: 100px;
}
.NumbersPartnersCount__gradient {
    background-image: linear-gradient(-45deg, #1954a0, #6622b6);
    opacity: 0.9;
}
.NumbersPartnersCount__chart {
    position: relative;
    margin: auto;
    max-width: 700px;
    text-align: center;
    padding: 40px 30px 0;
}
@media only screen and (max-width: 599px) {
    .NumbersPartnersCount__chart {
        padding: 40px $margin2 0;
    }
}
.NumbersPartnersCount__chart:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.2;
    background-image: linear-gradient(0deg, #e2e2e6 1px, transparent 0);
    background-repeat: repeat;
    background-size: 33.333333333333336% 20%;
    background-position: 0 100%;
    border-bottom: 1px solid #f4f4f9;
}
.NumbersPartnersCount__chartWrapper {
    position: relative;
}
.NumbersPartnersCount__chartSvg {
    position: relative;
    width: 100%;
    transition: -webkit-clip-path 3s;
    transition: clip-path 3s;
    transition: clip-path 3s, -webkit-clip-path 3s;
    will-change: clip-path;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
.NumbersPartnersCount__chartLines {
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: -8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: -1;
}
@media only screen and (max-width: 599px) {
    .NumbersPartnersCount__chartLines {
        left: $margin2;
        right: $margin2;
    }
}
.NumbersPartnersCount__chartLine {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #e2e2e6;
    box-sizing: border-box;
    opacity: 0.2;
}
.NumbersPartnersCount__chartLine:first-child {
    border-left: 1px solid #e2e2e6;
}
.NumbersPartnersCount__chartLine:last-child {
    display: none;
}
.NumbersPartnersCount__chartPartner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: flex-end;
}
.NumbersPartnersCount__partnerItem {
    width: 50%;
    transition: opacity 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    opacity: 0;
}
.NumbersPartnersCount__partnerItem:first-child {
    height: 4%;
    transition-delay: 0.3s;
}
.NumbersPartnersCount__partnerItem:nth-child(2) {
    height: 37%;
    transition-delay: 0.83s;
}
.NumbersPartnersCount__partnerItem:nth-child(3) {
    height: 97%;
    transition-delay: 2.7s;
}
.NumbersPartnersCount__partnerItemValue {
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
    font-size: 44px;
    position: absolute;
    color: #fff;
    bottom: 100%;
    margin-bottom: 40px;
    transform: translate(-50%, 20px);
    transition: transform 0.3s, opacity 0.3s;
    will-change: transform;
    white-space: nowrap;
    display: inline-block;
    line-height: 0.5;
}
@media only screen and (max-width: 1279px) {
    .NumbersPartnersCount__partnerItemValue {
        font-size: 40px;
    }
}
@media only screen and (max-width: 959px) {
    .NumbersPartnersCount__partnerItemValue {
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 839px) {
    .NumbersPartnersCount__partnerItemValue {
        font-size: 32px;
    }
}
@media only screen and (max-width: 599px) {
    .NumbersPartnersCount__partnerItemValue {
        font-size: 28px;
    }
}
@media only screen and (max-width: 479px) {
    .NumbersPartnersCount__partnerItemValue {
        font-size: 22px;
    }
}
.NumbersPartnersCount__partnerItem:first-child .NumbersPartnersCount__partnerItemValue {
    transition-delay: 0.5s;
}
.NumbersPartnersCount__partnerItem:nth-child(2) .NumbersPartnersCount__partnerItemValue {
    transition-delay: 0.9s;
}
.NumbersPartnersCount__partnerItem:nth-child(3) .NumbersPartnersCount__partnerItemValue {
    transition-delay: 1.2s;
}
.NumbersPartnersCount__partnerItem:nth-child(4) .NumbersPartnersCount__partnerItemValue {
    transition-delay: 2.8s;
    font-size: 58px;
}
@media only screen and (max-width: 1279px) {
    .NumbersPartnersCount__partnerItem:nth-child(4) .NumbersPartnersCount__partnerItemValue {
        font-size: 44px;
    }
}
@media only screen and (max-width: 839px) {
    .NumbersPartnersCount__partnerItem:nth-child(4) .NumbersPartnersCount__partnerItemValue {
        font-size: 38px;
    }
}
@media only screen and (max-width: 599px) {
    .NumbersPartnersCount__partnerItem:nth-child(4) .NumbersPartnersCount__partnerItemValue {
        font-size: 34px;
    }
}
@media only screen and (max-width: 479px) {
    .NumbersPartnersCount__partnerItem:nth-child(4) .NumbersPartnersCount__partnerItemValue {
        font-size: 28px;
    }
}
.NumbersPartnersCount__partnerItemCircle {
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.NumbersPartnersCount__partnerItemCircle:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 27px;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.05));
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.NumbersPartnersCount__partnerItemValueLeft,
.NumbersPartnersCount__partnerItemValueRight {
    font-family: Montserrat, Rubik, sans-serif;
    position: absolute;
    font-size: 13px;
    font-weight: 600;
    bottom: 5px;
}
.NumbersPartnersCount__partnerItemValueRight {
    left: 100%;
    margin-left: 5px;
}
@media only screen and (max-width: 959px) {
    .NumbersPartnersCount__partnerItemValueRight {
        left: 0;
        right: 0;
        top: 100%;
        position: absolute;
        margin-left: 0;
        margin-top: 6px;
        text-align: center;
        font-size: 12px;
    }
}
.NumbersPartnersCount__partnerItemYear {
    line-height: 1;
    font-size: 14px;
    color: #fff;
    opacity: 0.4;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    transform: translateX(-50%);
}
.NumbersPartnersCount_animation .NumbersPartnersCount__chartSvg {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.NumbersPartnersCount_animation .NumbersPartnersCount__partnerItem {
    opacity: 1;
}
.NumbersPartnersCount_animation .NumbersPartnersCount__partnerItemValue {
    transform: translate(-50%);
}
.NumbersPartnersCount_animation .NumbersPartnersCount__partnerItem:first-child .NumbersPartnersCount__partnerItemValue {
    opacity: 0.4;
}
.NumbersPartnersCount_animation .NumbersPartnersCount__partnerItem:nth-child(2) .NumbersPartnersCount__partnerItemValue {
    opacity: 0.6;
}
.NumbersPartnersCount_animation .NumbersPartnersCount__partnerItem:nth-child(3) .NumbersPartnersCount__partnerItemValue {
    opacity: 0.8;
}
.NumbersPartnersCount_animation .NumbersPartnersCount__partnerItem:nth-child(4) .NumbersPartnersCount__partnerItemValue {
    opacity: 1;
}
.NumbersPartnersCount_notransition .NumbersPartnersCount__chartSvg,
.NumbersPartnersCount_notransition .NumbersPartnersCount__partnerItem,
.NumbersPartnersCount_notransition .NumbersPartnersCount__partnerItemValue {
    transition: none;
}
.NumbersPartnersProfit__text {
    margin-bottom: 10px;
}
.NumbersPartnersProfit__chart {
    margin: auto;
    margin-bottom: 100px;
    position: relative;
}
.NumbersPartnersProfit__chart:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: -1;
    background-color: #fff;
    background-image: linear-gradient(0deg, #f4f4f9 1px, transparent 0), linear-gradient(90deg, #f4f4f9 1px, transparent 0);
    background-repeat: repeat;
    background-size: 100px 40px;
    background-position: 40px 40px;
    border-bottom: 2px solid #f4f4f9;
}
.NumbersPartnersProfit__chartWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 350px;
    margin: auto;
    margin-top: 50px;
    max-width: 750px;
}
@media only screen and (max-width: 1279px) {
    .NumbersPartnersProfit__chartWrapper {
        height: 300px;
    }
}
@media only screen and (max-width: 959px) {
    .NumbersPartnersProfit__chartWrapper {
        height: 250px;
    }
}
@media only screen and (max-width: 839px) {
    .NumbersPartnersProfit__chartWrapper {
        height: 250px;
    }
}
@media only screen and (max-width: 599px) {
    .NumbersPartnersProfit__chartWrapper {
        height: 200px;
    }
}
@media only screen and (max-width: 479px) {
    .NumbersPartnersProfit__chartWrapper {
        height: 150px;
    }
}
.NumbersPartnersProfit__item {
    display: block;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 50px;
}
@media only screen and (max-width: 599px) {
    .NumbersPartnersProfit__item {
        margin-right: 25px;
    }
}
.NumbersPartnersProfit__item:last-child {
    margin-right: 0;
}
.NumbersPartnersProfit__item:first-child {
    height: 20%;
}
.NumbersPartnersProfit__item:nth-child(2) {
    height: 50%;
}
.NumbersPartnersProfit__item:nth-child(3) {
    height: 80%;
}
.NumbersPartnersProfit__itemInfo {
    display: block;
    position: relative;
    opacity: 0;
    transition: opacity 2s;
    will-change: opacity;
}
.NumbersPartnersProfit__itemCylinder {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.NumbersPartnersProfit__itemAmount {
    font-size: 52px;
    line-height: 1;
    letter-spacing: -1px;
    font-family: Bebas Neue, sans-serif;
    font-weight: 500;
    color: #4a4a4a;
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 1279px) {
    .NumbersPartnersProfit__itemAmount {
        font-size: 44px;
    }
}
@media only screen and (max-width: 959px) {
    .NumbersPartnersProfit__itemAmount {
        font-size: 40px;
    }
}
@media only screen and (max-width: 839px) {
    .NumbersPartnersProfit__itemAmount {
        font-size: 36px;
    }
}
@media only screen and (max-width: 599px) {
    .NumbersPartnersProfit__itemAmount {
        font-size: 28px;
    }
}
.NumbersPartnersProfit__itemAmount:before {
    content: "$";
    display: block;
    position: absolute;
    margin-right: 5px;
    right: 100%;
}
.NumbersPartnersProfit__itemAmountText {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: 26px;
    color: #4a4a4a;
    line-height: 1;
}
@media only screen and (max-width: 839px) {
    .NumbersPartnersProfit__itemAmountText {
        font-size: 12px;
    }
}
@media only screen and (max-width: 599px) {
    .NumbersPartnersProfit__itemAmountText {
        font-size: 11px;
    }
}
.NumbersPartnersProfit__itemText {
    font-size: 14px;
    line-height: 1;
    color: #4a4a4a;
    margin-top: 3px;
    margin-bottom: 15px;
    opacity: 0.7;
}
@media only screen and (max-width: 839px) {
    .NumbersPartnersProfit__itemText {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 599px) {
    .NumbersPartnersProfit__itemText {
        font-size: 10px;
    }
}
.NumbersPartnersProfit__itemYear {
    font-size: 20px;
    font-weight: 600;
    color: #4a4a4a;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transform: translateY(120%);
}
@media only screen and (max-width: 839px) {
    .NumbersPartnersProfit__itemYear {
        font-size: 16px;
    }
}
@media only screen and (max-width: 599px) {
    .NumbersPartnersProfit__itemYear {
        font-size: 14px;
    }
}
.NumbersPartnersProfit_animation .NumbersPartnersProfit__itemInfo {
    opacity: 1;
}
.NumbersPartnersProfit_notransition .NumbersPartnersProfit__itemInfo {
    transition: none;
}
.Numbers__cylinderInner {
    position: absolute;
    left: 0;
    right: 0;
}
.Numbers__intro .PageIntro__bgImage {
    background-position: center 70%;
}
.Numbers__block_bg .CarouselDots__dot {
    opacity: 0.4;
}
.Numbers__block_bg .CarouselDots__dot_active {
    background-color: #fff;
    opacity: 0.9;
}
