* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 var(--offsets)
}

html {
    font-family: var(--font-1)
}

body {
    background: var(--site-bg);
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body[data-scroll=no-scroll] {
    height: 100%;
    overflow: hidden;
    position: relative
}

a {
    color: var(--links-color)
}

ol,
ul {
    list-style-position: inside
}

:root {
    --black: #000;
    --white: #fff;
    --grey-lighten-4: #f2f2f2;
    --grey-lighten-3: #ccc;
    --grey-lighten-2: #b3b3b3;
    --grey-lighten-1: #999;
    --grey-base: grey;
    --grey-darken-1: #666;
    --grey-darken-2: #4c4c4c;
    --grey-darken-3: #333;
    --grey-darken-4: #191919;
    --accent-lighten-4: #fffae5;
    --accent-lighten-3: #ffeb99;
    --accent-lighten-2: #ffe166;
    --accent-lighten-1: #ffd733;
    --accent-base: #fc0;
    --accent-darken-1: #cca400;
    --accent-darken-2: #997b00;
    --accent-darken-3: #665200;
    --accent-darken-4: #332900;
    --success-lighten-4: #e7feee;
    --success-lighten-3: #9ff9bd;
    --success-lighten-2: #6ef79c;
    --success-lighten-1: #3ef47b;
    --success-base: #0ef15a;
    --success-darken-1: #0bc148;
    --success-darken-2: #089136;
    --success-darken-3: #066024;
    --success-darken-4: #033012;
    --error-lighten-4: #fde9e7;
    --error-lighten-3: #f8a6a0;
    --error-lighten-2: #f47a71;
    --error-lighten-1: #f14d41;
    --error-base: #ed2012;
    --error-darken-1: #be1a0e;
    --error-darken-2: #8e140b;
    --error-darken-3: #5f0d07;
    --error-darken-4: #3007042;
    --site-bg: #fff;
    --button-color: #000;
    --button-hover-color: #000;
    --button-bg: #fc0;
    --button-hover-bg: #cca400;
    --secondary-button-color: #fff;
    --secondary-button-hover-color: #fff;
    --secondary-button-bg: #000;
    --secondary-button-hover-bg: #333;
    --button-radius: 8px;
    --links-color: #fc0;
    --button-disable-bg: hsla(0, 0%, 52%, .49);
    --button-disable-color: #d5d5d5;
    --theme-color: #fc0;
    --theme-secondary-color: #f2f2f2;
    --card-bg: #f2f2f2;
    --card-text: #fff;
    --text-main: #000;
    --text-secondary: #666;
    --line-main: #fc0;
    --line-secondary: #ccc;
    --contrast-color: #000;
    --contrast-bg: #fc0;
    --gradient-color-1: #d73915;
    --gradient-color-2: #e5bd1d;
    --gradient-color-3: #f5e397aa;
    --gradient2-color-1: #fdbf79;
    --gradient2-color-2: #fdedab;
    --gradient2-color-3: #fdfaee;
    --gradient-hover-color-1: #fb8429;
    --gradient-hover-color-2: #f2d936;
    --gradient-hover-color-3: #fffae5;
    --heroscreen-button-bg: #fc0;
    --heroscreen-button-bg-hover: #cca400;
    --heroscreen-button-color: #000;
    --heroscreen-button-color-hover: #000;
    --heroscreen-button-radius: 8px;
    --heroscreen-block-bg: #f2f2f2;
    --heroscreen-breadcrumbs-color: #666;
    --heroscreen-main-color: #000;
    --heroscreen-secondary-color: #666;
    --heroscreen-links-color: #fff;
    --heroscreen-bonus-color: #000;
    --header-bg: #fff;
    --header-button-bg: #fc0;
    --header-button-bg-hover: #cca400;
    --header-button-color: #000;
    --header-button-color-hover: #fff;
    --header-button-radius: 8px;
    --header-text: #000;
    --header-text-hover: #000;
    --footer-bg: #f2f2f2;
    --footer-text-main: #000;
    --footer-text-secondary: #666;
    --footer-button-main-bg: #fc0;
    --footer-button-main-bg-hover: #cca400;
    --footer-button-main-color: #000;
    --footer-button-main-color-hover: #000;
    --footer-button-radius: 8px;
    --footer-button-secondary-bg: #000;
    --footer-button-secondary-bg-hover: #000;
    --footer-button-secondary-color: #fff;
    --footer-button-secondary-color-hover: #fff;
    --h-menu-burger: #000;
    --h-menu-burger-hover: #000;
    --h-menu-item-text: #000;
    --h-menu-item-text-hover: #000;
    --h-menu-item-bg: #fff;
    --h-menu-item-bg-hover: #f2f2f2;
    --h-menu-divider: #ccc;
    --h-menu-divider-hover: #000;
    --h-menu-back-text: #000;
    --h-menu-back-text-hover: #000;
    --h-menu-back-bg: #000;
    --h-menu-back-bg-hover: #000;
    --h-menu-back-border: #000;
    --h-menu-back-border-hover: #000;
    --h-menu-s-item-text: #000;
    --h-menu-s-item-text-hover: #000;
    --h-menu-s-item-bg: #fff;
    --h-menu-s-item-bg-hover: #fff;
    --h-menu-s-divider: #000;
    --h-menu-s-divider-hover: #000;
    --thead-bg: #000;
    --thead-text: #fff;
    --thead-border: #fff;
    --trow-bg: #fff;
    --trow-text: #000;
    --trow-border: #f2f2f2;
    --trow-secondary-bg: #f2f2f2;
    --trow-secondary-text: #000;
    --offsets: 64px;
    --font-1: "Arial", sans-serif;
    --font-2: "Montserrat", sans-serif;
    --check-icon: ""
}

.text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: var(--text-secondary);
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 16px
}

.text-block_center {
    text-align: center
}

.text-block p {
    width: 100%
}

.latter-page-update,
.text-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.latter-page-update {
    color: var(--text-secondary);
    padding: 16px 0
}

button[class="site-button "] {
    background: none;
    border: none;
    color: var(--links-color);
    font-size: 16px;
    outline: none;
    text-decoration: underline
}

.site-button {
    font-size: 16px
}

button {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    outline: none
}

.video-block {
    height: auto;
    width: 100%
}

.dropdown-content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden
}

.dropdown-content_visible {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 1;
    visibility: visible
}

.v-form__error-message {
    display: none
}

.v-form__error-message_active {
    display: block
}

.v-form__success-block {
    display: none
}

.v-form__success-block_active {
    display: block
}

.author-container>:not(:first-child) {
    margin-top: 48px
}

@font-face {
    font-display: swap;
    font-family: latter-icons;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/latter-icons.woff2) format("woff2"), url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxmb250IGlkPSJmb250ZWxsbyIgaG9yaXotYWR2LXg9IjEwMDAiPjxmb250LWZhY2UgYXNjZW50PSI4NTAiIGRlc2NlbnQ9Ii0xNTAiIGZvbnQtZmFtaWx5PSJmb250ZWxsbyIgZm9udC13ZWlnaHQ9IjQwMCIvPjxnbHlwaCBkPSJNNzI5IDQ1NHE0NCAwIDc0LTMxdDMxLTczLTMxLTczLTc0LTMwbC0yMDggM1YzOHEwLTQzLTMwLTczdC03NS0zMS03MyAzMS0zMCA3M2wzIDIxMi0yMTItM3EtNDQgMC03NCAzMFQwIDM1MHQzMCA3MyA3NCAzMWgyMTJsLTMgMjA5cTAgNDIgMzAgNzN0NzMgMzEgNzUtMzEgMzAtNzNWNDU0eiIgZ2x5cGgtbmFtZT0icGx1cyIgaG9yaXotYWR2LXg9IjgzNCIgdW5pY29kZT0i7qCAIi8+PGdseXBoIGQ9Ik03MjkgNDU1cTQ0IDAgNzQtMzJ0MzEtNzMtMzEtNzQtNzQtMzBIMTA0cS00NCAwLTc0IDMwVDAgMzUwcTAgNDMgMzEgNzR0NzMgMzF6IiBnbHlwaC1uYW1lPSJtaW51cyIgaG9yaXotYWR2LXg9IjgzNCIgdW5pY29kZT0i7qCBIi8+PGdseXBoIGQ9Ik0yNDkgMHEtMzQgMC01NiAyOEwxMyAyNjRxLTE2IDI0LTEyIDUydDI2IDQ2IDUxIDE0IDQ3LTI4bDExOC0xNTQgMjk2IDQ3NHExNiAyNCA0MyAzMHQ1My04cTI0LTE2IDMwLTQzdC04LTUzTDMwNyAzNFEyODcgMiAyNTEgMnoiIGdseXBoLW5hbWU9ImNoZWNrIiBob3Jpei1hZHYteD0iNjY3IiB1bmljb2RlPSLuoIIiLz48Z2x5cGggZD0iTTAgMzM5cTAtMzUgMjQtNjBMMjcwIDQwcTI0LTI1IDYwLTI1dDYwIDI1bDUwNSA0OTVxMjUgMjQgMjUgNTl0LTI1IDU4cS0yNSAyNS02MCAyNXQtNjAtMjVMMzMwIDIxNyAxNDUgMzk4cS0yNSAyNC02MCAyNHQtNjEtMjRRMCAzNzQgMCAzMzkiIGdseXBoLW5hbWU9Im9rIiBob3Jpei1hZHYteD0iOTIwLjQiIHVuaWNvZGU9Iu6ggyIvPjxnbHlwaCBkPSJNNDUyIDE5NHExOC0xOCAxOC00M3QtMTgtNDNxLTE4LTE2LTQzLTE2dC00MyAxNkwyMzQgMjYwIDEwMiAxMDhRODQgOTIgNTkgOTJ0LTQzIDE2UTAgMTI2IDAgMTUxdDE2IDQzbDEzOCAxNTZMMTYgNTA4UTAgNTI2IDAgNTUxdDE2IDQzcTE4IDE2IDQzIDE2dDQzLTE2bDEzMi0xNTIgMTMyIDE1MnExOCAxNiA0MyAxNnQ0My0xNnExOC0xOCAxOC00M3QtMTgtNDNMMzE0IDM1MHoiIGdseXBoLW5hbWU9ImNhbmNlbCIgaG9yaXotYWR2LXg9IjQ3MCIgdW5pY29kZT0i7qCEIi8+PGdseXBoIGQ9Ik0yOTcgNDk4cTY5IDE1MiAxMTQgMjUyIDYgMTUgMjQgMTV0MjMtMTVsMTE0LTI1MnExNjQtMTggMjc0LTMwIDE1LTMgMjEtMTh0LTYtMjdMNjU3IDIzNnEzMy0xNjEgNTUtMjcwIDMtMTUtMTAtMjV0LTI3LTJMNDM1IDc1UTI5MS02IDE5NS02MXEtMTUtOS0yOCAydC0xMSAyNWw1NiAyNzBROTAgMzQ4IDggNDIzcS0xMiAxMS02IDI2dDIxIDE5eiIgZ2x5cGgtbmFtZT0ic3RhciIgaG9yaXotYWR2LXg9Ijg2OSIgdW5pY29kZT0i7qCFIi8+PGdseXBoIGQ9Ik02MzYgMjUwIDc0NC05NyA0NjQgMTE5IDE4Ni05N2wxMDggMzQ4TDE4IDQ2MmgzMzVsMTExIDMzNSAxMTItMzM1aDMzNXoiIGdseXBoLW5hbWU9InN0YXItMiIgaG9yaXotYWR2LXg9IjkyOCIgdW5pY29kZT0i7qCGIi8+PGdseXBoIGQ9Ik0wIDM1MHEwIDIwNyAxNDcgMzU0dDM1MyAxNDYgMzU0LTE0NiAxNDYtMzU0VDg1NC00IDUwMC0xNTAgMTQ3LTQgMCAzNTBtMTYwIDgyIDIwNS0xNTYtODAtMjQ2IDIxMSAxNDhMNzA1IDI2bC03NCAyNDYgMjA5IDE1Mi0yNTggNC03OCAyNDYtODYtMjQyeiIgZ2x5cGgtbmFtZT0ic3Rhci1jaXJjbGVkIiBob3Jpei1hZHYteD0iMTAwMCIgdW5pY29kZT0i7qCHIi8+PGdseXBoIGQ9Ik0wIDUzM3EwIDI1IDE4IDQzdDQ0IDE4IDQyLTE4bDMwNS0zMDMgMzA0IDMwM3ExOCAxOCA0MyAxOHQ0My0xOCAxOC00My0xOC00M0w0MDkgOTkgMTggNDkwUTAgNTA5IDAgNTMzIiBnbHlwaC1uYW1lPSJkb3duLW9wZW4iIGhvcml6LWFkdi14PSI4MTcuNCIgdW5pY29kZT0i74CEIi8+PC9mb250PjwvZGVmcz48L3N2Zz4=#fontello) format("svg")
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: latter-icons;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    font-variant: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    width: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-plus:before {
    content: ""
}

.icon-minus:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-ok:before {
    content: ""
}

.icon-cancel:before {
    content: ""
}

.icon-down-open:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-star-2:before {
    content: ""
}

.icon-star-circled:before {
    content: ""
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2")
}

.vAll-button {
    background-color: var(--button-bg);
    border-radius: var(--button-radius);
    color: var(--button-color);
    display: block;
    font-family: var(--font-2);
    font-size: 16px;
    font-weight: 600;
    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;
    width: 100%
}

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

.vAll-button:has(svg) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.vAll-button:has(svg) svg {
    color: inherit;
    height: 20px;
    width: 20px
}

.vAll-button_secondary {
    background-color: transparent;
    border-radius: var(--button-radius);
    color: var(--text-main);
    display: block;
    font-family: var(--font-2);
    font-size: 16px;
    font-weight: 600;
    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;
    width: 100%
}

.vAll-button_secondary:disabled {
    background: var(--button-disable-bg);
    color: var(--button-disable-color);
    pointer-events: none
}

.vAll-button_secondary:has(svg) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.vAll-button_secondary:has(svg) svg {
    color: inherit;
    height: 20px;
    width: 20px
}

.section__title {
    color: var(--text-main);
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    -webkit-text-decoration: underline 3px var(--theme-color);
    text-decoration: underline 3px var(--theme-color);
    text-underline-offset: 8px;
    width: 100%
}

.section__title_center {
    text-align: center
}

.section__title-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-main);
    gap: 16px
}

.section__title-logo__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    width: 25px
}

.section__title-logo__text {
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    -webkit-text-decoration: underline 3px var(--theme-color);
    text-decoration: underline 3px var(--theme-color);
    text-underline-offset: 8px
}

h1.section__title,
h1.section__title-logo__text {
    font-size: 36px;
    font-weight: 700;
    line-height: 120%
}

h2.section__title,
h2.section__title-logo__text {
    font-size: 30px;
    font-weight: 700;
    line-height: 130%
}

h3.section__title,
h3.section__title-logo__text {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%
}

h4.section__title,
h4.section__title-logo__text {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%
}

h5.section__title,
h5.section__title-logo__text {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%
}

h6.section__title,
h6.section__title-logo__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%
}

.horizontal-wrapper {
    overflow: auto;
    width: 100%
}

.horizontal-wrapper::-webkit-scrollbar {
    background-color: var(--theme-secondary-color);
    border-radius: 6px;
    height: 4px;
    width: 4px
}

.horizontal-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
    border-radius: 6px;
    cursor: pointer
}

nav.langs-subdir-nav>ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 12px;
    list-style: none
}

nav.langs-subdir-nav>ul,
nav.langs-subdir-nav>ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

nav.langs-subdir-nav>ul li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

nav.langs-subdir-nav>ul li:before {
    content: none !important
}

nav.langs-subdir-nav>ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

nav.langs-subdir-nav>ul li a img {
    height: auto;
    width: 32px
}

.v6-breadcrumbs {
    color: var(--heroscreen-breadcrumbs-color)
}

.v6-breadcrumbs__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none
}

.v6-breadcrumbs__item:not(:last-child),
.v6-breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.v6-breadcrumbs__item:not(:last-child):after {
    content: "›";
    font-size: 20px;
    height: 24px;
    text-align: center;
    vertical-align: center;
    width: 20px
}

.v6-breadcrumbs__item-link {
    color: var(--heroscreen-breadcrumbs-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none
}

.v6-post-card {
    background-color: var(--card-bg);
    border-radius: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--text-main);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.v6-post-card__img {
    height: 180px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

.v6-post-card__info {
    padding: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 16px;
    justify-content: space-between
}

.v6-post-card__info,
.v6-post-card__info-data {
    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-post-card__info-data {
    gap: 8px
}

.v6-post-card__info-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%
}

.v6-post-card__info-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.v6-post-card__info-button {
    padding: 12px 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.v6-post-card__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.v6-post-card_horizontal {
    padding: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v6-post-card_horizontal .v6-post-card__img {
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    width: 160px
}

.v6-post-card_horizontal .v6-post-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    width: 100%
}

.v6-post-card_horizontal .v6-post-card__info-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-post-card_horizontal .v6-post-card__info-button {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.v6-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--text-main)
}

.v6-rating__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-right: 8px
}

.v6-rating__value {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-right: 2px
}

.v6-rating__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --percent: calc(20%*var(--rating, 5));
    background: -webkit-gradient(linear, left top, right top, from(var(--accent-lighten-1)), to(var(--grey-lighten-3)));
    background: linear-gradient(90deg, var(--accent-lighten-1) var(--percent), var(--grey-lighten-3) var(--percent));
    -webkit-background-clip: text;
    background-clip: text
}

.v6-rating__stars i {
    -webkit-text-fill-color: transparent;
    height: auto;
    width: 20px
}

.v6-rating__stars i:before {
    font-size: 20px;
    height: 20px;
    width: 20px
}

.v6-bonus {
    background: var(--card-bg);
    border-radius: 24px;
    color: var(--heroscreen-bonus-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    -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: 16px
}

.v6-bonus__img {
    -ms-flex-negative: 0;
    background: var(--contrast-bg);
    border-radius: 50%;
    color: var(--contrast-color);
    flex-shrink: 0;
    height: 48px;
    padding: 12px;
    width: 48px
}

.v6-bonus__img svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.v6-bonus__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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    text-align: center
}

.v6-bonus__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%
}

.v6-bonus__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.v6-bonus__link {
    text-transform: capitalize
}

.v6-promocode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--white);
    border-radius: var(--button-radius);
    color: var(--black);
    gap: 8px;
    padding-left: 16px;
    width: 100%
}

.v6-promocode__value {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 0
}

.v6-promocode__value.vAll-promocode__value_copied {
    color: var(--button-disable-color)
}

.v6-promocode__btn {
    padding: 12px 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.v6-promocode__btn svg:last-child {
    display: none
}

.v6-promocode__btn.vAll-promocode__btn_copied {
    background: var(--button-disable-bg);
    color: var(--button-disable-color);
    pointer-events: none
}

.v6-promocode__btn.vAll-promocode__btn_copied svg:first-child {
    display: none
}

.v6-promocode__btn.vAll-promocode__btn_copied svg:last-child {
    display: block
}

.v6-screenshots__list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(var(--count, 5), 1fr);
    grid-template-rows: repeat(1, 1fr);
    width: 100%
}

.v6-screenshots__list a {
    display: contents
}

.v6-screenshots__list img {
    display: block;
    width: 100%;
    -ms-flex-negative: 0;
    border-radius: 16px;
    flex-shrink: 0;
    height: auto
}

.v6-screenshots__list:has(a:nth-child(n+6)),
.v6-screenshots__list:has(img:nth-child(n+6)) {
    cursor: -webkit-grab;
    cursor: grab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 16px
}

.v6-screenshots__list:has(a:nth-child(n+6)) img,
.v6-screenshots__list:has(img:nth-child(n+6)) img {
    width: calc(20% - 12.8px)
}

.v6-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    width: 100%
}

.v6-features__cons,
.v6-features__pros {
    background-color: var(--card-bg);
    border-radius: 16px;
    color: var(--text-main);
    max-width: 324px;
    padding: 16px;
    width: 100%
}

.v6-features__cons-header,
.v6-features__pros-header {
    border-bottom: 1px solid var(--line-secondary);
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.v6-features__cons-list,
.v6-features__pros-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 24px
}

.v6-features__cons-list__item,
.v6-features__pros-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    gap: 4px;
    line-height: 150%
}

.v6-features__cons-list__item:before,
.v6-features__pros-list__item:before {
    border-radius: 50%;
    font-family: latter-icons;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    top: 3px;
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.v6-features__pros-list__item:before {
    color: #57cf2d;
    content: var(--check-icon);
    font-size: 14px
}

.v6-features__cons-list__item:before {
    color: #f04d92;
    content: ""
}

.v6-quick-links {
    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: 16px
}

.v6-quick-links__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 16px
}

.v6-quick-link,
.v6-quick-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v6-quick-link {
    background: var(--card-bg);
    border-radius: 24px;
    color: var(--text-mains);
    font-weight: 400;
    gap: 8px;
    padding: 0;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.v6-quick-link,
.v6-quick-link__img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.v6-quick-link__img {
    background: var(--contrast-bg);
    height: 42px;
    width: 42px;
    -ms-flex-negative: 0;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    padding: 3px
}

.v6-quick-link__img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.v6-quick-link__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.v6-quick-link__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    width: 100%
}

.v6-quick-link__title-wrapper:has(svg) .v6-quick-link__title-wrapper {
    padding: 8px 12px
}

.v6-quick-link:has(.v6-quick-link__img):not(:has(svg)) .v6-quick-link__title-wrapper {
    padding: 8px 12px 8px 0
}

.v6-quick-link:has(svg):not(:has(.v6-quick-link__img)) .v6-quick-link__title-wrapper {
    padding: 8px 8px 8px 12px
}

.v6-quick-link:has(.v6-quick-link__img):has(svg) .v6-quick-link__title-wrapper {
    padding: 8px
}

.v6-brand-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--contrast-bg);
    border-radius: 48px;
    gap: 12px;
    padding: 4px 16px 4px 4px
}

.v6-brand-feature__img {
    -ms-flex-negative: 0;
    background: var(--contrast-bg);
    border-radius: 50%;
    color: var(--contrast-color);
    flex-shrink: 0;
    height: 32px;
    padding: 8px;
    width: 32px
}

.v6-brand-feature__img img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.v6-brand-feature__title {
    color: var(--heroscreen-main-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

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

.v6-author-about .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-author-about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.v6-author-about__img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    height: auto;
    max-width: 288px;
    overflow: hidden;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

.v6-author-about__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: 32px
}

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

.v6-author-about .text-block {
    color: var(--heroscreen-secondary-color)
}

.v6-author-about .text-block a {
    color: var(--heroscreen-links-color)
}

.v6-author-about__sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.v6-author-about__sm__link {
    background-color: var(--heroscreen-button-bg);
    border-radius: 50%;
    color: var(--heroscreen-button-color);
    font-family: var(--font-2);
    height: 40px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color, color .3s ease-in-out;
    transition: background-color, color .3s ease-in-out;
    width: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

.v6-author-about__sm__link svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

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

.v6-posts .container {
    gap: 32px
}

.v6-posts .container,
.v6-posts__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
}

.v6-posts__info {
    gap: 24px
}

.v6-posts__list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr)
}

.v6-posts__more-btn {
    background: transparent;
    border: 2px solid var(--line-main);
    border-radius: var(--button-radius);
    color: var(--text-main);
    display: block;
    font-family: var(--font-2);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin: -8px auto 0;
    min-width: 160px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color, color .3s ease-in-out;
    transition: background-color, color .3s ease-in-out;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

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

.v6-posts__more-btn svg {
    color: inherit;
    height: 20px;
    width: 20px
}

body:has(.v6-header) {
    overflow-x: hidden
}

.v6-header {
    background: var(--header-bg);
    padding: 24px 0 0
}

.v6-header__panel-bonuses {
    position: relative
}

.v6-header__panel-bonuses_mobile {
    display: none;
    margin-left: auto
}

.v6-header__panel-bonuses-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--header-button-bg);
    border-radius: 48px;
    color: var(--header-button-color);
    cursor: pointer;
    gap: 8px;
    overflow: hidden;
    padding: 8px 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.v6-header__panel-bonuses-btn__dropdown {
    color: inherit;
    height: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 20px
}

.v6-header__panel-bonuses-btn__dropdown svg {
    height: 20px;
    width: 20px
}

.v6-header__panel-bonuses-btn__dropdown_active {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.v6-header__panel-bonuses-btn__ico {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--header-button-color);
    display: block;
    height: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 20px
}

.v6-header__panel-bonuses-btn__ico svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.v6-header__panel-bonuses-content {
    border-radius: 8px;
    -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);
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(100% + 21px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 360px;
    z-index: 101
}

.v6-header__panel-bonuses-content .v6-claim-bonus {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: var(--header-button-bg);
    gap: 8px;
    justify-content: space-between;
    padding: 12px;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.v6-header__panel-bonuses-content .v6-claim-bonus,
.v6-header__panel-bonuses-content .v6-claim-bonus__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v6-header__panel-bonuses-content .v6-claim-bonus__logo {
    -ms-flex-negative: 0;
    background: var(--white);
    border-radius: 8px;
    flex-shrink: 0;
    height: 40px;
    padding: 4px;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.v6-header__panel-bonuses-content .v6-claim-bonus__logo img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.v6-header__panel-bonuses-content .v6-claim-bonus__description {
    color: var(--header-button-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.v6-header__panel-bonuses-content .v6-claim-bonus__link {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    -ms-flex-negative: 0;
    background: var(--header-button-color);
    border-radius: 48px;
    color: var(--header-button-bg);
    flex-shrink: 0;
    padding: 8px 12px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.v6-header__panel-bonuses-content_visible {
    opacity: 1;
    visibility: visible
}

.v6-header_sticky {
    bottom: 0;
    position: sticky;
    top: 0;
    z-index: 100
}

.v6-header .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-header__info {
    display: contents
}

.v6-header__logo {
    -ms-flex-negative: 0;
    color: var(--header-text);
    display: block;
    flex-shrink: 0;
    height: auto;
    width: var(--logo-width, 120px)
}

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

.v6-header__burger {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
    height: 20px;
    outline: none;
    position: relative;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    width: 20px
}

.v6-header__burger span {
    background-color: var(--h-menu-burger, var(--header-text));
    height: 2px;
    position: absolute;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    width: 14px
}

.v6-header__burger span:before {
    top: -5px
}

.v6-header__burger span:after,
.v6-header__burger span:before {
    background-color: var(--h-menu-burger, var(--header-text));
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition: top .25s .25s, -webkit-transform .25s;
    transition: top .25s .25s, -webkit-transform .25s;
    transition: transform .25s, top .25s .25s;
    transition: transform .25s, top .25s .25s, -webkit-transform .25s;
    width: 14px
}

.v6-header__burger span:after {
    top: 5px
}

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

.v6-header__burger[data-state=open] span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top .25s, -webkit-transform .25s .25s;
    transition: top .25s, -webkit-transform .25s .25s;
    transition: top .25s, transform .25s .25s;
    transition: top .25s, transform .25s .25s, -webkit-transform .25s .25s
}

.v6-header__burger[data-state=open] span:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .4s, -webkit-transform .25s .25s;
    transition: top .4s, -webkit-transform .25s .25s;
    transition: top .4s, transform .25s .25s;
    transition: top .4s, transform .25s .25s, -webkit-transform .25s .25s
}

.v6-header__download {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%
}

.v6-header__download,
.v6-header__download-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v6-header__download-button {
    background-color: var(--header-button-bg);
    border-radius: var(--header-button-radius);
    color: var(--header-button-color);
    font-family: var(--font-2);
    font-size: 16px;
    font-weight: 700;
    gap: 4px;
    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;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

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

.v6-header__download-button svg {
    height: 20px;
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.v6-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--header-bg);
    color: var(--h-menu-item-text, var(--header-text));
    gap: 24px;
    padding: 24px 48px;
    width: 100%
}

.v6-header__menu[data-state=open] {
    opacity: 1;
    visibility: visible
}

.v6-header__menu-list {
    list-style: none
}

.v6-header__menu-list_depth-0 {
    display: contents;
    width: 100%
}

.v6-header__menu-list_depth-1 {
    background: var(--button-bg);
    opacity: 0;
    position: absolute;
    top: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 240px;
    z-index: 101
}

.v6-header__menu-item {
    position: relative
}

.v6-header__menu-item_parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.v6-header__menu-item__link {
    color: inherit;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.v6-header__menu-item__btn {
    background-color: transparent;
    border: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    outline: none;
    text-align: right
}

.v6-header__menu-item__btn:after {
    color: inherit;
    content: "";
    display: block;
    font-family: latter-icons;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 20px
}

.v6-header__menu-language {
    color: var(--h-menu-item-text, var(--header-text));
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.v6-header__menu-language__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    color: var(--h-menu-item-text, var(--header-text));
    cursor: pointer;
    gap: 4px;
    outline: none
}

.v6-header__menu-language__btn-flag {
    height: 20px;
    width: 20px
}

.v6-header__menu-language__btn-flag svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.v6-header__menu-language__btn-dropdown-ico {
    height: 20px;
    position: relative;
    width: 20px
}

.v6-header__menu-language__btn-dropdown-ico:after {
    content: "";
    font-family: latter-icons;
    font-size: 13px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.v6-header__menu-language__btn-value {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-header__menu-language__list {
    background: var(--button-bg);
    border-radius: 8px;
    -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);
    left: 0;
    min-width: 100px;
    opacity: 0;
    position: absolute;
    top: 42px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.v6-header__menu-language__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--h-menu-s-item-text);
    cursor: pointer;
    gap: 4px;
    padding: 16px;
    position: relative;
    width: 100%
}

.v6-header__menu-language__item_header {
    color: inherit;
    cursor: pointer;
    font-size: 20px;
    line-height: 140%;
    list-style: none;
    position: relative;
    text-align: center;
    z-index: 101
}

.v6-header__menu-language__item_header:before {
    color: var(--header-text-hover);
    content: "";
    display: block;
    font-family: latter-icons;
    font-size: 12px;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 6px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 20px
}

.v6-header__menu-language__item_header:after {
    color: var(--header-text-hover);
    content: "Back";
    display: block;
    font-size: 16px;
    font-weight: 400;
    left: 30px;
    line-height: 150%;
    position: absolute;
    top: 4px
}

.v6-header__menu-language__item-flag {
    height: 27px;
    width: 40px
}

.v6-header__menu-language__item-flag__img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.v6-header__menu-language__item-value {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-header__menu-language__item-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.v6-header__menu-language__flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.v6-header__menu-language__flags .v6-header__menu-language__item {
    margin: 0;
    padding: 0;
    width: auto
}

.v6-header__menu-language__flags .v6-header__menu-language__item:not(:first-child) {
    margin: 0
}

.v6-header__menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.v6-header #login-button_mobile {
    display: none
}

.v6-header #login-button {
    display: block
}

ol:not([class]),
ul:not([class]) {
    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;
    list-style: none
}

ol:not([class]) li,
ul:not([class]) li {
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

ol:not([class]) ol,
ol:not([class]) ul,
ul:not([class]) ol,
ul:not([class]) ul {
    padding-left: 16px
}

ul:not([class]) li:before {
    background: var(--theme-color);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 8px;
    position: relative;
    top: 2px;
    width: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

ol:not([class]) {
    counter-reset: li
}

ol:not([class]) li:before {
    content: counter(li) ".";
    counter-increment: li;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-right: 8px
}

ol ol:not([class]),
ol ul:not([class]) {
    list-style-position: inside;
    list-style-type: lower-alpha;
    padding-left: 16px
}

ol ol:not([class]) li:before,
ol ul:not([class]) li:before {
    display: none
}

.v6-to-top {
    bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    opacity: 0;
    position: fixed;
    right: 24px;
    visibility: hidden;
    width: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--button-bg);
    border-radius: 16px;
    color: var(--button-color);
    font-family: var(--font-2);
    padding: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color, color .3s ease-in-out;
    transition: background-color, color .3s ease-in-out;
    z-index: 100
}

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

.v6-to-top svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.v6-download {
    bottom: 0;
    display: none;
    left: 0;
    padding: 10px;
    position: fixed;
    width: calc(var(--vw, 1vw)*100);
    z-index: 100
}

.v6-download__card {
    background: var(--contrast-bg);
    border-radius: 8px;
    color: var(--contrast-color);
    padding: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.v6-download__card,
.v6-download__card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.v6-download__card-logo {
    background-color: var(--white);
    border-radius: 8px;
    height: 32px;
    overflow: hidden;
    padding: 3px;
    width: 32px
}

.v6-download__card-logo__img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.v6-download__card-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: 4px
}

.v6-download__card-info__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 150%
}

.v6-download__card-info__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px
}

.v6-download__card-info__rating__value {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.v6-download__card-info__rating i {
    height: auto;
    width: 16px;
    -webkit-text-fill-color: unset
}

.v6-download__card-info__rating i:before {
    font-size: 16px;
    height: 16px;
    width: 16px
}

.v6-download__card-icon {
    background: var(--secondary-button-color);
    border-radius: 48px;
    color: var(--secondary-button-bg);
    padding: 8px 12px
}

.v6-download__card-icon svg {
    display: block;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 20px
}

.v6-download__card-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

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

.v6-comments .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-comments .container>* {
    max-width: 804px;
    width: 100%
}

.v6-comments__success {
    width: 100%
}

.v6-comments__success-message {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
    padding: 0 8px;
    text-align: center
}

.v6-comments__success-message:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%2357CF2D' d='m8.938 11.375-1.25-1.23a.72.72 0 0 0-.521-.228.72.72 0 0 0-.521.229.73.73 0 0 0 0 1.062l1.77 1.771q.23.23.521.23a.72.72 0 0 0 .521-.23l3.896-3.896a.73.73 0 0 0 0-1.062.72.72 0 0 0-.52-.23.72.72 0 0 0-.521.23zM10 18.5a7.8 7.8 0 0 1-3.104-.625 8.1 8.1 0 0 1-2.552-1.719 8.1 8.1 0 0 1-1.719-2.552A7.8 7.8 0 0 1 2 10.5q0-1.667.625-3.115a8.06 8.06 0 0 1 4.27-4.26A7.8 7.8 0 0 1 10 2.5q1.667 0 3.115.625a8.1 8.1 0 0 1 4.26 4.26Q18 8.834 18 10.5a7.8 7.8 0 0 1-.625 3.104 8.06 8.06 0 0 1-4.26 4.271A7.8 7.8 0 0 1 10 18.5'/%3E%3C/svg%3E") 50%/cover no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 5px;
    width: 20px
}

.v6-comments__form {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    width: 100%
}

.v6-comments__form-error-message {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 400;
    grid-column: 1/3;
    line-height: 150%;
    padding: 0 8px
}

.v6-comments__form-error-message:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23F04D92' d='M9.996 14.5q.316 0 .535-.214a.7.7 0 0 0 .219-.532.74.74 0 0 0-.214-.535.7.7 0 0 0-.532-.219.74.74 0 0 0-.535.214.7.7 0 0 0-.219.532q0 .316.214.535t.532.219m0-3q.316 0 .535-.216a.72.72 0 0 0 .219-.534v-3.5a.73.73 0 0 0-.214-.534.72.72 0 0 0-.532-.216.73.73 0 0 0-.535.216.72.72 0 0 0-.219.534v3.5q0 .319.214.534a.72.72 0 0 0 .532.216m.01 7a7.8 7.8 0 0 1-3.11-.625 8.1 8.1 0 0 1-2.552-1.719 8.1 8.1 0 0 1-1.719-2.551A7.8 7.8 0 0 1 2 10.49q0-1.657.625-3.105a8.07 8.07 0 0 1 4.27-4.26A7.8 7.8 0 0 1 10.01 2.5a7.75 7.75 0 0 1 3.105.625q1.447.625 2.541 1.719a8.1 8.1 0 0 1 1.719 2.546A7.8 7.8 0 0 1 18 10.494a7.8 7.8 0 0 1-.625 3.11 8.1 8.1 0 0 1-1.719 2.552 8.1 8.1 0 0 1-2.546 1.719 7.8 7.8 0 0 1-3.104.625'/%3E%3C/svg%3E") 50%/cover no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 5px;
    width: 20px
}

.v6-comments__form-item {
    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: 8px
}

.v6-comments__form-item.vAll-comments__form-item_invalid .v6-comments__form-input,
.v6-comments__form-item.vAll-comments__form-item_invalid .v6-comments__form-textarea {
    border-color: #f04d92 !important;
    color: #f04d92 !important
}

.v6-comments__form-item.vAll-comments__form-item_invalid .v6-comments__form-error {
    display: block
}

.v6-comments__form-item:has(.v6-comments__form-textarea) {
    grid-column: 1/3
}

.v6-comments__form-error {
    color: var(--text-secondary);
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.v6-comments__form-error:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cmask id='a' width='16' height='16' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 0h16v16H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Ccircle cx='8' cy='8' r='6.667' fill='%23fff'/%3E%3Cpath fill='%23FF346D' d='M8 11.334a.65.65 0 0 0 .475-.192.65.65 0 0 0 .192-.475.65.65 0 0 0-.192-.475A.65.65 0 0 0 8 10a.65.65 0 0 0-.475.192.65.65 0 0 0-.192.475q0 .283.192.475a.65.65 0 0 0 .475.192m0-2.667a.65.65 0 0 0 .475-.192A.65.65 0 0 0 8.667 8V5.334a.65.65 0 0 0-.192-.475A.65.65 0 0 0 8 4.667a.65.65 0 0 0-.475.192.65.65 0 0 0-.192.474V8q0 .283.192.475A.65.65 0 0 0 8 8.667m0 6a6.5 6.5 0 0 1-2.6-.525 6.7 6.7 0 0 1-2.117-1.425A6.7 6.7 0 0 1 1.858 10.6 6.5 6.5 0 0 1 1.333 8q0-1.383.525-2.6a6.7 6.7 0 0 1 1.425-2.117q.9-.9 2.117-1.424A6.5 6.5 0 0 1 8 1.333q1.383 0 2.6.526 1.217.525 2.117 1.425T14.142 5.4t.525 2.6-.525 2.6a6.7 6.7 0 0 1-1.425 2.117q-.9.9-2.117 1.425a6.5 6.5 0 0 1-2.6.525'/%3E%3C/g%3E%3C/svg%3E") 50%/cover no-repeat;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 4px;
    position: relative;
    top: 5px;
    width: 20px
}

.v6-comments__form-input,
.v6-comments__form-textarea {
    background-color: var(--card-bg);
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--text-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    outline: none;
    padding: 12px 16px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 100%
}

.v6-comments__form-input::-webkit-input-placeholder,
.v6-comments__form-textarea::-webkit-input-placeholder {
    color: var(--text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-comments__form-input::-moz-placeholder,
.v6-comments__form-textarea::-moz-placeholder {
    color: var(--text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-comments__form-input:-ms-input-placeholder,
.v6-comments__form-textarea:-ms-input-placeholder {
    color: var(--text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-comments__form-input::-ms-input-placeholder,
.v6-comments__form-textarea::-ms-input-placeholder {
    color: var(--text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-comments__form-input::placeholder,
.v6-comments__form-textarea::placeholder {
    color: var(--text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-comments__form-input:active,
.v6-comments__form-input:focus,
.v6-comments__form-textarea:active,
.v6-comments__form-textarea:focus {
    border-color: var(--line-main)
}

.v6-comments__form-input:active::-webkit-input-placeholder,
.v6-comments__form-input:focus::-webkit-input-placeholder,
.v6-comments__form-textarea:active::-webkit-input-placeholder,
.v6-comments__form-textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.v6-comments__form-input:active::-moz-placeholder,
.v6-comments__form-input:focus::-moz-placeholder,
.v6-comments__form-textarea:active::-moz-placeholder,
.v6-comments__form-textarea:focus::-moz-placeholder {
    color: transparent
}

.v6-comments__form-input:active:-ms-input-placeholder,
.v6-comments__form-input:focus:-ms-input-placeholder,
.v6-comments__form-textarea:active:-ms-input-placeholder,
.v6-comments__form-textarea:focus:-ms-input-placeholder {
    color: transparent
}

.v6-comments__form-input:active::-ms-input-placeholder,
.v6-comments__form-input:focus::-ms-input-placeholder,
.v6-comments__form-textarea:active::-ms-input-placeholder,
.v6-comments__form-textarea:focus::-ms-input-placeholder {
    color: transparent
}

.v6-comments__form-input:active::placeholder,
.v6-comments__form-input:focus::placeholder,
.v6-comments__form-textarea:active::placeholder,
.v6-comments__form-textarea:focus::placeholder {
    color: transparent
}

.v6-comments__form-input:not(:-moz-placeholder-shown, :focus),
.v6-comments__form-textarea:not(:-moz-placeholder-shown, :focus) {
    border-color: #57cf2d;
    color: #57cf2d
}

.v6-comments__form-input:not(:-ms-input-placeholder, :focus),
.v6-comments__form-textarea:not(:-ms-input-placeholder, :focus) {
    border-color: #57cf2d;
    color: #57cf2d
}

.v6-comments__form-input:not(:placeholder-shown, :focus),
.v6-comments__form-textarea:not(:placeholder-shown, :focus) {
    border-color: #57cf2d;
    color: #57cf2d
}

.v6-comments__form-textarea {
    border-radius: 16px;
    font-family: Arial, sans-serif;
    resize: none
}

.v6-comments__form-button {
    grid-column: 1/3;
    margin-top: -8px;
    min-width: 160px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.v6-comments__list {
    gap: 48px;
    margin-top: 24px
}

.v6-comment,
.v6-comments__list {
    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
}

.v6-comment {
    color: var(--text-main);
    gap: 8px
}

.v6-comment__wrapper {
    gap: 16px
}

.v6-comment__avatar,
.v6-comment__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v6-comment__avatar {
    height: 48px;
    width: 48px;
    -ms-flex-negative: 0;
    background: var(--contrast-bg);
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.v6-comment__avatar img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.v6-comment__avatar-initials {
    color: var(--contrast-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 130%
}

.v6-comment__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: 4px
}

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

.v6-comment__info-date {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap
}

.v6-comment__content {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-comment_answer {
    margin-top: -16px;
    padding-left: 24px
}

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

.v6-author .container {
    -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;
    gap: 24px;
    justify-content: center
}

.v6-author .container,
.v6-author__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.v6-author__card {
    background-color: var(--card-bg);
    border-radius: 24px;
    gap: 16px;
    max-width: 560px;
    padding: 24px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.v6-author__card-img {
    -ms-flex-negative: 0;
    border-radius: 50%;
    flex-shrink: 0;
    height: 80px;
    overflow: hidden;
    width: 80px
}

.v6-author__card-img__content {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.v6-author__card-info__title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px
}

.v6-author__card-info__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-author__card-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.v6-404 {
    color: var(--text-main);
    padding: 48px 0
}

.v6-404 .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: 32px
}

.v6-404 .container>:not(.v6-404__button) {
    max-width: 656px;
    width: 100%
}

.v6-404__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: 16px;
    text-align: center
}

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

.v6-404__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-404__button {
    max-width: 656px;
    min-width: 304px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.v6-404 .v6-bonus {
    width: 100%
}

.v6-top-table {
    border-collapse: separate;
    border-spacing: 0;
    height: 100%;
    table-layout: fixed;
    width: 100%
}

.v6-top-table thead tr {
    background: var(--thead-bg, var(--contrast-bg));
    clip-path: inset(0 0 0 0 round 8px);
    color: var(--thead-text, var(--contrast-color))
}

.v6-top-table tr {
    background: var(--trow-bg, var(--white));
    clip-path: inset(0 0 0 0 round 8px);
    color: var(--trow-text, var(--text-main))
}

.v6-top-table tr:nth-child(2n) {
    background: var(--trow-secondary-bg, var(--card-bg));
    color: var(--trow-secondary-text, var(--text-main))
}

.v6-top-table tr td,
.v6-top-table tr th {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 16px 8px;
    text-align: left
}

.v6-top-table tr td:first-child,
.v6-top-table tr th:first-child {
    padding-left: 16px
}

.v6-top-table tr td:last-child,
.v6-top-table tr th:last-child {
    padding-right: 16px
}

.v6-footer {
    background-color: var(--footer-bg);
    color: var(--footer-text-main);
    padding: 32px 0
}

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

.v6-footer .container,
.v6-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.v6-footer__info-dmca {
    height: 43px;
    margin-top: 8px;
    position: relative;
    width: 110px
}

.v6-footer__info-dmca-img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.v6-footer__info-dmca__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.v6-footer__info-age-limit {
    color: var(--footer-text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-footer__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    width: var(--logo-width, 198px)
}

.v6-footer__logo img {
    color: var(--footer-text-main);
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.v6-footer__links-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.v6-footer__links-sm__item {
    background-color: var(--footer-button-secondary-bg);
    border-radius: 50%;
    color: var(--footer-button-secondary-color);
    font-family: var(--font-2);
    height: 40px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color, color .3s ease-in-out;
    transition: background-color, color .3s ease-in-out;
    width: 40px
}

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

.v6-footer__links-sm__item svg {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.v6-footer__content-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 1px solid var(--line-secondary);
    gap: 24px;
    justify-content: space-between;
    padding-top: 24px
}

.v6-footer__content,
.v6-footer__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.v6-footer__content {
    gap: 80px
}

.v6-footer__menu {
    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-footer__menu-title {
    color: var(--footer-text-main);
    font-size: 20px;
    font-weight: 400;
    line-height: 140%
}

.v6-footer__menu-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: 24px;
    list-style: none
}

.v6-footer__menu-list__item-link {
    display: block;
    text-decoration: none
}

.v6-footer__menu-list__item-link,
.v6-footer__other {
    color: var(--footer-text-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.v6-footer__other {
    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-footer__other-text {
    color: inherit
}

.v6-footer__app-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    gap: 16px;
    max-width: 265px
}

.v6-footer__app-button,
.v6-footer__app-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.v6-footer__app-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--footer-button-main-bg);
    border-radius: var(--footer-button-radius);
    color: var(--footer-button-main-color);
    font-family: var(--font-2);
    font-size: 16px;
    gap: 8px;
    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-footer__app-button:disabled {
    background: var(--button-disable-bg);
    color: var(--button-disable-color);
    pointer-events: none
}

@media (width >=1000px) {
    .v6-header__menu-list_depth-1>.v6-header__menu-item:hover {
        color: var(--h-menu-s-item-text-hover)
    }

    .v6-header__menu-list_depth-1>.v6-header__menu-item {
        background: transparent;
        color: var(--h-menu-s-item-text);
        padding: 16px
    }
}

@media (width >=1001px) {
    .v6-header__menu-language[data-state=open] .v6-header__menu-language__btn-dropdown-ico {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .v6-header__menu-language__item_header {
        display: none
    }
}

@media (max-width:1024px) {
    .v6-posts__list {
        grid-template-columns: repeat(3, 1fr)
    }

    .v6-header__panel-bonuses-btn__text {
        display: none
    }

    .v6-footer {
        padding: 16px 0
    }

    .v6-footer__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (width <=1024px) {
    :root {
        --offsets: 30px
    }
}

@media (max-width:1000px) {
    .v6-header__menu-list_depth-1>.v6-header__menu-item:hover .v6-header__menu-item__link {
        color: var(--header-text-hover)
    }

    .v6-header__menu-item:hover>.v6-header__menu-item__btn,
    .v6-header__menu-language:hover .v6-header__menu-language__btn-dropdown-ico {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .v6-header {
        padding: 16px;
        position: relative;
        z-index: 101
    }

    .v6-header__panel-bonuses_desktop {
        display: none
    }

    .v6-header__panel-bonuses_mobile {
        display: block
    }

    .v6-header .container {
        gap: 16px;
        padding: 0
    }

    .v6-header__info {
        width: 100%;
        -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-header__burger,
    .v6-header__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .v6-header__menu {
        background: var(--header-bg);
        height: calc(var(--vh, 1vh)*100 - var(--header-height));
        left: 0;
        opacity: 0;
        position: absolute;
        top: 100%;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        visibility: hidden;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow: hidden auto;
        padding: 16px
    }

    .v6-header__menu::-webkit-scrollbar {
        background-color: var(--theme-secondary-color);
        border-radius: 6px;
        height: 4px;
        width: 4px
    }

    .v6-header__menu::-webkit-scrollbar-thumb {
        background-color: var(--theme-color);
        border-radius: 6px;
        cursor: pointer
    }

    .v6-header__menu-list_depth-1 {
        background: var(--h-menu-item-bg);
        height: 100%;
        left: -100%;
        opacity: 1;
        overflow-y: auto;
        padding: 16px;
        top: 0;
        -webkit-transition: left .3s ease-in-out;
        transition: left .3s ease-in-out;
        visibility: visible;
        width: 100%
    }

    .v6-header__menu-list_depth-1>.v6-header__menu-item_parent[data-state=open] .v6-header__menu-item__btn:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .v6-header__menu-list_depth-1>.v6-header__menu-item_header {
        cursor: pointer;
        font-size: 20px;
        line-height: 140%;
        position: relative
    }

    .v6-header__menu-list_depth-1>.v6-header__menu-item_header:before {
        color: var(--h-menu-back-text, var(--header-text-hover));
        content: "";
        display: block;
        font-family: latter-icons;
        font-size: 12px;
        height: 20px;
        left: 0;
        line-height: 20px;
        position: absolute;
        text-align: center;
        top: 6px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 20px
    }

    .v6-header__menu-list_depth-1>.v6-header__menu-item_header:after {
        color: var(--h-menu-back-text, var(--header-text-hover));
        content: "Back";
        display: block;
        font-size: 16px;
        font-weight: 400;
        left: 30px;
        line-height: 150%;
        position: absolute;
        top: 4px
    }

    .v6-header__menu-list_depth-1>.v6-header__menu-item:not(:first-child) {
        color: var(--h-menu-s-item-text);
        margin-top: 24px
    }

    .v6-header__menu-item {
        position: static
    }

    .v6-header__menu-item_parent {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .v6-header__menu-item_parent[data-state=open]>.v6-header__menu-list_depth-1 {
        left: 0
    }

    .v6-header__menu-item_parent[data-state=open]>.v6-header__menu-list_depth-1:first-child {
        text-align: center
    }

    .v6-header__menu-item__btn {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .v6-header__menu-language {
        margin-top: auto;
        position: static;
        width: 100%
    }

    .v6-header__menu-language:has(.v6-header__menu-language__flags) {
        margin-top: 0
    }

    .v6-header__menu-language__btn-dropdown-ico {
        margin-left: auto;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .v6-header__menu-language__list {
        background: var(--h-menu-item-bg);
        border-radius: 0;
        height: 100%;
        left: -100%;
        opacity: 1;
        padding: 16px;
        top: 0;
        visibility: visible;
        width: 100%
    }

    .v6-header__menu-language__list[data-state=open] {
        left: 0
    }

    .v6-header__menu-language__item {
        padding: 0
    }

    .v6-header__menu-language__item:not(:first-child) {
        margin-top: 24px
    }

    .v6-header__menu-language__item-flag {
        height: 24px;
        width: 36px
    }

    .v6-header__menu-wrapper {
        display: contents
    }

    .v6-header #login-button_mobile {
        display: block
    }

    .v6-header #login-button {
        display: none
    }

    .v6-footer__content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .v6-footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }

    .v6-footer__menu,
    .v6-footer__menu-list {
        gap: 16px
    }
}

@media (max-width:1000px)and (max-width:1000px) {
    .v6-header__menu-list_depth-1>.v6-header__menu-item_header {
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

@media (max-width:920px) {
    .v6-to-top {
        border-radius: 8px;
        bottom: 76px;
        height: 40px;
        padding: 10px;
        right: 16px;
        width: 40px
    }

    .v6-download {
        display: block
    }
}

@media (max-width:900px) {
    .v6-header__panel-bonuses {
        position: static
    }

    .v6-header__panel-bonuses-content {
        top: 141px;
        width: 100%
    }
}

@media (max-width:800px) {
    .v6-post-card__img {
        height: 160px
    }

    .v6-posts__list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .text-block_center {
        text-align: left
    }

    .latter-page-update {
        padding: 8px 0
    }

    .section__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 130%;
        text-decoration: none
    }

    .section__title_center {
        text-align: left
    }

    .section__title-logo {
        gap: 8px
    }

    .section__title-logo__img {
        width: 19px
    }

    .section__title-logo__text {
        font-size: 24px;
        font-weight: 700;
        line-height: 130%;
        text-decoration: none
    }

    h1.section__title,
    h1.section__title-logo__text {
        font-size: 30px;
        font-weight: 700;
        line-height: 130%
    }

    h2.section__title,
    h2.section__title-logo__text {
        font-size: 24px;
        font-weight: 700;
        line-height: 130%
    }

    h3.section__title,
    h3.section__title-logo__text {
        font-size: 20px;
        font-weight: 700;
        line-height: 140%
    }

    h4.section__title,
    h4.section__title-logo__text {
        font-size: 18px;
        font-weight: 700;
        line-height: 150%
    }

    h5.section__title,
    h5.section__title-logo__text {
        font-size: 17px
    }

    .v6-screenshots__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        margin-bottom: 16px
    }

    .v6-screenshots__list img {
        border-radius: 8px;
        width: 204px
    }

    .v6-screenshots__list:has(a:nth-child(n+6)) img,
    .v6-screenshots__list:has(img:nth-child(n+6)) img {
        width: 204px
    }

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

    .v6-features__cons,
    .v6-features__pros {
        max-width: unset
    }

    .v6-brand-feature {
        width: 100%
    }

    .v6-author-about {
        padding: 24px 0
    }

    .v6-author-about .container {
        gap: 16px
    }

    .v6-author-about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        justify-items: center
    }

    .v6-author-about__info,
    .v6-author-about__name {
        gap: 24px
    }

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

    .v6-posts__more-btn {
        margin-top: 0
    }

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

    .v6-comments__form {
        gap: 8px;
        grid-template-columns: 1fr
    }

    .v6-comments__form-error-message {
        grid-column: unset;
        margin-top: 8px
    }

    .v6-comments__form-item:has(.v6-comments__form-textarea) {
        grid-column: unset
    }

    .v6-comments__form-button {
        grid-column: unset;
        margin-top: 0;
        width: 100%
    }

    .v6-comments__list {
        gap: 32px;
        margin-top: 16px
    }

    .v6-comment_answer {
        margin-top: -8px
    }

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

    .v6-author__card {
        border-radius: 16px;
        padding: 16px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .v6-author__card-img {
        height: 64px;
        width: 64px
    }

    .v6-404 {
        padding: 24px 0
    }

    .v6-404 .container {
        gap: 24px
    }

    .v6-404__info {
        text-align: left
    }

    .v6-404__button {
        width: 100%
    }

    .v6-top-table:has(td:nth-child(4)) thead {
        display: none
    }

    .v6-top-table:has(td:nth-child(4)) tbody {
        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
    }

    .v6-top-table:has(td:nth-child(4)) tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        background: var(--card-bg);
        border-radius: 8px;
        color: var(--text-main);
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        gap: 8px;
        padding: 16px
    }

    .v6-top-table:has(td:nth-child(4)) tr td {
        font-size: 20px;
        line-height: 140%;
        padding: 0
    }

    .v6-top-table:has(td:nth-child(4)) tr td:first-child {
        font-size: 24px;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 8px
    }

    .v6-top-table:has(td:nth-child(4)) tr td:not(:first-child) {
        padding: 8px
    }

    .v6-top-table:has(td:nth-child(4)) tr td .responsive-header {
        color: var(--text-secondary);
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 8px
    }
}

@media (width <=768px) {
    :root {
        --offsets: 16px
    }
}

@media (max-width:600px) {
    .v6-post-card_horizontal .v6-post-card__img {
        display: none
    }

    .v6-post-card_horizontal .v6-post-card__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .v6-post-card_horizontal .v6-post-card__info-description {
        font-size: 14px;
        font-weight: 400;
        line-height: 150%
    }

    .v6-post-card_horizontal .v6-post-card__info-button {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .v6-quick-link {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .v6-header__download {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
    }

    .v6-header__download-button {
        width: 100%
    }
}

@media (max-width:560px) {
    .v6-posts__list {
        grid-template-columns: repeat(1, 1fr)
    }

    .v6-posts__more-btn {
        width: 100%
    }
}

@media (max-width:550px) {
    .v6-footer__app-buttons {
        max-width: none
    }
}

@media not all and (pointer:coarse) {

    .vAll-button:hover,
    .vAll-button_secondary:hover {
        background-color: var(--button-hover-bg);
        color: var(--button-hover-color)
    }

    .v6-post-card:hover {
        -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)
    }

    .v6-post-card:hover .v6-post-card__info-button {
        background-color: var(--button-hover-bg);
        color: var(--button-hover-color)
    }

    .v6-quick-link:hover {
        background: var(--contrast-bg)
    }

    .v6-quick-link:hover .v6-quick-link__img {
        background: var(--card-bg)
    }

    .v6-quick-link:hover .v6-quick-link__title,
    .v6-quick-link:hover svg {
        color: var(--contrast-color)
    }

    .v6-author-about__sm__link:hover {
        background-color: var(--heroscreen-button-bg-hover);
        color: var(--heroscreen-button-color-hover)
    }

    .v6-posts__more-btn:hover {
        color: var(--text-secondary)
    }

    .v6-header__panel-bonuses-btn:hover,
    .v6-header__panel-bonuses-content .v6-claim-bonus:hover {
        background: var(--header-button-bg-hover)
    }

    .v6-header__panel-bonuses-content .v6-claim-bonus:hover .v6-claim-bonus__description {
        color: var(--header-button-color-hover)
    }

    .v6-header__panel-bonuses-content .v6-claim-bonus:hover .v6-claim-bonus__link,
    .v6-header__panel-bonuses-content .v6-claim-bonus__link:hover {
        background: var(--header-button-color-hover);
        color: var(--header-button-bg-hover)
    }

    .v6-header__download-button:hover {
        background-color: var(--header-button-bg-hover);
        color: var(--header-button-color-hover)
    }

    @media(width >=1000px) {
        .v6-header__menu-list_depth-1>.v6-header__menu-item:hover {
            color: var(--h-menu-s-item-text-hover)
        }
    }

    .v6-header__menu-list_depth-1>.v6-header__menu-item:hover .v6-header__menu-item__link {
        color: var(--button-hover-color)
    }

    @media(max-width:1000px) {
        .v6-header__menu-list_depth-1>.v6-header__menu-item:hover .v6-header__menu-item__link {
            color: var(--header-text-hover)
        }
    }

    .v6-header__menu-item_parent:hover {
        position: relative
    }

    .v6-header__menu-item_parent:hover:after {
        content: "";
        height: 30px;
        left: 0;
        position: absolute;
        top: 20px;
        width: 100%
    }

    .v6-header__menu-item_parent:hover>.v6-header__menu-list_depth-1 {
        background: var(--button-bg);
        border-radius: 8px;
        -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);
        opacity: 1;
        overflow: hidden;
        top: 42px;
        visibility: visible
    }

    .v6-header__menu-item_parent[data-state=open]>.v6-header__menu-list_depth-1 .v6-header__menu-item:hover {
        background: var(--header-bg)
    }

    .v6-header__menu-item:hover>.v6-header__menu-item__link {
        color: var(--h-menu-item-text-hover, var(--header-text-hover))
    }

    .v6-header__menu-item:hover>.v6-header__menu-item__btn {
        color: var(--header-text-hover);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    @media(max-width:1000px) {
        .v6-header__menu-item:hover>.v6-header__menu-item__btn {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }
    }

    .v6-header__menu-language:hover:after {
        content: "";
        height: 30px;
        left: 0;
        position: absolute;
        top: 20px;
        width: 100%
    }

    .v6-header__menu-language:hover .v6-header__menu-language__list {
        opacity: 1;
        overflow: hidden;
        visibility: visible
    }

    .v6-header__menu-language:hover .v6-header__menu-language__btn-flag svg,
    .v6-header__menu-language:hover .v6-header__menu-language__btn-value {
        color: var(--h-menu-item-text-hover, var(--header-text-hover))
    }

    .v6-header__menu-language:hover .v6-header__menu-language__btn-dropdown-ico {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .v6-header__menu-language:hover .v6-header__menu-language__btn-dropdown-ico:after {
        color: var(--h-menu-item-text-hover, var(--header-text-hover))
    }

    @media(max-width:1000px) {
        .v6-header__menu-language:hover .v6-header__menu-language__btn-dropdown-ico {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }
    }

    .v6-header__menu-language__item:hover,
    .v6-header__menu-language__item:hover .v6-header__menu-language__item-value {
        color: var(--h-menu-s-item-text-hover)
    }

    .v6-to-top:hover {
        background-color: var(--button-hover-bg);
        color: var(--button-hover-color)
    }

    .v6-author__card:hover {
        -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)
    }

    .v6-footer__links-sm__item:hover {
        background-color: var(--footer-button-secondary-bg-hover);
        color: var(--footer-button-secondary-color-hover)
    }

    .v6-footer__menu-list__item-link:hover {
        color: var(--theme-color)
    }

    .v6-footer__app-button:hover {
        background-color: var(--footer-button-main-bg-hover);
        color: var(--footer-button-main-color-hover)
    }
}