

/* Start:/local/templates/main/css/main.css?1781193690100325*/
body,html {height:100%}
*,::after,::before {box-sizing:border-box}
* {margin:0}
@media (prefers-reduced-motion:no-preference) {
html {interpolate-size:allow-keywords}
}
body {line-height:1.5;-webkit-font-smoothing:antialiased;background-color:#0d0d0d}
canvas,img,picture,svg,video {display:block;max-width:100%}
button,input,select,textarea {font:inherit}
h1,h2,h3,h4,h5,h6,p {overflow-wrap: break-word}
p {text-wrap:pretty}
h1,h2,h3,h4,h5,h6 {text-wrap:balance}
:root {--gradient-point:0.34}
@keyframes fadeIn {from {opacity:0} }
@keyframes slideIn {
from {transform:translateY(-16px)} to {transform:translateY(0)} }
@keyframes slideUp {from {transform:translateY(60px)} to {transform:translateY(0)} }
@keyframes rotate { from {transform:rotate(0)} to {transform:rotate(360deg)} }
@keyframes scale { 0% {transform:scale(1)} 50% {transform: scale(.8)} 100% {transform: scale(1)} }
[data-animation-uprise] {transition:transform .6s ease,opacity .6s ease}
.container {margin-right:auto;margin-left:auto;width:100%;max-width:1900px}
.image-gradient--top {top:revert !important;bottom:-350px !important;}
.image-gradient {position:fixed;inset:0;z-index:-1;margin:auto;aspect-ratio:1/1;width:80%;transform-origin:center center;transition:transform 1s ease;animation:scale 24s linear infinite running;filter:blur(120px)}
.image-gradient__item {position:absolute;width:75%;height:75%;border-radius:9999px;animation:rotate 12s linear infinite running}
.image-gradient__item--1 {top:25%;left:0;background-color:#aa4cff;transform-origin:right}
.image-gradient__item--2 {top:50%;left:25%;background-color:#3838ff;transform-origin:top}
.image-gradient__item--3 {top:25%;left:50%;background-color:#3a89fb;transform-origin:left}
.image-gradient__item--4 {top:0;left:25%;background-color:#630eff;transform-origin:bottom}

.page {min-width:320px;min-height:100%;color:#0d0d0d;font-family:"Max Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;overflow-x:clip}

/* Шапка */
.header {position:fixed;top:16px;right:16px;left:16px;z-index:1}
.header__container {position:relative;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 40px 25px 0 rgb(0 0 0 / 5%),0 5px 10px 0 rgb(0 0 0 / 10%);border-radius:24px;background-color:hsl(264deg 33% 17% / 80%);backdrop-filter:blur(15px);padding:0 16px}
.header__logo-container {display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-height:64px}
.header__logo {color:#fff;font-size:28px}
.header__logo-img {width:100px;height:32px}
.header__menu-toggle {display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px 10px;width:40px;height:40px;border:none;background-color:transparent;cursor:pointer}
.menu-toggle::after,.menu-toggle::before,.menu-toggle__line {position:relative;display:block;width:100%;height:2px;border-radius:9999px;background-color:#fff;transition:opacity .3s ease;content:""}
body.menu-open {position:fixed;width:100%;overflow:hidden}
.header__nav {display:none}
.header--open {height:calc(100% - 32px)}
.header__container--toggled-menu {justify-content:start;height:100%;border-bottom-right-radius:16px;border-bottom-left-radius:16px}
.menu-toggle::before {top:0;transform:rotate(0);transition:top .3s ease .3s,transform .3s ease}
.menu-toggle::after {bottom:0;transform:rotate(0);transition:bottom .3s ease .3s,transform .3s ease}
.menu-toggle--active::before {top:6px;transform:scaleX(1.1) rotate(45deg);transition:top .3s ease,transform .3s ease .3s}
.menu-toggle--active::after {bottom:6px;transform:scaleX(1.1) rotate(-45deg);transition:bottom .3s ease,transform .3s ease .3s}
.menu-toggle--active .menu-toggle__line {opacity:0}
.nav__list {display:flex;flex-direction: column;margin:0;margin-top:32px;padding:0;height:100%;list-style:none;font-weight:500;font-size:28px;animation:slideIn .3s ease forwards,fadeIn .3s linear forwards}
.nav__list--desktop {display:none}
.nav__item--copyright {margin-top: auto;line-height:1;font-weight:400;text-align:center}
.nav__link {display:block;padding:8px 0;color:#fff;text-decoration:none;line-height:1;transition:color .3s ease}
.nav__link--hidden {display:none}
.nav__link:hover {color:#fff}
.header__login-container {display:none}
.header__copyright {color:#fff;text-transform:uppercase;line-height:1.4;font-size:16px}
.overlay-button {position:fixed;top:0;left:0;display:none;margin:0;padding:0;width:100%;height:100%;border:none;background-color:#0d0d0d;opacity:.8}
.header--open~.overlay-button {display:block}
.header__nav--open {display:flex;flex-grow:1;flex-direction:column;justify-content:space-between;padding-bottom:16px;overflow-y:auto}
ul.nav__list.nav__list--mobile a.active.nav__link {background: linear-gradient(96deg,rgb(90 140 255) 0,rgb(67 214 255) calc(var(--gradient-point) * 100%),rgb(143 63 255) 99.6%);background-clip:text;background-clip: text;color:transparent}
.gradient-text {background:linear-gradient(96deg,rgb(90 140 255) 0,rgb(67 214 255) calc(var(--gradient-point) * 100%),rgb(143 63 255) 99.6%);background-clip:text;background-clip: text;color:transparent}
header #worktime-date {margin-left:auto;font-size:0.9rem;color:#fff;}
header .worktime.disabled:before {background-color: #ff2828;}
header .worktime:before {content:'';width:10px;height:10px;background-color:#44dc32;vertical-align:middle;display:inline-block;margin-right:8px;margin-bottom:3px;}

@media (width >= 340px) {
.nav__list {gap:16px;margin-top:40px;padding:16px 0 0;font-size:32px}
}
@media (width >= 420px) {
.header {top:32px;right:32px;left:32px}
}
@media (width >= 1060px) {
.header__container {display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 40px;min-height:88px}
}
@media (width >= 1160px) {
.header__logo-img {width:130px;height:42px}
.header__menu-toggle {display:none}
.header__nav {display:flex}
.header--open {height: auto}
.nav__list--mobile {display:none}
.nav__list--desktop {display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:32px;margin:0;padding:0;line-height:1.4;font-size:20px;animation:none}
.nav__link {color:#b5b5b5}
.header__login-container {display:flex;flex-direction:column}
.header__login-link {margin-left:auto;text-decoration:none;font-weight:500;font-size:20px}
.header__copyright {display:none}
.overlay-button {display:none}
}

/** Шапка **/

/* Подвал */

.footer {background-color:#0d0d0d;padding:72px 16px 80px}
.footer__container {display:flex;flex-direction:column-reverse;gap:48px}
.footer__copyright {display:flex;flex-direction:column;gap:16px;margin:0;padding:0}
.footer__logo-img {width:96px;height:30px}
.footer__nav {display:flex;flex-direction:column;gap:48px}
.footer__nav-list {display:flex;flex-direction:column;gap:8px;margin:0;padding:0}
.footer__nav-item {display:flex;flex-direction:column;gap:16px}
.footer__nav-link {color:#9a9a9a;text-decoration:none;line-height:1.25;font-weight:400;font-size:16px;transition:color .3s ease}
.footer__nav-link.active {color:#fff}
@media (hover: hover) {.footer__nav-link:hover {color:#fff}}
.footer__copyright-text {color:#9a9a9a;line-height:1.25;font-weight:400;font-size:16px}
/** Подвал **/

/* Контент */
.main {display:flex;flex-direction:column;margin:0 auto;overflow-x:clip}
.section {position:relative;padding-top:120px;width:100%;isolation:isolate}
.section__container {display:flex;flex-direction:column;gap:40px;width:100%}
.section__buttons {display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:500px}
.button {position:relative;display:flex;justify-content:center;align-items:center;gap:8px;padding:12px 24px;width:fit-content;overflow:hidden;border:none;border-radius:16px;background-color:#630eff;color:#fff;text-align:center;text-decoration:none;line-height:1.4;font-weight:500;font-size:20px;transition:transform .6s ease;isolation:isolate;cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent
}
.button::before {position:absolute;inset:0;z-index:-1;display:block;margin:auto;width:100%;height:100%;background:linear-gradient(97deg,#01c5c8 .32%,#046ef4 44.6%,#572dff 62.16%);transition:opacity .3s ease;content:"";opacity:0}
.button--primary {background-image:linear-gradient(135deg,#161f8a 0,#2d085f 100%)}
.button--secondary {background-color:transparent;background-image:linear-gradient(135deg,rgb(67 67 67 / 80%) 0,rgb(67 67 67 / 20%) 100%)}
@media (width >= 420px) {
.section {padding-right:16px;padding-left: 16px}
}
@media (width >= 744px) {
.section {padding-top:80px;padding-bottom:80px;max-width:100%}
.section__container {display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"content image";gap:16px;padding-right:48px;padding-left:48px;max-width:1900px;height:100%}
.section__buttons {align-items:flex-start}
}
@media (width >= 1060px) {
.section__container {padding-right:64px;padding-left:64px}
.button {padding:12px 24px;min-height:64px;font-size:24px}
}
@media (width >= 1160px) {
.section__container {padding-right:92px;padding-left:92px}
}
/** Контент **/

/* Главная */
.top-section.section {display:flex;flex-direction:column;gap:12px;margin-top:80px;padding:20px 16px}
.top-section__container {position:relative;display:grid;grid-template-rows:min-content 1fr;grid-template-columns:1fr;place-content:center center;gap:24px;padding:28px 28px 24px;min-height:max(var(--top-section-container-height,calc(100dvh - 84px - 105px)),calc(190px + 230px * 283 / 263));overflow:hidden;overflow:clip;border-radius:24px;background-color:rgb(40 29 57 / 20%)}
.top-section__content {z-index:0;display:flex;flex-direction:column;gap:16px;margin:0 auto;padding:0;text-align:center}
.top-section__title {letter-spacing:-.64px;line-height:1;font-weight:500;font-size:32px;color:#fff}
.klodo {color:#0abbe1}
.top-section__title--h2 {font-size:24px}
.top-section__text {color:#c3c3c3;text-align:center;line-height:1.25;font-weight:400;font-size:16px}
.top-section__image {position:relative;display:flex;flex-direction:column;justify-content:center;align-self:center;width:100%;height:100%;min-height:0;container-name:top-section-image;container-type:inline-size}
.top-section__image .img__wrapper {display:flex;flex:1;justify-content:center;align-items:center;width:100%;height:100%}
.top-section__features {display:grid;grid-template-rows:repeat(2,minmax(auto,1fr));grid-template-columns:repeat(2,minmax(min-content,1fr));align-items:stretch;gap:9px;margin:0 auto;width:100%;min-width:232px;max-width:477px}
.top-section__feature {--font-max:18px;display:grid;grid-template-rows:min-content;align-items:self-start;gap:1em;padding:1em;font-size:clamp(10px, calc(10px + (var(--container-width) - 230px) / 22), var(--font-max))}
.top-section__feature-icon {position:relative;display:flex;justify-content:center;align-items:center;aspect-ratio:188/155}
.top-section__feature-title {color:#fff;text-align:center;line-height:1;font-weight:600;font-size:inherit}
@supports (container-type:inline-size) {
.top-section__feature {font-size:clamp(10px, 4cqi, var(--font-max))}
}
@media (width >= 350px) {
.section__container {margin:0 auto}
}
@media (width >= 744px) {
.top-section.section {margin-top:96px;padding-top:80px}
.top-section .section__container {grid-template-columns: auto max(300px,44%);justify-content:space-between;padding-right:36px}
.top-section__container {grid-template-rows:auto;padding:0;height:100%;min-height:auto;overflow:revert;border-radius:0;background-color:transparent}
.top-section__content {padding:0;max-width:100%}
.top-section__title {text-align:left}
.top-section__title--h2 {display:block}
.top-section__text {margin-bottom:8px;text-align:left;font-size:20px}
.section__buttons--top-section {display:flex;flex-direction:row;justify-content:flex-start;gap:16px;width:fit-content}
.top-section__image,.section__image {align-self:flex-start;padding:0}
.top-section__image {margin-bottom:-70%}
.img__wrapper {position:relative;padding:20px}
.top-section__image .img__wrapper {align-items:start;padding-top:0}
.top-section__features {position:absolute;top:0;right:0;left:0}
}
@media (width >= 1060px) {
.top-section .section__container {grid-template-columns:auto 420px;gap:32px}
.top-section__title {font-size:72px}
.top-section__text {font-size:28px}
}
@media (width >= 1160px) {
.top-section.section {margin-top:120px}
.top-section__content {gap:32px}
.top-section__text {margin-bottom:32px}
}
/** Главная **/




.img {
    margin: 0 auto;
    width: min-content;
    max-width: min(400px,100%);
    height: auto
}
[data-container] {
    --container-width: 100vw
}

.section__content {
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    padding: 0 5px;
    width: 100%;
    max-width: 400px
}

.section__link {
    color: #fff;
    text-align: left;
    text-decoration: none;
    line-height: 1.4;
    font-weight: 400;
    font-size: 16px
}

.section__text {
    margin-bottom: 12px;
    color: #c3c3c3;
    text-align: center;
    line-height: 1.25;
    font-weight: 400;
    font-size: 16px
}

.top-section__container:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 1px;
    background-image: linear-gradient(90deg,rgb(255 255 255 / 0%) 0,rgb(255 255 255 / 20%) 50%,rgb(255 255 255 / 0%) 100%);
    content: ""
}
.top-section__feature-icon svg {
    position: relative;
    z-index: 1;
    object-fit: contain;
    width: 100%;
    max-width: 67px;
    height: 100%
}
.img--top-section {
    display: none;
    object-fit: contain;
    width: 100%;
    max-width: 437px;
    height: 100%
}
.top-section__link-documentation {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
    padding: 10px 24px;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px
}
.section--business-support {
    padding: 49px 5px 0
}
.section--miniapps {
    padding-top: 120px
}
.section--miniapps {
    filter: revert
}
.section__buttons-container--business-messenger {
    width: 100%
}
.section__content--business-messenger,.section__content--download {
    gap: 36px
}
.section__title {
    margin: 0;
    color: #0d0d0d;
    text-align: center;
    letter-spacing: -.64px;
    line-height: 1;
    font-weight: 500;
    font-size: 32px
}
.section__title--download {
    font-size: 32px
}
.section__title--business-support {
    margin: 0;
    text-align: left;
    line-height: 1;
    font-weight: 500;
    font-size: 24px
}
.section__buttons--business-messenger .button {
    align-items: start;
    width: 100%
}
.section__buttons--fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 16px;
    max-width: 100%;
    box-shadow: 0 40px 25px 0 rgb(0 0 0 / 5%),0 5px 10px 0 rgb(0 0 0 / 10%);
    background-color: rgb(13 13 13 / 80%);
    animation: slideUp .3s ease forwards;
    backdrop-filter: blur(15px)
}
.section__buttons--fixed .button {
    width: 100%
}
.section__buttons--fixed .button--instructions {
    display: none
}
.section__buttons--fixed .button--primary {
    background-image: linear-gradient(97deg,#01c5c8 .32%,#046ef4 44.6%,#572dff 62.16%)
}
.section--cover.section--chatbots {
    padding-top: 48px
}
.section--cover.section--channels {
    margin-top: -73px;
    padding-top: 80px
}
.section--cover.section--business-messenger {
    padding-top: 80px
}
.section__image {
    margin: 0 auto;
    padding: 0 16px;
    width: 90%;
    max-width: 400px
}
.section--cover.section--digital-id {
    margin-top: -110px;
    padding-top: 80px
}
.section--chatbots .section__image {
    padding-top: 15px
}
.section--miniapps .section__image {
    padding: 16px;
    width: 77%
}
.section--channels .section__image {
    padding: 16px 11px
}
.section--digital-id .section__image {
    padding: 16px 11px
}
.section--download {
    padding-top: 32px
}
.section__container--line-decoration::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 70%;
    height: 1px;
    background-image: linear-gradient(90deg,rgb(255 255 255 / 0%) 0,rgb(255 255 255 / 20%) 50%,rgb(255 255 255 / 0%) 100%);
    content: ""
}
.section--miniapps .section__container--line-decoration::before {
    display: none
}
.section--business-support .section__content {
    padding-right: 16px;
    padding-left: 16px
}
.section--business-messenger .section__container {
    margin-top: 32px;
    margin-bottom: 16px
}
.section--download .section__container {
    gap: 32px
}

@media (hover: hover) {
    .button:focus-visible::before,.button:hover::before {
        opacity:1
    }
}
.button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -1px;
    border: none
}
.button:active {
    transform: scale(.97);
    transition: transform .3s ease;
    opacity: .8
}
.chanel-button {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px 24px;
    padding-right: 60px;
    max-width: calc(1260px - 64px);
    border-radius: 28px;
    background-color: hsl(264deg 33% 17%);
    text-decoration: none;
    transition: background-color .6s ease,transform .2s ease;
    user-select: none;
    will-change: background-color
}

@media (hover: hover) {
    .chanel-button:hover {
        background-color:hsl(264deg 33% 22%);
        transition: background-color .2s ease;
        cursor: pointer
    }
}

.chanel-button:focus-visible {
    outline: 2px solid #fff;
    background-color: hsl(264deg 33% 22%)
}

.chanel-button:active {
    transform: scale(.99)
}

.chanel-button__logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding: 8px;
    overflow: hidden;
    overflow: clip;
    border-radius: 16px;
    background: linear-gradient(135deg,rgb(211 166 255 / 10%) 0,rgb(143 63 224 / 10%) 100%);
    isolation: isolate
}

.chanel-button__logo--max {
    background: conic-gradient(from 132deg at 50% 50%,#0cf 85deg,#0026ff 180deg,#a500c6 340deg)
}

.chanel-button__logo-wrapper-inner {
    position: absolute;
    inset: 0;
    z-index: -1;
    backdrop-filter: blur(10px)
}

.chanel-button__content {
    display: flex;
    flex: 1;
    flex-basis: 200px;
    flex-direction: column;
    gap: 3px
}

.chanel-button__logo-icon {
    object-fit: contain;
    width: 35px;
    height: 35px
}

.chanel-button__title {
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    font-size: 20px
}

.chanel-button__title-text {
    display: inline-block;
    max-width: 100%
}

.chanel-button__description {
    color: #b5b5b5;
    line-height: 1.25;
    font-weight: 400;
    font-size: 16px
}

.chanel-button__icon-wrapper {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 20px;
    height: 20px
}

.section--chatbots .chanel-button {
    display: none
}
.section__buttons--download {
    align-items: stretch;
    padding: 0
}

.download__button {
    width: auto
}

.section__buttons-container {
    margin: 0 auto;
    min-height: 112px
}

.button_qr {
    position: relative;
    display: none;
    align-items: center;
    align-self: stretch;
    padding: 12px;
    aspect-ratio: 1/1;
    overflow: revert;
    border: none;
    background-image: linear-gradient(135deg,#161f8a 0,#2d085f 100%);
    transform-origin: left bottom;
    transition: opacity .3s ease,width .3s ease,height .3s ease;
    opacity: 1
}

.button_qr::before {
    display: none
}

.desktop {
    display: none
}

.download__button-qr-img {
    display: block;
    width: 100%;
    height: 100%
}

.download__button-icon--qr {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 16px;
    transform-origin: left bottom;
    transition: opacity .3s ease,filter .3s ease,width .3s ease,height .3s ease,transform .3s ease;
    opacity: 0;
    isolation: isolate;
    will-change: filter
}

.download__button-icon--qr::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #000;
    background-image: linear-gradient(97deg,#01c5c8 .32%,#046ef4 44.6%,#572dff 62.16%);
    transition: opacity .3s ease;
    content: ""
}

.button_qr:active {
    transform: scale(1);
    opacity: 1
}

.button_qr:active .download__button-icon--qr,.button_qr:focus .download__button-icon--qr,.button_qr:hover .download__button-icon--qr {
    width: 240px;
    height: 240px;
    outline-width: 2px;
    outline-style: solid;
    opacity: 1;
    filter: blur(0)
}
@media (orientation: landscape) and (height <= 440px) {
    .nav__list {
        font-size:24px
    }

    .nav__link {
        margin: 0;
        padding: 0
    }
}
@media (width >= 420px) {

    .img:not(.img--top-section) {
        max-width: 100%
    }

    .section__image {
        position: relative;
        align-items: stretch;
        align-self: stretch;
        width: 100%
    }

    .section--miniapps .section__image {
        padding: 0 40px
    }
}

@media (width >= 744px) {
    .section--business-messenger .button,.section--download .button {
        font-size: 24px
    }

    .section__buttons--fixed {
        position: static
    }

    .section--miniapps .section__container--line-decoration::before {
        display: block
    }
    .header--open {
        height: calc(100% - 64px);
        max-height: 700px
    }
    .section--download {
        margin-bottom: 140px;
        padding-bottom: 48px
    }

    .top-section__container::before {
        display: none
    }

    .top-section__link-documentation {
        display: none
    }
    .chanel-button__wrapper {
        gap: 8px 24px;
        padding: 24px
    }
    .chanel-button__title {
        line-height: 1.4;
        font-size: 24px
    }
    .chanel-button__description {
        line-height: 1.25;
        font-size: 16px
    }
    .top-section__image .img--top-section {
        display: block
    }
    .top-section .chanel-button {
        display: none
    }
    .section__container--reverse {
        grid-template-areas: "image content"
    }
    .section__container--chatbots {
        grid-template-areas: "link link" "image content"
    }

    .chanel-button--chatbots {
        grid-area: link
    }

    .section__image {
        grid-area: image
    }

    .section__content {
        grid-area: content;
        margin: auto 0;
        padding: 0;
        max-width: 100%
    }

    .section--miniapps .section__content {
        padding-bottom: 145px
    }

    .section--channels .section__content {
        padding-bottom: 145px
    }

    .section--digital-id .section__content {
        padding-bottom: 145px
    }

    .section__container--reverse .section__content {
        grid-column: 2
    }
    .top-section__image .image-gradient {
        margin-left: 0
    }
    .section--chatbots {
        padding-top: 90px;
        padding-bottom: 90px
    }
    .section--chatbots .chanel-button {
        display: flex;
        margin-bottom: 48px
    }
    .section--chatbots .section__image {
        padding-right: 40px
    }
    .section__title {
        text-align: left;
        font-size: 40px
    }
    .section--chatbots .section__title {
        text-wrap: initial
    }
    .section--cover.section--chatbots {
        padding-top: 48px
    }
    .section--cover.section--miniapps {
        margin-top: -124px
    }
    .section--miniapps .section__image {
        padding: 5px 52px;
        width: 100%
    }
    .section--channels .section__image {
        padding: 8px 32px;
        padding-left: 0
    }
    .section--digital-id .section__image {
        padding: 16px 32px
    }
    .section--cover.section--channels {
        margin-top: -165px
    }
    .section--cover.section--digital-id {
        margin-top: -175px
    }
    .section--business-support .section__content {
        padding-right: 0;
        padding-left: 0
    }
    .section__text {
        margin-bottom: 32px;
        text-align: left;
        font-size: 16px
    }
    .section--business-messenger .section__container,.section--download .section__container {
        display: flex;
        flex-direction: column;
        align-items: stretch
    }
    .section--business-messenger .section__buttons,.section--download .section__buttons {
        flex-flow: row wrap;
        justify-self: start;
        gap: 16px;
        margin: 0;
        width: auto;
        max-width: 100%
    }
    .section__title--business-messenger,.section__title--download {
        font-size: 56px
    }
    .section__buttons-container {
        margin: 0;
        padding: 0;
        max-width: 100%;
        min-height: auto
    }
    .section__title.section__title--business-support {
        font-size: 24px
    }
    .section--business-support {
        padding-top: 0
    }
    .section--business-support .section__container {
        display: flex
    }
    .section__buttons--business-messenger .button {
        display: flex;
        align-items: center;
        width: auto;
        font-size: 24px
    }
    .button_qr {
        display: flex
    }
    .desktop {
        display: flex
    }
    .footer {
        padding: 96px 64px
    }
    .footer__container {
        display: grid;
        grid-template-columns: 1fr 3fr;
        gap: 10px
    }
    .footer__copyright {
        flex-grow: 1;
        justify-content: space-between;
        gap: 30px
    }
    .footer__nav {
        display: grid;
        grid-template-columns: repeat(2,minmax(auto,max-content));
        gap: 48px
    }
    .footer__nav-list--privacy {
        grid-column: 2
    }
}
@media (width >= 1060px) {
    .button_qr {
        padding: 4px;
        width: 64px;
        height: 64px
    }
    .section__title {
        font-size: 56px
    }
    .section__text {
        font-size: 24px
    }
    .footer {
        padding: 96px 76px 40px
    }
    .footer__container {
        grid-template-columns: 1fr 3fr;
        gap: 10px
    }
    .footer__nav {
        grid-template-columns:1fr 1fr 1fr 1fr;
        gap: 10px;
        max-width: 1200px
    }
    .footer__nav-list--privacy {
        grid-column: 3
    }
}
@media (width >= 1160px) {
    .section__content {
        gap: 24px
    }
    .section__text {
        margin-bottom: 40px
    }
    .chanel-button__title {
        font-size: 24px
    }
    .chanel-button__description {
        font-size: 18px
    }
    .footer__container {
        padding: 0 44px
    }
}
.b24 {color:#005893;font-weight:600}
a.active.nav__link {color:#fff}
.ai_bot {color:#fff}
.ai {display:inline-block}
.section__text--partners {
    margin-bottom: 24px;
    max-width: 500px
}
.section__title--partners {
    margin-bottom: 16px;
    max-width: 390px
}
.section__content--partners {
    padding: 32px 24px 24px
}
.section__icon--partners {
    position: relative;
    grid-row: 1
}
.img--partners {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.5)
}
.section__banner--partners {
    display: grid;
    grid-template-rows: 257px 1fr;
    overflow: hidden;
    border-radius: 32px;
    background: #17181c
}
.section--cover.section--partners {
    margin-top: -88px;
    padding-top: 128px
}
.button--partners {
    width: 100%
}
@media (width >= 744px) {
    .section--cover.section--partners {
        margin-top: -170px
    }
    .section__content--partners {
        padding: 48px
    }
    .section__banner--partners {
        border-radius: 56px
    }
    .img--partners {
        transform: translate(-50%,-50%) scale(1)
    }
    .section--partners .section__container {
        display: flex
    }
    .button--partners {
        width: fit-content
    }
    .section--partners {
        padding-bottom: 32px
    }
    .section__banner--partners {
        grid-template-rows: 1fr 1fr
    }
    .section__title--partners {
        font-size: 56px
    }
}
@media (width >= 1060px) {
    .section__banner--partners {grid-template-rows:auto;grid-template-columns:1fr 1fr}
    .section__content--partners {
        grid-row: 1
    }
    .section__content--partners {
        padding-right: 0
    }
    .img--partners {
        transform: translate(-50%, -50%) scale(1.5)
    }
}
img.img.img--miniapps {
    transform: translate(50%, 50%) scale(2);
}
@media only screen and (max-width:744px) {
    .image-gradient--top {display:none}
}
@media (width >= 744px) {
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
        max-width: 100%
    }
}


/* Контакты */
.animated-card.svelte-9yl9sx {
    position: relative;
    overflow: hidden;
    display: flex;
    isolation: isolate;
    text-decoration: none;
    background: #1c1c1ff5
}

.animated-card--hero.svelte-9yl9sx {
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    padding: 32px 48px;
    border-radius: 48px;
    --animated-card-glow-duration: 8s;
    --animated-card-glow-in: -60px;
    --animated-card-glow-out: -100px;
    --animated-card-glow-track-inset: 5px
}

.animated-card--contact.svelte-9yl9sx {
    padding: 48px;
    border-radius: 64px;
    background: #1a1a1c;
    --animated-card-glow-duration: 8s;
    --animated-card-glow-in: -100px;
    --animated-card-glow-out: -60px;
    --animated-card-glow-track-inset: 0
}

.animated-card--muted.svelte-9yl9sx {
    background: #1c1c1f4d
}

.animated-card.svelte-9yl9sx:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg,#ffffff26,#ffffff14 45%,#ffffff08);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask-composite: exclude
}

.animated-card--muted.svelte-9yl9sx:before {
    opacity: .3
}

.animated-card__glow-outer.svelte-9yl9sx {
    position: absolute;
    inset: 0;
    display: flex;
    border-radius: inherit;
    opacity: 0
}

.animated-card--glow.svelte-9yl9sx:hover .animated-card__glow-outer:where(.svelte-9yl9sx),.animated-card--glow.svelte-9yl9sx:focus-visible .animated-card__glow-outer:where(.svelte-9yl9sx) {
    opacity: 1
}

.animated-card__glow-inner.svelte-9yl9sx {
    position: absolute;
    inset: 1px;
    z-index: 1;
    border-radius: inherit;
    background: #1c1c1fc7;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px)
}

.animated-card__glow-track.svelte-9yl9sx {
    position: absolute;
    inset: var(--animated-card-glow-track-inset);
    border-radius: inherit
}

.animated-card__glow.svelte-9yl9sx {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px;
    transform: translate(-50%,-50%);
    background: #0cf;
    box-shadow: 0 0 40px 20px #0cf,0 0 80px 40px #0cf;
    filter: saturate(1.5);
    border-radius: 50%;
    animation: svelte-9yl9sx-animated-card-glow-orbit var(--animated-card-glow-duration) linear infinite paused
}

.animated-card--glow.svelte-9yl9sx:hover .animated-card__glow:where(.svelte-9yl9sx),.animated-card--glow.svelte-9yl9sx:focus-visible .animated-card__glow:where(.svelte-9yl9sx) {
    animation-play-state: running
}

@media(max-width: 834px) {
    .animated-card--hero.svelte-9yl9sx {
        height:148px;
        padding: 24px 32px;
        border-radius: 40px
    }

    .animated-card--contact.svelte-9yl9sx {
        padding: 24px 32px;
        border-radius: 40px
    }
}

@keyframes svelte-9yl9sx-animated-card-glow-orbit {
    0%,to {
        left: 0%;
        top: 0%;
        transform: translate(var(--animated-card-glow-out),var(--animated-card-glow-out));
        background: #0cf;
        box-shadow: 0 0 40px 20px #0cf,0 0 80px 40px #0cf
    }

    12.5% {
        left: 50%;
        top: 0%;
        transform: translate(-50%,var(--animated-card-glow-out));
        background: #630eff;
        box-shadow: 0 0 40px 20px #630eff,0 0 80px 40px #630eff
    }

    25% {
        left: 100%;
        top: 0%;
        transform: translate(var(--animated-card-glow-in),var(--animated-card-glow-out));
        background: #aa4cff;
        box-shadow: 0 0 40px 20px #aa4cff,0 0 80px 40px #aa4cff
    }

    37.5% {
        left: 100%;
        top: 50%;
        transform: translate(var(--animated-card-glow-in),-50%);
        background: #0cf;
        box-shadow: 0 0 40px 20px #0cf,0 0 80px 40px #0cf
    }

    50% {
        left: 100%;
        top: 100%;
        transform: translate(var(--animated-card-glow-in),var(--animated-card-glow-in));
        background: #630eff;
        box-shadow: 0 0 40px 20px #630eff,0 0 80px 40px #630eff
    }

    62.5% {
        left: 50%;
        top: 100%;
        transform: translate(-50%,var(--animated-card-glow-in));
        background: #aa4cff;
        box-shadow: 0 0 40px 20px #aa4cff,0 0 80px 40px #aa4cff
    }

    75% {
        left: 0%;
        top: 100%;
        transform: translate(var(--animated-card-glow-out),var(--animated-card-glow-in));
        background: #0cf;
        box-shadow: 0 0 40px 20px #0cf,0 0 80px 40px #0cf
    }

    87.5% {
        left: 0%;
        top: 50%;
        transform: translate(var(--animated-card-glow-out),-50%);
        background: #630eff;
        box-shadow: 0 0 40px 20px #630eff,0 0 80px 40px #630eff
    }
}

.wrapper.svelte-4jr46 {
    height: var(--size);
    width: var(--size);
    filter: blur(calc(var(--size) / 7)) saturate(1.5);
    animation: svelte-4jr46-scaleAnimation 24s linear infinite running;
    transform-origin: center;
    max-width: 90vw;
    aspect-ratio: 1
}

.element.svelte-4jr46 {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    position: absolute;
    animation: svelte-4jr46-rotateAnimation 12s linear infinite running
}

.element.svelte-4jr46:first-child {
    background: var(--gb-color-1);
    top: 25%;
    left: 0;
    transform-origin: right
}

.element.svelte-4jr46:nth-child(2) {
    background: var(--gb-color-2);
    top: 50%;
    left: 25%;
    transform-origin: top
}

.element.svelte-4jr46:nth-child(3) {
    background: var(--gb-color-3);
    top: 25%;
    left: 50%;
    transform-origin: left
}

.element.svelte-4jr46:last-child {
    background: var(--gb-color-4);
    top: 0;
    left: 25%;
    transform-origin: bottom
}

@keyframes svelte-4jr46-scaleAnimation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

@keyframes svelte-4jr46-rotateAnimation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.firstScreen.svelte-1r10vjt {

    display: flex;
    flex-direction: column;
    gap: 63px;
    margin-top:120px
}

h1.svelte-1r10vjt {
    font: 500 72px/1 var(--font);
    letter-spacing: -.72px
}

h1.svelte-1r10vjt {
    color: var(--sign-primary)
}

.heading.svelte-1r10vjt {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.heading.svelte-1r10vjt p:where(.svelte-1r10vjt) {
    color: var(--sign-secondary);
    font: 400 28px/1.3 var(--font);
    max-width: 666px
}

.hero-grid.svelte-1r10vjt {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px
}

.hero-card.svelte-1r10vjt {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    isolation: isolate;
    height: 200px;
    padding: 32px 48px;
    border-radius: 48px;
    background: #1c1c1ff5;
    text-decoration: none
}

.hero-card--widgets.svelte-1r10vjt {
    background: #1c1c1f4d
}

.hero-card--widgets.svelte-1r10vjt img:where(.svelte-1r10vjt),.hero-card--widgets.svelte-1r10vjt:before {
    opacity: .3
}

.hero-card.svelte-1r10vjt:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg,#ffffff26,#ffffff14 45%,#ffffff08);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask-composite: exclude
}

.hero-card__text.svelte-1r10vjt {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.hero-card__text--muted.svelte-1r10vjt {
    opacity: .3
}

.hero-card__text.svelte-1r10vjt h2:where(.svelte-1r10vjt) {
    color: var(--static-colors-white);
    font: 400 28px/1.3 var(--font)
}

.hero-card__text.svelte-1r10vjt p:where(.svelte-1r10vjt) {
    color: var(--sign-tertiary);
    font: 400 18px/1.4 var(--font)
}

.hero-card__badge.svelte-1r10vjt {
    position: absolute;
    left: 48px;
    bottom: 32px;
    z-index: 3;
    align-self: flex-start;
    padding: 4px 16px 2px;
    border-radius: 12px;
    background: #ffffff1a;
    color: var(--static-colors-white);
    font: 400 18/1.4 var(--font);
    text-transform: uppercase
}

.hero-card__art.svelte-1r10vjt {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.hero-card__sheet.svelte-1r10vjt {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 1px;
    width: 230px;
    height: 200px
}

.hero-card__gradient-anim.svelte-1r10vjt {
    position: absolute;
    right: -20px;
    bottom: -120px;
    width: 411px;
    height: 246px;
    transform: rotate(-15deg) translate(var(--gx, 0px),var(--gy, 0px));
    transform-origin: center;
    opacity: .78;
    transform: translate(var(--glow-x, 0px),var(--glow-y, 0px));
    will-change: transform;
    transition: transform .6s ease
}

.hero-card--colors.svelte-1r10vjt:hover .hero-card__gradient-anim:where(.svelte-1r10vjt) {
    transition: transform .16s ease,opacity .18s ease
}

.hero-card--colors.svelte-1r10vjt:hover .hero-card__gradient-anim:where(.svelte-1r10vjt),.hero-card--colors.svelte-1r10vjt:focus-visible .hero-card__gradient-anim:where(.svelte-1r10vjt) {
    transition: transform .16s ease,opacity .18s ease
}

.hero-card__stack.svelte-1r10vjt {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 230px;
    height: 200px
}

@media(max-width: 1160px) {
    .firstScreen.svelte-1r10vjt {
        margin:80px 32px
    }
}

@media(max-width: 1060px) {
    .firstScreen.svelte-1r10vjt {
        margin:80px 16px
    }
}

@media(max-width: 834px) {
    .firstScreen.svelte-1r10vjt {
        margin:40px 0
    }

    h1.svelte-1r10vjt {
        font-size: 48px;
        letter-spacing: -.48px
    }

    .heading.svelte-1r10vjt p:where(.svelte-1r10vjt) {
        font-size: 20px;
        line-height: 1.25
    }

    .hero-grid.svelte-1r10vjt {
        gap: 16px
    }

    .hero-card.svelte-1r10vjt {
        height: 148px;
        padding: 24px 32px;
        border-radius: 40px
    }

    .hero-card__sheet.svelte-1r10vjt,.hero-card__stack.svelte-1r10vjt {
        height: 148px;
        width: 170px
    }

    .hero-card__gradient-anim.svelte-1r10vjt {
        right: -50px
    }

    .hero-card__text.svelte-1r10vjt h2:where(.svelte-1r10vjt) {
        font-size: 20px
    }

    .hero-card__text.svelte-1r10vjt p:where(.svelte-1r10vjt) {
        font-size: 12px
    }

    .hero-card__badge.svelte-1r10vjt {
        font-size: 12px;
        left: 32px;
        bottom: 24px;
        border-radius: 8px
    }
}

@media(max-width: 700px) {
    .firstScreen.svelte-1r10vjt {
        gap:40px
    }

    .heading.svelte-1r10vjt {
        text-align: center
    }

    .hero-grid.svelte-1r10vjt {
        grid-template-columns: 1fr;
        gap: 12px
    }
}

.logo-card.svelte-631hc3 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border-radius: 48px;
    font-family: var(--font)
}

.logo-card--light.svelte-631hc3 {
    background: #ebebeb
}

.logo-card.svelte-631hc3 img:where(.svelte-631hc3) {
    width: 272px;
    max-height: 86px;
    object-fit: contain;
    opacity: 1;
    transition: opacity .18s ease
}

.logo-card--symbol.svelte-631hc3 img:where(.svelte-631hc3) {
    width: 86px;
    max-height: 86px
}

.logo-card--dark.svelte-631hc3 {
    background: #1a1a1c
}

.logo-card--light.svelte-631hc3 .logo-card__download:where(.svelte-631hc3) {
    color: var(--static-colors-black)
}

.logo-card--dark.svelte-631hc3 .logo-card__download:where(.svelte-631hc3) {
    color: var(--static-colors-white)
}

.logo-card--dark.svelte-631hc3:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg,#ffffff26,#ffffff14 45%,#ffffff08);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask-composite: exclude
}

.logo-card__tap-target.svelte-631hc3 {
    display: none
}

.logo-card__download.svelte-631hc3 {
    position: absolute;
    bottom: 18px;
    left: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sign-tertiary);
    text-decoration: none;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%);
    transition: opacity .18s ease
}

.logo-card.svelte-631hc3:hover .logo-card__download:where(.svelte-631hc3),.logo-card.svelte-631hc3:focus-within .logo-card__download:where(.svelte-631hc3) {
    opacity: 1;
    pointer-events: auto
}

@media(hover: none)and (max-width:700px) {
    .logo-card.svelte-631hc3:hover img:where(.svelte-631hc3),.logo-card.svelte-631hc3:focus-within img:where(.svelte-631hc3) {
        opacity:0
    }

    .logo-card__tap-target.svelte-631hc3 {
        position: absolute;
        inset: 0;
        z-index: 4;
        display: block;
        padding: 0;
        border: 0;
        margin: 0;
        list-style: none;
        background: transparent;
        cursor: pointer
    }

    .logo-card.svelte-631hc3 {
        -webkit-tap-highlight-color: transparent
    }

    .logo-card__download.svelte-631hc3 {
        top: 50%;
        bottom: auto;
        font-size: 12px;
        transform: translate(-50%,-50%)
    }

    .logo-card.svelte-631hc3:not(.logo-card--download-visible):focus-within .logo-card__download:where(.svelte-631hc3) {
        opacity: 0;
        pointer-events: none
    }

    .logo-card--download-visible.svelte-631hc3 .logo-card__download:where(.svelte-631hc3) {
        opacity: 1;
        pointer-events: auto
    }

    .logo-card--download-visible.svelte-631hc3 img:where(.svelte-631hc3) {
        opacity: 0
    }

    .logo-card--download-visible.svelte-631hc3 .logo-card__tap-target:where(.svelte-631hc3) {
        z-index: 2
    }
}

@media(max-width: 834px) {
    .logo-card.svelte-631hc3 {
        padding:24px
    }

    .logo-card.svelte-631hc3 img:where(.svelte-631hc3) {
        width: min(100%,200px)
    }

    .logo-card--symbol.svelte-631hc3 img:where(.svelte-631hc3) {
        width: min(100%,56px)
    }
}

@media(max-width: 700px) {
    .logo-card.svelte-631hc3 {
        border-radius:24px
    }

    .logo-card.svelte-631hc3 img:where(.svelte-631hc3) {
        width: 120px;
        max-height: 38px;
        object-fit: contain
    }

    .logo-card--symbol.svelte-631hc3 img:where(.svelte-631hc3) {
        width: 38px;
        max-height: 38px
    }

    .logo-card--symbol.svelte-631hc3 .logo-card__download:where(.svelte-631hc3) span:where(.svelte-631hc3) {
        display: none
    }
}

.section-link.svelte-1vpmvzn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--sign-secondary);
    font: 500 24px/1.4 var(--font);
    text-decoration: none
}

.section-link.svelte-1vpmvzn:hover {
    -webkit-user-select: none;
    user-select: none;
    color: var(--sign-primary)
}

@media(max-width: 834px) {
    .section-link.svelte-1vpmvzn {
        font-size:20px
    }
}

#logo.svelte-9f5xev {
    position: relative
}

#logo.svelte-9f5xev:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg,#c4c4c400,#c4c4c455,#c4c4c400)
}

.brand__text.svelte-9f5xev {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.brand__text.svelte-9f5xev h2:where(.svelte-9f5xev) {
    color: var(--sign-primary);
    font: 500 56px/1 var(--font);
    letter-spacing: -.56px
}

.brand__text.svelte-9f5xev p:where(.svelte-9f5xev) {
    color: var(--sign-secondary);
    font: 400 24px/1.4 var(--font)
}

.wrapper.svelte-9f5xev {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.logo-grid.svelte-9f5xev {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-rows: minmax(0,200px);
    gap: 24px
}

.logo-symbol-grid.svelte-9f5xev {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-auto-rows: minmax(0,200px);
    gap: 24px
}

.brand-section.svelte-9f5xev {
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin: 80px 60px
}

.brand-section.svelte-9f5xev h2:where(.svelte-9f5xev) {
    font-size: 56px;
    line-height: 1
}

.brand-actions.svelte-9f5xev {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px
}

@media(max-width: 1160px) {
    .brand-section.svelte-9f5xev {
        margin:80px 32px
    }
}

@media(max-width: 1060px) {
    .brand-section.svelte-9f5xev {
        margin:80px 16px
    }
}

@media(max-width: 834px) {
    .brand__text.svelte-9f5xev h2:where(.svelte-9f5xev) {
        font-size:40px
    }

    .brand__text.svelte-9f5xev p:where(.svelte-9f5xev) {
        font-size: 16px
    }

    .brand-section.svelte-9f5xev {
        margin: 40px 0
    }

    .wrapper.svelte-9f5xev {
        gap: 16px
    }

    .logo-grid.svelte-9f5xev,.logo-symbol-grid.svelte-9f5xev {
        grid-auto-rows: minmax(0,172px);
        gap: 16px
    }
}

@media(max-width: 700px) {
    .brand__text.svelte-9f5xev {
        text-align:center
    }

    .brand-actions.svelte-9f5xev {
        flex-direction: column
    }

    .wrapper.svelte-9f5xev,.logo-grid.svelte-9f5xev,.logo-symbol-grid.svelte-9f5xev {
        gap: 12px
    }

    .logo-grid.svelte-9f5xev,.logo-symbol-grid.svelte-9f5xev {
        grid-auto-rows: minmax(0,70px)
    }
}

svg.svelte-iwkfxj {
    max-width: 24px;
    height: auto
}

svg.svelte-1tixnzq {
    max-width: 24px;
    height: auto
}

.swatch-card.svelte-1prctuf {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px;
    border-radius: 64px;
    background: var(--swatch-background);
    color: var(--swatch-color)
}

.swatch-card.svelte-1prctuf h3:where(.svelte-1prctuf) {
    font: 400 24px/1.4 var(--font);
    white-space: pre-line
}

.swatch-card__meta.svelte-1prctuf {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font: 400 18px/1.4 var(--font)
}

.swatch-card__meta-row.svelte-1prctuf {
    display: flex;
    gap: 16px
}

.swatch-card__meta-row.svelte-1prctuf {
    opacity: .7
}

.swatch-card__copy.svelte-1prctuf {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    color: var(--swatch-color);
    cursor: pointer;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    transform: translate(6px);
    transition: opacity .16s ease,transform .16s ease,background .16s ease
}

.swatch-card__meta-row.svelte-1prctuf:hover .swatch-card__copy:where(.svelte-1prctuf) {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0)
}

.swatch-card__meta-row.svelte-1prctuf:hover {
    opacity: 1
}

@media(max-width: 1060px) {
    .swatch-card__copy.svelte-1prctuf {
        display:none
    }

    .swatch-card.svelte-1prctuf {
        padding: 24px 32px;
        border-radius: 48px
    }

    .swatch-card.svelte-1prctuf h3:where(.svelte-1prctuf) {
        font-size: 16px;
        font-weight: 600
    }

    .swatch-card__meta.svelte-1prctuf {
        font-size: 16px;
        line-height: 1.25
    }
}

@media(max-width: 700px) {
    .swatch-card.svelte-1prctuf {
        border-radius:40px
    }

    .swatch-card__meta.svelte-1prctuf {
        font-size: 12px;
        line-height: 1.4
    }
}

@media(max-width: 420px) {
    .swatch-card.svelte-1prctuf {
        padding:24px
    }
}

.colors-section.svelte-htbul4 {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin: 80px 60px;
    padding: 60px 0 80px
}

.colors__text.svelte-htbul4 {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.colors__text.svelte-htbul4 h2:where(.svelte-htbul4) {
    color: var(--sign-primary);
    font: 500 56px/1 var(--font);
    letter-spacing: -.8px
}

.colors__text.svelte-htbul4 p:where(.svelte-htbul4) {
    color: var(--sign-secondary);
    font: 400 24px/1.25 var(--font)
}

.swatch-grid.svelte-htbul4 {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-auto-rows: 280px;
    gap: 24px
}

.gradient-grid.svelte-htbul4 {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-rows: 427px;
    gap: 24px
}

.gradient-card.svelte-htbul4 {
    position: relative;
    overflow: hidden;
    border-radius: 64px;
    padding: 32px;
    text-align: center
}

.gradient-card.svelte-htbul4>span:where(.svelte-htbul4) {
    position: relative;
    z-index: 1;
    color: var(--sign-primary);
    font-size: 1rem
}

.gradient-card--soft-light.svelte-htbul4 {
    background: #fff
}

.gradient-card--soft-light.svelte-htbul4 img:where(.svelte-htbul4),.gradient-card--soft-dark.svelte-htbul4 img:where(.svelte-htbul4) {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
    width: 100%
}

.gradient-card--soft-light.svelte-htbul4>span:where(.svelte-htbul4),.gradient-card--soft-dark.svelte-htbul4>span:where(.svelte-htbul4),.gradient-card--linear.svelte-htbul4>span:where(.svelte-htbul4),.gradient-card--text.svelte-htbul4>span:where(.svelte-htbul4) {
    font: 400 18px/1.4 var(--font)
}

.gradient-card--soft-light.svelte-htbul4>span:where(.svelte-htbul4) {
    color: var(--static-colors-black)
}

.gradient-card--soft-dark.svelte-htbul4>span:where(.svelte-htbul4),.gradient-card--linear.svelte-htbul4>span:where(.svelte-htbul4),.gradient-card--text.svelte-htbul4>span:where(.svelte-htbul4) {
    color: var(--static-colors-white)
}

.gradient-card--soft-dark.svelte-htbul4 {
    background: #0d0d0d
}

.gradient-card--soft-dark.svelte-htbul4:before,.gradient-card--text.svelte-htbul4:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg,#ffffff26,#ffffff14 45%,#ffffff08);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask-composite: exclude
}

.gradient-card--linear.svelte-htbul4 {
    background: linear-gradient(309deg,#0cf -6.06%,#007aff 33.55%,#630eff 65.79%,#aa4cff 96.45%)
}

.gradient-card--text.svelte-htbul4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 62px;
    background: #1a1a1c
}

.gradient-card--text.svelte-htbul4 .gradient-text:where(.svelte-htbul4) {
    font: 600 64px/1.05 var(--font);
    background: linear-gradient(271deg,#007aff 13.73%,#0cf 50.98%,#630eff 82.14%,#aa4cff 105.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media(max-width: 1160px) {
    .colors-section.svelte-htbul4 {
        margin:80px 32px
    }

    .gradient-card--text.svelte-htbul4 .gradient-text:where(.svelte-htbul4) {
        font-size: 60px
    }
}

@media(max-width: 1060px) {
    .colors-section.svelte-htbul4 {
        margin:80px 16px
    }
}

@media(max-width: 834px) {
    .colors-section.svelte-htbul4 {
        margin:40px 0
    }

    .colors__text.svelte-htbul4 h2:where(.svelte-htbul4) {
        font-size: 40px
    }

    .colors__text.svelte-htbul4 p:where(.svelte-htbul4) {
        font-size: 16px
    }

    .swatch-grid.svelte-htbul4 {
        grid-auto-rows: 200px;
        gap: 16px
    }

    .gradient-card.svelte-htbul4 {
        border-radius: 48px
    }

    .gradient-card--text.svelte-htbul4 {
        gap: 40px
    }

    .gradient-card--text.svelte-htbul4 .gradient-text:where(.svelte-htbul4) {
        font-size: 40px
    }

    .gradient-grid.svelte-htbul4 {
        grid-auto-rows: 300px;
        gap: 16px
    }
}

@media(max-width: 700px) {
    .colors-section.svelte-htbul4 {
        gap:40px
    }

    .swatch-grid.svelte-htbul4 {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-auto-rows: 156px;
        gap: 12px
    }

    .colors__text.svelte-htbul4 {
        text-align: center
    }

    .gradient-grid.svelte-htbul4 {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
        gap: 16px
    }

    .gradient-card--text.svelte-htbul4 {
        gap: 66px
    }

    .gradient-card--text.svelte-htbul4 .gradient-text:where(.svelte-htbul4) {
        font-size: 32px
    }

    .section-actions.svelte-htbul4 {
        display: flex;
        justify-content: center
    }
}

.wrapper.svelte-4eizna {
    position: relative;
    display: flex;
    height: fit-content;
    flex-direction: column;
    z-index: 2;
    gap: 48px
}

.contact-card__text.svelte-4eizna,.contact-card__info.svelte-4eizna {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact-card__text.svelte-4eizna h3:where(.svelte-4eizna) {
    color: var(--sign-primary);
    font: 400 28px/1.3 var(--font)
}

.contact-card__text.svelte-4eizna p:where(.svelte-4eizna),.contact-card__info.svelte-4eizna p:where(.svelte-4eizna) {
    color: var(--sign-tertiary);
    font: 400 18px/1.4 var(--font)
}

.contact-card__info.svelte-4eizna p:where(.svelte-4eizna) {
    color: var(--sign-primary)
}

h4.svelte-4eizna {
    color: var(--sign-tertiary);
    font: 400 24px/1.4 var(--font)
}

@media(max-width: 834px) {
    .wrapper.svelte-4eizna {
        gap:32px
    }

    .contact-card__text.svelte-4eizna h3:where(.svelte-4eizna) {
        font-size: 20px
    }

    .contact-card__text.svelte-4eizna p:where(.svelte-4eizna) {
        font-size: 12px
    }

    h4.svelte-4eizna,.contact-card__info.svelte-4eizna p:where(.svelte-4eizna) {
        font-size: 16px
    }

    h4.svelte-4eizna {
        font-weight: 600
    }

    .contact-card__info.svelte-4eizna p:where(.svelte-4eizna) {
        line-height: 1.25
    }
}

.contacts-section.svelte-1c5y9lt {
    margin: 80px 60px;
    display: flex;
    flex-direction: column;
    gap: 64px
}

.contacts__text.svelte-1c5y9lt {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contacts__text.svelte-1c5y9lt h2:where(.svelte-1c5y9lt) {
    color: var(--sign-primary);
    font: 500 56px/1 var(--font);
    letter-spacing: -.56px
}

.contacts__text.svelte-1c5y9lt p:where(.svelte-1c5y9lt) {
    color: var(--sign-secondary);
    font: 400 24px/1.4 var(--font)
}

.contact-grid.svelte-1c5y9lt {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px
}

@media(max-width: 1160px) {
    .contacts-section.svelte-1c5y9lt {
        margin:80px 32px
    }
}

@media(max-width: 1060px) {
    .contacts-section.svelte-1c5y9lt {
        margin:80px 16px
    }
}

@media(max-width: 890px) {
    .contacts-section.svelte-1c5y9lt {
        margin:40px 0
    }

    .contacts__text.svelte-1c5y9lt h2:where(.svelte-1c5y9lt) {
        font-size: 40px;
        letter-spacing: -.8px
    }

    .contacts__text.svelte-1c5y9lt p:where(.svelte-1c5y9lt) {
        font-size: 16px;
        line-height: 1.25
    }

    .contact-grid.svelte-1c5y9lt {
        gap: 16px
    }
}

@media(max-width: 700px) {
    .contacts-section.svelte-1c5y9lt {
        gap:40px
    }

    .contacts__text.svelte-1c5y9lt {
        text-align: center
    }

    .contact-grid.svelte-1c5y9lt {
        grid-template-columns: 1fr;
        gap: 12px
    }
}
.wrapper.svelte-1xy8tw3 {
    overflow: hidden;
    background: var(--backgrounds-ground)
}

.main.svelte-1xy8tw3 {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    margin: 0 auto;
    min-height: 100vh;
    padding: 32px 32px 0;
    max-width: 1260px
}

@media(max-width: 790px) {
    .main.svelte-1xy8tw3 {
        padding:16px 16px 0
    }
}
.animated-card.svelte-9yl9sx {
    position: relative;
    overflow: hidden;
    display: flex;
    isolation: isolate;
    text-decoration: none;
    background: #1c1c1ff5
}

.animated-card--hero.svelte-9yl9sx {
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    padding: 32px 48px;
    border-radius: 48px;
    --animated-card-glow-duration: 8s;
    --animated-card-glow-in: -60px;
    --animated-card-glow-out: -100px;
    --animated-card-glow-track-inset: 5px
}

.animated-card--contact.svelte-9yl9sx {
    padding: 48px;
    border-radius: 64px;
    background: #1a1a1c;
    --animated-card-glow-duration: 8s;
    --animated-card-glow-in: -100px;
    --animated-card-glow-out: -60px;
    --animated-card-glow-track-inset: 0
}

.animated-card--muted.svelte-9yl9sx {
    background: #1c1c1f4d
}

.animated-card.svelte-9yl9sx:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg,#ffffff26,#ffffff14 45%,#ffffff08);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask-composite: exclude
}

.animated-card--muted.svelte-9yl9sx:before {
    opacity: .3
}

.animated-card__glow-outer.svelte-9yl9sx {
    position: absolute;
    inset: 0;
    display: flex;
    border-radius: inherit;
    opacity: 0
}

.animated-card--glow.svelte-9yl9sx:hover .animated-card__glow-outer:where(.svelte-9yl9sx),.animated-card--glow.svelte-9yl9sx:focus-visible .animated-card__glow-outer:where(.svelte-9yl9sx) {
    opacity: 1
}

.animated-card__glow-inner.svelte-9yl9sx {
    position: absolute;
    inset: 1px;
    z-index: 1;
    border-radius: inherit;
    background: #1c1c1fc7;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px)
}

.animated-card__glow-track.svelte-9yl9sx {
    position: absolute;
    inset: var(--animated-card-glow-track-inset);
    border-radius: inherit
}

.animated-card__glow.svelte-9yl9sx {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px;
    transform: translate(-50%,-50%);
    background: #0cf;
    box-shadow: 0 0 40px 20px #0cf,0 0 80px 40px #0cf;
    filter: saturate(1.5);
    border-radius: 50%;
    animation: svelte-9yl9sx-animated-card-glow-orbit var(--animated-card-glow-duration) linear infinite paused
}

.animated-card--glow.svelte-9yl9sx:hover .animated-card__glow:where(.svelte-9yl9sx),.animated-card--glow.svelte-9yl9sx:focus-visible .animated-card__glow:where(.svelte-9yl9sx) {
    animation-play-state: running
}

@media(max-width: 834px) {
    .animated-card--hero.svelte-9yl9sx {
        height:148px;
        padding: 24px 32px;
        border-radius: 40px
    }

    .animated-card--contact.svelte-9yl9sx {
        padding: 24px 32px;
        border-radius: 40px
    }
}

@keyframes svelte-9yl9sx-animated-card-glow-orbit {
    0%,to {
        left: 0%;
        top: 0%;
        transform: translate(var(--animated-card-glow-out),var(--animated-card-glow-out));
        background: #0cf;
        box-shadow: 0 0 40px 20px #0cf,0 0 80px 40px #0cf
    }

    12.5% {
        left: 50%;
        top: 0%;
        transform: translate(-50%,var(--animated-card-glow-out));
        background: #630eff;
        box-shadow: 0 0 40px 20px #630eff,0 0 80px 40px #630eff
    }

    25% {
        left: 100%;
        top: 0%;
        transform: translate(var(--animated-card-glow-in),var(--animated-card-glow-out));
        background: #aa4cff;
        box-shadow: 0 0 40px 20px #aa4cff,0 0 80px 40px #aa4cff
    }

    37.5% {
        left: 100%;
        top: 50%;
        transform: translate(var(--animated-card-glow-in),-50%);
        background: #0cf;
        box-shadow: 0 0 40px 20px #0cf,0 0 80px 40px #0cf
    }

    50% {
        left: 100%;
        top: 100%;
        transform: translate(var(--animated-card-glow-in),var(--animated-card-glow-in));
        background: #630eff;
        box-shadow: 0 0 40px 20px #630eff,0 0 80px 40px #630eff
    }

    62.5% {
        left: 50%;
        top: 100%;
        transform: translate(-50%,var(--animated-card-glow-in));
        background: #aa4cff;
        box-shadow: 0 0 40px 20px #aa4cff,0 0 80px 40px #aa4cff
    }

    75% {
        left: 0%;
        top: 100%;
        transform: translate(var(--animated-card-glow-out),var(--animated-card-glow-in));
        background: #0cf;
        box-shadow: 0 0 40px 20px #0cf,0 0 80px 40px #0cf
    }

    87.5% {
        left: 0%;
        top: 50%;
        transform: translate(var(--animated-card-glow-out),-50%);
        background: #630eff;
        box-shadow: 0 0 40px 20px #630eff,0 0 80px 40px #630eff
    }
}

.wrapper.svelte-4jr46 {
    height: var(--size);
    width: var(--size);
    filter: blur(calc(var(--size) / 7)) saturate(1.5);
    animation: svelte-4jr46-scaleAnimation 24s linear infinite running;
    transform-origin: center;
    max-width: 90vw;
    aspect-ratio: 1
}

.element.svelte-4jr46 {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    position: absolute;
    animation: svelte-4jr46-rotateAnimation 12s linear infinite running
}

.element.svelte-4jr46:first-child {
    background: var(--gb-color-1);
    top: 25%;
    left: 0;
    transform-origin: right
}

.element.svelte-4jr46:nth-child(2) {
    background: var(--gb-color-2);
    top: 50%;
    left: 25%;
    transform-origin: top
}

.element.svelte-4jr46:nth-child(3) {
    background: var(--gb-color-3);
    top: 25%;
    left: 50%;
    transform-origin: left
}

.element.svelte-4jr46:last-child {
    background: var(--gb-color-4);
    top: 0;
    left: 25%;
    transform-origin: bottom
}

@keyframes svelte-4jr46-scaleAnimation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

@keyframes svelte-4jr46-rotateAnimation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.firstScreen.svelte-1r10vjt {
    margin: 80px 60px;
    display: flex;
    flex-direction: column;
    gap: 63px;
    scroll-margin-top: 144px
}

h1.svelte-1r10vjt {
    font: 500 72px/1 var(--font);
    letter-spacing: -.72px
}

h1.svelte-1r10vjt {
    color: var(--sign-primary)
}

.heading.svelte-1r10vjt {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.heading.svelte-1r10vjt p:where(.svelte-1r10vjt) {
    color: var(--sign-secondary);
    font: 400 28px/1.3 var(--font);
    max-width: 666px
}

.hero-grid.svelte-1r10vjt {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px
}

.hero-card.svelte-1r10vjt {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    isolation: isolate;
    height: 200px;
    padding: 32px 48px;
    border-radius: 48px;
    background: #1c1c1ff5;
    text-decoration: none
}

.hero-card--widgets.svelte-1r10vjt {
    background: #1c1c1f4d
}

.hero-card--widgets.svelte-1r10vjt img:where(.svelte-1r10vjt),.hero-card--widgets.svelte-1r10vjt:before {
    opacity: .3
}

.hero-card.svelte-1r10vjt:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg,#ffffff26,#ffffff14 45%,#ffffff08);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask-composite: exclude
}

.hero-card__text.svelte-1r10vjt {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.hero-card__text--muted.svelte-1r10vjt {
    opacity: .3
}

.hero-card__text.svelte-1r10vjt h2:where(.svelte-1r10vjt) {
    color: var(--static-colors-white);
    font: 400 28px/1.3 var(--font)
}

.hero-card__text.svelte-1r10vjt p:where(.svelte-1r10vjt) {
    color: var(--sign-tertiary);
    font: 400 18px/1.4 var(--font)
}

.hero-card__badge.svelte-1r10vjt {
    position: absolute;
    left: 48px;
    bottom: 32px;
    z-index: 3;
    align-self: flex-start;
    padding: 4px 16px 2px;
    border-radius: 12px;
    background: #ffffff1a;
    color: var(--static-colors-white);
    font: 400 18/1.4 var(--font);
    text-transform: uppercase
}

.hero-card__art.svelte-1r10vjt {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.hero-card__sheet.svelte-1r10vjt {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 1px;
    width: 230px;
    height: 200px
}

.hero-card__gradient-anim.svelte-1r10vjt {
    position: absolute;
    right: -20px;
    bottom: -120px;
    width: 411px;
    height: 246px;
    transform: rotate(-15deg) translate(var(--gx, 0px),var(--gy, 0px));
    transform-origin: center;
    opacity: .78;
    transform: translate(var(--glow-x, 0px),var(--glow-y, 0px));
    will-change: transform;
    transition: transform .6s ease
}

.hero-card--colors.svelte-1r10vjt:hover .hero-card__gradient-anim:where(.svelte-1r10vjt) {
    transition: transform .16s ease,opacity .18s ease
}

.hero-card--colors.svelte-1r10vjt:hover .hero-card__gradient-anim:where(.svelte-1r10vjt),.hero-card--colors.svelte-1r10vjt:focus-visible .hero-card__gradient-anim:where(.svelte-1r10vjt) {
    transition: transform .16s ease,opacity .18s ease
}

.hero-card__stack.svelte-1r10vjt {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 230px;
    height: 200px
}

@media(max-width: 1160px) {
    .firstScreen.svelte-1r10vjt {
        margin:80px 32px
    }
}

@media(max-width: 1060px) {
    .firstScreen.svelte-1r10vjt {
        margin:80px 16px
    }
}

@media(max-width: 834px) {
    .firstScreen.svelte-1r10vjt {
        margin:40px 0
    }

    h1.svelte-1r10vjt {
        font-size: 48px;
        letter-spacing: -.48px
    }

    .heading.svelte-1r10vjt p:where(.svelte-1r10vjt) {
        font-size: 20px;
        line-height: 1.25
    }

    .hero-grid.svelte-1r10vjt {
        gap: 16px
    }

    .hero-card.svelte-1r10vjt {
        height: 148px;
        padding: 24px 32px;
        border-radius: 40px
    }

    .hero-card__sheet.svelte-1r10vjt,.hero-card__stack.svelte-1r10vjt {
        height: 148px;
        width: 170px
    }

    .hero-card__gradient-anim.svelte-1r10vjt {
        right: -50px
    }

    .hero-card__text.svelte-1r10vjt h2:where(.svelte-1r10vjt) {
        font-size: 20px
    }

    .hero-card__text.svelte-1r10vjt p:where(.svelte-1r10vjt) {
        font-size: 12px
    }

    .hero-card__badge.svelte-1r10vjt {
        font-size: 12px;
        left: 32px;
        bottom: 24px;
        border-radius: 8px
    }
}

@media(max-width: 700px) {
    .firstScreen.svelte-1r10vjt {
        gap:40px
    }

    .heading.svelte-1r10vjt {
        text-align: center
    }

    .hero-grid.svelte-1r10vjt {
        grid-template-columns: 1fr;
        gap: 12px
    }
}

.logo-card.svelte-631hc3 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border-radius: 48px;
    font-family: var(--font)
}

.logo-card--light.svelte-631hc3 {
    background: #ebebeb
}

.logo-card.svelte-631hc3 img:where(.svelte-631hc3) {
    width: 272px;
    max-height: 86px;
    object-fit: contain;
    opacity: 1;
    transition: opacity .18s ease
}

.logo-card--symbol.svelte-631hc3 img:where(.svelte-631hc3) {
    width: 86px;
    max-height: 86px
}

.logo-card--dark.svelte-631hc3 {
    background: #1a1a1c
}

.logo-card--light.svelte-631hc3 .logo-card__download:where(.svelte-631hc3) {
    color: var(--static-colors-black)
}

.logo-card--dark.svelte-631hc3 .logo-card__download:where(.svelte-631hc3) {
    color: var(--static-colors-white)
}

.logo-card--dark.svelte-631hc3:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg,#ffffff26,#ffffff14 45%,#ffffff08);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask-composite: exclude
}

.logo-card__tap-target.svelte-631hc3 {
    display: none
}

.logo-card__download.svelte-631hc3 {
    position: absolute;
    bottom: 18px;
    left: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sign-tertiary);
    text-decoration: none;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%);
    transition: opacity .18s ease
}

.logo-card.svelte-631hc3:hover .logo-card__download:where(.svelte-631hc3),.logo-card.svelte-631hc3:focus-within .logo-card__download:where(.svelte-631hc3) {
    opacity: 1;
    pointer-events: auto
}

@media(hover: none)and (max-width:700px) {
    .logo-card.svelte-631hc3:hover img:where(.svelte-631hc3),.logo-card.svelte-631hc3:focus-within img:where(.svelte-631hc3) {
        opacity:0
    }

    .logo-card__tap-target.svelte-631hc3 {
        position: absolute;
        inset: 0;
        z-index: 4;
        display: block;
        padding: 0;
        border: 0;
        margin: 0;
        list-style: none;
        background: transparent;
        cursor: pointer
    }

    .logo-card.svelte-631hc3 {
        -webkit-tap-highlight-color: transparent
    }

    .logo-card__download.svelte-631hc3 {
        top: 50%;
        bottom: auto;
        font-size: 12px;
        transform: translate(-50%,-50%)
    }

    .logo-card.svelte-631hc3:not(.logo-card--download-visible):focus-within .logo-card__download:where(.svelte-631hc3) {
        opacity: 0;
        pointer-events: none
    }

    .logo-card--download-visible.svelte-631hc3 .logo-card__download:where(.svelte-631hc3) {
        opacity: 1;
        pointer-events: auto
    }

    .logo-card--download-visible.svelte-631hc3 img:where(.svelte-631hc3) {
        opacity: 0
    }

    .logo-card--download-visible.svelte-631hc3 .logo-card__tap-target:where(.svelte-631hc3) {
        z-index: 2
    }
}

@media(max-width: 834px) {
    .logo-card.svelte-631hc3 {
        padding:24px
    }

    .logo-card.svelte-631hc3 img:where(.svelte-631hc3) {
        width: min(100%,200px)
    }

    .logo-card--symbol.svelte-631hc3 img:where(.svelte-631hc3) {
        width: min(100%,56px)
    }
}

@media(max-width: 700px) {
    .logo-card.svelte-631hc3 {
        border-radius:24px
    }

    .logo-card.svelte-631hc3 img:where(.svelte-631hc3) {
        width: 120px;
        max-height: 38px;
        object-fit: contain
    }

    .logo-card--symbol.svelte-631hc3 img:where(.svelte-631hc3) {
        width: 38px;
        max-height: 38px
    }

    .logo-card--symbol.svelte-631hc3 .logo-card__download:where(.svelte-631hc3) span:where(.svelte-631hc3) {
        display: none
    }
}

.section-link.svelte-1vpmvzn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--sign-secondary);
    font: 500 24px/1.4 var(--font);
    text-decoration: none
}

.section-link.svelte-1vpmvzn:hover {
    -webkit-user-select: none;
    user-select: none;
    color: var(--sign-primary)
}

@media(max-width: 834px) {
    .section-link.svelte-1vpmvzn {
        font-size:20px
    }
}

#logo.svelte-9f5xev {
    position: relative
}

#logo.svelte-9f5xev:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg,#c4c4c400,#c4c4c455,#c4c4c400)
}

.brand__text.svelte-9f5xev {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.brand__text.svelte-9f5xev h2:where(.svelte-9f5xev) {
    color: var(--sign-primary);
    font: 500 56px/1 var(--font);
    letter-spacing: -.56px
}

.brand__text.svelte-9f5xev p:where(.svelte-9f5xev) {
    color: var(--sign-secondary);
    font: 400 24px/1.4 var(--font)
}

.wrapper.svelte-9f5xev {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.logo-grid.svelte-9f5xev {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-rows: minmax(0,200px);
    gap: 24px
}

.logo-symbol-grid.svelte-9f5xev {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-auto-rows: minmax(0,200px);
    gap: 24px
}

.brand-section.svelte-9f5xev {
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin: 80px 60px
}

.brand-section.svelte-9f5xev h2:where(.svelte-9f5xev) {
    font-size: 56px;
    line-height: 1
}

.brand-actions.svelte-9f5xev {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px
}

@media(max-width: 1160px) {
    .brand-section.svelte-9f5xev {
        margin:80px 32px
    }
}

@media(max-width: 1060px) {
    .brand-section.svelte-9f5xev {
        margin:80px 16px
    }
}

@media(max-width: 834px) {
    .brand__text.svelte-9f5xev h2:where(.svelte-9f5xev) {
        font-size:40px
    }

    .brand__text.svelte-9f5xev p:where(.svelte-9f5xev) {
        font-size: 16px
    }

    .brand-section.svelte-9f5xev {
        margin: 40px 0
    }

    .wrapper.svelte-9f5xev {
        gap: 16px
    }

    .logo-grid.svelte-9f5xev,.logo-symbol-grid.svelte-9f5xev {
        grid-auto-rows: minmax(0,172px);
        gap: 16px
    }
}

@media(max-width: 700px) {
    .brand__text.svelte-9f5xev {
        text-align:center
    }

    .brand-actions.svelte-9f5xev {
        flex-direction: column
    }

    .wrapper.svelte-9f5xev,.logo-grid.svelte-9f5xev,.logo-symbol-grid.svelte-9f5xev {
        gap: 12px
    }

    .logo-grid.svelte-9f5xev,.logo-symbol-grid.svelte-9f5xev {
        grid-auto-rows: minmax(0,70px)
    }
}

svg.svelte-iwkfxj {
    max-width: 24px;
    height: auto
}

svg.svelte-1tixnzq {
    max-width: 24px;
    height: auto
}

.swatch-card.svelte-1prctuf {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px;
    border-radius: 64px;
    background: var(--swatch-background);
    color: var(--swatch-color)
}

.swatch-card.svelte-1prctuf h3:where(.svelte-1prctuf) {
    font: 400 24px/1.4 var(--font);
    white-space: pre-line
}

.swatch-card__meta.svelte-1prctuf {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font: 400 18px/1.4 var(--font)
}

.swatch-card__meta-row.svelte-1prctuf {
    display: flex;
    gap: 16px
}

.swatch-card__meta-row.svelte-1prctuf {
    opacity: .7
}

.swatch-card__copy.svelte-1prctuf {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    color: var(--swatch-color);
    cursor: pointer;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    transform: translate(6px);
    transition: opacity .16s ease,transform .16s ease,background .16s ease
}

.swatch-card__meta-row.svelte-1prctuf:hover .swatch-card__copy:where(.svelte-1prctuf) {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0)
}

.swatch-card__meta-row.svelte-1prctuf:hover {
    opacity: 1
}

@media(max-width: 1060px) {
    .swatch-card__copy.svelte-1prctuf {
        display:none
    }

    .swatch-card.svelte-1prctuf {
        padding: 24px 32px;
        border-radius: 48px
    }

    .swatch-card.svelte-1prctuf h3:where(.svelte-1prctuf) {
        font-size: 16px;
        font-weight: 600
    }

    .swatch-card__meta.svelte-1prctuf {
        font-size: 16px;
        line-height: 1.25
    }
}

@media(max-width: 700px) {
    .swatch-card.svelte-1prctuf {
        border-radius:40px
    }

    .swatch-card__meta.svelte-1prctuf {
        font-size: 12px;
        line-height: 1.4
    }
}

@media(max-width: 420px) {
    .swatch-card.svelte-1prctuf {
        padding:24px
    }
}

.colors-section.svelte-htbul4 {
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin: 80px 60px;
    padding: 60px 0 80px
}

.colors__text.svelte-htbul4 {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.colors__text.svelte-htbul4 h2:where(.svelte-htbul4) {
    color: var(--sign-primary);
    font: 500 56px/1 var(--font);
    letter-spacing: -.8px
}

.colors__text.svelte-htbul4 p:where(.svelte-htbul4) {
    color: var(--sign-secondary);
    font: 400 24px/1.25 var(--font)
}

.swatch-grid.svelte-htbul4 {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-auto-rows: 280px;
    gap: 24px
}

.gradient-grid.svelte-htbul4 {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-rows: 427px;
    gap: 24px
}

.gradient-card.svelte-htbul4 {
    position: relative;
    overflow: hidden;
    border-radius: 64px;
    padding: 32px;
    text-align: center
}

.gradient-card.svelte-htbul4>span:where(.svelte-htbul4) {
    position: relative;
    z-index: 1;
    color: var(--sign-primary);
    font-size: 1rem
}

.gradient-card--soft-light.svelte-htbul4 {
    background: #fff
}

.gradient-card--soft-light.svelte-htbul4 img:where(.svelte-htbul4),.gradient-card--soft-dark.svelte-htbul4 img:where(.svelte-htbul4) {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
    width: 100%
}

.gradient-card--soft-light.svelte-htbul4>span:where(.svelte-htbul4),.gradient-card--soft-dark.svelte-htbul4>span:where(.svelte-htbul4),.gradient-card--linear.svelte-htbul4>span:where(.svelte-htbul4),.gradient-card--text.svelte-htbul4>span:where(.svelte-htbul4) {
    font: 400 18px/1.4 var(--font)
}

.gradient-card--soft-light.svelte-htbul4>span:where(.svelte-htbul4) {
    color: var(--static-colors-black)
}

.gradient-card--soft-dark.svelte-htbul4>span:where(.svelte-htbul4),.gradient-card--linear.svelte-htbul4>span:where(.svelte-htbul4),.gradient-card--text.svelte-htbul4>span:where(.svelte-htbul4) {
    color: var(--static-colors-white)
}

.gradient-card--soft-dark.svelte-htbul4 {
    background: #0d0d0d
}

.gradient-card--soft-dark.svelte-htbul4:before,.gradient-card--text.svelte-htbul4:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg,#ffffff26,#ffffff14 45%,#ffffff08);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    mask-composite: exclude
}

.gradient-card--linear.svelte-htbul4 {
    background: linear-gradient(309deg,#0cf -6.06%,#007aff 33.55%,#630eff 65.79%,#aa4cff 96.45%)
}

.gradient-card--text.svelte-htbul4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 62px;
    background: #1a1a1c
}

.gradient-card--text.svelte-htbul4 .gradient-text:where(.svelte-htbul4) {
    font: 600 64px/1.05 var(--font);
    background: linear-gradient(271deg,#007aff 13.73%,#0cf 50.98%,#630eff 82.14%,#aa4cff 105.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media(max-width: 1160px) {
    .colors-section.svelte-htbul4 {
        margin:80px 32px
    }

    .gradient-card--text.svelte-htbul4 .gradient-text:where(.svelte-htbul4) {
        font-size: 60px
    }
}

@media(max-width: 1060px) {
    .colors-section.svelte-htbul4 {
        margin:80px 16px
    }
}

@media(max-width: 834px) {
    .colors-section.svelte-htbul4 {
        margin:40px 0
    }

    .colors__text.svelte-htbul4 h2:where(.svelte-htbul4) {
        font-size: 40px
    }

    .colors__text.svelte-htbul4 p:where(.svelte-htbul4) {
        font-size: 16px
    }

    .swatch-grid.svelte-htbul4 {
        grid-auto-rows: 200px;
        gap: 16px
    }

    .gradient-card.svelte-htbul4 {
        border-radius: 48px
    }

    .gradient-card--text.svelte-htbul4 {
        gap: 40px
    }

    .gradient-card--text.svelte-htbul4 .gradient-text:where(.svelte-htbul4) {
        font-size: 40px
    }

    .gradient-grid.svelte-htbul4 {
        grid-auto-rows: 300px;
        gap: 16px
    }
}

@media(max-width: 700px) {
    .colors-section.svelte-htbul4 {
        gap:40px
    }

    .swatch-grid.svelte-htbul4 {
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-auto-rows: 156px;
        gap: 12px
    }

    .colors__text.svelte-htbul4 {
        text-align: center
    }

    .gradient-grid.svelte-htbul4 {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
        gap: 16px
    }

    .gradient-card--text.svelte-htbul4 {
        gap: 66px
    }

    .gradient-card--text.svelte-htbul4 .gradient-text:where(.svelte-htbul4) {
        font-size: 32px
    }

    .section-actions.svelte-htbul4 {
        display: flex;
        justify-content: center
    }
}

.wrapper.svelte-4eizna {
    position: relative;
    display: flex;
    height: fit-content;
    flex-direction: column;
    z-index: 2;
    gap: 48px
}

.contact-card__text.svelte-4eizna,.contact-card__info.svelte-4eizna {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.contact-card__text.svelte-4eizna h3:where(.svelte-4eizna) {
    color: var(--sign-primary);
    font: 400 28px/1.3 var(--font)
}

.contact-card__text.svelte-4eizna p:where(.svelte-4eizna),.contact-card__info.svelte-4eizna p:where(.svelte-4eizna) {
    color: var(--sign-tertiary);
    font: 400 18px/1.4 var(--font)
}

.contact-card__info.svelte-4eizna p:where(.svelte-4eizna) {
    color: var(--sign-primary)
}

h4.svelte-4eizna {
    color: var(--sign-tertiary);
    font: 400 24px/1.4 var(--font)
}

@media(max-width: 834px) {
    .wrapper.svelte-4eizna {
        gap:32px
    }

    .contact-card__text.svelte-4eizna h3:where(.svelte-4eizna) {
        font-size: 20px
    }

    .contact-card__text.svelte-4eizna p:where(.svelte-4eizna) {
        font-size: 12px
    }

    h4.svelte-4eizna,.contact-card__info.svelte-4eizna p:where(.svelte-4eizna) {
        font-size: 16px
    }

    h4.svelte-4eizna {
        font-weight: 600
    }

    .contact-card__info.svelte-4eizna p:where(.svelte-4eizna) {
        line-height: 1.25
    }
}

.contacts-section.svelte-1c5y9lt {
    margin: 80px 60px;
    display: flex;
    flex-direction: column;
    gap: 64px
}

.contacts__text.svelte-1c5y9lt {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contacts__text.svelte-1c5y9lt h2:where(.svelte-1c5y9lt) {
    color: var(--sign-primary);
    font: 500 56px/1 var(--font);
    letter-spacing: -.56px
}

.contacts__text.svelte-1c5y9lt p:where(.svelte-1c5y9lt) {
    color: var(--sign-secondary);
    font: 400 24px/1.4 var(--font)
}

.contact-grid.svelte-1c5y9lt {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px
}

@media(max-width: 1160px) {
    .contacts-section.svelte-1c5y9lt {
        margin:80px 32px
    }
}

@media(max-width: 1060px) {
    .contacts-section.svelte-1c5y9lt {
        margin:80px 16px
    }
}

@media(max-width: 890px) {
    .contacts-section.svelte-1c5y9lt {
        margin:40px 0
    }

    .contacts__text.svelte-1c5y9lt h2:where(.svelte-1c5y9lt) {
        font-size: 40px;
        letter-spacing: -.8px
    }

    .contacts__text.svelte-1c5y9lt p:where(.svelte-1c5y9lt) {
        font-size: 16px;
        line-height: 1.25
    }

    .contact-grid.svelte-1c5y9lt {
        gap: 16px
    }
}

@media(max-width: 700px) {
    .contacts-section.svelte-1c5y9lt {
        gap:40px
    }

    .contacts__text.svelte-1c5y9lt {
        text-align: center
    }

    .contact-grid.svelte-1c5y9lt {
        grid-template-columns: 1fr;
        gap: 12px
    }
}
*,*:before,*:after {
    box-sizing: border-box
}

* {
    margin: 0
}

:root {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input,button,textarea,select {
    font: inherit
}

p,h1,h2,h3,h4,h5,h6 {
    overflow-wrap: break-word
}

a {
    text-decoration: none
}
html.vkui {
    height: auto
}


body:has(.force-dark-theme) {
    background: #0d0d0d
}

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

:root {
    color-scheme: light dark;
    --sign-primary: #fff;
    --sign-secondary: #49494b;
    --sign-tertiary: #8b8b8b;
    --backgrounds-ground: #f8f8f8;
    --backgrounds-object-primary: #ebebeb;
    --sign-button: #ffffff;
    --backgrounds-top-bar-glass: #ffffff;
    --components-button-gradint-fill-1: #161f8a;
    --components-button-gradint-fill-2: #2d085f;
    --components-button-gradint-border-1: #ffffff;
    --components-button-gradint-border-2: #ffffff;
    --static-colors-blue: #007aff;
    --backgrounds-object-secondary: #ffffff;
    --components-ground-transparency-1: #f8f8f8;
    --components-blur-bg-4: #b186ff;
    --components-blur-bg-1: #a078c4;
    --components-blur-bg-2: #8083ff;
    --components-blur-bg-3: #93bfff;
    --components-ground-transparency-2: #f8f8f8;
    --static-colors-white: #ffffff;
    --static-colors-black: #272727;
    --components-secondary-button: #dedede;
    --components-gradient-text-1: #5a8cff;
    --components-gradient-text-2: #43d6ff;
    --components-gradient-text-3: #8f3fff;
    --components-button-hover-gradint-fill-1: #01c5c8;
    --components-button-hover-gradint-fill-2: #046ef4;
    --components-button-hover-gradint-fill-3: #572dff;
    --backgrounds-glass: #ffffff;
    --background-surface-primary: #ffffff;
    --background-accent-neutral-fade: #09090914;
    --common-icon-pattern: #007aff4d;
    --common-background-chat-background-pattern-gradient-step-1: rgba(0, 122, 255, .3);
    --common-background-chat-background-pattern-gradient-step-2: rgba(0, 122, 255, .3);
    --text-secondary: #0c0d0e85;
    --text-themed: #007aff;
    --icon-themed: #007aff;
    --icon-primary: #0c0d0e;
    --border-radius-common-l: 16px;
    --spacing-s-half: 6px;
    --spacing-s: 8px;
    --spacing-m: 12px;
    --spacing-l: 16px;
    --background-tertiary: #0909090d;
    --text-negative: #ff303c;
    --divider-primary: #0c0d0e29;
    --text-tertiary: #0c0d0e85;
    --text-primary: #060708;
    --text-primary-inverse-static: #ffffff;
    --components-button-black-gradint-fill-1: rgba(39, 39, 39, 1);
    --components-button-black-gradint-fill-2: rgba(39, 39, 39, 1);
    --gradients-button-promo-default: radial-gradient( 136.12% 140.74% at 99.77% 99.04%, #8d28c8 0%, #7c42fa 20%, #007aff 80%, #609ceb 100% );
    --theme-background: linear-gradient(15deg, #99d5d7 7.05%, #80bcff 89.67%);
    --gb-color-1: #a078c4;
    --gb-color-2: #8083ff;
    --gb-color-3: #93bfff;
    --gb-color-4: #b186ff;
    --temp-beta-background: #09090914
}

@media(prefers-color-scheme: dark) {
    :root {
        --sign-primary: #ffffff;
        --sign-secondary: #c3c3c3;
        --sign-tertiary: #b5b5b5;
        --backgrounds-ground: #0d0d0d;
        --backgrounds-object-primary: #383838;
        --sign-button: #ffffff;
        --backgrounds-top-bar-glass: #281d39;
        --components-button-gradint-fill-1: #161f8a;
        --components-button-gradint-fill-2: #2d085f;
        --components-button-gradint-border-1: #ffffff;
        --components-button-gradint-border-2: #ffffff;
        --static-colors-blue: #007aff;
        --backgrounds-object-secondary: #181818;
        --components-ground-transparency-1: #0d0d0d;
        --components-blur-bg-4: #630eff;
        --components-blur-bg-1: #aa4cff;
        --components-blur-bg-2: #3838ff;
        --components-blur-bg-3: #3a89fb;
        --components-ground-transparency-2: #0d0d0d;
        --static-colors-white: #ffffff;
        --static-colors-black: #272727;
        --components-secondary-button: #404040;
        --components-gradient-text-1: #5a8cff;
        --components-gradient-text-2: #43d6ff;
        --components-gradient-text-3: #8f3fff;
        --components-button-hover-gradint-fill-1: #01c5c8;
        --components-button-hover-gradint-fill-2: #046ef4;
        --components-button-hover-gradint-fill-3: #572dff;
        --backgrounds-glass: #0d0d0dcd;
        --backgrounds-objects-secondary: #ffffff;
        --background-surface-primary: #17181c;
        --background-accent-neutral-fade: #ffffff17;
        --common-icon-pattern: #007aff4d;
        --common-background-chat-background-pattern-gradient-step-1: rgba(80, 91, 199, .3);
        --common-background-chat-background-pattern-gradient-step-2: rgba(80, 91, 199, .3);
        --text-secondary: #e7e7e780;
        --text-themed: #007aff;
        --icon-themed: #007aff;
        --icon-primary: #ffffff80;
        --background-tertiary: #ffffff17;
        --text-negative: #ce4257;
        --divider-primary: #ffffff1f;
        --text-tertiary: #ffffff70;
        --text-primary: #ffffff;
        --text-primary-inverse-static: #ffffff;
        --components-button-black-gradint-fill-1: rgb(22, 31, 138);
        --components-button-black-gradint-fill-2: rgba(45, 8, 95, 1);
        --gradients-button-promo-default: radial-gradient( 136.12% 140.74% at 99.77% 99.04%, #8d28c8 0%, #7c42fa 20%, #007aff 80%, #609ceb 100% );
        --theme-background: linear-gradient(15deg, #0e0e11 7.05%, #0e0e11 89.67%);
        --gb-color-1: #aa4cff;
        --gb-color-2: #3838ff;
        --gb-color-3: #3a89fb;
        --gb-color-4: #630eff;
        --temp-beta-background: #ffffff99
    }
}

.force-dark-theme {
    --sign-primary: #ffffff;
    --sign-secondary: #c3c3c3;
    --sign-tertiary: #b5b5b5;
    --backgrounds-ground: #0d0d0d;
    --backgrounds-object-primary: #383838;
    --sign-button: #ffffff;
    --backgrounds-top-bar-glass: #281d39cb;
    --components-button-gradint-fill-1: #161f8a;
    --components-button-gradint-fill-2: #2d085f;
    --components-button-gradint-border-1: #ffffff;
    --components-button-gradint-border-2: #ffffff;
    --static-colors-blue: #007aff;
    --backgrounds-object-secondary: #181818;
    --components-ground-transparency-1: #0d0d0d;
    --components-blur-bg-4: #630eff;
    --components-blur-bg-1: #aa4cff;
    --components-blur-bg-2: #3838ff;
    --components-blur-bg-3: #3a89fb;
    --components-ground-transparency-2: #0d0d0d;
    --static-colors-white: #ffffff;
    --static-colors-black: #272727;
    --components-secondary-button: #404040;
    --components-gradient-text-1: #5a8cff;
    --components-gradient-text-2: #43d6ff;
    --components-gradient-text-3: #8f3fff;
    --components-button-hover-gradint-fill-1: #01c5c8;
    --components-button-hover-gradint-fill-2: #046ef4;
    --components-button-hover-gradint-fill-3: #572dff;
    --backgrounds-glass: #0d0d0dcd;
    --backgrounds-objects-secondary: #181818;
    --background-surface-primary: #17181c;
    --background-accent-neutral-fade: #ffffff17;
    --common-icon-pattern: #007aff4d;
    --common-background-chat-background-pattern-gradient-step-1: rgba(80, 91, 199, .3);
    --common-background-chat-background-pattern-gradient-step-2: rgba(80, 91, 199, .3);
    --text-secondary: #e7e7e780;
    --text-themed: #007aff;
    --text-primary: #ffffff;
    --icon-themed: #007aff;
    --icon-primary: #ffffff80;
    --gradients-button-promo-default: radial-gradient( 136.12% 140.74% at 99.77% 99.04%, #8d28c8 0%, #7c42fa 20%, #007aff 80%, #609ceb 100% );
    --theme-background: linear-gradient(15deg, #0e0e11 7.05%, #0e0e11 89.67%);
    --gb-color-1: #aa4cff;
    --gb-color-2: #3838ff;
    --gb-color-3: #3a89fb;
    --gb-color-4: #630eff;
    --temp-beta-background: #ffffff99
}
.firstScreen.svelte-1r10vjt {
    margin: 150px 0 60px 0;
    display: flex;
    flex-direction: column;
    gap: 63px;
    scroll-margin-top: 144px;
}
*,*:before,*:after {
    box-sizing: border-box
}

* {
    margin: 0
}

:root {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input,button,textarea,select {
    font: inherit
}

p,h1,h2,h3,h4,h5,h6 {
    overflow-wrap: break-word
}

a {
    text-decoration: none
}
html.vkui {
    height: auto
}

body:has(.force-dark-theme) {
    background: #0d0d0d
}

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

img {
    max-width: 100%;
    height: auto
}

:root {
    --font: Max Sans, TT Commons, sans-serif;
    color-scheme: light dark;
    --sign-primary: #fff;
    --sign-secondary: #49494b;
    --sign-tertiary: #8b8b8b;
    --backgrounds-ground: #f8f8f8;
    --backgrounds-object-primary: #ebebeb;
    --sign-button: #ffffff;
    --backgrounds-top-bar-glass: #ffffff;
    --components-button-gradint-fill-1: #161f8a;
    --components-button-gradint-fill-2: #2d085f;
    --components-button-gradint-border-1: #ffffff;
    --components-button-gradint-border-2: #ffffff;
    --static-colors-blue: #007aff;
    --backgrounds-object-secondary: #ffffff;
    --components-ground-transparency-1: #f8f8f8;
    --components-blur-bg-4: #b186ff;
    --components-blur-bg-1: #a078c4;
    --components-blur-bg-2: #8083ff;
    --components-blur-bg-3: #93bfff;
    --components-ground-transparency-2: #f8f8f8;
    --static-colors-white: #ffffff;
    --static-colors-black: #272727;
    --components-secondary-button: #dedede;
    --components-gradient-text-1: #5a8cff;
    --components-gradient-text-2: #43d6ff;
    --components-gradient-text-3: #8f3fff;
    --components-button-hover-gradint-fill-1: #01c5c8;
    --components-button-hover-gradint-fill-2: #046ef4;
    --components-button-hover-gradint-fill-3: #572dff;
    --backgrounds-glass: #ffffff;
    --background-surface-primary: #ffffff;
    --background-accent-neutral-fade: #09090914;
    --common-icon-pattern: #007aff4d;
    --common-background-chat-background-pattern-gradient-step-1: rgba(0, 122, 255, .3);
    --common-background-chat-background-pattern-gradient-step-2: rgba(0, 122, 255, .3);
    --text-secondary: #0c0d0e85;
    --text-themed: #007aff;
    --icon-themed: #007aff;
    --icon-primary: #0c0d0e;
    --border-radius-common-l: 16px;
    --spacing-s-half: 6px;
    --spacing-s: 8px;
    --spacing-m: 12px;
    --spacing-l: 16px;
    --background-tertiary: #0909090d;
    --text-negative: #ff303c;
    --divider-primary: #0c0d0e29;
    --text-tertiary: #0c0d0e85;
    --text-primary: #060708;
    --text-primary-inverse-static: #ffffff;
    --components-button-black-gradint-fill-1: rgba(39, 39, 39, 1);
    --components-button-black-gradint-fill-2: rgba(39, 39, 39, 1);
    --gradients-button-promo-default: radial-gradient( 136.12% 140.74% at 99.77% 99.04%, #8d28c8 0%, #7c42fa 20%, #007aff 80%, #609ceb 100% );
    --theme-background: linear-gradient(15deg, #99d5d7 7.05%, #80bcff 89.67%);
    --gb-color-1: #a078c4;
    --gb-color-2: #8083ff;
    --gb-color-3: #93bfff;
    --gb-color-4: #b186ff;
    --temp-beta-background: #09090914
}

@media(prefers-color-scheme: dark) {
    :root {
        --sign-primary: #ffffff;
        --sign-secondary: #c3c3c3;
        --sign-tertiary: #b5b5b5;
        --backgrounds-ground: #0d0d0d;
        --backgrounds-object-primary: #383838;
        --sign-button: #ffffff;
        --backgrounds-top-bar-glass: #281d39;
        --components-button-gradint-fill-1: #161f8a;
        --components-button-gradint-fill-2: #2d085f;
        --components-button-gradint-border-1: #ffffff;
        --components-button-gradint-border-2: #ffffff;
        --static-colors-blue: #007aff;
        --backgrounds-object-secondary: #181818;
        --components-ground-transparency-1: #0d0d0d;
        --components-blur-bg-4: #630eff;
        --components-blur-bg-1: #aa4cff;
        --components-blur-bg-2: #3838ff;
        --components-blur-bg-3: #3a89fb;
        --components-ground-transparency-2: #0d0d0d;
        --static-colors-white: #ffffff;
        --static-colors-black: #272727;
        --components-secondary-button: #404040;
        --components-gradient-text-1: #5a8cff;
        --components-gradient-text-2: #43d6ff;
        --components-gradient-text-3: #8f3fff;
        --components-button-hover-gradint-fill-1: #01c5c8;
        --components-button-hover-gradint-fill-2: #046ef4;
        --components-button-hover-gradint-fill-3: #572dff;
        --backgrounds-glass: #0d0d0dcd;
        --backgrounds-objects-secondary: #ffffff;
        --background-surface-primary: #17181c;
        --background-accent-neutral-fade: #ffffff17;
        --common-icon-pattern: #007aff4d;
        --common-background-chat-background-pattern-gradient-step-1: rgba(80, 91, 199, .3);
        --common-background-chat-background-pattern-gradient-step-2: rgba(80, 91, 199, .3);
        --text-secondary: #e7e7e780;
        --text-themed: #007aff;
        --icon-themed: #007aff;
        --icon-primary: #ffffff80;
        --background-tertiary: #ffffff17;
        --text-negative: #ce4257;
        --divider-primary: #ffffff1f;
        --text-tertiary: #ffffff70;
        --text-primary: #ffffff;
        --text-primary-inverse-static: #ffffff;
        --components-button-black-gradint-fill-1: rgb(22, 31, 138);
        --components-button-black-gradint-fill-2: rgba(45, 8, 95, 1);
        --gradients-button-promo-default: radial-gradient( 136.12% 140.74% at 99.77% 99.04%, #8d28c8 0%, #7c42fa 20%, #007aff 80%, #609ceb 100% );
        --theme-background: linear-gradient(15deg, #0e0e11 7.05%, #0e0e11 89.67%);
        --gb-color-1: #aa4cff;
        --gb-color-2: #3838ff;
        --gb-color-3: #3a89fb;
        --gb-color-4: #630eff;
        --temp-beta-background: #ffffff99
    }
}

.force-dark-theme {
    --sign-primary: #ffffff;
    --sign-secondary: #c3c3c3;
    --sign-tertiary: #b5b5b5;
    --backgrounds-ground: #0d0d0d;
    --backgrounds-object-primary: #383838;
    --sign-button: #ffffff;
    --backgrounds-top-bar-glass: #281d39cb;
    --components-button-gradint-fill-1: #161f8a;
    --components-button-gradint-fill-2: #2d085f;
    --components-button-gradint-border-1: #ffffff;
    --components-button-gradint-border-2: #ffffff;
    --static-colors-blue: #007aff;
    --backgrounds-object-secondary: #181818;
    --components-ground-transparency-1: #0d0d0d;
    --components-blur-bg-4: #630eff;
    --components-blur-bg-1: #aa4cff;
    --components-blur-bg-2: #3838ff;
    --components-blur-bg-3: #3a89fb;
    --components-ground-transparency-2: #0d0d0d;
    --static-colors-white: #ffffff;
    --static-colors-black: #272727;
    --components-secondary-button: #404040;
    --components-gradient-text-1: #5a8cff;
    --components-gradient-text-2: #43d6ff;
    --components-gradient-text-3: #8f3fff;
    --components-button-hover-gradint-fill-1: #01c5c8;
    --components-button-hover-gradint-fill-2: #046ef4;
    --components-button-hover-gradint-fill-3: #572dff;
    --backgrounds-glass: #0d0d0dcd;
    --backgrounds-objects-secondary: #181818;
    --background-surface-primary: #17181c;
    --background-accent-neutral-fade: #ffffff17;
    --common-icon-pattern: #007aff4d;
    --common-background-chat-background-pattern-gradient-step-1: rgba(80, 91, 199, .3);
    --common-background-chat-background-pattern-gradient-step-2: rgba(80, 91, 199, .3);
    --text-secondary: #e7e7e780;
    --text-themed: #007aff;
    --text-primary: #ffffff;
    --icon-themed: #007aff;
    --icon-primary: #ffffff80;
    --gradients-button-promo-default: radial-gradient( 136.12% 140.74% at 99.77% 99.04%, #8d28c8 0%, #7c42fa 20%, #007aff 80%, #609ceb 100% );
    --theme-background: linear-gradient(15deg, #0e0e11 7.05%, #0e0e11 89.67%);
    --gb-color-1: #aa4cff;
    --gb-color-2: #3838ff;
    --gb-color-3: #3a89fb;
    --gb-color-4: #630eff;
    --temp-beta-background: #ffffff99
}

/* End */


/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.min.css?17759733464180*/
.bx-basket-block{margin:auto;position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media (min-width:768px){.bx-basket-fixed{position:fixed;z-index:100;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:140px}.block-store-catalog-list .bx-basket-fixed.left{left:30px}}@media (min-width:768px) and (width <= 992px){.block-store-catalog-list .bx-basket-fixed.bottom{bottom:140px}.block-store-catalog-list .bx-basket-fixed.left{left:30px}}@media (max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:100;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{padding-bottom:0}}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:none}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:700;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:all .25s linear}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:"";transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price,.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */
/* /local/templates/main/css/main.css?1781193690100325 */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.min.css?17759733464180 */
