body{background: var(--color-background-page);}

.affiliate-landing {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, auto);
    position: relative;
    font-family: "Montserrat", "Verdana", sans-serif;
    width: 100%
}

.affiliate-landing.inverse .footer {
    background-color: #fff;
    color: #000
}

.affiliate-landing.inverse .footer__external-link {
    color: #000
}

.affiliate-landing.inverse .footer__external-links__item__ios {
    color: #000
}

.affiliate-landing.inverse .footer__external-links__item__ios .footer__external-links__item__logo {
    filter: invert(1)
}

.affiliate-landing.inverse .footer__license__logo:nth-child(-n+2),
.affiliate-landing.inverse .footer__license>img:nth-child(-n+2) {
    filter: invert(1)
}

.affiliate-landing.inverse .footer__logo>img {
    filter: invert(1)
}

.affiliate-landing.inverse .footer__logo .editable-image {
    border: 3px solid #0f7f7f
}

.affiliate-landing.inverse .wheel-footer__license>img:nth-child(-n+2) {
    filter: invert(1)
}

.affiliate-landing.inverse .wheel-footer__external-links__item__logo--ios {
    filter: invert(1)
}

.affiliate-landing.inverse .payment-systems-geo-block {
    background-color: var(--color-dark-grey-2)
}

.affiliate-landing.inverse .payment-systems-geo-block__message {
    color: #000
}

.affiliate-landing.inverse .affiliates-landing-join-3steps-block {
    background-color: #e1e1e1
}

.affiliate-landing.inverse .main-content-block__content,
.affiliate-landing.inverse .wheel-sectors__sector_text,
.affiliate-landing.inverse .wheel-sectors__button_text {
    color: #fff
}

.affiliate-landing.inverse .wheel-main-content-block__content {
    color: #000
}

.affiliate-landing.inverse .wheel-sectors__sector-win_text {
    color: #2e2b99
}

.affiliate-landing.inverse .diodes {
    box-shadow: 0 0 20px 12px #fff;
    background: #fff
}

.affiliate-landing.inverse .text-settings-component__select {
    background-color: #fff;
    color: #000
}

.affiliate-landing.inverse .text-settings-component__select::before {
    background-color: #fff
}

.affiliate-landing.inverse .text-settings-component__button,
.affiliate-landing.inverse .wheel-main-content-block__edit-wrapper_button {
    background-color: #fff;
    color: #000
}

.affiliate-landing.inverse .text-settings-component__button:hover img,
.affiliate-landing.inverse .wheel-main-content-block__edit-wrapper_button:hover img {
    filter: invert(0)
}

.editable-text-block,
.editable-image {
    border: 3px solid #f08080
}

.editable-text-block:hover,
.editable-image:hover {
    transition: all .2s ease-in-out;
    filter: grayscale(100%);
    opacity: .5
}

:root {
    --el-color-white: #ffffff;
    --el-color-black: #000000;
    --el-color-primary-rgb: 64, 158, 255;
    --el-color-success-rgb: 103, 194, 58;
    --el-color-warning-rgb: 230, 162, 60;
    --el-color-danger-rgb: 245, 108, 108;
    --el-color-error-rgb: 245, 108, 108;
    --el-color-info-rgb: 144, 147, 153;
    --el-font-size-extra-large: 20px;
    --el-font-size-large: 18px;
    --el-font-size-medium: 16px;
    --el-font-size-base: 14px;
    --el-font-size-small: 13px;
    --el-font-size-extra-small: 12px;
    --el-font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    --el-font-weight-primary: 500;
    --el-font-line-height-primary: 24px;
    --el-index-normal: 1;
    --el-index-top: 1000;
    --el-index-popper: 2000;
    --el-border-radius-base: 4px;
    --el-border-radius-small: 2px;
    --el-border-radius-round: 20px;
    --el-border-radius-circle: 100%;
    --el-transition-duration: 0.3s;
    --el-transition-duration-fast: 0.2s;
    --el-transition-function-ease-in-out-bezier: cubic-bezier(0.645, 0.045, 0.355, 1);
    --el-transition-function-fast-bezier: cubic-bezier(0.23, 1, 0.32, 1);
    --el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
    --el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-component-size-large: 40px;
    --el-component-size: 32px;
    --el-component-size-small: 24px
}

:root {
    color-scheme: light;
    --el-color-primary: #409eff;
    --el-color-primary-light-3: #79bbff;
    --el-color-primary-light-5: #a0cfff;
    --el-color-primary-light-7: #c6e2ff;
    --el-color-primary-light-8: #d9ecff;
    --el-color-primary-light-9: #ecf5ff;
    --el-color-primary-dark-2: #337ecc;
    --el-color-success: #67c23a;
    --el-color-success-light-3: #95d475;
    --el-color-success-light-5: #b3e19d;
    --el-color-success-light-7: #d1edc4;
    --el-color-success-light-8: #e1f3d8;
    --el-color-success-light-9: #f0f9eb;
    --el-color-success-dark-2: #529b2e;
    --el-color-warning: #e6a23c;
    --el-color-warning-light-3: #eebe77;
    --el-color-warning-light-5: #f3d19e;
    --el-color-warning-light-7: #f8e3c5;
    --el-color-warning-light-8: #faecd8;
    --el-color-warning-light-9: #fdf6ec;
    --el-color-warning-dark-2: #b88230;
    --el-color-danger: #f56c6c;
    --el-color-danger-light-3: #f89898;
    --el-color-danger-light-5: #fab6b6;
    --el-color-danger-light-7: #fcd3d3;
    --el-color-danger-light-8: #fde2e2;
    --el-color-danger-light-9: #fef0f0;
    --el-color-danger-dark-2: #c45656;
    --el-color-error: #f56c6c;
    --el-color-error-light-3: #f89898;
    --el-color-error-light-5: #fab6b6;
    --el-color-error-light-7: #fcd3d3;
    --el-color-error-light-8: #fde2e2;
    --el-color-error-light-9: #fef0f0;
    --el-color-error-dark-2: #c45656;
    --el-color-info: #909399;
    --el-color-info-light-3: #b1b3b8;
    --el-color-info-light-5: #c8c9cc;
    --el-color-info-light-7: #dedfe0;
    --el-color-info-light-8: #e9e9eb;
    --el-color-info-light-9: #f4f4f5;
    --el-color-info-dark-2: #73767a;
    --el-bg-color: #ffffff;
    --el-bg-color-page: #f2f3f5;
    --el-bg-color-overlay: #ffffff;
    --el-text-color-primary: #303133;
    --el-text-color-regular: #606266;
    --el-text-color-secondary: #909399;
    --el-text-color-placeholder: #a8abb2;
    --el-text-color-disabled: #c0c4cc;
    --el-border-color: #dcdfe6;
    --el-border-color-light: #e4e7ed;
    --el-border-color-lighter: #ebeef5;
    --el-border-color-extra-light: #f2f6fc;
    --el-border-color-dark: #d4d7de;
    --el-border-color-darker: #cdd0d6;
    --el-fill-color: #f0f2f5;
    --el-fill-color-light: #f5f7fa;
    --el-fill-color-lighter: #fafafa;
    --el-fill-color-extra-light: #fafcff;
    --el-fill-color-dark: #ebedf0;
    --el-fill-color-darker: #e6e8eb;
    --el-fill-color-blank: #ffffff;
    --el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04), 0px 8px 20px rgba(0, 0, 0, 0.08);
    --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.12);
    --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
    --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
    --el-disabled-bg-color: var(--el-fill-color-light);
    --el-disabled-text-color: var(--el-text-color-placeholder);
    --el-disabled-border-color: var(--el-border-color-light);
    --el-overlay-color: rgba(0, 0, 0, 0.8);
    --el-overlay-color-light: rgba(0, 0, 0, 0.7);
    --el-overlay-color-lighter: rgba(0, 0, 0, 0.5);
    --el-mask-color: rgba(255, 255, 255, 0.9);
    --el-mask-color-extra-light: rgba(255, 255, 255, 0.3);
    --el-border-width: 1px;
    --el-border-style: solid;
    --el-border-color-hover: var(--el-text-color-disabled);
    --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
    --el-svg-monochrome-grey: var(--el-border-color)
}

.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
    transition: var(--el-transition-fade-linear)
}

.fade-in-linear-enter-from,
.fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
    transition: var(--el-transition-fade-linear)
}

.el-fade-in-linear-enter-from,
.el-fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
    transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1)
}

.el-fade-in-enter-from,
.el-fade-in-leave-active {
    opacity: 0
}

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
    transition: all var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1)
}

.el-zoom-in-center-enter-from,
.el-zoom-in-center-leave-active {
    opacity: 0;
    transform: scaleX(0)
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transition: var(--el-transition-md-fade);
    transform-origin: center top
}

.el-zoom-in-top-enter-active[data-popper-placement^=top],
.el-zoom-in-top-leave-active[data-popper-placement^=top] {
    transform-origin: center bottom
}

.el-zoom-in-top-enter-from,
.el-zoom-in-top-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transition: var(--el-transition-md-fade);
    transform-origin: center bottom
}

.el-zoom-in-bottom-enter-from,
.el-zoom-in-bottom-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

a {
    text-decoration: none;
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
    opacity: 1;
    transform: scale(1, 1);
    transition: var(--el-transition-md-fade);
    transform-origin: top left
}

.el-zoom-in-left-enter-from,
.el-zoom-in-left-leave-active {
    opacity: 0;
    transform: scale(0.45, 0.45)
}

.collapse-transition {
    transition: var(--el-transition-duration) height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out
}

.el-collapse-transition-leave-active,
.el-collapse-transition-enter-active {
    transition: var(--el-transition-duration) max-height ease-in-out, var(--el-transition-duration) padding-top ease-in-out, var(--el-transition-duration) padding-bottom ease-in-out
}

.horizontal-collapse-transition {
    transition: var(--el-transition-duration) width ease-in-out, var(--el-transition-duration) padding-left ease-in-out, var(--el-transition-duration) padding-right ease-in-out
}

.el-list-enter-active,
.el-list-leave-active {
    transition: all 1s
}

.el-list-enter-from,
.el-list-leave-to {
    opacity: 0;
    transform: translateY(-30px)
}

.el-list-leave-active {
    position: absolute !important
}

.el-opacity-transition {
    transition: opacity var(--el-transition-duration) cubic-bezier(0.55, 0, 0.1, 1)
}

.el-icon-loading {
    animation: rotating 2s linear infinite
}

.el-icon--right {
    margin-left: 5px
}

.el-icon--left {
    margin-right: 5px
}

@keyframes rotating {
    0% {
        transform: rotateZ(0deg)
    }

    100% {
        transform: rotateZ(360deg)
    }
}

.el-icon {
    --color: inherit;
    height: 1em;
    width: 1em;
    line-height: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    color: var(--color);
    font-size: inherit
}

.el-icon.is-loading {
    animation: rotating 2s linear infinite
}

.el-icon svg {
    height: 1em;
    width: 1em
}


.footer {
    background-color: var(--color-dark-grey-0);
    padding: 10vw 0 14.063vw;
    grid-area: 8/1/8/2
}

@media(min-width: 960px) {
    .footer {
        padding: 2.5vw 0;
        grid-area: 6/1/8/5
    }
}

.footer__items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

@media(min-width: 960px) {
    .footer__items {
        flex-direction: row;
        width: 64%;
        margin: 0 auto
    }
}

.footer__license {
    order: 2;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    width: 100%;
    padding: 16px
}

.footer__license img:last-child {
    width: 12.876vw
}

@media(min-width: 960px) {
    .footer__license {
        order: 0;
        padding: 0;
        width: auto;
        align-items: center;
        justify-content: space-between
    }

    .footer__license img:nth-child(2) {
        margin: 0 20px
    }

    .footer__license img:last-child {
        width: 3vw
    }
}

.footer__logo {
    flex-direction: column;
    order: 0;
    margin-bottom: 2.5vw;
    cursor: pointer
}

@media(min-width: 960px) {
    .footer__logo {
        /* order: 1; */
        margin-bottom: 0
    }
}

.footer__logo img {
    width: 40vw
}

@media(min-width: 960px) {
    .footer__logo img {
        width: 6.7vw
    }
}

.footer__external-link a {
    order: 1;
    margin-bottom: 12.5vw;
    cursor: pointer;
    font-weight: 600;
    font-size: 4.375vw;
    line-height: 22px;
    color: var(--color-white);
    opacity: .4;
    text-decoration: underline
}

.footer__external-link a:hover {
    opacity: 1
}

@media(min-width: 960px) {
    .footer__external-link a {
        order: 3;
        margin-bottom: 0;
        font-size: .89vw
    }
}

.payment-systems__logo {
    height: 8vw;
    margin-top: 10px;
    
}

@media(max-width: 960px) {
    .payment-systems__logo {
        max-width: 20vw
    }
}

@media(min-width: 960px) {
    .payment-systems__logo {
        width: 6vw;
        margin: 0 1vw;
        height: auto
    }

    .payment-systems__logo_bank {
        width: 5vw;
    }
}

.payment-systems__logo-wheel {
    height: 12vw
}

@media(max-width: 960px) {
    .payment-systems__logo-wheel {
        max-width: 20vw;
        margin: 3vh 4vw
    }
}

@media(min-width: 960px) {
    .payment-systems__logo-wheel {
        width: 6vw;
        margin: 1vh 1vw;
        height: auto
    }
}

.payment-systems__logo-wheel:first-child {
    margin-left: 8vw
}

.payment-systems__logo-wheel:last-child {
    margin-right: 8vw
}

.payment-systems-geo-block[data-v-0e27f3f5] {
    background-color: var(--color-dark-grey-1);
    color: var(--color-white);
    width: 100%;
    grid-area: 3/1/7/2;
    padding: 4.1vw 0
}

.payment-systems-geo-block[data-v-0e27f3f5]::after {
    content: "";
    position: absolute;
    left: 0;
    height: 95vw;
    background: var(--color-dark-grey-1);
    z-index: -1;
    right: 0;
    grid-area: 7/1/8/2
}

@media(min-width: 960px) {
    .payment-systems-geo-block[data-v-0e27f3f5] {
        height: 14vw;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        grid-area: 4/1/6/4;
        padding: 0
    }
}

@media(min-width: 1248px) {
    .payment-systems-geo-block[data-v-0e27f3f5] {
        height: 24vh
    }
}

.payment-systems-geo-block__logo-wrapper[data-v-0e27f3f5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center
}

@media(min-width: 960px) {
    .payment-systems-geo-block__logo-wrapper[data-v-0e27f3f5] {
        display: flex;
        margin: 0 0 1vw;
        align-items: center
    }
}

@media (max-width: 960px) {
    .payment-systems-geo-block__logo-wrapper[data-v-0e27f3f5] {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    
    .payment-systems__logo {
        max-width: 20vw;
        margin-right: 20px;
    }
}

.payment-systems-geo-block__message[data-v-0e27f3f5] {
    margin: 12px 16px;
    margin-top: 5em
}

@media(min-width: 960px) {
    .payment-systems-geo-block__message[data-v-0e27f3f5] {
        margin-bottom: 3.5em
    }
}

.steps-block {
    display: flex;
    background: var(--color-dark-grey-2);
    box-shadow: inset 0px -6px 20px rgba(0, 0, 0, .1);
    grid-area: 7/1/8/2;
    margin: 0 5vw;
    z-index: 6;
    padding: 6.25vw 8.75vw;
    flex-direction: column;
    align-items: baseline;
    border-radius: 12px
}

@media(min-width: 960px)and (max-width: 1248px) {
    .steps-block {
        grid-area: 3/1/5/2;
        padding: 1.8vw;
        max-width: 80vw;
        margin: auto;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: inherit
    }
}

@media(min-width: 1248px) {
    .steps-block {
        grid-area: 3/1/5/2;
        padding: 1vw;
        max-width: 80vw;
        margin: auto;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: inherit
    }
}

.steps-block__item {
    display: flex;
    align-items: center;
    margin-bottom: 6.25vw;
    width: 100%
}

@media(min-width: 960px)and (max-width: 1248px) {
    .steps-block__item {
        max-width: 80vw;
        align-items: normal;
        justify-content: center;
        margin: 0 2vw
    }
}

@media(min-width: 1248px) {
    .steps-block__item {
        max-width: 80vw;
        align-items: normal;
        justify-content: center;
        margin: 0 1vw
    }
}

.steps-block__item:last-child {
    margin-bottom: 0
}

.steps-block__item__text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.steps-block__item__number {
    width: 9.688vw;
    margin-right: 6.25vw
}

@media(min-width: 960px)and (max-width: 1248px) {
    .steps-block__item__number {
        height: 6.75vw;
        margin-right: 1.93vw;
        margin-top: auto;
        margin-bottom: auto;
        filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.85))
    }
}

@media(min-width: 1248px)and (max-width: 1600px) {
    .steps-block__item__number {
        height: 8vh;
        margin-right: 0;
        margin-top: auto;
        margin-bottom: auto;
        filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.85))
    }
}

@media(min-width: 1600px) {
    .steps-block__item__number {
        width: 6vw;
        height: 7vh;
        margin-right: 0;
        margin-top: auto;
        margin-bottom: auto;
        filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.85))
    }
}

.steps-block__item span {
    font-weight: 700;
    font-size: 5vw;
    line-height: 1.5;
    color: var(--color-white)
}

@media(min-width: 960px)and (max-width: 1248px) {
    .steps-block__item span {
        font-size: 1.8vw;
        line-height: 1.1
    }
}

@media(min-width: 1248px)and (max-width: 1600px) {
    .steps-block__item span {
        font-size: 1vw;
        line-height: 1.1
    }
}

@media(min-width: 1600px) {
    .steps-block__item span {
        font-size: .8vw;
        line-height: 1.1
    }
}

.steps-block__item p {
    font-weight: 500;
    font-size: 3.13vw;
    line-height: 1.6;
    color: var(--color-light-grey-1)
}

@media(min-width: 460px)and (max-width: 590px) {
    .steps-block__item p {
        width: 200px
    }
}

@media(min-width: 590px)and (max-width: 768px) {
    .steps-block__item p {
        width: 300px
    }
}

@media(min-width: 768px)and (max-width: 960px) {
    .steps-block__item p {
        width: 400px
    }
}

@media(min-width: 960px)and (max-width: 1248px) {
    .steps-block__item p {
        width: auto;
        font-size: .8vw;
        margin-bottom: 0;
        max-width: 25vw
    }
}

@media(min-width: 1248px)and (max-width: 1600px) {
    .steps-block__item p {
        width: auto;
        font-size: .8vw;
        margin-bottom: 0;
        max-width: 22vw
    }
}

@media(min-width: 1600px) {
    .steps-block__item p {
        width: auto;
        font-size: .6vw;
        margin-bottom: 0;
        max-width: 22vw
    }
}

.main-content-block {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: 1/1/3/2;
    min-height: 60vh
}

@media(min-width: 960px) {
    .main-content-block {
        min-height: 65vh;
        grid-area: 1/1/4/4
    }
}

.main-content-block__logo {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 17.93vw;
    animation: 2s show-logo;
    cursor: pointer;
    z-index: 10
}

@media(min-width: 960px) {
    .main-content-block__logo {
        top: 2%;
        width: 7.947vw
    }
}

.main-content-block__content {
    position: relative;
    z-index: 5;
    min-height: 117vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 800;
    text-align: center;
    color: var(--color-white);
    padding: 14vw 0 60vw
}

@media(min-width: 960px) {
    .main-content-block__content {
        justify-content: center;
        width: 60%;
        min-height: auto;
        margin: 0 auto;
        padding: 0;
        margin-top: 6vh
    }
}

.main-content-block__content__action-button {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    bottom: 0;
    z-index: 1;
    background: radial-gradient(70.57% 75.64% at 22.42% 36.2%, var(--color-pr400) 0%, var(--color-pr600) 100%);
    border-radius: 1000px;
    font-weight: 600;
    font-size: 5.63vw;
    color: var(--color-button-primary);
    box-shadow: none;
    cursor: pointer;
    padding: 2.94vw 24.23vw;
    margin-bottom: 5vw;
    white-space: nowrap;
    margin-top: 24vw;
    animation: button-pulsar 5s infinite
}

@media(min-width: 590px)and (max-width: 768px) {
    .main-content-block__content__action-button {
        font-size: 4.63vw;
        padding: 1.469vw 7.646vw;
        width: 60vw;
        margin-top: 2vw
    }
}

@media(min-width: 768px)and (max-width: 960px) {
    .main-content-block__content__action-button {
        font-size: 5vh;
        padding: 1.469vw 7.646vw;
        width: 60vw;
        margin-top: 2vw
    }
}

@media(min-width: 960px)and (max-width: 1248px) {
    .main-content-block__content__action-button {
        position: relative;
        padding: .469vw 3.646vw;
        font-size: 1.5vw;
        max-width: 20vw;
        height: 4.5vw;
        margin-bottom: 0;
        margin-top: 2vw
    }
}

@media(min-width: 1248px) {
    .main-content-block__content__action-button {
        position: relative;
        padding: .469vw 3.646vw;
        font-size: .938vw;
        max-width: 20vw;
        margin-bottom: 0;
        margin-top: 2vw
    }
}

.main-content-block__content__action-button span:last-child {
    font-weight: 500;
    font-size: 3.13vw;
    line-height: 1.4
}

@media(min-width: 960px) {
    .main-content-block__content__action-button span:last-child {
        font-size: .521vw
    }
}

.main-content-block__text-content {
    position: relative;
    max-height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px
}

@media(min-width: 960px) {
    .main-content-block__text-content {
        margin-bottom: 0;
        padding: 0
    }
}

.main-content-block__text-content__title {
    font-size: 10vw;
    font-weight: 800;
    line-height: 1.2;
    margin: auto;
    white-space: pre-wrap
}

.main-content-block__text-content__title[contenteditable] {
    outline: none;
    border: none
}

.main-content-block__text-content__title[contenteditable] p {
    margin: 0;
    padding: 0;
    line-height: 1.5
}

@media(min-width: 960px) {
    .main-content-block__text-content__title {
        font-size: 2.9vw;
        margin-bottom: .6vw
    }
}

.main-content-block__text-content__subtitle,
.main-content-block__text-content__description {
    font-size: 5.25vw;
    font-weight: 800;
    /*line-height: 1.4;*/
    white-space: pre-wrap
}

.main-content-block__text-content__subtitle[contenteditable],
.main-content-block__text-content__description[contenteditable] {
    outline: none;
    border: none
}

.main-content-block__text-content__subtitle[contenteditable] p,
.main-content-block__text-content__description[contenteditable] p {
    margin: 0;
    padding: 0;
    line-height: 1.5
}

@media(min-width: 960px) {

    .main-content-block__text-content__subtitle,
    .main-content-block__text-content__description {
        padding: 0;
        line-height: 1.58;
        font-size: 1.9vw
    }
}

.main-content-block__person {
    position: absolute;
    z-index: 1
}

.main-content-block__background-image {
    position: absolute;
    z-index: 0;
    height: 100%;
    object-fit: fill
}

@media(min-width: 1248px) {
    .main-content-block__background-image {
        object-fit: cover;
        width: 100%
    }
}

.main-content-block .left-person {
    animation: 2s show-left-person;
    width: 64vw;
    left: -7%;
    bottom: -20px;
}

@media(min-width: 960px) {
    .main-content-block .left-person {
        width: auto;
        height: 65vh;
        left: 0
    }
}

.main-content-block__edit-wrapper_normal-font-size {
    font-size: 5.25vw
}

@media(min-width: 960px) {
    .main-content-block__edit-wrapper_normal-font-size {
        font-size: 1.9vw
    }
}

.main-content-block__edit-wrapper_large-font-size {
    font-size: 10vw
}

@media(min-width: 960px) {
    .main-content-block__edit-wrapper_large-font-size {
        font-size: 2.9vw
    }
}

.main-content-block .right-person {
    animation: 2s show-right-person;
    width: 60.6vw;
    right: -17%;
    bottom: 0
}

@media(min-width: 960px) {
    .main-content-block .right-person {
        width: auto;
        height: 65vh;
        right: -11%
    }
}

@media(min-width: 1248px) {
    .main-content-block .right-person {
        right: 0
    }
}

.main-content-block .no-animation {
    animation: none
}

@keyframes button-pulsar {
    from {
        transform: scale(0.7)
    }

    50% {
        transform: scale(0.9)
    }

    to {
        transform: scale(0.7)
    }
}

@keyframes show-logo {
    from {
        width: 0;
        top: 0
    }

    to {
        width: 17.63vw;
        top: 2%
    }
}

@media(min-width: 960px) {
    @keyframes button-pulsar {
        from {
            transform: scale(1)
        }

        50% {
            transform: scale(1.5)
        }

        to {
            transform: scale(1)
        }
    }

    @keyframes show-logo {
        from {
            width: 0;
            top: 0
        }

        to {
            width: 7.947vw;
            top: 2%
        }
    }
}

@keyframes show-left-person {
    from {
        left: -100%
    }

    to {
        left: -7%
    }
}

@keyframes show-right-person {
    from {
        right: -100%
    }

    to {
        right: -17%
    }
}

@media(min-width: 960px) {
    @keyframes show-left-person {
        from {
            bottom: -25%;
            left: -30%
        }

        to {
            bottom: -20px;
            left: 0
        }
    }

    @keyframes show-right-person {
        from {
            bottom: -25%;
            right: -30%
        }

        to {
            bottom: 0;
            right: -11%
        }
    }
}

@media(min-width: 1248px) {
    @keyframes show-right-person {
        from {
            bottom: -25%;
            right: -30%
        }

        to {
            bottom: 0;
            right: 0
        }
    }
}

.text-settings-component {
    display: flex;
    justify-content: center
}

.text-settings-component__wrapper {
    position: relative;
    opacity: 1 !important;
    filter: none !important
}

.text-settings-component__wrapper:hover .text-settings-component__button {
    opacity: 1
}

.text-settings-component__container {
    position: absolute;
    top: 3px;
    right: 8px
}

.text-settings-component__button {
    opacity: 0;
    display: inline-flex;
    background-color: var(--color-white);
    border: var(--ep-cms-border);
    border-color: var(--ep-cms-border-color);
    padding: 8px 10px;
    border-radius: var(--ep-cms-border-radius-base);
    cursor: pointer
}

.text-settings-component__button:hover {
    background-color: var(--ep-cms-color-primary);
    border-color: var(--ep-cms-color-primary)
}

.text-settings-component__button:hover img {
    filter: invert(1)
}

.text-settings-component__button img {
    width: 14px;
    height: 14px
}

.text-settings-component__select {
    position: absolute;
    top: 40px;
    right: -11px;
    padding: 5px 0;
    background-color: var(--color-white);
    color: var(--el-text-color-regular);
    border-radius: 4px;
    z-index: 6
}

.text-settings-component__select::before {
    position: absolute;
    width: 10px;
    height: 10px;
    top: -4px;
    z-index: -1;
    content: " ";
    transform: rotate(45deg);
    background-color: var(--color-white);
    box-sizing: border-box
}

.text-settings-component__select_item {
    padding: 5px 13px;
    font-size: 14px
}

.text-settings-component__select_item:hover {
    background-color: var(--el-color-primary-light-9);
    color: var(--el-color-primary);
    cursor: pointer
}

.text-settings-component__select_item-active {
    background-color: var(--ep-cms-color-primary-light-8);
    color: var(--el-color-primary)
}