:root{--color-white: #ffffff;--color-black: #000000;--color-purple-50: #f5f3ff;--color-purple-100: #ede9fe;--color-purple-300: #c3b6fd;--color-purple-500: #8b5cf6;--color-purple-600: #7c3aed;--color-purple-700: #6d28d9;--color-accent-100: #fee5ef;--color-accent-200: #ffcae1;--color-accent-500: #ff4081;--radius-sm: 4px}*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3{font-size:inherit;font-weight:400;line-height:normal;text-transform:none;letter-spacing:normal;text-align:left;color:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}html{scroll-behavior:auto!important}body{font-family:Space Mono,monospace;font-weight:400;background:var(--color-purple-50);color:var(--color-black)}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-end{justify-content:flex-end}.column{flex-direction:column}.nowrap{flex-wrap:nowrap}.absolute{position:absolute}.relative{position:relative}.none{display:none}.top{top:0}.bottom{bottom:0}.left{left:0}.mt-auto{margin-top:auto}.w-full{width:100%}.h-full{height:100%}.overflow-hidden{overflow:hidden}.h-50{height:50%}.w-25{width:25%}.gap-15{gap:15px}.gap-25{gap:25px}.gap-50{gap:50px}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.underline{text-decoration:underline}.menu-top-pd{margin-top:135px}.text-no-wrap{text-wrap:nowrap}.text-justify{text-align:justify}.title{font-weight:700;font-size:66px;line-height:1}@media (max-width: 767px){.title{font-size:41px}}.menu-top-mr{margin-top:122px}.text-bold{font-weight:700}.container{padding:100px;max-width:1920px}@media (max-width: 1124px){.container{padding:80px 50px}}@media (max-width: 767px){.container{padding:80px 16px}}.underline-hover{text-decoration:none;position:relative;color:inherit;transition:text-decoration-color .3s ease}.underline-hover:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentColor;opacity:0;transition:opacity .3s ease}.underline-hover:hover:after{opacity:1}.btn[data-v-d7640610]{padding:15px 25px;font-size:18px;font-weight:700;line-height:1.2;text-align:center;border-radius:var(--radius-sm);cursor:pointer;transition:transform .3s ease;text-wrap:nowrap;width:100%}.btn.sm[data-v-d7640610]{max-width:178px}.btn.md[data-v-d7640610]{max-width:540px}.btn.light[data-v-d7640610]{background:var(--color-white);color:var(--color-purple-700)}.btn.light[data-v-d7640610]:hover{background:var(--color-purple-50)}.btn.purple[data-v-d7640610]{background:var(--color-purple-600);color:var(--color-white)}.btn.purple[data-v-d7640610]:hover{background:var(--color-purple-500)}@media (max-width: 1440px){.btn.md[data-v-d7640610]{max-width:380px}}@media (max-width: 767px){.btn.md[data-v-d7640610]{max-width:100%}}.header[data-v-00368d78]{position:absolute;top:0;left:0;width:100%;height:122px;z-index:1000;background:transparent;display:flex;justify-content:center;-webkit-user-select:none;user-select:none}.header__bg[data-v-00368d78]{background:var(--color-purple-100)}.header__container[data-v-00368d78]{padding:32px 100px;display:flex;justify-content:space-between;align-items:center;width:100%}.header__logo[data-v-00368d78]{font-weight:700;font-size:18px;line-height:1.2;z-index:1000;text-wrap:nowrap}.header__menu[data-v-00368d78]{display:flex;gap:25px}.header__menu a[data-v-00368d78]{text-decoration:none;font-weight:400;font-size:18px;color:var(--color-black);transition:color .3s}.header .hide-btn[data-v-00368d78]{pointer-events:none;opacity:0}@media (max-width: 1124px){.header__container[data-v-00368d78]{padding:32px 50px}}@media (max-width: 990px){.header__menu[data-v-00368d78]{display:none}}@media (max-width: 767px){.header__container[data-v-00368d78]{padding:20px 16px}.header .hide-btn[data-v-00368d78]{display:none}}.base-section[data-v-8e0116ab]{display:flex;justify-content:center}.base-section .container[data-v-8e0116ab]{display:flex;flex-direction:column;gap:50px}.base-section__content[data-v-8e0116ab],.base-section .title[data-v-8e0116ab]{display:grid;grid-template-columns:540px 1fr;gap:50px}@media (max-width: 1440px){.base-section__content[data-v-8e0116ab],.base-section .title[data-v-8e0116ab]{grid-template-columns:380px 1fr}}@media (max-width: 990px){.base-section__content[data-v-8e0116ab]{grid-template-columns:1fr;gap:0}.base-section .title[data-v-8e0116ab]{grid-template-columns:130px 1fr}.base-section .title__text[data-v-8e0116ab]{text-align:end}.base-section .content-spacer.is-ordered[data-v-8e0116ab]{order:2}}@media (max-width: 767px){.base-section .container[data-v-8e0116ab]{gap:40px}.base-section .title[data-v-8e0116ab]{grid-template-columns:80px 1fr;gap:15px}}.contacts-form .form-container[data-v-569af0da]{display:flex;flex-wrap:wrap;width:100%;gap:25px}.contacts-form .form-info[data-v-569af0da]{width:100%;display:flex;flex-direction:column;margin-bottom:8px}.contacts-form .form-info__label-wrapper[data-v-569af0da]{position:relative;width:100%}.contacts-form .form-info__label-wrapper input[data-v-569af0da]{font-size:18px;padding:20px 12px 8px;height:60px;width:100%;border:1px solid transparent;border-radius:var(--radius-sm);background:var(--color-purple-300);color:#00000080;outline:none;transition:all .2s ease}.contacts-form .form-info__label-wrapper label[data-v-569af0da]{position:absolute;top:50%;left:12px;transform:translateY(-50%);font-size:18px;line-height:1.2;font-weight:400;color:#00000080;pointer-events:none;transition:all .2s ease}.contacts-form .form-info__label-wrapper input:focus+label[data-v-569af0da],.contacts-form .form-info__label-wrapper input.has-value+label[data-v-569af0da]{top:10px;font-size:12px;color:#00000080}.contacts-form .error-label[data-v-569af0da]{top:100%;left:0;position:absolute;margin-top:6px;color:var(--color-accent-200);font-size:12px;line-height:1.2;font-weight:400}.contacts-form .form-info.error input[data-v-569af0da]{background:var(--color-accent-100);border-color:var(--color-accent-500)}.contacts-form .form-actions[data-v-569af0da]{display:flex;justify-content:space-between;gap:50px;align-items:center}.contacts-form .success-msg[data-v-569af0da]{flex:1;font-weight:400;font-size:12px;line-height:1.2;text-align:center}@media (max-width: 767px){.contacts-form .form-actions[data-v-569af0da]{flex-direction:column;gap:15px}}.footer__content[data-v-fd12d780]{display:flex;flex-direction:column;gap:50px;width:100%;color:var(--color-white)}.footer__content__logo[data-v-fd12d780]{font-weight:700;font-size:26px;line-height:1.2;color:var(--color-white)}.footer__content__links[data-v-fd12d780],.footer__content__address[data-v-fd12d780]{font-weight:400;font-size:18px;line-height:1.2;color:var(--color-white);max-width:540px}.footer__content__address[data-v-fd12d780]{font-style:normal;margin-top:25px;flex:1}.footer__content .copyright[data-v-fd12d780]{opacity:.5;font-weight:400;font-size:12px;line-height:1.2;color:var(--color-white)}.footer__content .title[data-v-fd12d780]{color:var(--color-white)}@media (max-width: 990px){.footer__content[data-v-fd12d780]{grid-template-columns:1fr}.footer__content .footer__content[data-v-fd12d780]:nth-of-type(2){order:1}}@media (max-width: 990px){[data-v-fd12d780] .base-section__content{gap:80px}}.hero-section[data-v-4b026c3e]{position:relative;height:100vh;background:url(/assets/bg-D0lY2PZi.png) center center/cover no-repeat;display:flex;justify-content:center}.hero-section .container[data-v-4b026c3e]{max-width:1240px;width:100%;display:flex;align-items:center;justify-content:center}.hero-section__content[data-v-4b026c3e]{display:flex;flex-direction:column;align-items:center;gap:25px;z-index:1}.hero-section__content .title[data-v-4b026c3e]{text-align:center}.hero-section__content-desc[data-v-4b026c3e]{max-width:800px;font-weight:400;font-size:18px;line-height:1.2;text-align:center}.card[data-v-1994b8ca]{padding:25px;border-radius:var(--radius-sm);background-color:var(--color-purple-300);display:flex;flex-direction:column;justify-content:space-between;height:270px}.card__value[data-v-1994b8ca]{font-weight:700;font-size:41px;line-height:1.2}.card__label[data-v-1994b8ca]{font-weight:400;font-size:16px;line-height:1.4}@media (max-width: 1440px){.card[data-v-1994b8ca]{height:190px}}@media (max-width: 767px){.card[data-v-1994b8ca]{height:170px}}.card-list[data-v-3de226c5]{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}@media (max-width: 1124px){.card-list[data-v-3de226c5]{gap:25px}}@media (max-width: 767px){.card-list[data-v-3de226c5]{grid-template-columns:1fr;gap:15px}}.about__content[data-v-7bdffe6b]{display:flex;flex-direction:column;gap:50px;width:100%}.about__content-subtitle[data-v-7bdffe6b]{font-size:26px;font-weight:400;line-height:1.4}.about__content-desc[data-v-7bdffe6b]{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;font-size:16px;font-weight:400;line-height:1.4}@media (max-width: 1124px){.about__content-desc[data-v-7bdffe6b]{gap:25px}}@media (max-width: 767px){.about__content-desc[data-v-7bdffe6b]{grid-template-columns:1fr;gap:15px}}.card[data-v-04433739]{display:flex;gap:12px;padding:25px;border-radius:var(--radius-sm)}.card__content-title[data-v-04433739]{font-weight:700;line-height:1.2}.card__content-description[data-v-04433739]{font-weight:400;font-size:16px;line-height:1.4}@media (max-width: 767px){.card[data-v-04433739]{flex-direction:column}}.cards-list[data-v-15b5ff90]{display:flex;flex-direction:column;gap:50px;width:100%}@media (max-width: 767px){.cards-list[data-v-15b5ff90]{grid-template-columns:1fr!important;gap:16px}}[data-v-0e8edcc6] .title{color:var(--color-white)}.services__content[data-v-0e8edcc6]{display:flex;flex-direction:column;gap:50px;width:100%}@media (max-width: 767px){.services__content[data-v-0e8edcc6]{grid-template-columns:1fr;gap:15px}}.cases__content[data-v-1bc25027]{width:100%}.cases__content__cards[data-v-1bc25027]{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;font-size:16px;font-weight:400;line-height:1.4}.cases__content__card[data-v-1bc25027]{display:flex;flex-direction:column;max-width:540px}.cases__content__card__desc[data-v-1bc25027]{flex:1;font-weight:400;font-size:16px;line-height:1.4;margin-top:60px;margin-bottom:25px}.cases__content__card__desc-title[data-v-1bc25027]{font-weight:700;font-size:26px;line-height:1.2;margin-bottom:15px}.cases__content__card-img img[data-v-1bc25027]{max-width:100%;max-height:100%;object-fit:cover}.cases__content .btn[data-v-1bc25027]{width:100%}@media (max-width: 1440px){.cases__content__card__desc[data-v-1bc25027]{margin-top:40px}}@media (max-width: 767px){.cases__content__cards[data-v-1bc25027]{grid-template-columns:1fr}}.reviews__content[data-v-6ddfaea9]{display:flex;flex-direction:column;gap:50px;width:100%}@media (max-width: 767px){.reviews__content[data-v-6ddfaea9]{grid-template-columns:1fr;gap:15px}}.paragraph[data-v-3285fbe0]{display:flex;flex-direction:column;gap:25px}.paragraph__title[data-v-3285fbe0]{font-weight:700;font-size:26px;line-height:1.4}.paragraph__description[data-v-3285fbe0]{display:flex;flex-direction:column;gap:15px}.paragraph__description-content[data-v-3285fbe0]{font-weight:400;font-size:16px;line-height:1.4}.paragraph__description-list-item[data-v-3285fbe0]{list-style-type:disc;margin-left:24px}.paragraph__description-list-title[data-v-3285fbe0]{font-weight:700;font-size:16px;line-height:1.4}.paragraph__description-list-title[data-v-3285fbe0],.paragraph__description-list-text[data-v-3285fbe0]{margin-bottom:15px}.privacy__content[data-v-e4e65d45],.privacy__content[data-v-8c5adb31]{display:flex;flex-direction:column;gap:50px}
