.main-block.animate-block.animated .main-block__subtitle p {
    background-size: 100% 28px
}

.main-block.animate-block .main-block__buttons,.main-block.animate-block .main-block__description,.main-block.animate-block .main-block__subtitle {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
}

.main-block.animate-block .main-block__image {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.main-block.animate-block.animated .main-block__buttons,.main-block.animate-block.animated .main-block__description,.main-block.animate-block.animated .main-block__subtitle {
    -webkit-transition: .85s;
    transition: .85s
}

.main-block.animate-block.animated .main-block__image,.main-block_payments.animate-block.animated .main-block__screen,.main-block_payments.animate-block.animated .phone-animation {
    -webkit-transition: 1.3s;
    transition: 1.3s
}

.main-block.animate-block.animated .main-block__subtitle p {
    -webkit-transition: 1.5s;
    transition: 1.5s
}

.main-block.animate-block.animated .main-block__description {
    transition-delay: .2s
}

.main-block.animate-block.animated .main-block__buttons {
    transition-delay: .4s
}

.main-block.animate-block.animated .main-block__image {
    transition-delay: .6s
}

.main-block.animate-block.animated .main-block__subtitle p {
    transition-delay: 1.5s
}

.main-block.animate-block.animated .main-block__buttons,.main-block.animate-block.animated .main-block__description,.main-block.animate-block.animated .main-block__image,.main-block.animate-block.animated .main-block__subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-block_payments.animate-block .main-block__screen {
    opacity: 0;
    -webkit-transform: translateX(130px);
    transform: translateX(130px)
}

.main-block_payments.animate-block.animated .main-block__screen {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.main-block_payments.animate-block .phone-animation {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px)
}

.main-block_payments.animate-block.animated .main-block__screen,.main-block_payments.animate-block.animated .phone-animation {
    -webkit-transition: 1.3s;
    transition: 1.3s;
    transition-delay: .6s
}

.delay.animated {
    transition-delay: .2s
}

.main-block_payments.animate-block.animated .phone-animation {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-block .container {
    position: relative;
    padding-bottom: 0;
    min-height: 625px
}

.main-block__content {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    width: 634px
}

.main-block__content .caption {
    margin-bottom: 40px
}

.main-block__subtitle {
    margin-bottom: 41px
}

.main-block__subtitle p {
    display: inline;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.5px;
    background-size: 0 28px;
    background-position: 0 -6px
}

.main-block__description {
    margin-bottom: 48px
}

.main-block__buttons {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0
}

.main-block__buttons .button {
    margin-right: 33px
}

.main-block__image {
    position: absolute;
    top: 0;
    right: 0
}

.main-block__image img {
    display: block;
    max-width: 100%;
    margin: auto
}

.main-block__after-phone {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .7s;
    transition: .7s
}

.main-block__after-phone_active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.main-block__image .phone-animation {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 50%;
    margin-left: -154px
}

.skrit {
	overflow-x: hidden;
}

@media screen and (max-width: 1480px) {
    .main-block__image {
        right:-75px
    }
}

@media screen and (max-width: 1400px) {
    .main-block__image {
        right:-22px
    }
}

@media screen and (max-width: 1300px) {
    .main-block__image {
        right:-22px
    }
}

@media screen and (max-width: 1250px) {
    .main-block__content {
        margin-bottom:41px
    }

    .main-block .container {
        min-height: auto;
        padding-bottom: 0
    }

    .main-block__content {
        width: auto;
        margin-bottom: 100px
    }

    .main-block__after-phone {
        display: none!important
    }

    .main-block__description br {
        display: none
    }

    .main-block__image {
        position: static;
        top: auto!important;
        right: auto!important;
        bottom: auto!important;
        left: auto!important;
        width: auto!important;
        height: auto!important;
        margin: auto
    }

    .main-block__image .phone-animation {
        position: relative;
        top: auto;
        left: auto;
        margin: auto
    }
}

@media screen and (max-width: 760px) {
    .main-block {
        margin-bottom:75px
    }

    .main-block .container {
        padding-bottom: 0
    }

    .main-block__content {
        width: auto;
        padding-top: 48px;
        margin-bottom: 70px
    }

    .main-block__content .caption {
        margin-bottom: 24px
    }

    .main-block__subtitle {
        margin: 16px 0
    }

    .main-block__subtitle p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -.5px;
        background-position: 0 -8px
    }

    .main-block__subtitle p br {
        display: none
    }

    .main-block__description {
        margin: 24px 0 40px;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -.2px
    }

    .main-block__buttons {
        display: block
    }

    .main-block__buttons .button {
        display: -webkit-inline-flex;
        display: -ms-inline-flex;
        display: inline-flex;
        margin-bottom: 21px
    }

    .main-block__image {
        width: auto;
        margin: 0 -24px
    }
}

.main-block_payments .main-block__content {
    max-width: 520px;
    padding-top: 170px
}

.main-block__description a {
    color: #0006ff
}

.main-block__screen-and-phone {
    position: absolute;
    /*top: 105px;*/
    /*left: 0;*/
}

.main-block__screen-and-phone .main-block__screen {
    display: block;
    position: absolute;
    z-index: 0;
    top: -80px;
    left: 248px;
    max-width: 1200px;
    box-shadow: 0 8px 16px rgba(0,0,0,.04)
}

@media screen and (max-width: 1480px) {
    .main-block__screen-and-phone {
        left: 0;
    }
}

@media screen and (max-width: 1400px) {
    .main-block__screen-and-phone {
        left: 0;
    }
}

@media screen and (max-width: 1250px) {
    .main-block_payments .main-block__content {
        max-width:none;
        padding-top: 50px
    }

    .main-block__screen-and-phone {
        position: static
    }

    .main-block__screen-and-phone .main-block__screen {
        display: none
    }

    .main-block_payments .phone-animation {
        margin: auto
    }
}

@media screen and (max-width: 760px) {
    .main-block_payments {
        margin-bottom:0
    }
}

.phone-animation {
    position: relative;
    width: 293px;
    height: 620px;
    border-radius: 34px;
    background-color: #040505;
    box-shadow: 0 8px 16px rgba(0,0,0,.04);
    z-index: 2;
}

.phone-animation:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 153px;
    height: 21px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUzIiBoZWlnaHQ9IjIxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNTMgMGgtNXY1YzAtMiAzLTUgNS01ek0wIDBoNXY1YzAtMi0zLTUtNS01ek01IDBoMTQzdjljMCA2LjYyNy01LjM3MyAxMi0xMiAxMkgxN0MxMC4zNzMgMjEgNSAxNS42MjcgNSA5VjB6IiBmaWxsPSIjMDQwNTA1Ii8+PC9zdmc+)
}

.phone-animation img {
    display: block;
    margin: auto
}

.phone-cursor {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(130px,553px);
    transform: translate(130px,553px);
    -webkit-transition: .5s;
    transition: .5s
}

.phone-cursor__circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(180deg,hsla(0,0%,100%,.85),hsla(0,0%,100%,.15));
    box-shadow: 0 0 4px rgba(0,0,0,.25);
    -webkit-transition: .15s;
    transition: .15s
}

.phone-cursor_press .phone-cursor__circle {
    transform: scale(.9)
}

.phone-cursor_on-checkmark {
    -webkit-transform: translate(130px,419px);
    transform: translate(130px,419px)
}

.phone-cursor_on-center {
    -webkit-transform: translate(130px,292px);
    transform: translate(130px,292px)
}

.phone-animation__image-content {
    display: block;
    position: relative;
    top: 6px;
    width: 281px;
    height: 608px;
    border-radius: 30px;
}

.triple-block .phone-animation__image-content {
    height: auto !important;
    width: auto !important;
}

.phone-animation__checked {
    position: absolute;
    top: 427px;
    left: 251px;
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxRjFGMUYiLz48cGF0aCBkPSJNNSA4LjVMNy41IDExbDUtNSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=);
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.phone-animation__checked_active {
    opacity: 1
}

.phone-animation__loading {
    position: absolute;
    top: 6px;
    right: 6px;
    left: 6px;
    bottom: 6px;
    border-radius: 30px;
    background-color: #fff;
    padding-top: 153px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.phone-animation__loading_active {
    opacity: 1;
    pointer-events: auto
}

.phone-animation__loading img {
    display: block;
    width: 64px;
    margin: auto auto 16px;
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: .4s;
    transition: .4s;
    transition-delay: .6s
}

.phone-animation__loading_active img {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.phone-animation__loading p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.5px;
    color: #999;
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: .4s;
    transition: .4s;
    transition-delay: .75s
}

.phone-animation__loading_active p:first-child {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.phone-animation__loading_active-2 p:first-child {
    opacity: 0;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
}

.phone-animation__loading_active-2 p:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.phone-animation__loading .sk-circle {
    position: absolute;
    bottom: 67px;
    left: 50%;
    margin-left: -20px
}

.phone-animation__loading_disabled img {
    opacity: 0;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    transition-delay: 0s
}

.phone-animation__loading_disabled p:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    transition-delay: .15s
}

.phone-animation__loading_disabled .sk-circle {
    opacity: 0
}

.phone-animation__succsess {
    position: absolute;
    top: 6px;
    right: 6px;
    left: 6px;
    bottom: 6px;
    padding: 153px 20px 0;
    border-radius: 30px;
    background-color: #fff;
    pointer-events: none;
    opacity: 0
}

.phone-animation__succsess_active {
    opacity: 1;
    pointer-events: auto
}

.phone-animation__succsess_disabled {
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    pointer-events: none
}

.phone-animation__succsess-icon {
    width: 64px;
    height: 64px;
    background-color: #1f1f1f;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNi43MjcgMS42ODdsLTE3LjY2IDE4LjctOC43MjUtNy42MzQgMS4zMTctMS41MDYgNy4yNzUgNi4zNjYgMTYuMzQtMTcuMyAxLjQ1MyAxLjM3NHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
    border-radius: 50%;
    margin: 0 auto 16px
}

.phone-animation__succsess-icon,.phone-animation__succsess strong {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: .4s;
    transition: .4s
}

.phone-animation__succsess strong {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -1px;
    font-family: ExtraBold;
    margin-bottom: 16px;
    transition-delay: .15s
}

.phone-animation__succsess p {
    text-align: center;
    font-size: 16px;
    color: #999;
    -webkit-transition: .4s;
    transition: .4s;
    transition-delay: .3s
}

.phone-animation__succsess-button,.phone-animation__succsess p {
    line-height: 20px;
    letter-spacing: -.5px;
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px)
}

.phone-animation__succsess-button {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 18px;
    left: 18px;
    right: 18px;
    height: 51px;
    border-radius: 6px;
    background-color: #0006ff;
    color: #fff;
    font-size: 14px;
    font-family: Bold;
    -webkit-transition: .4s;
    transition: .4s;
    transition-delay: .45s
}

.phone-animation__succsess_active .phone-animation__succsess-button,.phone-animation__succsess_active .phone-animation__succsess-icon,.phone-animation__succsess_active p,.phone-animation__succsess_active strong {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width: 760px) {
    .phone-animation {
        box-shadow:0 8px 16px rgba(34,34,34,.2);
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
        -webkit-transition: transform .7s,opacity .7s;
        transition: transform .7s,opacity .7s
    }

    .phone-animation.show {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.main-block-list {
    margin-bottom: 268px;
    padding-top: 80px
}

.main-block-list .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between
}

.main-block-list__item {
    width: 270px
}

.main-block-list__item:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-color: #1a1a1a;
    border-radius: 50%;
    margin-bottom: 26px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43NDcgMS42NjRsLTguNzA0IDkuNzkzLTQuNzUtNC43NSAxLjQxNC0xLjQxNCAzLjI1IDMuMjVMMTIuMjUyLjMzNmwxLjQ5NSAxLjMyOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)
}

.main-block-list__item-title {
    font-family: ExtraBold;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -.5px;
    margin-bottom: 24px
}

.main-block-list__item-description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.5px
}

@media screen and (max-width: 1250px) {
    .main-block-list {
        margin-bottom:135px
    }

    .main-block-list .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-block-list__item {
        width: calc(50% - 25px);
        margin-bottom: 50px
    }
}

@media screen and (max-width: 760px) {
    .main-block-list {
        margin-bottom:120px;
        padding-top: 48px
    }

    .main-block-list__item {
        width: 100%;
        margin-bottom: 56px
    }

    .main-block-list__item:last-child {
        margin-bottom: 0
    }

    .main-block-list__item:before {
        margin-bottom: 16px
    }

    .main-block-list__item-title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -1px;
        margin-bottom: 16px
    }
}

.connect-payments {
    margin-bottom: 252px
}

.connect-payments_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 169px
}

.connect-payments_info {
    position: relative;
    top: 3px;
    width: 550px
}

.connect-payments_info .caption {
    margin-bottom: 40px
}

.connect-payments_info-description {
    margin-bottom: 48px
}

.connect-payments_info-description-large {
    font-family: ExtraBold;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -.5px
}

@media screen and (max-width: 1250px) {
    .connect-payments {
        margin-bottom:120px
    }

    .connect-payments_content {
        display: block;
        margin-bottom: 75px
    }

    .connect-payments_info {
        width: auto
    }
}

@media screen and (max-width: 760px) {
    .connect-payments_info .caption {
        margin-bottom:24px
    }

    .connect-payments_info-description {
        margin-bottom: 32px
    }

    .connect-payments_info-description-large {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -1px
    }

    .connect-payments_content {
        margin-bottom: 84px
    }
}

.sale-payments {
    padding: 210px 0 130px
}

.sale-payments__header {
    max-width: 670px;
    text-align: center;
    margin: 0 auto 156px
}

.sale-payments__header .caption {
    margin-bottom: 24px
}

.sale-payments__header .default-text {
    color: #999
}

.sale-payments__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 40px;
    margin-bottom: -89px
}

.sale-payments__list-item {
    width: 540px;
    margin-bottom: 80px
}

.sale-payments__list-item div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 40px
}

.sale-payments__list-item div img {
    display: block;
    max-width: 36px
}

.sale-payments__list-item .caption {
    line-height: 28px;
    margin: 24px 0
}

.sale-payments__list-item .default-text {
    color: #999
}

@media screen and (max-width: 1250px) {
    .sale-payments {
        padding:120px 0 60px
    }

    .sale-payments__list {
        margin-bottom: -50px;
        padding-right: 0
    }

    .sale-payments__list-item {
        width: 325px;
        margin-bottom: 50px
    }
}

@media screen and (max-width: 760px) {
    .sale-payments__list {
        margin-bottom:0
    }

    .sale-payments__list-item {
        width: auto;
        margin-bottom: 48px
    }

    .sale-payments__list-item:last-child {
        margin-bottom: 0
    }

    .sale-payments__list-item .caption {
        margin-bottom: 16px
    }
}

.comission-conveyor {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    height: 120px;
    margin-bottom: 185px;
    background-color: #0a0a0a;
    background-repeat: repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTIwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiMxMzE0MTQiIGQ9Ik0wIDBoMnYxMjBIMHoiLz48L3N2Zz4=)
}

.comission-conveyor__compuctor {
    position: absolute;
    z-index: 1;
    top: -108px;
    width: 156px;
    height: 253px
}

.comission-conveyor__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    right: 50%;
    margin-right: 93px
}

.comission-conveyor__list.transition {
    -webkit-transition: .4s;
    transition: .4s
}

.comission-conveyor__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    width: 100px;
    height: 64px;
    font-family: Bold;
    font-size: 18px;
    border-radius: 6px;
    margin: 0 32px
}

.comission-conveyor__item.active {
    -webkit-transform: translateX(11px);
    transform: translateX(11px)
}

.comission-conveyor__item span,.comission-conveyor__list.transition .comission-conveyor__item {
    -webkit-transition: .4s;
    transition: .4s
}

.comission-conveyor__item span {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    color: #0a0a0a;
    font-size: 14px;
    border-radius: 50%;
    border: 4px solid #0a0a0a;
    background-color: #ffd400;
    opacity: 0
}

.comission-conveyor__item.active span {
    opacity: 1;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.comission-conveyor__item.next {
    -webkit-transform: translateX(22px);
    transform: translateX(22px)
}

.comission-conveyor__item.next span {
    transition: none
}

.comission-conveyor__compuctor-info {
    height: 71px;
    font-family: Bold;
    font-size: 14px;
    letter-spacing: -.2px;
    margin-bottom: 46px
}

.comission-conveyor__compuctor-info,.comission-conveyor__compuctor-info div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center
}

.comission-conveyor__compuctor-info div {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffd400;
    margin-left: 8px
}

.comission-conveyor__compuctor-info div span {
    position: absolute;
    color: #040505;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.comission-conveyor__compuctor-info div span.active {
    opacity: 1
}

.comission-conveyor__compuctor-loading {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center
}

.comission-conveyor__compuctor-loading li {
    width: 2px;
    height: 16px;
    border-radius: 10px;
    background-color: #595959;
    margin: 0 1px;
    -webkit-transition: .4s;
    transition: .4s
}

.comission-conveyor__compuctor-loading li.active {
    background-color: #1463ff
}

@media screen and (max-width: 1250px) {
    .comission-conveyor {
        margin-bottom:100px
    }
}

@media screen and (max-width: 760px) {
    .comission-conveyor {
        margin-bottom:109px;
        padding-bottom: 60px
    }

    .comission-conveyor__list {
        top: 50%;
        margin-top: -32px
    }
}

.screenshot-block {
    padding: 138px 0 222px;
    margin-bottom: 268px
}

.screenshot-block__header {
    max-width: 670px;
    text-align: center;
    margin: 0 auto 46px
}

.screenshot-block__header .caption {
    margin-bottom: 24px
}

.screenshot-block .default-text {
    color: #999
}

.screenshot-block__image {
    margin-bottom: 40px
}

.screenshot-block__image img {
    display: block;
    width: 100%
}

.screenshot-block__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 80px 0 90px
}

.screenshot-block__list-item {
    width: 352px;
    margin: 0 72px 78px 0
}

.screenshot-block__list-item:nth-child(3n+3) {
    margin-right: 0
}

.screenshot-block__list-item:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin-bottom: 24px;
    border-radius: 50%;
    background-color: #1f1f1f;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy43NDcgMS42NjVsLTguNzA0IDkuNzkyLTQuNzUtNC43NSAxLjQxNC0xLjQxNCAzLjI1IDMuMjVMMTIuMjUyLjMzNmwxLjQ5NSAxLjMyOXoiIGZpbGw9IiNGRkQ0MDAiLz48L3N2Zz4=)
}

.screenshot-block__list-item .caption {
    margin-bottom: 22px
}

.screenshot-block .routes__item-text {
    width: auto;
    max-width: 464px
}

@media screen and (max-width: 1250px) {
    .screenshot-block {
        margin-bottom:110px;
        padding: 60px 0 135px
    }

    .screenshot-block__list {
        justify-content: space-between;
        margin-bottom: 35px
    }

    .screenshot-block__list-item {
        width: 330px;
        margin: 0 0 55px
    }
}

@media screen and (max-width: 760px) {
    .screenshot-block {
        margin-bottom:104px;
        padding: 60px 0 120px
    }

    .screenshot-block__header {
        margin-bottom: 32px
    }

    .screenshot-block__image {
        margin-bottom: 24px
    }

    .screenshot-block__image img {
        width: 788px
    }

    .screenshot-block__list {
        margin: 40px 0 80px
    }

    .screenshot-block__list-item {
        margin-bottom: 40px
    }

    .screenshot-block__list-item:last-child {
        margin-bottom: 0
    }

    .screenshot-block__list-item .caption {
        margin-bottom: 24px
    }
}

.screenshot-block .links-cols-group {
    margin-top: 120px
}

.links-cols-group {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -70px
}

.links-cols-group__item {
    width: 304px;
    margin: 0 104px 70px 0
}

.links-cols-group__item:nth-child(3n+3) {
    margin-right: 0
}

.links-cols-group__item .default-text {
    margin-top: 16px
}

.links-cols-group__item .yellow-checkmarks-list {
    margin-top: 32px
}

.links-cols-group__item .yellow-checkmarks-list li {
    font-family: Bold
}

@media screen and (max-width: 1250px) {
    .screenshot-block .links-cols-group {
        margin-top:70px
    }

    .links-cols-group {
        justify-content: space-between
    }

    .links-cols-group__item,.links-cols-group__item:nth-child(3n+3) {
        width: calc(50% - 25px);
        margin-right: 0
    }
}

@media screen and (max-width: 760px) {
    .screenshot-block .links-cols-group {
        margin-top:80px
    }

    .links-cols-group {
        display: block;
        margin-bottom: 0
    }

    .links-cols-group__item {
        padding: 32px 0 40px;
        border-bottom: 1px solid #1a1a1a
    }

    .links-cols-group__item:first-child {
        padding-top: 0
    }

    .links-cols-group__item:last-child {
        padding-bottom: 0;
        border: none
    }

    .links-cols-group__item,.links-cols-group__item:nth-child(3n+3) {
        width: auto;
        margin: 0
    }

    .links-cols-group__item .yellow-checkmarks-list {
        margin-top: 24px
    }
}

.routes {
    padding: 120px 0;
    background-color: #17181a;
    color: #fff
}

.routes .caption {
    margin-bottom: 40px
}

.routes__list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px)
}

.dark-bg .routes__item .arrow-link_blue,.routes__list .arrow-link_blue {
    color: #0006ff
}

.dark-bg .routes__item .arrow-link_blue:after,.routes__list .arrow-link_blue:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNy41OTMgOGwtNC4wOTgtNC42ODMgMy4wMS0yLjYzNEwzNC42NTcgMTBsLTguMTUyIDkuMzE3LTMuMDEtMi42MzRMMjcuNTkzIDEySDBWOGgyNy41OTN6IiBmaWxsPSIjMDAwNkZGIi8+PC9zdmc+)
}

.routes__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 48px;
    overflow: hidden
}

.routes__item a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 576px;
    height: 100%;
    border-radius: 8px;
    padding: 40px 40px 42px;
    background-color: #fff;
    color: #040505;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.routes__list.triple .routes__item a {
    width: 384px
}

.routes__item-content {
    position: relative;
    z-index: 1
}

.routes__item-content div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #1f1f1f;
    margin-bottom: 23px
}

.routes__item-content div img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.routes__item-text {
    width: 454px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.5px;
    margin-top: 13px
}

.routes__item .wave-block__bg {
    display: block;
    position: absolute;
    width: 1400px;
    height: 1400px;
    margin-top: -700px;
    margin-left: -700px;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: #e5e5e5;
    -webkit-transition: transform 1.2s;
    -o-transition: transform 1.2s;
    transition: transform 1.2s
}

.routes__list_slider {
    position: relative;
    margin: 0 -24px
}

.routes__list_slider .slick-slide {
    padding: 0 24px
}

.routes__list_slider .slick-prev {
    top: 50%;
    left: 0;
    margin: -54px 0 0 -2px
}

.routes__list_slider .slick-next {
    top: 50%;
    right: 0;
    margin: -54px -2px 0 0
}

@media screen and (min-width: 1000px) {
    .routes__item a:hover .arrow-link {
        color:#021b9b
    }

    .routes__item a:hover .arrow-link_blue:after {
        width: 35px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNy41OTMgOGwtNC4wOTgtNC42ODMgMy4wMS0yLjYzNEwzNC42NTcgMTBsLTguMTUyIDkuMzE3LTMuMDEtMi42MzRMMjcuNTkzIDEySDBWOGgyNy41OTN6IiBmaWxsPSIjMDIxQjlCIi8+PC9zdmc+)
    }

    .routes__item:hover .wave-block__bg {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (max-width: 1250px) {
    .routes {
        padding-bottom:130px
    }

    .routes__list {
        -webkit-transform: none;
        transform: none
    }

    .routes__item,.routes__list.triple .routes__item {
        width: 100%
    }

    .routes__item:last-child {
        margin-bottom: 0
    }

    .routes__item a,.routes__list.triple .routes__item a {
        width: 100%
    }

    .routes__item-text {
        width: auto;
        margin-right: 100px
    }
}

@media screen and (max-width: 760px) {
    .routes {
        padding:80px 0 88px
    }

    .routes .caption {
        margin-bottom: 24px
    }

    .routes__item {
        margin-bottom: 16px
    }

    .routes__item a {
        padding: 20px 20px 24px
    }

    .routes__item-content div {
        margin-bottom: 16px
    }

    .routes__list .arrow-link_blue {
        display: inline-block;
        margin-right: 10px
    }

    .routes__item-text {
        font-size: 16px;
        line-height: 22px;
        margin: 16px 0 0
    }

    .routes__item-text br {
        display: none
    }
}

.analyse-payments {
    margin-bottom: 268px
}

.analyse-payments .container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    min-height: 521px
}

.analyse-payments__circle-chart {
    position: absolute;
    top: -58px;
    left: 0;
    width: 567px
}

.analyse-payments__circle-chart .circle-chart {
    width: 518px;
    height: 518px;
    margin: 0 auto 40px
}

.analyse-payments__circle-chart img {
    display: block;
    max-width: 100%;
    margin-bottom: 40px
}

.analyse-payments__circle-chart ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.analyse-payments__circle-chart ul li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-right: 32px;
    font-size: 14px;
    line-height: 20px;
    color: #999
}

.analyse-payments__circle-chart ul li:last-child {
    margin-right: 0
}

.analyse-payments__circle-chart ul li span {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 8px
}

.analyse-payments .conversion-chart_left {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 7px
}

.analyse-payments__right {
    width: 520px
}

.analyse-payments .caption {
    margin-bottom: 39px
}

.analyse-payments__description {
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.5px
}

.analyse-payments__list-item {
    position: relative;
    min-height: 48px;
    margin-bottom: 24px;
    padding: 11px 0 0 64px;
    font-family: ExtraBold;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -.5px
}

.analyse-payments__list-item:last-child {
    margin-bottom: 0
}

.analyse-payments__list-item-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f5f5f5
}

.analyse-payments__list-item .more-info {
    position: relative;
    top: -3px;
    display: inline-block;
    margin-left: 5px
}

@media screen and (max-width: 1250px) {
    .analyse-payments {
        margin-bottom:120px
    }

    .analyse-payments .container {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .analyse-payments__right {
        width: auto;
        margin-bottom: 45px
    }

    .page-payouts .analyse-payments__description {
        margin-bottom: 100px
    }

    .page-payouts .analyse-payments .analyse-payments__right {
        margin-bottom: 0
    }

    .analyse-payments__circle-chart {
        position: static;
        top: 0;
        margin: 0 auto 60px
    }

    .analyse-payments .conversion-chart_left {
        position: static;
        margin-bottom: 60px
    }
}

@media screen and (max-width: 760px) {
    .analyse-payments .caption {
        margin-bottom:22px
    }

    .analyse-payments__description {
        margin-bottom: 64px
    }

    .page-payouts .analyse-payments__description {
        margin-bottom: 70px
    }

    .analyse-payments__right {
        margin-bottom: 0
    }

    .analyse-payments__circle-chart {
        width: 100%;
        margin-bottom: 50px
    }

    .analyse-payments__circle-chart .circle-chart {
        width: calc(100vw - 40px);
        height: calc(100vw - 40px)
    }

    .analyse-payments__circle-chart img {
        margin-bottom: 24px
    }

    .analyse-payments__circle-chart ul {
        justify-content: flex-start!important;
        margin-bottom: -11px
    }

    .analyse-payments__circle-chart ul li {
        margin-bottom: 11px
    }

    .analyse-payments .conversion-chart_left {
        margin-bottom: 45px
    }

    .analyse-payments__list-item {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -1px
    }
}

.conversion-chart {
    width: 559px
}

.conversion-chart__header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding-right: 45px;
    margin-bottom: 17px;
    letter-spacing: -.2px
}

.conversion-chart__title {
    font-family: ExtraBold;
    font-size: 14px;
    line-height: 16px
}

.conversion-chart__colors {
    margin-left: 25px
}

.conversion-chart__colors,.conversion-chart__colors div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.conversion-chart__colors div {
    font-family: Bold;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap
}

.conversion-chart__colors div+div {
    margin-left: 24px
}

.conversion-chart__colors img {
    display: block;
    width: 20px;
    margin-right: 8px
}

.conversion-chart__chart-container {
    position: relative
}

.conversion-chart__gradients {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none
}

#conversion-chart {
    position: relative;
    width: 515px;
    height: 452px;
    border: 1px solid #f0f0f0;
    border-bottom: none
}

#conversion-chart:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #f0f0f0
}

.google-visualization-tooltip {
    position: absolute!important;
    width: 40px!important;
    box-shadow: none!important;
    border: 1px solid #f5f5f5!important;
    border-radius: 4px!important;
    margin: 10px 0 0 -44px
}

.google-visualization-tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 12px;
    height: 7px;
    margin-left: -6px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMGgxMnYxaC0uNTMyYS41LjUgMCAwMC0uMzg0LjE4TDcuMTUyIDUuODk4YTEuNSAxLjUgMCAwMS0yLjMwNCAwTC45MTYgMS4xOEEuNS41IDAgMDAuNTMyIDFIMFYweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwaC41MzJhMS41IDEuNSAwIDAxMS4xNTIuNTRsMy45MzIgNC43MThhLjUuNSAwIDAwLjc2OCAwTDEwLjMxNi41NEExLjUgMS41IDAgMDExMS40NjggMEgxMnYxaC0uNTMyYS41LjUgMCAwMC0uMzg0LjE4TDcuMTUyIDUuODk4YTEuNSAxLjUgMCAwMS0yLjMwNCAwTC45MTYgMS4xOEEuNS41IDAgMDAuNTMyIDFIMFYweiIgZmlsbD0iI0Y1RjVGNSIvPjwvc3ZnPg==)
}

.google-visualization-tooltip>ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 26px!important;
    margin: 0!important;
    padding: 0!important
}

.google-visualization-tooltip>ul>li,.google-visualization-tooltip>ul>li>span {
    display: block!important;
    padding: 0!important
}

.google-visualization-tooltip>ul>li>span {
    font-family: Bold!important;
    font-size: 12px!important;
    line-height: 16px!important;
    letter-spacing: -.2px!important
}

.google-visualization-tooltip>ul>li>span:after {
    content: "%"
}

#conversion-chart circle {
    fill: #fff
}

#conversion-chart circle+g circle {
    display: none
}

#conversion-chart circle+g circle:last-child {
    display: block
}

.conversion-chart__chart-percents,.conversion-chart__chart-time {
    font-family: Bold;
    font-size: 14px;
    line-height: 8px;
    letter-spacing: 0;
    color: #999
}

.conversion-chart__chart-percents {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 60px
}

.conversion-chart__chart-percents,.conversion-chart__chart-time {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between
}

.conversion-chart__chart-time {
    padding: 20px 89px 0 45px
}

.conversion-chart_left .conversion-chart__header {
    padding: 0 0 0 45px
}

.conversion-chart_left #conversion-chart {
    margin-left: 45px
}

.conversion-chart_left .conversion-chart__chart-percents {
    left: 0;
    right: auto
}

.conversion-chart_left .conversion-chart__chart-time {
    padding: 20px 45px 0 90px
}

@media screen and (max-width: 1250px) {
    .conversion-chart {
        width:auto
    }

    #conversion-chart {
        width: 656px
    }
}

@media screen and (max-width: 1250px) {
    .conversion-chart_left .conversion-chart__header {
        padding:0 45px 0 0
    }

    .conversion-chart_left #conversion-chart {
        margin-left: 0
    }

    .conversion-chart_left .conversion-chart__chart-percents {
        left: auto;
        right: 0
    }

    .conversion-chart_left .conversion-chart__chart-time {
        padding: 20px 90px 0 45px
    }
}

@media screen and (max-width: 760px) {
    .conversion-chart__header {
        display:block;
        margin-bottom: 13px
    }

    .conversion-chart__title {
        font-size: 11px;
        line-height: 12px;
        letter-spacing: -.2px
    }

    .conversion-chart__colors {
        margin: 13px 0 0
    }

    .conversion-chart__colors div {
        font-family: Medium;
        font-size: 11px;
        line-height: 10px;
        letter-spacing: -.2px
    }

    .conversion-chart__colors div+div {
        margin-left: 12px
    }

    .conversion-chart__colors img {
        width: 12px;
        margin-right: 4px
    }

    .single-reporting .conversion-chart {
        margin-bottom: 70px
    }

    #conversion-chart {
        width: calc(100% - 14px);
        height: 270px;
        margin-left: 14px
    }

    .conversion-chart__chart-percents,.conversion-chart__chart-time {
        font-size: 9px;
        line-height: 10px;
        letter-spacing: -.2px
    }

    .conversion-chart__chart-percents {
        position: absolute;
        top: 22px;
        left: -12px;
        bottom: 40px
    }

    .conversion-chart__chart-time {
        padding: 10px 0 0 14px
    }

    .conversion-chart_left .conversion-chart__header {
        padding: 0 0 0 14px
    }

    .conversion-chart_left #conversion-chart {
        margin: 0 0 0 14px
    }

    .conversion-chart_left .conversion-chart__chart-percents {
        left: -11px;
        right: auto
    }

    .conversion-chart_left .conversion-chart__chart-time {
        padding: 10px 0 0 14px
    }
}

.integrate-payments {
    margin-bottom: 198px
}

.integrate-payments .caption {
    margin-bottom: 40px
}

.integrate-payments .default-text {
    max-width: 544px
}

.integrate-payments__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 47px
}

.integrate-payments__left {
    max-width: 544px
}

.integrate-payments__left .checkmarks-list {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.integrate-payments__left .checkmarks-list li {
    padding-left: 48px
}

.integrate-payments__left .checkmarks-list li+li {
    margin-top: 19px
}

.integrate-payments .code-window {
    width: 548px
}

@media screen and (max-width: 1250px) {
    .integrate-payments {
        margin-bottom:125px
    }

    .integrate-payments .default-text {
        max-width: none
    }

    .integrate-payments__content {
        display: block
    }

    .integrate-payments__left {
        max-width: none;
        margin-bottom: 46px
    }

    .integrate-payments .code-window {
        width: auto
    }
}

@media screen and (max-width: 760px) {
    .integrate-payments {
        margin-bottom:120px
    }

    .integrate-payments .caption {
        margin-bottom: 22px
    }

    .integrate-payments__content {
        margin-top: 32px
    }

    .integrate-payments__left {
        margin-bottom: 50px
    }

    .integrate-payments__left .checkmarks-list {
        margin-bottom: 30px;
        padding-bottom: 32px
    }

    .integrate-payments__left .checkmarks-list li+li {
        margin-top: 16px
    }

    .integrate-payments__left .link {
        font-size: 16px;
        line-height: 20px
    }
}

.links-with-icons li {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 56px 17px 0
}

.links-with-icons li:last-child {
    margin: 0
}

.links-with-icons a {
    padding-left: 33px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -.5px
}

.links-with-icons a>svg {
    position: absolute;
    top: 10px;
    left: 0;
    right: auto;
    display: block;
    width: 18px;
    margin: 0 15px 0 0;
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important
}

@media screen and (max-width: 760px) {
    .links-with-icons {
        display:block;
        margin: 0
    }

    .links-with-icons li {
        margin-right: 0
    }
}

.trigger-block {
    position: relative;
    justify-content: space-between;
    width: 1200px;
    padding: 38px 40px 38px 0;
    margin: 0 auto 168px;
    border-radius: 6px;
    background-color: #f0f0f0
}

.trigger-block,.trigger-block__side {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

.trigger-block__icon {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    width: 128px;
    min-width: 128px;
    padding-left: 17px
}

.trigger-block__icon img {
    display: block;
    max-width: 90%
}

.trigger-block__description .caption {
    margin-bottom: 4px
}

@media screen and (max-width: 1250px) {
    .trigger-block {
        display:block;
        width: 700px;
        margin-bottom: 120px;
        padding-top: 150px
    }

    .trigger-block__icon {
        position: absolute;
        top: 27px;
        left: 0;
        bottom: 38px;
        height: 100px
    }

    .trigger-block__description {
        padding-left: 40px;
        margin-bottom: 30px
    }

    .trigger-block .button {
        display: -webkit-inline-flex;
        display: -ms-inline-flex;
        display: inline-flex;
        margin: 0 0 0 40px
    }
}

@media screen and (max-width: 760px) {
    .trigger-block {
        display:-webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        width: auto;
        padding: 150px 0 32px;
        margin: 0 20px 92px
    }

    .trigger-block__icon {
        position: absolute;
        top: 27px;
        left: 0;
        right: 0;
        bottom: auto;
        width: auto;
        height: 104px;
        padding: 0
    }

    .trigger-block_found .trigger-block__icon {
        width: 100%;
        padding: 0
    }

    .trigger-block__description {
        padding: 0 18px;
        margin: 0 0 24px;
        text-align: center
    }

    .trigger-block__description .caption {
        margin-bottom: 16px
    }

    .trigger-block .button {
        width: calc(100% - 48px);
        margin: 0
    }
}

.accordions-block {
    position: relative;
    margin: 200px 0
}

.accordions-block-pricing-anchor {
    position: absolute;
    top: -170px;
    height: 1px
}

.accordions-block.-full-size {
    margin: 170px 0
}

.accordions-block .container {
    width: 720px;
    margin: auto
}

.accordions-block.-full-size .container {
    width: 1200px
}

.accordions-block .caption {
    margin-bottom: 50px;
    text-align: center
}

.accordions-block__list .accordion:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1250px) {
    .accordions-block.-full-size {
        margin:120px 0
    }

    .accordions-block.-full-size .container {
        width: 700px
    }
}

@media screen and (max-width: 760px) {
    .accordions-block {
        margin:120px 0 80px;
        padding: 0
    }

    .accordions-block.-full-size {
        margin: 92px 0
    }

    .accordions-block-pricing-anchor {
        top: -165px
    }

    .accordions-block.-full-size .container,.accordions-block .container {
        width: auto
    }

    .accordions-block .caption {
        margin-bottom: 40px
    }
}

.accordion {
    position: relative;
    border: 2px solid #f0f0f0;
    border-radius: 6px;
    margin-bottom: 8px;
    transition: .4s
}

.accordion.active {
    border-color: #040505!important
}

.accordion__title {
    position: relative;
    padding: 17px 78px 18px 30px;
    line-height: 20px;
    border-radius: 6px;
    border-bottom: none;
    font-family: Bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.5px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: .4s;
    transition: .4s
}

.accordion.active .accordion__title {
    color: #040505;
    border-color: #040505!important
}

.accordion__title:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 29px;
    width: 16px;
    height: 2px;
    background-color: #0006ff;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.accordion.active .accordion__title:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion__title:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 29px;
    width: 16px;
    height: 2px;
    background-color: #0006ff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.accordion.active .accordion__title:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion__content {
    border-top: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.accordion__content-inner {
    padding: 0 30px;
    overflow: hidden;
    height: 0;
    -webkit-transition: .7s;
    transition: .7s
}

.accordion.active .accordion__content-inner {
    border-color: #040505
}

.accordion__content-text .cf-caption3,.accordion__content-text h2,.accordion__content-text h3 {
    margin-bottom: 24px;
    font-family: Bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.5px
}

.accordion__content-text p {
    color: #222;
    line-height: 24px;
    margin-bottom: 24px
}

.accordion__content-text p:first-child {
    margin-top: 3px
}

.accordion__content-text p:last-child {
    padding-bottom: 32px;
    margin-bottom: 0
}

.accordion__content-text strong {
    font-family: Bold
}

.accordion__content-text ol {
    counter-reset: ol
}

.accordion__content-text ol,.accordion__content-text ul {
    margin-bottom: 24px
}

.accordion__content-text ol:last-child,.accordion__content-text ul:last-child {
    margin-bottom: 0;
    padding-bottom: 32px
}

.accordion__content-text ol li,.accordion__content-text ul li {
    position: relative;
    padding-left: 16px
}

.accordion__content-text ol li+li,.accordion__content-text ul li+li {
    margin-top: 8px
}

.accordion__content-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: #0006ff
}

.accordion__content-text ol li:before {
    counter-increment: ol;
    content: counter(ol) ".";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: Bold;
    font-size: 14px
}

@media screen and (min-width: 1000px) {
    .accordion__title:hover {
        color:#888
    }
}

@media screen and (max-width: 760px) {
    .accordion__title {
        padding:14px 54px 15px 16px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -.2px
    }

    .accordion__title:after,.accordion__title:before {
        top: 24px;
        right: 18px
    }

    .accordion__content-inner {
        padding: 0 16px
    }

    .accordion__content-text .cf-caption3,.accordion__content-text h2,.accordion__content-text h3 {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -.2px
    }

    .accordion__content-inner p {
        margin: 0 0 18px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -.2px
    }

    .accordion__content-inner p:first-child {
        margin-top: 0
    }

    .accordion__content-inner p:last-child {
        margin-bottom: 0;
        padding-bottom: 22px
    }

    .accordion__content-inner ol,.accordion__content-inner ul {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -.2px
    }

    .accordion__content-text ol li:before {
        top: 1px;
        font-size: 13px
    }
}

.seo-links {
    display: flex;
    align-items: center;
    margin-bottom: 200px;
    flex-direction: column
}

.seo-links h2 {
    font-weight: 800;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.5px;
    font-family: ExtraBold;
    margin-bottom: 40px;
    text-align: center
}

.seo-links h2 span {
    position: relative
}

.seo-links h2 span:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 6px solid #ffd400
}

.seo-links p {
    max-width: 734px;
    margin-bottom: 48px
}

.seo-links p a {
    color: #0006ff
}

.seo-links p a:hover {
    color: #006
}

.links-block {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.black-block,.white-block {
    padding-top: 32px;
    padding-bottom: 50px
}

.black-block {
    width: 400px;
    background: #040505;
    border-radius: 6px;
    padding-right: 24px;
    padding-left: 24px
}

.white-block {
    width: 720px
}

.black-block__title,.white-block__title {
    font-weight: 800;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -.5px;
    font-family: ExtraBold;
    margin-bottom: 24px
}

.black-block__title {
    color: #fff
}

.black-block__content,.white-block__content {
    display: flex;
    justify-content: space-between
}

.white-block__content {
    width: 720px
}

.black-block__content-column {
    width: 158px
}

.white-block__content-column {
    width: 200px
}

.black-block__content-column a,.white-block__content-column a {
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.black-block .active-link {
    color: #fff;
    cursor: pointer
}

.black-block .inactive-link {
    color: #999
}

.black-block__line {
    background-color: #1a1a1a;
    margin-top: 12px;
    margin-bottom: 16px;
    width: 100%;
    height: 1px
}

.black-block__line-top {
    display: none
}

.white-block__line {
    background-color: #ebebeb;
    margin-top: 8px;
    margin-bottom: 20px;
    width: 100%;
    height: 1px
}

.golden-link_arrow {
    position: relative;
    transition: .4s
}

.golden-link_arrow div {
    position: relative;
    top: 2px;
    left: 6px;
    display: inline-block;
    width: 14px;
    height: 14px
}

.golden-link_arrow svg {
    right: 0;
    width: 9px;
    height: 14px;
    margin-top: -7px
}

.golden-link_arrow div:before,.golden-link_arrow svg {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: .4s;
    transition: .4s
}

.golden-link_arrow div:before {
    content: "";
    margin-top: -1px;
    height: 2px;
    width: 11px;
    background-color: #fff;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.arrows-wrapper {
    display: none
}

@media screen and (min-width: 1000px) {
    .golden-link_arrow:hover {
        color:#ffd400
    }

    .golden-link_arrow:hover div:before {
        transform: scaleX(1.5);
        background-color: #ffd400
    }

    .golden-link_arrow:hover div svg:first-of-type {
        transform: translateX(4px)!important
    }

    .golden-link_arrow svg path {
        transition: .4s
    }

    .golden-link_arrow:hover svg path {
        fill: #ffd400
    }
}

@media screen and (max-width: 1250px) {
    .seo-links {
        margin-bottom:120px
    }

    .seo-links p {
        text-align: center
    }

    .links-block {
        flex-direction: column
    }

    .black-block {
        margin-bottom: 40px
    }

    .black-block__line-top {
        display: block
    }
}

@media screen and (max-width: 760px) {
    .seo-links h2 {
        font-size:28px;
        line-height: 32px;
        letter-spacing: -1px;
        margin-bottom: 16px;
        text-align: center
    }

    .seo-links h2 span:before {
        border-bottom: 4px solid #ffd400
    }

    .seo-links p {
        margin-bottom: 43px;
        text-align: center
    }

    .black-block {
        width: 100%;
        padding: 30px 50px 60px
    }

    .black-block__content {
        flex-direction: column
    }

    .black-block__content-column {
        width: fit-content
    }

    .white-block {
        padding: 0
    }

    .arrows-wrapper {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
        width: 196px;
        margin-top: 50px
    }

    .arrow-active {
        cursor: pointer
    }

    .arrow-active svg path {
        fill: #0020ff
    }

    .white-block__content {
        transition: all .5s linear
    }
}

.conversion-rate__video {
    margin-top: 235px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.conversion-rate__video-text {
    width: 560px
}

.conversion-rate__video-text .caption_large {
    margin-bottom: 40px
}

.iframe-video-container iframe {
    width: 560px;
    box-shadow: 0 4px 6px rgba(0,0,0,.1),0 12px 20px rgba(0,0,0,.1)
}

@media screen and (max-width: 1250px) {
    .conversion-rate__video {
        margin-top:120px;
        flex-direction: column;
        align-items: unset;
        margin-bottom: 120px
    }

    .conversion-rate__video-text {
        width: 100%;
        margin-bottom: 80px
    }

    .iframe-video-container iframe {
        width: 100%;
        height: 415px
    }
}

@media screen and (max-width: 760px) {
    .conversion-rate__video {
        margin-top:0;
        margin-bottom: 80px
    }

    .conversion-rate__video-text {
        margin-bottom: 40px
    }

    .iframe-video-container iframe {
        height: 260px
    }
}
