.header{position:fixed;border-bottom:1px solid transparent;top:0;left:0;width:100%;z-index:99;transition:var(--transition)}.header_overlay{background:#fff;border-color:rgba(0,0,0,.05)}.header_hidden{transform:translateY(-100%)}.header__grid{height:4.625rem;justify-content:space-between}.header__grid,.header__logo{display:flex;align-items:center}.header__logo{position:relative;z-index:10;gap:6px;font-family:var(--font-secondary);font-weight:700;font-size:1.125rem;letter-spacing:-.03em;color:var(--color-main)}.header_dark:not(.header_overlay):not(:has(.header__menu_show)) .header__logo{color:#fff}.header__menu{display:flex;align-items:center;gap:1.5rem}@media(max-width:650px){.header__menu{position:fixed;top:0;right:0;transform:translateY(-100%);z-index:5;background:#fff;border-bottom:1px solid var(--color-border);flex-direction:column;transition:var(--transition);font-size:1.125rem;width:100%;padding:5rem 0 3rem}.header__menu_show{transform:none}}.header__menu a{display:block;color:var(--color-main)}@media(max-width:650px){.header__menu a{opacity:0;transform:translateY(-5px)}.header__menu a:first-child{transition-delay:.4s}.header__menu a:nth-child(2){transition-delay:.3s}.header__menu a:nth-child(3){transition-delay:.2s}}.header__menu a.router-link-active,.header__menu a:hover{opacity:.7}.header_dark:not(.header_overlay):not(:has(.header__menu_show)) .header__menu a{color:#fff}@media(max-width:650px){.header:has(.header__menu_show) .header__menu a{transform:none;opacity:1}}.header__burger{display:none;position:relative;z-index:10;align-items:center;justify-content:center;flex-direction:column;width:26px}@media(max-width:650px){.header__burger{display:flex}}.header__burger i{background:var(--color-main);width:26px;display:block;height:2px;margin:3px 0;transition:width .1s linear}.header__burger i:first-child{top:0;transform:rotate(0deg);position:relative;transition:transform .2s linear,top .2s linear}.header__burger i:nth-child(2){opacity:1;transition:opacity .2s linear}.header__burger i:nth-child(3){position:relative;top:0;transform:rotate(0deg);transition:transform .2s linear,top .2s linear}.header__burger_active i{background:var(--color-accent)}.header__burger_active i:first-child{top:8px;transform:rotate(45deg);transition:transform .2s linear,top .2s linear}.header__burger_active i:nth-child(2){opacity:0;transition:opacity .2s linear}.header__burger_active i:nth-child(3){top:-8px;transform:rotate(-45deg);transition:transform .2s linear,top .2s linear}.header_dark:not(.header_overlay):not(:has(.header__menu_show)) .header__burger i{background:#fff}.footer{background:#000}.footer__main{padding:4rem 0 5.625rem;display:flex;justify-content:space-between}@media(max-width:650px){.footer__main{flex-direction:column;padding:3rem 0;gap:3rem}}.footer__nav{display:flex;color:#fff;gap:108px}@media(max-width:950px){.footer__nav{gap:4rem}}.footer__label{margin:0 0 1rem;font-size:.75rem}.footer__menu{display:flex;flex-direction:column;gap:.5rem}.footer__menu a{color:#fff;display:block}.footer__menu a.router-link-active,.footer__menu a:hover{opacity:.7}.footer__bottom{border-top:1px solid rgba(97,97,97,.2);padding:1.5rem 0 1.7rem;display:flex;align-items:center;justify-content:space-between}.footer__copy{font-size:.75rem;color:var(--color-gray-light)}.footer__top{margin:auto 0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:12px;background:var(--color-accent)}.footer__top,.footer__top svg{transition:var(--transition)}.footer__top:hover{background:#fff}.footer__top:hover svg{filter:brightness(0) invert(0);transform:translateY(-3px)}.contacts-page__grid{display:flex;justify-content:space-between;gap:3rem}@media(max-width:950px){.contacts-page__grid{flex-direction:column;gap:2.5rem;align-items:center}}.contacts-page__about{max-width:550px;padding-top:6.125rem}@media(max-width:950px){.contacts-page__about{padding:0;max-width:480px;text-align:center}}.contacts-page__about .section__head{margin:0}.contacts-page__about .section__title{font-size:4rem;max-width:400px}@media(max-width:950px){.contacts-page__about .section__title{font-size:3rem}}@media(max-width:650px){.contacts-page__about .section__title{font-size:2.5rem}}.contacts-page__about .section__text{max-width:100%}.contacts-page__form{max-width:478px;background:#fff;padding:1.75rem;flex:none;width:100%;border-radius:12px}.help__head{margin:0 0 2.5rem}.help__head .section__head{max-width:540px;margin:0}.help__head .section__title{font-size:4rem}@media(max-width:650px){.help__head .section__title{font-size:2.5rem}}.help__head .section__text{max-width:100%}.help__container{display:flex;gap:7.5rem;flex-direction:column}@media(max-width:650px){.help__container{gap:4rem}}.help__container .section__head{margin:0 0 2.5rem;max-width:430px}.help__container .section__title{font-size:2.5rem}@media(max-width:650px){.help__container .section__title{font-size:2rem}}.help__container .section__text{max-width:100%}.help__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:650px){.help__grid{grid-template-columns:repeat(1,1fr)}}.help__item{display:flex;flex-direction:column;border:1px solid transparent;padding:2rem;background:#fff;border-radius:12px}.help__item:hover{border-color:var(--color-border)}.help__icon{display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(110deg,#bbff4c,#378cff 75%,#cffff2 87.98%);width:66px;height:66px;margin:0 0 2.5rem}@media(max-width:650px){.help__icon{width:50px;height:50px}.help__icon svg{width:32px;height:32px}}.help__title{margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.help__link{display:flex;align-items:center;color:var(--color-main);gap:6px}.help__link,.help__link svg{transition:var(--transition)}.help__item:hover .help__link{color:var(--color-accent)}.help__item:hover .help__link svg{transform:translateX(3px)}.help__support .sh-form .sh-from-message{text-align:left}.help__support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:950px){.help__support-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.help__support-grid{grid-template-columns:repeat(1,1fr)}}.help__support-item{padding:32px;background:#fff;border-radius:12px;min-height:190px;gap:1rem;display:flex;flex-direction:column;font-weight:600;font-size:1.125rem}@media(max-width:650px){.help__support-item{font-size:1rem;min-height:auto;padding:1.5rem}}.help__form{border-radius:12px;padding:1.75rem;background:#fff}.help__form-title{font-size:1.5rem;font-weight:600;margin:0 0 4px}.help__form-text{color:var(--color-gray);margin:0 0 1.5rem}.hero[data-v-667f8258]{background:#f5f5f5;padding:14.75rem 0 19rem;position:relative}@media(max-width:1600px){.hero[data-v-667f8258]{padding:11.75rem 0 16rem}}@media(max-width:1200px){.hero[data-v-667f8258]{padding:11rem 0 8rem}}@media(max-width:950px){.hero[data-v-667f8258]{padding:9rem 0 4rem}}@media(max-width:650px){.hero[data-v-667f8258]{padding:7.5rem 0 4rem}}.hero__block[data-v-667f8258]{position:relative;z-index:2}.hero__block .section__head[data-v-667f8258]{margin:0;max-width:550px}@media(max-width:1600px){.hero__block .section__head[data-v-667f8258]{max-width:480px}}@media(max-width:950px){.hero__block .section__head[data-v-667f8258]{max-width:none;text-align:center}}.hero__block .section__title[data-v-667f8258]{font-size:4rem;color:#fff}@media(max-width:1600px){.hero__block .section__title[data-v-667f8258]{font-size:3.5rem}}@media(max-width:950px){.hero__block .section__title[data-v-667f8258]{margin-left:auto;margin-right:auto}}@media(max-width:650px){.hero__block .section__title[data-v-667f8258]{font-size:3rem}}.hero__block .section__text[data-v-667f8258]{max-width:550px;color:#fff;opacity:.6}@media(max-width:1600px){.hero__block .section__text[data-v-667f8258]{max-width:420px}}@media(max-width:950px){.hero__block .section__text[data-v-667f8258]{margin-left:auto;margin-right:auto}.hero__block .section__buttons[data-v-667f8258]{justify-content:center}}.hero__shopify[data-v-667f8258]{display:flex;align-items:center;gap:.5rem;margin:0 0 2rem}@media(max-width:950px){.hero__shopify[data-v-667f8258]{justify-content:center}}.hero__pic[data-v-667f8258]{right:0;top:50%;transform:translateY(-50%);pointer-events:none;z-index:2;position:absolute;padding-left:50%}.hero__pic img[data-v-667f8258]{width:100%}.hero__pic img[data-v-667f8258]:last-child{display:none}@media(max-width:1600px){.hero__pic[data-v-667f8258]{padding-left:40%}}@media(max-width:1200px){.hero__pic[data-v-667f8258]{padding-left:50%}}@media(max-width:950px){.hero__pic[data-v-667f8258]{padding:0;transform:none;display:flex;justify-content:center;position:relative;top:0;margin:3rem 0 0}.hero__pic img[data-v-667f8258]{display:none}.hero__pic img[data-v-667f8258]:last-child{display:block}}.hero__bg[data-v-667f8258]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1}.hero__bg img[data-v-667f8258]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.themes__list{display:flex;gap:4rem;flex-direction:column}@media(max-width:1200px){.themes__list{display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:950px){.themes__list{gap:3rem;grid-template-columns:repeat(1,1fr)}}.themes__item{display:flex;gap:5.313rem;justify-content:space-between;align-items:flex-start}@media(max-width:1200px){.themes__item{gap:2rem;flex-direction:column}}.themes__pic{flex:auto;background:url(data:image/webp;base64,UklGRkYTAABXRUJQVlA4WAoAAAAQAAAA6QQA8wMAQUxQSMcCAAABHLVt2zDS/3c7bc4QERNA0VXwDSXfWRZYtW3HbS4EQXiQ7BCIKCQEJAYRA5dBykAQBEEQHoSXefg/ayUiJoAhbFuBPsJHjCGCEDIJIYQQQvgYOwHsnIhIvZ/y6Tw92HX202r6djr2wNiR7RupeLDsZh8rHjxbPmMjkHbaB/YeUOvLWyXAtrxRAm3LS0vA7f4Fc7pxezYDb8eTEoBbH1gQrqe7DXGiSrJgXE9Shpw4SINyuiwwN62ckxvntM45/5NzZnCug87P//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z/+f//n/63TQmZxzz5yzG+e0zDm7xDmmTjlDOlJOlpJDjkmqjLNJUnLEsTtVwql6PPhm6qk53bg9U6abRa9Wtql6vZJN1buLU41nvW+TaY7poxVoasSn7Q9mamQ8WB4cs3vGq62tT3ipu2bL+AYAVlA4IFgQAABwVQGdASrqBPQDPlEok0cjoqGhIAgAcAoJaW7hdTRnKqJQ7841770px5mvOLwAHoeiTZoHiip+8t5evbT9Dd56ip+89RU/eeoqfvPUVP3nqKrUIdZNtgKsm2wFWTbYCqz+1OlcIoPG00oqY1yaQLJfP/P91C1C1SvzrV03ddlz//NubZRKFqHAslJj/nk5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) no-repeat;display:flex;align-items:flex-end;justify-content:center;background-size:cover;border-radius:12px;box-shadow:inset 0 0 0 1px hsla(0,0%,54%,.1);padding:4.5rem 4.5rem 0}.themes__pic_mix{background:url(data:image/webp;base64,UklGRg4TAABXRUJQVlA4WAoAAAAQAAAA6QQA8wMAQUxQSMcCAAABHLVt2zDS/3c7bc4QERNA0VXwDSXfWRZYtW3HbS4EQXiQ7BCIKCQEJAYRA5dBykAQBEEQHoSXefg/ayUiJoAhbFuBPsJHjCGCEDIJIYQQQvgYOwHsnIhIvZ/y6Tw92HX202r6djr2wNiR7RupeLDsZh8rHjxbPmMjkHbaB/YeUOvLWyXAtrxRAm3LS0vA7f4Fc7pxezYDb8eTEoBbH1gQrqe7DXGiSrJgXE9Shpw4SINyuiwwN62ckxvntM45/5NzZnCug87P//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z3/+85///Oc///nPf/7zn//85z//+c9//vOf//znP//5z/+f//n/63TQmZxzz5yzG+e0zDm7xDmmTjlDOlJOlpJDjkmqjLNJUnLEsTtVwql6PPhm6qk53bg9U6abRa9Wtql6vZJN1buLU41nvW+TaY7poxVoasSn7Q9mamQ8WB4cs3vGq62tT3ipu2bL+AYAVlA4ICAQAABQWgGdASrqBPQDPlEokkcmoqGhIBzIANAKCWlu6B/I2/hPmvU3wv//eel+iVE4IHQ+rdgG8y5HyAJKUN3nqKn7fGoj/PUVP3np5o/EdXVTTbYCrJtsBVkV/cXrBnRH6I6s5Lce4qfvPUVP3nqKn7fHLu/CcdzEqRNaKh6ue+QUgzF2KIYV2lQavwggNuxZ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) no-repeat;background-size:cover}@media(max-width:1200px){.themes__pic{padding:3rem 3rem 0}}@media(max-width:950px){.themes__pic{width:100%}}.themes__pic img{width:100%;filter:drop-shadow(0 0 21px rgba(127,127,127,.1))}.themes__about{flex:none;width:478px}@media(max-width:1200px){.themes__about{width:100%}}.themes__popular{margin:0 0 .75rem;display:flex;align-items:center;color:var(--color-accent);gap:5px;font-size:.875rem}.themes__title{font-size:2.5rem;line-height:1.2;font-weight:900}.themes__title a:hover{opacity:.7}.themes__desc{margin:1.25rem 0 0;color:var(--color-gray)}.themes__info{border-top:1px solid var(--color-border);margin-top:1.25rem;padding-top:1.25rem}.themes__label{font-size:.875rem;margin:0 0 .75rem}.themes__tags{display:flex;flex-wrap:wrap;gap:4px;max-width:310px}.themes__tags-item{display:flex;align-items:center;background:var(--color-accent-light);color:var(--color-accent);height:1.875rem;padding:0 .75rem 1px;font-size:.875rem;border-radius:40px;text-transform:capitalize}.themes__actions{display:flex;gap:.5rem;margin:2.5rem 0 0}@media(max-width:650px){.themes__actions{flex-direction:column}}.benefits__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:650px){.benefits__grid{grid-template-columns:1fr}}.benefits__item{border-radius:12px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;min-height:380px;gap:3rem}@media(max-width:650px){.benefits__item{min-height:auto;padding:1.5rem}}.benefits__icon{display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(110deg,#bbff4c,#378cff 75%,#cffff2 87.98%);width:66px;height:66px}@media(max-width:650px){.benefits__icon{width:50px;height:50px}.benefits__icon svg{width:32px;height:32px}}.benefits__title{font-size:1.5rem;font-weight:600;font-family:var(--font-family);margin:0 0 .5rem}@media(max-width:650px){.benefits__title{font-size:1.25rem}}.benefits__text{max-width:440px;color:var(--color-gray)}.faq__list{max-width:784px;margin:0 auto;gap:1.25rem;display:flex;flex-direction:column}.faq__item{border-radius:16px;border:1px solid var(--color-border);padding:1.5rem 1.5rem 1.75rem;transition:var(--transition);cursor:pointer}.faq__label{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;gap:1.5rem;font-weight:600;font-size:1.125rem;align-items:center;justify-content:space-between}.faq__label span{display:block;flex:none;width:38px;height:38px;border-radius:50%;background:var(--color-accent);transition:var(--transition);position:relative}.faq__label span i{width:1px;height:14px;background:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:var(--transition);transform-origin:top}.faq__label span i:last-child{transform:rotate(90deg) translate(-50%,-50%)}.faq__item_active .faq__label span{background:#eaeaea}.faq__item_active .faq__label span i{background:var(--color-main)}.faq__item_active .faq__label span i:first-child{transform:rotate(90deg) translate(-50%,-50%)}.faq__text{max-width:530px;max-height:0;overflow:hidden;color:var(--color-gray);transition:var(--transition);padding-top:0}.faq__item_active .faq__text{max-height:1000px;padding-top:10px}.final{background:url(/img/final-bg.12307ccc.webp) no-repeat;background-size:cover;padding:var(--section-padding);padding-top:10.625rem}@media(max-width:950px){.final{padding-top:6rem}}.final .section__head{max-width:620px}.final .section__head .section__text{max-width:100%}.final__slider img{filter:drop-shadow(0 0 40px rgba(127,127,127,.1))}.final__slider .scroll-banner{position:relative;overflow:hidden;width:100%;height:auto;--image-width:3211px;--scroll-speed:40s;padding:3rem 0;margin:-3rem 0}@media(max-width:650px){.final__slider .scroll-banner{--image-width:1800px}}.final__slider .scroll-banner__track{display:flex;width:calc(var(--image-width)*2);animation:scroll-x linear infinite;animation-duration:var(--scroll-speed);gap:1.5rem}.final__slider .scroll-banner__track img{width:var(--image-width);height:auto;flex-shrink:0;-o-object-fit:cover;object-fit:cover;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media(max-width:650px){.theme-card{display:flex;flex-direction:column}}.theme-card__pic{position:relative;margin:0 0 10px;overflow:hidden;border-radius:12px}@media(max-width:650px){.theme-card__pic{display:contents}}.theme-card__overlay{position:absolute;left:0;top:0;z-index:2;opacity:0;display:flex;align-items:center;justify-content:center;transition:var(--transition);background:rgba(0,0,0,.5);width:100%;height:100%;gap:.5rem}.theme-card__overlay .button_border,.theme-card__overlay .button_border:hover{background:#fff}@media(max-width:650px){.theme-card__overlay{position:static;background:none;opacity:1;order:99;margin:1rem 0 0}.theme-card__overlay .button{flex:auto;padding:0}}.theme-card__pic:hover .theme-card__overlay{opacity:1}.theme-card__about{display:flex;flex-direction:column;align-items:flex-start}@media(max-width:650px){.theme-card__about{position:relative;margin-top:10px}}.theme-card__theme{font-size:.875rem;letter-spacing:-.01em;margin:0 0 4px;text-transform:capitalize}.theme-card__theme a{color:var(--color-gray)}.theme-card__theme a:hover{color:var(--color-accent)}.theme-card__title{margin:0 0 8px;text-transform:capitalize;font-size:1.125rem;font-weight:600}@media(max-width:650px){.theme-card__title{margin:0}}.theme-card__title a{color:var(--color-main)}.theme-card__tag,.theme-card__title a:hover{color:var(--color-accent)}.theme-card__tag{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:var(--color-accent-light);font-family:var(--font-family);display:flex;align-items:center;height:1.875rem;padding:0 .75rem 1px;font-size:.875rem;text-transform:capitalize;border-radius:40px;transition:var(--transition)}@media(max-width:650px){.theme-card__tag{position:absolute;top:0;right:0}}.themes-page .section__title{text-align:center;font-weight:900;font-size:5rem;line-height:1;margin:0 0 1.25rem}@media(max-width:950px){.themes-page .section__title{font-size:3.5rem}}@media(max-width:550px){.themes-page .section__title{font-size:2.5rem}}.themes-page__text{margin:0 auto 2.5rem;max-width:730px;text-align:center;color:var(--color-gray);font-size:1.5rem;line-height:1.3}@media(max-width:950px){.themes-page__text{font-size:1.25rem;margin-bottom:1.5rem}}@media(max-width:550px){.themes-page__text{font-size:1rem}}.themes-page__tags{display:flex;justify-content:center;flex-wrap:wrap;gap:4px;margin:0 auto 3.5rem;max-width:782px}.themes-page__tags-item{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:var(--color-accent-light);font-family:var(--font-family);color:var(--color-accent);height:1.875rem;display:flex;text-transform:capitalize;align-items:center;padding:0 .75rem 1px;font-size:.875rem;border-radius:40px;transition:var(--transition)}.themes-page__tags-item:hover,.themes-page__tags-item_active{background:var(--color-accent);color:#fff}.themes-page__sort{text-align:right;font-size:.875rem;margin-bottom:1.25rem;letter-spacing:-.01em}.themes-page__sort select{font-size:.875rem;color:var(--color-accent);border:0;background:none;font-family:var(--font-family);cursor:pointer;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:500}.themes-page__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;grid-row-gap:3rem}@media(max-width:550px){.themes-page__grid{grid-template-columns:repeat(1,1fr)}}.sh-documentation-theme{display:grid;margin-top:4rem;padding-bottom:5rem;grid-template-columns:264px minmax(0,1fr);gap:4rem}@media(max-width:950px){.sh-documentation-theme{margin-top:2rem;padding-bottom:0;display:block}.sh-documentation-theme__sidebar{margin:0 0 4rem}}.sh-documentation-theme__sidebar ul{list-style:none;padding:0;margin:0}.sh-documentation-theme__sidebar ul ul{margin-top:.5rem}.sh-documentation-theme__sidebar-inner{position:sticky;top:3rem;transition:var(--transition)}@media(max-width:950px){.sh-documentation-theme__sidebar-inner{position:static}}.sh-documentation-theme__sidebar-wrapper{overflow-x:visible;overflow-y:scroll;padding-right:1rem;max-height:calc(100vh - 100px);transition:var(--transition)}.sh-documentation-theme__sidebar-wrapper::-webkit-scrollbar{width:6px}.sh-documentation-theme__sidebar-wrapper::-webkit-scrollbar-track{background-color:rgba(37,45,61,.08)}.sh-documentation-theme__sidebar-wrapper::-webkit-scrollbar-thumb{box-shadow:inset 0 0 10px rgba(37,45,61,.2)}@media(max-width:950px){.sh-documentation-theme__sidebar-wrapper{max-height:300px!important}}.sh-documentation-theme__sidebar-list:not(:first-child),.sh-documentation-theme__sidebar-list>li:not(:first-child){margin-top:2rem}.sh-documentation-theme__sidebar-list .active>a{text-decoration:underline;opacity:1;letter-spacing:-.48px;font-size:1rem}.sh-documentation-theme__sidebar-list-item a{font-weight:600;color:var(--color-main);font-size:.875rem;opacity:.5}.sh-documentation-theme__sidebar-list-item a:hover,.sh-documentation-theme__sidebar-list-item>a{opacity:1}.sh-documentation-theme__sidebar-sublist>li:not(:first-child){margin-top:.75rem}.sh-documentation-theme__sidebar-sublist .sh-documentation-theme__sidebar-sublist{padding-left:1rem}.sh-documentation-theme__prev-next{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.25rem;margin-top:2.5rem;background:var(--color-accent-light);border:3px}.sh-documentation-theme .sh-content{color:var(--color-gray)}.sh-documentation-theme .sh-content .sh-link-arrow{display:inline-flex;margin:0 1rem 0 0;gap:2px}.sh-documentation-theme .sh-content .sh-link-arrow svg{width:20px;height:auto;transition:var(--transition)}.sh-documentation-theme .sh-content .sh-link-arrow:hover svg{transform:translate(3px,-3px)}.sh-documentation-theme .sh-content a{color:var(--color-main);text-decoration:underline}.sh-documentation-theme .sh-content a:hover{color:var(--color-accent)}.sh-documentation-theme .sh-content ol,.sh-documentation-theme .sh-content ul{margin-left:2.5rem}.sh-documentation-theme .sh-content ol li,.sh-documentation-theme .sh-content ul li{margin:0 0 1rem}.sh-documentation-theme .sh-content ol li span~figure,.sh-documentation-theme .sh-content ul li span~figure{margin-top:1rem}.sh-documentation-theme .sh-content ul{list-style:disc}.sh-documentation-theme .sh-content p{margin-top:1.5rem;margin-bottom:1.5rem}.sh-documentation-theme .sh-content figure{margin:1rem 0 2rem;padding:0}.sh-documentation-theme .sh-content img{border-radius:4px;box-shadow:2px 2px 50px 0 rgba(37,45,61,.08)}.sh-documentation-theme .sh-content>h1+*,.sh-documentation-theme .sh-content>h2+*,.sh-documentation-theme .sh-content>h3+*,.sh-documentation-theme .sh-content>h4+*,.sh-documentation-theme .sh-content>h5+*,.sh-documentation-theme .sh-content>h6+*{margin-top:1rem}.sh-documentation-theme .sh-content h1{color:var(--color-main);margin:0 0 3rem;padding:0 0 3rem;border-bottom:1px solid var(--color-border);font-size:4rem;letter-spacing:-3.84px;font-weight:600;line-height:1.08}@media(max-width:1200px){.sh-documentation-theme .sh-content h1{font-size:3rem;letter-spacing:-2.84px}}@media(max-width:650px){.sh-documentation-theme .sh-content h1{font-size:2.125rem;letter-spacing:-1.5px;margin:0 0 2rem;padding:0 0 2rem}}.sh-documentation-theme .sh-content h1 span{color:var(--color-gray)}.sh-documentation-theme .sh-content h2{color:var(--color-main);margin:0 0 2rem;letter-spacing:-1.08px;font-weight:600;line-height:1.3;font-size:2.25rem}@media(max-width:1200px){.sh-documentation-theme .sh-content h2{font-size:1.75rem;letter-spacing:-.5px}}@media(max-width:650px){.sh-documentation-theme .sh-content h2{font-size:1.5rem;letter-spacing:-.5px;margin:0 0 1.5rem}}.sh-documentation-theme .sh-content h3{color:var(--color-main);margin:0 0 .875rem;line-height:1.3;letter-spacing:-.72px;font-weight:600;font-size:1.5rem}@media(max-width:1200px){.sh-documentation-theme .sh-content h3{font-size:1rem;letter-spacing:0}}.sh-documentation-theme .sh-content h4{color:var(--color-main);margin:0 0 .875rem;line-height:1.3;letter-spacing:-.72px;font-weight:600;font-size:1.25rem}@media(max-width:1200px){.sh-documentation-theme .sh-content h4{font-size:1rem;letter-spacing:0}}.sh-documentation-theme .sh-content ol{list-style:decimal}body:not(:has(.header_hidden)) .sh-documentation-theme__sidebar-inner{top:7rem}body:not(:has(.header_hidden)) .sh-documentation-theme__sidebar-wrapper{max-height:calc(100vh - 150px)}.hero{background:url(/img/hero-bg.fb364658.webp) no-repeat 50% 100%;background-size:cover;padding:8.75rem 0 0}@media(max-width:650px){.hero{padding:7rem 0 0}}.hero__grid{display:flex;justify-content:space-between;gap:3rem}@media(max-width:1200px){.hero__grid{flex-direction:column;gap:2.5rem;align-items:center}}.hero__about{padding-top:1.75rem;max-width:456px;flex:none}@media(max-width:1200px){.hero__about{padding:0;max-width:580px;text-align:center}}.hero__about .section__title{color:#fff}.hero__about .section__text{color:#fff;opacity:.6}.hero__about .section__buttons{flex-wrap:wrap}@media(max-width:1200px){.hero__about .section__buttons{justify-content:center}}@media(max-width:650px){.hero__about .section__buttons .button{padding:0;flex:auto}}.hero__about .section__buttons .button_white-border{gap:6px}.hero__about .section__buttons .button_white-border svg{width:22px;height:auto;transform:none}.hero__pic img{filter:drop-shadow(0 0 29px rgba(127,127,127,.1))}.demos .section__head{margin:0 0 2.5rem;max-width:480px}.demos .section__title{font-size:2.5rem}@media(max-width:650px){.demos .section__title{font-size:2rem}}.demos .section__text{max-width:100%}.demos__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;grid-row-gap:3rem}@media(max-width:650px){.demos__grid{grid-template-columns:repeat(1,1fr)}.demos__grid .theme-card__about{min-height:30px;justify-content:center}}@media(max-width:950px){.banner{overflow:hidden;margin:0 -1.25rem;padding:0 1.25rem}}.banner__grid{display:flex;gap:2rem;align-items:center}@media(max-width:950px){.banner__grid{flex-direction:column;gap:3rem}}.banner__about{flex:auto}@media(max-width:650px){.banner__about{text-align:center}}.banner__about .section__title{font-size:2.5rem}@media(max-width:650px){.banner__about .section__title{font-size:2rem}}.banner__about .section__text{max-width:514px}.banner__about .section__buttons{flex-wrap:wrap}@media(max-width:650px){.banner__about .section__buttons{justify-content:center}.banner__about .section__buttons .button{padding:0;flex:auto}}.banner__about .section__buttons .button_border{gap:6px}.banner__about .section__buttons .button_border svg{width:22px;height:auto}.banner__pic{flex:none;width:49%;aspect-ratio:1;display:flex;align-items:center;justify-content:flex-end;background:#fff;border-radius:12px;overflow:hidden}@media(max-width:950px){.banner__pic{width:auto;aspect-ratio:auto;border-radius:0;background:none;margin:0 -3rem}}@media(max-width:650px){.banner__pic{margin:0 -1.25rem}}.banner__slider{width:100%}.banner__slider .scroll-banner{position:relative;overflow:hidden;width:100%;height:auto;--image-width:3013px;--scroll-speed:40s;padding:3rem 0;margin:-3rem 0}@media(max-width:650px){.banner__slider .scroll-banner{--image-width:1800px}}.banner__slider .scroll-banner__track{display:flex;width:calc(var(--image-width)*2);animation:scroll-x linear infinite;animation-duration:var(--scroll-speed);gap:1.5rem}.banner__slider .scroll-banner__track img{width:var(--image-width);height:auto;flex-shrink:0;-o-object-fit:cover;object-fit:cover;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.features .section__head{margin:0 0 2.5rem;max-width:420px}.features .section__title{font-size:2.5rem}@media(max-width:650px){.features .section__title{font-size:2rem}}.features .section__text{max-width:100%}.features__list{display:flex;flex-direction:column;gap:3.5rem}.features__item{border-top:1px solid var(--color-border);padding:1.5rem 0 0;gap:2rem;display:flex}@media(max-width:950px){.features__item{flex-wrap:wrap;grid-row-gap:1rem}}@media(max-width:650px){.features__item{display:grid;grid-template-columns:repeat(2,1fr)}}.features__column{flex:1;font-size:.875rem}@media(max-width:950px){.features__column:first-child{flex:none;min-width:100%}}@media(max-width:650px){.features__column:first-child{grid-column:1/-1}}.features__column strong{display:block;font-size:1rem;font-weight:600;margin:0 0 .25rem}.features__column ul{list-style:disc;margin:0 0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:2px}.features__label{font-size:1.125rem;font-weight:600;letter-spacing:-.01em}.built .section__head{margin:0 0 2.5rem;max-width:530px}.built .section__title{font-size:2.5rem}@media(max-width:650px){.built .section__title{font-size:2rem}}.built .section__text{max-width:480px}.built__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:950px){.built__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.built__grid{grid-template-columns:repeat(1,1fr);gap:1.25rem}}.built__card{padding:2rem;border-radius:12px;background:#fff}@media(max-width:650px){.built__card{padding:1.5rem}}.built__icon{margin:0 0 1rem}.built__label{font-size:1.125rem;margin:0 0 .5rem;font-family:var(--font-famil);font-weight:600}.built__desc{font-size:.875rem;color:var(--color-gray)}.doc__grid{display:flex;gap:2rem;align-items:center}@media(max-width:950px){.doc__grid{gap:3rem;flex-direction:column}}.doc__about{flex:auto}.doc__about .section__title{font-size:2.5rem}@media(max-width:650px){.doc__about .section__title{font-size:2rem}}.doc__about .section__text{max-width:100%}.doc__pic{flex:none;width:49%;aspect-ratio:1;display:flex;align-items:center;justify-content:flex-end;position:relative;overflow:hidden;border-radius:12px;box-shadow:inset 0 0 0 1px hsla(0,0%,54%,.1)}@media(max-width:950px){.doc__pic{width:100%;aspect-ratio:auto;padding:3rem 0 3rem 3rem}}@media(max-width:650px){.doc__pic{padding:2rem 0 2rem 2rem}}.doc__pic-main{position:relative;z-index:2}.doc__pic-main img{filter:drop-shadow(0 0 21px rgba(127,127,127,.1))}.doc__pic-bg{position:absolute;left:0;top:0;width:100%;height:100%}.doc__pic-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.final-theme{padding:var(--section-padding)}@media(max-width:950px){.final-theme{padding-top:6rem}}.final-theme .section__head{max-width:590px;margin-left:auto;margin-right:auto;text-align:center}.final-theme .section__title{color:#fff}@media(max-width:650px){.final-theme .section__title{font-size:2rem}}.final-theme .section__text{max-width:520px;margin-left:auto;margin-right:auto;color:#fff;opacity:.6}.final-theme .section__buttons{justify-content:center}@media(max-width:650px){.final-theme .section__buttons{margin:1.5rem auto 0}.final-theme .section__buttons .button{padding:0;flex:auto}}.final-theme .section__buttons .button_white-border{gap:6px}.final-theme .section__buttons .button_white-border svg{width:22px;height:auto;transform:none}.final-theme__slider img{filter:drop-shadow(0 0 40px rgba(127,127,127,.1))}.final-theme__slider .scroll-banner{position:relative;overflow:hidden;width:100%;height:auto;--image-width:3211px;--scroll-speed:40s;padding:3rem 0;margin:-3rem 0}@media(max-width:650px){.final-theme__slider .scroll-banner{--image-width:1800px}}.final-theme__slider .scroll-banner__track{display:flex;width:calc(var(--image-width)*2);animation:scroll-x linear infinite;animation-duration:var(--scroll-speed);gap:1.5rem}.final-theme__slider .scroll-banner__track img{width:var(--image-width);height:auto;flex-shrink:0;-o-object-fit:cover;object-fit:cover;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@keyframes scroll-x{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 1.5rem))}}*,:after,:before{margin:0;padding:0;box-sizing:border-box}img{max-width:100%;height:auto;display:block}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:400;font-size:inherit}button,input,textarea{font:inherit;color:inherit;background:none;border:none;outline:none}button:focus,input:focus,textarea:focus{outline:none}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/fonts/Inter-Thin.1ead6aeb.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:100;font-display:swap;src:url(/fonts/Inter-ThinItalic.7b90681b.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/fonts/Inter-ExtraLight.57dd1b3f.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:200;font-display:swap;src:url(/fonts/Inter-ExtraLightItalic.df5c5b9b.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/Inter-Light.8e9094d3.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:swap;src:url(/fonts/Inter-LightItalic.1dfcfb33.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/Inter-Regular.34ba43c9.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/Inter-Italic.41e5ab75.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/Inter-Medium.ea234620.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:swap;src:url(/fonts/Inter-MediumItalic.47873655.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/Inter-SemiBold.95439fb4.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:swap;src:url(/fonts/Inter-SemiBoldItalic.dcdec2a3.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/Inter-Bold.a1aac96e.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:swap;src:url(/fonts/Inter-BoldItalic.b8cc72bb.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/Inter-ExtraBold.6c7ae36f.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:swap;src:url(/fonts/Inter-ExtraBoldItalic.647298b6.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/fonts/Inter-Black.f3d7478a.woff2) format("woff2")}@font-face{font-family:Inter;font-style:italic;font-weight:900;font-display:swap;src:url(/fonts/Inter-BlackItalic.2754fe0d.woff2) format("woff2")}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Light.d3f699ab.woff2) format("woff2"),url(/fonts/Satoshi-Light.ce217c5d.woff) format("woff"),url(/fonts/Satoshi-Light.121b151d.ttf) format("truetype");font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-LightItalic.0d87c97a.woff2) format("woff2"),url(/fonts/Satoshi-LightItalic.51efbee6.woff) format("woff"),url(/fonts/Satoshi-LightItalic.58b0e971.ttf) format("truetype");font-weight:300;font-display:swap;font-style:italic}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Regular.b1dca2a5.woff2) format("woff2"),url(/fonts/Satoshi-Regular.bb2accee.woff) format("woff"),url(/fonts/Satoshi-Regular.a12eb4fb.ttf) format("truetype");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Italic.3eb4bb53.woff2) format("woff2"),url(/fonts/Satoshi-Italic.43440d31.woff) format("woff"),url(/fonts/Satoshi-Italic.84cd9c1d.ttf) format("truetype");font-weight:400;font-display:swap;font-style:italic}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Medium.22539d17.woff2) format("woff2"),url(/fonts/Satoshi-Medium.f3941e68.woff) format("woff"),url(/fonts/Satoshi-Medium.8217b72e.ttf) format("truetype");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-MediumItalic.17afee50.woff2) format("woff2"),url(/fonts/Satoshi-MediumItalic.5450477c.woff) format("woff"),url(/fonts/Satoshi-MediumItalic.14c46485.ttf) format("truetype");font-weight:500;font-display:swap;font-style:italic}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Bold.12084922.woff2) format("woff2"),url(/fonts/Satoshi-Bold.b28a04c4.woff) format("woff"),url(/fonts/Satoshi-Bold.c60efc8f.ttf) format("truetype");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-BoldItalic.e51fcc53.woff2) format("woff2"),url(/fonts/Satoshi-BoldItalic.b59cf06f.woff) format("woff"),url(/fonts/Satoshi-BoldItalic.c1d97e57.ttf) format("truetype");font-weight:700;font-display:swap;font-style:italic}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Black.c6d20a6b.woff2) format("woff2"),url(/fonts/Satoshi-Black.28873509.woff) format("woff"),url(/fonts/Satoshi-Black.12d5a2e3.ttf) format("truetype");font-weight:900;font-display:swap;font-style:normal}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-BlackItalic.5400951d.woff2) format("woff2"),url(/fonts/Satoshi-BlackItalic.22c3e8d9.woff) format("woff"),url(/fonts/Satoshi-BlackItalic.33bc16b8.ttf) format("truetype");font-weight:900;font-display:swap;font-style:italic}:root{--font-family:"Inter",sans-serif;--font-secondary:"Satoshi",sans-serif;--color-main-bg:#fff;--color-main:#1b1c1e;--color-gray:#737373;--color-gray-light:#949494;--color-accent:#000;--color-accent-light:#f0f3f6;--color-border:#dfded8;--container-width:1288px;--section-padding:7.5rem 0;--transition:.3s ease-out}@media(max-width:950px){:root{--section-padding:4rem 0}}h1,h2,h3,h4,h5{line-height:1.15;letter-spacing:-.03em;margin:0;padding:0;font-family:var(--font-secondary)}.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:var(--color-accent);font-weight:500;font-family:var(--font-family);color:#fff;gap:.5rem;display:flex;align-items:center;justify-content:center;height:3rem;padding:0 1.75rem;border-radius:12px}.button,.button svg{transition:var(--transition)}.button span{padding-left:.5rem;position:relative}.button span:before{background:#fff;opacity:.3;content:"";position:absolute;left:0;width:1px;top:50%;transform:translateY(-50%);height:16px}.button_white{background:#fff;color:#000}.button_white span:before{background:var(--color-accent)}.button_border{border:1px solid #000;color:#000;background:none}.button_white-border{border:1px solid hsla(0,0%,100%,.3);color:#fff;background:none}.button:hover{background:#313131}.button:hover svg{transform:translateX(3px)}.button_white:hover{background:#f9f9f9}.button_white-border:hover{border:1px solid hsla(0,0%,100%,.6);background:none}.button_border:hover{background:none;border-color:#999}.button_border:hover svg{transform:none}.input-text{font-family:var(--font-family);box-sizing:border-box;width:100%;background:#f5f5f5;border:1px solid var(--color-border);transition:var(--transition);height:3rem;border-radius:12px;padding:0 1rem;font-weight:500;color:var(--color-main);outline:none;box-shadow:none}.input-text::-moz-placeholder{color:#b2b2b2}.input-text::placeholder{color:#b2b2b2}.input-text:focus{border-color:var(--color-accent)}select.input-text{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExIDUgNyA5IDMgNSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);background-repeat:no-repeat;background-position:calc(100% - 1rem) 50%;font-size:1rem}textarea.input-text{height:138px;resize:none;padding:.75rem 1rem}.sh-form .just-validate-error-label{font-size:.75rem;margin-top:.25rem}.sh-form .sh-from-message{color:#b81111;text-align:center;margin:.25rem 0 0;font-size:.875rem}.sh-form .sh-from-message_success{color:#41b811}.sh-form .sh-form-loader{display:none;height:20px;width:20px;color:hsla(0,0%,100%,.15);position:relative;border:5px solid;border-radius:50%;border-right-color:#fff;animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.sh-form.loading .button{opacity:.6;pointer-events:none}.sh-form.loading .button svg{display:none}.sh-form.loading .sh-form-loader{display:block}.sh-form__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.25rem}.sh-form_help .sh-form__grid{grid-template-columns:repeat(3,1fr)}@media(max-width:650px){.sh-form_help .sh-form__grid{grid-template-columns:repeat(1,1fr)}}.sh-form__inner{grid-column:1/-1;display:flex;gap:1.25rem}@media(max-width:650px){.sh-form__inner{flex-direction:column}}.sh-form__inner .sh-form__field{flex:1}@media(max-width:650px){.sh-form__inner .sh-form__field{flex:initial}}.sh-form__field_full{grid-column:1/-1}.sh-form__field label{display:block;font-size:.875rem;margin:0 0 6px}.sh-form__field small{display:block;font-size:.75rem;margin:-6px 0 6px;color:var(--color-gray)}.sh-form__note{color:var(--color-gray);padding:1.5rem 0 1.25rem;max-width:580px;font-size:.875rem}@media(max-width:650px){.sh-form__note{font-size:.75rem}}.sh-form__file .sh-form__file-label{padding:2.5rem 1.5rem;display:flex;flex-direction:column;text-align:center;border:1px dashed var(--color-border);border-radius:4px;cursor:pointer;align-items:center;justify-content:center;gap:6px;transition:var(--transition)}.sh-form__file .sh-form__file-label:hover{background:var(--color-accent-light)}.sh-form__file .sh-form__file-label .input-file-text{font-size:1.125rem;font-weight:600;transition:var(--transition)}@media(max-width:650px){.sh-form__file .sh-form__file-label .input-file-text{font-size:1rem}}.sh-form__file .sh-form__file-label .input-file-accept{font-size:.875rem;color:var(--color-gray)}@media(max-width:650px){.sh-form__file .sh-form__file-label .input-file-accept{font-size:.75rem}}.sh-form__file:hover .sh-form__file-label .input-file-text{color:var(--color-accent)}.sh-form__submit{width:100%}.sh-form_help .sh-form__submit{width:auto}@media(max-width:650px){.sh-form_help .sh-form__submit{width:100%}}.sh-form__checkboxes{margin:1.25rem 0;display:flex;flex-direction:column;gap:10px}.sh-form_help .sh-form__checkboxes{max-width:420px}.sh-form-checkbox input{display:none}.sh-form-checkbox input+label{display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-left:1.75rem;font-weight:500;color:var(--color-main);font-size:.75rem;cursor:pointer;min-height:1.25rem;padding-top:2px}.sh-form-checkbox input+label:before{cursor:pointer;border-radius:6px;border:1px solid var(--color-border)}.sh-form-checkbox input+label:after,.sh-form-checkbox input+label:before{content:"";left:0;top:50%;transform:translateY(-50%);position:absolute;width:1.125rem;height:1.125rem;transition:var(--transition)}.sh-form-checkbox input+label:after{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNC44MzMgNC4xNjcgOC41QzUgNS41IDcuMTMzIDIuNiA5IDEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat 50% 50%;z-index:2;opacity:0;pointer-events:none}.sh-form-checkbox input+label a{color:var(--color-main);border-bottom:1px solid rgba(30,30,30,.4);text-decoration:none}.sh-form-checkbox input+label a:hover{color:var(--color-accent);border-color:var(--color-accent-light)}.sh-form-checkbox input:checked+label:before{background:var(--color-accent);border-color:var(--color-accent)}.sh-form-checkbox input:checked+label:after{opacity:1}.subs{margin:0 0 2rem;display:flex;align-items:center;font-size:.875rem;letter-spacing:-.42px;color:rgba(37,45,61,.5)}.subs__links{position:relative;display:block;margin:0 8px 0 0;padding:0 11px 0 0;color:var(--color-main)}.subs__links:hover{opacity:.7}.subs__links:after{content:"";top:50%;transform:translateY(-50%);margin-top:-1px;right:0;background:var(--color-main);width:3px;height:3px;border-radius:50%;position:absolute}.fadeIn{opacity:0;transition:var(--transition)}.fadeIn:nth-child(2){transition-delay:.1s}.fadeIn:nth-child(3){transition-delay:.2s}.fadeIn:nth-child(4){transition-delay:.3s}.fadeIn:nth-child(5){transition-delay:.4s}.fadeIn:nth-child(6){transition-delay:.5s}.fadeIn:nth-child(7){transition-delay:.6s}.fadeIn:nth-child(8){transition-delay:.7s}.fadeIn:nth-child(9){transition-delay:.8s}.fadeIn_active{opacity:1}html{font-size:16px}body,html{height:100%}body{font-size:1rem;font-family:var(--font-family);line-height:1.5;font-weight:500;letter-spacing:-.01em;background:#f5f5f5;color:var(--color-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-display:swap}body:has(.themes-page,.page,.sh-documentation-theme){background:#fff}a{color:inherit;text-decoration:none;transition:var(--transition)}.wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%;justify-content:space-between}.content{flex:auto}.content:has(.contacts-page){background:url(/img/contacts-bg.d7969d6b.webp) no-repeat 50% 100%;background-size:cover}.content:not(:has(.hero,.mega-hero)){padding:8.125rem 0 7.5rem}@media(max-width:550px){.content:not(:has(.hero,.mega-hero)){padding:7rem 0 4rem}}.max-width{padding:0 3rem;max-width:var(--container-width);margin:0 auto}@media(max-width:550px){.max-width{padding:0 1.25rem}}.section{padding:var(--section-padding)}.section_no-padding{padding:0}.section_no-padding-bottom{padding-bottom:0}.section_big-padding-bottom{padding-bottom:10.625rem}.section_no-padding-top{padding-top:0}.section_blue{background:var(--color-accent-light)}.section_white{background:#fff}.section_dark{background:url(/img/section-dark-bg.6fc015df.webp) no-repeat 50% 100%;background-size:cover}.section__about{max-width:550px}.section__head_row .section__about{max-width:100%}.section__head{margin:0 0 4rem;max-width:630px}@media(max-width:650px){.section__head{margin:0 0 2.5rem}}.section__head_row{max-width:100%;display:flex;justify-content:space-between}@media(max-width:950px){.section__head_row{flex-direction:column}}.section__head_middle{text-align:center;margin-left:auto;margin-right:auto}.section__title{font-weight:900;font-size:3.375rem;opacity:0}@media(max-width:650px){.section__title{font-size:2.5rem}}.section__title em{display:block;font-style:normal;opacity:0;transform:translateY(10px);transition:var(--transition)}@media(max-width:650px){.section__title em{display:inline;opacity:1;transform:none;margin-right:4px}}.section__title br{display:none}.section__title_show{opacity:1}.section__title_show em{opacity:1;transform:none}.section__title_show em:first-child{transition-delay:.2s}.section__title_show em:nth-child(3){transition-delay:.4s}.section__text{margin-top:1rem;max-width:454px;color:var(--color-gray)}.section__head_middle .section__text{margin-left:auto;margin-right:auto}.section__head_row .section__text{max-width:100%}.section__buttons{display:flex;gap:.5rem;margin-top:1.75rem}.section__head_row .section__buttons{margin-top:0}@media(max-width:950px){.section__head_row .section__buttons{margin-top:1.75rem}}.section__head_middle .section__buttons{justify-content:center}.page{max-width:800px;margin:0 auto}.page .section__title{font-size:4rem;font-weight:900;margin:0 0 2rem}@media(max-width:950px){.page .section__title{font-size:3.5rem}}@media(max-width:650px){.page .section__title{margin:0 0 1rem;font-size:2.5rem}}.page__date{margin:0 0 3.5rem;color:var(--color-gray)}@media(max-width:650px){.page__date{font-size:.875rem}}.page__content p{margin:1.25rem 0;color:var(--color-gray)}.page__content h2{margin:2.5rem 0 1rem;font-size:2.5rem;font-weight:900}@media(max-width:650px){.page__content h2{margin:2rem 0 1rem;font-size:1.75rem}}.page__content h3{margin:2rem 0 .5rem;font-size:1.875rem;font-weight:900}@media(max-width:650px){.page__content h3{margin:1rem 0 1.125rem;font-size:1.25rem}}.page__content ul{list-style:none;padding:0;margin:0 0 0 6px}.page__content ul li{position:relative;padding-left:14px;color:var(--color-gray)}.page__content ul li:not(:last-child){margin:0 0 .875rem}.page__content ul li:before{content:"";top:9px;left:0;background:var(--color-main);width:4px;height:4px;border-radius:50%;position:absolute}.page__content em,.page__content i{font-style:italic}.page__content a{text-decoration:underline;color:var(--color-main)}.page__content a:hover{color:var(--color-accent)}.page__content blockquote{position:relative;margin:0 0 2rem;padding-left:2rem;line-height:1.45;color:var(--color-gray)}.page__content blockquote:before{content:"";width:2px;height:100%;position:absolute;top:0;left:0;background-color:var(--color-border)}