@layer base,component,mod;:root{--color-accent: #b4006e;--color-accent--rgb: 180, 0, 110;--color-primary: #fff;--color-primary--rgb: 255, 255, 255;--color-secondary: #1b1918;--color-secondary--rgb: 27, 25, 24;--color-title: #fff;--color-title--rgb: 255, 255, 255;--color-title-secondary: #adadad;--color-title-secondary--rgb: 173, 173, 173;--color-text: #bda0c2;--color-text--rgb: 189, 160, 194;--color-text-secondary: #76567b;--color-text-secondary--rgb: 118, 86, 123;--color-text-tertiary: #c2bac3;--color-text-tertiary--rgb: 194, 186, 195;
--color-bg: #360c3e;
--color-bg--rgb: 35, 8, 40;--color-bg-secondary: #2b132f;--color-bg-secondary--rgb: 43, 19, 47;--color-bg-tertiary: #130415;--color-bg-tertiary--rgb: 19, 4, 21;--color-bg-alt: #adadad;--color-bg-alt--rgb: 173, 173, 173;--color-success: #259243;--color-success--rgb: 37, 146, 67;--color-error: #f00;--color-error--rgb: 255, 0, 0;--font-primary: "inter", sans-serif, -apple-system, blinkmacsystemfont, roboto, ubuntu, "Droid Sans", "Helvetica Neue", arial, sans-serif, "Apple Color Emoji";--font-size-default: rem(14);--spacing: 100px;--index-1: 100;--index-2: 200;--index-3: 1100;--index-4: 1200}@layer base{*{margin:0;padding:0;border:0}*,*:before,*:after{box-sizing:border-box}*:before,*:after{display:inline-block}html,body{min-width:360px;height:100%;scroll-behavior:smooth;-webkit-tap-highlight-color:rgba(0,0,0,0);scrollbar-gutter:stable}body{color:var(--color-primary);font-size:var(--font-size-default);font-family:var(--font-primary);line-height:1;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:5px}::-webkit-scrollbar-track{background:var(--color-scroll-bg)}::-webkit-scrollbar-thumb{background:var(--color-alt);border-radius:10px}::selection{color:var(--color-primary);background:var(--color-bg)}input,button,textarea{font-size:inherit;font-family:var(--font-primary);line-height:inherit}button{color:inherit;font-family:var(--font-primary);background-color:transparent;outline:0;cursor:pointer}div[class*=__text] p:only-of-type,div[class*=__text] p:last-of-type,div[class*=__details] p:only-of-type,div[class*=__details] p:last-of-type,div[class*=__note] p:only-of-type,div[class*=__note] p:last-of-type{margin:0}[class*=image] img{width:100%;object-fit:cover;object-position:center}a{display:inline-block;color:var(--color-text);color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}address,cite{font-style:normal}fieldset,dl,dd{margin:0;padding:0}fieldset{border:none}}@font-face{font-weight:300;font-family:inter;font-style:normal;src:url(/fonts/inter-300.woff2) format("woff2"),url(/fonts/inter-300.woff) format("woff");font-display:swap}@font-face{font-weight:400;font-family:inter;font-style:normal;src:url(/fonts/inter-400.woff2) format("woff2"),url(/fonts/inter-400.woff) format("woff");font-display:swap}@font-face{font-weight:600;font-family:inter;font-style:normal;src:url(/fonts/inter-600.woff2) format("woff2"),url(/fonts/inter-600.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-family:inter;font-style:normal;src:url(/fonts/inter-700.woff2) format("woff2"),url(/fonts/inter-700.woff) format("woff");font-display:swap}@font-face{font-weight:800;font-family:inter;font-style:normal;src:url(/fonts/inter-800.woff2) format("woff2"),url(/fonts/inter-800.woff) format("woff");font-display:swap}.header{z-index:var(--index-2);position:fixed;top:0;left:0;width:100%;background-color:var(--color-bg-secondary);display:flex}.header__container{flex:auto;display:flex}.icon--footer-eye{display:block;--icon__width: 32px;--icon__height: 32px;--icon__transition: background-color .3s}.icon--footer-eye:after{background-color:var(--color-primary)}.footer{background-color:var(--color-bg-tertiary)}.footer__container{display:flex;align-items:center;flex-wrap:wrap}.footer__info{display:flex;flex-direction:column}.footer__logo{width:12.875rem;height:1.125rem}.footer__logo svg{width:100%;height:100%}.footer__copyright{color:var(--color-text-tertiary);font-size:.8125rem;line-height:115%}.footer__images{flex-grow:1;margin-right:auto;gap:1.625rem;flex-wrap:wrap;display:flex;align-items:center}.footer__img{max-width:7.25rem;min-width:7.25rem;height:2.75rem;background-color:#443446}.footer__btns{gap:2.875rem;display:flex;align-items:center;justify-content:space-between}.footer__btn{width:15.9375rem}@layer component{.btn{display:inline-flex;justify-content:center;align-items:center;text-align:center;border-radius:4.25rem;font-weight:700;transition:background-color .3s,color .3s}}@layer mod{.btn--accent{border:1px solid var(--color-accent);color:var(--color-accent)}.btn--neutral{border:1px solid var(--color-primary);color:var(--color-primary)}}@layer size{.btn--md{font-size:.875rem;padding:.9375rem 1.25rem}}.wrapper{display:flex;flex-direction:column;min-height:100%;overflow:hidden}@supports (overflow: clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}.title--lg{line-height:115%;font-weight:700}.title--md{line-height:120%;font-weight:800}.title--sm{font-size:.875rem;line-height:160%;font-weight:700}.title--primary{color:var(--color-title)}.title--secondary{color:var(--color-title-secondary)}.text{font-weight:600}.text--lg{line-height:167%}.text--md{line-height:200%}.text--primary{color:var(--color-text)}.text--secondary{color:var(--color-text-secondary)}.icon{--icon__scale: 1;position:relative;flex:none;width:var(--icon__width, 100%);height:var(--icon__height, 100%);line-height:1;transition:var(--icon__transition)}.icon:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--icon__image);-webkit-mask-image:var(--icon__mask);mask-image:var(--icon__mask);background-size:calc(100% / var(--icon__scale)) calc(100% / var(--icon__scale));-webkit-mask-size:calc(100% / var(--icon__scale)) calc(100% / var(--icon__scale));mask-size:calc(100% / var(--icon__scale)) calc(100% / var(--icon__scale));transition:var(--icon__transition);transform:scale(var(--icon__scale));transform-origin:center;border-radius:inherit;pointer-events:none}.icon--home-arrow{--icon__width: 95px;--icon__height: 60px;--icon__transition: transform .3s}.icon--home-arrow:after{background-color:var(--color-primary)}.home-page-hero{height:100vh;position:relative;background-image:url(../img/home-page-hero.webp);background-position:center bottom;background-size:cover;background-repeat:no-repeat;padding-bottom:1.125rem;display:flex}.home-page-hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,.42) 0%,rgba(102,102,102,.42) 100%)}.home-page-hero__container{flex:auto;z-index:1;position:relative;display:flex;flex-direction:column}.home-page-hero__logo{align-self:center;height:3.4375rem}.home-page-hero__logo svg{width:100%;height:100%}.home-page-hero__info{max-width:30.6875rem;display:flex;flex-direction:column}.home-page-hero__btn{width:100%}.home-page-hero__link{align-self:center;width:9.875rem;height:8.875rem;display:flex;align-items:center;justify-content:center}.home-page-hero__link .icon--home-arrow{animation:moveArrow 2s infinite}@keyframes moveArrow{0%,to{transform:translateY(0)}25%{transform:translateY(20px);animation-timing-function:ease-in}50%,75%{transform:translateY(0);animation-timing-function:ease-out}}.payment{background-color:var(--color-bg-secondary)}.payment__container{display:flex;justify-content:center}.payment__body{width:100%;max-width:57.1875rem;gap:1.875rem;display:flex;justify-content:space-between;flex-wrap:wrap}.payment__left,.payment__right{align-self:center;flex-grow:1;display:flex;flex-direction:column}.payment__left{flex-basis:calc(60% - 1.875rem);gap:.3125rem}.payment__right{gap:.75rem;align-items:center}.payment__text{font-size:.875rem;line-height:115%;font-weight:700;color:var(--color-text-secondary)}.noncopyable-keys-hero__body{gap:1.875rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.noncopyable-keys-hero__img{flex-basis:calc(41% - 1.875rem);flex-grow:1}.noncopyable-keys-hero__text{flex-basis:calc(59% - 1.875rem);flex-grow:1;gap:1.375rem;display:flex;flex-direction:column}.noncopyable-keys-hero-img{display:flex;align-items:center;justify-content:center}.noncopyable-keys-hero-img__rect{display:flex;align-items:center;justify-content:center;border-radius:1.5rem;box-shadow:0 4px 91px 26px #00000040;background:linear-gradient(180deg,#420878 0%,#450c34 100%)}.noncopyable-keys-hero-img img{position:relative;top:-1.375rem;height:23.25rem;object-fit:contain}.tubes-hero{padding-top:6.5625rem}.tubes-hero__body{gap:1.875rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.tubes-hero__text{flex-basis:calc(52% - 1.875rem);flex-grow:1;display:flex;flex-direction:column}.tubes-hero__img{flex-grow:1;background-image:url(../img/icons/ellipse.svg);background-size:31.25rem;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.tubes-hero__img img{position:relative;object-fit:contain}.camera-hero{padding-bottom:3.75rem}.camera-hero__body{display:flex;justify-content:space-between}.camera-hero__img{min-width:30.5625rem;flex-grow:1;background-image:url(../img/icons/ellipse.svg);background-size:34.375rem;background-position:center;background-repeat:no-repeat}.camera-hero__img img{object-fit:contain}.camera-hero__text{display:flex;flex-direction:column}.app-hero__body{display:flex}.app-hero__img{max-width:15.9375rem;flex-grow:1}.app-hero__img img{width:15.9375rem;height:14.5rem;object-fit:contain}.app-hero__text{max-width:40rem;display:flex;flex-direction:column}.app-hero__list{padding-left:1.875rem;display:flex;flex-direction:column}.icon--about-check{--icon__width: 28px;--icon__height: 28px}.icon--about-check:after{background-color:var(--color-text)}.home-page-about{padding-bottom:3.75rem}.home-page-about__container{gap:1.875rem;display:flex;justify-content:space-between}.home-page-about__info{display:flex;flex-direction:column}.home-page-about__list{gap:1.4375rem;display:flex;flex-direction:column}.home-page-about__item{gap:1.3125rem;display:flex;align-items:start}.home-page-about__check{margin-top:.375rem}.home-page-about-img{width:37.0625rem;position:relative;background-image:url(../img/icons/ellipse.svg);background-size:110%;background-position:center 0;background-repeat:no-repeat;display:flex;align-items:end}.home-page-about-img__picture img{width:37.0625rem;height:38.9375rem;object-fit:contain}body{background-color:var(--color-bg)}.lock body{overflow:hidden;touch-action:none;overscroll-behavior:none}@layer base{[class*=__container]{--pad: 50px;box-sizing:border-box;max-width:76.0625rem;margin:0 auto;padding:0 var(--pad)}}.menu{flex:auto;display:flex;align-items:center;justify-content:space-between}.menu__list{display:flex;align-items:center}.menu__link{color:var(--color-primary);line-height:115%;font-weight:700;text-align:center;transition:color .3s}.icon-menu{display:none}body:after{position:fixed;top:0;left:0;z-index:calc(var(--index-3) - 1);width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .8s ease 0s;content:"";pointer-events:none}.popup-show body:after{opacity:1}@layer component{.popup{position:fixed;top:0;right:0;bottom:0;left:0;padding:30px 10px;visibility:hidden;transition:visibility .8s ease 0s;pointer-events:none}.popup_show{z-index:var(--index-3);overflow:auto;visibility:visible;pointer-events:auto}.popup_show .popup__content{transform:scale(1);visibility:visible}.popup__wrapper{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100%}.popup__content{width:100%;max-width:900px;padding:20px;background-color:#eee;border-radius:20px;transform:scale(0);visibility:hidden;transition:transform .3s ease 0s}.lock .popup__content{visibility:visible}}@media (min-width: 22.5em) and (max-width: 76.0625em){@supports (height: clamp(3.75rem,2.1747374562rem + 7.0011668611vw,7.5rem)){.header{height:clamp(3.75rem,2.1747374562rem + 7.0011668611vw,7.5rem)}}@supports not (height: clamp(3.75rem,2.1747374562rem + 7.0011668611vw,7.5rem)){.header{height:calc(3.75rem + 3.75 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-top: clamp(1.875rem,1.4811843641rem + 1.7502917153vw,2.8125rem)){.footer{padding-top:clamp(1.875rem,1.4811843641rem + 1.7502917153vw,2.8125rem)}}@supports not (padding-top: clamp(1.875rem,1.4811843641rem + 1.7502917153vw,2.8125rem)){.footer{padding-top:calc(1.875rem + .9375 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-bottom: clamp(1.875rem,1.3499124854rem + 2.333722287vw,3.125rem)){.footer{padding-bottom:clamp(1.875rem,1.3499124854rem + 2.333722287vw,3.125rem)}}@supports not (padding-bottom: clamp(1.875rem,1.3499124854rem + 2.333722287vw,3.125rem)){.footer{padding-bottom:calc(1.875rem + 1.25 * (100vw - 22.5rem) / 53.5625)}}@supports (gap: clamp(1.5625rem,.2235268378rem + 5.950991832vw,4.75rem)){.footer__container{gap:clamp(1.5625rem,.2235268378rem + 5.950991832vw,4.75rem)}}@supports not (gap: clamp(1.5625rem,.2235268378rem + 5.950991832vw,4.75rem)){.footer__container{gap:calc(1.5625rem + 3.1875 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-left: clamp(.0000000625rem,-.5250874258rem + 2.3337221704vw,1.25rem)){.footer__info{padding-left:clamp(.0000000625rem,-.5250874258rem + 2.3337221704vw,1.25rem)}}@supports not (padding-left: clamp(.0000000625rem,-.5250874258rem + 2.3337221704vw,1.25rem)){.footer__info{padding-left:calc(.0000000625rem + 1.2499999375 * (100vw - 22.5rem) / 53.5625)}}@supports (gap: clamp(.5rem,.2374562427rem + 1.1668611435vw,1.125rem)){.footer__info{gap:clamp(.5rem,.2374562427rem + 1.1668611435vw,1.125rem)}}@supports not (gap: clamp(.5rem,.2374562427rem + 1.1668611435vw,1.125rem)){.footer__info{gap:calc(.5rem + .625 * (100vw - 22.5rem) / 53.5625)}}@layer size{@supports (font-size: clamp(1rem,.8949824971rem + .4667444574vw,1.25rem)){.btn--lg{font-size:clamp(1rem,.8949824971rem + .4667444574vw,1.25rem)}}@supports not (font-size: clamp(1rem,.8949824971rem + .4667444574vw,1.25rem)){.btn--lg{font-size:calc(1rem + .25 * (100vw - 22.5rem) / 53.5625)}}}@layer size{@supports (padding-top: clamp(1.125rem,1.0199824971rem + .4667444574vw,1.375rem)){.btn--lg{padding-top:clamp(1.125rem,1.0199824971rem + .4667444574vw,1.375rem)}}@supports not (padding-top: clamp(1.125rem,1.0199824971rem + .4667444574vw,1.375rem)){.btn--lg{padding-top:calc(1.125rem + .25 * (100vw - 22.5rem) / 53.5625)}}}@layer size{@supports (padding-bottom: clamp(1.125rem,1.0199824971rem + .4667444574vw,1.375rem)){.btn--lg{padding-bottom:clamp(1.125rem,1.0199824971rem + .4667444574vw,1.375rem)}}@supports not (padding-bottom: clamp(1.125rem,1.0199824971rem + .4667444574vw,1.375rem)){.btn--lg{padding-bottom:calc(1.125rem + .25 * (100vw - 22.5rem) / 53.5625)}}}@layer size{@supports (padding-left: clamp(1.625rem,1.3624562427rem + 1.1668611435vw,2.25rem)){.btn--lg{padding-left:clamp(1.625rem,1.3624562427rem + 1.1668611435vw,2.25rem)}}@supports not (padding-left: clamp(1.625rem,1.3624562427rem + 1.1668611435vw,2.25rem)){.btn--lg{padding-left:calc(1.625rem + .625 * (100vw - 22.5rem) / 53.5625)}}}@layer size{@supports (padding-right: clamp(1.625rem,1.3624562427rem + 1.1668611435vw,2.25rem)){.btn--lg{padding-right:clamp(1.625rem,1.3624562427rem + 1.1668611435vw,2.25rem)}}@supports not (padding-right: clamp(1.625rem,1.3624562427rem + 1.1668611435vw,2.25rem)){.btn--lg{padding-right:calc(1.625rem + .625 * (100vw - 22.5rem) / 53.5625)}}}@supports (font-size: clamp(2.25rem,1.9349474912rem + 1.4002333722vw,3rem)){.title--lg{font-size:clamp(2.25rem,1.9349474912rem + 1.4002333722vw,3rem)}}@supports not (font-size: clamp(2.25rem,1.9349474912rem + 1.4002333722vw,3rem)){.title--lg{font-size:calc(2.25rem + .75 * (100vw - 22.5rem) / 53.5625)}}@supports (font-size: clamp(2rem,1.7899649942rem + .9334889148vw,2.5rem)){.title--md{font-size:clamp(2rem,1.7899649942rem + .9334889148vw,2.5rem)}}@supports not (font-size: clamp(2rem,1.7899649942rem + .9334889148vw,2.5rem)){.title--md{font-size:calc(2rem + .5 * (100vw - 22.5rem) / 53.5625)}}@supports (font-size: clamp(1.125rem,.9674737456rem + .7001166861vw,1.5rem)){.text--lg{font-size:clamp(1.125rem,.9674737456rem + .7001166861vw,1.5rem)}}@supports not (font-size: clamp(1.125rem,.9674737456rem + .7001166861vw,1.5rem)){.text--lg{font-size:calc(1.125rem + .375 * (100vw - 22.5rem) / 53.5625)}}@supports (font-size: clamp(1rem,.8949824971rem + .4667444574vw,1.25rem)){.text--md{font-size:clamp(1rem,.8949824971rem + .4667444574vw,1.25rem)}}@supports not (font-size: clamp(1rem,.8949824971rem + .4667444574vw,1.25rem)){.text--md{font-size:calc(1rem + .25 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-top: clamp(6.25rem,3.4670361727rem + 12.3687281214vw,12.875rem)){.home-page-hero{padding-top:clamp(6.25rem,3.4670361727rem + 12.3687281214vw,12.875rem)}}@supports not (padding-top: clamp(6.25rem,3.4670361727rem + 12.3687281214vw,12.875rem)){.home-page-hero{padding-top:calc(6.25rem + 6.625 * (100vw - 22.5rem) / 53.5625)}}@supports (margin-bottom: clamp(6.25rem,4.6747374562rem + 7.0011668611vw,10rem)){.home-page-hero__logo{margin-bottom:clamp(6.25rem,4.6747374562rem + 7.0011668611vw,10rem)}}@supports not (margin-bottom: clamp(6.25rem,4.6747374562rem + 7.0011668611vw,10rem)){.home-page-hero__logo{margin-bottom:calc(6.25rem + 3.75 * (100vw - 22.5rem) / 53.5625)}}@supports (width: clamp(17.5rem,10.4638273046rem + 31.2718786464vw,34.25rem)){.home-page-hero__logo{width:clamp(17.5rem,10.4638273046rem + 31.2718786464vw,34.25rem)}}@supports not (width: clamp(17.5rem,10.4638273046rem + 31.2718786464vw,34.25rem)){.home-page-hero__logo{width:calc(17.5rem + 16.75 * (100vw - 22.5rem) / 53.5625)}}@supports (gap: clamp(1.875rem,1.586201867rem + 1.2835472579vw,2.5625rem)){.home-page-hero__info{gap:clamp(1.875rem,1.586201867rem + 1.2835472579vw,2.5625rem)}}@supports not (gap: clamp(1.875rem,1.586201867rem + 1.2835472579vw,2.5625rem)){.home-page-hero__info{gap:calc(1.875rem + .6875 * (100vw - 22.5rem) / 53.5625)}}@supports (width: clamp(6.25rem,4.7272462077rem + 6.7677946324vw,9.875rem)){.home-page-hero__link{width:clamp(6.25rem,4.7272462077rem + 6.7677946324vw,9.875rem)}}@supports not (width: clamp(6.25rem,4.7272462077rem + 6.7677946324vw,9.875rem)){.home-page-hero__link{width:calc(6.25rem + 3.625 * (100vw - 22.5rem) / 53.5625)}}@supports (height: clamp(6.25rem,5.1473162194rem + 4.9008168028vw,8.875rem)){.home-page-hero__link{height:clamp(6.25rem,5.1473162194rem + 4.9008168028vw,8.875rem)}}@supports not (height: clamp(6.25rem,5.1473162194rem + 4.9008168028vw,8.875rem)){.home-page-hero__link{height:calc(6.25rem + 2.625 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-top: clamp(1.875rem,1.6387106184rem + 1.0501750292vw,2.4375rem)){.payment{padding-top:clamp(1.875rem,1.6387106184rem + 1.0501750292vw,2.4375rem)}}@supports not (padding-top: clamp(1.875rem,1.6387106184rem + 1.0501750292vw,2.4375rem)){.payment{padding-top:calc(1.875rem + .5625 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-bottom: clamp(1.875rem,1.5336931155rem + 1.5169194866vw,2.6875rem)){.payment{padding-bottom:clamp(1.875rem,1.5336931155rem + 1.5169194866vw,2.6875rem)}}@supports not (padding-bottom: clamp(1.875rem,1.5336931155rem + 1.5169194866vw,2.6875rem)){.payment{padding-bottom:calc(1.875rem + .8125 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-top: clamp(6.25rem,2.4431155193rem + 16.9194865811vw,15.3125rem)){.noncopyable-keys-hero{padding-top:clamp(6.25rem,2.4431155193rem + 16.9194865811vw,15.3125rem)}}@supports not (padding-top: clamp(6.25rem,2.4431155193rem + 16.9194865811vw,15.3125rem)){.noncopyable-keys-hero{padding-top:calc(6.25rem + 9.0625 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-bottom: clamp(3.75rem,-.319428238rem + 18.0863477246vw,13.4375rem)){.noncopyable-keys-hero{padding-bottom:clamp(3.75rem,-.319428238rem + 18.0863477246vw,13.4375rem)}}@supports not (padding-bottom: clamp(3.75rem,-.319428238rem + 18.0863477246vw,13.4375rem)){.noncopyable-keys-hero{padding-bottom:calc(3.75rem + 9.6875 * (100vw - 22.5rem) / 53.5625)}}@supports (width: clamp(17.5rem,15.7409568261rem + 7.8179696616vw,21.6875rem)){.noncopyable-keys-hero-img__rect{width:clamp(17.5rem,15.7409568261rem + 7.8179696616vw,21.6875rem)}}@supports not (width: clamp(17.5rem,15.7409568261rem + 7.8179696616vw,21.6875rem)){.noncopyable-keys-hero-img__rect{width:calc(17.5rem + 4.1875 * (100vw - 22.5rem) / 53.5625)}}@supports (height: clamp(14.375rem,12.0908693116rem + 10.1516919487vw,19.8125rem)){.noncopyable-keys-hero-img__rect{height:clamp(14.375rem,12.0908693116rem + 10.1516919487vw,19.8125rem)}}@supports not (height: clamp(14.375rem,12.0908693116rem + 10.1516919487vw,19.8125rem)){.noncopyable-keys-hero-img__rect{height:calc(14.375rem + 5.4375 * (100vw - 22.5rem) / 53.5625)}}@supports (left: clamp(-1.25rem,.5250876033rem + -2.3337224037vw,.0000000625rem)){.noncopyable-keys-hero-img img{left:clamp(-1.25rem,.5250876033rem + -2.3337224037vw,.0000000625rem)}}@supports not (left: clamp(-1.25rem,.5250876033rem + -2.3337224037vw,.0000000625rem)){.noncopyable-keys-hero-img img{left:calc(.0000000625rem + -1.2500000625 * (100vw - 22.5rem) / 53.5625)}}@supports (width: clamp(18.75rem,15.4682030338rem + 14.585764294vw,26.5625rem)){.noncopyable-keys-hero-img img{width:clamp(18.75rem,15.4682030338rem + 14.585764294vw,26.5625rem)}}@supports not (width: clamp(18.75rem,15.4682030338rem + 14.585764294vw,26.5625rem)){.noncopyable-keys-hero-img img{width:calc(18.75rem + 7.8125 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-bottom: clamp(3.75rem,.8620186698rem + 12.8354725788vw,10.625rem)){.tubes-hero{padding-bottom:clamp(3.75rem,.8620186698rem + 12.8354725788vw,10.625rem)}}@supports not (padding-bottom: clamp(3.75rem,.8620186698rem + 12.8354725788vw,10.625rem)){.tubes-hero{padding-bottom:calc(3.75rem + 6.875 * (100vw - 22.5rem) / 53.5625)}}@supports (gap: clamp(1.375rem,.6661318553rem + 3.1505250875vw,3.0625rem)){.tubes-hero__text{gap:clamp(1.375rem,.6661318553rem + 3.1505250875vw,3.0625rem)}}@supports not (gap: clamp(1.375rem,.6661318553rem + 3.1505250875vw,3.0625rem)){.tubes-hero__text{gap:calc(1.375rem + 1.6875 * (100vw - 22.5rem) / 53.5625)}}@supports (top: clamp(.0000000625rem,-2.1003499696rem + 9.3348890315vw,5rem)){.tubes-hero__img img{top:clamp(.0000000625rem,-2.1003499696rem + 9.3348890315vw,5rem)}}@supports not (top: clamp(.0000000625rem,-2.1003499696rem + 9.3348890315vw,5rem)){.tubes-hero__img img{top:calc(.0000000625rem + 4.9999999375 * (100vw - 22.5rem) / 53.5625)}}@supports (width: clamp(18.75rem,13.4991248541rem + 23.3372228705vw,31.25rem)){.tubes-hero__img img{width:clamp(18.75rem,13.4991248541rem + 23.3372228705vw,31.25rem)}}@supports not (width: clamp(18.75rem,13.4991248541rem + 23.3372228705vw,31.25rem)){.tubes-hero__img img{width:calc(18.75rem + 12.5 * (100vw - 22.5rem) / 53.5625)}}@supports (height: clamp(25.25rem,22.6245624271rem + 11.6686114352vw,31.5rem)){.tubes-hero__img img{height:clamp(25.25rem,22.6245624271rem + 11.6686114352vw,31.5rem)}}@supports not (height: clamp(25.25rem,22.6245624271rem + 11.6686114352vw,31.5rem)){.tubes-hero__img img{height:calc(25.25rem + 6.25 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-top: clamp(6.25rem,3.0994749125rem + 14.0023337223vw,13.75rem)){.camera-hero{padding-top:clamp(6.25rem,3.0994749125rem + 14.0023337223vw,13.75rem)}}@supports not (padding-top: clamp(6.25rem,3.0994749125rem + 14.0023337223vw,13.75rem)){.camera-hero{padding-top:calc(6.25rem + 7.5 * (100vw - 22.5rem) / 53.5625)}}@supports (width: clamp(18.75rem,17.778588098rem + 4.317386231vw,21.0625rem)){.camera-hero__img img{width:clamp(18.75rem,17.778588098rem + 4.317386231vw,21.0625rem)}}@supports not (width: clamp(18.75rem,17.778588098rem + 4.317386231vw,21.0625rem)){.camera-hero__img img{width:calc(18.75rem + 2.3125 * (100vw - 22.5rem) / 53.5625)}}@supports (height: clamp(25.25rem,23.2021586931rem + 9.1015169195vw,30.125rem)){.camera-hero__img img{height:clamp(25.25rem,23.2021586931rem + 9.1015169195vw,30.125rem)}}@supports not (height: clamp(25.25rem,23.2021586931rem + 9.1015169195vw,30.125rem)){.camera-hero__img img{height:calc(25.25rem + 4.875 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-top: clamp(.0000000625rem,-1.1026836919rem + 4.9008166861vw,2.625rem)){.camera-hero__text{padding-top:clamp(.0000000625rem,-1.1026836919rem + 4.9008166861vw,2.625rem)}}@supports not (padding-top: clamp(.0000000625rem,-1.1026836919rem + 4.9008166861vw,2.625rem)){.camera-hero__text{padding-top:calc(.0000000625rem + 2.6249999375 * (100vw - 22.5rem) / 53.5625)}}@supports (gap: clamp(1.375rem,1.1124562427rem + 1.1668611435vw,2rem)){.camera-hero__text{gap:clamp(1.375rem,1.1124562427rem + 1.1668611435vw,2rem)}}@supports not (gap: clamp(1.375rem,1.1124562427rem + 1.1668611435vw,2rem)){.camera-hero__text{gap:calc(1.375rem + .625 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-top: clamp(6.25rem,2.3118436406rem + 17.5029171529vw,15.625rem)){.app-hero{padding-top:clamp(6.25rem,2.3118436406rem + 17.5029171529vw,15.625rem)}}@supports not (padding-top: clamp(6.25rem,2.3118436406rem + 17.5029171529vw,15.625rem)){.app-hero{padding-top:calc(6.25rem + 9.375 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-bottom: clamp(3.75rem,1.6496499417rem + 9.3348891482vw,8.75rem)){.app-hero{padding-bottom:clamp(3.75rem,1.6496499417rem + 9.3348891482vw,8.75rem)}}@supports not (padding-bottom: clamp(3.75rem,1.6496499417rem + 9.3348891482vw,8.75rem)){.app-hero{padding-bottom:calc(3.75rem + 5 * (100vw - 22.5rem) / 53.5625)}}@supports (gap: clamp(1.875rem,-1.0129813302rem + 12.8354725788vw,8.75rem)){.app-hero__body{gap:clamp(1.875rem,-1.0129813302rem + 12.8354725788vw,8.75rem)}}@supports not (gap: clamp(1.875rem,-1.0129813302rem + 12.8354725788vw,8.75rem)){.app-hero__body{gap:calc(1.875rem + 6.875 * (100vw - 22.5rem) / 53.5625)}}@supports (gap: clamp(1.25rem,.5936406068rem + 2.9171528588vw,2.8125rem)){.app-hero__text{gap:clamp(1.25rem,.5936406068rem + 2.9171528588vw,2.8125rem)}}@supports not (gap: clamp(1.25rem,.5936406068rem + 2.9171528588vw,2.8125rem)){.app-hero__text{gap:calc(1.25rem + 1.5625 * (100vw - 22.5rem) / 53.5625)}}@supports (gap: clamp(1.25rem,1.0399649942rem + .9334889148vw,1.75rem)){.app-hero__list{gap:clamp(1.25rem,1.0399649942rem + .9334889148vw,1.75rem)}}@supports not (gap: clamp(1.25rem,1.0399649942rem + .9334889148vw,1.75rem)){.app-hero__list{gap:calc(1.25rem + .5 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-top: clamp(2.5rem,1.1085180863rem + 6.1843640607vw,5.8125rem)){.home-page-about{padding-top:clamp(2.5rem,1.1085180863rem + 6.1843640607vw,5.8125rem)}}@supports not (padding-top: clamp(2.5rem,1.1085180863rem + 6.1843640607vw,5.8125rem)){.home-page-about{padding-top:calc(2.5rem + 3.3125 * (100vw - 22.5rem) / 53.5625)}}@supports (padding-top: clamp(2.5rem,1.8961493582rem + 2.6837806301vw,3.9375rem)){.home-page-about__info{padding-top:clamp(2.5rem,1.8961493582rem + 2.6837806301vw,3.9375rem)}}@supports not (padding-top: clamp(2.5rem,1.8961493582rem + 2.6837806301vw,3.9375rem)){.home-page-about__info{padding-top:calc(2.5rem + 1.4375 * (100vw - 22.5rem) / 53.5625)}}@supports (gap: clamp(1.875rem,1.5336931155rem + 1.5169194866vw,2.6875rem)){.home-page-about__info{gap:clamp(1.875rem,1.5336931155rem + 1.5169194866vw,2.6875rem)}}@supports not (gap: clamp(1.875rem,1.5336931155rem + 1.5169194866vw,2.6875rem)){.home-page-about__info{gap:calc(1.875rem + .8125 * (100vw - 22.5rem) / 53.5625)}}@supports (width: clamp(17.5rem,9.3086347725rem + 36.4060676779vw,37rem)){.home-page-about__list{width:clamp(17.5rem,9.3086347725rem + 36.4060676779vw,37rem)}}@supports not (width: clamp(17.5rem,9.3086347725rem + 36.4060676779vw,37rem)){.home-page-about__list{width:calc(17.5rem + 19.5 * (100vw - 22.5rem) / 53.5625)}}@supports (gap: clamp(1.25rem,.3836056009rem + 3.8506417736vw,3.3125rem)){.menu__list{gap:clamp(1.25rem,.3836056009rem + 3.8506417736vw,3.3125rem)}}@supports not (gap: clamp(1.25rem,.3836056009rem + 3.8506417736vw,3.3125rem)){.menu__list{gap:calc(1.25rem + 2.0625 * (100vw - 22.5rem) / 53.5625)}}@supports (font-size: clamp(.875rem,.6912193699rem + .8168028005vw,1.3125rem)){.menu__link{font-size:clamp(.875rem,.6912193699rem + .8168028005vw,1.3125rem)}}@supports not (font-size: clamp(.875rem,.6912193699rem + .8168028005vw,1.3125rem)){.menu__link{font-size:calc(.875rem + .4375 * (100vw - 22.5rem) / 53.5625)}}}@media (max-width: 1119.98px) and (min-width: 22.5em) and (max-width: 76.0625em){@supports (padding-top: clamp(6.25rem,4.4121936989rem + 8.1680280047vw,10.625rem)){.tubes-hero{padding-top:clamp(6.25rem,4.4121936989rem + 8.1680280047vw,10.625rem)}}@supports not (padding-top: clamp(6.25rem,4.4121936989rem + 8.1680280047vw,10.625rem)){.tubes-hero{padding-top:calc(6.25rem + 4.375 * (100vw - 22.5rem) / 53.5625)}}}@media (min-width: 620px){.footer__container{justify-content:center}}@media (max-width: 1159px) and (min-width: 620px){.footer__images{justify-content:end}}@media (min-width: 991.98px){.home-page-hero__info{margin-bottom:auto}.home-page-hero__btn{max-width:22rem}.payment__right{padding-top:.9375rem}}@media (max-width: 1535.98px) and (min-width: 991.98px){.home-page-about-img__picture img{width:40vw}}@media (min-width: 76.0625em){.header{height:7.5rem}.footer{padding-top:2.8125rem}.footer{padding-bottom:3.125rem}.footer__container{gap:4.75rem}.footer__info{padding-left:1.25rem}.footer__info{gap:1.125rem}@layer size{.btn--lg{font-size:1.25rem}}@layer size{.btn--lg{padding-top:1.375rem}}@layer size{.btn--lg{padding-bottom:1.375rem}}@layer size{.btn--lg{padding-left:2.25rem}}@layer size{.btn--lg{padding-right:2.25rem}}.title--lg{font-size:3rem}.title--md{font-size:2.5rem}.text--lg{font-size:1.5rem}.text--md{font-size:1.25rem}.home-page-hero{padding-top:12.875rem}.home-page-hero__logo{margin-bottom:10rem}.home-page-hero__logo{width:34.25rem}.home-page-hero__info{gap:2.5625rem}.home-page-hero__link{width:9.875rem}.home-page-hero__link{height:8.875rem}.payment{padding-top:2.4375rem}.payment{padding-bottom:2.6875rem}.noncopyable-keys-hero{padding-top:15.3125rem}.noncopyable-keys-hero{padding-bottom:13.4375rem}.noncopyable-keys-hero-img__rect{width:21.6875rem}.noncopyable-keys-hero-img__rect{height:19.8125rem}.noncopyable-keys-hero-img img{left:-1.25rem}.noncopyable-keys-hero-img img{width:26.5625rem}.tubes-hero{padding-bottom:10.625rem}.tubes-hero__text{gap:3.0625rem}.tubes-hero__img img{top:5rem}.tubes-hero__img img{width:31.25rem}.tubes-hero__img img{height:31.5rem}.camera-hero{padding-top:13.75rem}.camera-hero__img img{width:21.0625rem}.camera-hero__img img{height:30.125rem}.camera-hero__text{padding-top:2.625rem}.camera-hero__text{gap:2rem}.app-hero{padding-top:15.625rem}.app-hero{padding-bottom:8.75rem}.app-hero__body{gap:8.75rem}.app-hero__text{gap:2.8125rem}.app-hero__list{gap:1.75rem}.home-page-about{padding-top:5.8125rem}.home-page-about__info{padding-top:3.9375rem}.home-page-about__info{gap:2.6875rem}.home-page-about__list{width:37rem}.menu__list{gap:3.3125rem}.menu__link{font-size:1.3125rem}}@media (max-width: 1119.98px) and (min-width: 76.0625em){.tubes-hero{padding-top:10.625rem}}@media (min-width: 1535.98px) and (min-width: 76.0625em){.home-page-about-img{right:-3.75rem}}@media (min-width: 1535.98px) and (min-width: 22.5em) and (max-width: 76.0625em){@supports (right: clamp(-3.75rem,1.5752626325rem + -7.0011669778vw,.0000000625rem)){.home-page-about-img{right:clamp(-3.75rem,1.5752626325rem + -7.0011669778vw,.0000000625rem)}}@supports not (right: clamp(-3.75rem,1.5752626325rem + -7.0011669778vw,.0000000625rem)){.home-page-about-img{right:calc(.0000000625rem + -3.7500000625 * (100vw - 22.5rem) / 53.5625)}}}@media (min-width: 1535.98px) and (max-width: 22.5em){.home-page-about-img{right:.0000000625rem}}@media (max-width: 991.98px){:root{--spacing: 80px}.icon--home-arrow{--icon__width: 75px;--icon__height: 40px}.home-page-hero__container{justify-content:space-between}.home-page-about__container{flex-direction:column-reverse}.home-page-about__list{width:100%}.home-page-about-img{width:100%;display:flex;align-items:center;justify-content:center;background-size:80%}.home-page-about-img img{width:100%;height:100%}@layer base{[class*=__container]{--pad: 15px}}}@media (max-width: 767.98px){:root{--spacing: 60px}.payment__left{align-items:center}.menu__body{position:fixed;top:0;left:-100%;width:100%;height:100%;padding:3.75rem .9375rem 1.875rem;overflow:auto;transition:left .3s;display:flex;justify-content:center;background-color:var(--color-bg)}.menu__body:before{position:fixed;top:0;left:-100%;z-index:2;width:100%;height:4.375rem;transition:left .3s;content:""}.menu-open .menu__body{left:0}.menu-open .menu__body:before{left:0}.menu__list{flex-direction:column}.menu__link{font-size:1.375rem}.icon-menu{position:relative;z-index:5;display:block;width:1.875rem;height:1.125rem}.icon-menu span,.icon-menu:before,.icon-menu:after{position:absolute;right:0;width:100%;height:.125rem;background-color:var(--color-primary);transition:all .3s ease 0s;content:""}.icon-menu:before{top:0}.icon-menu:after{bottom:0}.icon-menu span{top:calc(50% - .0625rem)}.menu-open .icon-menu span{width:0}.menu-open .icon-menu:before{top:calc(50% - .0625rem);transform:rotate(-45deg)}.menu-open .icon-menu:after{bottom:calc(50% - .0625rem);transform:rotate(45deg)}}@media (max-width: 22.5em){.header{height:3.75rem}.footer{padding-top:1.875rem}.footer{padding-bottom:1.875rem}.footer__container{gap:1.5625rem}.footer__info{padding-left:.0000000625rem}.footer__info{gap:.5rem}@layer size{.btn--lg{font-size:1rem}}@layer size{.btn--lg{padding-top:1.125rem}}@layer size{.btn--lg{padding-bottom:1.125rem}}@layer size{.btn--lg{padding-left:1.625rem}}@layer size{.btn--lg{padding-right:1.625rem}}.title--lg{font-size:2.25rem}.title--md{font-size:2rem}.text--lg{font-size:1.125rem}.text--md{font-size:1rem}.home-page-hero{padding-top:6.25rem}.home-page-hero__logo{margin-bottom:6.25rem}.home-page-hero__logo{width:17.5rem}.home-page-hero__info{gap:1.875rem}.home-page-hero__link{width:6.25rem}.home-page-hero__link{height:6.25rem}.payment{padding-top:1.875rem}.payment{padding-bottom:1.875rem}.noncopyable-keys-hero{padding-top:6.25rem}.noncopyable-keys-hero{padding-bottom:3.75rem}.noncopyable-keys-hero-img__rect{width:17.5rem}.noncopyable-keys-hero-img__rect{height:14.375rem}.noncopyable-keys-hero-img img{left:.0000000625rem}.noncopyable-keys-hero-img img{width:18.75rem}.tubes-hero{padding-bottom:3.75rem}.tubes-hero__text{gap:1.375rem}.tubes-hero__img img{top:.0000000625rem}.tubes-hero__img img{width:18.75rem}.tubes-hero__img img{height:25.25rem}.camera-hero{padding-top:6.25rem}.camera-hero__img img{width:18.75rem}.camera-hero__img img{height:25.25rem}.camera-hero__text{padding-top:.0000000625rem}.camera-hero__text{gap:1.375rem}.app-hero{padding-top:6.25rem}.app-hero{padding-bottom:3.75rem}.app-hero__body{gap:1.875rem}.app-hero__text,.app-hero__list{gap:1.25rem}.home-page-about,.home-page-about__info{padding-top:2.5rem}.home-page-about__info{gap:1.875rem}.home-page-about__list{width:17.5rem}.menu__list{gap:1.25rem}.menu__link{font-size:.875rem}}@media (max-width: 620px){.footer__images{justify-content:space-between}.footer__btns{flex-direction:row-reverse;flex-grow:1}}@media (hover: hover){.footer__eye:hover .icon--footer-eye:after{background-color:var(--color-accent)}.menu__link:hover{color:var(--color-accent)}}@media (any-hover: hover){@layer mod{.btn--accent:hover{background-color:var(--color-accent);color:var(--color-primary)}}@layer mod{.btn--neutral:hover{background-color:var(--color-primary);color:var(--color-secondary)}}}@media (max-width: 1119.98px) and (max-width: 22.5em){.tubes-hero{padding-top:6.25rem}}@media (max-width: 1119.98px){.camera-hero__body{flex-direction:column;gap:1.875rem}.camera-hero__img{display:flex;align-items:center;justify-content:center;min-width:auto}.app-hero__body{gap:1.875rem;align-items:center;flex-direction:column}}@media (max-width: 767.98px) and (any-hover: none){.icon-menu{cursor:default}}

.g-recaptcha {
	margin: 1em 0;
}
.box-modal .btn {
	color: revert
}
form a {
	text-decoration: underline;
}
.menu__link__active{
	color: var(--color-accent)
}
.callback-table, .callback-th {
	width: 50%;
	text-align: left;
}
.callback-form {
	display: flex;
	justify-content: center;
}
/*блок с оплатой временно скрыт по просьбе клиента*/
.payment {
	display:none;
}
/*кнопка версии для слабовидящих отключена - не оплачена*/
#specialButton {
	display: none;
}
.btn{
	cursor: pointer;
}