@charset "UTF-8";:root{--txt-color:$black;--spacing-default:12px;--header-height:50px;--section-gap:170px}@media screen and (min-width:768px){:root{--spacing-default:20px;--header-height:58px;--section-gap:200px}}@media screen and (min-width:1280px){:root{--header-height:62px;--section-gap:250px}}*,:after,:before{margin:0;padding:0;box-sizing:border-box;line-height:100%}::selection{background-color:#000;color:#fff}::-moz-selection{background-color:#000;color:#fff}::-webkit-selection{background-color:#000;color:#fff}:after,:before,a,html{font-family:OceanicGrokhotov}body,html{scrollbar-gutter:stable;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;scroll-padding-top:var(--header-height)}button{background-color:transparent;font:inherit;color:inherit;cursor:pointer}button,input{border:none}a{color:inherit;text-decoration:none}img,picture{width:100%;height:100%;display:block}li,ul{list-style:none}.h1{font-family:OceanicGrokhotovHeading;font-size:64px;line-height:80%;letter-spacing:0;text-transform:uppercase}@media screen and (min-width:768px){.h1{font-size:72px}}@media screen and (min-width:1280px){.h1{font-size:100px}}@media screen and (min-width:1480px){.h1{font-size:160px}}.h2{font-family:OceanicGrokhotovHeading;font-size:32px;line-height:90%;text-transform:uppercase}@media screen and (min-width:768px){.h2{font-size:64px}}.h3{font-family:OceanicGrokhotovHeading;font-size:24px;line-height:80%;text-transform:uppercase}@media screen and (min-width:768px){.h3{font-size:32px;line-height:90%}}.btn{font-family:OceanicGrokhotovBtn;font-weight:500;font-size:14px}@font-face{font-family:OceanicGrokhotovBtn;src:url(../public/fonts/IntervalOrder/OceanicGrotesk-Medium.woff2) format("woff2"),url(../public/fonts/IntervalOrder/OceanicGrotesk-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:OceanicGrokhotov;src:url(../public/fonts/IntervalOrder/OceanicTextMono-Regular.woff2) format("woff2"),url(../public/fonts/IntervalOrder/OceanicTextMono-Regular.woff) format("woff"),url(../public/fonts/IntervalOrder/OceanicTextMono-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:OceanicGrokhotovHeading;src:url(../public/fonts/IntervalOrder/OceanicGroteskCondensed-Extrabold.woff2) format("woff2"),url(../public/fonts/IntervalOrder/OceanicGroteskCondensed-Extrabold.woff) format("woff"),url(../public/fonts/IntervalOrder/OceanicGroteskCondensed-Extrabold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@keyframes jump-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.jump-in-enter-active{animation:jump-in .5s}.jump-in-leave-active{animation:jump-in .5s reverse}.fade-enter-active{animation:fade-in .5s}.fade-leave-active{animation:fade-in .5s reverse}.fade-in-enter-active,.fade-in-leave-active{transition:opacity .3s ease-in-out}.fade-in-enter-from,.fade-in-leave-to{opacity:0}.crossfade-enter-active,.crossfade-leave-active{transition:opacity .35s ease,transform .35s ease;position:absolute;inset:0}.crossfade-enter-from{opacity:0}.crossfade-enter-to,.crossfade-leave-from{opacity:1}.crossfade-leave-to{opacity:0}.theme-light code .hljs-emphasis,code.light .hljs-emphasis{font-style:italic}.theme-light code .hljs-strong,code.light .hljs-strong{font-weight:700}.theme-light code .hljs-link,code.light .hljs-link{text-decoration:underline}.theme-light code .hljs-comment,.theme-light code .hljs-quote,code.light .hljs-comment,code.light .hljs-quote{color:#bbb;font-style:italic}.theme-light code .hljs-params,code.light .hljs-params{color:#bbb}.theme-light code .hljs-attr,.theme-light code .hljs-punctuation,code.light .hljs-attr,code.light .hljs-punctuation{color:#e6e6e6}.theme-light code .hljs-meta,.theme-light code .hljs-name,.theme-light code .hljs-selector-tag,code.light .hljs-meta,code.light .hljs-name,code.light .hljs-selector-tag{color:#ff4b82}.theme-light code .hljs-char.escape_,.theme-light code .hljs-operator,code.light .hljs-char.escape_,code.light .hljs-operator{color:#b084eb}.theme-light code .hljs-deletion,.theme-light code .hljs-keyword,code.light .hljs-deletion,code.light .hljs-keyword{color:#ff75b5}.theme-light code .hljs-regexp,.theme-light code .hljs-selector-attr,.theme-light code .hljs-selector-pseudo,.theme-light code .hljs-variable.language_,code.light .hljs-regexp,code.light .hljs-selector-attr,code.light .hljs-selector-pseudo,code.light .hljs-variable.language_{color:#ff9ac1}.theme-light code .hljs-code,.theme-light code .hljs-formula,.theme-light code .hljs-property,.theme-light code .hljs-section,.theme-light code .hljs-subst,.theme-light code .hljs-title.function_,code.light .hljs-code,code.light .hljs-formula,code.light .hljs-property,code.light .hljs-section,code.light .hljs-subst,code.light .hljs-title.function_{color:#45a9f9}.theme-light code .hljs-addition,.theme-light code .hljs-bullet,.theme-light code .hljs-meta .hljs-string,.theme-light code .hljs-selector-class,.theme-light code .hljs-string,.theme-light code .hljs-symbol,.theme-light code .hljs-title.class_,.theme-light code .hljs-title.class_.inherited__,code.light .hljs-addition,code.light .hljs-bullet,code.light .hljs-meta .hljs-string,code.light .hljs-selector-class,code.light .hljs-string,code.light .hljs-symbol,code.light .hljs-title.class_,code.light .hljs-title.class_.inherited__{color:#19f9d8}.theme-light code .hljs-attribute,.theme-light code .hljs-built_in,.theme-light code .hljs-doctag,.theme-light code .hljs-link,.theme-light code .hljs-literal,.theme-light code .hljs-meta .hljs-keyword,.theme-light code .hljs-number,.theme-light code .hljs-punctuation,.theme-light code .hljs-selector-id,.theme-light code .hljs-tag,.theme-light code .hljs-template-tag,.theme-light code .hljs-template-variable,.theme-light code .hljs-title,.theme-light code .hljs-type,.theme-light code .hljs-variable,code.light .hljs-attribute,code.light .hljs-built_in,code.light .hljs-doctag,code.light .hljs-link,code.light .hljs-literal,code.light .hljs-meta .hljs-keyword,code.light .hljs-number,code.light .hljs-punctuation,code.light .hljs-selector-id,code.light .hljs-tag,code.light .hljs-template-tag,code.light .hljs-template-variable,code.light .hljs-title,code.light .hljs-type,code.light .hljs-variable{color:#ffb86c}.theme-dark code .hljs-emphasis,code.dark .hljs-emphasis{font-style:italic}.theme-dark code .hljs-strong,code.dark .hljs-strong{font-weight:700}.theme-dark code .hljs-link,code.dark .hljs-link{text-decoration:underline}.theme-dark code .hljs-comment,.theme-dark code .hljs-quote,code.dark .hljs-comment,code.dark .hljs-quote{color:#676b79;font-style:italic}.theme-dark code .hljs-params,code.dark .hljs-params{color:#676b79}.theme-dark code .hljs-attr,.theme-dark code .hljs-punctuation,code.dark .hljs-attr,code.dark .hljs-punctuation{color:#2a2c2d}.theme-dark code .hljs-char.escape_,.theme-dark code .hljs-meta,.theme-dark code .hljs-name,.theme-dark code .hljs-operator,.theme-dark code .hljs-selector-tag,code.dark .hljs-char.escape_,code.dark .hljs-meta,code.dark .hljs-name,code.dark .hljs-operator,code.dark .hljs-selector-tag{color:#c56200}.theme-dark code .hljs-deletion,.theme-dark code .hljs-keyword,code.dark .hljs-deletion,code.dark .hljs-keyword{color:#d92792}.theme-dark code .hljs-regexp,.theme-dark code .hljs-selector-attr,.theme-dark code .hljs-selector-pseudo,.theme-dark code .hljs-variable.language_,code.dark .hljs-regexp,code.dark .hljs-selector-attr,code.dark .hljs-selector-pseudo,code.dark .hljs-variable.language_{color:#cc5e91}.theme-dark code .hljs-code,.theme-dark code .hljs-formula,.theme-dark code .hljs-property,.theme-dark code .hljs-section,.theme-dark code .hljs-subst,.theme-dark code .hljs-title.function_,code.dark .hljs-code,code.dark .hljs-formula,code.dark .hljs-property,code.dark .hljs-section,code.dark .hljs-subst,code.dark .hljs-title.function_{color:#3787c7}.theme-dark code .hljs-addition,.theme-dark code .hljs-bullet,.theme-dark code .hljs-meta .hljs-string,.theme-dark code .hljs-selector-class,.theme-dark code .hljs-string,.theme-dark code .hljs-symbol,.theme-dark code .hljs-title.class_,.theme-dark code .hljs-title.class_.inherited__,code.dark .hljs-addition,code.dark .hljs-bullet,code.dark .hljs-meta .hljs-string,code.dark .hljs-selector-class,code.dark .hljs-string,code.dark .hljs-symbol,code.dark .hljs-title.class_,code.dark .hljs-title.class_.inherited__{color:#0d7d6c}.theme-dark code .hljs-attribute,.theme-dark code .hljs-built_in,.theme-dark code .hljs-doctag,.theme-dark code .hljs-link,.theme-dark code .hljs-literal,.theme-dark code .hljs-meta .hljs-keyword,.theme-dark code .hljs-number,.theme-dark code .hljs-selector-id,.theme-dark code .hljs-tag,.theme-dark code .hljs-template-tag,.theme-dark code .hljs-template-variable,.theme-dark code .hljs-title,.theme-dark code .hljs-type,.theme-dark code .hljs-variable,code.dark .hljs-attribute,code.dark .hljs-built_in,code.dark .hljs-doctag,code.dark .hljs-link,code.dark .hljs-literal,code.dark .hljs-meta .hljs-keyword,code.dark .hljs-number,code.dark .hljs-selector-id,code.dark .hljs-tag,code.dark .hljs-template-tag,code.dark .hljs-template-variable,code.dark .hljs-title,code.dark .hljs-type,code.dark .hljs-variable{color:#7641bb}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}:is(.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress)) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.modal-wrapper[data-v-0b7e4b55]{position:fixed;inset:0;background:#0009;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:15}.modal-enter-active[data-v-0b7e4b55],.modal-leave-active[data-v-0b7e4b55]{transition:opacity .5s ease,backdrop-filter .5s ease}.modal-enter-from[data-v-0b7e4b55],.modal-leave-to[data-v-0b7e4b55]{opacity:0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}.cookie-modal[data-v-919b5fa5]{position:fixed;z-index:14;bottom:12px;right:12px}.icon[data-v-3ecc0f9f]>*{width:1em;height:1em;vertical-align:middle}.icon_fill[data-v-3ecc0f9f],.icon_fill[data-v-3ecc0f9f] *{fill:currentColor!important}.icon_stroke[data-v-3ecc0f9f],.icon_stroke[data-v-3ecc0f9f] *{stroke:currentColor!important}.button[data-v-309dba55]{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:38px;border-radius:8px;padding:12px 16px;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--txt-color,#000);background-color:var(--bg-color,rgba(0,0,0,.05));transition:background-color .3s ease-in-out,color .3s ease-in-out}.button[data-v-309dba55] path{transition:stroke .3s ease-in-out,fill .3s ease-in-out}@media(hover:hover){.button[data-v-309dba55]:hover{background-color:var(--bg-color-hover,rgba(0,0,0,.09))}.button[data-v-309dba55]:active{background-color:var(--bg-color-active,#000);color:var(--txt-color-active,#fff)}.button[data-v-309dba55]:active path[stroke]{stroke:var(--txt-color-active,#fff)}.button[data-v-309dba55]:active path[fill]{fill:var(--txt-color-active,#fff)}}.button[data-active=true][data-v-309dba55]{background-color:var(--bg-color-active,#000);color:var(--txt-color-active,#fff)}.button[data-active=true][data-v-309dba55] path[stroke]{stroke:var(--txt-color-active,#fff)}.button[data-active=true][data-v-309dba55] path[fill]{fill:var(--txt-color-active,#fff)}.input[data-v-72e0e1d1]{display:flex;align-items:center;padding:12px 16px;transition:opacity .3s ease-in-out;border-radius:8px;min-width:0}.input_theme-dark[data-v-72e0e1d1]{color:#000;background:#0000000d}.input_theme-dark .input__field[data-v-72e0e1d1]{font-family:OceanicGrokhotovBtn;font-size:14px;color:#000;line-height:100%;font-weight:500}.input_theme-light[data-v-72e0e1d1]{color:#fff;background:#fff3}.input_theme-light .input__field[data-v-72e0e1d1]{font-family:OceanicGrokhotovBtn;font-size:14px;color:#fff;line-height:100%;font-weight:500}.input_error[data-v-72e0e1d1]{outline:1px solid #e53434}.input__field[data-v-72e0e1d1]{height:100%;flex-basis:100%;border:none;outline:none;background:none}.input__field[data-v-72e0e1d1]::-moz-placeholder{color:inherit;opacity:.6}.input__field[data-v-72e0e1d1]::placeholder{color:inherit;opacity:.6}.breadcrumbs[data-v-616408f8]{filter:invert(1);transition:filter .3s ease,background 1s ease}.breadcrumbs_light[data-v-616408f8]{filter:invert(0)}.breadcrumbs[data-v-616408f8]{position:relative;border-radius:7.5px;height:38px;padding:12px 16px;text-align:center;background:linear-gradient(to right,#fff var(--scroll-progress),transparent var(--scroll-progress))}.breadcrumbs_long .breadcrumb[data-v-616408f8]:first-of-type{display:none}@media screen and (min-width:1480px){.breadcrumbs_long .breadcrumb[data-v-616408f8]:first-of-type{display:inline}}.breadcrumb[data-v-616408f8]{transition:filter .3s ease;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;mix-blend-mode:exclusion}.breadcrumb[data-v-616408f8],.breadcrumb[data-v-616408f8]:not(:last-child):after{font-family:OceanicGrokhotovBtn;font-size:14px;line-height:100%;font-weight:500;color:#fff}.breadcrumb[data-v-616408f8]:not(:last-child):after{content:" → ";margin:0 4px;transition:color .3s ease}.header[data-v-12587123]{position:fixed;top:0;display:flex;align-items:center;width:100%;padding-inline:12px;padding-top:12px;z-index:11;pointer-events:none}.header[data-v-12587123] *{pointer-events:auto}.header[data-v-12587123]{transition:background-color .15s ease,color .15s ease}.header_modal-open[data-v-12587123]{z-index:16}@media screen and (min-width:1280px){.header[data-v-12587123]{display:grid;grid-template-columns:repeat(24,1fr)}.header__logo[data-v-12587123]{grid-column:1/3}.header__middle[data-v-12587123]{grid-column:10/16;display:flex;justify-content:center}.header__middle[data-v-12587123]>*{flex-basis:85%}.header__routes[data-v-12587123]{grid-column:16/-1}}.header_light[data-v-12587123]{--text-color:#fff;--button-bg:#333;--button-bg-hover:#434343;--button-bg-active:#fff;--button-text-active:#000}.header_dark[data-v-12587123]{--text-color:#000;--button-bg:#f2f2f2;--button-bg-hover:#e7e7e7;--button-bg-active:#000;--button-text-active:#fff}@media screen and (min-width:768px){.header__search[data-v-12587123]{order:-1;position:absolute;pointer-events:none;inset:0;padding-top:20px;padding-inline:20px;display:grid;grid-template-columns:repeat(12,1fr)}}@media screen and (min-width:1280px){.header__search[data-v-12587123]{position:static;display:block;padding:0;width:100%}}@media screen and (min-width:768px){.header__search-button[data-v-12587123]{display:none}}.header__search-button[data-v-12587123]{--txt-color:var(--text-color);--bg-color:var(--button-bg);--bg-color-hover:var(--button-bg-hover);--bg-color-active:var(--button-bg-active);--txt-color-active:var(--button-text-active)}.header__search-button_active[data-v-12587123]{--bg-color:var(--button-bg-active);--txt-color:var(--button-text-active)}.header__search-input[data-v-12587123]{display:none;height:38px}@media screen and (min-width:768px){.header__search-input[data-v-12587123]{width:238px;pointer-events:all;display:flex;grid-column:6/10}}@media screen and (min-width:1280px){.header__search-input[data-v-12587123]{width:100%}}.header__search-input .input__icon[data-v-12587123] path[stroke]{stroke:currentColor;opacity:.6}.header__wiki[data-v-12587123]{display:flex;gap:6px}@media screen and (min-width:768px){.header__wiki[data-v-12587123]{gap:8px}}.header__breadcrumbs[data-v-12587123]{display:none;background:var(--bg-color,rgba(0,0,0,.05));border-radius:8px;--txt-color:var(--text-color);--bg-color:var(--button-bg);--progress-bg:var(--button-text-active)}@media screen and (min-width:1280px){.header__breadcrumbs[data-v-12587123]{display:block}}@media screen and (min-width:768px){.header[data-v-12587123]{padding-top:20px;padding-inline:20px}}.header__logo[data-v-12587123]{text-transform:uppercase;margin-right:auto;transition:opacity .3s,color .3s;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header__logo_hidden[data-v-12587123]{opacity:0;pointer-events:none}.header__logo_active[data-v-12587123]{color:var(--text-color);opacity:1;pointer-events:all}@media screen and (min-width:1280px){.header__logo_change-color[data-v-12587123]{filter:invert(1)}}.header__logo[data-v-12587123]{font-family:OceanicGrokhotovHeading;font-size:38px;color:var(--text-color);line-height:77%;font-weight:800}.header__logo_white[data-v-12587123]{color:#fff}@media screen and (min-width:1280px){.header__logo[data-v-12587123]{font-size:54px}}.header__routes[data-v-12587123]{display:flex;align-items:start}@media screen and (min-width:1280px){.header__routes[data-v-12587123]{justify-content:end}}@media screen and (min-width:1480px){.header__routes[data-v-12587123]{max-width:693px;width:100%;justify-self:flex-end}}.header__routes[data-v-12587123]>:not(:first-child){margin-left:6px}@media screen and (min-width:768px){.header__routes[data-v-12587123]>:not(:first-child){margin-left:8px}}@media screen and (min-width:1660px){.header__routes[data-v-12587123] :nth-child(3),.header__routes[data-v-12587123] :nth-child(6){margin-left:auto}}.header__routes[data-v-12587123] :nth-child(3),.header__routes[data-v-12587123] :nth-child(4){display:none}@media screen and (min-width:1660px){.header__routes[data-v-12587123] :nth-child(3),.header__routes[data-v-12587123] :nth-child(4){display:block}}.header__routes-contacts[data-v-12587123],.header__routes-item[data-v-12587123]{display:none;white-space:nowrap}@media screen and (min-width:1280px){.header__routes-contacts[data-v-12587123],.header__routes-item[data-v-12587123]{display:block}}.header__routes-contacts[data-v-12587123],.header__routes-item[data-v-12587123],.header__routes-menu[data-v-12587123]{--txt-color:var(--text-color);--bg-color:var(--button-bg);--bg-color-hover:var(--button-bg-hover);--bg-color-active:var(--button-bg-active);--txt-color-active:var(--button-text-active);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header__routes-contacts_active[data-v-12587123],.header__routes-item_active[data-v-12587123],.header__routes-menu_active[data-v-12587123]{--bg-color:var(--button-bg-active);--txt-color:var(--button-text-active)}.header__routes-contacts_active[data-v-12587123]:hover,.header__routes-item_active[data-v-12587123]:hover,.header__routes-menu_active[data-v-12587123]:hover{background-color:var(--button-bg-active)}.header__routes-instruction[data-v-12587123],.header__routes-theme[data-v-12587123]{--txt-color:var(--text-color);--bg-color:var(--button-bg);--bg-color-hover:var(--button-bg-hover);--bg-color-active:var(--button-bg-active);--txt-color-active:var(--button-text-active)}@media screen and (min-width:1280px){.header__routes-instruction[data-v-12587123],.header__routes-theme[data-v-12587123]{display:none}}.common-image[data-v-ee989497]{-o-object-fit:inherit;object-fit:inherit;width:100%;height:100%}.client-cards[data-v-8861f6be]{cursor:default;width:100%;height:100%;position:relative;overflow:hidden}.client-cards__item[data-v-8861f6be]{animation:appearance-8861f6be .3s linear .8s forwards;opacity:0;position:absolute;-o-object-fit:cover;object-fit:cover;border-radius:20px;pointer-events:none}@media screen and (min-width:1280px){.client-cards__item[data-v-8861f6be]{border-radius:32px}}.client-cards__item[data-v-8861f6be]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.client-cards__text[data-v-8861f6be]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:150px;pointer-events:none}@media screen and (min-width:768px){.client-cards__text[data-v-8861f6be]{font-size:200px}}@media screen and (min-width:1280px){.client-cards__text[data-v-8861f6be]{font-size:300px}}@media screen and (min-width:1480px){.client-cards__text[data-v-8861f6be]{font-size:500px}}@keyframes appearance-8861f6be{to{opacity:1}}.error-layout[data-v-898e8ef5]{min-height:100dvh;display:flex;flex-direction:column}.error-layout__wrapper[data-v-898e8ef5]{position:relative;flex:1;display:grid;grid-template-rows:1fr 1fr}@media screen and (min-width:768px){.error-layout__wrapper[data-v-898e8ef5]{grid-template-columns:1fr 1fr;grid-template-rows:1fr}}.error-layout__hero[data-v-898e8ef5]{background-color:#000;flex:1;height:100%}.error-layout__content[data-v-898e8ef5]{padding:0 32px;display:flex;flex-direction:column;justify-content:center;gap:32px}.error-layout__text[data-v-898e8ef5],.error-layout__title[data-v-898e8ef5]{text-align:center}.error-layout__text[data-v-898e8ef5]{font-family:OceanicGrokhotov;font-weight:400;font-size:14px}@media screen and (min-width:768px){.error-layout__text[data-v-898e8ef5]{font-size:16px}}.error-layout__text[data-v-898e8ef5]{text-wrap:balance}.error-layout__btns[data-v-898e8ef5]{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px}@media screen and (min-width:1280px){.error-layout__btns[data-v-898e8ef5]{grid-template-rows:1fr;grid-template-columns:repeat(4,max-content);margin:0 auto}}.error-layout__btn[data-v-898e8ef5]{width:100%}@media screen and (min-width:1280px){.error-layout__btn[data-v-898e8ef5]{width:-moz-fit-content;width:fit-content}}
