html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; font-family: IBM Plex Sans, serif; vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block;}html { scroll-behavior: smooth;}body { line-height: 1;}/* С…СЂРѕРј, СЃР°С„Р°СЂРё */body::-webkit-scrollbar { width: 0; }/* ie 10+ */body { -ms-overflow-style: none; }/* С„С„ (СЃРІРѕР№СЃС‚РІРѕ Р±РѕР»СЊС€Рµ РЅРµ СЂР°Р±РѕС‚Р°РµС‚, РґСЂСѓРіРёС… СЃРїРѕСЃРѕР±РѕРІ С‚РѕР¶Рµ РЅРµС‚)*/body { overflow: -moz-scrollbars-none; }.no-scroll { overflow: hidden;}ol, ul { list-style: none;}blockquote, q { quotes: none;}blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none;}table { border-collapse: collapse; border-spacing: 0;}p { all: initial; all: unset;}h1 { font-weight: 600; font-size: 80px; line-height: 95%;}@media screen and (max-width: 1200px) { h1 { font-size: 60px; }}@media screen and (max-width: 960px) { h1 { font-size: 45px; }}@media screen and (max-width: 768px) { h1 { font-size: 30px; }}h2 { font-weight: 600; font-size: 40px; line-height: 100%; text-wrap: balance;}@media screen and (max-width: 1200px) { h2 { font-size: 35px; }}@media screen and (max-width: 960px) { h2 { font-size: 30px; }}@media screen and (max-width: 768px) { h2 { font-size: 22px; }}a { cursor: pointer; color: var(--green_dark); text-decoration: none; font-size: 15px; line-height: 114%;}@media screen and (max-width: 1200px) { a { font-size: 12px; }}.button { background-color: var(--green); font-size: 20px; font-weight: 600; line-height: 115%; border-radius: 60px; color: var(--white); padding: 15.5px 32px; text-transform: uppercase; text-align: center; display: block; width: fit-content; border: none; cursor: pointer;}@media screen and (max-width: 1200px) { .button { font-size: 15px; }}@media screen and (max-width: 960px) { .button { padding: 13.5px 32px; }}@media screen and (max-width: 768px) { .button { padding: 9.5px 22px; font-size: 12px; }}@media screen and (min-width: 1200px) { .desktop-min-d-none { display: none; }}@media screen and (max-width: 1200px) { .desktop-max-d-none { display: none; }}input { background-color: var(--violet_light2); border: none; font-weight: 500; font-size: 20px; line-height: 100%; vertical-align: middle; color: var(--violet_dark); padding: 18px 20px; border-radius: 60px; width: 100%;}input::placeholder {font-family: IBM Plex Sans, serif;font-weight: 500;font-size: 20px;line-height: 100%;color: var(--violet_dark);}@media screen and (max-width: 768px) { input { font-size: 12px; }}  .button:disabled {background-color: #ccc;color: #666;cursor: not-allowed;opacity: 0.5;}
strong {font-weight: 600}


@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


:root {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background-color: var(--violet);
    color: var(--green_dark);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --white: #ffffff;
    --gray: #949995;
    --green: #00a749;
    --green2: #45cd71;
    --green-light: #D4F2E0;
    --green-light1: #5E7964;
    --green-light2: #C4ECD1;
    --green-light3: #7D9785;
    --green_dark: #00270C;
    --dark1: #161d16;
    --orange: #FF9616;
    --orange_light: #FFE6D0;
    --violet: #EFF0FF;
    --violet_dark: #8B84D6;
    --violet_light2: #DADBF4;
    --violet_light3: #C0BDE1;
    --violet_light4: #AEB0EE;
}

.container {
    max-width: 1081px;
    margin: 0 auto;
    padding: 0 60px;
}

@media screen and (max-width: 960px) {
    .container {
        padding: 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

.container_bg_white {
    background-color: var(--white);
    padding-top: 35px;
    padding-bottom: 75px;
    border-radius: 40px;
}

@media screen and (max-width: 768px) {
    .container_bg_white {
        padding-bottom: 34px;
    }
}




.header {
    background: #eff0ff;
    position: sticky;
    top: 0;
    z-index: 9999;
}



.header-wrapper {
    padding: 30px 0 25px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    .header-wrapper{
        padding: 16px 0 16px;
    }
}

@media screen and (max-width: 960px) {
    .header-wrapper {
        padding: 16px 0 16px;
    }
}

@media screen and (max-width: 768px) {
    .header-wrapper {
        padding: 16px 0 16px;
    }
}

@media screen and (max-width: 1200px) {
    .header_logo {
        width: 102px;
        height: 17px
    }
}


.header_left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.links {
    display: flex;
    gap: 18px;
}

@media screen and (max-width: 960px) {
    .links_center {
        display: none;
    }
}

.links_right {
    display: flex;
    gap: 10px;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .links_right, .link_btn {
        display: none;
    }
}

.menu_bnts {
    display: none;
}

@media screen and (max-width: 960px) {
    .menu_bnts {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}

.link_btn_light {
    background-color: var(--violet_light2);
    font-size: 15px;
    padding: 9px 20px;
    color: var(--green_dark);
}

.link_btn {
    background-color: var(--violet_dark);
    font-size: 15px;
    padding: 9px 20px;
    transition: all ease .3s;
}

.link_btn:hover {
    background-color: var(--green);
}

@media screen and (max-width: 960px) {
    .link_btn, .link_btn_light {
        font-size: 12px;
    }

    .menu_bnts .link_btn, .menu_bnts .link_btn_light {
        width: auto;
        display: block;
    }
}

/* Р“Р°РјР±СѓСЂРіРµСЂ РёРєРѕРЅРєР° */
.menu-btn {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 3;
    overflow: hidden;
    cursor: pointer;
}

@media screen and (min-width: 960px) {
    .menu-btn {
        display: none;
    }
}

.menu-btn span {
    width: 25px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--green);
    border-radius: 3px;
    transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
    top: calc(50% - 7px);
}

.menu-btn span:nth-of-type(3) {
    top: calc(50% + 7px);
}

/* РњРµРЅСЏРµРј РіР°РјР±СѓСЂРіРµСЂ РёРєРѕРЅРєСѓ, РєРѕРіРґР° РјРµРЅСЋ РѕС‚РєСЂС‹С‚Рѕ */
.menu-btn.active span:nth-of-type(1) {
    display: none;
}

.menu-btn.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 2;
}

.menu_content {
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 60px;
}

@media screen and (max-width: 768px) {
    .menu_content {
        padding: 16px 20px;
    }
}

.menu.active {
    transform: translateX(0);
}

@media screen and (min-width: 960px) {
    .menu {
        display: none;
    }
}

.menu_links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu_links a {
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .menu_links a {
        font-size: 12px;
    }
}


.main {
    padding-top: 100px;
    padding-bottom: 92px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .main {
        padding-top: 65px;
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 960px) {
    .main {
        padding-top: 25px;
        padding-bottom: 34px;
    }
}

@media screen and (max-width: 768px) {
    .main {
        flex-direction: column-reverse;
    }
}

.main_left {
    position: relative;
}

@media screen and (max-width: 768px) {
    .main_left {
        width: 100%;
    }
}

.h1 {
    margin-bottom: 28px;
}

@media screen and (max-width: 1200px) {
    .h1 {
        margin-bottom: 20px;
    }
}

.h1_animation {
    opacity: 0;
    transform: translateY(10px);
    transition-duration: 1s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.h1_animation:nth-child(1) {
    transition-delay: 0.3s;
}

.h1_animation:nth-child(2) {
    transition-delay: 4s;
}

.h1_animation:nth-child(3) {
    transition-delay: 1.7s;
}

.h1_animation:nth-child(3) {
    transition-delay: 1.7s;
}

.h1_animation.visible {
    composes: h1_animation;
    transform: translateY(0);
    transition-duration: 1s;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .h1_animation {
        transform: translateY(0);
        transition-duration: 1s;
        opacity: 1;
    }
}

.h1_animation2 {
    opacity: 0;
    transform: translateX(10px);
    transition-duration: 1s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.h1_animation2.visible {
    composes: h1_animation;
    transform: translateX(0);
    opacity: 1;
    transition-delay: 5s;
}

@media screen and (max-width: 768px) {
    .h1_animation2 {
        transform: translateX(0);
        opacity: 1;
    }
}

.sub_h1 {
    color: var(--violet_dark);
}

.main_subtitle {
    font-size: 25px;
    line-height: 115%;
}

.main_subtitle p {
    display: block;
}

@media screen and (max-width: 1200px) {
    .main_subtitle {
        font-size: 20px;
    }
}

@media screen and (max-width: 960px) {
    .main_subtitle {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .main_subtitle {
        font-size: 12px;
    }
}

.main_arrows_container {
    position: relative;
    display: inline;
}

@media screen and (max-width: 768px) {
    .main_arrows_container {
        display: none;
    }
}

.main_arrows {
    position: absolute;
    z-index: -1;
}

.main_arrow {
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .main_arrow {
        display: none;
    }
}

.main_star {
    position: absolute;
    top: -30%;
    right: 10%;
    transform: rotate(-180deg);
    transition-duration: 2s;
    transition-property: transform;
}

.main_star.visible {
    composes: main_star;
    transform: rotate(0);
}

@media screen and (max-width: 500px) {
    .main_star {
        display: none;
        transform: rotate(0);
        width: 47px;
    }
}

.main_right {
    position: relative;
}

@media screen and (min-width: 500px) {
    .main_right_hand_img_mobile {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .main_right {
        overflow: hidden;
        text-align: end;
        width: fit-content;
    }

    .main_right_hand_img_mobile {
        width: 100%;
        height: auto;
    }

    .main_right_hand_img {
        width: auto;
        height: 289px;
        margin-right: 50px;
        display: none;
    }
}

.main_right_handResume_img {
    position: absolute;
    display: block;
}

.main_right_handResume_img1 {
    z-index: -1;
    position: absolute;
}

.main_right_handResume_img2 {
    z-index: -2;
    position: absolute;
}

.main_right_handResume_img3 {
    z-index: -3;
    position: absolute;
}

@media screen and (max-width: 500px) {
    .main_right_handResume_img {
        display: none;
    }

    .main_right_handResume_img1 {
        top: 0;
        right: 20px;
        transform: rotate(353deg);
    }

    .main_right_handResume_img2 {
        top: 6px;
        right: 5px;
        transform: translate(0, 0) rotate(5deg);
    }

    .main_right_handResume_img3 {
        top: 22px;
        right: 0px;
        transform: translate(0, 0) rotate(20deg);
    }
}

@media screen and (min-width: 768px) {
    .main_right_handResume_img {
        opacity: 0;
    }

    .main_right_handResume_img1 {
        top: 0;
        right: 50px;
        transform: translate(-10px, 10px) rotate(353deg);
        transform-origin: bottom left;
        opacity: 0;
        transition-duration: 1s;
        transition-property: opacity, transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .main_right_handResume_img1.visible {
        composes: main_right_handResume_img1;
        transform: translate(0, 0) rotate(353deg);
        transition-duration: 1s;
        opacity: 1;
        transition-delay: 3s;
    }

    .main_right_handResume_img2 {
        top: 0;
        right: 10px;
        transform: translate(-10px, 10px) rotate(357deg);
        transform-origin: bottom left;
        opacity: 0;
        transition-duration: 1s;
        transition-property: opacity, transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .main_right_handResume_img2.visible {
        composes: main_right_handResume_img2;
        transform: translate(0, 0) rotate(357deg);
        transition-duration: 1s;
        opacity: 1;
        transition-delay: 3s;
    }

    .main_right_handResume_img3 {
        top: 10px;
        right: 0;
        transform: translate(-10px, -10px) rotate(20deg);
        transform-origin: bottom left;
        opacity: 0;
        transition-duration: 1s;
        transition-property: opacity, transform;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .main_right_handResume_img3.visible {
        composes: main_right_handResume_img3;
        transform: translate(0, 0) rotate(20deg);
        transition-duration: 1s;
        opacity: 1;
        transition-delay: 3s;
    }
}

@media screen and (min-width: 768px) {
    .main_right_hand_img {
        z-index: 1;
        transform: rotate(-30deg);
        opacity: 0;
        transition-duration: 2s;
        transition-property: opacity, transform;
    }

    .main_right_hand_img.visible {
        opacity: 1;
        transform-origin: bottom center;
        animation: rotateAnimation 3s forwards;
    }

    @keyframes rotateAnimation {
        0% {
            transform: rotate(-30deg);
        }
        33% {
            transform: rotate(10deg);
        }
        66% {
            transform: rotate(-10deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }
}

.main_btn_container {
    display: flex;
    gap: 2px;
    align-items: center;
    margin-top: 55px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .main_btn_container {
        margin-top: 25px;
        padding-bottom: 38px;
    }
}

.main_sale-icon {
    width: 240px;
    position: absolute;
    left: 234px;
    top: 16px;
    z-index: -1;

    cursor: pointer;
}

@media (max-width: 1200px) {
    .main_sale-icon {
        width: 180px;
        left: 194px;
    }
}

@media (max-width: 960px) {
    .main_sale-icon {
        width: 150px;
        left: 194px;
    }
}

@media (max-width: 768px) {
    .main_sale-icon {
        width: 150px;
        left: 143px;
        top: 2px;
    }
}