.v6-welcome {
    color: var(--main-text)
}

.v6-welcome .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 24px
}

.v6-welcome__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px
}

.v6-welcome__content,
.v6-welcome__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.v6-welcome__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 24px
}

.v6-welcome__info .vAll-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.v6-welcome__img {
    -webkit-box-flex: 1;
    border-radius: 16px;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
    width: 100%
}

.v6-welcome__img-content {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.v6-welcome__img-btn {
    background-color: var(--button-bg);
    border-radius: 50%;
    color: var(--button-color);
    font-family: var(--font-2);
    height: 70px;
    left: 50%;
    padding: 17px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color, color .3s ease-in-out;
    transition: background-color, color .3s ease-in-out;
    width: 70px
}

.v6-welcome__img-btn:disabled {
    background: var(--button-disable-bg);
    color: var(--button-disable-color);
    pointer-events: none
}

.v6-welcome__img-btn svg {
    height: 100%;
    width: 100%
}

.v6-welcome__img .latter-iframe {
    aspect-ratio: 59/33;
    border: none;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.v6-welcome__img.active-iframe .v6-welcome__img-btn,
.v6-welcome__img.active-iframe .v6-welcome__img-content {
    display: none
}

@media (max-width:1024px) {
    .v6-welcome__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse ;
        gap: 16px
    }

    .v6-welcome__content.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        gap: 16px
    }

    .v6-welcome__info {
        gap: 16px
    }

    .v6-welcome__img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media (max-width:768px) {

    .v6-welcome .container,
    .v6-welcome__content {
        gap: 16px
    }

    .v6-welcome__img {
        border-radius: 8px
    }
}

@media (max-width:600px) {
    .v6-welcome__info .vAll-button {
        width: 100%
    }
}

@media not all and (pointer:coarse) {
    .v6-welcome__img-btn:hover {
        background-color: var(--button-hover-bg);
        color: var(--button-hover-color)
    }
}

.v6-welcome__content.reverse {
    flex-direction: row-reverse;
}

.v6-toc {
    background: var(--site-bg);
    border-radius: 24px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(15, 15, 16, .08), 0 8px 24px 0 rgba(15, 15, 16, .12);
    box-shadow: 0 4px 16px 0 rgba(15, 15, 16, .08), 0 8px 24px 0 rgba(15, 15, 16, .12);
    padding: 24px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 20px
}

.v6-toc,
.v6-toc__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.v6-toc__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.v6-toc__title {
    color: var(--text-main);
    font-size: 30px;
    font-weight: 700;
    line-height: 130%
}

.v6-toc__button {
    background: transparent;
    border: none;
    color: var(--text-main);
    cursor: pointer;
    font-family: var(--font-2);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    outline: none
}

.v6-toc__button-hide {
    display: none
}

.v6-toc__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    counter-reset: item;
    display: none;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 16px;
    list-style-type: none
}

.v6-toc__menu-item__link {
    color: var(--text-main);
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    width: 100%
}

.v6-toc__menu-item__link:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    display: inline-block;
    margin-right: 8px
}

.v6-toc__menu_child {
    counter-reset: item;
    list-style-type: none
}

.v6-toc__menu_child .v6-toc__menu-item__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding-left: 24px
}

.v6-toc__menu_grandchild {
    counter-reset: item;
    list-style-type: none
}

.v6-toc__menu_grandchild .toc__menu-item__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding-left: 24px
}

.v6-toc[data-state=open] .v6-toc__button {
    background: transparent;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.v6-toc[data-state=open] .v6-toc__button-hide {
    display: block
}

.v6-toc[data-state=open] .v6-toc__button-show {
    display: none
}

.v6-toc[data-state=open] .v6-toc__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:768px) {
    .v6-toc {
        border-radius: 16px;
        padding: 16px
    }
}

.section {
    background-color: var(--section-bg, inherit);
    scroll-margin-top: var(--header-height)
}

.section>* {
    padding: 32px 0
}

.section>:first-child {
    padding-top: 48px
}

.section>:last-child {
    padding-bottom: 48px
}

.section>.container {
    padding-left: var(--offsets);
    padding-right: var(--offsets)
}

@media (max-width:768px) {
    .section>* {
        padding: 16px 0
    }

    .section>:first-child {
        padding-top: 24px
    }

    .section>:last-child {
        padding-bottom: 24px
    }
}

.v6-screenshots .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 24px
}

@media (max-width:768px) {
    .v6-screenshots .container {
        gap: 16px
    }
}

.v6-how-to {
    color: var(--text-main)
}

.v6-how-to .container {
    gap: 24px
}

.v6-how-to .container,
.v6-how-to__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.v6-how-to__steps {
    gap: 32px;
    margin-top: 8px
}

.v6-step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-main);
    gap: 32px
}

.v6-step:nth-child(2n) .v6-step__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.v6-step__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

.v6-step__num {
    background: var(--contrast-bg);
    border-radius: 50%;
    color: var(--contrast-color);
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.v6-step__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 24px
}

.v6-step__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.v6-step .vAll-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.v6-step__img {
    border-radius: 16px;
    height: auto;
    overflow: hidden;
    width: 100%
}

.v6-step__img img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 500px;
}

@media (max-width:768px) {
    .v6-how-to .container {
        gap: 16px
    }

    .v6-how-to__steps {
        margin-top: 16px
    }

    .v6-step:nth-child(2n) .v6-step__img {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset
    }

    .v6-step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        gap: 16px
    }

    .v6-step,
    .v6-step__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .v6-step__content {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .v6-step__info {
        gap: 16px
    }

    .v6-step .vAll-button {
        width: 100%
    }

    .v6-step__img {
        border-radius: 8px;
        margin: 0 auto;
        max-width: 500px
    }
}

.text-block h3, .text-block h4 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.text-block h3:has(span), .text-block h4:has(span) {
    text-decoration: none;
}

.text-block h3 span, .text-block h4 span {
    background: var(--contrast-bg);
    border-radius: 50%;
    color: var(--contrast-color);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    text-align: center;
    width: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.v6-heroscreen {
    background-color: var(--heroscreen-block-bg);
    color: var(--heroscreen-main-color);
    padding: 48px 0
}

.v6-heroscreen .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 24px
}

.v6-heroscreen__content {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v6-heroscreen__content:not(:has(.v6-heroscreen__img)) {
    display: block
}

.v6-heroscreen__content:not(:has(.v6-heroscreen__img)) .v6-bonus,
.v6-heroscreen__content:not(:has(.v6-heroscreen__img)) .v6-heroscreen__info-buttons {
    max-width: 800px
}

.v6-heroscreen__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 16px
}

.v6-heroscreen__info-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 120%
}

.v6-heroscreen__info-description {
    color: var(--heroscreen-secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 16px
}

.v6-heroscreen__info-description a {
    color: var(--heroscreen-links-color)
}

.v6-heroscreen__info-buttons {
    gap: 16px;
    margin-top: 16px;
    width: 100%
}

.v6-heroscreen__info-buttons,
.v6-heroscreen__info-buttons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v6-heroscreen__info-buttons__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: var(--heroscreen-button-bg);
    border-radius: var(--heroscreen-button-radius);
    color: var(--heroscreen-button-color);
    font-family: var(--font-2);
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    line-height: 150%;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color, color .3s ease-in-out;
    transition: background-color, color .3s ease-in-out
}

.v6-heroscreen__info-buttons__item:disabled {
    background: var(--button-disable-bg);
    color: var(--button-disable-color);
    pointer-events: none
}

.v6-heroscreen__info-buttons__item svg {
    height: 20px;
    width: 20px
}

.v6-heroscreen__info-buttons__item span {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

.v6-heroscreen__img {
    border-radius: 8px;
    height: auto;
    overflow: hidden;
    width: 100%
}

.v6-heroscreen__img img {
    display: block;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.v6-heroscreen .v6-rating {
    color: var(--heroscreen-main-color)
}

.v6-heroscreen .v6-bonus {
    margin-top: 16px
}

@media (max-width:1024px) {
    .v6-heroscreen__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        gap: 24px
    }

    .v6-heroscreen__content:not(:has(.v6-heroscreen__img)) .v6-bonus,
    .v6-heroscreen__content:not(:has(.v6-heroscreen__img)) .v6-heroscreen__info-buttons {
        max-width: unset
    }

    .v6-heroscreen__info-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 8px
    }

    .v6-heroscreen__info-buttons__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%
    }

    .v6-heroscreen .v6-bonus {
        margin-top: 0
    }
}

@media (max-width:768px) {
    .v6-heroscreen {
        padding: 24px 0
    }

    .v6-heroscreen .container {
        gap: 16px
    }

    .v6-heroscreen__info-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media not all and (pointer:coarse) {
    .v6-heroscreen__info-buttons__item:hover {
        background-color: var(--heroscreen-button-bg-hover);
        color: var(--heroscreen-button-color-hover)
    }
}

.v6-faq .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.v6-faq .container>* {
    max-width: 804px;
    width: 100%
}

.v6-faq__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 32px;
    margin-top: 8px
}

.v6-faq__list-item {
    width: 100%
}

.v6-faq__list-item[open] summary svg {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.v6-faq__list-item summary {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--line-secondary);
    color: var(--text-main);
    gap: 12px;
    padding-bottom: 16px
}

.v6-faq__list-item summary::-webkit-details-marker {
    display: none
}

.v6-faq__list-item summary svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 20px
}

.v6-faq__list-item__question {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%
}

.v6-faq__list-item .text-block {
    color: var(--text-main);
    margin-top: 16px
}

@media (max-width:768px) {
    .v6-faq .container {
        gap: 16px
    }

    .v6-faq__list {
        gap: 24px
    }
}