.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{display:flex;align-items:center;height:4.625rem;justify-content:space-between}.header__logo{position:relative;z-index:10}.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{color:var(--color-accent)}@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}.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{color:var(--color-accent)}.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:#0d6ef1}.footer__top:hover svg{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-508cf6f0]{background:#f5f5f5;padding:14.75rem 0 19rem;position:relative}@media(max-width:1600px){.hero[data-v-508cf6f0]{padding:11.75rem 0 16rem}}@media(max-width:1200px){.hero[data-v-508cf6f0]{padding:11rem 0 8rem}}@media(max-width:950px){.hero[data-v-508cf6f0]{padding:9rem 0 4rem}}@media(max-width:650px){.hero[data-v-508cf6f0]{padding:7.5rem 0 4rem}}.hero__block[data-v-508cf6f0]{position:relative;z-index:2}.hero__block .section__head[data-v-508cf6f0]{margin:0;max-width:550px}@media(max-width:1600px){.hero__block .section__head[data-v-508cf6f0]{max-width:480px}}@media(max-width:950px){.hero__block .section__head[data-v-508cf6f0]{max-width:none;text-align:center}}.hero__block .section__title[data-v-508cf6f0]{font-size:4rem}@media(max-width:1600px){.hero__block .section__title[data-v-508cf6f0]{font-size:3.5rem}}@media(max-width:950px){.hero__block .section__title[data-v-508cf6f0]{margin-left:auto;margin-right:auto}}@media(max-width:650px){.hero__block .section__title[data-v-508cf6f0]{font-size:3rem}}.hero__block .section__text[data-v-508cf6f0]{max-width:550px}@media(max-width:1600px){.hero__block .section__text[data-v-508cf6f0]{max-width:420px}}@media(max-width:950px){.hero__block .section__text[data-v-508cf6f0]{margin-left:auto;margin-right:auto}.hero__block .section__buttons[data-v-508cf6f0]{justify-content:center}}.hero__shopify[data-v-508cf6f0]{display:flex;align-items:center;gap:.5rem;margin:0 0 2rem}@media(max-width:950px){.hero__shopify[data-v-508cf6f0]{justify-content:center}}.hero__pic[data-v-508cf6f0]{right:0;top:50%;transform:translateY(-50%);pointer-events:none;z-index:2;position:absolute;padding-left:50%}.hero__pic img[data-v-508cf6f0]{width:100%}.hero__pic img[data-v-508cf6f0]:last-child{display:none}@media(max-width:1600px){.hero__pic[data-v-508cf6f0]{padding-left:40%}}@media(max-width:1200px){.hero__pic[data-v-508cf6f0]{padding-left:50%}}@media(max-width:950px){.hero__pic[data-v-508cf6f0]{padding:0;transform:none;display:flex;justify-content:center;position:relative;top:0;margin:3rem 0 0}.hero__pic img[data-v-508cf6f0]{display:none}.hero__pic img[data-v-508cf6f0]:last-child{display:block}}.hero__bg[data-v-508cf6f0]{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1}.hero__bg img[data-v-508cf6f0]{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,UklGRgYdAABXRUJQVlA4WAoAAAAQAAAA6QQA8wMAQUxQSMICAAABHLVt2zDS/3c7bc4QERNA0VXwDSXfWRZXtW3Vyo5AhBOJBhLhNoAG0uDaQBsQgQhEOBGO78f/GsOImACGsG0F+ggfMYQQQsgkhBBCCOFj7ASwcyIi9Xkqx/PyYNc1jtn067SNwNhZ7BeperDsbl+rHjxbv2MzkHbZFw4eUOv5oxpgWz+ogbb1rRxwe3jDnG7cXq3A2/miBuC2JxaE6+lhR5xokiwY15NUICc2aVLOkAXmpsw5pXNOH5xzWZyzgnMddP7+5z//+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//5z3/+85///Oc///nPf/7zn//85z//+c9//v/9z/9fp4PO4px75pzdOacXzsmJc0yDcqa0UU6RkkOOSWqMs0tScsSxBzXCaXo++WbppTnduL1SoZusdxvbNL3fyKbp0+xU40Wf22KaY/pqA5oa8W07wUyNjAcrk2N2z3i13MeCl7prtoxvVlA4IB4aAABwVQGdASrqBPQDPlEolEcjoqIhIBM4AHAKCWlu4VhfD/+5+//cMxbv///vtgwh////6NRf/sJ1e//9lblyjL1cBgdAv/+xxYT/nsjbbyfhANsBuAN4A3jPyQNX5AGJOrcFku14uTkPf3UcoiLFych8FqEF2lQLJdrxcnIe/FhBdIKAQU+ngwFx+y2V5TS0UGs7duUp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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}@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{color:var(--color-accent)}.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__scroller{display:flex;gap:2rem;will-change:transform;overflow:hidden;padding:2.5rem 0;margin:-2.5rem 0}@media(max-width:950px){.final__scroller{gap:1rem}}.final__scroller img{filter:drop-shadow(0 0 40px rgba(127,127,127,.1))}@media(max-width:950px){.final__scroller img{height:200px}}@media(max-width:650px){.final__scroller img{height:140px}}.final__list{flex-shrink:0;display:flex;justify-content:space-around;min-width:100%;gap:2rem;animation:floatScroller 250s linear infinite}@media(max-width:950px){.final__list{gap:1rem}}@media(max-width:650px){.final__list{animation:floatScroller 80s linear infinite}.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)}.mega-hero{background:url(/img/hero-bg.dd52a9c7.webp) no-repeat 50% 100%;background-size:cover;padding:8.75rem 0 0}@media(max-width:650px){.mega-hero{padding:7rem 0 0}}.mega-hero__grid{display:flex;justify-content:space-between;gap:3rem}@media(max-width:1200px){.mega-hero__grid{flex-direction:column;gap:2.5rem;align-items:center}}.mega-hero__about{padding-top:1.75rem;max-width:456px;flex:none}@media(max-width:1200px){.mega-hero__about{padding:0;max-width:580px;text-align:center}}.mega-hero__about .section__buttons{flex-wrap:wrap}@media(max-width:1200px){.mega-hero__about .section__buttons{justify-content:center}}@media(max-width:650px){.mega-hero__about .section__buttons .button{padding:0;flex:auto}}.mega-hero__about .section__buttons .button_border{gap:6px}.mega-hero__about .section__buttons .button_border svg{width:22px;height:auto}.mega-hero__pic img{filter:drop-shadow(0 0 29px rgba(127,127,127,.1))}.mega-demos .section__head{margin:0 0 2.5rem;max-width:480px}.mega-demos .section__title{font-size:2.5rem}@media(max-width:650px){.mega-demos .section__title{font-size:2rem}}.mega-demos .section__text{max-width:100%}.mega-demos__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;grid-row-gap:3rem}@media(max-width:650px){.mega-demos__grid{grid-template-columns:repeat(1,1fr)}.mega-demos__grid .theme-card__about{min-height:30px;justify-content:center}}.mega-banner__grid{display:flex;gap:2rem;align-items:center}@media(max-width:950px){.mega-banner__grid{flex-direction:column;gap:3rem}}.mega-banner__about{flex:auto}@media(max-width:650px){.mega-banner__about{text-align:center}}.mega-banner__about .section__title{font-size:2.5rem}@media(max-width:650px){.mega-banner__about .section__title{font-size:2rem}}.mega-banner__about .section__text{max-width:100%}.mega-banner__about .section__buttons{flex-wrap:wrap}@media(max-width:650px){.mega-banner__about .section__buttons{justify-content:center}.mega-banner__about .section__buttons .button{padding:0;flex:auto}}.mega-banner__about .section__buttons .button_border{gap:6px}.mega-banner__about .section__buttons .button_border svg{width:22px;height:auto}.mega-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){.mega-banner__pic{width:auto;aspect-ratio:auto;border-radius:0;background:none;margin:0 -3rem}}@media(max-width:650px){.mega-banner__pic{margin:0 -1.25rem}}.mega-banner__scroller{display:flex;gap:2rem;will-change:transform;overflow:hidden;padding:2.5rem 0;margin:-2.5rem 0}@media(max-width:950px){.mega-banner__scroller{gap:1rem}}.mega-banner__scroller img{filter:drop-shadow(0 0 40px rgba(127,127,127,.1))}@media(max-width:950px){.mega-banner__scroller img{height:200px}}@media(max-width:650px){.mega-banner__scroller img{height:140px}}.mega-banner__list{flex-shrink:0;display:flex;justify-content:space-around;min-width:100%;gap:2rem;animation:floatScroller 250s linear infinite}@media(max-width:950px){.mega-banner__list{gap:1rem}}@media(max-width:650px){.mega-banner__list{animation:floatScroller 80s linear infinite}}.mega-features .section__head{margin:0 0 2.5rem;max-width:420px}.mega-features .section__title{font-size:2.5rem}@media(max-width:650px){.mega-features .section__title{font-size:2rem}}.mega-features .section__text{max-width:100%}.mega-features__list{display:flex;flex-direction:column;gap:3.5rem}.mega-features__item{border-top:1px solid var(--color-border);padding:1.5rem 0 0;gap:2rem;display:flex}@media(max-width:950px){.mega-features__item{flex-wrap:wrap;grid-row-gap:1rem}}@media(max-width:650px){.mega-features__item{display:grid;grid-template-columns:repeat(2,1fr)}}.mega-features__column{flex:1;font-size:.875rem}@media(max-width:950px){.mega-features__column:first-child{flex:none;min-width:100%}}@media(max-width:650px){.mega-features__column:first-child{grid-column:1/-1}}.mega-features__column strong{display:block;font-size:1rem;font-weight:600;margin:0 0 .25rem}.mega-features__column ul{list-style:disc;margin:0 0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:2px}.mega-features__label{font-size:1.125rem;font-weight:600;letter-spacing:-.01em}.mega-built .section__head{margin:0 0 2.5rem;max-width:530px}.mega-built .section__title{font-size:2.5rem}@media(max-width:650px){.mega-built .section__title{font-size:2rem}}.mega-built .section__text{max-width:480px}.mega-built__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:950px){.mega-built__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.mega-built__grid{grid-template-columns:repeat(1,1fr);gap:1.25rem}}.mega-built__card{padding:2rem;border-radius:12px;background:#fff}@media(max-width:650px){.mega-built__card{padding:1.5rem}}.mega-built__icon{margin:0 0 1rem}.mega-built__label{font-size:1.125rem;margin:0 0 .5rem;font-family:var(--font-famil);font-weight:600}.mega-built__desc{font-size:.875rem;color:var(--color-gray)}.mega-doc__grid{display:flex;gap:2rem;align-items:center}@media(max-width:950px){.mega-doc__grid{gap:3rem;flex-direction:column}}.mega-doc__about{flex:auto}.mega-doc__about .section__title{font-size:2.5rem}@media(max-width:650px){.mega-doc__about .section__title{font-size:2rem}}.mega-doc__about .section__text{max-width:100%}.mega-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){.mega-doc__pic{width:100%;aspect-ratio:auto;padding:3rem 0 3rem 3rem}}@media(max-width:650px){.mega-doc__pic{padding:2rem 0 2rem 2rem}}.mega-doc__pic-main{position:relative;z-index:2}.mega-doc__pic-main img{filter:drop-shadow(0 0 21px rgba(127,127,127,.1))}.mega-doc__pic-bg{position:absolute;left:0;top:0;width:100%;height:100%}.mega-doc__pic-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mega-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){.mega-final{padding-top:6rem}}.mega-final .section__head{max-width:590px;margin-left:auto;margin-right:auto;text-align:center}@media(max-width:650px){.mega-final .section__title{font-size:2rem}}.mega-final .section__text{max-width:520px;margin-left:auto;margin-right:auto}.mega-final .section__buttons{justify-content:center}@media(max-width:650px){.mega-final .section__buttons{margin:1.5rem auto 0}.mega-final .section__buttons .button{padding:0;flex:auto}}.mega-final .section__buttons .button_border{gap:6px}.mega-final .section__buttons .button_border svg{width:22px;height:auto}.mega-final__scroller{display:flex;gap:2rem;will-change:transform;overflow:hidden;padding:2.5rem 0;margin:-2.5rem 0}@media(max-width:950px){.mega-final__scroller{gap:1rem}}.mega-final__scroller img{filter:drop-shadow(0 0 40px rgba(127,127,127,.1))}@media(max-width:950px){.mega-final__scroller img{height:200px}}@media(max-width:650px){.mega-final__scroller img{height:140px}}.mega-final__list{flex-shrink:0;display:flex;justify-content:space-around;min-width:100%;gap:2rem;animation:floatScroller 250s linear infinite}@media(max-width:950px){.mega-final__list{gap:1rem}}@media(max-width:650px){.mega-final__list{animation:floatScroller 80s linear infinite}}@keyframes floatScroller{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - 2rem))}}*,: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:#1477ff;--color-accent-light:#e6effe;--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_border{border:1px solid var(--color-border);color:var(--color-main);background:none}.button:hover{background:#0d6ef1}.button:hover svg{transform:translateX(3px)}.button_border:hover{background:none;border-color:#666}.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{color:var(--color-accent)}.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_no-padding-top{padding-top:0}.section_blue{background:#e6effe}.section_white{background:#fff}.section__about{max-width:550px}.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)}