@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@font-face {
    font-family: "GT Eesti Display LC";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("GT Eesti Display LC Bd"), local("GTEestiDisplayLC-Bd"), url(../fonts/GT-Eesti-LC-Display-Bold.woff2) format("woff2"), url(../fonts/GT-Eesti-LC-Display-Bold.woff) format("woff");
}
@font-face {
    font-family: "Noah";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Noah Regular"), local("Noah-Regular"), url(../fonts/Noah-Regular.woff2) format("woff2"), url(../fonts/Noah-Regular.woff) format("woff");
}
@font-face {
    font-family: "Noah";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Noah Bold"), local("Noah-Bold"), url(../fonts/Noah-Bold.woff2) format("woff2"), url(../fonts/Noah-Bold.woff) format("woff");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Lato Regular"), local("Lato-Regular"), url(../fonts/Lato-Regular.woff2) format("woff2"), url(../fonts/Lato-Regular.woff) format("woff");
}
@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Lato Italic"), local("Lato-Italic"), url(../fonts/Lato-Italic.woff2) format("woff2"), url(../fonts/Lato-Italic.woff) format("woff");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Lato Semibold"), local("Lato-Semibold"), url(../fonts/Lato-Semibold.woff2) format("woff2"), url(../fonts/Lato-Semibold.woff) format("woff");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Lato Bold"), local("Lato-Bold"), url(../fonts/Lato-Bold.woff2) format("woff2"), url(../fonts/Lato-Bold.woff) format("woff");
}
h1 {
    font-weight: 700;
}
h2 {
    font-size: 1.5rem;
    line-height: 117%;
}
h4 {
    font-size: 0.75rem;
    line-height: 167%;
}
.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    white-space: nowrap;
}
.page,
h1 {
    font-family: "Lato", sans-serif;
}
.page {
    background-color: var(--background-color);
    color: var(--text-color);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
.page__body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}
.header {
    z-index: 15;
}
.page__body--index .header {
    --text-color: var(--color-white);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.page__body:not(.page__body--index) .header {
    background-color: var(--color-white);
}
.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header__logo {
    display: flex;
    width: 220px;
}
.header__side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 220px;
    margin-top: -2px;
}
.header__action {
    margin-top: -3px;
    margin-bottom: -5px;
}
.header__action a {
    display: block;
    padding: 4px 16px 6px;
    border: 1px solid var(--text-color);
    border-radius: 6px;
    color: var(--text-color);
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
.footer {
    background-color: var(--color-white);
}
.footer__container {
    display: flex;
}
.footer__copy {
    color: gray;
    font-size: 14px;
    line-height: 20px;
}
.footer__copy p {
    margin: 0;
}
.footer__copy p + p {
    margin-top: 1em;
}
.footer__side {
    display: flex;
}
.footer__links {
    margin-bottom: 20px;
}
.footer__link {
    display: block;
    text-decoration: none;
}
.banner {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition-property: opacity, visibility;
    transition-duration: 150ms;
}
.banner--visible {
    opacity: 1;
    visibility: visible;
}
.banner__box {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    max-width: 1152px;
    padding: 12px 24px;
    background-color: var(--color-white);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    box-shadow: 0 1px 1px rgb(0 0 0/3%), 0 2px 2px rgb(0 0 0/3%), 0 4px 4px rgb(0 0 0/3%), 0 6px 8px rgb(0 0 0/3%), 0 8px 16px rgb(0 0 0/3%);
}
.banner__text {
    letter-spacing: 0.01em;
    text-align: left;
}
.banner__text a {
    color: rgba(0, 0, 0, 0.5);
}
.social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social__link {
    padding: 10px;
    color: rgba(0, 0, 0, 0.38);
    transition-property: color;
    transition-duration: 150ms;
}
.social__link img {
    display: block;
}
.social__link:hover {
    color: rgba(0, 0, 0, 0.57);
    transition-duration: 50ms;
}
.social__link:last-child {
    padding-right: 0;
}
.social__icon {
    display: block;
}
.logo__link {
    display: flex;
}
.page__body--index .logo__link {
    color: var(--color-white);
}
.page__body:not(.page__body--index) .logo__link {
    color: var(--color-violet);
}
.logo__image {
    width: 111px;
    height: 30px;
}
.menu__link {
    position: relative;
    display: block;
    font-family: "Noah", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.6;
    text-decoration: none;
}
.menu__link[href] {
    color: var(--text-color);
}
.menu__link:not([href]) {
    box-shadow: 0 2px 0 currentColor;
    opacity: 0.38;
}
.menu__list--lang .menu__link[href]::after {
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    content: "";
}
.navigation,
.navigation__list {
    margin: -2px 0 0;
    padding: 0;
    list-style: none;
}
.navigation__list {
    display: flex;
    margin: -16px 0;
}
.navigation__item {
    position: relative;
}
.navigation__link {
    position: relative;
    display: block;
    padding: 16px;
    color: var(--text-color);
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}
.navigation__link:not(:only-child) {
    padding-right: 40px;
}
.navigation__link:not(:only-child)::after {
    position: absolute;
    top: 19px;
    right: 16px;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13 6l-5 5-5-5" stroke="%23333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    transition-property: transform;
    transition-duration: 150ms;
    content: "";
}
.page__body--index .navigation__link:not(:only-child)::after {
    background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13 6l-5 5-5-5" stroke="%23fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}
.navigation__item:hover .navigation__link:not(:only-child)::after {
    transform: scaleY(-1);
}
.navigation__dropdown .navigation__link {
    --text-color: var(--text-color);
    padding: 10px 16px;
}
.lang__link:hover,
.navigation__dropdown .navigation__link:hover {
    background-color: var(--color-white-new);
}
.navigation__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    width: 272px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background-color: var(--color-white);
    border-radius: 6px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 150ms;
}
.navigation__item:hover .navigation__dropdown {
    opacity: 1;
    visibility: visible;
}
.lang {
    position: relative;
    margin-top: -8px;
    margin-bottom: -8px;
    margin-left: 3px;
}
.lang__button {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    color: var(--text-color);
    font-family: inherit;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.lang__button span {
    position: relative;
    display: block;
    padding: 8px 24px;
}
.lang__button span::after,
.lang__list {
    position: absolute;
    right: 0;
    transition-duration: 150ms;
}
.lang__button span::after {
    top: 11px;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13 6l-5 5-5-5" stroke="%23333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    transition-property: transform;
    content: "";
}
.page__body--index .lang__button span::after {
    background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13 6l-5 5-5-5" stroke="%23fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
}
.faq__details[open] .faq__summary span::after,
.lang__button[aria-pressed="true"] span::after {
    transform: scaleY(-1);
}
.lang__list {
    top: 100%;
    z-index: 20;
    margin: 9px 0 0;
    padding: 8px 0;
    list-style: none;
    background-color: var(--color-white);
    border-radius: 6px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
}
.lang__list--active {
    opacity: 1;
    visibility: visible;
}
.lang__link {
    display: block;
    width: 48px;
    padding: 10px 16px;
    color: inherit;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}
.hero {
    position: relative;
    display: flex;
    align-items: flex-end;
    background-color: var(--text-color);
}
.hero::after,
.hero::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}
.hero::before {
    z-index: 10;
    height: 80px;
    background-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.65) 0,
            rgba(0, 0, 0, 0.642) 8.1%,
            rgba(0, 0, 0, 0.618) 15.5%,
            rgba(0, 0, 0, 0.582) 22.5%,
            rgba(0, 0, 0, 0.536) 29%,
            rgba(0, 0, 0, 0.481) 35.3%,
            rgba(0, 0, 0, 0.421) 41.2%,
            rgba(0, 0, 0, 0.357) 47.1%,
            rgba(0, 0, 0, 0.293) 52.9%,
            rgba(0, 0, 0, 0.229) 58.8%,
            rgba(0, 0, 0, 0.169) 64.7%,
            rgba(0, 0, 0, 0.114) 71%,
            rgba(0, 0, 0, 0.068) 77.5%,
            rgba(0, 0, 0, 0.032) 84.5%,
            rgba(0, 0, 0, 0.008) 91.9%,
            transparent 100%
    );
}
.hero::after {
    z-index: 5;
    height: 100%;
    background-color: #000;
    opacity: 0.32;
}
.hero__picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}
.hero__container {
    position: relative;
    z-index: 10;
}
.hero__title {
    margin: 0;
    color: var(--color-white);
    font-family: "GT Eesti Display LC", sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 34px;
}
.hero__actions {
    display: flex;
    flex-wrap: wrap;
}
.button {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    color: var(--text-color);
    font-family: "Noah", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}
.button:hover {
    background-color: #f5f5f5;
}
.button:active {
    background-color: #e0e0e0;
}
.button--s {
    padding: 5px 14px 1px;
    font-size: 12px;
}
.button--m {
    padding: 6px 14px 4px;
    font-size: 15px;
    letter-spacing: 0.01em;
}
.button--l {
    padding: 15px 14px;
    font-size: 22px;
}
.button--block,
.stat__barchart img {
    display: block;
    width: 100%;
}
.button--primary {
    background-color: var(--color-green);
    color: var(--color-white);
}
.button--primary:hover {
    background-color: #198a32;
}
.button--primary:active {
    background-color: #177e2e;
}
.button--more {
    margin: 0;
    background-color: var(--color-white);
    border-radius: 6px;
    color: var(--text-color);
}
.button--back {
    padding-left: 35px;
    background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10 13L5 8l5-5" stroke="currentColor" fill="none" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 11px 9px;
    background-size: 16px 16px;
}
.main {
    flex: 1;
}
.main__content {
    flex: 1;
    border-radius: 6px;
}
.main__content._bg-color {
    background: none;
    padding: 0;
}
.title {
    margin: 0;
    font-family: "GT Eesti Display LC", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.cards {
    padding-bottom: 32px;
}
.cards__list {
    display: flex;
    flex-wrap: wrap;
}
.cards__action {
    display: flex;
    justify-content: center;
    text-align: center;
}
.card {
    display: flex;
    box-sizing: border-box;
}
.card__box {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    border-radius: 6px;
    transition-property: box-shadow;
    transition-duration: 150ms;
}
.card__image {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.card__link {
    color: inherit;
    text-decoration: none;
}
.card__link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
.card__title {
    margin: 0;
    font-weight: 700;
}
.card__description {
    margin: 0;
}
.card__footer {
    display: flex;
    flex: 1;
    align-items: flex-end;
}
.card__footer button {
    width: 100%;
    line-height: 36px;
    font-size: 15px;
}
.card__action {
    margin-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
}
.progress {
    width: 100%;
}
.progress__text {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.5);
}
.progress__bar {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 6px;
    background-color: rgba(151, 151, 151, 0.2);
    border-radius: 2px;
}
.progress__bar div {
    background-color: var(--color-green);
    border-radius: 2px;
}
.stat {
    background-color: var(--color-white);
}
.stat__barchart {
    margin-bottom: 54px;
    pointer-events: none;
}
.stat__barchart img {
    height: auto;
}
.stat__piechart {
    text-align: center;
    pointer-events: none;
}
.stat__piechart .title {
    margin-bottom: -10px;
    text-align: left;
}
.stat__description {
    margin: 0;
}
.content h2,
.stat__total {
    margin: 0;
}
.stat__items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.stat__item b {
    color: #2e85d7;
}
.news__item {
    display: flex;
    box-sizing: border-box;
}
.news__box {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    border-radius: 6px;
}
.news__box img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
}
.news--scrollable .news__box {
    transition-property: box-shadow;
    transition-duration: 150ms;
}
.news__image {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.news__link {
    color: inherit;
    text-decoration: none;
}
.news__link::after,
.story::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
.news__heading {
    margin: 0 0 8px;
    font-family: "Noah", sans-serif;
    font-size: 17px;
    line-height: 118%;
}
.news__date {
    display: flex;
    flex: 1;
    align-items: flex-end;
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 150%;
}
.news__action {
    display: flex;
    justify-content: center;
    text-align: center;
}
.stories {
    position: relative;
    color: var(--color-white);
}
.stories__title {
    position: absolute;
    z-index: 10;
}
.story {
    position: relative;
    height: 0;
}
.story::after {
    background-color: rgba(0, 0, 0, 0.18);
    opacity: 0.5;
}
.story__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.story__container,
.story__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.story__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.story__link::after {
    top: 0;
    z-index: 15;
    content: "";
}
.story__title {
    margin: 0;
    font-family: "GT Eesti Display LC", sans-serif;
    letter-spacing: 0.01em;
}
.content a {
    color: #1A9034;
}
.content p,
.story__description {
    margin: 0;
    letter-spacing: 0.01em;
}
.content h3 {
    margin: 0 0 16px;
}
.content p {
    font-size: 16px;
    line-height: 147%;
}
.content ol,
.content ul {
    margin: 0 0 16px;
    padding-left: 24px;
}
.content li ol,
.content li ul,
.content li:not(:first-child) {
    margin-top: 6px;
}
.content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px;
    border-radius: 6px;
}
.content > :last-child {
    margin-bottom: 0;
}
.content figure {
    margin: 24px 0;
}
.content figure img {
    margin-bottom: 0;
    border-radius: 6px;
}
.content figcaption,
.content th {
    font-size: 12px;
    letter-spacing: 0.01em;
}
.content figcaption {
    display: block;
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    line-height: 133%;
}
.figures {
    margin: 24px -10px;
}
.figures figure {
    padding-left: 10px;
    padding-right: 10px;
}
.content table {
    width: 100%;
    margin-bottom: 40px;
    border-collapse: collapse;
}
.content th {
    padding: 13px 40px 13px 0;
    border-bottom: 2px solid #000;
    line-height: 183%;
    text-align: left;
}
.content td {
    padding: 17px 40px 17px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 147%;
}
.table-responsive {
    overflow-x: auto;
    margin-bottom: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
}
.table-responsive table {
    margin-bottom: 0;
}
.quote {
    position: relative;
    margin: 0;
}
.quote__image {
    position: absolute;
    top: 0;
    left: 0;
}
.quote__text {
    margin: 0;
    font-style: italic;
    letter-spacing: 0.01em;
}
.quote__caption {
    margin: 8px 0 0;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.01em;
}
.sidenav {
    margin-bottom: 24px;
    padding: 32px 24px;
    background-color: var(--color-white);
    border-radius: 6px;
}
.sidenav__title {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 117%;
}
.sidenav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    line-height: 22px;
}
.sidenav__item {
    display: flex;
    padding: 13px 0;
}
.sidenav__link {
    padding-top: 4px;
    padding-bottom: 4px;
    color: inherit;
    text-decoration: none;
}
.sidenav__item--active .sidenav__link {
    box-shadow: 0 4px var(--color-green);
}
.sidesocial {
    padding: 32px 24px;
    background-color: var(--color-white);
    border-radius: 6px;
}
.sidesocial__title {
    margin: 0 0 24px;
    font-family: "Noah", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 167%;
}
.sidesocial__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidesocial__item:not(:first-child) {
    margin-top: 24px;
}
.sidesocial__link {
    display: flex;
    align-items: center;
    color: gray;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 22px;
    text-decoration: none;
}
.sidesocial .social__icon {
    color: rgba(0, 0, 0, 0.38);
}
.sidesocial__text {
    margin-left: 16px;
}
.article__cover {
    position: relative;
}
.article__cover img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}
.article:first-child .article__cover img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.article__title {
    position: absolute;
    margin: 0;
    color: var(--color-white);
    font-family: "GT Eesti Display LC", sans-serif;
    letter-spacing: 0.01em;
}
.article__content {
    outline: 0;
}
.article__header h2 {
    margin: 0;
}
.article__news h2 {
    margin-bottom: 8px;
}
.article__news time {
    display: block;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.38);
}
.article__news > :last-child {
    margin-bottom: 0;
}
.share {
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
}
.share__buttons {
    display: flex;
    margin-right: 20px;
    padding-right: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.share__button {
    margin: 0;
    padding: 0 14px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.share__description {
    flex: 1;
    color: #5a5a5a;
    font-size: 11px;
    line-height: 145%;
}
.support {
    position: relative;
    background-color: var(--color-white);
    border-radius: 6px;
}
.support__progress {
    margin-bottom: 20px;
}
.support__progress .progress__bar {
    height: 10px;
}
.support__sum {
    margin-bottom: 4px;
    font-family: "Noah", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 30px;
}
.support__sum span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.support__tabs {
    margin-bottom: 24px;
}
.support__section {
    outline: 0;
}
.support__controls {
    margin-top: 24px;
    margin-bottom: 24px;
}
.support__amount {
    position: relative;
    display: block;
    margin-top: 12px;
}
.support__label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 70px;
}
.support__input {
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0 10px;
    background-color: var(--color-white);
    border: 1px solid #a1a1a1;
    border-radius: 6px;
    text-align: right;
}
.support__input,
.support__label,
.support__preset span {
    font-family: "Noah", sans-serif;
    font-size: 44px;
    font-weight: 700;
}
.support__input--success {
    border-color: var(--color-green);
    color: var(--color-green);
}
.support__input--success + .support__label {
    color: var(--color-green);
}
.support__input--error {
    border-color: var(--color-red);
    color: inherit;
}
.support__presets {
    display: flex;
    flex-wrap: wrap;
    margin: 12px -6px -12px;
}
.support__preset {
    display: flex;
    flex: 0 0 25%;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
}
.support__preset span {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 14px 13px;
    background-color: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.365);
    border-radius: 6px;
    color: var(--text-color);
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.support__preset input:checked + span {
    background-color: var(--color-green);
    color: var(--color-white);
}
.support__extra {
    padding-top: 24px;
    padding-bottom: 24px;
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0;
}
.support__extra-title {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 167%;
}
.support__extra-description {
    margin: 0 0 24px;
    font-size: 11px;
    line-height: 145%;
}
.support__total {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 17px;
}
.support__total-item,
.support__total-sum {
    display: flex;
    justify-content: space-between;
}
.support__total-item {
    margin-bottom: 10px;
}
.support__total-sum {
    margin-top: 16px;
    font-weight: 700;
}
.support__submit {
    margin-top: 24px;
}
.support__footer {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.support__confirmation {
    position: absolute;
    top: 30px;
    bottom: 170px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    padding: 2px 4px;
    background: var(--color-white);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition-property: opacity, visibility;
    transition-duration: 150ms;
}
.support__confirmation--active {
    opacity: 1;
    visibility: visible;
}
.support__confirmation-title {
    padding-bottom: 82px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.25;
}
.support__confirmation-title span {
    display: block;
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 20px;
}
.support__confirmation-label {
    margin-bottom: 62px;
    font-size: 15px;
    line-height: 22px;
}
.support__confirmation-value {
    font-family: "Noah", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 25px;
}
.support__confirmation-value span {
    font-size: 44px;
    line-height: 55px;
}
.support__confirmation-notes {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding-left: 14px;
    padding-right: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    letter-spacing: 0.01em;
    line-height: 13px;
}
.support__confirmation-cancel button {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Lato", sans-serif;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 17px;
    text-decoration: underline;
    cursor: pointer;
}
.support-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
.support-mobile .button {
    width: 100%;
    height: 40px;
}
.form__title {
    margin: 0;
    font-weight: 700;
}
.form__item {
    position: relative;
}
.form-label {
    position: absolute;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    transition-property: transform, font-size, font-weight;
    transition-duration: 100ms;
    pointer-events: none;
}
.form-input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-family: "Lato", sans-serif;
    resize: none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}
.form-input::-moz-placeholder {
    color: transparent;
}
.form-input::placeholder {
    color: transparent;
}
.form-input--error {
    border-color: rgba(231, 0, 0, 0.38);
}
.form-input--error + .form-label {
    color: #e70000;
}
.form-select {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--color-white);
    background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13 6l-5 5-5-5" stroke="%23333" stroke-opacity=".54" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 19px top 19px;
    background-size: 16px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}
.custom-select {
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 43px 0 13px;
    background-color: var(--color-white);
    background-image: url('data:image/svg+xml,%3Csvg width="20" height="11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M19 1l-9 9-9-9" stroke="%23333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: right 12px top 15px;
    background-size: 20px 11px;
    border: 1px solid #aaa;
    border-radius: 6px;
    color: var(--text-color);
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.invalid-feedback {
    display: block;
    color: #e70000;
    font-size: 11px;
    line-height: 16px;
    pointer-events: none;
}
.support .invalid-feedback {
    color: #f91313;
    font-size: 10px;
    line-height: 200%;
    text-align: right;
}
.tabs {
    display: flex;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.tabs.support__tabs {
    margin-left: 0;
    margin-right: 0;
}
.tabs__item:not(:first-child) {
    margin-left: 27px;
}
.support__tabs .tabs__item {
    flex: 1;
    margin-left: 0;
}
.faq a,
.tab {
    text-decoration: none;
}
.tab {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    outline: 0;
    color: inherit;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.tab[aria-selected="true"] {
    box-shadow: 0 -4px 0 var(--color-green) inset;
}
.support__tabs .tab {
    padding-left: 12px;
    padding-right: 12px;
}
.faq a {
    color: #1a9034;
}
.faq__summary {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    outline: 0;
    cursor: pointer;
}
.faq__summary:first-of-type {
    list-style-type: none;
}
.faq__summary::-webkit-details-marker {
    display: none;
}
.faq__summary span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.faq__summary span::after {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13 6l-5 5-5-5" stroke="%23333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    transition-property: transform;
    transition-duration: 150ms;
    content: "";
}
.faq__list {
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 120ms;
    animation-duration: 120ms;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.faq__details[open] .faq__list {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.faq__question {
    margin-bottom: 16px;
    padding-right: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 147%;
}
.faq__answer {
    margin-bottom: 16px;
    margin-left: 0;
}
.faq__answer > :last-child {
    margin-bottom: 0;
}
.choices {
    position: relative;
}
.choices:focus {
    outline: 0;
}
.choices:last-child {
    margin-bottom: 0;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.choices.is-disabled .choices__item {
    cursor: not-allowed;
}
.choices [hidden] {
    display: none !important;
}
.choices[data-type*="select-one"] {
    cursor: pointer;
}
.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: 0.5;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
    opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
    display: none;
}
.choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none;
}
.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333;
    margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: 0.75;
    border-radius: 0;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
    opacity: 1;
}
.choices__inner {
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
    background-color: var(--color-white);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-weight: 700;
}
.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.choices__list--single {
    display: inline-block;
    width: 100%;
}
.choices__list--single .choices__item {
    width: 100%;
}
.choices__list--multiple {
    display: inline;
}
.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-bottom: 3.75px;
    margin-right: 3.75px;
    padding: 4px 10px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    word-break: break-word;
}
.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191;
}
.choices__list--dropdown {
    position: absolute;
    visibility: hidden;
    top: 100%;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin-top: -1px;
    background-color: var(--color-white);
    border-radius: 6px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    word-break: break-word;
    will-change: visibility;
}
.choices__list--dropdown.is-active {
    visibility: visible;
}
.is-open .choices__list--dropdown {
    margin-top: 16px;
}
.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
    position: relative;
    overflow: auto;
    max-height: 300px;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
    position: relative;
    padding: 17px 16px;
}
[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f7f7f7;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
}
.choices__item {
    cursor: default;
}
.choices__item--selectable {
    cursor: pointer;
}
.choices__item--disabled {
    display: none;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.5;
}
.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}
.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.choices__button:focus,
.choices__input:focus {
    outline: 0;
}
.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
}
[dir="rtl"] .choices__input {
    padding-left: 0;
    padding-right: 2px;
}
.choices__placeholder {
    position: absolute;
    left: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    transition-property: transform, font-size;
    transition-duration: 100ms;
    pointer-events: none;
}
.choices__list--dropdown .choices__placeholder {
    display: none;
}
:root {
    --color-white: #fff;
    --color-white-new: #f2f0ee;
    --color-red: #f91313;
    --color-green: #1a9034;
    --color-green-extra: #19ff9f;
    --color-violet: #420e83;
    --background-color: #f2f0ee;
    --text-color: #333;
}
.cryptocurrency-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.cryptocurrency-list__item {
    min-width: 20%;
    max-width: 20%;
    flex: 20% 0 0;
}
.cryptocurrency-list__item:hover {
    cursor: pointer;
}
.cryptocurrency-list__item-purse {
    display: none;
}
.cryptocurrency-alert {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fff;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
}
.cryptocurrency-alert.open {
    z-index: 100;
    opacity: 1;
    top: -10px;
}
@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }
    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px;
    }
}
@media (min-width: 1000px) {
    .header {
        padding: 26px 32px;
    }
    .header__menu {
        display: none;
    }
    .header__navigation {
        display: flex;
    }
    .footer {
        margin-top: 76px;
    }
    .footer__container {
        justify-content: space-between;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 32px;
    }
    .footer__side {
        flex-direction: column;
        align-items: flex-end;
    }
    .footer__links {
        display: flex;
    }
    .footer__link {
        margin-left: 20px;
        color: gray;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
    }
    .banner {
        bottom: 24px;
        left: 24px;
        right: 24px;
    }
    .banner__text {
        margin-right: 24px;
        font-size: 15px;
        line-height: 22px;
    }
    .social__link {
        margin-left: 15px;
    }
    .logo__image {
        width: 125px;
        height: 28px;
    }
    .menu__button {
        display: none;
    }
    .hero {
        height: 662px;
    }
    .hero__picture {
        height: 662px;
    }
    .hero__container {
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 80px 32px;
    }
    .hero__title {
        max-width: 700px;
        font-size: 48px;
        letter-spacing: 0.01em;
        line-height: 50px;
    }
    .hero__action {
        width: 234px;
        margin-top: 50px;
    }
    .hero__action .button--m {
        padding: 15px 14px;
        font-size: 22px;
    }
    .hero__action:not(:last-child) {
        margin-right: 24px;
    }
    .hero__source {
        position: absolute;
        bottom: 16px;
        right: 32px;
        color: #e1e1e1;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 20px;
    }
    .button--more {
        width: 185px;
        padding: 8px 10px 10px;
        border: 1px solid #e1e1e1;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
    }
    .button--more span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-right: 16px;
    }

    .button--more span::after {
        position: absolute;
        top: 4px;
        right: -2px;
        width: 14px;
        height: 14px;
        background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M13 6l-5 5-5-5" stroke="%23333" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        transition-property: transform;
        transition-duration: 150ms;
        content: "";
    }
    .button--more.bs_init_card_button_more span,
    .button--more.simple_init_card_button_more span,
    .button--more.pr_init_card_button_more span {
        padding-right: 0;
    }
    .button--more.bs_init_card_button_more span::after,
    .button--more.simple_init_card_button_more span::after,
    .button--more.pr_init_card_button_more span::after {
        content: none;
    }
    .main__title {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 32px;
        padding-right: 32px;
    }
    .main__container {
        display: flex;
        align-items: flex-start;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 32px;
        padding-right: 32px;
    }
    .main__content {
        padding: 32px 32px 40px;
        background-color: var(--color-white);
    }
    .main__sidebar {
        width: 380px;
        margin-left: 24px;
    }
    .main__sidebar > iframe {
        display: block;
        border: 0;
        border-radius: 6px;
    }
    .main__back {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 22px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .title {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 36px;
        line-height: 40px;
        display: inline-block;
    }
    .cards {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 32px;
        padding-right: 32px;
    }
    .cards + .cards {
        margin-top: -28px;
    }
    .cards__list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .cards__action {
        margin-top: 2px;
    }
    .cards__action._margin-top-24 {
        margin-top: 24px;
    }
    .cards__button-mobile {
        display: none !important;
    }
    .cards__list .card {
        flex-basis: 33.3%;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .card__box {
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }
    .cards__list .card__box:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }
    .card__image {
        height: 180px;
        margin-bottom: 24px;
    }
    .card__title {
        display: flex;
        align-items: center;
        min-height: 56px;
        margin-bottom: 12px;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 24px;
        line-height: 117%;
    }
    .card__description {
        margin-bottom: 24px;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 15px;
        line-height: 147%;
    }
    .card__footer {
        margin-left: 24px;
        margin-right: 24px;
    }
    .progress__text {
        margin-bottom: 2px;
        font-size: 15px;
        line-height: 147%;
    }
    .stat__container {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 8px 32px 80px;
    }
    .stat__overview {
        margin-bottom: 94px;
    }
    .stat__description {
        margin-top: -26px;
        margin-bottom: 34px;
        color: rgba(0, 0, 0, 0.38);
        font-family: "Noah", sans-serif;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.01em;
        line-height: 167%;
    }
    .stat__total {
        display: none;
    }
    .stat__items {
        display: flex;
        flex-flow: wrap;
        max-width: 1088px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        font-family: "Noah", sans-serif;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.01em;
        line-height: 83%;
        align-items: baseline;
    }
    .stat__item {
        position: relative;
        box-sizing: border-box;
        width: 50%;
        margin-bottom: 28px;
        padding: 0 32px;
    }
    .stat__item::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        background-color: #2e85d7;
        border-radius: 50%;
        content: "";
    }
    .stat__item span {
        margin-right: 10px;
        font-family: "GT Eesti Display LC", sans-serif;
        font-size: 58px;
        letter-spacing: -0.025em;
        line-height: 90%;
    }
    .stat__action {
        display: none;
    }
    .support-mobile {
        display: none;
        opacity: 0;
    }
    .news--scrollable {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 32px 32px;
    }
    .news__list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .news--scrollable .news__list {
        display: flex;
        flex-wrap: wrap;
    }
    .news__item {
        flex-basis: 33.3%;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .news__box {
        display: flex;
        flex-direction: column;
    }
    .news--scrollable .news__box {
        padding-bottom: 24px;
    }
    .news--scrollable .news__box:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }
    .news__image {
        height: 180px;
        margin-bottom: 24px;
    }
    .news--scrollable .news__heading {
        padding-left: 24px;
        padding-right: 24px;
    }
    .news:not(.news--scrollable) .news__heading {
        margin-top: -4px;
        margin-bottom: 16px;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0.01em;
        line-height: 40px;
    }
    .news--scrollable .news__description {
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 0;
    }
    .news:not(.news--scrollable) .news__description {
        font-size: 15px;
        line-height: 22px;
    }
    .news--scrollable .news__date {
        padding-left: 24px;
        padding-right: 24px;
    }
    .news:not(.news--scrollable) .news__date {
        margin-top: 1em;
        font-size: 15px;
        line-height: 22px;
    }
    .news__action {
        margin-top: 2px;
    }
    .news:not(.news--scrollable) .news__action .button {
        min-width: 240px;
    }
    .stories:last-child {
        margin-bottom: -76px;
    }
    .stories__title {
        top: 10px;
        left: 0;
        right: 0;
    }
    .stories__title .title {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 32px;
        padding-right: 32px;
    }
    .story {
        padding-bottom: 42.105263158%;
    }
    .story__title {
        max-width: 1200px;
        margin-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 32px;
        padding-right: 32px;
        font-size: 64px;
        line-height: 112%;
    }
    .story__description {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 50px;
        padding-left: 32px;
        padding-right: 32px;
        font-size: 24px;
        line-height: 125%;
    }
    .figures {
        display: flex;
    }
    .figures figure {
        margin: 0;
    }
    .content h2 {
        margin: 24px 0;
        font-size: 24px;
        line-height: 117%;
    }
    .content h3 {
        font-family: "Noah", sans-serif;
        font-size: 24px;
        letter-spacing: 0.01em;
        line-height: 167%;
    }
    .content * + h3 {
        margin-top: 32px;
    }
    .content p {
        margin-bottom: 16px;
    }
    .quote {
        margin-top: 24px;
        margin-bottom: 28px;
        padding-left: 124px;
    }
    .quote__image {
        width: 100px;
        height: 100px;
    }
    .quote__text p {
        margin: 0;
        font-size: 20px;
        line-height: 150%;
    }
    .quote__caption {
        font-size: 15px;
        line-height: 22px;
    }
    .article {
        margin-left: -32px;
        margin-right: -32px;
        padding-bottom: 40px;
        background-color: var(--color-white);
        border-radius: 6px;
        box-shadow: 0 0 0 24px var(--background-color);
    }
    .article:first-child {
        margin-top: -32px;
    }
    .article:not(:first-child) {
        margin-top: 24px;
    }
    .article:last-child {
        margin-bottom: -40px;
    }
    .article .tabs {
        display: inline-flex;
        margin-bottom: 0;
        margin-left: 32px;
        margin-right: 32px;
    }
    .article__title {
        bottom: 40px;
        left: 32px;
        font-size: 60px;
        font-weight: 700;
        line-height: 120%;
    }
    .article__share {
        margin-bottom: 20px;
        padding-left: 32px;
        padding-right: 32px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .article__content {
        margin-top: 24px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .article__header {
        padding: 32px;
    }
    .support {
        padding: 32px 24px 40px;
    }
    .form__title {
        margin-bottom: 24px;
        font-family: "Noah", sans-serif;
        font-size: 24px;
        letter-spacing: 0.01em;
        line-height: 167%;
    }
    .form__box {
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
    }
    .form__item {
        flex: 0 0 100%;
        box-sizing: border-box;
        margin-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .form__item--half {
        flex-basis: 50%;
    }
    .form__item--required::after {
        position: absolute;
        top: 25px;
        right: 32px;
        width: 6px;
        height: 6px;
        background-color: #e70000;
        border-radius: 50%;
        content: "";
    }
    .form__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .form__submit {
        flex: 0 0 340px;
    }
    .form-label {
        top: 17px;
        left: 31px;
        font-size: 15px;
        line-height: 22px;
    }
    .form-input:not(:-moz-placeholder-shown) + .form-label {
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        transform: translateY(-8px);
    }
    .form-input:focus + .form-label,
    .form-input:not(:placeholder-shown) + .form-label {
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        transform: translateY(-8px);
    }
    .form-input {
        padding: 24px 15px 8px;
        font-size: 15px;
        line-height: 22px;
    }
    .form-select {
        padding: 16px 15px;
        font-size: 15px;
        line-height: 22px;
    }
    .form .invalid-feedback {
        position: absolute;
        top: 8px;
        bottom: 8px;
        right: 31px;
        z-index: 30;
        display: none;
        align-items: flex-end;
        background-color: var(--color-white);
    }
    .form .form-input--error ~ .invalid-feedback {
        display: flex;
    }
    .faq__summary {
        padding-top: 26px;
        padding-bottom: 26px;
        font-size: 24px;
        font-weight: 700;
        line-height: 117%;
    }
    .faq__summary span::after {
        top: 9px;
        right: -31px;
    }
    .choices__inner {
        min-height: 56px;
        padding: 16px 15px;
        font-size: 15px;
        line-height: 22px;
    }
    .choices__list--dropdown .choices__item {
        font-size: 15px;
        line-height: 22px;
    }
    .choices__placeholder {
        top: 17px;
        font-size: 15px;
        line-height: 22px;
    }
}
@media (min-width: 1000px) and (max-width: 1999px) {
    .stat__items {
        font-size: 20px;
    }
    .stat__item span {
        font-size: 48px;
    }
}
@media (max-width: 999px) {
    .page__body--modal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }
    .header {
        padding: 25px 20px;
    }
    .header__menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .page__body--modal .header__menu {
        bottom: 0;
    }
    .header__navigation {
        display: none;
    }
    .header__side {
        display: none;
    }
    .footer {
        margin-top: 20px;
    }
    .footer__container {
        flex-direction: column-reverse;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer__side {
        flex-direction: column-reverse;
    }
    .footer__links {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    .footer__link {
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        color: inherit;
        font-family: "Noah", sans-serif;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.01em;
        line-height: 24px;
    }
    .banner {
        bottom: 12px;
        left: 11px;
        right: 11px;
    }
    .banner__text {
        margin-right: 16px;
        font-size: 14px;
        line-height: 20px;
    }
    .social {
        max-width: 400px;
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu {
        --text-color: var(--text-color);
        display: grid;
    }
    .menu__button {
        z-index: 20;
        display: block;
        align-self: start;
        justify-self: end;
        margin: 24px 20px 0 0;
        padding: 0;
        background-color: transparent;
        border: 0;
    }
    .page__body--index .menu__button {
        color: var(--color-white);
    }
    .page__body--modal .menu__button,
    .page__body:not(.page__body--index) .menu__button {
        color: var(--text-color);
    }
    .menu__icon {
        fill: var(--text-color);
    }
    .menu__button--open .menu__icon-cross,
    .menu__icon,
    .menu__icon-menu {
        display: block;
    }
    .menu__box,
    .menu__button--open .menu__icon-menu,
    .menu__icon-cross {
        display: none;
    }
    .menu__box {
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        background-color: var(--color-white);
    }
    .page__body--modal .menu__box {
        z-index: 15;
        display: block;
    }
    .menu__list {
        margin: 0;
        padding: 0 20px;
        list-style: none;
    }
    .menu__list--lang {
        display: flex;
        padding: 28px 10px;
    }
    .menu__list--primary {
        padding-bottom: 22px;
    }
    .menu__list--lang .menu__item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu__list--primary .menu__item:not(:first-child),
    .menu__list--primary .menu__list {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }
    .menu__list--primary .menu__link {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .hero {
        height: 400px;
    }
    .hero__picture {
        height: 400px;
    }
    .hero__container {
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero__action {
        width: 150px;
        margin-top: 15px;
    }
    .hero__action:not(:last-child) {
        margin-right: 20px;
    }
    .hero__action .button--primary,
    .hero__action .button--primary:active,
    .hero__action .button--primary:hover {
        background-color: var(--color-green-extra);
        color: var(--text-color);
    }
    .hero__source {
        display: none;
    }
    .button--more {
        width: 150px;
        padding: 6px 10px 4px;
        border: 1px solid rgba(0, 0, 0, 0.12);
        font-family: "Noah", sans-serif;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.01em;
        line-height: 24px;
    }
    .main__title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main__container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main__content {
        padding: 24px 16px 16px;
    }
    .main__sidebar {
        display: none;
    }
    .main__back {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .title {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 25px;
        line-height: 32px;
        display: inline-block;
    }
    .cards {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cards + .cards {
        margin-top: -20px;
    }
    .cards__list--scrollable {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 20px;
        margin-bottom: 16px;
        margin-left: -20px;
        margin-right: -20px;
        padding-bottom: 16px;
        padding-left: 20px;
    }
    .cards__list--scrollable::after {
        padding: 10px;
        content: "";
    }
    .cards__button-desktop {
        display: none;
    }
    .card {
        flex-shrink: 0;
        flex-basis: 100%;
    }
    .cards__list._flex .card {
        flex: 50% 0 0;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .card:not(:first-child) {
        margin-top: 20px;
    }
    .cards__list._flex .card:not(:first-child) {
        margin-top: 0;
    }
    .cards__list--scrollable .card {
        flex-basis: calc(100vw - 80px);
        scroll-snap-align: start;
        margin-bottom: 0;
    }
    .cards__list--scrollable .card:not(:first-child) {
        margin-top: 0;
        margin-left: 20px;
    }
    .card__box {
        padding-bottom: 16px;
    }
    .card__image {
        height: 120px;
        margin-bottom: 16px;
    }
    .card__title {
        margin-bottom: 12px;
        padding-left: 10px;
        padding-right: 10px;
        font-family: "Noah", sans-serif;
        font-size: 17px;
        line-height: 118%;
    }
    .card__description {
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 1.5;
    }
    .card__footer {
        margin-left: 10px;
        margin-right: 10px;
    }
    .progress__text {
        margin-bottom: 4px;
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 150%;
    }
    .stat__container {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .stat__barchart {
        display: none;
    }
    .stat__piechart {
        display: none;
    }
    .stat__description {
        margin-top: -12px;
        margin-bottom: 16px;
        color: rgba(51, 51, 51, 0.38);
        font-size: 12px;
        line-height: 1.5;
    }
    .stat__total {
        color: #006bcd;
        font-family: "GT Eesti Display LC", sans-serif;
        font-size: 62px;
        font-weight: 700;
        letter-spacing: 0.01em;
        line-height: 97%;
    }
    .stat__total span {
        display: block;
        font-family: "Lato", sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 120%;
    }
    .stat__item::before,
    .stat__items {
        font-size: 15px;
        letter-spacing: 0.01em;
        line-height: 18px;
    }
    .stat__items {
        margin-bottom: 30px;
    }
    .stat__item {
        position: relative;
        margin-top: 20px;
    }
    .stat__item::before {
        color: #2e85d7;
        font-weight: 700;
        content: "・ ";
    }
    .stat__action {
        display: flex;
        justify-content: center;
    }
    .news:not(.news--scrollable) {
        margin-top: -24px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .news--scrollable {
        padding-bottom: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .news--scrollable .news__list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 20px;
        margin-bottom: 24px;
        margin-left: -20px;
        margin-right: -20px;
        padding-bottom: 16px;
        padding-left: 20px;
    }
    .news--scrollable .news__list::after {
        padding: 10px;
        content: "";
    }
    .news__item {
        flex-shrink: 0;
        flex-basis: 100%;
    }
    .news__item:not(:first-child) {
        margin-top: 20px;
    }
    .news--scrollable .news__item {
        flex-basis: calc(100vw - 40px);
        scroll-snap-align: start;
    }
    .news--scrollable .news__item:not(:first-child) {
        margin-top: 0;
        margin-left: 20px;
    }
    .news__box {
        padding-bottom: 16px;
    }
    .news__image {
        height: 120px;
        margin-bottom: 16px;
    }
    .news__heading {
        padding-left: 10px;
        padding-right: 10px;
    }
    .news__description {
        padding-left: 10px;
        padding-right: 10px;
    }
    .news__date {
        padding-left: 10px;
        padding-right: 10px;
    }
    .news:not(.news--scrollable) .news__action {
        margin-top: 32px;
    }
    .stories__title {
        top: 0;
        left: 20px;
    }
    .stories__title .title {
        font-size: 17px;
        line-height: 18px;
    }
    .story {
        padding-bottom: 66.666666667%;
    }
    .story__container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .story__title {
        margin-bottom: 10px;
        font-size: 25px;
        letter-spacing: 0.01em;
        line-height: 128%;
    }
    .story__description {
        padding-bottom: 20px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        line-height: 150%;
    }
    .content {
        background-color: var(--color-white);
    }
    .content h2 {
        font-size: 18px;
        line-height: 122%;
    }
    .content h3 {
        font-size: 15px;
        line-height: 147%;
    }
    .content h2,
    .content h3,
    .content p {
        margin-bottom: 16px;
    }
    .quote {
        margin-top: 16px;
        margin-bottom: 16px;
        padding-left: 76px;
    }
    .quote__image {
        width: 60px;
        height: 60px;
    }
    .quote__text p {
        margin: 0;
        font-size: 15px;
        line-height: 22px;
    }
    .quote__caption {
        font-size: 13px;
        line-height: 18px;
    }
    .article {
        margin-top: -24px;
        margin-left: -16px;
        margin-right: -16px;
        padding-bottom: 16px;
        background-color: var(--color-white);
        border-radius: 6px;
    }
    .article:not(:first-child) {
        margin-top: 40px;
    }
    .article__cover {
        margin-bottom: 16px;
    }
    .article__title {
        bottom: 16px;
        left: 16px;
        font-size: 25px;
        line-height: 128%;
    }
    .article__share {
        display: none;
    }
    .article__content {
        padding-left: 16px;
        padding-right: 16px;
    }
    .article__header {
        padding: 16px;
    }
    .article__header h2 {
        font-size: 18px;
        line-height: 122%;
    }
    .article__share {
        display: flex !important;
        padding: 24px;
    }
    .article__tabs {
        display: inline-flex;
    }
    .share {
        display: none;
    }
    .support {
        padding: 32px 24px;
    }
    .form {
        margin-top: -24px;
        margin-left: -16px;
        margin-right: -16px;
        padding: 24px 16px 16px;
        background-color: var(--color-white);
        border-radius: 6px;
    }
    .form__title {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 22px;
    }
    .form__item {
        margin-bottom: 16px;
    }
    .form__captcha,
    .form__submit {
        margin-top: 16px;
    }
    .form__captcha img {
        max-width: 100%;
    }
    .form__submit .button {
        padding: 6px 14px 4px;
        font-size: 15px;
        letter-spacing: 0.01em;
    }
    .form-label {
        top: 14px;
        left: 16px;
        font-size: 12px;
        line-height: 20px;
    }
    .form-input:not(:-moz-placeholder-shown) + .form-label {
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        transform: translateY(-8px);
    }
    .form-input:focus + .form-label,
    .form-input:not(:placeholder-shown) + .form-label {
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        transform: translateY(-8px);
    }
    .form-input {
        padding: 20px 15px 6px;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
    }
    .form-select {
        padding: 13px 15px;
        font-size: 12px;
        line-height: 20px;
    }
    .tabs {
        margin-left: 16px;
        margin-right: 16px;
    }
    .article__tabs {
        display: inline-flex;
    }
    .article__tabs .tabs__item:not(:first-child) {
        margin: 0;
        margin-left: 27px;
    }
    .faq {
        margin-top: -24px;
        margin-left: -16px;
        margin-right: -16px;
        padding-bottom: 32px;
        padding-left: 16px;
        padding-right: 16px;
        background-color: var(--color-white);
        border-radius: 6px;
    }
    .faq__summary {
        padding-top: 21px;
        padding-bottom: 21px;
        font-size: 18px;
        line-height: 122%;
    }
    .faq__summary span::after {
        top: 4px;
        right: -33px;
    }
    .choices__inner {
        padding: 13px 15px;
        font-size: 12px;
        line-height: 20px;
    }
    .choices__list--dropdown .choices__item {
        font-size: 12px;
        line-height: 20px;
    }
    .choices__placeholder {
        top: 14px;
        font-size: 12px;
        line-height: 20px;
    }
}
@media (max-width: 360px) {
    .stat__total {
        font-size: 53px;
    }
}
@media (max-width: 550px) {
    .cards__list._flex .card {
        flex:100% 0 0;
    }
    .article__share {
        flex-direction: column;
    }
    .share__description {
        margin-top: 12px;
    }
    .share__buttons {
        border-right: 0;
    }
}
@media (max-width: 999px) {
    .cards__action .button:first-child {
        display: none;
    }
    .cards__action .button:last-child {
        display: block !important;
    }
    .news__item {
        display: block;
    }
    .header__logo {
        z-index: 2;
    }
}

.legendary-assembly {
    position: absolute;
    z-index: 14;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.legendary-assembly.inner {
    margin-top: 0.8%;
}
.legendary-assembly.open .legendary-tooltip {
    opacity: 1;
    z-index: 14;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.legendary-assembly img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.legendary-tooltip {
    opacity: 0;
    z-index: -1;
    position: absolute;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    border-radius: 12px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 350px;
    max-width: 350px;
    top: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.legendary-tooltip.open {
    opacity: 1;
    z-index: 14;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.legendary-tooltip img {
    width: auto !important;
    height: auto !important;
}
.legendary-tooltip__title {
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
.legendary-tooltip__desc {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #808080;
    margin-top: 5px;
    text-align: left;
}
.legendary-wrapper {
    display: block;
}
.main__title {
    padding: 30px 32px;
}
.main__title .title {
    display: inline;
}
@media (max-width: 999px) {
    .legendary-tooltip {
        padding: 10px;
    }
    .legendary-tooltip img {
        width: 20px !important;
        height: 20px !important;
    }
    .legendary-tooltip__title {
        font-size: 16px;
        line-height: 20px;
    }
    .legendary-tooltip__desc {
        font-size: 12px;
        line-height: 16px;
    }
}
@media (max-width: 550px) {
    .legendary-tooltip {
        min-width: 70vw;
        max-width: 70vw;
    }
}
@media (max-width: 1400px) {
    .legendary-assembly.inner .legendary-tooltip {
        max-width: none;
        min-width: auto;
        padding: 10px;
        right: 50%;
        left: auto;
        -webkit-transform: translateX(13%);
        -moz-transform: translateX(13%);
        -ms-transform: translateX(13%);
        -o-transform: translateX(13%);
        transform: translateX(13%);
    }
    .legendary-assembly.inner .legendary-tooltip__title {
        font-size: 15px;
        line-height: 17px;
    }
    .legendary-assembly.inner .legendary-tooltip__desc {
        font-size: 12px;
        line-height: 15px;
        display: block;
        text-align: center;
    }

}