@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/gNMKW3F-SZuj7xmS-HY6EQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/gNMKW3F-SZuj7xmb-HY6EQ.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/gNMKW3F-SZuj7xmR-HY6EQ.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(../fonts/gNMKW3F-SZuj7xmf-HY.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --color-white: #F4F4F4;
    --color-grey-mid: #ACACAC;
    --color-grey: #C3C3C3;
    --color-grey-dark: #8C8C8C;
    --color-black: #1F1F1F;

    --color-orange: #F77328;
    --color-light-orange: #FF995F;
    --color-orange-hover: #ED6619;

    --color-dark-purple: #382551;
    --color-light-dark-purple: #4F3A6B;
    --color-dark-purple-hover: #2C1946;

    --color-mid-purple: #7550A7;

    --color-light-purple: #B489FA;
    --color-light-purple-hover: #AC78FF;

    --color-footer-decore-purple: #422D5E;
    --color-footer-decore-light-purple: #9672C6;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

.lock {
    overflow: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

img {
    max-width: 100%;
    height: auto;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="ratio"].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: insert(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

/* body */

body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    font-family: "Onest";
    font-optical-sizing: auto;
    font-style: normal;
    background-color: var(--color-white);
    color: var(--color-black);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
    width: 100%;
    min-width: 375px;
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: var(--color-dark-purple);
        color: var(--color-white);
    }
}

/* H1 */

h1,
.section__title {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.02em;
    width: 280px;
}

.section__title--thanks,
.section__title--404 {
    text-align: center;
    width: 100%;
}

.section__title--policy {
    margin-bottom: 20px;
}

@media (min-width: 690px) {

    h1,
    .section__title {
        font-size: 34px;
        line-height: 95%;
        width: 500px;
    }

    .section__title--policy {
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {

    h1,
    .section__title {
        font-size: 40px;
        line-height: 90%;
        width: 565px;
    }

    .section__title--policy {
        margin-bottom: 60px;
    }
}

/* H2 */

h2 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

@media (min-width: 690px) {
    h2 {
        font-size: 20px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
}

@media (min-width: 1000px) {
    h2 {
        font-size: 24px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
}

@media (min-width: 1200px) {
    h2 {
        font-size: 28px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
}

@media (min-width: 1440px) {
    h2 {
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }
}

/* H3 */

h3 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

@media (min-width: 690px) {
    h3 {
        font-weight: 400;
        font-size: 24px;
        letter-spacing: -0.02em;
    }
}

@media (min-width: 1200px) {
    h3 {
        font-weight: 400;
        font-size: 32px;
        letter-spacing: -0.02em;
    }
}

/* H4 */

h4 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

@media (min-width: 690px) {
    h4 {
        font-weight: 700;
        font-size: 20px;
        letter-spacing: -0.01em;
    }
}

@media (min-width: 1200px) {
    h4 {
        font-weight: 700;
        font-size: 22px;
        letter-spacing: -0.01em;
    }
}

/* Body text */

.body__text {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

.body__text--black {
    color: var(--color-black);
}

.body__text--1 {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

@media (min-width: 690px) {
    .body__text {
        font-size: 16px;
        line-height: 120%;
    }

    .body__text--1 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .body__text {
        font-size: 22px;
        line-height: 120%;
    }

    .body__text--1 {
        font-size: 22px;
    }

    .body__text--2 {
        font-size: 18px;
        font-weight: 400;
    }
}

/* Button text */

.button__text {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--color-white);
    text-decoration: none;
}

@media (min-width: 690px) {
    .button__text {
        font-size: 14px;
        letter-spacing: -0.01em;
    }
}

@media (min-width: 1200px) {
    .button__text {
        font-size: 18px;
        letter-spacing: -0.01em;
    }
}

/* button */

.button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 29px;
    gap: 10px;
    color: var(--color-white);
    position: relative;
    width: 342px;
    height: 68px;
    border-radius: 9px;
    border: none;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}

.button--purple {
    background-color: var(--color-light-purple);
}

.button--purple:hover {
    background-color: var(--color-light-purple-hover);
}

.button--dark-purple {
    background-color: var(--color-dark-purple);
}

.button--dark-purple:hover {
    background-color: var(--color-dark-purple-hover);
}

.button--orange {
    background-color: var(--color-orange);
}

.button--orange:hover {
    background-color: var(--color-orange-hover);
}

.button--header {
    padding: 16px 29px;
    gap: 10px;
    width: 161px;
    height: 47px;
    background-color: var(--color-light-purple);
    border-radius: 9px;
}

.button--header:hover {
    background-color: var(--color-light-purple-hover);
}

a.button {
    text-decoration: none;
}

/* input */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--color-grey);
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
    font-size: 18px;
}

input {
    background-color: transparent;
    color: var(--color-black);
}

@media (prefers-color-scheme: dark) {
    input {
        color: var(--color-grey);
    }
}

/* preloader */
.preloader__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: all .5s ease-in-out;
    opacity: 1;
    visibility: visible;
}

@media (prefers-color-scheme: dark) {
    .preloader__overlay {
        background-color: var(--color-dark-purple);
    }
}

.preloader__overlay.loaded {
    visibility: hidden;
    opacity: 0;
}


.preloader {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.preloader-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.preloader-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
}

.preloader-svg circle {
    stroke-dasharray: 314;
    stroke-dashoffset: 314;
    transition: stroke-dashoffset 0.5s ease-in-out;
}

.loaded .preloader-svg circle {
    stroke-dashoffset: 0;
}

.preloader-svg circle {
    stroke: var(--color-dark-purple);
    stroke-lineCap: round;
}

@media (prefers-color-scheme: dark) {
    .preloader-svg circle {
        stroke: var(--color-light-purple);
    }
}

/* header */

header {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
}

@media (min-width: 1200px) {
    header {
        margin-top: 20px;
    }
}

.section__block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
}

@media (min-width: 690px) {
    .section__block {
        margin-top: 125px;
    }
}

@media (min-width: 1200px) {
    .section__block {
        margin-top: 150px;
    }
}

.container {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0 16px;
    overflow: hidden;
}

header .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    z-index: 1;
    overflow: visible;
}

@media (min-width: 1200px) {
    .container {
        padding: 0 100px;
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px;
    }
}

.logo .logo--header {
    padding-right: 20px;
    color: var(--color-black);
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.logo .logo--header span {
    color: var(--color-orange);
}

@media (prefers-color-scheme: dark) {
    .logo .logo--header {
        color: var(--color-orange);
    }

    .logo .logo--header span {
        color: var(--color-white);
    }
}

@media (min-width: 690px) {
    .logo .logo--header {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .logo .logo--header {
        font-size: 32px;
    }
}

/* language select */

#lang-select {
    display: none;
}

.select {
    margin: 0 auto 0 0;
    position: relative;
    width: 50px;
}

.select.is-active .select__body {
    opacity: 1;
    transition: opacity .2s ease-in-out;
    visibility: visible;

}

.select__header {
    cursor: pointer;
    display: flex;
}

.select__current {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-right: 5px;
    color: var(--color-light-purple);
}

.select__body {
    display: block;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: opacity .2s ease-in-out;
}

.select__item {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
    color: var(--color-light-purple);
}

.select__item:hover {
    background-color: #f2f2f2;
}

.lang__arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang__arrow svg {
    fill: var(--color-light-purple);
}

/* navigation */

.nav__wrap {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    top: -100vh;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: var(--color-white);
    padding: 100px 40px 40px;
    transition: top 0.5s ease-in-out;
}

@media (prefers-color-scheme: dark) {
    .nav__wrap {
        background-color: var(--color-dark-purple);
    }
}

@media (min-width: 1200px) {
    .nav__wrap {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        top: unset;
        left: unset;
        transform: unset;
        right: unset;
        bottom: unset;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: transparent;
        padding: 0;
        transition: none;
    }
}

.nav__wrap.active {
    top: 0;
}

.main-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .main-nav {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        row-gap: 10px;
        column-gap: 30px;
        width: 100%;
        list-style: none;
        padding-left: 0;
        margin: 0 30px;
        flex-wrap: wrap;
    }
}

.main-nav li {
    width: 100%;
}

@media (min-width: 1200px) {
    .main-nav li {
        width: unset;
    }
}

.main-nav li a {
    text-decoration: none;
}

.main-nav li h3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: var(--color-black);
    transition: color 0.3s ease-in-out;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
}

@media (prefers-color-scheme: dark) {
    .main-nav li h3 {
        color: var(--color-white);
    }
}

.main-nav li:hover h3 {
    color: var(--color-orange);
}

/* menu__buttons */

.menu__buttons {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.menu__btn-wa,
.menu__btn-telegram {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* mobile-menu__button */

.mobile-menu__button {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 100%;
    z-index: 101;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .mobile-menu__button {
        display: none;
    }
}

.mobile-menu__button::before,
.mobile-menu__button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--color-black);
    transition: transform 0.3s ease-in-out;
}

@media (prefers-color-scheme: dark) {

    .mobile-menu__button::before,
    .mobile-menu__button::after {
        background-color: var(--color-white);
    }
}

.mobile-menu__button::before {
    top: 50%;
    transform: translateY(calc(-50% - 3px));
}

.mobile-menu__button::after {
    top: 50%;
    transform: translateY(calc(-50% + 3px));
}

.mobile-menu__button.active::before {
    top: 50%;
    transform: translateY(calc(-50%)) rotate(45deg);
}

.mobile-menu__button.active::after {
    top: 50%;
    transform: translateY(calc(-50%)) rotate(-45deg);
}

/* main */

main {
    width: 100%;
}

/* first-screen section */

.first-screen {
    margin-top: 60px;
}

.first-screen__404,
.first-screen__thanks {
    margin-top: 0;
}

.first-screen .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 600px;
    overflow: visible;
}

@media (min-width: 690px) {
    .first-screen .container {
        height: 680px;
    }
}

@media (min-width: 1000px) {
    .first-screen .container {
        height: 500px;
    }
}

/* thanks, 404 */

.first-screen .container .container--thanks,
.first-screen .container .container--404 {
    align-items: center;
    height: 380px;
}

/* policy */

.first-screen .container--policy p {
    margin: 10px 0;
    width: 95%;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--color-black);
}

@media (prefers-color-scheme: dark) {
    .first-screen .container--policy p {
        color: var(--color-white);
    }
}

@media (min-width: 690px) {
    .first-screen .container--policy p {
        font-size: 14px;
    }
}

@media (min-width: 1000px) {
    .first-screen .container {
        justify-content: flex-end;
        align-content: space-between;
        flex-wrap: wrap;

    }

    .first-screen .container .container--thanks,
    .first-screen .container .container--404 {
        align-items: center;
        justify-content: center;
        align-content: unset;
        padding: 0;
        height: 480px;
    }

    .first-screen .container--policy {
        height: unset;
    }

    .first-screen .container--policy p {
        font-size: 18px;
    }
}

.container__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.first-screen__title {
    width: 320px;
}

@media (min-width: 480px) {
    .first-screen__title {
        width: 80%;
    }

    .first-screen__title.section__title--policy {
        width: 350px;
    }
}

@media (min-width: 690px) {
    .first-screen__title {
        width: 70%;
    }

    .first-screen__title.section__title--policy {
        width: 500px;
    }
}

@media (min-width: 1000px) {
    .first-screen__title {
        width: 50%;
    }


    .first-screen__title.section__title--policy {
        width: 500px;
    }
}

.first-screen__title span {
    color: var(--color-orange);
}

.first-screen__subtitle--thanks span,
.first-screen__subtitle--404 span {
    color: var(--color-orange);
}

.first-screen__subtitle {
    margin-top: 20px;
    width: 245px;
}

.first-screen__subtitle--thanks,
.first-screen__subtitle--404 {
    text-align: center;
    width: 250px;
}

@media (min-width: 690px) {
    .first-screen__subtitle {
        width: 100%;
    }

    .first-screen__subtitle--thanks,
    .first-screen__subtitle--404 {
        text-align: center;
        width: 470px;
    }
}

@media (min-width: 1000px) {
    .first-screen__subtitle {
        width: 430px;
    }

    .first-screen__subtitle--thanks,
    .first-screen__subtitle--404 {
        text-align: center;
        width: 470px;
    }
}

@media (min-width: 1200px) {

    .first-screen__subtitle--thanks,
    .first-screen__subtitle--404 {
        text-align: center;
        width: 680px;
    }
}

.first-screen__content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    height: 290px;
    margin-top: auto;
}

@media (min-width: 690px) {
    .first-screen__content {
        height: 400px;
        margin-top: 12px;
    }
}

@media (min-width: 1000px) {
    .first-screen__content {
        height: 460px;
        order: 1;
        max-width: 50%;
        gap: 10px;
        margin-top: 12px;
    }
}

.animation__subblock {
    position: relative;
    display: flex;
    gap: 5px;
    width: 100%;
    height: 100%;
}

@media (min-width: 1000px) {
    .animation__subblock {
        gap: 10px;
    }
}

.animation__item {
    position: relative;
    display: flex;
    gap: 5px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media (min-width: 1000px) {
    .animation__item {
        gap: 10px;
    }
}

.animation__subblock--vertical {
    flex-direction: column;
}

.animation__subblock--vertical-right {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.animation__item--right-up {
    height: 90%;
    animation: height-anim-2 5s infinite;
    animation-timing-function: linear;
}

.animation__item--right-down {
    animation: height-anim 5s infinite;
    animation-timing-function: linear;
}

.animation__subblock--down {
    height: 75%;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.animation__item--down-left {
    animation: width-anim-2 14s infinite;
    animation-delay: .5s;
    animation-timing-function: linear;
}

.animation__item--down-right {
    animation: width-anim 14s infinite;
    animation-delay: .5s;
    animation-timing-function: linear;
}

.animation__subblock--left-up {
    height: 50%;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.animation__item--left-up-left {
    animation: width-anim-short 5s infinite;
    animation-timing-function: linear;
}

.animation__item--left-up-right {
    animation: width-anim-short-2 5s infinite;
    animation-timing-function: linear;
}

.animation__subblock--left-up {
    height: 50%;
}

.animation__item--left-down {
    background-color: var(--color-light-purple);
    background-image: url(/svg/main_screen_animate_block.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-size: contain;
}

.animation__item--light-purple {
    background-color: var(--color-light-purple);
}

.animation__item--orange {
    background-color: var(--color-orange)
}

.animation__item--purple {
    background-color: var(--color-dark-purple-hover);
}

@media (prefers-color-scheme: dark) {
    .animation__item--purple {
        background-color: var(--color-mid-purple);
    }
}

.animation__image {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
}

@media (min-width: 690px) {
    .animation__image {
        width: 330px;
    }
}

@media (min-width: 1000px) {
    .animation__image {
        width: 430px;
    }
}

.first-screen .button {
    margin-top: 20px;
    width: 100%;
}

.container--thanks .button,
.container--404 .button {
    margin-top: 40px;
}

@media (min-width: 1000px) {
    .first-screen .button {
        margin-top: auto;
    }

    .container--thanks .button,
    .container--404 .button {
        margin-top: 60px;
    }
}

@media (min-width: 480px) {
    .first-screen .button {
        width: 342px;
    }
}

/* animation for horizontal blocks */

@keyframes width-anim {
    0% {
        width: 50%;
    }

    25% {
        width: 90%;
    }

    50% {
        width: 50%;
    }

    75% {
        width: 10%;
    }

    100% {
        width: 50%;
    }
}

@keyframes width-anim-2 {
    0% {
        width: 50%;
    }

    25% {
        width: 10%;
    }

    50% {
        width: 50%;
    }

    75% {
        width: 90%;
    }

    100% {
        width: 50%;
    }
}

/* animation for horizontal blocks */

@keyframes width-anim-short {
    0% {
        width: 50%;
    }

    25% {
        width: 30%;
    }

    50% {
        width: 50%;
    }

    75% {
        width: 70%;
    }

    100% {
        width: 50%;
    }
}

@keyframes width-anim-short-2 {
    0% {
        width: 50%;
    }

    25% {
        width: 70%;
    }

    50% {
        width: 50%;
    }

    75% {
        width: 30%;
    }

    100% {
        width: 50%;
    }
}

/* animation for vertical blocks */

@keyframes height-anim {
    0% {
        height: 50%;
    }

    25% {
        height: 40%;
    }

    50% {
        height: 50%;
    }

    75% {
        height: 60%;
    }

    100% {
        height: 50%;
    }
}

@keyframes height-anim-2 {
    0% {
        height: 50%;
    }

    25% {
        height: 60%;
    }

    50% {
        height: 50%;
    }

    75% {
        height: 40%;
    }

    100% {
        height: 50%;
    }
}

/* animation for stars */

.stars__wrapper {
    display: none;
}

@media (prefers-color-scheme: dark) {
    .stars__wrapper {
        position: absolute;
        display: flex;
        max-width: 2000px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
        z-index: -1;
    }
}

#stars {
    width: 1px;
    height: 1px;
    background: transparent;
    animation: animStar 50s linear infinite;
    box-shadow: 779px 1331px #fff, 324px 42px #fff, 303px 586px #fff,
        1312px 276px #fff, 451px 625px #fff, 521px 1931px #fff, 1087px 1871px #fff,
        36px 1546px #fff, 132px 934px #fff, 1698px 901px #fff, 1418px 664px #fff,
        1448px 1157px #fff, 1084px 232px #fff, 347px 1776px #fff, 1722px 243px #fff,
        1629px 835px #fff, 479px 969px #fff, 1231px 960px #fff, 586px 384px #fff,
        164px 527px #fff, 8px 646px #fff, 1150px 1126px #fff, 665px 1357px #fff,
        1556px 1982px #fff, 1260px 1961px #fff, 1675px 1741px #fff,
        1843px 1514px #fff, 718px 1628px #fff, 242px 1343px #fff, 1497px 1880px #fff,
        1364px 230px #fff, 1739px 1302px #fff, 636px 959px #fff, 304px 686px #fff,
        614px 751px #fff, 1935px 816px #fff, 1428px 60px #fff, 355px 335px #fff,
        1594px 158px #fff, 90px 60px #fff, 1553px 162px #fff, 1239px 1825px #fff,
        1945px 587px #fff, 749px 1785px #fff, 1987px 1172px #fff, 1301px 1237px #fff,
        1039px 342px #fff, 1585px 1481px #fff, 995px 1048px #fff, 524px 932px #fff,
        214px 413px #fff, 1701px 1300px #fff, 1037px 1613px #fff, 1871px 996px #fff,
        1360px 1635px #fff, 1110px 1313px #fff, 412px 1783px #fff, 1949px 177px #fff,
        903px 1854px #fff, 700px 1936px #fff, 378px 125px #fff, 308px 834px #fff,
        1118px 962px #fff, 1350px 1929px #fff, 781px 1811px #fff, 561px 137px #fff,
        757px 1148px #fff, 1670px 1979px #fff, 343px 739px #fff, 945px 795px #fff,
        576px 1903px #fff, 1078px 1436px #fff, 1583px 450px #fff, 1366px 474px #fff,
        297px 1873px #fff, 192px 162px #fff, 1624px 1633px #fff, 59px 453px #fff,
        82px 1872px #fff, 1933px 498px #fff, 1966px 1974px #fff, 1975px 1688px #fff,
        779px 314px #fff, 1858px 1543px #fff, 73px 1507px #fff, 1693px 975px #fff,
        1683px 108px #fff, 1768px 1654px #fff, 654px 14px #fff, 494px 171px #fff,
        1689px 1895px #fff, 1660px 263px #fff, 1031px 903px #fff, 1203px 1393px #fff,
        1333px 1421px #fff, 1113px 41px #fff, 1206px 1645px #fff, 1325px 1635px #fff,
        142px 388px #fff, 572px 215px #fff, 1535px 296px #fff, 1419px 407px #fff,
        1379px 1003px #fff, 329px 469px #fff, 1791px 1652px #fff, 935px 1802px #fff,
        1330px 1820px #fff, 421px 1933px #fff, 828px 365px #fff, 275px 316px #fff,
        707px 960px #fff, 1605px 1554px #fff, 625px 58px #fff, 717px 1697px #fff,
        1669px 246px #fff, 1925px 322px #fff, 1154px 1803px #fff, 1929px 295px #fff,
        1248px 240px #fff, 1045px 1755px #fff, 166px 942px #fff, 1888px 1773px #fff,
        678px 1963px #fff, 1370px 569px #fff, 1974px 1400px #fff, 1786px 460px #fff,
        51px 307px #fff, 784px 1400px #fff, 730px 1258px #fff, 1712px 393px #fff,
        416px 170px #fff, 1797px 1932px #fff, 572px 219px #fff, 1557px 1856px #fff,
        218px 8px #fff, 348px 1334px #fff, 469px 413px #fff, 385px 1738px #fff,
        1357px 1818px #fff, 240px 942px #fff, 248px 1847px #fff, 1535px 806px #fff,
        236px 1514px #fff, 1429px 1556px #fff, 73px 1633px #fff, 1398px 1121px #fff,
        671px 1301px #fff, 1404px 1663px #fff, 740px 1018px #fff, 1600px 377px #fff,
        785px 514px #fff, 112px 1084px #fff, 1915px 1887px #fff, 1463px 1848px #fff,
        687px 1115px #fff, 1268px 1768px #fff, 1729px 1425px #fff,
        1284px 1022px #fff, 801px 974px #fff, 1975px 1317px #fff, 1354px 834px #fff,
        1446px 1484px #fff, 1283px 1786px #fff, 11px 523px #fff, 1842px 236px #fff,
        1355px 654px #fff, 429px 7px #fff, 1033px 1128px #fff, 157px 297px #fff,
        545px 635px #fff, 52px 1080px #fff, 827px 1520px #fff, 1121px 490px #fff,
        9px 309px #fff, 1744px 1586px #fff, 1014px 417px #fff, 1534px 524px #fff,
        958px 552px #fff, 1403px 1496px #fff, 387px 703px #fff, 1522px 548px #fff,
        1355px 282px #fff, 1532px 601px #fff, 1838px 790px #fff, 290px 259px #fff,
        295px 598px #fff, 1601px 539px #fff, 1561px 1272px #fff, 34px 1922px #fff,
        1024px 543px #fff, 467px 369px #fff, 722px 333px #fff, 1976px 1255px #fff,
        766px 983px #fff, 1582px 1285px #fff, 12px 512px #fff, 617px 1410px #fff,
        682px 577px #fff, 1334px 1438px #fff, 439px 327px #fff, 1617px 1661px #fff,
        673px 129px #fff, 794px 941px #fff, 1386px 1902px #fff, 37px 1353px #fff,
        1467px 1353px #fff, 416px 18px #fff, 187px 344px #fff, 200px 1898px #fff,
        1491px 1619px #fff, 811px 347px #fff, 924px 1827px #fff, 945px 217px #fff,
        1735px 1228px #fff, 379px 1890px #fff, 79px 761px #fff, 825px 1837px #fff,
        1980px 1558px #fff, 1308px 1573px #fff, 1488px 1726px #fff,
        382px 1208px #fff, 522px 595px #fff, 1277px 1898px #fff, 354px 552px #fff,
        161px 1784px #fff, 614px 251px #fff, 526px 1576px #fff, 17px 212px #fff,
        179px 996px #fff, 467px 1208px #fff, 1944px 1838px #fff, 1140px 1093px #fff,
        858px 1007px #fff, 200px 1064px #fff, 423px 1964px #fff, 1945px 439px #fff,
        1377px 689px #fff, 1120px 1437px #fff, 1876px 668px #fff, 907px 1324px #fff,
        343px 1976px #fff, 1816px 1501px #fff, 1849px 177px #fff, 647px 91px #fff,
        1984px 1012px #fff, 1336px 1300px #fff, 128px 648px #fff, 305px 1060px #fff,
        1324px 826px #fff, 1263px 1314px #fff, 1801px 629px #fff, 1614px 1555px #fff,
        1634px 90px #fff, 1603px 452px #fff, 891px 1984px #fff, 1556px 1906px #fff,
        121px 68px #fff, 1676px 1714px #fff, 516px 936px #fff, 1947px 1492px #fff,
        1455px 1519px #fff, 45px 602px #fff, 205px 1039px #fff, 793px 172px #fff,
        1562px 1739px #fff, 1056px 110px #fff, 1512px 379px #fff, 1795px 1621px #fff,
        1848px 607px #fff, 262px 1719px #fff, 477px 991px #fff, 483px 883px #fff,
        1239px 1197px #fff, 1496px 647px #fff, 1649px 25px #fff, 1491px 1946px #fff,
        119px 996px #fff, 179px 1472px #fff, 1341px 808px #fff, 1565px 1700px #fff,
        407px 1544px #fff, 1754px 357px #fff, 1288px 981px #fff, 902px 1997px #fff,
        1755px 1668px #fff, 186px 877px #fff, 1202px 1882px #fff, 461px 1213px #fff,
        1400px 748px #fff, 1969px 1899px #fff, 809px 522px #fff, 514px 1219px #fff,
        374px 275px #fff, 938px 1973px #fff, 357px 552px #fff, 144px 1722px #fff,
        1572px 912px #fff, 402px 1858px #fff, 1544px 1195px #fff, 667px 1257px #fff,
        727px 1496px #fff, 993px 232px #fff, 1772px 313px #fff, 1040px 1590px #fff,
        1204px 1973px #fff, 1268px 79px #fff, 1555px 1048px #fff, 986px 1707px #fff,
        978px 1710px #fff, 713px 360px #fff, 407px 863px #fff, 461px 736px #fff,
        284px 1608px #fff, 103px 430px #fff, 1283px 1319px #fff, 977px 1186px #fff,
        1966px 1516px #fff, 1287px 1129px #fff, 70px 1098px #fff, 1189px 889px #fff,
        1126px 1734px #fff, 309px 1292px #fff, 879px 764px #fff, 65px 473px #fff,
        1003px 1959px #fff, 658px 791px #fff, 402px 1576px #fff, 35px 622px #fff,
        529px 1589px #fff, 164px 666px #fff, 1876px 1290px #fff, 1541px 526px #fff,
        270px 1297px #fff, 440px 865px #fff, 1500px 802px #fff, 182px 1754px #fff,
        1264px 892px #fff, 272px 1249px #fff, 1289px 1535px #fff, 190px 1646px #fff,
        955px 242px #fff, 1456px 1597px #fff, 1727px 1983px #fff, 635px 801px #fff,
        226px 455px #fff, 1396px 1710px #fff, 849px 1863px #fff, 237px 1264px #fff,
        839px 140px #fff, 1122px 735px #fff, 1280px 15px #fff, 1318px 242px #fff,
        1819px 1148px #fff, 333px 1392px #fff, 1949px 553px #fff, 1878px 1332px #fff,
        467px 548px #fff, 1812px 1082px #fff, 1067px 193px #fff, 243px 156px #fff,
        483px 1616px #fff, 1714px 933px #fff, 759px 1800px #fff, 1822px 995px #fff,
        1877px 572px #fff, 581px 1084px #fff, 107px 732px #fff, 642px 1837px #fff,
        166px 1493px #fff, 1555px 198px #fff, 819px 307px #fff, 947px 345px #fff,
        827px 224px #fff, 927px 1394px #fff, 540px 467px #fff, 1093px 405px #fff,
        1140px 927px #fff, 130px 529px #fff, 33px 1980px #fff, 1147px 1663px #fff,
        1616px 1436px #fff, 528px 710px #fff, 798px 1100px #fff, 505px 1480px #fff,
        899px 641px #fff, 1909px 1949px #fff, 1311px 964px #fff, 979px 1301px #fff,
        1393px 969px #fff, 1793px 1886px #fff, 292px 357px #fff, 1196px 1718px #fff,
        1290px 1994px #fff, 537px 1973px #fff, 1181px 1674px #fff,
        1740px 1566px #fff, 1307px 265px #fff, 922px 522px #fff, 1892px 472px #fff,
        384px 1746px #fff, 392px 1098px #fff, 647px 548px #fff, 390px 1498px #fff,
        1246px 138px #fff, 730px 876px #fff, 192px 1472px #fff, 1790px 1789px #fff,
        928px 311px #fff, 1253px 1647px #fff, 747px 1921px #fff, 1561px 1025px #fff,
        1533px 1292px #fff, 1985px 195px #fff, 728px 729px #fff, 1712px 1936px #fff,
        512px 1717px #fff, 1528px 483px #fff, 313px 1642px #fff, 281px 1849px #fff,
        1212px 799px #fff, 435px 1191px #fff, 1422px 611px #fff, 1718px 1964px #fff,
        411px 944px #fff, 210px 636px #fff, 1502px 1295px #fff, 1434px 349px #fff,
        769px 60px #fff, 747px 1053px #fff, 789px 504px #fff, 1436px 1264px #fff,
        1893px 1225px #fff, 1394px 1788px #fff, 1108px 1317px #fff,
        1673px 1395px #fff, 854px 1010px #fff, 1705px 80px #fff, 1858px 148px #fff,
        1729px 344px #fff, 1388px 664px #fff, 895px 406px #fff, 1479px 157px #fff,
        1441px 1157px #fff, 552px 1900px #fff, 516px 364px #fff, 1647px 189px #fff,
        1427px 1071px #fff, 785px 729px #fff, 1080px 1710px #fff, 504px 204px #fff,
        1177px 1622px #fff, 657px 34px #fff, 1296px 1099px #fff, 248px 180px #fff,
        1212px 1568px #fff, 667px 1562px #fff, 695px 841px #fff, 1608px 1247px #fff,
        751px 882px #fff, 87px 167px #fff, 607px 1368px #fff, 1363px 1203px #fff,
        1836px 317px #fff, 1668px 1703px #fff, 830px 1154px #fff, 1721px 1398px #fff,
        1601px 1280px #fff, 976px 874px #fff, 1743px 254px #fff, 1020px 1815px #fff,
        1670px 1766px #fff, 1890px 735px #fff, 1379px 136px #fff, 1864px 695px #fff,
        206px 965px #fff, 1404px 1932px #fff, 1923px 1360px #fff, 247px 682px #fff,
        519px 1708px #fff, 645px 750px #fff, 1164px 1204px #fff, 834px 323px #fff,
        172px 1350px #fff, 213px 972px #fff, 1837px 190px #fff, 285px 1806px #fff,
        1047px 1299px #fff, 1548px 825px #fff, 1730px 324px #fff, 1346px 1909px #fff,
        772px 270px #fff, 345px 1190px #fff, 478px 1433px #fff, 1479px 25px #fff,
        1994px 1830px #fff, 1744px 732px #fff, 20px 1635px #fff, 690px 1795px #fff,
        1594px 569px #fff, 579px 245px #fff, 1398px 733px #fff, 408px 1352px #fff,
        1774px 120px #fff, 1152px 1370px #fff, 1698px 1810px #fff, 710px 1450px #fff,
        665px 286px #fff, 493px 1720px #fff, 786px 5px #fff, 637px 1140px #fff,
        764px 324px #fff, 927px 310px #fff, 938px 1424px #fff, 1884px 744px #fff,
        913px 462px #fff, 1831px 1936px #fff, 1527px 249px #fff, 36px 1381px #fff,
        1597px 581px #fff, 1530px 355px #fff, 949px 459px #fff, 799px 828px #fff,
        242px 1471px #fff, 654px 797px #fff, 796px 594px #fff, 1365px 678px #fff,
        752px 23px #fff, 1630px 541px #fff, 982px 72px #fff, 1733px 1831px #fff,
        21px 412px #fff, 775px 998px #fff, 335px 1945px #fff, 264px 583px #fff,
        158px 1311px #fff, 528px 164px #fff, 1978px 574px #fff, 717px 1203px #fff,
        734px 1591px #fff, 1555px 820px #fff, 16px 1943px #fff, 1625px 1177px #fff,
        1236px 690px #fff, 1585px 1590px #fff, 1737px 1728px #fff, 721px 698px #fff,
        1804px 1186px #fff, 166px 980px #fff, 1850px 230px #fff, 330px 1712px #fff,
        95px 797px #fff, 1948px 1078px #fff, 469px 939px #fff, 1269px 1899px #fff,
        955px 1220px #fff, 1137px 1075px #fff, 312px 1293px #fff, 986px 1762px #fff,
        1103px 1238px #fff, 428px 1993px #fff, 355px 570px #fff, 977px 1836px #fff,
        1395px 1092px #fff, 276px 913px #fff, 1743px 656px #fff, 773px 502px #fff,
        1686px 1322px #fff, 1516px 1945px #fff, 1334px 501px #fff, 266px 156px #fff,
        455px 655px #fff, 798px 72px #fff, 1059px 1259px #fff, 1402px 1687px #fff,
        236px 1329px #fff, 1455px 786px #fff, 146px 1228px #fff, 1851px 823px #fff,
        1062px 100px #fff, 1220px 953px #fff, 20px 1826px #fff, 36px 1063px #fff,
        1525px 338px #fff, 790px 1521px #fff, 741px 1099px #fff, 288px 1489px #fff,
        700px 1060px #fff, 390px 1071px #fff, 411px 1036px #fff, 1853px 1072px #fff,
        1446px 1085px #fff, 1164px 874px #fff, 924px 925px #fff, 291px 271px #fff,
        1257px 1964px #fff, 1580px 1352px #fff, 1507px 1216px #fff, 211px 956px #fff,
        985px 1195px #fff, 975px 1640px #fff, 518px 101px #fff, 663px 1395px #fff,
        914px 532px #fff, 145px 1320px #fff, 69px 1397px #fff, 982px 523px #fff,
        257px 725px #fff, 1599px 831px #fff, 1636px 1513px #fff, 1250px 1158px #fff,
        1132px 604px #fff, 183px 102px #fff, 1057px 318px #fff, 1247px 1835px #fff,
        1983px 1110px #fff, 1077px 1455px #fff, 921px 1770px #fff, 806px 1350px #fff,
        1938px 1992px #fff, 855px 1260px #fff, 902px 1345px #fff, 658px 1908px #fff,
        1845px 679px #fff, 712px 1482px #fff, 595px 950px #fff, 1784px 1992px #fff,
        1847px 1785px #fff, 691px 1004px #fff, 175px 1179px #fff, 1666px 1911px #fff,
        41px 61px #fff, 971px 1080px #fff, 1830px 1450px #fff, 1351px 1518px #fff,
        1257px 99px #fff, 1395px 1498px #fff, 1117px 252px #fff, 1779px 597px #fff,
        1346px 729px #fff, 1108px 1144px #fff, 402px 691px #fff, 72px 496px #fff,
        1673px 1604px #fff, 1497px 974px #fff, 1865px 1664px #fff, 88px 806px #fff,
        918px 77px #fff, 244px 1118px #fff, 256px 1820px #fff, 1851px 1840px #fff,
        605px 1851px #fff, 634px 383px #fff, 865px 37px #fff, 943px 1024px #fff,
        1951px 177px #fff, 1097px 523px #fff, 985px 1700px #fff, 1243px 122px #fff,
        768px 1070px #fff, 468px 194px #fff, 320px 1867px #fff, 1850px 185px #fff,
        380px 1616px #fff, 468px 1294px #fff, 1122px 1743px #fff, 884px 299px #fff,
        1300px 1917px #fff, 1860px 396px #fff, 1270px 990px #fff, 529px 733px #fff,
        1975px 1347px #fff, 1885px 685px #fff, 226px 506px #fff, 651px 878px #fff,
        1323px 680px #fff, 1284px 680px #fff, 238px 1967px #fff, 911px 174px #fff,
        1111px 521px #fff, 1150px 85px #fff, 794px 502px #fff, 484px 1856px #fff,
        1809px 368px #fff, 112px 953px #fff, 590px 1009px #fff, 1655px 311px #fff,
        100px 1026px #fff, 1803px 352px #fff, 865px 306px #fff, 1077px 1019px #fff,
        1335px 872px #fff, 1647px 1298px #fff, 1233px 1387px #fff, 698px 1036px #fff,
        659px 1860px #fff, 388px 1412px #fff, 1212px 458px #fff, 755px 1468px #fff,
        696px 1654px #fff, 1144px 60px #fff;
}

#stars:after {
    content: '';
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 779px 1331px #fff, 324px 42px #fff, 303px 586px #fff,
        1312px 276px #fff, 451px 625px #fff, 521px 1931px #fff, 1087px 1871px #fff,
        36px 1546px #fff, 132px 934px #fff, 1698px 901px #fff, 1418px 664px #fff,
        1448px 1157px #fff, 1084px 232px #fff, 347px 1776px #fff, 1722px 243px #fff,
        1629px 835px #fff, 479px 969px #fff, 1231px 960px #fff, 586px 384px #fff,
        164px 527px #fff, 8px 646px #fff, 1150px 1126px #fff, 665px 1357px #fff,
        1556px 1982px #fff, 1260px 1961px #fff, 1675px 1741px #fff,
        1843px 1514px #fff, 718px 1628px #fff, 242px 1343px #fff, 1497px 1880px #fff,
        1364px 230px #fff, 1739px 1302px #fff, 636px 959px #fff, 304px 686px #fff,
        614px 751px #fff, 1935px 816px #fff, 1428px 60px #fff, 355px 335px #fff,
        1594px 158px #fff, 90px 60px #fff, 1553px 162px #fff, 1239px 1825px #fff,
        1945px 587px #fff, 749px 1785px #fff, 1987px 1172px #fff, 1301px 1237px #fff,
        1039px 342px #fff, 1585px 1481px #fff, 995px 1048px #fff, 524px 932px #fff,
        214px 413px #fff, 1701px 1300px #fff, 1037px 1613px #fff, 1871px 996px #fff,
        1360px 1635px #fff, 1110px 1313px #fff, 412px 1783px #fff, 1949px 177px #fff,
        903px 1854px #fff, 700px 1936px #fff, 378px 125px #fff, 308px 834px #fff,
        1118px 962px #fff, 1350px 1929px #fff, 781px 1811px #fff, 561px 137px #fff,
        757px 1148px #fff, 1670px 1979px #fff, 343px 739px #fff, 945px 795px #fff,
        576px 1903px #fff, 1078px 1436px #fff, 1583px 450px #fff, 1366px 474px #fff,
        297px 1873px #fff, 192px 162px #fff, 1624px 1633px #fff, 59px 453px #fff,
        82px 1872px #fff, 1933px 498px #fff, 1966px 1974px #fff, 1975px 1688px #fff,
        779px 314px #fff, 1858px 1543px #fff, 73px 1507px #fff, 1693px 975px #fff,
        1683px 108px #fff, 1768px 1654px #fff, 654px 14px #fff, 494px 171px #fff,
        1689px 1895px #fff, 1660px 263px #fff, 1031px 903px #fff, 1203px 1393px #fff,
        1333px 1421px #fff, 1113px 41px #fff, 1206px 1645px #fff, 1325px 1635px #fff,
        142px 388px #fff, 572px 215px #fff, 1535px 296px #fff, 1419px 407px #fff,
        1379px 1003px #fff, 329px 469px #fff, 1791px 1652px #fff, 935px 1802px #fff,
        1330px 1820px #fff, 421px 1933px #fff, 828px 365px #fff, 275px 316px #fff,
        707px 960px #fff, 1605px 1554px #fff, 625px 58px #fff, 717px 1697px #fff,
        1669px 246px #fff, 1925px 322px #fff, 1154px 1803px #fff, 1929px 295px #fff,
        1248px 240px #fff, 1045px 1755px #fff, 166px 942px #fff, 1888px 1773px #fff,
        678px 1963px #fff, 1370px 569px #fff, 1974px 1400px #fff, 1786px 460px #fff,
        51px 307px #fff, 784px 1400px #fff, 730px 1258px #fff, 1712px 393px #fff,
        416px 170px #fff, 1797px 1932px #fff, 572px 219px #fff, 1557px 1856px #fff,
        218px 8px #fff, 348px 1334px #fff, 469px 413px #fff, 385px 1738px #fff,
        1357px 1818px #fff, 240px 942px #fff, 248px 1847px #fff, 1535px 806px #fff,
        236px 1514px #fff, 1429px 1556px #fff, 73px 1633px #fff, 1398px 1121px #fff,
        671px 1301px #fff, 1404px 1663px #fff, 740px 1018px #fff, 1600px 377px #fff,
        785px 514px #fff, 112px 1084px #fff, 1915px 1887px #fff, 1463px 1848px #fff,
        687px 1115px #fff, 1268px 1768px #fff, 1729px 1425px #fff,
        1284px 1022px #fff, 801px 974px #fff, 1975px 1317px #fff, 1354px 834px #fff,
        1446px 1484px #fff, 1283px 1786px #fff, 11px 523px #fff, 1842px 236px #fff,
        1355px 654px #fff, 429px 7px #fff, 1033px 1128px #fff, 157px 297px #fff,
        545px 635px #fff, 52px 1080px #fff, 827px 1520px #fff, 1121px 490px #fff,
        9px 309px #fff, 1744px 1586px #fff, 1014px 417px #fff, 1534px 524px #fff,
        958px 552px #fff, 1403px 1496px #fff, 387px 703px #fff, 1522px 548px #fff,
        1355px 282px #fff, 1532px 601px #fff, 1838px 790px #fff, 290px 259px #fff,
        295px 598px #fff, 1601px 539px #fff, 1561px 1272px #fff, 34px 1922px #fff,
        1024px 543px #fff, 467px 369px #fff, 722px 333px #fff, 1976px 1255px #fff,
        766px 983px #fff, 1582px 1285px #fff, 12px 512px #fff, 617px 1410px #fff,
        682px 577px #fff, 1334px 1438px #fff, 439px 327px #fff, 1617px 1661px #fff,
        673px 129px #fff, 794px 941px #fff, 1386px 1902px #fff, 37px 1353px #fff,
        1467px 1353px #fff, 416px 18px #fff, 187px 344px #fff, 200px 1898px #fff,
        1491px 1619px #fff, 811px 347px #fff, 924px 1827px #fff, 945px 217px #fff,
        1735px 1228px #fff, 379px 1890px #fff, 79px 761px #fff, 825px 1837px #fff,
        1980px 1558px #fff, 1308px 1573px #fff, 1488px 1726px #fff,
        382px 1208px #fff, 522px 595px #fff, 1277px 1898px #fff, 354px 552px #fff,
        161px 1784px #fff, 614px 251px #fff, 526px 1576px #fff, 17px 212px #fff,
        179px 996px #fff, 467px 1208px #fff, 1944px 1838px #fff, 1140px 1093px #fff,
        858px 1007px #fff, 200px 1064px #fff, 423px 1964px #fff, 1945px 439px #fff,
        1377px 689px #fff, 1120px 1437px #fff, 1876px 668px #fff, 907px 1324px #fff,
        343px 1976px #fff, 1816px 1501px #fff, 1849px 177px #fff, 647px 91px #fff,
        1984px 1012px #fff, 1336px 1300px #fff, 128px 648px #fff, 305px 1060px #fff,
        1324px 826px #fff, 1263px 1314px #fff, 1801px 629px #fff, 1614px 1555px #fff,
        1634px 90px #fff, 1603px 452px #fff, 891px 1984px #fff, 1556px 1906px #fff,
        121px 68px #fff, 1676px 1714px #fff, 516px 936px #fff, 1947px 1492px #fff,
        1455px 1519px #fff, 45px 602px #fff, 205px 1039px #fff, 793px 172px #fff,
        1562px 1739px #fff, 1056px 110px #fff, 1512px 379px #fff, 1795px 1621px #fff,
        1848px 607px #fff, 262px 1719px #fff, 477px 991px #fff, 483px 883px #fff,
        1239px 1197px #fff, 1496px 647px #fff, 1649px 25px #fff, 1491px 1946px #fff,
        119px 996px #fff, 179px 1472px #fff, 1341px 808px #fff, 1565px 1700px #fff,
        407px 1544px #fff, 1754px 357px #fff, 1288px 981px #fff, 902px 1997px #fff,
        1755px 1668px #fff, 186px 877px #fff, 1202px 1882px #fff, 461px 1213px #fff,
        1400px 748px #fff, 1969px 1899px #fff, 809px 522px #fff, 514px 1219px #fff,
        374px 275px #fff, 938px 1973px #fff, 357px 552px #fff, 144px 1722px #fff,
        1572px 912px #fff, 402px 1858px #fff, 1544px 1195px #fff, 667px 1257px #fff,
        727px 1496px #fff, 993px 232px #fff, 1772px 313px #fff, 1040px 1590px #fff,
        1204px 1973px #fff, 1268px 79px #fff, 1555px 1048px #fff, 986px 1707px #fff,
        978px 1710px #fff, 713px 360px #fff, 407px 863px #fff, 461px 736px #fff,
        284px 1608px #fff, 103px 430px #fff, 1283px 1319px #fff, 977px 1186px #fff,
        1966px 1516px #fff, 1287px 1129px #fff, 70px 1098px #fff, 1189px 889px #fff,
        1126px 1734px #fff, 309px 1292px #fff, 879px 764px #fff, 65px 473px #fff,
        1003px 1959px #fff, 658px 791px #fff, 402px 1576px #fff, 35px 622px #fff,
        529px 1589px #fff, 164px 666px #fff, 1876px 1290px #fff, 1541px 526px #fff,
        270px 1297px #fff, 440px 865px #fff, 1500px 802px #fff, 182px 1754px #fff,
        1264px 892px #fff, 272px 1249px #fff, 1289px 1535px #fff, 190px 1646px #fff,
        955px 242px #fff, 1456px 1597px #fff, 1727px 1983px #fff, 635px 801px #fff,
        226px 455px #fff, 1396px 1710px #fff, 849px 1863px #fff, 237px 1264px #fff,
        839px 140px #fff, 1122px 735px #fff, 1280px 15px #fff, 1318px 242px #fff,
        1819px 1148px #fff, 333px 1392px #fff, 1949px 553px #fff, 1878px 1332px #fff,
        467px 548px #fff, 1812px 1082px #fff, 1067px 193px #fff, 243px 156px #fff,
        483px 1616px #fff, 1714px 933px #fff, 759px 1800px #fff, 1822px 995px #fff,
        1877px 572px #fff, 581px 1084px #fff, 107px 732px #fff, 642px 1837px #fff,
        166px 1493px #fff, 1555px 198px #fff, 819px 307px #fff, 947px 345px #fff,
        827px 224px #fff, 927px 1394px #fff, 540px 467px #fff, 1093px 405px #fff,
        1140px 927px #fff, 130px 529px #fff, 33px 1980px #fff, 1147px 1663px #fff,
        1616px 1436px #fff, 528px 710px #fff, 798px 1100px #fff, 505px 1480px #fff,
        899px 641px #fff, 1909px 1949px #fff, 1311px 964px #fff, 979px 1301px #fff,
        1393px 969px #fff, 1793px 1886px #fff, 292px 357px #fff, 1196px 1718px #fff,
        1290px 1994px #fff, 537px 1973px #fff, 1181px 1674px #fff,
        1740px 1566px #fff, 1307px 265px #fff, 922px 522px #fff, 1892px 472px #fff,
        384px 1746px #fff, 392px 1098px #fff, 647px 548px #fff, 390px 1498px #fff,
        1246px 138px #fff, 730px 876px #fff, 192px 1472px #fff, 1790px 1789px #fff,
        928px 311px #fff, 1253px 1647px #fff, 747px 1921px #fff, 1561px 1025px #fff,
        1533px 1292px #fff, 1985px 195px #fff, 728px 729px #fff, 1712px 1936px #fff,
        512px 1717px #fff, 1528px 483px #fff, 313px 1642px #fff, 281px 1849px #fff,
        1212px 799px #fff, 435px 1191px #fff, 1422px 611px #fff, 1718px 1964px #fff,
        411px 944px #fff, 210px 636px #fff, 1502px 1295px #fff, 1434px 349px #fff,
        769px 60px #fff, 747px 1053px #fff, 789px 504px #fff, 1436px 1264px #fff,
        1893px 1225px #fff, 1394px 1788px #fff, 1108px 1317px #fff,
        1673px 1395px #fff, 854px 1010px #fff, 1705px 80px #fff, 1858px 148px #fff,
        1729px 344px #fff, 1388px 664px #fff, 895px 406px #fff, 1479px 157px #fff,
        1441px 1157px #fff, 552px 1900px #fff, 516px 364px #fff, 1647px 189px #fff,
        1427px 1071px #fff, 785px 729px #fff, 1080px 1710px #fff, 504px 204px #fff,
        1177px 1622px #fff, 657px 34px #fff, 1296px 1099px #fff, 248px 180px #fff,
        1212px 1568px #fff, 667px 1562px #fff, 695px 841px #fff, 1608px 1247px #fff,
        751px 882px #fff, 87px 167px #fff, 607px 1368px #fff, 1363px 1203px #fff,
        1836px 317px #fff, 1668px 1703px #fff, 830px 1154px #fff, 1721px 1398px #fff,
        1601px 1280px #fff, 976px 874px #fff, 1743px 254px #fff, 1020px 1815px #fff,
        1670px 1766px #fff, 1890px 735px #fff, 1379px 136px #fff, 1864px 695px #fff,
        206px 965px #fff, 1404px 1932px #fff, 1923px 1360px #fff, 247px 682px #fff,
        519px 1708px #fff, 645px 750px #fff, 1164px 1204px #fff, 834px 323px #fff,
        172px 1350px #fff, 213px 972px #fff, 1837px 190px #fff, 285px 1806px #fff,
        1047px 1299px #fff, 1548px 825px #fff, 1730px 324px #fff, 1346px 1909px #fff,
        772px 270px #fff, 345px 1190px #fff, 478px 1433px #fff, 1479px 25px #fff,
        1994px 1830px #fff, 1744px 732px #fff, 20px 1635px #fff, 690px 1795px #fff,
        1594px 569px #fff, 579px 245px #fff, 1398px 733px #fff, 408px 1352px #fff,
        1774px 120px #fff, 1152px 1370px #fff, 1698px 1810px #fff, 710px 1450px #fff,
        665px 286px #fff, 493px 1720px #fff, 786px 5px #fff, 637px 1140px #fff,
        764px 324px #fff, 927px 310px #fff, 938px 1424px #fff, 1884px 744px #fff,
        913px 462px #fff, 1831px 1936px #fff, 1527px 249px #fff, 36px 1381px #fff,
        1597px 581px #fff, 1530px 355px #fff, 949px 459px #fff, 799px 828px #fff,
        242px 1471px #fff, 654px 797px #fff, 796px 594px #fff, 1365px 678px #fff,
        752px 23px #fff, 1630px 541px #fff, 982px 72px #fff, 1733px 1831px #fff,
        21px 412px #fff, 775px 998px #fff, 335px 1945px #fff, 264px 583px #fff,
        158px 1311px #fff, 528px 164px #fff, 1978px 574px #fff, 717px 1203px #fff,
        734px 1591px #fff, 1555px 820px #fff, 16px 1943px #fff, 1625px 1177px #fff,
        1236px 690px #fff, 1585px 1590px #fff, 1737px 1728px #fff, 721px 698px #fff,
        1804px 1186px #fff, 166px 980px #fff, 1850px 230px #fff, 330px 1712px #fff,
        95px 797px #fff, 1948px 1078px #fff, 469px 939px #fff, 1269px 1899px #fff,
        955px 1220px #fff, 1137px 1075px #fff, 312px 1293px #fff, 986px 1762px #fff,
        1103px 1238px #fff, 428px 1993px #fff, 355px 570px #fff, 977px 1836px #fff,
        1395px 1092px #fff, 276px 913px #fff, 1743px 656px #fff, 773px 502px #fff,
        1686px 1322px #fff, 1516px 1945px #fff, 1334px 501px #fff, 266px 156px #fff,
        455px 655px #fff, 798px 72px #fff, 1059px 1259px #fff, 1402px 1687px #fff,
        236px 1329px #fff, 1455px 786px #fff, 146px 1228px #fff, 1851px 823px #fff,
        1062px 100px #fff, 1220px 953px #fff, 20px 1826px #fff, 36px 1063px #fff,
        1525px 338px #fff, 790px 1521px #fff, 741px 1099px #fff, 288px 1489px #fff,
        700px 1060px #fff, 390px 1071px #fff, 411px 1036px #fff, 1853px 1072px #fff,
        1446px 1085px #fff, 1164px 874px #fff, 924px 925px #fff, 291px 271px #fff,
        1257px 1964px #fff, 1580px 1352px #fff, 1507px 1216px #fff, 211px 956px #fff,
        985px 1195px #fff, 975px 1640px #fff, 518px 101px #fff, 663px 1395px #fff,
        914px 532px #fff, 145px 1320px #fff, 69px 1397px #fff, 982px 523px #fff,
        257px 725px #fff, 1599px 831px #fff, 1636px 1513px #fff, 1250px 1158px #fff,
        1132px 604px #fff, 183px 102px #fff, 1057px 318px #fff, 1247px 1835px #fff,
        1983px 1110px #fff, 1077px 1455px #fff, 921px 1770px #fff, 806px 1350px #fff,
        1938px 1992px #fff, 855px 1260px #fff, 902px 1345px #fff, 658px 1908px #fff,
        1845px 679px #fff, 712px 1482px #fff, 595px 950px #fff, 1784px 1992px #fff,
        1847px 1785px #fff, 691px 1004px #fff, 175px 1179px #fff, 1666px 1911px #fff,
        41px 61px #fff, 971px 1080px #fff, 1830px 1450px #fff, 1351px 1518px #fff,
        1257px 99px #fff, 1395px 1498px #fff, 1117px 252px #fff, 1779px 597px #fff,
        1346px 729px #fff, 1108px 1144px #fff, 402px 691px #fff, 72px 496px #fff,
        1673px 1604px #fff, 1497px 974px #fff, 1865px 1664px #fff, 88px 806px #fff,
        918px 77px #fff, 244px 1118px #fff, 256px 1820px #fff, 1851px 1840px #fff,
        605px 1851px #fff, 634px 383px #fff, 865px 37px #fff, 943px 1024px #fff,
        1951px 177px #fff, 1097px 523px #fff, 985px 1700px #fff, 1243px 122px #fff,
        768px 1070px #fff, 468px 194px #fff, 320px 1867px #fff, 1850px 185px #fff,
        380px 1616px #fff, 468px 1294px #fff, 1122px 1743px #fff, 884px 299px #fff,
        1300px 1917px #fff, 1860px 396px #fff, 1270px 990px #fff, 529px 733px #fff,
        1975px 1347px #fff, 1885px 685px #fff, 226px 506px #fff, 651px 878px #fff,
        1323px 680px #fff, 1284px 680px #fff, 238px 1967px #fff, 911px 174px #fff,
        1111px 521px #fff, 1150px 85px #fff, 794px 502px #fff, 484px 1856px #fff,
        1809px 368px #fff, 112px 953px #fff, 590px 1009px #fff, 1655px 311px #fff,
        100px 1026px #fff, 1803px 352px #fff, 865px 306px #fff, 1077px 1019px #fff,
        1335px 872px #fff, 1647px 1298px #fff, 1233px 1387px #fff, 698px 1036px #fff,
        659px 1860px #fff, 388px 1412px #fff, 1212px 458px #fff, 755px 1468px #fff,
        696px 1654px #fff, 1144px 60px #fff;
}

#stars2 {
    width: 2px;
    height: 2px;
    background: transparent;
    animation: animStar 100s linear infinite;
    box-shadow: 1448px 320px #fff, 1775px 1663px #fff, 332px 1364px #fff,
        878px 340px #fff, 569px 1832px #fff, 1422px 1684px #fff, 1946px 1907px #fff,
        121px 979px #fff, 1044px 1069px #fff, 463px 381px #fff, 423px 112px #fff,
        523px 1179px #fff, 779px 654px #fff, 1398px 694px #fff, 1085px 1464px #fff,
        1599px 1869px #fff, 801px 1882px #fff, 779px 1231px #fff, 552px 932px #fff,
        1057px 1196px #fff, 282px 1280px #fff, 496px 1986px #fff, 1833px 1120px #fff,
        1802px 1293px #fff, 6px 1696px #fff, 412px 1902px #fff, 605px 438px #fff,
        24px 1212px #fff, 234px 1320px #fff, 544px 344px #fff, 1107px 170px #fff,
        1603px 196px #fff, 905px 648px #fff, 68px 1458px #fff, 649px 1969px #fff,
        744px 675px #fff, 1127px 478px #fff, 714px 1814px #fff, 1486px 526px #fff,
        270px 1636px #fff, 1931px 149px #fff, 1807px 378px #fff, 8px 390px #fff,
        1415px 699px #fff, 1473px 1211px #fff, 1590px 141px #fff, 270px 1705px #fff,
        69px 1423px #fff, 1108px 1053px #fff, 1946px 128px #fff, 371px 371px #fff,
        1490px 220px #fff, 357px 1885px #fff, 363px 363px #fff, 1896px 1256px #fff,
        1979px 1050px #fff, 947px 1342px #fff, 1754px 242px #fff, 514px 974px #fff,
        65px 1477px #fff, 1840px 547px #fff, 950px 695px #fff, 459px 1150px #fff,
        1124px 1502px #fff, 481px 940px #fff, 680px 839px #fff, 797px 1169px #fff,
        1977px 1491px #fff, 734px 1724px #fff, 210px 298px #fff, 816px 628px #fff,
        686px 770px #fff, 1721px 267px #fff, 1663px 511px #fff, 1481px 1141px #fff,
        582px 248px #fff, 1308px 953px #fff, 628px 657px #fff, 897px 1535px #fff,
        270px 931px #fff, 791px 467px #fff, 1336px 1732px #fff, 1013px 1653px #fff,
        1911px 956px #fff, 587px 816px #fff, 83px 456px #fff, 930px 1478px #fff,
        1587px 1694px #fff, 614px 1200px #fff, 302px 1782px #fff, 1711px 1432px #fff,
        443px 904px #fff, 1666px 714px #fff, 1588px 1167px #fff, 273px 1075px #fff,
        1679px 461px #fff, 721px 664px #fff, 1202px 10px #fff, 166px 1126px #fff,
        331px 1628px #fff, 430px 1565px #fff, 1585px 509px #fff, 640px 38px #fff,
        822px 837px #fff, 1760px 1664px #fff, 1122px 1458px #fff, 398px 131px #fff,
        689px 285px #fff, 460px 652px #fff, 1627px 365px #fff, 348px 1648px #fff,
        819px 1946px #fff, 981px 1917px #fff, 323px 76px #fff, 979px 684px #fff,
        887px 536px #fff, 1348px 1596px #fff, 1055px 666px #fff, 1402px 1797px #fff,
        1300px 1055px #fff, 937px 238px #fff, 1474px 1815px #fff, 1144px 1710px #fff,
        1629px 1087px #fff, 911px 919px #fff, 771px 819px #fff, 403px 720px #fff,
        163px 736px #fff, 1062px 238px #fff, 1774px 818px #fff, 1874px 1178px #fff,
        1177px 699px #fff, 1244px 1244px #fff, 1371px 58px #fff, 564px 1515px #fff,
        1824px 487px #fff, 929px 702px #fff, 394px 1348px #fff, 1161px 641px #fff,
        219px 1841px #fff, 358px 941px #fff, 140px 1759px #fff, 1019px 1345px #fff,
        274px 436px #fff, 1433px 1605px #fff, 1798px 1426px #fff, 294px 1848px #fff,
        1681px 1877px #fff, 1344px 1824px #fff, 1439px 1632px #fff,
        161px 1012px #fff, 1308px 588px #fff, 1789px 582px #fff, 721px 1910px #fff,
        318px 218px #fff, 607px 319px #fff, 495px 535px #fff, 1552px 1575px #fff,
        1562px 67px #fff, 403px 926px #fff, 1096px 1800px #fff, 1814px 1709px #fff,
        1882px 1831px #fff, 533px 46px #fff, 823px 969px #fff, 530px 165px #fff,
        1030px 352px #fff, 1681px 313px #fff, 338px 115px #fff, 1607px 211px #fff,
        1718px 1184px #fff, 1589px 659px #fff, 278px 355px #fff, 464px 1464px #fff,
        1165px 277px #fff, 950px 694px #fff, 1746px 293px #fff, 793px 911px #fff,
        528px 773px #fff, 1883px 1694px #fff, 748px 182px #fff, 1924px 1531px #fff,
        100px 636px #fff, 1473px 1445px #fff, 1264px 1244px #fff, 850px 1377px #fff,
        987px 1976px #fff, 933px 1761px #fff, 922px 1270px #fff, 500px 396px #fff,
        1324px 8px #fff, 1967px 1814px #fff, 1072px 1401px #fff, 961px 37px #fff,
        156px 81px #fff, 1915px 502px #fff, 1076px 1846px #fff, 152px 1669px #fff,
        986px 1529px #fff, 1667px 1137px #fff;
}

#stars2:after {
    content: '';
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1448px 320px #fff, 1775px 1663px #fff, 332px 1364px #fff,
        878px 340px #fff, 569px 1832px #fff, 1422px 1684px #fff, 1946px 1907px #fff,
        121px 979px #fff, 1044px 1069px #fff, 463px 381px #fff, 423px 112px #fff,
        523px 1179px #fff, 779px 654px #fff, 1398px 694px #fff, 1085px 1464px #fff,
        1599px 1869px #fff, 801px 1882px #fff, 779px 1231px #fff, 552px 932px #fff,
        1057px 1196px #fff, 282px 1280px #fff, 496px 1986px #fff, 1833px 1120px #fff,
        1802px 1293px #fff, 6px 1696px #fff, 412px 1902px #fff, 605px 438px #fff,
        24px 1212px #fff, 234px 1320px #fff, 544px 344px #fff, 1107px 170px #fff,
        1603px 196px #fff, 905px 648px #fff, 68px 1458px #fff, 649px 1969px #fff,
        744px 675px #fff, 1127px 478px #fff, 714px 1814px #fff, 1486px 526px #fff,
        270px 1636px #fff, 1931px 149px #fff, 1807px 378px #fff, 8px 390px #fff,
        1415px 699px #fff, 1473px 1211px #fff, 1590px 141px #fff, 270px 1705px #fff,
        69px 1423px #fff, 1108px 1053px #fff, 1946px 128px #fff, 371px 371px #fff,
        1490px 220px #fff, 357px 1885px #fff, 363px 363px #fff, 1896px 1256px #fff,
        1979px 1050px #fff, 947px 1342px #fff, 1754px 242px #fff, 514px 974px #fff,
        65px 1477px #fff, 1840px 547px #fff, 950px 695px #fff, 459px 1150px #fff,
        1124px 1502px #fff, 481px 940px #fff, 680px 839px #fff, 797px 1169px #fff,
        1977px 1491px #fff, 734px 1724px #fff, 210px 298px #fff, 816px 628px #fff,
        686px 770px #fff, 1721px 267px #fff, 1663px 511px #fff, 1481px 1141px #fff,
        582px 248px #fff, 1308px 953px #fff, 628px 657px #fff, 897px 1535px #fff,
        270px 931px #fff, 791px 467px #fff, 1336px 1732px #fff, 1013px 1653px #fff,
        1911px 956px #fff, 587px 816px #fff, 83px 456px #fff, 930px 1478px #fff,
        1587px 1694px #fff, 614px 1200px #fff, 302px 1782px #fff, 1711px 1432px #fff,
        443px 904px #fff, 1666px 714px #fff, 1588px 1167px #fff, 273px 1075px #fff,
        1679px 461px #fff, 721px 664px #fff, 1202px 10px #fff, 166px 1126px #fff,
        331px 1628px #fff, 430px 1565px #fff, 1585px 509px #fff, 640px 38px #fff,
        822px 837px #fff, 1760px 1664px #fff, 1122px 1458px #fff, 398px 131px #fff,
        689px 285px #fff, 460px 652px #fff, 1627px 365px #fff, 348px 1648px #fff,
        819px 1946px #fff, 981px 1917px #fff, 323px 76px #fff, 979px 684px #fff,
        887px 536px #fff, 1348px 1596px #fff, 1055px 666px #fff, 1402px 1797px #fff,
        1300px 1055px #fff, 937px 238px #fff, 1474px 1815px #fff, 1144px 1710px #fff,
        1629px 1087px #fff, 911px 919px #fff, 771px 819px #fff, 403px 720px #fff,
        163px 736px #fff, 1062px 238px #fff, 1774px 818px #fff, 1874px 1178px #fff,
        1177px 699px #fff, 1244px 1244px #fff, 1371px 58px #fff, 564px 1515px #fff,
        1824px 487px #fff, 929px 702px #fff, 394px 1348px #fff, 1161px 641px #fff,
        219px 1841px #fff, 358px 941px #fff, 140px 1759px #fff, 1019px 1345px #fff,
        274px 436px #fff, 1433px 1605px #fff, 1798px 1426px #fff, 294px 1848px #fff,
        1681px 1877px #fff, 1344px 1824px #fff, 1439px 1632px #fff,
        161px 1012px #fff, 1308px 588px #fff, 1789px 582px #fff, 721px 1910px #fff,
        318px 218px #fff, 607px 319px #fff, 495px 535px #fff, 1552px 1575px #fff,
        1562px 67px #fff, 403px 926px #fff, 1096px 1800px #fff, 1814px 1709px #fff,
        1882px 1831px #fff, 533px 46px #fff, 823px 969px #fff, 530px 165px #fff,
        1030px 352px #fff, 1681px 313px #fff, 338px 115px #fff, 1607px 211px #fff,
        1718px 1184px #fff, 1589px 659px #fff, 278px 355px #fff, 464px 1464px #fff,
        1165px 277px #fff, 950px 694px #fff, 1746px 293px #fff, 793px 911px #fff,
        528px 773px #fff, 1883px 1694px #fff, 748px 182px #fff, 1924px 1531px #fff,
        100px 636px #fff, 1473px 1445px #fff, 1264px 1244px #fff, 850px 1377px #fff,
        987px 1976px #fff, 933px 1761px #fff, 922px 1270px #fff, 500px 396px #fff,
        1324px 8px #fff, 1967px 1814px #fff, 1072px 1401px #fff, 961px 37px #fff,
        156px 81px #fff, 1915px 502px #fff, 1076px 1846px #fff, 152px 1669px #fff,
        986px 1529px #fff, 1667px 1137px #fff;
}

#stars3 {
    width: 3px;
    height: 3px;
    background: transparent;
    animation: animStar 150s linear infinte;
    box-shadow: 387px 1878px #fff, 760px 1564px #fff, 1487px 999px #fff,
        948px 1828px #fff, 1977px 1001px #fff, 1284px 1963px #fff, 656px 284px #fff,
        1268px 1635px #fff, 1820px 598px #fff, 642px 1900px #fff, 296px 57px #fff,
        921px 1620px #fff, 476px 1858px #fff, 658px 613px #fff, 1171px 1363px #fff,
        1419px 283px #fff, 1037px 731px #fff, 503px 663px #fff, 1562px 463px #fff,
        383px 1197px #fff, 1171px 1233px #fff, 876px 1768px #fff, 856px 1615px #fff,
        1375px 1924px #fff, 1725px 918px #fff, 952px 119px #fff, 768px 1212px #fff,
        992px 1462px #fff, 1929px 717px #fff, 1947px 755px #fff, 1818px 1123px #fff,
        1896px 1672px #fff, 460px 198px #fff, 256px 271px #fff, 752px 544px #fff,
        1222px 1859px #fff, 1851px 443px #fff, 313px 1858px #fff, 709px 446px #fff,
        1546px 697px #fff, 674px 1155px #fff, 1112px 130px #fff, 355px 1790px #fff,
        1496px 974px #fff, 1696px 480px #fff, 1316px 1265px #fff, 1645px 1063px #fff,
        1182px 237px #fff, 427px 1582px #fff, 859px 253px #fff, 458px 939px #fff,
        1517px 1644px #fff, 1943px 60px #fff, 212px 1650px #fff, 966px 1786px #fff,
        473px 712px #fff, 130px 76px #fff, 1417px 1186px #fff, 909px 1580px #fff,
        1913px 762px #fff, 204px 1143px #fff, 1998px 1057px #fff, 1468px 1301px #fff,
        144px 1676px #fff, 21px 1601px #fff, 382px 1362px #fff, 912px 753px #fff,
        1488px 1405px #fff, 802px 156px #fff, 174px 550px #fff, 338px 1366px #fff,
        1197px 774px #fff, 602px 486px #fff, 682px 1877px #fff, 348px 1503px #fff,
        407px 1139px #fff, 950px 1400px #fff, 922px 1139px #fff, 1697px 293px #fff,
        1238px 1281px #fff, 1038px 1197px #fff, 376px 1889px #fff,
        1255px 1680px #fff, 1008px 1316px #fff, 1538px 1447px #fff,
        1186px 874px #fff, 1967px 640px #fff, 1341px 19px #fff, 29px 1732px #fff,
        16px 1650px #fff, 1021px 1075px #fff, 723px 424px #fff, 1175px 41px #fff,
        494px 1957px #fff, 1296px 431px #fff, 175px 1507px #fff, 831px 121px #fff,
        498px 1947px #fff, 617px 880px #fff, 240px 403px #fff;
}

#stars3:after {
    content: '';
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 387px 1878px #fff, 760px 1564px #fff, 1487px 999px #fff,
        948px 1828px #fff, 1977px 1001px #fff, 1284px 1963px #fff, 656px 284px #fff,
        1268px 1635px #fff, 1820px 598px #fff, 642px 1900px #fff, 296px 57px #fff,
        921px 1620px #fff, 476px 1858px #fff, 658px 613px #fff, 1171px 1363px #fff,
        1419px 283px #fff, 1037px 731px #fff, 503px 663px #fff, 1562px 463px #fff,
        383px 1197px #fff, 1171px 1233px #fff, 876px 1768px #fff, 856px 1615px #fff,
        1375px 1924px #fff, 1725px 918px #fff, 952px 119px #fff, 768px 1212px #fff,
        992px 1462px #fff, 1929px 717px #fff, 1947px 755px #fff, 1818px 1123px #fff,
        1896px 1672px #fff, 460px 198px #fff, 256px 271px #fff, 752px 544px #fff,
        1222px 1859px #fff, 1851px 443px #fff, 313px 1858px #fff, 709px 446px #fff,
        1546px 697px #fff, 674px 1155px #fff, 1112px 130px #fff, 355px 1790px #fff,
        1496px 974px #fff, 1696px 480px #fff, 1316px 1265px #fff, 1645px 1063px #fff,
        1182px 237px #fff, 427px 1582px #fff, 859px 253px #fff, 458px 939px #fff,
        1517px 1644px #fff, 1943px 60px #fff, 212px 1650px #fff, 966px 1786px #fff,
        473px 712px #fff, 130px 76px #fff, 1417px 1186px #fff, 909px 1580px #fff,
        1913px 762px #fff, 204px 1143px #fff, 1998px 1057px #fff, 1468px 1301px #fff,
        144px 1676px #fff, 21px 1601px #fff, 382px 1362px #fff, 912px 753px #fff,
        1488px 1405px #fff, 802px 156px #fff, 174px 550px #fff, 338px 1366px #fff,
        1197px 774px #fff, 602px 486px #fff, 682px 1877px #fff, 348px 1503px #fff,
        407px 1139px #fff, 950px 1400px #fff, 922px 1139px #fff, 1697px 293px #fff,
        1238px 1281px #fff, 1038px 1197px #fff, 376px 1889px #fff,
        1255px 1680px #fff, 1008px 1316px #fff, 1538px 1447px #fff,
        1186px 874px #fff, 1967px 640px #fff, 1341px 19px #fff, 29px 1732px #fff,
        16px 1650px #fff, 1021px 1075px #fff, 723px 424px #fff, 1175px 41px #fff,
        494px 1957px #fff, 1296px 431px #fff, 175px 1507px #fff, 831px 121px #fff,
        498px 1947px #fff, 617px 880px #fff, 240px 403px #fff;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-2000px);
    }
}

/* animation for sun */

.sun-main__wrap {
    position: absolute;
    display: none;
    left: calc(50% - 550px);
    top: 35%;
    transform: translateY(-50%);
    margin: 10px;
    animation: sunshining 5s linear infinite;
}

@media (min-width: 1000px) {
    .sun-main__wrap {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .sun-main__wrap {
        left: calc(50% - 650px);
    }
}

@media (prefers-color-scheme: dark) {
    .sun-main__wrap {
        display: none;
    }
}

@keyframes sunshining {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/* animation for clouds */

.clouds {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 400px;
}

@media (prefers-color-scheme: dark) {
    .clouds {
        display: none;
    }
}

.initial__cloud {
    position: absolute;
    left: 850px;
    top: 120px;
    animation-name: movefirst;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 20s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    width: 850px;
}

.first__cloud {
    position: absolute;
    left: -850px;
    top: 150px;
    animation: move 20s linear 0s infinite;
    width: 850px;
}

.second__cloud {
    position: absolute;
    left: -850px;
    top: 200px;
    animation: move 25s linear 5s infinite;
    width: 850px;
}

.third__cloud {
    position: absolute;
    left: -850px;
    top: 250px;
    animation: move 25s linear 20s infinite;
    width: 850px;
}

@keyframes move {
    from {
        left: -850px;
    }

    to {
        left: 100%;
    }
}

@keyframes movefirst {
    0% {
        left: 850px;
    }

    100% {
        left: 100%;
    }
}

/* animation for hamster */

.hamster-main__wrap {
    position: absolute;
    display: none;
    right: calc(50% - 500px);
    top: 50%;
    transform: translateY(-50%);
    margin: 10px;
}

@media (min-width: 1000px) {
    .hamster-main__wrap {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .hamster-main__wrap {
        right: calc(50% - 600px);
    }
}

.hamster-main__route {
    height: 200px;
    width: 200px;
    margin: auto;
    position: relative;
}

.hamster-main__element {
    position: absolute;
    transform: translate(-50%, -50%) rotate(180deg);
    top: 0;
    left: 0;
    animation: hamsterpath 10s linear infinite, hamsterturn 6s ease infinite;
}

.hamster-main__element--dark {
    display: none;
}

.hamster-main__element--light {
    display: flex;
}

@media (prefers-color-scheme: dark) {
    .hamster-main__element--dark {
        display: flex;
    }

    .hamster-main__element--light {
        display: none;
    }
}

@keyframes hamsterpath {

    0% {
        left: 0%;
        top: 50%;
    }

    5% {
        left: 5%;
        top: 30%;
    }

    10% {
        left: 20%;
        top: 15%;
    }

    15% {
        left: 35;
        top: 7%;
    }

    20% {
        left: 50%;
        top: 0;
    }

    25% {
        left: 65%;
        top: 8%;
    }

    30% {
        left: 80%;
        top: 15%;
    }

    35% {
        left: 95%;
        top: 30%;
    }

    40% {
        left: 100%;
        top: 50%;
    }

    45% {
        left: 95%;
        top: 70%;
    }

    50% {
        left: 80%;
        top: 85%;
    }

    55% {
        left: 65%;
        top: 93%;
    }

    60% {
        left: 50%;
        top: 100%;
    }

    68% {
        left: 40%;
        top: 95%;
    }

    75% {
        left: 35%;
        top: 85%;
    }

    88% {
        left: 25%;
        top: 70%;
    }

    95% {
        left: 10%;
        top: 60%;
    }

    100% {
        left: 0%;
        top: 50%;
    }
}

@keyframes hamsterturn {

    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    25% {
        transform: translate(-50%, -50%) rotate(30deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    75% {
        transform: translate(-50%, -50%) rotate(-27deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

/* rise-business section */

.rise-business .container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.rise-business .section__title {
    margin-bottom: 30px;
}

.rise-business__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

@media (min-width: 1200px) {
    .rise-business__wrap {
        width: 50%;
    }
}

.line {
    width: 100%;
    height: 2px;
    background: var(--color-grey);
    flex: none;
    order: 0;
    align-self: stretch;
    margin-bottom: 10px;
}

.rise-business .body__text {
    width: 300px;
}

@media (min-width: 690px) {
    .rise-business .body__text {
        width: 550px;
    }
}

.rise-business__content {
    position: relative;
    display: flex;
    width: 100%;
    height: 65vw;
    margin-top: 24px;
    z-index: 1;
    overflow: hidden;
    max-height: 700px;
}

@media (min-width: 690px) {
    .rise-business__content {
        height: 50vw;
    }
}

.circle {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    color: var(--color-white);
}

@media (min-width: 768px) {
    .circle {
        width: 25vw;
        height: 25vw;
    }
}

@media (min-width: 1000px) {
    .circle {
        width: 340px;
        height: 340px;
    }
}

.circle h2 {
    width: min-content;
    text-align: center;
    font-size: 18px;
}

@media (min-width: 690px) {
    .circle {
        font-size: 24px;
    }
}

@media (min-width: 1000px) {
    .circle {
        font-size: 32px;
    }
}

/* ------------------------ */

.circle--orange {
    background-color: var(--color-orange);
    mix-blend-mode: multiply;
    left: 50%;
    transform: translateX(-50%);
}

.rise-business__content.is-animated .circle--orange {
    animation: move-to-center-1 1s forwards;
    animation-timing-function: linear;
    animation-delay: .5s;
}

/* ------------------------ */

.circle--purple {
    background-color: var(--color-light-purple);
    mix-blend-mode: multiply;
    bottom: 0;
    left: 10%;
}

.rise-business__content.is-animated .circle--purple {
    animation: move-to-center-2 1s forwards;
    animation-timing-function: linear;
    animation-delay: .5s;
}

/* ------------------------ */

.circle--dark-purple {
    background-color: var(--color-dark-purple);
    mix-blend-mode: multiply;
    bottom: 0;
    right: 10%;
}

.rise-business__content.is-animated .circle--dark-purple {
    animation: move-to-center-3 1s forwards;
    animation-timing-function: linear;
    animation-delay: .5s;
}

@media (prefers-color-scheme: dark) {
    .circle--dark-purple {
        background-color: var(--color-mid-purple);
    }
}

/* ------------------------ */

.circle--dark-purple-center {
    background-color: var(--color-dark-purple);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 100;
    will-change: transform;
}

.rise-business__content.is-animated .circle--dark-purple-center {
    animation: fill-from-center 1s forwards;
    animation-timing-function: linear;
    animation-delay: 1400ms;

}

@media (prefers-color-scheme: dark) {
    .circle--dark-purple-center {
        background-color: var(--color-mid-purple);
    }
}

.circle__content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    white-space: nowrap;
    text-align: center;
    will-change: contents;
    z-index: 115;
    font-size: 18px;
    opacity: 0;
    color: var(--color-white);
}

@media (min-width: 690px) {
    .circle__content {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .circle__content {
        font-size: 32px;
    }
}

@media (prefers-color-scheme: dark) {
    .circle--dark-purple {
        color: var(--color-white);
    }
}

.is-animated .circle__content.content-start {
    opacity: 0;
    animation: text-hide 1500ms forwards;
    animation-timing-function: ease-in-out;
    animation-delay: 1700ms;
}

.is-animated .circle__content.content-end {
    opacity: 0;
    animation: text-show 1500ms forwards;
    animation-timing-function: linear;
    animation-delay: 3050ms;
}

@keyframes text-hide {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes text-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes move-to-center-1 {
    0% {
        top: 0;
    }

    70% {
        color: transparent;
    }

    100% {
        top: 50%;
        transform: translate(-50%, -50%);
        color: transparent;
    }
}

@keyframes move-to-center-2 {
    0% {
        left: 10%;
        bottom: 0;
    }

    70% {
        color: transparent;
    }

    100% {
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 50%);
        color: transparent;
    }
}

@keyframes move-to-center-3 {
    0% {
        right: 10%;
        bottom: 0;
    }

    70% {
        color: transparent;
    }

    100% {
        right: 50%;
        bottom: 50%;
        transform: translate(50%, 50%);
        color: transparent;
    }
}

@keyframes fill-from-center {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
        width: 340;
    }

    100% {
        width: 150vw;
        height: 150vw;
        opacity: 1;
        content: "Рост";
    }
}

.arrow__animation {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vmin;
    width: 100%;
    z-index: 110;
}

/* reason-clients section */

.reason-clients .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.reason-clients .section__title {
    margin-bottom: 40px;
}

@media (min-width: 690px) {
    .reason-clients .section__title {
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .reason-clients .section__title {
        margin-bottom: 60px;
    }
}

.reason-clients__content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.reason-clients__item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    height: 170px;
    border-radius: 9px;
    background: var(--color-dark-purple);
    overflow: hidden;
    width: calc((100% - 5px)/2);
}

.reason-clients__item:last-child {
    flex-grow: 1;
}

.reason-clients__text {
    color: var(--color-white);
    font-size: 12px;
}

.reason-clients__item:last-child .reason-clients__text {
    width: 230px;
}

.reason-clients__number {
    position: absolute;
    right: 10px;
    bottom: -20px;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 300;
    font-size: 100px;
    line-height: 90%;
    letter-spacing: -0.07em;
    color: var(--color-white);
}

.reason-clients__item--dark-purple {
    background: var(--color-dark-purple);
}

@media (prefers-color-scheme: dark) {
    .reason-clients__item--dark-purple {
        background-color: var(--color-mid-purple);
    }
}

.reason-clients__item--light-purple {
    background: var(--color-light-purple);
}

.reason-clients__number--orange {
    color: var(--color-orange);
}

.reason-clients__number--white {
    color: var(--color-white);
}

@media (min-width: 690px) {
    .reason-clients__item {
        height: 235px;
        padding: 30px;
    }

    .reason-clients__item {
        width: calc((100% - 10px)/3);
    }

    .reason-clients__text {
        font-size: 14px;
        line-height: 120%;
    }

    .reason-clients__item:last-child .reason-clients__text {
        width: 300px;
    }

    .reason-clients__number {
        right: 18px;
        bottom: -40px;
        font-size: 175px;
    }
}

@media (min-width: 1200px) {
    .reason-clients__item {
        height: 300px;
        padding: 40px;
    }

    .reason-clients__text {
        font-size: 20px;
        line-height: 120%;
    }

    .reason-clients__item:last-child .reason-clients__text {
        width: 420px;
    }

    .reason-clients__number {
        right: 30px;
        bottom: -50px;
        font-size: 250px;
    }
}

@media (min-width: 1360px) {
    .reason-clients__text {
        font-size: 22px;
        line-height: 120%;
    }
}

/* clients-questions section */

.clients-questions .container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: visible;
}

.clients-questions .section__title {
    margin-bottom: 30px;
}

.clients-questions__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

@media (min-width: 1200px) {
    .clients-questions__wrap {
        width: 50%;
    }
}

.clients-questions__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 370px;
    margin-top: 50px;
    width: 100%;
}

@media (min-width: 690px) {
    .clients-questions__content {
        height: 420px;
    }
}

@media (min-width: 1200px) {
    .clients-questions__content {
        height: 480px;
    }
}

.clients-questions__item {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 9px;
    height: 64px;
    box-shadow: 0px 4px 8px 0px var(--color-black);
}

.clients-questions__item h3 {
    text-align: center;
    color: var(--color-white);
    line-height: 100%;
    font-size: 18px;
}

.clients-questions__item--1 {
    background-color: var(--color-dark-purple);
    width: 340px;
    top: 18%;
    transform: rotate(-6deg);
    opacity: 0;
}

@media (prefers-color-scheme: dark) {
    .clients-questions__item--1 {
        background-color: var(--color-mid-purple);
    }
}

.clients-questions__item--2 {
    background-color: var(--color-light-purple);
    width: 205px;
    top: 35%;
    left: calc(50% - 100px);
    transform: rotate(12.2deg);
    z-index: 2;
    opacity: 0;
}

.clients-questions__item--3 {
    background-color: var(--color-orange);
    width: 220px;
    top: 40%;
    left: calc(50% - 100px);
    z-index: 3;
    opacity: 0;
}

.clients-questions__item--4 {
    background-color: var(--color-dark-purple);
    width: 340px;
    top: 58%;
    left: calc(50% - 170px);
    transform: rotate(7.7deg);
    z-index: 4;
    opacity: 0;
}

@media (prefers-color-scheme: dark) {
    .clients-questions__item--4 {
        background-color: var(--color-mid-purple);
    }
}

.clients-questions__item--5 {
    background-color: var(--color-orange);
    width: 250px;
    top: 73%;
    left: calc(50% - 125px);
    transform: rotate(-7.9deg);
    z-index: 6;
    opacity: 0;
}

.clients-questions__item--6 {
    background-color: var(--color-light-purple);
    width: 320px;
    top: 83%;
    left: calc(50% - 160px);
    z-index: 5;
    opacity: 0;
}

.clients-questions__item--1.is-animated {
    animation: fall1 1s forwards;
    animation-delay: 2500ms;
}

.clients-questions__item--2.is-animated {
    animation: fall2 1s forwards;
    animation-delay: 1500ms;
}

.clients-questions__item--3.is-animated {
    animation: fall3 1s forwards;
    animation-delay: 2000ms;
}

.clients-questions__item--4.is-animated {
    animation: fall4 1s forwards;
    animation-delay: 0ms;
}

.clients-questions__item--5.is-animated {
    animation: fall5 1s forwards;
    animation-delay: 500ms;
}

.clients-questions__item--6.is-animated {
    animation: fall6 1s forwards;
    animation-delay: 1000ms;
}

@keyframes fall1 {
    0% {
        top: 18%;
        opacity: 0;
    }

    1% {
        top: 0;
        opacity: 0;
    }

    20% {
        top: 0;
        opacity: 1;
    }

    99% {
        top: 18%;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fall2 {
    0% {
        top: 35%;
        opacity: 0;
    }

    1% {
        top: 0;
        opacity: 0;
    }

    20% {
        top: 0;
        opacity: 1;
    }

    99% {
        top: 35%;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fall3 {
    0% {
        top: 40%;
        opacity: 0;
    }

    1% {
        top: 0;
        opacity: 0;
    }

    20% {
        top: 0;
        opacity: 1;
    }

    99% {
        top: 40%;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fall4 {
    0% {
        top: 58%;
        opacity: 0;
    }

    1% {
        top: 0;
        opacity: 0;
    }

    20% {
        top: 0;
        opacity: 1;
    }

    99% {
        top: 58%;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fall5 {
    0% {
        top: 73%;
        opacity: 0;
    }

    1% {
        top: 0;
        opacity: 0;
    }

    20% {
        top: 0;
        opacity: 1;
    }

    99% {
        top: 73%;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fall6 {
    0% {
        top: 83%;
        opacity: 0;
    }

    1% {
        top: 0;
        opacity: 0;
    }

    20% {
        top: 0;
        opacity: 1;
    }

    99% {
        top: 83%;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width: 690px) {
    .clients-questions__item h3 {
        font-size: 20px;
    }

    .clients-questions__item--1 {
        width: 412px;
    }

    .clients-questions__item--2 {
        width: 290px;
    }

    .clients-questions__item--3 {
        width: 353px;
        left: calc(50% - 175px);
    }

    .clients-questions__item--4 {
        width: 510px;
        left: calc(50% - 255px);
    }

    .clients-questions__item--5 {
        width: 480px;
        left: calc(50% - 240px);
    }

    .clients-questions__item--6 {
        width: 470px;
        left: calc(50% - 235px);
    }
}

@media (min-width: 1200px) {
    .clients-questions__item {
        padding: 20px;
        height: 90px;
        font-size: 24px;
    }

    .clients-questions__item--1 {
        left: calc(50% - 370px);
        top: 79px;
        padding: 20px 12px;
    }

    .clients-questions__item--2 {
        left: calc(50% - 420px);
        top: 216px;
    }

    .clients-questions__item--3 {
        top: 190px;
        left: calc(50% - 20px);
        z-index: 7;
    }

    .clients-questions__item--4 {
        left: calc(50% - 90px);
        top: 390px;
        transform: rotate(0deg);
    }

    .clients-questions__item--5 {
        top: 361px;
        left: calc(50% - 540px);
        padding: 20px 60px;
    }

    .clients-questions__item--6 {
        left: calc(50% - 175px);
        top: 307px;
        z-index: 6;
        transform: rotate(-16deg);
    }

    .clients-questions__item--1.is-animated {
        animation: fall1 1s forwards;
        animation-delay: 2500ms;
    }

    .clients-questions__item--2.is-animated {
        animation: fall2 1s forwards;
        animation-delay: 1500ms;
    }

    .clients-questions__item--3.is-animated {
        animation: fall3 1s forwards;
        animation-delay: 2000ms;
    }

    .clients-questions__item--4.is-animated {
        animation: fall4 1s forwards;
        animation-delay: 0ms;
    }

    .clients-questions__item--5.is-animated {
        animation: fall5 1s forwards;
        animation-delay: 500ms;
    }

    .clients-questions__item--6.is-animated {
        animation: fall6 1s forwards;
        animation-delay: 1000ms;
    }

    @keyframes fall1 {
        0% {
            top: 79px;
            opacity: 0;
        }

        1% {
            top: 0;
            opacity: 0;
        }

        20% {
            top: 0;
            opacity: 1;
        }

        99% {
            top: 79px;
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fall2 {
        0% {
            top: 216px;
            opacity: 0;
        }

        1% {
            top: 0;
            opacity: 0;
        }

        20% {
            top: 0;
            opacity: 1;
        }

        99% {
            top: 216px;
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fall3 {
        0% {
            top: 190px;
            opacity: 0;
        }

        1% {
            top: 0;
            opacity: 0;
        }

        20% {
            top: 0;
            opacity: 1;
        }

        99% {
            top: 190px;
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fall4 {
        0% {
            top: 390px;
            opacity: 0;
        }

        1% {
            top: 0;
            opacity: 0;
        }

        20% {
            top: 0;
            opacity: 1;
        }

        99% {
            top: 390px;
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fall5 {
        0% {
            top: 361px;
            opacity: 0;
        }

        1% {
            top: 0;
            opacity: 0;
        }

        20% {
            top: 0;
            opacity: 1;
        }

        99% {
            top: 361px;
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fall6 {
        0% {
            top: 307px;
            opacity: 0;
        }

        1% {
            top: 0;
            opacity: 0;
        }

        20% {
            top: 0;
            opacity: 1;
        }

        99% {
            top: 307px;
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }
}

/* Drag and drop */

.draggable {
    cursor: grab;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

/* banner section */

.banner .container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    overflow: visible;
}

.banner__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px;
    background-color: var(--color-light-purple);
    background-image: url(/svg/first_banner_block.png);
    background-repeat: no-repeat;
    background-position-y: 30%;
    background-position-x: 76%;
    background-size: 204%;
}

@media (min-width: 690px) {
    .banner__content {
        background-position-y: center;
        background-position-x: center;
        background-size: cover;
    }
}

.banner__picture {
    display: none;
}

.banner .section__title {
    margin-bottom: 20px;
    color: var(--color-white);
    text-align: center;
}

.banner__text {
    color: var(--color-white);
    text-align: center;
    width: 90%;
    margin-bottom: 50px;
}

.banner__content button {
    width: 100%;
}

@media (min-width: 690px) {
    .banner__content {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .banner__content {
        min-height: 362px;
        padding: 40px;
    }

    .banner__content--2 {
        min-height: unset;
        background-color: var(--color-light-purple);
        background-image: url(/svg/Vector\ 9.png);
        background-repeat: no-repeat;
        background-position-y: 0;
        background-position-x: 103%;
        background-size: 75%;
    }

    .banner__picture {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        width: 50%;
        height: 362px;
        border-radius: 10px;
        padding: 22px 15px 15px;
        gap: 5px;
        background-color: var(--color-dark-purple);
    }

    @media (prefers-color-scheme: dark) {
        .banner__picture {
            background-color: var(--color-mid-purple);
        }
    }

    .banner__animation-item {
        width: 140px;
        background: var(--color-light-dark-purple);
        border-radius: 8px;
    }

    @media (prefers-color-scheme: dark) {
        .banner__animation-item {
            background: var(--color-light-purple);
        }
    }

    .banner__animation-item:nth-child(1) {
        height: 40%;
    }

    .banner__animation-item:nth-child(2) {
        height: 80%;
    }

    .banner__animation-item:nth-child(3) {
        height: 100%;

    }

    .banner__img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 320px;
        height: auto;
    }

    .banner__content {
        align-items: flex-start;
    }

    .banner .section__title {
        text-align: left;
    }

    .banner .banner__title--2 {
        width: 800px;
        margin-bottom: 30px;
    }

    .banner__text {
        text-align: left;
        width: 480px;
        margin-bottom: auto;
    }

    .banner__text--2 {
        max-width: 600px;
        width: 100%;
    }

    .banner__content button {
        width: 342px;
    }

    .banner__content--2 button {
        position: absolute;
        bottom: 40px;
        left: 75%;
        transform: translateX(-50%);
    }
}

/* favorite-services */

.favorite-services .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.favorite-services .section__title {
    margin-bottom: 40px;
    padding-right: 50%;
}

@media (min-width: 690px) {
    .favorite-services .section__title {
        padding-right: 0;
    }
}

.favorite-services__content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.favorite-services__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 170px;
    height: 170px;
}

@media (min-width: 375px) {
    .favorite-services__item {
        width: 50%;
        height: calc((100vw - 32px)/2);
    }
}

@media (min-width: 690px) {
    .favorite-services__content {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        width: calc(100% - 40px);
        align-self: center;
    }

    .favorite-services__item {
        width: 25%;
        height: calc((50vw - 36px) / 2);
    }

    .favorite-services__item--3 {
        order: 1;
    }
}

@media (min-width: 1200px) {
    .favorite-services__item {
        height: calc((50vw - 120px) / 2);
    }
}


@media (min-width: 1440px) {
    .favorite-services__item {
        width: 25%;
        height: calc(1200px / 4);
    }
}

.favorite-services__item--1,
.favorite-services__item--4 {
    border: 3px solid var(--color-dark-purple);
    color: var(--color-dark-purple);
}

@media (prefers-color-scheme: dark) {

    .favorite-services__item--1,
    .favorite-services__item--4 {
        border: 3px solid var(--color-light-purple);
        color: var(--color-light-purple);
    }
}

.favorite-services__item--2 {
    background-color: var(--color-orange);
    color: var(--color-white);
}

.favorite-services__item--3 {
    background-color: var(--color-light-purple);
    color: var(--color-white);
}

.favorite-services__text {
    text-align: center;
    width: 90%;
}

/* formats-work */

.formats-work .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.formats-work .section__title {
    margin-bottom: 40px;
    padding-right: 50%;
}

@media (min-width: 690px) {
    .formats-work .section__title {
        padding-right: 0;
    }
}

.formats-work__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 5px;
}

@media (min-width: 690px) {
    .formats-work__content {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 10px;
    }
}

.formats-work__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px 15px 15px;
    border-radius: 10px;
    height: 180px;
    z-index: -1;
}

.formats-work__item--4 {
    height: 240px;
}

.formats-work__bullets-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.formats-work__bullet {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 3px solid var(--color-light-dark-purple);
    border-radius: 50%;
}

@media (prefers-color-scheme: dark) {
    .formats-work__bullet {
        border: 3px solid var(--color-light-purple);
    }
}

@media (min-width: 690px) {
    .formats-work__bullet {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1200px) {
    .formats-work__bullet {
        width: 45px;
        height: 45px;
    }
}

.formats-work__bullet.active {
    background-color: var(--color-light-dark-purple);
}

@media (prefers-color-scheme: dark) {
    .formats-work__bullet.active {
        background-color: var(--color-light-purple);
    }
}

.formats-work__item--3 .formats-work__bullet {
    border: 3px solid var(--color-light-orange);
}

.formats-work__item--3 .formats-work__bullet.active {
    background-color: var(--color-light-orange);
}

.formats-work__item h2 {
    color: var(--color-white);
    margin-top: auto;
}

.formats-work__item .body__text--1 {
    font-size: 18px;
    width: 90%;
}

.formats-work__item .text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--color-white);
    width: 85%;
}

.formats-work__item--1 {
    background-color: var(--color-dark-purple);
}

@media (prefers-color-scheme: dark) {
    .formats-work__item--1 {
        background-color: var(--color-mid-purple);
    }
}

.formats-work__item--2 {
    background-color: var(--color-dark-purple);
}

@media (prefers-color-scheme: dark) {
    .formats-work__item--2 {
        background-color: var(--color-mid-purple);
    }
}

.formats-work__item--3 {
    background-color: var(--color-orange);
}

.formats-work__item--4 {
    padding: 0;
}

.formats-work__item--4 .text {
    color: #1F1F1F;
    margin-top: 30px;
}

@media (min-width: 690px) {
    .formats-work__item {
        width: calc((100% - 10px)/2);
        height: 250px;
        padding: 30px 20px 20px;
    }

    .formats-work__item .body__text--1 {
        font-size: 18px;
        width: 90%;
    }

    .formats-work__item--4 {
        padding: 0;
        height: 250px;
    }

    .formats-work__item--3 {
        order: 1;
    }

    .formats-work__item--4 {
        justify-content: flex-end;
    }

    .formats-work__item .text {
        font-size: 16px;
    }
}

.formats-work .button {
    width: 100%;
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .formats-work__item {
        height: 320px;
        padding: 40px;
    }

    .formats-work__item .body__text--1 {
        font-size: 15px;
        width: 60%;
    }

    .formats-work__item--4 {
        padding: 0;
        padding-right: 30px;
        height: 320px;
    }

    .formats-work__item--4 .button {
        width: 342px;
    }

    .formats-work__item .text {
        font-size: 18px;
        width: 65%;
    }
}

.formats-work .body__text--1 {
    margin-top: 35px;
}

/* expirience */

.expirience.section__block {
    z-index: 1;
}

.expirience .container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: visible;
}

.expirience .section__title {
    margin-bottom: 40px;
    padding-right: 50%;
    width: 100%;
}

.expirience__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

@media (min-width: 1360px) {
    .expirience__wrap {
        width: 50%;
    }

    .expirience .section__title {
        width: 575px;
    }

    .expirience__wrap .body__text {
        font-size: 22px;
    }
}

.expirience__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    height: 800px;
    padding-top: 50px;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .expirience__content {
        flex-direction: row;
        max-width: unset;
        align-items: center;
        padding-top: 0;
        margin-top: 70px;
        height: 350px;
    }
}

.expirience__item {
    position: relative;
    width: 100%;
    height: 105px;
}

.expirience__item:nth-child(1) {
    z-index: 7;
}

.expirience__item:nth-child(2) {
    z-index: 6;
}

.expirience__item:nth-child(3) {
    z-index: 5;
}

.expirience__item:nth-child(4) {
    z-index: 4;
}

.expirience__item:nth-child(5) {
    z-index: 3;
}

.expirience__item:nth-child(6) {
    z-index: 2;
}

.expirience__item:nth-child(7) {
    z-index: 1;
}

.expirience__item::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--color-grey);
    top: 25px;
    z-index: -1;
}

.expirience__item::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 0;
    background-color: var(--color-grey);
    left: calc(50% - 1px);
    top: -55px;
    z-index: -1;
}

.vertical__line {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: var(--color-grey);
    left: calc(50% - 1px);
    top: calc(100% - 70px);
    z-index: -1;
}

.expirience__item .link,
.expirience__item .expirience__item-description,
.expirience__item::before {
    opacity: 0;
}

.expirience__item:nth-child(odd):before {
    left: 0;
}

.expirience__item:nth-child(even):before {
    right: 0;
}

.is-animated.expirience__item:nth-child(odd) .link,
.is-animated.expirience__item:nth-child(odd) .expirience__item-description,
.is-animated.expirience__item:nth-child(odd)::before {
    animation: expirience-show-left .5s forwards;
    animation-timing-function: linear;
    animation-delay: 1s;
}

.is-animated.expirience__item:nth-child(even) .link {
    animation: expirience-show-link-right .5s forwards;
    animation-timing-function: linear;
    animation-delay: 1s;
}

.is-animated.expirience__item:nth-child(even) .expirience__item-description {
    animation: expirience-show-eid-right .5s forwards;
    animation-timing-function: linear;
    animation-delay: 1s;
}

.is-animated.expirience__item:nth-child(even)::before {
    animation: expirience-show-before-right .5s forwards;
    animation-timing-function: linear;
    animation-delay: 1s;
}

.is-animated.expirience__item:nth-child(even)::after,
.is-animated.expirience__item:nth-child(odd)::after {
    animation: expirience-show-line-down 1s forwards;
    animation-timing-function: ease-in-out;
    animation-delay: .5s;
}

.is-animated.vertical__line {
    animation: expirience-show-line-down .5s forwards;
    animation-timing-function: linear;
    animation-delay: 0.5s;
}

/* animations mobile odd link before expirience__item-description */
@keyframes expirience-show-left {
    0% {
        opacity: 0;
        left: -30px;
    }

    30% {
        opacity: .5;
        left: -30px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

/* animations mobile even expirience__item-description */
@keyframes expirience-show-eid-right {
    0% {
        opacity: 0;
        left: calc(50% + 60px);
    }

    30% {
        opacity: .5;
        left: calc(50% + 60px);
    }

    100% {
        opacity: 1;
        left: calc(50% + 30px);
    }
}

/* animations mobile even link */
@keyframes expirience-show-link-right {
    0% {
        opacity: 0;
        left: 30px;
    }

    30% {
        opacity: .5;
        left: 30px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

/* animations mobile even before */
@keyframes expirience-show-before-right {
    0% {
        opacity: 0;
        right: -30px;
    }

    30% {
        opacity: .5;
        right: -30px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

/* animations mobile after last line */
@keyframes expirience-show-line-down {
    0% {
        height: 0;
    }

    100% {
        height: 55px;
    }
}

@media (min-width: 1200px) {
    .expirience__item {
        height: 210px;
        z-index: 1;
    }

    .expirience__item::after {
        width: 0;
        height: 2px;
        background-color: var(--color-grey);
        left: 50px;
        top: 50%;
        z-index: -1;
    }

    .vertical__line {
        display: none;
    }

    .is-animated.expirience__item:nth-child(1) .expirience__item-description {
        animation: expirience-show-eid-down .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: .5s;
    }

    .is-animated.expirience__item:nth-child(1) .link {
        animation: expirience-show-link-down .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: .5s;
    }

    .is-animated.expirience__item:nth-child(1)::before {
        animation: expirience-show-before-down .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: .5s;
    }

    .is-animated.expirience__item:nth-child(1)::after {
        animation: expirience-show-line-right .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: .7s;
    }

    /*  */
    .is-animated.expirience__item:nth-child(2) .expirience__item-description {
        animation: expirience-show-eid-up .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: .9s;
    }

    .is-animated.expirience__item:nth-child(2) .link {
        animation: expirience-show-link-up .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: .9s;
    }

    .is-animated.expirience__item:nth-child(2)::before {
        animation: expirience-show-before-up .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: .9s;
    }

    .is-animated.expirience__item:nth-child(2)::after {
        animation: expirience-show-line-right .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 1.1s;
    }

    /*  */
    .is-animated.expirience__item:nth-child(3) .expirience__item-description {
        animation: expirience-show-eid-down .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 1.3s;
    }

    .is-animated.expirience__item:nth-child(3) .link {
        animation: expirience-show-link-down .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 1.3s;
    }

    .is-animated.expirience__item:nth-child(3)::before {
        animation: expirience-show-before-down .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 1.3s;
    }

    .is-animated.expirience__item:nth-child(3)::after {
        animation: expirience-show-line-right .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 1.5s;
    }

    /*  */
    .is-animated.expirience__item:nth-child(4) .expirience__item-description {
        animation: expirience-show-eid-up .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 1.7s;
    }

    .is-animated.expirience__item:nth-child(4) .link {
        animation: expirience-show-link-up .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 1.7s;
    }

    .is-animated.expirience__item:nth-child(4)::before {
        animation: expirience-show-before-up .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 1.7s;
    }

    .is-animated.expirience__item:nth-child(4)::after {
        animation: expirience-show-line-right .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 1.9s;
    }

    /*  */

    .is-animated.expirience__item:nth-child(5) .expirience__item-description {
        animation: expirience-show-eid-down .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 2.1s;
    }

    .is-animated.expirience__item:nth-child(5) .link {
        animation: expirience-show-link-down .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 2.1s;
    }

    .is-animated.expirience__item:nth-child(5)::before {
        animation: expirience-show-before-down .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 2.1s;
    }

    .is-animated.expirience__item:nth-child(5)::after {
        animation: expirience-show-line-right .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 2.3s;
    }

    /*  */

    .is-animated.expirience__item:nth-child(6) .expirience__item-description {
        animation: expirience-show-eid-up .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 2.5s;
    }

    .is-animated.expirience__item:nth-child(6) .link {
        animation: expirience-show-link-up .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 2.5s;
    }

    .is-animated.expirience__item:nth-child(6)::before {
        animation: expirience-show-before-up .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 2.5s;
    }

    .is-animated.expirience__item:nth-child(6)::after {
        animation: expirience-show-line-right .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 2.7s;
    }

    /*  */
    .is-animated.expirience__item:nth-child(7) .expirience__item-description {
        animation: expirience-show-eid-down .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 2.9s;
    }

    .is-animated.expirience__item:nth-child(7) .link {
        animation: expirience-show-link-down .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 2.9s;
    }

    .is-animated.expirience__item:nth-child(7)::before {
        animation: expirience-show-before-down .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 2.9s;
    }

    .is-animated.expirience__item:nth-child(7)::after {
        animation: expirience-show-line-right .5s forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 3.1s;
    }

    .expirience__item::before {
        position: absolute;
        content: "";
        width: 2px;
        height: 70px;
        background-color: var(--color-grey);
        top: unset;
    }

    .expirience__item:nth-child(odd):before {
        left: 24px;
        top: -40px;
        /* bottom: -40px; */
    }

    .expirience__item:nth-child(even):before {
        left: 24px;
        /* top: -40px; */
        bottom: 10px;
    }

    /* animations link down */
    @keyframes expirience-show-link-down {
        0% {
            opacity: 0;
            top: calc(50% - 30px);
        }

        30% {
            opacity: .5;
            top: calc(50% - 30px);
        }

        100% {
            opacity: 1;
            top: 50%;
        }
    }

    /* animations link up */
    @keyframes expirience-show-link-up {
        0% {
            opacity: 0;
            top: calc(50% + 30px);
        }


        30% {
            opacity: .5;
            top: calc(50% + 30px);
        }

        100% {
            opacity: 1;
            top: 50%;
        }
    }

    /* animations after */
    @keyframes expirience-show-line-right {
        0% {
            width: 0;
        }

        100% {
            width: calc(100% - 50px);
        }
    }

    /*animations even before down */
    @keyframes expirience-show-before-down {
        0% {
            opacity: 0;
            top: -20px;
        }

        30% {
            opacity: .5;
            top: -20px;
        }

        100% {
            opacity: 1;
            top: 10px;
        }
    }

    /*animations even before up */
    @keyframes expirience-show-before-up {
        0% {
            opacity: 0;
            bottom: -20px;
        }

        30% {
            opacity: .5;
            bottom: -20px;
        }

        100% {
            opacity: 1;
            bottom: 10px;
        }
    }

    /*animations even eid down */
    @keyframes expirience-show-eid-down {
        0% {
            opacity: 0;
            bottom: calc(100% + 30px);
        }

        30% {
            opacity: .5;
            bottom: calc(100% + 30px);
        }

        100% {
            opacity: 1;
            bottom: 100%;
        }
    }

    /*animations even eid up */
    @keyframes expirience-show-eid-up {
        0% {
            opacity: 0;
            top: calc(100% + 30px);
        }

        30% {
            opacity: .5;
            top: calc(100% + 30px);
        }

        100% {
            opacity: 1;
            top: 100%;
        }
    }
}

.expirience__item .link {
    position: absolute;
    width: 100%;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.hover__item {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-sizing: content-box;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .expirience__item .link {
        width: 50px;
    }

    .hover__item {
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.expirience__item svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .expirience__item .link {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
    }
}

.expirience__item .hover__item:hover~svg {
    transform: translate(-50%, -50%) rotate(90deg);
}

.expirience__item:nth-child(odd) .expirience__item-description {
    position: absolute;
    top: 30px;
    left: 0;
    width: calc(50% - 30px);
}

@media (min-width: 1200px) {
    .expirience__item:nth-child(odd) .expirience__item-description {
        position: absolute;
        top: unset;
        left: 0;
        width: max-content;
    }

    .expirience__item:last-child {
        padding-right: 90px;
    }
}

.expirience__item:nth-child(even) .expirience__item-description {
    position: absolute;
    top: 30px;
    left: calc(50% + 30px);
}

@media (min-width: 1200px) {
    .expirience__item:nth-child(even) .expirience__item-description {
        position: absolute;
        top: -120px;
        left: 0;
        width: 350px;
    }
}

.expirience__item-description {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: -1;
}

.expirience__item-text {
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

@media (min-width: 690px) {
    .expirience__item-text {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.01em;
    }
}

@media (min-width: 1200px) {
    .expirience__item-text {
        font-size: 18px;
        line-height: 120%;
        letter-spacing: -0.01em;
    }
}

/* tooltips */

.expirience__item [data-tooltips] .tooltip__content ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 90%;
    background-color: var(--color-dark-purple);
    color: #fff !important;
    border-radius: 10px;
    padding: 20px 20px 20px 45px;
    width: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    user-select: none;
    pointer-events: none;
}

@media (prefers-color-scheme: dark) {
    .expirience__item [data-tooltips] .tooltip__content ul {
        background-color: var(--color-mid-purple);
    }
}

@media (min-width: 1200px) {
    .expirience__item [data-tooltips] .tooltip__content ul {
        left: 0;
        top: 100%;
        transform: none;
        width: 500px;
    }
}

.tooltip__content ul li {
    color: var(--color-orange);
    font-size: 22px;
}

.tooltip__content ul li span {
    color: var(--color-white);
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

.expirience__item .hover__item:hover~.tooltip__content>ul {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    top: 110%;
}

@media (min-width: 1200px) {

    .expirience__item:nth-child(7) [data-tooltips] .tooltip__content ul,
    .expirience__item:nth-child(8) [data-tooltips] .tooltip__content ul {
        left: unset;
        right: 0;
    }

    .expirience__item .hover__item:hover~.tooltip__content>ul {
        top: 110%;
    }
}

/* edication */

.edication .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.edication .section__title {
    margin-bottom: 40px;
    padding-right: 50%;
    width: 100%;
}

.edication__content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
}

.edication__item {
    position: relative;
    display: flex;
    width: 100%;
}

.education__item--high {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.education__subtitle {
    display: none;
}

@media (min-width: 1200px) {
    .education__subtitle {
        display: block;
    }
}

.education__profession-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

@media (min-width: 1200px) {
    .education__profession-wrap {
        width: 65%;
    }
}

.education__proffession-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc((100% - 5px) / 2);
    min-height: 200px;
    background-color: var(--color-dark-purple);
    padding: 60px 15px 15px;
    border-radius: 10px;
    gap: 20px;
}

@media (prefers-color-scheme: dark) {
    .education__proffession-item {
        background-color: var(--color-mid-purple);
    }
}

@media (min-width: 690px) {
    .education__proffession-item {
        height: 260px;
        padding: 60px 30px 30px;
    }
}

@media (min-width: 1200px) {
    .education__proffession-item {
        height: 295px;
        padding: 60px 40px 40px;
    }
}

.education__proffession-item-orange {
    background-color: var(--color-orange);
}

.education__decore {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
}

.education__image-item {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--color-light-orange);
    border-radius: 5px;
}

@media (min-width: 690px) {
    .education__decore {
        width: 54px;
        height: 54px;
        top: 30px;
        right: 30px;
    }

    .education__image-item {
        position: absolute;
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1200px) {
    .education__decore {
        width: 83px;
        height: 83px;
        top: 40px;
        right: 40px;
    }

    .education__image-item {
        position: absolute;
        width: 45px;
        height: 45px;
    }
}

.education__image-item:nth-child(1) {
    top: 0;
    right: 0;
}

.education__image-item:nth-child(2) {
    bottom: 0;
    left: 0;
}

.courses__wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.courses__decore {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 50px;
}

.courses__image-item {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--color-light-dark-purple);
    border-radius: 5px;
}

@media (prefers-color-scheme: dark) {
    .courses__image-item {
        background-color: var(--color-light-purple);
    }
}

@media (min-width: 690px) {
    .courses__decore {
        width: 54px;
        height: 78px;
        top: 30px;
        right: 30px;
    }

    .courses__image-item {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1200px) {
    .courses__decore {
        width: 83px;
        height: 118px;
        top: 40px;
        right: 40px;
    }

    .courses__image-item {
        width: 45px;
        height: 45px;
    }
}

.courses__image-item:nth-child(1) {
    top: 0;
    left: 0;
}

.courses__image-item:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.courses__image-item:nth-child(3) {
    bottom: 0;
    left: 0;
}


.education__proffession-item svg {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
}

@media (min-width: 690px) {
    .education__proffession-item svg {
        width: 40px;
        top: 30px;
        right: 30px;
    }
}

@media (min-width: 1200px) {
    .education__proffession-item svg {
        width: 50px;
        top: 40px;
        right: 40px;
    }
}

.proffession__name {
    color: var(--color-white);
    margin-top: auto;
}

.proffession__text {
    color: var(--color-white);
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

@media (min-width: 690px) {
    .proffession__text {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.01em;
    }
}

@media (min-width: 1200px) {
    .proffession__text {
        font-size: 18px;
        line-height: 120%;
        letter-spacing: -0.01em;
    }
}

.education__item--courses {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 336px;
    background-color: var(--color-dark-purple);
    padding: 90px 15px 15px;
    border-radius: 10px;
    gap: 20px;
}

@media (prefers-color-scheme: dark) {
    .education__item--courses {
        background-color: var(--color-mid-purple);
    }
}

@media (min-width: 1200px) {
    .education__item--courses {
        width: 65%;
        padding: 40px 30px;
    }
}

.courses__title {
    color: var(--color-white);
}

@media (min-width: 1200px) {
    .courses__title {
        display: none;
    }
}

.courses__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    color: var(--color-white);
    padding-left: 20px;
    width: 85%;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

@media (min-width: 690px) {
    .courses__list {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.01em;
    }
}

@media (min-width: 1200px) {
    .courses__list {
        font-size: 18px;
        line-height: 120%;
        letter-spacing: -0.01em;
        margin-top: auto;
        width: 50%;
    }
}

.courses__button {
    position: relative;
    display: flex;
    color: var(--color-light-purple);
    width: max-content;
    border-bottom: 2px solid var(--color-light-purple);
    cursor: pointer;
}

@media (min-width: 1200px) {
    .courses__button {
        position: absolute;
        bottom: 40px;
        left: 55%;
    }
}

.education__button {
    position: relative;
    display: flex;
    color: var(--color-light-orange);
    margin-top: 50px;
    width: max-content;
    border-bottom: 2px solid var(--color-light-orange);
    cursor: pointer;
    font-size: 18px;
}

@media (min-width: 1200px) {
    .education__button {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-top: 0;
    }
}

/* reviews */

.reviews .container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.reviews .section__title {
    margin-bottom: 50px;
    padding-right: 50%;
    width: 100%;
}

.reviews__descr-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

@media (min-width: 1000px) {
    .reviews__descr-wrap {
        order: 1;
        width: 50%;
    }
}

.reviews__subtitle {
    margin-bottom: 30px;
}

.reviews__content {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 360px;
    height: 140px;
    margin-top: 64px;
}

@media (min-width: 690px) {
    .reviews__content {
        height: 190px;
        max-width: 480px;
    }

    .reviews__subtitle {}
}

@media (min-width: 1000px) {
    .reviews__content {
        margin-right: auto;
        margin-top: 0;
        max-width: 45%;
    }
}

@media (min-width: 1200px) {
    .reviews__content {
        width: 100%;
        height: 240px;
        margin-top: 0;
        margin-right: auto;
    }

    .reviews__subtitle {
        max-width: 620px;
    }

    .reviews__descr-wrap .text {
        max-width: 470px;
    }
}

.reviews__item {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: 0;
    color: var(--color-white);
}

@media (min-width: 690px) {
    .reviews__item {
        width: 190px;
        height: 190px;
    }
}

@media (min-width: 1200px) {
    .reviews__item {
        width: 240px;
        height: 240px;
    }
}

.reviews__item--dark-purple {
    left: 0;
    background-color: var(--color-dark-purple);
}

@media (prefers-color-scheme: dark) {
    .reviews__item--dark-purple {
        background-color: var(--color-mid-purple);
    }
}

.reviews__item--orange {
    left: 60px;
    background-color: var(--color-orange);
    animation-timing-function: linear;
}

.reviews__item--orange.is-animated {
    animation: reviews-anim-1 1s forwards;
}

.reviews__item--light-purple {
    left: 120px;
    background-color: var(--color-light-purple);
    animation-timing-function: linear;
}

.reviews__item--light-purple.is-animated {
    animation: reviews-anim-2 1s forwards;
}

@keyframes reviews-anim-1 {
    0% {
        left: 60px;
    }

    100% {
        left: calc(50% - 70px);
    }
}

@keyframes reviews-anim-2 {
    0% {
        left: 120px;
    }

    100% {
        left: calc(100% - 140px);
    }
}

@media (min-width: 1000px) {

    @keyframes reviews-anim-1 {
        0% {
            left: 60px;
        }

        100% {
            left: calc(50% - 95px);
        }
    }

    @keyframes reviews-anim-2 {
        0% {
            left: 120px;
        }

        100% {
            left: calc(100% - 190px);
        }
    }
}

@media (min-width: 1200px) {

    @keyframes reviews-anim-1 {
        0% {
            left: 60px;
        }

        100% {
            left: calc(50% - 120px);
        }
    }

    @keyframes reviews-anim-2 {
        0% {
            left: 120px;
        }

        100% {
            left: calc(100% - 240px);
        }
    }
}

/* footer */

footer {
    position: relative;
    display: flex;
    margin-top: 100px;
    background-color: var(--color-dark-purple);
    border-radius: 10px 10px 0 0;
    width: 100%;
    overflow: hidden;
}

footer.footer__404,
footer.footer__thanks {
    margin-top: 0;
}

@media (prefers-color-scheme: dark) {
    footer {
        background-color: var(--color-mid-purple);
    }
}

.up__button {
    position: fixed;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    user-select: none;
    width: 51px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 10000;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    transition: all .5s ease-in-out;
}

@media (min-width: 690px) {
    .up__button.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        user-select: auto;
    }
}

@media (min-width: 1200px) {
    .up__button {
        bottom: 50px;
        right: 50px;
        width: 68px;
    }
}

footer .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

@media (min-width: 1200px) {
    footer .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

footer .section__title {
    margin-bottom: 30px;
    width: 100%;
    color: var(--color-white);
    max-width: 350px;
}

@media (min-width: 690px) {
    footer .section__title {
        max-width: 470px;
    }
}

@media (min-width: 1200px) {
    footer .section__title {
        max-width: 480px;
    }
}

.footer__subtitle {
    margin-bottom: 30px;
    color: var(--color-white);
    max-width: 420px;
}

@media (min-width: 690px) {
    .footer__subtitle {
        max-width: 470px;
    }
}

@media (min-width: 1200px) {
    .footer__subtitle {
        max-width: 600px;
    }
}

.footer__buttons {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 90px;
}

@media (min-width: 690px) {
    .footer__buttons {
        margin-bottom: 70px;
    }
}

@media (min-width: 1200px) {
    .footer__buttons {
        margin-bottom: 40px;
    }
}

.footer__buttons svg {
    cursor: pointer;
}

.button--footer {
    width: 100%;
    max-width: 342px;
    height: 68px;
    background-color: var(--color-orange);
}

.button--footer:hover {
    background-color: var(--color-orange-hover);
}

.footer__decore {
    position: relative;
    display: none;
}

@media (min-width: 1200px) {
    .footer__decore {
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 7px;
        width: 100%;
        max-width: 50%;
        height: 100%;
        bottom: 0;
        right: 0;
        z-index: 0;
    }

    .footer__decore-item {
        position: relative;
        display: flex;
        width: calc((100% - 21px) / 4);
        height: 100%;
        background-color: var(--color-footer-decore-purple);
        border-radius: 8px;
        z-index: 1;
    }

    @media (prefers-color-scheme: dark) {
        .footer__decore-item {
            background-color: var(--color-footer-decore-light-purple);
        }
    }

    .footer__decore-item:nth-child(1) {
        height: 35%;
    }

    .footer__decore-item:nth-child(2) {
        height: 55%;
    }

    .footer__decore-item:nth-child(3) {
        height: 80%;
    }

    .footer__decore-item:nth-child(4) {
        height: 100%;
    }
}

footer .line {
    margin-bottom: 20px;
}

.footer__content--menu {
    align-items: center;
}

@media (min-width: 1200px) {
    .footer__content--menu {
        flex-direction: row;
        margin-top: 80px;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.logo__wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

@media (min-width: 1200px) {
    .logo__wrap {
        align-items: flex-start;
        width: 35%;
    }
}

.logo .logo--footer {
    text-align: center;
    color: var(--color-white);
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.logo .logo--footer span {
    color: var(--color-orange);
}

@media (prefers-color-scheme: dark) {
    .logo .logo--footer {
        color: var(--color-white);
    }

    .logo .logo--footer span {
        color: var(--color-orange);
    }
}

@media (min-width: 690px) {
    .logo .logo--footer {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .logo .logo--footer {
        text-align: left;
        font-size: 32px;
    }
}

.logo__description {
    text-align: center;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--color-grey);
    margin-top: 10px;
}

@media (min-width: 690px) {
    .logo__description {
        color: var(--color-white);
    }
}

@media (min-width: 1200px) {
    .logo__description {
        text-align: left;
    }
}

.footer__socials {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

@media (min-width: 1200px) {
    .footer__socials {
        margin-top: 0;
        order: 1;
        width: 30%;
        justify-content: flex-end;
    }
}

.footer__socials svg {
    cursor: pointer;
}

.footer__menu {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

@media (min-width: 1200px) {
    .footer__menu {
        margin-top: 0;
        margin-right: auto;
        align-items: flex-start;
        width: 30%;
        flex-wrap: wrap;
        height: 90px;
    }

    .footer__menu-item:nth-child(2) {
        margin-bottom: 20px;
    }
}

.footer__menu a {
    text-decoration: none;
    color: var(--color-white);
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
    transition: color 300ms ease-in-out;
}

.footer__menu a:hover {
    color: var(--color-orange);
}

@media (min-width: 1200px) {
    .footer__content--requisites {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 100px;
    }

    .footer__menu a:nth-child(2) {
        margin-bottom: 30px;
    }
}

.footer__requisites {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 50px;
    color: var(--color-grey);
    text-align: center;
    width: 100%;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

@media (min-width: 690px) {
    .footer__requisites {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .footer__requisites {
        margin-top: 0;
        align-items: flex-start;
        width: 35%;
        font-size: 18px;
    }
}

.footer__policy-list {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    color: var(--color-grey);
    text-align: center;
    width: 100%;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

@media (min-width: 690px) {
    .footer__policy-list {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .footer__policy-list {
        margin-top: 0;
        align-items: flex-start;
        width: 30%;
        margin-right: auto;
        font-size: 18px;
    }
}

.footer__policy-list a {
    text-decoration: none;
    color: var(--color-grey);
    text-align: left;
}

.footer__made-in {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--color-grey-dark);
}

@media (min-width: 690px) {
    .footer__made-in {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .footer__made-in {
        margin-top: 0;
        align-items: flex-end;
        justify-content: flex-end;
        height: 100%;
        width: 30%;
        font-size: 18px;
    }
}

.footer__made-in a {
    text-decoration: none;
    color: var(--color-grey);
}

.hamster-mobile__wrap {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 190px;
    top: 600px;
    right: -160px;
    z-index: 1;
    transform: rotate(-40deg);
    animation-timing-function: linear;
    animation: hamster-anim-mobile-hide 1s forwards;
}

.hamster__wrap {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    width: 195px;
    height: 260px;
    top: 600px;
    right: -60px;
    z-index: 1;
    transform: rotate(-40deg);
    animation-timing-function: linear;
}

footer.is-animated .hamster-mobile__wrap {
    animation: hamster-anim-mobile 1s forwards;
}

@media (min-width: 1200px) {
    .hamster__wrap {
        display: flex;
    }

    .hamster-mobile__wrap {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hamster__wrap {
        width: 230px;
        height: 306px;
        top: unset;
        bottom: -310px;
        left: 50%;
        z-index: 1;
        transform: translateX(150px);
    }

    .hamster__wrap.is-animated {
        animation: unset;
    }
}

@media (min-width: 1400px) {
    .hamster__wrap {
        transform: translateX(230px);
    }
}

.animation__hamster--forward {
    animation: hamster-anim 1s forwards;
}

.animation__hamster--backward {
    animation: hamster-anim 1s backwards;
}

@keyframes hamster-anim--forward-1 {
    0% {
        bottom: -310px;
    }

    100% {
        bottom: -210px;
    }
}

@keyframes hamster-anim--forward-2 {
    0% {
        bottom: -210px;
    }

    100% {
        bottom: -110px;
    }
}

@keyframes hamster-anim--backward-1 {
    0% {
        bottom: -210px;
    }

    100% {
        bottom: -310px;
    }
}

@keyframes hamster-anim--backward-2 {
    0% {
        bottom: -110px;
    }

    100% {
        bottom: -310px;
    }
}

@keyframes hamster-anim-mobile {
    0% {
        right: -160px;
    }

    100% {
        right: -60px;
    }
}

@keyframes hamster-anim-mobile-hide {
    0% {
        right: -60px;
    }

    100% {
        right: -160px;
    }
}

/* popups */

.popup__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.popup__overlay.active {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.popup__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    gap: 40px;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    max-width: 650px;
    border-radius: 10px;
    background-color: var(--color-white);
    z-index: 10;
}

@media (prefers-color-scheme: dark) {
    .popup__content {
        background-color: var(--color-dark-purple);
    }
}

.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    content: "";
    width: 30px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
    z-index: 100;
}

.popup__close::after,
.popup__close::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 2px;
    background-color: var(--color-black);
    top: 50%;
    left: 50%;
}

@media (prefers-color-scheme: dark) {

    .popup__close::after,
    .popup__close::before {
        background-color: var(--color-orange);
    }
}

.popup__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__btn-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.popup__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100px;
    height: 48px;
    background: var(--color-dark-purple);
    border: 2px solid var(--color-dark-purple);
    border-radius: 10px;
    color: var(--color-white);
}

@media (prefers-color-scheme: dark) {

    .popup__link {
        background: var(--color-orange);
        border: 2px solid var(--color-orange);
    }
}

.button--popup {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100px;
    height: 48px;
    border: 2px solid var(--color-dark-purple);
    background: var(--color-white);
    border-radius: 10px;
    color: var(--color-black);
}

@media (prefers-color-scheme: dark) {

    .button--popup {
        border: 2px solid var(--color-orange);
        background: var(--color-dark-purple);
        color: var(--color-white);
    }
}

/* popup courses */

.popup__courses .popup__content {
    height: 90vh;
    padding: 50px 20px 20px;
    max-width: 700px;
}

.popup__courses-title {
    color: var(--color-light-orange);
    margin-bottom: 20px;
}

.popup__courses .line {
    margin-bottom: 20px;
}

.popup__courses-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: calc(100% - 90px);
    overflow: auto;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 130%;
}

@media (min-width: 690px) {
    .popup__courses-list {
        font-size: 18px;
    }
}

.popup__courses-item::marker {
    color: var(--color-light-orange);
}

/* popup tg */

.popup__tg .popup__content {
    padding: 60px 20px;
}

.popup__tg-title {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

/* popup whatsapp */

.popup__wa .popup__content {
    padding: 60px 20px;
}

.popup__wa-title {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}

/* popup application */

.popup__application .popup__content {
    padding: 60px 40px;
}

.popup__application-title {
    width: 100%;
    text-align: start;
    margin-bottom: 0;
}

.popup__form {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.form__input {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 27px;
    border: none;
    border-bottom: 1px solid var(--color-grey);
    outline: none;
    color: var(--color-black);
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

.form__input::placeholder {
    color: var(--color-grey);
    opacity: .5;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

.button--form {
    width: 100%;
    max-width: 342px;
    background-color: var(--color-dark-purple);
    height: 60px;
}

@media (prefers-color-scheme: dark) {
    .button--form {
        width: 100%;
        max-width: 342px;
        background-color: var(--color-orange);
        height: 60px;
    }

    .button--form:hover {
        background-color: var(--color-orange-hover);
    }
}

/* book popups */

.posters-slider {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width: 80vw;
}

@media (min-width: 600px) {
    .posters-slider {
        flex: 100% 1 1;
    }
}

.popup__book .popup__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 40px;
    width: 100%;
    min-height: 520px;
    max-width: calc(100% - 32px);
}

@media (min-width: 1200px) {
    .popup__book .popup__content {
        max-width: 1050px;
    }
}

.popup-book__container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    width: 100%;
}

@media (min-width: 1100px) {
    .popup-book__container {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
    }
}

.popup-book__part {
    width: 50%;
}

.popup-book__part--descr {
    padding-left: 20px;
    flex: 100% 1 1;
    height: 100%;
    max-width: 100%;
    margin-top: 20px;
    align-self: stretch;
}

@media (min-width: 1100px) {
    .popup-book__part--descr {
        max-width: unset;
        margin-top: 0;
    }
}

.popup-book__part--image {
    position: relative;
    display: flex;
    height: 100%;
}

.book__image {
    display: none;
}

.book__image.front__image {
    position: absolute;
    display: flex;
    width: 230px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.book__image.back__image {
    position: absolute;
    display: flex;
    width: 160px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.popup-book__descr {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

.descr__block {
    display: none;
}

.descr__block.active {
    display: flex;
    flex-direction: column;
}

.popup-book__title {
    margin-bottom: 20px;
}

.popup__book-next {
    position: absolute;
    width: 40px;
    right: 20px;
    bottom: 20px;
    z-index: 5000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    will-change: transform;
}

.popup__book-next:hover {
    transform: scale(1.1);
}

/* popup certificates */

.popup__certificates .popup__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    max-width: calc(100% - 32px);
}

.popup-certificates__container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: calc(100% - 60px);
}

@media (min-width: 1200px) {
    .popup__certificates .popup__content {
        max-width: 1050px;
        width: 100%;
    }
}

.popup__certificates-next {
    position: absolute;
    display: none;
    width: 40px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    transition: all 0.3s ease-in-out;
    will-change: transform;
    cursor: pointer;
}

.popup__certificates-prev {
    position: absolute;
    display: none;
    width: 40px;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    transition: all 0.3s ease-in-out;
    will-change: transform;
    cursor: pointer;
}

.popup__certificates-next:hover {
    transform: translateY(-50%) scale(1.1);
}

.popup__certificates-prev:hover {
    transform: translateY(-50%) scale(1.1);
}

@media (min-width: 1000px) {

    .popup__certificates-prev,
    .popup__certificates-next {
        display: flex;
        cursor: pointer;
    }
}

/* checkbox */

.checkbox {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}

.checkbox__input {
    position: absolute;
    width: 1.375em;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
}

.checkbox__input:checked+.checkbox__icon .tick {
    stroke-dashoffset: 0;
}

.checkbox__icon {
    width: 1.375em;
    height: 1.375em;
    flex-shrink: 0;
    overflow: visible;
}

.checkbox__icon .tick {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset .2s ease-out;
}

.checkbox__label {
    margin-left: 0.5em;
    color: var(--color-grey);
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
}

@media (min-width: 480px) {
    .checkbox__label {
        font-size: 16px;
    }
}

@media (min-width: 690px) {
    .checkbox__label {
        font-size: 18px;
    }
}

.checkbox svg path {
    stroke: var(--color-dark-purple);
}

@media (prefers-color-scheme: dark) {
    .checkbox svg path {
        stroke: var(--color-grey);
    }
}

/* animation of cards */

.reason-clients__content,
.formats-work__content {
    perspective: 1500px;
}

.fb-card {
    box-shadow: 0 1px 5px #00000099;
    position: relative;
    transition-duration: 1200ms;
    transition-property: transform, box-shadow;
    transition-timing-function: ease-out;
    transform: rotate3d(0);
}

.fb-card:hover {
    transition-duration: 500ms;
    box-shadow: 0 5px 20px 5px #00000044;
}

.fb-card .fb-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    background-image: radial-gradient(circle at 50% -20%, #ffffff22, #0000000f);
}