/*!
Theme Name: Useus
Theme URI: http://underscores.me/
Author: Dan Zakirov
Author URI: https://air-wp.com/
Description: Эта тема посвящена гибридной интеграционной платформе USEBUS, разработанной компанией Usetech. USEBUS - это инновационное решение, объединяющее в себе лучшие практики интеграции и передовые технологии.
Version: 1.0.7
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: usebus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Useus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

*,*::before,*::after{padding:0;margin:0;border:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{height:100%}body{position:relative;font-family:"Jost",Arial,sans-serif;color:#f7f7f7;background:#070707;overflow:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0);scrollbar-gutter:stable}body.static{overflow:hidden}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{border-radius:0}::-webkit-scrollbar-thumb{background-color:#a3ca00;border-radius:5px;border:0}@font-face{font-family:"Inter";src:url(assets/fonts/Inter-Regular.woff2) format("woff2"),url(assets/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"Inter";src:url(assets/fonts/Inter-Medium.woff2) format("woff2"),url(assets/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:"Inter";src:url(assets/fonts/Inter-SemiBold.woff2) format("woff2"),url(assets/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:block}@font-face{font-family:"Inter";src:url(assets/fonts/Inter-SemiBoldItalic.woff2) format("woff2"),url(assets/fonts/Inter-SemiBoldItalic.woff) format("woff");font-weight:600;font-style:italic;font-display:block}@font-face{font-family:"Jost";src:url(assets/fonts/Jost-Regular.woff2) format("woff2"),url(assets/fonts/Jost-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:"Jost";src:url(assets/fonts/Jost-Medium.woff2) format("woff2"),url(assets/fonts/Jost-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:block}@font-face{font-family:"Jost";src:url(assets/fonts/Jost-SemiBold.woff2) format("woff2"),url(assets/fonts/Jost-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:block}@font-face{font-family:"Jost";src:url(assets/fonts/Jost-Bold.woff2) format("woff2"),url(assets/fonts/Jost-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:block}.container{position:relative;margin:0 auto;width:100%;max-width:1760px}section{position:relative;padding:0 80px 120px;width:100%;overflow:hidden;background:#070707}@media screen and (max-width: 120rem){section{padding:0 40px 120px}}@media screen and (max-width: 80rem){section{padding:0 40px 80px}}@media screen and (max-width: 36rem){section{padding:0 20px 80px}}section.main{padding-bottom:80px}@media screen and (max-width: 120rem){section.main{padding-bottom:40px}}@media screen and (max-width: 80rem){section.main{padding-bottom:64px}}@media screen and (max-width: 64rem){section.main{padding-bottom:80px}}section.main-technical{padding-bottom:64px}section.advantages{overflow:visible;padding:0 0 40px}@media screen and (max-width: 80rem){section.advantages{padding:0 0 80px}}@media screen and (max-width: 48rem){section.advantages{padding:0 0 64px}}@media screen and (max-width: 36rem){section.advantages{padding:0 0 120px}}section.advantages section{padding-bottom:0}section.builds{padding:0 0 120px}@media screen and (max-width: 80rem){section.builds{padding:0 0 80px}}@media screen and (max-width: 64rem){section.builds{padding:0 0 120px}}@media screen and (max-width: 36rem){section.builds{padding:0 0 80px}}section.builds section{padding-bottom:0}@media screen and (max-width: 64rem){section.systems{padding-bottom:120px}}@media screen and (max-width: 36rem){section.systems{padding-bottom:80px}}section.systems section{padding:0}section.systems section.interface{padding-bottom:120px}@media screen and (max-width: 80rem){section.systems section.interface{padding-bottom:64px}}@media screen and (max-width: 64rem){section.systems section.interface{padding-bottom:80px}}@media screen and (max-width: 36rem){section.systems section.interface{padding-bottom:64px}}section.systems section.integration{padding-bottom:80px}@media screen and (max-width: 80rem){section.systems section.integration{padding-bottom:40px}}@media screen and (max-width: 64rem){section.systems section.integration{padding-bottom:120px}}@media screen and (max-width: 36rem){section.systems section.integration{padding-bottom:64px}}@media screen and (max-width: 80rem){section.debugging{padding-bottom:80px}}section.tracing{padding-bottom:0}section.findings{position:relative;padding-top:120px;padding-bottom:120px}@media screen and (max-width: 80rem){section.findings{padding-top:80px;padding-bottom:80px}}@media screen and (max-width: 64rem){section.findings{padding-top:120px;padding-bottom:120px}}@media screen and (max-width: 36rem){section.findings{padding-top:80px;padding-bottom:80px}}@media screen and (max-width: 80rem){section.cards{padding-right:0;padding-left:0}}@media screen and (max-width: 64rem){section.cards{padding-bottom:120px}}@media screen and (max-width: 36rem){section.cards{padding-bottom:80px}}section.services{padding:80px 0}section.care{padding-bottom:80px}section.calculator{padding-bottom:80px}@media screen and (max-width: 80rem){section.calculator{padding-bottom:56px}}@media screen and (max-width: 64rem){section.calculator{padding-bottom:80px}}@media screen and (max-width: 36rem){section.calculator{padding-bottom:40px}}section.vendor{padding-bottom:80px;background:#0d0d0d}@media screen and (max-width: 36rem){section.vendor{padding-bottom:0}}section.presentation{padding-top:160px;padding-bottom:160px}@media screen and (max-width: 90rem){section.presentation{padding-top:120px;padding-bottom:120px}}@media screen and (max-width: 80rem){section.presentation{padding-top:80px;padding-bottom:80px}}@media screen and (max-width: 36rem){section.presentation{padding-top:120px}}section.awards{padding:0;background:rgba(0,0,0,0)}section.trust{padding-top:120px;padding-bottom:200px}@media screen and (max-width: 80rem){section.trust{padding-top:80px;padding-bottom:160px}}@media screen and (max-width: 64rem){section.trust{padding-top:120px}}@media screen and (max-width: 36rem){section.trust{padding-top:80px;padding-bottom:120px}}section.tool{padding-bottom:80px}@media screen and (max-width: 36rem){section.tool{padding-bottom:64px}}section.development{padding-bottom:160px}@media screen and (max-width: 120rem){section.development{padding-bottom:120px}}@media screen and (max-width: 64rem){section.development{padding-bottom:80px}}section.roadmap{padding-bottom:80px}@media screen and (max-width: 90rem){section.roadmap{padding-bottom:120px}}@media screen and (max-width: 64rem){section.roadmap{padding-bottom:80px}}section.training{padding-bottom:0}section.architecture{padding-bottom:160px}@media screen and (max-width: 120rem){section.architecture{padding-bottom:120px}}@media screen and (max-width: 64rem){section.architecture{padding-bottom:80px}}@media screen and (max-width: 48rem){section.architecture{padding-bottom:120px}}@media screen and (max-width: 36rem){section.architecture{padding-bottom:80px}}section.roles{padding-bottom:160px}@media screen and (max-width: 120rem){section.roles{padding-bottom:120px}}@media screen and (max-width: 64rem){section.roles{padding-bottom:80px}}@media screen and (max-width: 36rem){section.roles{padding-bottom:64px}}section.product{padding:0 0 160px 0}@media screen and (max-width: 120rem){section.product{padding:0 0 120px 0}}@media screen and (max-width: 64rem){section.product{padding:0 0 80px 0}}section.product section{padding-bottom:0}@media screen and (max-width: 80rem){section.functional{padding-bottom:120px}}section.fullscreen{display:flex;flex-direction:column;min-height:100vh}@media screen and (max-width: 80rem){section.fullscreen{min-height:auto}}section.pb-no{padding-bottom:0}section.pb-40{padding-bottom:40px}section.pb-80{padding-bottom:80px}@media screen and (max-width: 120rem){section.pb-80{padding-bottom:40px}}section.gray{background:#0d0d0d}.technical{position:relative;z-index:1}.usebus{position:relative;z-index:1}.usebus-advantages{display:flex;flex-direction:column}.usebus-advantages-blocks{position:relative}.usebus-advantages-pagination{position:absolute;top:0;left:0;bottom:0;display:flex;flex-direction:column;width:100px;height:100%;z-index:1}@media screen and (max-width: 80rem){.usebus-advantages-pagination{display:none;display:none}}.usebus-advantages-pagination-points{position:sticky;top:50%;transform:translateY(-50%);left:40px;display:flex;flex-direction:column;gap:16px;width:12px;height:68px}.usebus-advantages-pagination-points__point{display:flex;width:12px;height:12px;border:1px solid #a3acd1;border-radius:50%;transition:.3s;cursor:pointer}.usebus-advantages-pagination-points__point:hover{transform:scale(1.3)}.usebus-advantages-pagination-points__point.active{background:#a3acd1}.usebus-advantages-pagination-points__point a{width:12px;height:12px}@media screen and (max-width: 80rem){.usebus-advantages .advantage-1{display:none}}@media screen and (max-width: 80rem){.usebus-advantages .advantage-2{display:none}}@media screen and (max-width: 80rem){.usebus-advantages .advantage-3{display:none}}.usebus-advantage-main{position:relative;display:grid;grid-template-columns:repeat(24, 1fr);gap:56px 20px;min-height:100vh;z-index:1}@media screen and (max-width: 120rem){.usebus-advantage-main{gap:48px 20px}}@media screen and (max-width: 80rem){.usebus-advantage-main{grid-template-columns:repeat(16, 1fr);gap:32px 20px;min-height:auto}}@media screen and (max-width: 48rem){.usebus-advantage-main{grid-template-columns:repeat(8, 1fr)}}.usebus-advantage-main-block{display:flex;flex-direction:column;gap:32px;grid-column:13/21;grid-row:2/3;align-self:start;max-width:570px;width:100%}@media screen and (max-width: 120rem){.usebus-advantage-main-block{grid-column:13/23;max-width:552px}}@media screen and (max-width: 90rem){.usebus-advantage-main-block{grid-column:13/24}}@media screen and (max-width: 80rem){.usebus-advantage-main-block{grid-column:1/11;grid-row:2/3}}@media screen and (max-width: 64rem){.usebus-advantage-main-block{grid-column:3/15;grid-row:2/3;max-width:100%}}@media screen and (max-width: 48rem){.usebus-advantage-main-block{gap:20px;grid-column:1/9}}.usebus-advantage-main-block__wrapper{display:flex;flex-direction:column;gap:24px;counter-reset:list-counter}@media screen and (max-width: 120rem){.usebus-advantage-main-block__wrapper{gap:20px}}@media screen and (max-width: 80rem){.usebus-advantage-main-block__wrapper{display:none}}.usebus-advantage-main-block__info{position:relative;display:flex;flex-direction:column;margin-left:47px;padding-bottom:24px;gap:8px;border-bottom:1px solid #474858;counter-increment:list-counter}@media screen and (max-width: 120rem){.usebus-advantage-main-block__info{padding-bottom:20px}}.usebus-advantage-main-block__info::after{content:counter(list-counter) " /";position:absolute;top:0;left:-47px;font-size:24px;font-weight:600;line-height:1.1;color:#474858}.usebus-advantage-main-block .accordion{display:none}@media screen and (max-width: 80rem){.usebus-advantage-main-block .accordion{display:block}}@media screen and (max-width: 48rem){.usebus-advantage-main-block .component{max-width:380px}}.usebus-advantage-main__img{display:none;grid-column:1/11;grid-row:1/3;transition:.3s;margin-left:-80px;pointer-events:none;user-select:none}@media screen and (max-width: 120rem){.usebus-advantage-main__img{margin-left:-40px}}@media screen and (max-width: 80rem){.usebus-advantage-main__img{display:block;grid-column:11/17;grid-row:1/4;margin-left:0}}@media screen and (max-width: 64rem){.usebus-advantage-main__img{display:none}}.usebus-advantage-main__img img{width:100%;height:100%}.usebus-advantage-main-video{grid-column:1/11;grid-row:1/3;transition:.3s;margin-left:-80px;pointer-events:none;user-select:none;z-index:0}@media screen and (max-width: 120rem){.usebus-advantage-main-video{margin-left:-40px}}@media screen and (max-width: 80rem){.usebus-advantage-main-video{grid-column:11/17;grid-row:1/4;margin-left:0;display:none}}@media screen and (max-width: 64rem){.usebus-advantage-main-video{display:none}}.usebus-advantage-main-video__item{width:100%;height:100%}.usebus-advantage-main-video__item source{display:flex;width:100%;height:100%}.usebus-advantage-main .h2{grid-column:7/21;grid-row:1/2;align-self:end;z-index:1}@media screen and (max-width: 80rem){.usebus-advantage-main .h2{grid-column:1/12;align-self:start;padding:54px 0 0 0}}@media screen and (max-width: 64rem){.usebus-advantage-main .h2{grid-column:3/15}}@media screen and (max-width: 48rem){.usebus-advantage-main .h2{grid-column:1/9}}.usebus-advantage-1{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px;min-height:100vh;align-items:center}@media screen and (max-width: 80rem){.usebus-advantage-1{grid-template-columns:repeat(16, 1fr);min-height:auto}}@media screen and (max-width: 48rem){.usebus-advantage-1{grid-template-columns:repeat(8, 1fr)}}.usebus-advantage-1__img{grid-column:1/13;margin-left:-160px;transition:.3s;pointer-events:none;user-select:none}@media screen and (max-width: 120rem){.usebus-advantage-1__img{margin-left:-105px}}@media screen and (max-width: 80rem){.usebus-advantage-1__img{grid-column:1/17;grid-row:2/2;margin-left:0}}.usebus-advantage-1__img img{width:100%;height:100%}.usebus-advantage-1-block{display:flex;flex-direction:column;gap:24px;grid-column:13/21;padding-left:80px;max-width:575px;width:100%}@media screen and (max-width: 120rem){.usebus-advantage-1-block{gap:16px;max-width:475px}}@media screen and (max-width: 90rem){.usebus-advantage-1-block{grid-column:13/22}}@media screen and (max-width: 80rem){.usebus-advantage-1-block{grid-column:1/17;grid-row:1/2}}.usebus-advantage-1-block h3{position:relative}.usebus-advantage-1-block h3::after{content:"1 /";position:absolute;top:0;left:-80px;color:#474858}.usebus-advantage-1-block__wrapper{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 120rem){.usebus-advantage-1-block__wrapper{gap:12px}}.usebus-advantage-1-block__info{display:flex;flex-direction:column;gap:8px}.usebus-advantage-1-block__info .text-m{color:#a3ca00}.usebus-advantage-2{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px;min-height:100vh;align-items:center}@media screen and (max-width: 80rem){.usebus-advantage-2{grid-template-columns:repeat(16, 1fr);min-height:auto}}@media screen and (max-width: 48rem){.usebus-advantage-2{grid-template-columns:repeat(8, 1fr)}}.usebus-advantage-2__img{grid-column:1/13;pointer-events:none;user-select:none}@media screen and (max-width: 80rem){.usebus-advantage-2__img{grid-column:1/17;grid-row:2/2}}.usebus-advantage-2__img img{width:100%;height:100%}.usebus-advantage-2-block{display:flex;flex-direction:column;gap:24px;grid-column:13/23;padding-left:80px}@media screen and (max-width: 120rem){.usebus-advantage-2-block{gap:16px;grid-column:13/24}}@media screen and (max-width: 90rem){.usebus-advantage-2-block{grid-column:13/25}}@media screen and (max-width: 80rem){.usebus-advantage-2-block{grid-column:1/17;grid-row:1/2}}.usebus-advantage-2-block h3{position:relative}.usebus-advantage-2-block h3::after{content:"2 /";position:absolute;top:0;left:-80px;color:#474858}.usebus-advantage-2-block__wrapper{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 120rem){.usebus-advantage-2-block__wrapper{gap:12px}}.usebus-advantage-2-block__info{display:flex;flex-direction:column;gap:8px}.usebus-advantage-2-block__info .text-m{color:#a3ca00}.usebus-advantage-2-block .text-xs{max-width:430px;color:#474858}.usebus-advantage-3{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px;min-height:100vh;align-items:center}@media screen and (max-width: 80rem){.usebus-advantage-3{grid-template-columns:repeat(16, 1fr);min-height:auto}}@media screen and (max-width: 48rem){.usebus-advantage-3{grid-template-columns:repeat(8, 1fr)}}.usebus-advantage-3__img{grid-column:3/12;pointer-events:none;user-select:none}@media screen and (max-width: 80rem){.usebus-advantage-3__img{grid-column:1/17;grid-row:2/2}}.usebus-advantage-3__img img{width:100%;height:100%}.usebus-advantage-3-block{display:flex;flex-direction:column;gap:24px;grid-column:13/22;padding-left:80px}@media screen and (max-width: 120rem){.usebus-advantage-3-block{gap:16px;grid-column:13/23}}@media screen and (max-width: 90rem){.usebus-advantage-3-block{grid-column:13/24}}@media screen and (max-width: 80rem){.usebus-advantage-3-block{grid-column:1/17;grid-row:1/2}}.usebus-advantage-3-block h3{position:relative}.usebus-advantage-3-block h3::after{content:"3 /";position:absolute;top:0;left:-80px;color:#474858}.usebus-advantage-3-block__wrapper{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 120rem){.usebus-advantage-3-block__wrapper{gap:12px}}.usebus-advantage-3-block__info{display:flex;flex-direction:column;gap:8px}.usebus-advantage-3-block__info .text-m{color:#a3ca00}.usebus-awards{display:flex;flex-direction:column}.usebus-awards-coupes{padding:0 80px 48px;background:#070707}@media screen and (max-width: 120rem){.usebus-awards-coupes{padding:0 40px 48px}}@media screen and (max-width: 36rem){.usebus-awards-coupes{padding:0 20px 48px}}.usebus-awards-coupes__container{position:relative;display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin:0 auto;width:100%;max-width:1760px}@media screen and (max-width: 120rem){.usebus-awards-coupes__container{gap:0}}@media screen and (max-width: 64rem){.usebus-awards-coupes__container{grid-template-columns:repeat(2, 1fr);gap:40px 20px}}@media screen and (max-width: 36rem){.usebus-awards-coupes__container{grid-template-columns:1fr}}.usebus-awards-coupes-cell{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 64rem){.usebus-awards-coupes-cell:nth-child(2){order:4}}@media screen and (max-width: 36rem){.usebus-awards-coupes-cell{flex-direction:row;align-items:center}}.usebus-awards-coupes-cell__img{width:172px;height:150px;transition:.3s;pointer-events:none;user-select:none;flex:0 0 auto}@media screen and (max-width: 120rem){.usebus-awards-coupes-cell__img{width:122px;height:105px}}@media screen and (max-width: 36rem){.usebus-awards-coupes-cell__img{width:71px;height:62px}}.usebus-awards-coupes-cell__img img{width:100%;height:100%}.usebus-awards-coupes-cell__info{display:flex;flex-direction:column;gap:4px;max-width:387px}@media screen and (max-width: 120rem){.usebus-awards-coupes-cell__info{max-width:260px}}@media screen and (max-width: 80rem){.usebus-awards-coupes-cell__info{max-width:220px}}@media screen and (max-width: 64rem){.usebus-awards-coupes-cell__info{max-width:290px}}@media screen and (max-width: 48rem){.usebus-awards-coupes-cell__info{max-width:200px}}.usebus-awards-coupes-cell__info .text-s{max-width:260px;width:100%;color:#474858}@media screen and (max-width: 64rem){.usebus-awards-coupes-cell__info .text-s{max-width:220px}}.usebus-awards-coupes-cell__demo{align-items:flex-start}.usebus-awards-coupes-cell__demo-img{width:auto;height:60px}.usebus-awards-info{padding:0 80px;min-height:512px;background:rgba(0,0,0,0)}@media screen and (max-width: 120rem){.usebus-awards-info{padding:0 40px;min-height:340px}}@media screen and (max-width: 80rem){.usebus-awards-info{min-height:272px}}@media screen and (max-width: 64rem){.usebus-awards-info{padding:100px 40px;min-height:700px}}@media screen and (max-width: 36rem){.usebus-awards-info{padding:64px 20px;min-height:600px}}.usebus-awards-info__container{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px;padding:56px 0 56px 21px;margin:0 auto;width:100%;max-width:1760px}@media screen and (max-width: 120rem){.usebus-awards-info__container{padding:48px 0 48px 21px}}@media screen and (max-width: 80rem){.usebus-awards-info__container{grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 64rem){.usebus-awards-info__container{padding:0 0 0 21px}}@media screen and (max-width: 48rem){.usebus-awards-info__container{grid-template-columns:repeat(8, 1fr)}}.usebus-awards-info .text-m{position:relative;grid-column:13/24}@media screen and (max-width: 90rem){.usebus-awards-info .text-m{grid-column:13/25}}@media screen and (max-width: 80rem){.usebus-awards-info .text-m{grid-column:7/17}}@media screen and (max-width: 64rem){.usebus-awards-info .text-m{grid-column:1/15}}@media screen and (max-width: 48rem){.usebus-awards-info .text-m{grid-column:1/9}}.usebus-awards-info .text-m::after{content:"/";position:absolute;top:0;left:-21px}.usebus-builds{display:flex;flex-direction:column;gap:40px}@media screen and (max-width: 64rem){.usebus-builds{gap:80px}}@media screen and (max-width: 36rem){.usebus-builds{gap:64px}}.usebus-build-1{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px;align-items:center}@media screen and (max-width: 80rem){.usebus-build-1{grid-template-columns:repeat(16, 1fr);gap:28px 20px}}@media screen and (max-width: 48rem){.usebus-build-1{grid-template-columns:repeat(8, 1fr)}}.usebus-build-1-block{display:flex;flex-direction:column;gap:40px;grid-column:1/12;grid-row:1/2;max-width:810px;width:100%;z-index:1}@media screen and (max-width: 120rem){.usebus-build-1-block{gap:32px}}@media screen and (max-width: 90rem){.usebus-build-1-block{grid-column:1/13}}@media screen and (max-width: 80rem){.usebus-build-1-block{grid-column:1/11}}@media screen and (max-width: 64rem){.usebus-build-1-block{grid-column:1/17;grid-row:1/2;max-width:100%}}@media screen and (max-width: 48rem){.usebus-build-1-block{grid-column:1/9}}.usebus-build-1-block__heading{display:flex;flex-direction:column;gap:4px}@media screen and (max-width: 80rem){.usebus-build-1-block__heading h2 br{display:none}}@media screen and (max-width: 80rem){.usebus-build-1-block__heading h2.descriptor{max-width:480px}}.usebus-build-1-block__content{display:flex;flex-direction:column;gap:24px;padding-left:54px;max-width:670px;width:100%}@media screen and (max-width: 120rem){.usebus-build-1-block__content{padding-left:40px}}@media screen and (max-width: 64rem){.usebus-build-1-block__content{max-width:100%}}@media screen and (max-width: 48rem){.usebus-build-1-block__content{padding-left:0}}.usebus-build-1-block__content .text-m{position:relative}@media screen and (max-width: 120rem){.usebus-build-1-block__content .text-m{max-width:420px;width:100%}}@media screen and (max-width: 64rem){.usebus-build-1-block__content .text-m{max-width:420px}}.usebus-build-1-block__content .text-m::after{content:"1 /";position:absolute;top:0;left:-54px;font-size:24px;font-weight:600;line-height:1.1;color:#474858}@media screen and (max-width: 120rem){.usebus-build-1-block__content .text-m::after{left:-40px;font-size:20px}}@media screen and (max-width: 48rem){.usebus-build-1-block__content .text-m::after{display:none}}.usebus-build-1-block__wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:12px 20px}@media screen and (max-width: 120rem){.usebus-build-1-block__wrapper{gap:16px 0}}@media screen and (max-width: 64rem){.usebus-build-1-block__wrapper{display:flex;flex-wrap:wrap;gap:16px 20px}}@media screen and (max-width: 48rem){.usebus-build-1-block__wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px 12px}}.usebus-build-1-block-cell{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 64rem){.usebus-build-1-block-cell{max-width:210px;width:100%}}.usebus-build-1-block-cell__heading{font-size:28px;font-weight:400;line-height:1;color:#a3ca00;transition:.3s}@media screen and (max-width: 120rem){.usebus-build-1-block-cell__heading{font-size:24px}}@media screen and (max-width: 120rem){.usebus-build-1-block-cell .text-s{max-width:230px;width:100%}}.usebus-build-1__img{display:none;grid-column:12/25;grid-row:1/2;pointer-events:none;user-select:none}@media screen and (max-width: 80rem){.usebus-build-1__img{grid-column:9/17}}@media screen and (max-width: 64rem){.usebus-build-1__img{grid-column:2/16;grid-row:2/2}}@media screen and (max-width: 48rem){.usebus-build-1__img{grid-column:1/9}}.usebus-build-1__img img{width:100%;height:100%;transition:.3s}.usebus-build-1-video{grid-column:12/25;grid-row:1/2;pointer-events:none;user-select:none}@media screen and (max-width: 80rem){.usebus-build-1-video{grid-column:9/17}}@media screen and (max-width: 64rem){.usebus-build-1-video{grid-column:2/16;grid-row:2/2}}@media screen and (max-width: 48rem){.usebus-build-1-video{grid-column:1/9}}.usebus-build-1-video__item{width:100%;height:100%}.usebus-build-1-video__item source{display:flex;width:100%;height:100%}.usebus-build-1 h2.descriptor{color:#a3ca00}.usebus-build-2{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px;align-items:center;transition:.3s}@media screen and (max-width: 80rem){.usebus-build-2{gap:28px 20px;grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 48rem){.usebus-build-2{grid-template-columns:repeat(8, 1fr)}}.usebus-build-2:has(>.question:hover) .blur{backdrop-filter:blur(5px)}.usebus-build-2:has(>.question:hover) .question{animation-play-state:paused}.usebus-build-2-block{display:flex;flex-direction:column;gap:40px;grid-column:14/24;grid-row:1/2;max-width:810px;width:100%;z-index:1}@media screen and (max-width: 120rem){.usebus-build-2-block{gap:32px;grid-column:14/25}}@media screen and (max-width: 90rem){.usebus-build-2-block{grid-column:13/25}}@media screen and (max-width: 80rem){.usebus-build-2-block{grid-column:8/17}}@media screen and (max-width: 64rem){.usebus-build-2-block{grid-column:1/16;grid-row:1/2;max-width:950px}}@media screen and (max-width: 48rem){.usebus-build-2-block{grid-column:1/9}}.usebus-build-2-block-content{display:flex;flex-direction:column;gap:24px;padding-left:54px;max-width:670px;width:100%}@media screen and (max-width: 120rem){.usebus-build-2-block-content{padding-left:40px}}@media screen and (max-width: 64rem){.usebus-build-2-block-content{max-width:100%}}@media screen and (max-width: 48rem){.usebus-build-2-block-content{padding-left:0}}.usebus-build-2-block-content__heading{display:flex;flex-direction:column;gap:8px}.usebus-build-2-block-content__heading .text-m{position:relative}@media screen and (max-width: 90rem){.usebus-build-2-block-content__heading .text-m{max-width:480px;width:100%}}.usebus-build-2-block-content__heading .text-m::after{content:"2 /";position:absolute;top:0;left:-54px;font-size:24px;font-weight:600;line-height:1.1;color:#474858}@media screen and (max-width: 120rem){.usebus-build-2-block-content__heading .text-m::after{left:-40px;font-size:20px}}@media screen and (max-width: 48rem){.usebus-build-2-block-content__heading .text-m::after{display:none}}.usebus-build-2-block-content__pluses{display:flex;flex-direction:column;gap:20px}.usebus-build-2-block-content__wrapper{display:flex;flex-direction:column;gap:12px}.usebus-build-2-block-content__wrapper .text-m{color:#a3ca00}.usebus-build-2-block-content__wrapper ul{display:flex;flex-direction:column;gap:8px;padding-left:24px}@media screen and (max-width: 64rem){.usebus-build-2-block-content__wrapper ul{padding-left:20px}}@media screen and (max-width: 48rem){.usebus-build-2-block-content__wrapper ul{padding-left:14px}}.usebus-build-2-block-content__wrapper ul li{position:relative;font-size:20px;line-height:1.1;font-weight:400;transition:.3s}@media screen and (max-width: 120rem){.usebus-build-2-block-content__wrapper ul li{font-size:16px}}.usebus-build-2-block-content__wrapper ul li:after{content:"";position:absolute;top:3px;left:-24px;width:12px;height:12px;background-image:url(assets/svg/plus-accent.svg);background-repeat:no-repeat;background-position:center}@media screen and (max-width: 64rem){.usebus-build-2-block-content__wrapper ul li:after{left:-20px;width:8px;height:8px}}@media screen and (max-width: 48rem){.usebus-build-2-block-content__wrapper ul li:after{left:-14px}}.usebus-build-2-block-content__info{padding:12px 20px 14px 20px;font-size:20px;line-height:1.1;font-weight:400;transition:.3s;border:1px solid rgba(163,172,209,.1607843137)}@media screen and (max-width: 120rem){.usebus-build-2-block-content__info{font-size:16px}}@media screen and (max-width: 48rem){.usebus-build-2-block-content__info{padding:12px 16px 14px 16px}}.usebus-build-2__img{position:relative;grid-column:2/12;grid-row:1/2;pointer-events:none;user-select:none;transition:.3s}@media screen and (max-width: 90rem){.usebus-build-2__img{grid-column:1/11}}@media screen and (max-width: 80rem){.usebus-build-2__img{grid-column:1/8}}@media screen and (max-width: 64rem){.usebus-build-2__img{grid-column:2/16;grid-row:2/2}}@media screen and (max-width: 48rem){.usebus-build-2__img{grid-column:1/9}}.usebus-build-2__img img{width:100%;height:100%;transition:.3s}.usebus-build-2__img .blur{position:absolute;top:0;right:0;bottom:0;left:0;transition:.3s}.usebus-build-2__question{display:none;flex-direction:column;gap:4px;grid-column:2/16;max-width:950px}@media screen and (max-width: 64rem){.usebus-build-2__question{display:flex}}@media screen and (max-width: 48rem){.usebus-build-2__question{grid-column:1/9}}.usebus-build-2__question .text-m{color:#a3ca00}.usebus-build-2 .question{position:relative;grid-column:4/6;grid-row:1/2;align-self:end;margin-left:23%;margin-bottom:44%;height:12%;width:72%;cursor:pointer;z-index:1;border-radius:50%;transition:.3s}@media screen and (max-width: 80rem){.usebus-build-2 .question{display:none}}.usebus-build-2 .question:hover .question__info{opacity:1;pointer-events:auto}@media screen and (max-width: 90rem){.usebus-build-2 .question{grid-column:3/5}}.usebus-build-2 .question__info{position:absolute;left:50%;transform:translateX(-50%);bottom:110%;padding:16px 12px;width:300px;border-radius:3px;border:1px solid #474858;background:#1d1d1d;transition:.3s;cursor:default;opacity:0;pointer-events:none}@media screen and (max-width: 120rem){.usebus-build-2 .question__info{width:230px}}.usebus-build-2 .question__info .text-s{color:#a3ca00}.usebus-calculator{display:flex;flex-direction:column;gap:64px}.usebus-calculator-form-row{display:flex;flex-direction:column}@media screen and (max-width: 64rem){.usebus-calculator-form-row{gap:20px}}.usebus-calculator-form-row__heading h3{display:none}@media screen and (max-width: 64rem){.usebus-calculator-form-row__heading h3{display:block}}.usebus-calculator-form-row__content{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.usebus-calculator-form-row__content{grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 48rem){.usebus-calculator-form-row__content{display:flex;flex-direction:column}}.usebus-calculator-form__column.left{grid-column:1/10}@media screen and (max-width: 80rem){.usebus-calculator-form__column.left{grid-column:1/7}}.usebus-calculator-form__column.left .usebus-calculator-form__wrapper{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 64rem){.usebus-calculator-form__column.left .usebus-calculator-form__wrapper h3{display:none}}.usebus-calculator-form__column.right{display:flex;grid-column:10/21}@media screen and (max-width: 120rem){.usebus-calculator-form__column.right{grid-column:10/22}}@media screen and (max-width: 90rem){.usebus-calculator-form__column.right{grid-column:10/23}}@media screen and (max-width: 80rem){.usebus-calculator-form__column.right{grid-column:7/17}}@media screen and (max-width: 64rem){.usebus-calculator-form__column.right{grid-column:7/17}}.usebus-calculator-form__column.right .usebus-calculator-form__wrapper{display:flex;align-items:center;gap:16px}@media screen and (max-width: 64rem){.usebus-calculator-form__column.right .usebus-calculator-form__wrapper{flex-direction:column;align-items:start;gap:12px}}.usebus-calculator-form__column.right .usebus-calculator-form__wrapper.start{align-items:start}@media screen and (max-width: 64rem){.usebus-calculator-form__column.right .usebus-calculator-form__wrapper.start{flex-direction:row}}.usebus-calculator-form__column.right fieldset{gap:12px}@media screen and (max-width: 64rem){.usebus-calculator-form__column.right fieldset{gap:32px}}.usebus-calculator-form__cells{display:flex;flex-wrap:wrap;gap:24px;max-width:443px}.usebus-calculator-form__cell{display:flex;flex-direction:column;gap:4px}.usebus-calculator-form__cell .text-l,.usebus-calculator-form__cell .text-s{color:#a3ca00}.usebus-calculator-form.form{gap:64px}@media screen and (max-width: 64rem){.usebus-calculator-form.form{gap:56px}}.usebus-cards-block{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 80rem){.usebus-cards-block__heading{padding:0 40px}}@media screen and (max-width: 36rem){.usebus-cards-block__heading{padding:0 20px}}.usebus-cards__scroll{display:flex;gap:20px}@media screen and (max-width: 120rem){.usebus-cards__scroll{gap:16px}}@media screen and (max-width: 80rem){.usebus-cards__scroll{overflow:hidden;overflow-x:scroll;scrollbar-width:none}}.usebus-cards .card{position:relative;display:flex;flex-direction:column;padding:40px 48px 48px;width:27%;height:632px;background:#0d0d0d;border-radius:3px;border:1px solid #474858;transition:.5s;overflow:hidden;cursor:pointer;flex:0 0 auto}@media screen and (max-width: 120rem){.usebus-cards .card{padding:32px 28px;height:481px}}@media screen and (max-width: 80rem){.usebus-cards .card{height:460px;width:310px}}@media screen and (max-width: 48rem){.usebus-cards .card{width:480px}}@media screen and (max-width: 36rem){.usebus-cards .card{padding:24px 20px;height:510px;width:280px}}.usebus-cards .card:hover{border:1px solid #a3ca00}@media screen and (max-width: 48rem){.usebus-cards .card:hover{border:1px solid #474858}}@media screen and (max-width: 80rem){.usebus-cards .card:first-of-type{margin-left:40px}}@media screen and (max-width: 36rem){.usebus-cards .card:first-of-type{margin-left:20px}}@media screen and (max-width: 80rem){.usebus-cards .card:last-of-type{margin-right:40px}}@media screen and (max-width: 36rem){.usebus-cards .card:last-of-type{margin-right:20px}}.usebus-cards .card:nth-child(1) .card__open .card__heading{max-width:535px}@media screen and (max-width: 120rem){.usebus-cards .card:nth-child(1) .card__open .card__heading{max-width:442px}}.usebus-cards .card.active{width:46%;cursor:default}@media screen and (max-width: 80rem){.usebus-cards .card.active{width:568px}}@media screen and (max-width: 48rem){.usebus-cards .card.active{width:480px}}@media screen and (max-width: 36rem){.usebus-cards .card.active{width:280px}}.usebus-cards .card.active:hover{border:1px solid #474858}.usebus-cards .card.active .card__open{opacity:1;pointer-events:auto;transition-delay:.5s,0s}.usebus-cards .card.active .card__close{opacity:0;pointer-events:none;transition-delay:0s,.5s}.usebus-cards .card__heading{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 120rem){.usebus-cards .card__heading{gap:12px}}.usebus-cards .card__img{transition:.3s;pointer-events:none;user-select:none}.usebus-cards .card__img img{width:100%;transition:.3s}.usebus-cards .card__close{position:absolute;top:0;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;gap:32px;padding:40px 48px 48px;width:100%;height:100%;opacity:1;transition:.5s;transition-delay:.5s,0s}@media screen and (max-width: 120rem){.usebus-cards .card__close{gap:12px;padding:32px 28px}}@media screen and (max-width: 48rem){.usebus-cards .card__close{display:none}}.usebus-cards .card__close .card__img{max-width:357px;margin:0 auto}@media screen and (max-width: 120rem){.usebus-cards .card__close .card__img{max-width:292px}}@media screen and (max-width: 90rem){.usebus-cards .card__close .card__img{max-width:250px}}.usebus-cards .card__open{display:flex;flex-direction:column;gap:32px;height:100%;opacity:0;pointer-events:none;transition:.5s;width:100%}@media screen and (max-width: 120rem){.usebus-cards .card__open{gap:16px}}@media screen and (max-width: 48rem){.usebus-cards .card__open{opacity:1}}.usebus-cards .card__open .card__img{max-width:700px;margin:0 auto}@media screen and (max-width: 120rem){.usebus-cards .card__open .card__img{max-width:590px}}@media screen and (max-width: 90rem){.usebus-cards .card__open .card__img{max-width:510px}}@media screen and (max-width: 36rem){.usebus-cards .card__open .card__img{max-width:240px}}@media screen and (max-width: 36rem){.usebus-cards .card__open .card__img.one{max-width:240px}}@media screen and (max-width: 36rem){.usebus-cards .card__open .card__img.two{max-width:202px}}@media screen and (max-width: 36rem){.usebus-cards .card__open .card__img.three{max-width:187px}}.usebus-cards .card__open .button{margin-top:auto;width:100%}.usebus-care{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.usebus-care{grid-template-columns:repeat(16, 1fr);gap:24px 20px}}@media screen and (max-width: 48rem){.usebus-care{grid-template-columns:repeat(8, 1fr);gap:16px 20px}}@media screen and (max-width: 36rem){.usebus-care{gap:20px}}.usebus-care-block{display:flex;flex-direction:column;gap:48px;grid-column:1/10;grid-row:1/2;z-index:1}@media screen and (max-width: 90rem){.usebus-care-block{grid-column:1/12}}@media screen and (max-width: 80rem){.usebus-care-block{grid-column:1/10}}@media screen and (max-width: 64rem){.usebus-care-block{gap:40px;grid-column:1/13;grid-row:1/2}}@media screen and (max-width: 48rem){.usebus-care-block{gap:32px;grid-column:1/9}}.usebus-care-block__info{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 120rem){.usebus-care-block__info{gap:16px}}.usebus-care__licenses{display:flex;flex-direction:column;gap:12px;max-width:500px;width:100%}@media screen and (max-width: 120rem){.usebus-care__licenses{max-width:383px}}@media screen and (max-width: 80rem){.usebus-care__licenses{max-width:369px}}@media screen and (max-width: 64rem){.usebus-care__licenses{max-width:472px}}@media screen and (max-width: 48rem){.usebus-care__licenses{max-width:100%}}@media screen and (max-width: 36rem){.usebus-care__licenses{gap:4px}}.usebus-care-license{display:flex;align-items:center;gap:20px;padding:18px 24px;border-radius:8px;background:#1d1d1d}@media screen and (max-width: 120rem){.usebus-care-license{gap:16px;padding:18px 20px}}@media screen and (max-width: 48rem){.usebus-care-license{padding:16px}}.usebus-care-license__svg{width:62px;height:44px}@media screen and (max-width: 120rem){.usebus-care-license__svg{width:56px;height:40px}}@media screen and (max-width: 48rem){.usebus-care-license__svg{width:40px;height:29px}}.usebus-care-license__img{width:62px;height:44px;flex:0 0 auto}@media screen and (max-width: 120rem){.usebus-care-license__img{width:56px;height:40px}}@media screen and (max-width: 48rem){.usebus-care-license__img{width:40px;height:29px}}.usebus-care-license__img img{width:100%;height:100%}.usebus-care__img{display:none;grid-column:10/25;grid-row:1/2;pointer-events:none;user-select:none}@media screen and (max-width: 80rem){.usebus-care__img{grid-column:8/17}}@media screen and (max-width: 64rem){.usebus-care__img{grid-column:2/16;grid-row:2/2}}@media screen and (max-width: 48rem){.usebus-care__img{grid-column:1/9}}.usebus-care__img img{width:100%}.usebus-care-video{grid-column:10/25;grid-row:1/2;pointer-events:none;user-select:none}@media screen and (max-width: 80rem){.usebus-care-video{grid-column:8/17}}@media screen and (max-width: 64rem){.usebus-care-video{grid-column:2/16;grid-row:2/2}}@media screen and (max-width: 48rem){.usebus-care-video{grid-column:1/9}}.usebus-care-video__item{width:100%;height:100%}.usebus-care-video__item source{display:flex;width:100%;height:100%}.usebus-components-block{display:flex;flex-direction:column;gap:36px}@media screen and (max-width: 48rem){.usebus-components-block{gap:36px}}@media screen and (max-width: 36rem){.usebus-components-block{gap:24px}}.usebus-components-block__heading{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 64rem){.usebus-components-block__heading h3{max-width:460px}}.usebus-components-block__content{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 120rem){.usebus-components-block__content{gap:28px 20px}}@media screen and (max-width: 80rem){.usebus-components-block__content{grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 48rem){.usebus-components-block__content{grid-template-columns:repeat(8, 1fr)}}.usebus-components-block__wrapper{display:flex;flex-wrap:wrap;gap:4px;grid-column:1/18;grid-row:1/2}@media screen and (max-width: 120rem){.usebus-components-block__wrapper{grid-column:1/25}}@media screen and (max-width: 80rem){.usebus-components-block__wrapper{grid-column:1/17}}@media screen and (max-width: 48rem){.usebus-components-block__wrapper{grid-column:1/9}}.usebus-components-block .button{grid-column:19/25;grid-row:1/2}@media screen and (max-width: 120rem){.usebus-components-block .button{grid-column:1/8;grid-row:2/3}}@media screen and (max-width: 64rem){.usebus-components-block .button{grid-column:1/17}}@media screen and (max-width: 48rem){.usebus-components-block .button{grid-column:1/9}}.usebus-database{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.usebus-database{grid-template-columns:repeat(16, 1fr);gap:28px 20px}}@media screen and (max-width: 48rem){.usebus-database{grid-template-columns:repeat(8, 1fr)}}.usebus-database-block{display:flex;flex-direction:column;gap:32px;grid-column:1/14}@media screen and (max-width: 80rem){.usebus-database-block{grid-column:1/17;grid-row:1/2}}@media screen and (max-width: 48rem){.usebus-database-block{grid-column:1/9}}.usebus-database-block-content{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 80rem){.usebus-database-block-content .text-m{max-width:800px}}.usebus-database-block-content__wrapper{display:flex;flex-direction:column;gap:12px}.usebus-database-block-content__wrapper .text-m{color:#a3ca00}.usebus-database-block-content-ul{display:flex;flex-direction:column;gap:8px;padding-left:24px}@media screen and (max-width: 64rem){.usebus-database-block-content-ul{padding-left:20px}}@media screen and (max-width: 48rem){.usebus-database-block-content-ul{padding-left:14px}}.usebus-database-block-content-ul__li{position:relative;font-size:20px;font-weight:400;line-height:1.2}@media screen and (max-width: 120rem){.usebus-database-block-content-ul__li{font-size:16px}}.usebus-database-block-content-ul__li::after{content:"";position:absolute;top:5px;left:-24px;width:12px;height:12px;background-image:url(assets/svg/plus-accent.svg);background-repeat:no-repeat;background-position:center}@media screen and (max-width: 64rem){.usebus-database-block-content-ul__li::after{left:-20px;width:8px;height:8px}}@media screen and (max-width: 48rem){.usebus-database-block-content-ul__li::after{left:-14px}}.usebus-database-block-content-info{display:flex;align-items:center;justify-content:center;padding:5px 32px;text-align:center;background:#111;border:1px solid rgba(163,172,209,.1607843137);border-radius:3px}.usebus-database-block-content-info__text{max-width:500px;font-size:24px;font-weight:400;line-height:1.2}@media screen and (max-width: 120rem){.usebus-database-block-content-info__text{font-size:20px}}@media screen and (max-width: 36rem){.usebus-database-block-content-info__text{font-size:16px}}.usebus-database__img{grid-column:15/25}@media screen and (max-width: 80rem){.usebus-database__img{grid-column:5/13;grid-row:2/2}}@media screen and (max-width: 64rem){.usebus-database__img{grid-column:2/16}}@media screen and (max-width: 48rem){.usebus-database__img{grid-column:1/9}}.usebus-database__img img{width:100%;height:100%;transition:.3s}.usebus-debugging-block{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 120rem){.usebus-debugging-block{gap:24px}}@media screen and (max-width: 36rem){.usebus-debugging-block{gap:16px}}.usebus-debugging-block__heading{max-width:914px}@media screen and (max-width: 120rem){.usebus-debugging-block__heading{max-width:700px}}.usebus-debugging-block__content{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.usebus-debugging-block__content{grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 64rem){.usebus-debugging-block__content{gap:30px 20px}}@media screen and (max-width: 48rem){.usebus-debugging-block__content{grid-template-columns:repeat(8, 1fr);gap:40px 20px}}@media screen and (max-width: 36rem){.usebus-debugging-block__content{gap:28px 20px}}.usebus-debugging-block__img{grid-column:1/19}@media screen and (max-width: 80rem){.usebus-debugging-block__img{grid-column:1/13}}@media screen and (max-width: 64rem){.usebus-debugging-block__img{grid-column:1/17;grid-row:2/2}}@media screen and (max-width: 48rem){.usebus-debugging-block__img{grid-column:1/9}}.usebus-debugging-block__img img{width:100%;pointer-events:none;user-select:none}.usebus-debugging-block__info{display:flex;flex-direction:column;gap:8px;grid-column:19/25}@media screen and (max-width: 80rem){.usebus-debugging-block__info{grid-column:13/17}}@media screen and (max-width: 64rem){.usebus-debugging-block__info{grid-column:1/17;grid-row:1/2}}@media screen and (max-width: 48rem){.usebus-debugging-block__info{grid-column:1/9}}.usebus-delivery{display:flex;flex-direction:column;gap:32px}.usebus-delivery-block{display:grid;grid-template-columns:repeat(24, 1fr);gap:61px 20px}@media screen and (max-width: 80rem){.usebus-delivery-block{grid-template-columns:repeat(16, 1fr);gap:28px 20px}}@media screen and (max-width: 48rem){.usebus-delivery-block{grid-template-columns:repeat(8, 1fr)}}.usebus-delivery-block-heading{grid-column:1/22;grid-row:1/2}@media screen and (max-width: 80rem){.usebus-delivery-block-heading{grid-column:1/17}}@media screen and (max-width: 48rem){.usebus-delivery-block-heading{grid-column:1/9}}.usebus-delivery-block-content{display:flex;flex-direction:column;gap:13px;grid-column:1/11;grid-row:2/2}@media screen and (max-width: 80rem){.usebus-delivery-block-content{grid-column:1/9}}@media screen and (max-width: 64rem){.usebus-delivery-block-content{grid-column:1/17;grid-row:2/3}}@media screen and (max-width: 48rem){.usebus-delivery-block-content{grid-column:1/9}}.usebus-delivery-block-content__info{display:flex;flex-direction:column;gap:25px}.usebus-delivery-block-content__wrapper{display:flex;flex-direction:column;gap:8px;padding:0 0 25px 0;border-bottom:1px solid #4d4d4d}.usebus-delivery-block-content__wrapper:last-of-type{border-bottom:none}.usebus-delivery-block-content__wrapper .text-m{color:#a3ca00}.usebus-delivery-block-img{display:flex;flex-direction:column;gap:22px;margin-top:-61px;grid-column:12/24;grid-row:2/2}@media screen and (max-width: 120rem){.usebus-delivery-block-img{grid-column:15/23}}@media screen and (max-width: 90rem){.usebus-delivery-block-img{grid-column:15/24}}@media screen and (max-width: 80rem){.usebus-delivery-block-img{grid-column:9/17;margin-top:-28px}}@media screen and (max-width: 64rem){.usebus-delivery-block-img{grid-column:2/16;grid-row:3/3;margin-top:0}}@media screen and (max-width: 48rem){.usebus-delivery-block-img{grid-column:1/9}}.usebus-delivery-block-img img{width:100%;height:100%;max-height:543px;transition:.3s}.usebus-delivery-block-img-info{display:flex;align-items:center;justify-content:center;padding:32px;text-align:center;background:#111;border:1px solid rgba(163,172,209,.1607843137);border-radius:3px}@media screen and (max-width: 48rem){.usebus-delivery-block-img-info{padding:20px}}@media screen and (max-width: 36rem){.usebus-delivery-block-img-info{padding:16px}}.usebus-delivery-block-img-info__text{font-size:24px;font-weight:400;line-height:1.2}@media screen and (max-width: 120rem){.usebus-delivery-block-img-info__text{font-size:20px}}@media screen and (max-width: 36rem){.usebus-delivery-block-img-info__text{font-size:16px}}.usebus-findings{position:relative;z-index:1}.usebus-findings-block{display:flex;flex-direction:column;gap:48px}@media screen and (max-width: 120rem){.usebus-findings-block{gap:36px}}@media screen and (max-width: 48rem){.usebus-findings-block{gap:48px}}@media screen and (max-width: 36rem){.usebus-findings-block{gap:24px}}.usebus-findings-block__heading h2{max-width:900px}@media screen and (max-width: 120rem){.usebus-findings-block__heading h2{max-width:700px}}.usebus-findings-block-content{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.usebus-findings-block-content{grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 48rem){.usebus-findings-block-content{grid-template-columns:repeat(8, 1fr);gap:40px 20px}}.usebus-findings-block-content__column{display:flex;flex-direction:column;gap:24px}.usebus-findings-block-content__column.one{grid-column:1/6}@media screen and (max-width: 120rem){.usebus-findings-block-content__column.one{grid-column:1/7}}@media screen and (max-width: 90rem){.usebus-findings-block-content__column.one{grid-column:1/8}}@media screen and (max-width: 80rem){.usebus-findings-block-content__column.one{grid-column:1/6}}@media screen and (max-width: 64rem){.usebus-findings-block-content__column.one{display:none;grid-column:1/9;grid-row:1/2}}.usebus-findings-block-content__column.two{align-items:center;gap:40px;grid-column:9/16}@media screen and (max-width: 80rem){.usebus-findings-block-content__column.two{gap:24px;grid-column:6/11}}@media screen and (max-width: 64rem){.usebus-findings-block-content__column.two{grid-column:7/17;grid-row:1/2;z-index:-1;justify-content:center}}@media screen and (max-width: 48rem){.usebus-findings-block-content__column.two{grid-column:2/8;grid-row:2/2}}@media screen and (max-width: 36rem){.usebus-findings-block-content__column.two{grid-column:1/9}}.usebus-findings-block-content__column.two .component{align-self:center}@media screen and (max-width: 80rem){.usebus-findings-block-content__column.two .component{font-size:10px}}@media screen and (max-width: 64rem){.usebus-findings-block-content__column.two .component{font-size:16px}}@media screen and (max-width: 48rem){.usebus-findings-block-content__column.two .component{align-self:stretch}}@media screen and (max-width: 36rem){.usebus-findings-block-content__column.two .component{font-size:14px}}.usebus-findings-block-content__column.three{justify-content:end;padding-bottom:48px;grid-column:19/24}@media screen and (max-width: 90rem){.usebus-findings-block-content__column.three{grid-column:18/24}}@media screen and (max-width: 80rem){.usebus-findings-block-content__column.three{justify-content:start;grid-column:12/17}}@media screen and (max-width: 64rem){.usebus-findings-block-content__column.three{display:none;grid-column:1/8;grid-row:1/2}}.usebus-findings-block-content__column.four{display:none}@media screen and (max-width: 64rem){.usebus-findings-block-content__column.four{display:flex;gap:73px;grid-column:1/8;grid-row:1/2;max-width:336px}}@media screen and (max-width: 48rem){.usebus-findings-block-content__column.four{gap:40px;grid-column:1/9;max-width:100%}}@media screen and (max-width: 36rem){.usebus-findings-block-content__column.four{gap:20px}}.usebus-findings-block-content__info{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 48rem){.usebus-findings-block-content__info .text-m{max-width:420px}}.usebus-findings-block-content__percent{font-size:28px;font-weight:400;line-height:1;color:#a3ca00}@media screen and (max-width: 120rem){.usebus-findings-block-content__percent{font-size:24px}}.usebus-findings-block-content__row{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 48rem){.usebus-findings-block-content__row{flex-direction:row;gap:16px}}.usebus-findings-block-content__wrapper{display:flex;flex-direction:column;gap:6px}@media screen and (max-width: 120rem){.usebus-findings-block-content__wrapper{max-width:275px}}@media screen and (max-width: 48rem){.usebus-findings-block-content__wrapper{max-width:100%}}@media screen and (max-width: 48rem){.usebus-findings-block-content__wrapper.block{max-width:271px}}.usebus-findings-block-content__img{pointer-events:none;user-select:none}.usebus-findings-block-content__img img{width:100%}.usebus-findings__circle{position:absolute;z-index:-1;pointer-events:none;user-select:none;transition:.3s}@media screen and (max-width: 80rem){.usebus-findings__circle{display:none}}.usebus-findings__circle.left{bottom:-30px;left:-280px}@media screen and (max-width: 120rem){.usebus-findings__circle.left{bottom:-20px;left:-220px}}@media screen and (max-width: 90rem){.usebus-findings__circle.left{bottom:-40px;left:-270px}}.usebus-findings__circle.right{top:-90px;right:-200px}@media screen and (max-width: 120rem){.usebus-findings__circle.right{top:-20px;right:-165px}}@media screen and (max-width: 90rem){.usebus-findings__circle.right{top:-40px;right:-215px}}.usebus-findings__circle img{width:1324px;height:1324px}@media screen and (max-width: 120rem){.usebus-findings__circle img{width:993px;height:993px}}.usebus-integration-block{position:relative;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 120rem){.usebus-integration-block{gap:12px}}@media screen and (max-width: 80rem){.usebus-integration-block{gap:25px}}@media screen and (max-width: 64rem){.usebus-integration-block{gap:32px}}@media screen and (max-width: 48rem){.usebus-integration-block{gap:64px}}@media screen and (max-width: 36rem){.usebus-integration-block{gap:32px}}.usebus-integration-block::after{content:"";position:absolute;right:50%;transform:translateX(-50%);top:0;width:1px;height:100%;background:linear-gradient(180deg, rgba(163, 172, 209, 0) 0%, #a3acd1 18.5%, #a3acd1 84.5%, rgba(163, 172, 209, 0) 100%)}@media screen and (max-width: 64rem){.usebus-integration-block::after{display:none}}.usebus-integration-block__top{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.usebus-integration-block__top{grid-template-columns:repeat(16, 1fr);gap:40px 20px}}@media screen and (max-width: 48rem){.usebus-integration-block__top{grid-template-columns:repeat(8, 1fr);gap:54px 20px}}@media screen and (max-width: 36rem){.usebus-integration-block__top{gap:34px 20px}}.usebus-integration-block__bottom{position:relative;display:grid;grid-template-columns:repeat(4, 1fr);gap:40px}@media screen and (max-width: 80rem){.usebus-integration-block__bottom{gap:20px}}@media screen and (max-width: 64rem){.usebus-integration-block__bottom{grid-template-columns:repeat(2, 1fr);gap:40px}}@media screen and (max-width: 48rem){.usebus-integration-block__bottom{gap:20px}}.usebus-integration-block__bottom::after{display:none;content:"";position:absolute;left:50%;transform:translateX(-50%);top:0;width:1px;height:100%;background:linear-gradient(180deg, rgba(163, 172, 209, 0) 0%, #a3acd1 18.5%, #a3acd1 84.5%, rgba(163, 172, 209, 0) 100%)}@media screen and (max-width: 64rem){.usebus-integration-block__bottom::after{display:block}}@media screen and (max-width: 48rem){.usebus-integration-block__bottom::after{display:none}}.usebus-integration__img{grid-column:1/13}@media screen and (max-width: 80rem){.usebus-integration__img{grid-column:1/9}}@media screen and (max-width: 64rem){.usebus-integration__img{grid-column:1/17;grid-row:2/2}}@media screen and (max-width: 48rem){.usebus-integration__img{grid-column:1/9}}.usebus-integration__img img{width:100%;pointer-events:none;user-select:none}.usebus-integration-info{display:flex;flex-direction:column;gap:12px;grid-column:13/21}@media screen and (max-width: 90rem){.usebus-integration-info{grid-column:13/22}}@media screen and (max-width: 80rem){.usebus-integration-info{grid-column:9/17}}@media screen and (max-width: 64rem){.usebus-integration-info{grid-column:1/17;grid-row:1/2;max-width:585px}}@media screen and (max-width: 48rem){.usebus-integration-info{grid-column:1/9}}.usebus-integration-info__wrapper{display:flex;flex-direction:column;gap:16px}.usebus-integration-info__wrapper .text-m{color:#a3ca00}.usebus-integration-cell{position:relative;display:flex;flex-direction:column;gap:20px;padding:32px 0;min-height:372px}@media screen and (max-width: 80rem){.usebus-integration-cell{min-height:298px}}@media screen and (max-width: 64rem){.usebus-integration-cell{gap:36px;padding:0;min-height:auto}}@media screen and (max-width: 64rem){.usebus-integration-cell.visible{display:none}}.usebus-integration-cell.hidden{display:none}@media screen and (max-width: 64rem){.usebus-integration-cell.hidden{display:flex}}@media screen and (max-width: 48rem){.usebus-integration-cell.hidden:last-child{padding-top:40px}}@media screen and (max-width: 36rem){.usebus-integration-cell.hidden:last-child{padding-top:32px}}.usebus-integration-cell:nth-child(odd)::after{content:"";position:absolute;right:-20px;top:0;width:1px;height:100%;background:linear-gradient(180deg, rgba(163, 172, 209, 0) 0%, #a3acd1 18.5%, #a3acd1 84.5%, rgba(163, 172, 209, 0) 100%)}@media screen and (max-width: 80rem){.usebus-integration-cell:nth-child(odd)::after{right:-10px}}@media screen and (max-width: 64rem){.usebus-integration-cell:nth-child(odd)::after{display:none}}.usebus-integration-cell:nth-child(even){justify-content:center}@media screen and (max-width: 80rem){.usebus-integration-cell:nth-child(even){justify-content:start}}.usebus-integration-cell__wrapper{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 120rem){.usebus-integration-cell__wrapper{gap:10px}}.usebus-integration-cell__wrapper:nth-child(2){margin-top:auto}@media screen and (max-width: 64rem){.usebus-integration-cell__wrapper:nth-child(2){margin-top:0}}.usebus-interface{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.usebus-interface{grid-template-columns:repeat(16, 1fr);gap:30px 20px}}@media screen and (max-width: 48rem){.usebus-interface{grid-template-columns:repeat(8, 1fr);gap:54px 20px}}@media screen and (max-width: 36rem){.usebus-interface{gap:32px 20px}}.usebus-interface__img{grid-column:1/19}@media screen and (max-width: 80rem){.usebus-interface__img{grid-column:1/13}}@media screen and (max-width: 64rem){.usebus-interface__img{grid-column:1/17;grid-row:2/2}}.usebus-interface__img img{width:100%;pointer-events:none;user-select:none}.usebus-interface-block{grid-column:19/25}@media screen and (max-width: 80rem){.usebus-interface-block{grid-column:13/17}}@media screen and (max-width: 64rem){.usebus-interface-block{grid-column:1/17;grid-row:1/2}}.usebus-main{display:grid;grid-template-columns:repeat(24, 1fr);align-items:center;gap:20px;min-height:100vh;scroll-snap-align:start}@media screen and (max-width: 80rem){.usebus-main{grid-template-columns:repeat(16, 1fr);padding-top:92px;gap:35px 20px}}@media screen and (max-width: 80rem){.usebus-main{min-height:auto}}@media screen and (max-width: 48rem){.usebus-main{grid-template-columns:repeat(8, 1fr);gap:24px 20px}}.usebus-main-block{display:flex;flex-direction:column;gap:24px;grid-column:4/15;height:100%;z-index:1}@media screen and (max-width: 120rem){.usebus-main-block{gap:16px}}@media screen and (max-width: 80rem){.usebus-main-block{grid-column:2/11;grid-row:1/1;z-index:1}}@media screen and (max-width: 64rem){.usebus-main-block{grid-column:3/15;grid-row:1/2}}@media screen and (max-width: 48rem){.usebus-main-block{grid-column:1/9}}@media screen and (max-width: 36rem){.usebus-main-block{gap:12px}}.usebus-main-block h1{margin-top:auto}.usebus-main-block__wrapper{display:flex;flex-direction:column;gap:48px;z-index:1}@media screen and (max-width: 120rem){.usebus-main-block__wrapper{gap:32px}}@media screen and (max-width: 48rem){.usebus-main-block__wrapper{gap:20px}}@media screen and (max-width: 64rem){.usebus-main-block__wrapper .button{align-self:stretch}}.usebus-main-block__info{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 120rem){.usebus-main-block__info{gap:12px}}@media screen and (max-width: 36rem){.usebus-main-block__info{gap:16px}}.usebus-main-block__info .text-m{max-width:600px}@media screen and (max-width: 120rem){.usebus-main-block__info .text-m{max-width:500px}}@media screen and (max-width: 48rem){.usebus-main-block__info .text-m{text-align:start}}.usebus-main-block__cards{display:flex;gap:12px}@media screen and (max-width: 36rem){.usebus-main-block__cards{flex-direction:column;gap:4px}}.usebus-main-block__card{display:flex;flex-direction:column;gap:12px;padding:16px 40px 24px 36px;max-width:318px;width:100%;border:1px solid #474858;border-radius:2px;background:#0d0d0d;transition:.3s}@media screen and (max-width: 120rem){.usebus-main-block__card{padding:12px 20px 20px 31px;max-width:272px}}@media screen and (max-width: 90rem){.usebus-main-block__card{max-width:251px}}@media screen and (max-width: 80rem){.usebus-main-block__card{max-width:247px}}@media screen and (max-width: 64rem){.usebus-main-block__card{max-width:100%}}@media screen and (max-width: 36rem){.usebus-main-block__card{flex-direction:row;justify-content:space-between;padding:8px 12px 12px 31px}}.usebus-main-block__card .text-m{position:relative}.usebus-main-block__card .text-m::after{content:"/";position:absolute;top:0;left:-24px;color:#a3ca00}.usebus-main-block-state{display:flex;align-items:center;gap:24px;margin-top:auto;padding-bottom:36px}@media screen and (max-width: 120rem){.usebus-main-block-state{gap:16px}}@media screen and (max-width: 64rem){.usebus-main-block-state.visible{display:none}}.usebus-main-block-state.hidden{display:none}@media screen and (max-width: 64rem){.usebus-main-block-state.hidden{display:flex;grid-column:3/15;grid-row:3/3;padding-bottom:0}}@media screen and (max-width: 48rem){.usebus-main-block-state.hidden{grid-column:1/9}}@media screen and (max-width: 36rem){.usebus-main-block-state.hidden{flex-direction:column;align-items:start;gap:8px}}.usebus-main-block-state__wrapper{display:flex;align-items:center;gap:12px;max-width:300px;width:100%}@media screen and (max-width: 120rem){.usebus-main-block-state__wrapper{max-width:228px}}@media screen and (max-width: 64rem){.usebus-main-block-state__wrapper{max-width:100%}}@media screen and (max-width: 48rem){.usebus-main-block-state__wrapper{max-width:245px}}.usebus-main-block-state__wrapper img{width:36px;height:36px}.usebus-main-block-state__wrapper .text-xs{color:#626262}.usebus-main-video{grid-column:15/25;pointer-events:none;user-select:none;z-index:0}@media screen and (max-width: 80rem){.usebus-main-video{grid-column:9/17;grid-row:1/1}}@media screen and (max-width: 64rem){.usebus-main-video{grid-row:2/3;grid-column:3/15;margin-top:-35px}}@media screen and (max-width: 48rem){.usebus-main-video{grid-column:1/9}}.usebus-main-video__item{width:100%;height:100%}.usebus-main-video__item source{display:flex;width:100%;height:100%}.usebus-lines{position:absolute;pointer-events:none;user-select:none;transition:.3s}.usebus-lines__item{width:100%;height:100%}.usebus-lines__item source{display:flex;width:100%;height:100%}.usebus-lines.one{top:0;left:-65px}@media screen and (max-width: 120rem){.usebus-lines.one{top:-35px;left:-40px}}@media screen and (max-width: 80rem){.usebus-lines.one{top:0;left:-90px}}@media screen and (max-width: 64rem){.usebus-lines.one{left:-50px}}@media screen and (max-width: 48rem){.usebus-lines.one{display:none}}.usebus-lines.one .usebus-lines__item{width:505px;transition:.3s}@media screen and (max-width: 120rem){.usebus-lines.one .usebus-lines__item{width:380px}}@media screen and (max-width: 64rem){.usebus-lines.one .usebus-lines__item{width:360px;left:-20px}}.usebus-lines.two{top:50%;transform:translateY(-50%);right:-230px;z-index:0}@media screen and (max-width: 120rem){.usebus-lines.two{opacity:0}}.usebus-lines.two .usebus-lines__item{width:505px;transition:.3s}@media screen and (max-width: 80rem){.usebus-lines.two .usebus-lines__item{width:430px}}@media screen and (max-width: 64rem){.usebus-lines.two .usebus-lines__item{width:360px;left:-20px}}.usebus__abstract{position:absolute;pointer-events:none;user-select:none;transition:.3s}.usebus__abstract.one{right:-55px;top:50%;transform:translateY(-50%)}@media screen and (max-width: 120rem){.usebus__abstract.one{right:-40px}}@media screen and (max-width: 90rem){.usebus__abstract.one{right:-25px}}@media screen and (max-width: 80rem){.usebus__abstract.one{display:none}}.usebus__abstract.one img{width:392px;height:626px;transition:.3s}@media screen and (max-width: 120rem){.usebus__abstract.one img{width:302px;height:482px}}@media screen and (max-width: 120rem){.usebus__abstract.one img{width:240px;height:432px}}.usebus-background{position:fixed;top:0;right:0;bottom:0;width:100%;height:100%;background-image:url(assets/img/planet.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;z-index:-1}.usebus-presentation{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.usebus-presentation{grid-template-columns:repeat(16, 1fr);gap:48px 20px}}@media screen and (max-width: 48rem){.usebus-presentation{grid-template-columns:repeat(8, 1fr)}}.usebus-presentation-block{display:flex;flex-direction:column;gap:32px;grid-column:1/10}@media screen and (max-width: 120rem){.usebus-presentation-block{grid-column:1/11}}@media screen and (max-width: 80rem){.usebus-presentation-block{grid-column:1/9}}@media screen and (max-width: 64rem){.usebus-presentation-block{grid-column:1/15;grid-row:1/2}}@media screen and (max-width: 48rem){.usebus-presentation-block{grid-column:1/9}}@media screen and (max-width: 80rem){.usebus-presentation-block .h2{max-width:520px}}@media screen and (max-width: 64rem){.usebus-presentation-block .h2{max-width:100%}}.usebus-presentation-block__wrapper{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 80rem){.usebus-presentation-block__wrapper{max-width:370px}}@media screen and (max-width: 64rem){.usebus-presentation-block__wrapper{max-width:100%}}.usebus-presentation-form{display:flex;flex-direction:column;gap:24px;grid-column:13/21}@media screen and (max-width: 90rem){.usebus-presentation-form{gap:20px;grid-column:13/22}}@media screen and (max-width: 80rem){.usebus-presentation-form{grid-column:9/17}}@media screen and (max-width: 64rem){.usebus-presentation-form{grid-column:1/17;grid-row:2/2}}@media screen and (max-width: 48rem){.usebus-presentation-form{grid-column:1/9}}.usebus-presentation-form h3{color:#a3ca00}.usebus-presentation-form .form__wrapper{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 64rem){.usebus-presentation-form .form__wrapper{flex-direction:row;width:100%}}@media screen and (max-width: 48rem){.usebus-presentation-form .form__wrapper{grid-column:1/9;flex-direction:column}}.usebus-presentation-form .form__bottom{display:flex;flex-direction:column;gap:16px;max-width:510px;width:100%}@media screen and (max-width: 120rem){.usebus-presentation-form .form__bottom{max-width:382px}}@media screen and (max-width: 64rem){.usebus-presentation-form .form__bottom{max-width:100%}}@media screen and (max-width: 64rem){.usebus-presentation-form .form__bottom .text-xs{max-width:484px}}@media screen and (max-width: 48rem){.usebus-presentation-form .form__bottom .text-xs{max-width:100%}}.usebus-presentation-form .form__bottom a{color:#a3ca00}@media screen and (max-width: 64rem){.usebus-presentation-form .form label{width:100%}}.usebus-presentation-form .form .button{max-width:425px;width:100%}@media screen and (max-width: 120rem){.usebus-presentation-form .form .button{max-width:300px}}@media screen and (max-width: 64rem){.usebus-presentation-form .form .button{max-width:100%}}@media screen and (max-width: 64rem){.usebus-services .button{margin:0 40px}}@media screen and (max-width: 36rem){.usebus-services .button{margin:0 20px}}.usebus-systems__heading{padding-bottom:36px;max-width:1010px}@media screen and (max-width: 120rem){.usebus-systems__heading{padding-bottom:32px}}@media screen and (max-width: 80rem){.usebus-systems__heading{padding-bottom:16px}}@media screen and (max-width: 48rem){.usebus-systems__heading{padding-bottom:24px}}@media screen and (max-width: 36rem){.usebus-systems__heading{padding-bottom:16px}}.usebus-tracing-block{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 120rem){.usebus-tracing-block{gap:24px}}@media screen and (max-width: 36rem){.usebus-tracing-block{gap:16px}}.usebus-tracing-block__heading{max-width:914px}@media screen and (max-width: 120rem){.usebus-tracing-block__heading{max-width:700px}}.usebus-tracing-block__content{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.usebus-tracing-block__content{grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 64rem){.usebus-tracing-block__content{gap:30px 20px}}@media screen and (max-width: 48rem){.usebus-tracing-block__content{grid-template-columns:repeat(8, 1fr);gap:40px 20px}}@media screen and (max-width: 36rem){.usebus-tracing-block__content{gap:28px 20px}}.usebus-tracing-block__img{grid-column:1/19}@media screen and (max-width: 80rem){.usebus-tracing-block__img{grid-column:1/13}}@media screen and (max-width: 64rem){.usebus-tracing-block__img{grid-column:1/17;grid-row:2/2}}@media screen and (max-width: 48rem){.usebus-tracing-block__img{grid-column:1/9}}.usebus-tracing-block__img img{width:100%;pointer-events:none;user-select:none}.usebus-tracing-block__info{display:flex;flex-direction:column;gap:8px;grid-column:19/25}@media screen and (max-width: 80rem){.usebus-tracing-block__info{grid-column:13/17}}@media screen and (max-width: 64rem){.usebus-tracing-block__info{grid-column:1/17;grid-row:1/2}}@media screen and (max-width: 48rem){.usebus-tracing-block__info{grid-column:1/9}}.usebus-trust{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.usebus-trust{grid-template-columns:repeat(16, 1fr);gap:56px 20px}}@media screen and (max-width: 64rem){.usebus-trust{gap:48px 20px}}@media screen and (max-width: 48rem){.usebus-trust{grid-template-columns:repeat(8, 1fr);gap:48px 20px}}@media screen and (max-width: 36rem){.usebus-trust{gap:24px 20px}}.usebus-trust-block{display:flex;flex-direction:column;gap:24px;grid-column:1/8;grid-row:1/2;max-width:500px;width:100%}@media screen and (max-width: 120rem){.usebus-trust-block{max-width:410px}}@media screen and (max-width: 90rem){.usebus-trust-block{grid-column:1/9;max-width:100%}}@media screen and (max-width: 80rem){.usebus-trust-block{grid-row:1/2;grid-column:1/17}}@media screen and (max-width: 48rem){.usebus-trust-block{grid-column:1/9}}.usebus-trust-block h2{color:#a3ca00}@media screen and (max-width: 80rem){.usebus-trust-block .text-m{max-width:490px}}@media screen and (max-width: 64rem){.usebus-trust-block .text-m{max-width:100%}}.usebus-trust-company{display:grid;grid-template-columns:repeat(5, 1fr);gap:40px 56px;grid-column:10/25;grid-row:1/2;padding-top:100px;transition:.3s}@media screen and (max-width: 120rem){.usebus-trust-company{gap:36px;padding-top:90px}}@media screen and (max-width: 80rem){.usebus-trust-company{gap:36px 46px;padding-top:0;grid-row:2/2;grid-column:1/17}}@media screen and (max-width: 64rem){.usebus-trust-company{gap:36px}}@media screen and (max-width: 48rem){.usebus-trust-company{gap:20px;grid-column:1/9}}@media screen and (max-width: 36rem){.usebus-trust-company{grid-template-columns:repeat(4, 1fr);gap:16px 12px}}.usebus-trust-company__cell{height:40px}@media screen and (max-width: 120rem){.usebus-trust-company__cell{height:27px}}@media screen and (max-width: 80rem){.usebus-trust-company__cell{height:34px}}@media screen and (max-width: 64rem){.usebus-trust-company__cell{height:27px}}@media screen and (max-width: 36rem){.usebus-trust-company__cell{height:17px}}.usebus-trust-company__cell img{width:100%;height:100%;opacity:.3;transition:.3s}.usebus-trust-company__cell img:hover{opacity:1}.usebus-vendor{display:grid;gap:28px;grid-template-columns:repeat(24, 1fr)}@media screen and (max-width: 120rem){.usebus-vendor{gap:20px}}@media screen and (max-width: 80rem){.usebus-vendor{grid-template-columns:repeat(16, 1fr);gap:20px}}@media screen and (max-width: 64rem){.usebus-vendor{gap:24px 20px}}@media screen and (max-width: 48rem){.usebus-vendor{grid-template-columns:repeat(8, 1fr)}}.usebus-vendor-block{display:flex;flex-direction:column;gap:40px;grid-column:1/8}@media screen and (max-width: 120rem){.usebus-vendor-block{gap:32px;grid-column:1/9}}@media screen and (max-width: 80rem){.usebus-vendor-block{grid-column:1/8}}@media screen and (max-width: 64rem){.usebus-vendor-block{grid-column:1/17;grid-row:1/2}}@media screen and (max-width: 48rem){.usebus-vendor-block{grid-column:1/9}}.usebus-vendor-block__info{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 120rem){.usebus-vendor-block__info{gap:16px}}@media screen and (max-width: 80rem){.usebus-vendor-block__info .text-m{max-width:260px}}@media screen and (max-width: 64rem){.usebus-vendor-block__info .text-m{max-width:100%}}.usebus-vendor__img{grid-column:10/20;pointer-events:none;user-select:none}@media screen and (max-width: 90rem){.usebus-vendor__img{grid-column:10/21}}@media screen and (max-width: 80rem){.usebus-vendor__img{grid-column:9/17}}@media screen and (max-width: 64rem){.usebus-vendor__img{grid-column:1/17;grid-row:2/3}}@media screen and (max-width: 48rem){.usebus-vendor__img{grid-column:1/9}}.usebus-vendor__img img{width:100%}@media screen and (max-width: 64rem){.usebus-vendor .button.visible{display:none}}.usebus-vendor .button.hidden{display:none}@media screen and (max-width: 64rem){.usebus-vendor .button.hidden{display:flex;grid-column:1/17;grid-row:3/3}}@media screen and (max-width: 48rem){.usebus-vendor .button.hidden{grid-column:1/9}}.technical-architecture-block{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 48rem){.technical-architecture-block{gap:40px}}@media screen and (max-width: 36rem){.technical-architecture-block{gap:32px}}.technical-architecture-block-heading{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 36rem){.technical-architecture-block-heading{gap:12px}}.technical-architecture-block-heading__wrapper{display:flex;flex-direction:column;gap:8px;max-width:1320px}@media screen and (max-width: 120rem){.technical-architecture-block-heading__wrapper{max-width:1020px}}@media screen and (max-width: 90rem){.technical-architecture-block-heading__wrapper{max-width:920px}}.technical-architecture-block-heading__wrapper .text-s{color:#6e6e6e}.technical-architecture-block-img img{width:100%;height:100%}.technical-connectors-block{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px;align-items:center}@media screen and (max-width: 80rem){.technical-connectors-block{grid-template-columns:repeat(16, 1fr);gap:40px 20px}}@media screen and (max-width: 48rem){.technical-connectors-block{grid-template-columns:repeat(8, 1fr)}}@media screen and (max-width: 36rem){.technical-connectors-block{gap:32px 20px}}.technical-connectors-block-img{grid-column:3/11}@media screen and (max-width: 80rem){.technical-connectors-block-img{grid-column:6/12;grid-row:2/2}}@media screen and (max-width: 64rem){.technical-connectors-block-img{grid-column:5/13}}@media screen and (max-width: 48rem){.technical-connectors-block-img{grid-column:2/8}}.technical-connectors-block-img img{width:100%;height:100%}.technical-connectors-block-content{display:flex;flex-direction:column;gap:24px;grid-column:13/25}@media screen and (max-width: 80rem){.technical-connectors-block-content{grid-column:1/16;grid-row:1/2}}@media screen and (max-width: 64rem){.technical-connectors-block-content{grid-column:1/17;gap:16px}}@media screen and (max-width: 48rem){.technical-connectors-block-content{grid-column:1/9}}.technical-connectors__info{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 80rem){.technical-connectors__info{gap:8px}}@media screen and (max-width: 64rem){.technical-connectors__info{gap:4px}}.technical-connectors__info .text-m{max-width:722px}@media screen and (max-width: 80rem){.technical-connectors__info .text-m{max-width:590px}}@media screen and (max-width: 64rem){.technical-connectors__info .text-m{max-width:570px}}@media screen and (max-width: 48rem){.technical-connectors__info .text-m{max-width:410px}}.technical-connectors__components{display:flex;flex-wrap:wrap;gap:4px}.technical-connectors__components .component{padding:4px 8px;height:28px}.technical-development-block{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 64rem){.technical-development-block{display:grid;grid-template-columns:repeat(16, 1fr);gap:32px 20px}}@media screen and (max-width: 48rem){.technical-development-block{grid-template-columns:repeat(8, 1fr);gap:32px 20px}}.technical-development-block-heading{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 64rem){.technical-development-block-heading{grid-column:1/17;grid-row:1/2}}@media screen and (max-width: 48rem){.technical-development-block-heading{grid-column:1/9;gap:8px}}@media screen and (max-width: 36rem){.technical-development-block-heading{gap:20px}}@media screen and (max-width: 48rem){.technical-development-block-heading .h2.descriptor br{display:none}}@media screen and (max-width: 64rem){.technical-development-block-heading .component{max-width:510px}}@media screen and (max-width: 64rem){.technical-development-block-content{grid-column:1/9;grid-row:2/2}}@media screen and (max-width: 48rem){.technical-development-block-content{grid-column:1/9;grid-row:2/3}}.technical-development-block-content__wrapper{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}@media screen and (max-width: 120rem){.technical-development-block-content__wrapper{grid-template-columns:repeat(2, 1fr);gap:12px 20px}}@media screen and (max-width: 64rem){.technical-development-block-content__wrapper{grid-template-columns:1fr;gap:8px}}.technical-development-block-img{padding-top:32px}@media screen and (max-width: 64rem){.technical-development-block-img{grid-column:9/17;grid-row:2/2}}@media screen and (max-width: 48rem){.technical-development-block-img{grid-column:1/9;grid-row:3/3}}.technical-development-block-img img{width:100%;height:100%}.technical-development-cell{display:flex;align-items:center;gap:20px;padding:16px 20px;border-radius:8px;background:#0d0d0d}@media screen and (max-width: 64rem){.technical-development-cell{min-height:128px}}@media screen and (max-width: 48rem){.technical-development-cell{min-height:80px}}@media screen and (max-width: 64rem){.technical-development-cell .text-s{font-size:20px}}.technical-functional-block{display:flex;flex-direction:column;gap:32px}.technical-functional-block-heading{display:flex;flex-direction:column;gap:8px}.technical-functional-block-heading .text-m{color:#a3ca00}.technical-functional-block-content{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px 20px}@media screen and (max-width: 64rem){.technical-functional-block-content{grid-template-columns:repeat(16, 1fr);gap:32px 20px}}@media screen and (max-width: 48rem){.technical-functional-block-content{grid-template-columns:repeat(8, 1fr);gap:32px 20px}}.technical-functional-block-content .accordion{display:none}@media screen and (max-width: 64rem){.technical-functional-block-content .accordion{display:flex;flex-direction:column;grid-column:1/17;grid-row:1/2}}@media screen and (max-width: 48rem){.technical-functional-block-content .accordion{grid-column:1/9}}.technical-functional-block-content .accordion-row-content__info{gap:8px}.technical-functional-block-content .accordion .text-s{position:relative;padding-left:17px}@media screen and (max-width: 36rem){.technical-functional-block-content .accordion .text-s{padding-left:15px}}.technical-functional-block-content .accordion .text-s::before{content:"/";position:absolute;inset:0;color:#a3ca00}.technical-functional__img{display:none}@media screen and (max-width: 64rem){.technical-functional__img{display:block;grid-column:4/14;grid-row:2/2}}@media screen and (max-width: 48rem){.technical-functional__img{grid-column:2/8}}@media screen and (max-width: 36rem){.technical-functional__img{grid-column:1/9}}.technical-functional__img img{width:100%;height:100%}.technical-functional-cell{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:20px;min-height:260px;background:#0d0d0d;border:1px solid #474858;border-radius:2px}@media screen and (max-width: 64rem){.technical-functional-cell{display:none}}.technical-functional-cell:hover .technical-functional-cell-content{opacity:1;pointer-events:auto}.technical-functional-cell:nth-of-type(7) .technical-functional-cell-content{top:auto;bottom:0}.technical-functional-cell:nth-of-type(8) .technical-functional-cell-content{top:auto;bottom:0}.technical-functional-cell:nth-of-type(9) .technical-functional-cell-content{top:auto;bottom:0}.technical-functional-cell__img img{width:100%;height:100%}.technical-functional-cell__info{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.technical-functional-cell__info .text-m{max-width:345px;text-align:center}.technical-functional-cell-content{position:absolute;top:0;right:0;left:0;display:flex;flex-direction:column;gap:12px;min-height:260px;padding:20px 20px 36px;border:1px solid #a3ca00;border-radius:2px;background:#0d0d0d;z-index:2;transition:.3s;opacity:0;pointer-events:none}.technical-functional-cell-content__title{display:flex;gap:12px}@media screen and (max-width: 80rem){.technical-functional-cell-content__title svg{display:none}}.technical-functional-cell-content__title .text-m{max-width:345px}.technical-functional-cell-content__info{display:flex;flex-direction:column;gap:8px}.technical-functional-cell-content__info .text-s{position:relative;padding-left:19px}.technical-functional-cell-content__info .text-s::before{content:"/";position:absolute;inset:0;color:#a3ca00}.technical-functional-cell svg.carriage-down{width:28px;height:24px}.technical-handlers-block{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 64rem){.technical-handlers-block{gap:32px 20px}}@media screen and (max-width: 36rem){.technical-handlers-block{gap:20px}}.technical-handlers-block-heading{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 120rem){.technical-handlers-block-heading{gap:8px}}.technical-handlers-block-heading .text-m{max-width:890px}.technical-handlers-block-content{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.technical-handlers-block-content{grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 64rem){.technical-handlers-block-content{display:flex;flex-direction:column;gap:20px}}.technical-handlers__info{display:flex;flex-direction:column;gap:12px;grid-column:1/18}@media screen and (max-width: 120rem){.technical-handlers__info{grid-column:1/18}}@media screen and (max-width: 80rem){.technical-handlers__info{grid-column:1/13}}.technical-handlers__info .text-m{color:#a3ca00}.technical-handlers__components{display:flex;flex-wrap:wrap;gap:4px}.technical-handlers__components .component{padding:4px 8px;height:28px}.technical-handlers__add{padding-top:30px;grid-column:19/25}@media screen and (max-width: 120rem){.technical-handlers__add{grid-column:18/25}}@media screen and (max-width: 80rem){.technical-handlers__add{grid-column:13/17}}@media screen and (max-width: 64rem){.technical-handlers__add{padding-top:0}}.technical-handlers__add .text-m{position:relative;color:#a3ca00;padding-left:29px}@media screen and (max-width: 36rem){.technical-handlers__add .text-m{padding-left:18px}}.technical-handlers__add .text-m::before{content:"+";position:absolute;inset:0;color:#a3ca00;font-weight:400}.technical-landscape-block{position:relative;display:flex;flex-direction:column;gap:40px}.technical-landscape-block__top{display:grid;grid-template-columns:repeat(24, 1fr);gap:56px 20px;align-items:center}@media screen and (max-width: 120rem){.technical-landscape-block__top{gap:36px 20px}}@media screen and (max-width: 80rem){.technical-landscape-block__top{grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 64rem){.technical-landscape-block__top{gap:24px 20px}}@media screen and (max-width: 48rem){.technical-landscape-block__top{grid-template-columns:repeat(8, 1fr);gap:32px 20px}}@media screen and (max-width: 36rem){.technical-landscape-block__top{gap:20px}}.technical-landscape-block__bottom{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}@media screen and (max-width: 64rem){.technical-landscape-block__bottom{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 48rem){.technical-landscape-block__bottom{grid-template-columns:1fr}}@media screen and (max-width: 36rem){.technical-landscape-block__bottom{gap:12px}}.technical-landscape-block-heading{display:flex;flex-direction:column;gap:12px;grid-column:1/16;grid-row:1/2}@media screen and (max-width: 120rem){.technical-landscape-block-heading{grid-column:1/14}}@media screen and (max-width: 90rem){.technical-landscape-block-heading{grid-column:1/16}}@media screen and (max-width: 80rem){.technical-landscape-block-heading{grid-column:1/13}}@media screen and (max-width: 64rem){.technical-landscape-block-heading{grid-column:1/17;gap:8px}}@media screen and (max-width: 48rem){.technical-landscape-block-heading{grid-column:1/9}}@media screen and (max-width: 120rem){.technical-landscape-block-heading .h2{font-size:48px}}@media screen and (max-width: 48rem){.technical-landscape-block-heading .h2{font-size:40px}}.technical-landscape-block-heading .h2.descriptor{color:#a3ca00}.technical-landscape-block-content{display:flex;flex-direction:column;gap:56px;grid-column:1/13;grid-row:2/3}@media screen and (max-width: 120rem){.technical-landscape-block-content{gap:36px;grid-column:1/11}}@media screen and (max-width: 90rem){.technical-landscape-block-content{grid-column:1/12}}@media screen and (max-width: 80rem){.technical-landscape-block-content{grid-column:1/10}}@media screen and (max-width: 64rem){.technical-landscape-block-content{grid-column:1/17;z-index:1}}@media screen and (max-width: 48rem){.technical-landscape-block-content{grid-column:1/9}}.technical-landscape-block-img{grid-column:13/25;grid-row:1/4}@media screen and (max-width: 80rem){.technical-landscape-block-img{grid-column:10/17;grid-row:1/3}}@media screen and (max-width: 64rem){.technical-landscape-block-img{grid-column:1/17;grid-row:3/3;margin-top:-116px;z-index:0}}@media screen and (max-width: 48rem){.technical-landscape-block-img{grid-column:1/9;margin-top:0}}.technical-landscape-block-img img{width:100%;height:100%}.technical-landscape__components{display:flex;flex-direction:column;gap:4px;max-width:650px}@media screen and (max-width: 120rem){.technical-landscape__components{max-width:500px}}@media screen and (max-width: 90rem){.technical-landscape__components{max-width:440px}}@media screen and (max-width: 64rem){.technical-landscape__components{order:1;max-width:375px}}@media screen and (max-width: 48rem){.technical-landscape__components{order:0;max-width:100%}}.technical-landscape-component{display:flex;align-items:center;padding:8px 16px;gap:20px;width:100%;height:64px;background:#1d1d1d}@media screen and (max-width: 120rem){.technical-landscape-component{height:56px}}.technical-landscape-component:nth-of-type(1) .technical-landscape-component__info{margin-right:auto}.technical-landscape-component:nth-of-type(2) .technical-landscape-component__info{margin-left:auto}.technical-landscape-component__info{max-width:335px;font-size:20px;font-weight:400;line-height:1.2;letter-spacing:.12em}@media screen and (max-width: 120rem){.technical-landscape-component__info{font-size:16px}}@media screen and (max-width: 36rem){.technical-landscape-component__info{font-size:14px}}.technical-landscape__info{display:flex;flex-direction:column;gap:20px;counter-reset:list-counter}@media screen and (max-width: 120rem){.technical-landscape__info{gap:16px}}@media screen and (max-width: 36rem){.technical-landscape__info{gap:12px}}.technical-landscape__wrapper{display:flex;flex-direction:column;gap:8px;counter-reset:list-counter}.technical-landscape__wrapper .text-s{position:relative;padding:0 0 0 34px;max-width:650px;counter-increment:list-counter}@media screen and (max-width: 120rem){.technical-landscape__wrapper .text-s{padding:0 0 0 29px}}@media screen and (max-width: 36rem){.technical-landscape__wrapper .text-s{padding:0 0 0 24px}}.technical-landscape__wrapper .text-s::before{content:counter(list-counter) " /";position:absolute;inset:0;color:#a3ca00}.technical-landscape__cell{display:flex;flex-direction:column;gap:4px}.technical-landscape__cell .text-m{color:#a3ca00}.technical-landscape__cell .text-s{max-width:545px}@media screen and (max-width: 90rem){.technical-landscape__cell .text-s{max-width:360px}}@media screen and (max-width: 48rem){.technical-landscape__cell .text-s{max-width:100%}}.technical-main{min-height:100vh;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 80rem){.technical-main{min-height:auto}}.technical-main-block{display:grid;grid-template-columns:repeat(24, 1fr);gap:48px 20px;padding:65px 0 0 0}@media screen and (max-width: 80rem){.technical-main-block{grid-template-columns:repeat(16, 1fr);gap:40px 20px}}@media screen and (max-width: 64rem){.technical-main-block{min-height:auto;gap:64px 20px;padding:89px 0 0 0}}@media screen and (max-width: 48rem){.technical-main-block{grid-template-columns:repeat(8, 1fr);gap:40px 20px}}.technical-main-block-heading{display:grid;grid-template-columns:repeat(24, 1fr);grid-column:1/25;grid-row:1/2;gap:20px;align-items:center}@media screen and (max-width: 80rem){.technical-main-block-heading{grid-template-columns:repeat(16, 1fr);grid-column:1/17}}@media screen and (max-width: 64rem){.technical-main-block-heading{gap:16px 20px}}@media screen and (max-width: 48rem){.technical-main-block-heading{grid-template-columns:repeat(8, 1fr);grid-column:1/9;gap:8px 20px}}.technical-main-block-heading__left{grid-column:1/9}@media screen and (max-width: 90rem){.technical-main-block-heading__left{grid-column:1/10}}@media screen and (max-width: 80rem){.technical-main-block-heading__left{grid-column:1/7}}@media screen and (max-width: 64rem){.technical-main-block-heading__left{grid-column:1/17;grid-row:1/2}}@media screen and (max-width: 48rem){.technical-main-block-heading__left{grid-column:1/9}}.technical-main-block-heading__right{display:flex;flex-direction:column;grid-column:9/25;gap:12px}@media screen and (max-width: 90rem){.technical-main-block-heading__right{grid-column:10/25}}@media screen and (max-width: 80rem){.technical-main-block-heading__right{grid-column:7/17}}@media screen and (max-width: 64rem){.technical-main-block-heading__right{grid-column:1/17;grid-row:2/2;gap:8px}}@media screen and (max-width: 48rem){.technical-main-block-heading__right{grid-column:1/9}}.technical-main-block-heading__right .text-s{max-width:920px;color:#a3ca00}@media screen and (max-width: 120rem){.technical-main-block-heading__right .text-s{max-width:650px}}@media screen and (max-width: 80rem){.technical-main-block-heading__right .text-s{max-width:500px}}@media screen and (max-width: 64rem){.technical-main-block-heading__right .text-s{max-width:600px}}.technical-main-block-content{grid-column:1/25;grid-row:2/2}@media screen and (max-width: 80rem){.technical-main-block-content{grid-column:1/17}}@media screen and (max-width: 64rem){.technical-main-block-content{grid-row:2/2}}@media screen and (max-width: 48rem){.technical-main-block-content{grid-column:1/9}}.technical-main__img img{width:100%;height:100%}.technical-main-video{pointer-events:none;user-select:none;z-index:0}.technical-main-video__item{width:100%;height:100%}.technical-main-video__item source{display:flex;width:100%;height:100%}.technical-product{display:flex;flex-direction:column;gap:80px}@media screen and (max-width: 64rem){.technical-product{gap:64px}}@media screen and (max-width: 36rem){.technical-product{gap:40px}}.technical-roadmap-block{display:flex;flex-direction:column;gap:72px}@media screen and (max-width: 120rem){.technical-roadmap-block{gap:56px}}@media screen and (max-width: 64rem){.technical-roadmap-block{gap:32px}}.technical-roadmap-block-heading{z-index:1}.technical-roadmap-block-content{display:flex;flex-direction:column;gap:40px;padding-bottom:160px}@media screen and (max-width: 120rem){.technical-roadmap-block-content{padding-bottom:100px}}@media screen and (max-width: 80rem){.technical-roadmap-block-content{padding-bottom:50px}}@media screen and (max-width: 64rem){.technical-roadmap-block-content{gap:32px}}@media screen and (max-width: 64rem){.technical-roadmap-block-content{padding-bottom:0}}.technical-roadmap__wrapper{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px;z-index:1}@media screen and (max-width: 80rem){.technical-roadmap__wrapper{grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 64rem){.technical-roadmap__wrapper{display:flex;flex-direction:column;gap:16px}}.technical-roadmap-cell{display:flex;grid-column:1/9}@media screen and (max-width: 80rem){.technical-roadmap-cell{grid-column:1/7}}.technical-roadmap-cell__date{display:flex;align-items:center;justify-content:center;padding:8px;width:127px;height:44px;font-size:24px;line-height:1.1;font-weight:400;color:#070707;background:#a3ca00;flex:0 0 auto}@media screen and (max-width: 120rem){.technical-roadmap-cell__date{font-size:20px;width:63px}}@media screen and (max-width: 36rem){.technical-roadmap-cell__date{font-size:16px;width:53px}}.technical-roadmap-cell__wrapper{display:flex;flex-direction:column;min-width:111px}@media screen and (max-width: 64rem){.technical-roadmap-cell__wrapper{flex-direction:row}}.technical-roadmap-cell__name{display:flex;align-items:center;justify-content:center;padding:8px 16px;width:100%;height:44px;font-size:24px;line-height:1.1;font-weight:600;color:#a3ca00;background:#070707;border:1px solid #a3ca00;border-left:0;white-space:nowrap}@media screen and (max-width: 120rem){.technical-roadmap-cell__name{font-size:20px}}@media screen and (max-width: 36rem){.technical-roadmap-cell__name{font-size:16px}}.technical-roadmap-cell__status{display:flex;align-items:center;justify-content:start;gap:8px;padding:8px 16px;width:100%;height:32px;font-size:16px;font-weight:400;line-height:1.25;letter-spacing:.1em;color:#f7f7f7;background:#0d0d0d;border:1px solid #474858;white-space:nowrap}@media screen and (max-width: 120rem){.technical-roadmap-cell__status{font-size:12px}}.technical-roadmap-info{display:flex;flex-direction:column;gap:8px;grid-column:9/21}@media screen and (max-width: 120rem){.technical-roadmap-info{gap:20px}}@media screen and (max-width: 80rem){.technical-roadmap-info{grid-column:7/17}}.technical-roadmap-info__components{display:flex;flex-wrap:wrap;gap:4px}.technical-roadmap__flag{position:absolute;top:83px;width:499px;height:572px;z-index:0}@media screen and (max-width: 120rem){.technical-roadmap__flag{top:56px;width:440px;height:519px}}@media screen and (max-width: 90rem){.technical-roadmap__flag{width:387px}}@media screen and (max-width: 80rem){.technical-roadmap__flag{width:350px;height:477px}}@media screen and (max-width: 64rem){.technical-roadmap__flag{display:none}}.technical-roadmap__flag.left{left:73px}@media screen and (max-width: 120rem){.technical-roadmap__flag.left{left:0}}.technical-roadmap__flag.right{right:73px}@media screen and (max-width: 120rem){.technical-roadmap__flag.right{right:0}}.technical-roadmap__flag img{width:100%;height:100%}.technical-roles-block{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 120rem){.technical-roles-block{gap:24px}}@media screen and (max-width: 36rem){.technical-roles-block{gap:16px}}.technical-roles-block__content{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.technical-roles-block__content{grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 64rem){.technical-roles-block__content{gap:30px 20px}}@media screen and (max-width: 48rem){.technical-roles-block__content{grid-template-columns:repeat(8, 1fr);gap:40px 20px}}@media screen and (max-width: 36rem){.technical-roles-block__content{gap:28px 20px}}.technical-roles-block__img{grid-column:1/19}@media screen and (max-width: 80rem){.technical-roles-block__img{grid-column:1/13}}@media screen and (max-width: 64rem){.technical-roles-block__img{grid-column:1/17;grid-row:2/2}}@media screen and (max-width: 48rem){.technical-roles-block__img{grid-column:1/9}}.technical-roles-block__img img{width:100%;pointer-events:none;user-select:none}.technical-roles-block__info{display:flex;flex-direction:column;gap:16px;grid-column:19/25}@media screen and (max-width: 80rem){.technical-roles-block__info{grid-column:13/17}}@media screen and (max-width: 64rem){.technical-roles-block__info{grid-column:1/17;grid-row:1/2}}@media screen and (max-width: 48rem){.technical-roles-block__info{grid-column:1/9}}.technical-roles-block__info .text-xs{margin-top:auto;color:#6e6e6e}@media screen and (max-width: 64rem){.technical-roles-block__info .text-xs br{display:none}}.technical-roles-block__wrapper{display:flex;flex-direction:column;gap:8px}.technical-strategy-block{display:flex;flex-direction:column;gap:32px}.technical-strategy-block-heading{display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 80rem){.technical-strategy-block-heading{gap:32px}}@media screen and (max-width: 64rem){.technical-strategy-block-heading{gap:24px}}.technical-strategy-block-heading__title{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 80rem){.technical-strategy-block-heading__title{gap:32px}}@media screen and (max-width: 64rem){.technical-strategy-block-heading__title{gap:8px}}@media screen and (max-width: 80rem){.technical-strategy-block-heading__title .h2{order:1}}@media screen and (max-width: 64rem){.technical-strategy-block-heading__title .h2{order:0}}.technical-strategy-block-heading__title .h2.descriptor{max-width:1220px;color:#a3ca00}@media screen and (max-width: 120rem){.technical-strategy-block-heading__title .h2.descriptor{max-width:860px}}@media screen and (max-width: 80rem){.technical-strategy-block-heading__title .h2.descriptor{order:0}}@media screen and (max-width: 64rem){.technical-strategy-block-heading__title .h2.descriptor{order:1}}.technical-strategy-block-heading .text-m{display:none}@media screen and (max-width: 120rem){.technical-strategy-block-heading .text-m{display:block;max-width:1130px}}@media screen and (max-width: 90rem){.technical-strategy-block-heading .text-m{max-width:900px}}.technical-strategy-block-content{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.technical-strategy-block-content{grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 48rem){.technical-strategy-block-content{display:flex;flex-direction:column;gap:20px}}.technical-strategy-block-bottom{display:none}@media screen and (max-width: 80rem){.technical-strategy-block-bottom{display:flex}}.technical-strategy-block-bottom .text-m{max-width:720px}.technical-strategy-block-info{display:flex;flex-direction:column;gap:56px;grid-column:1/13}@media screen and (max-width: 80rem){.technical-strategy-block-info{grid-column:1/10;grid-row:1/1}}@media screen and (max-width: 64rem){.technical-strategy-block-info{grid-column:1/11}}@media screen and (max-width: 120rem){.technical-strategy-block-info .text-m.adaptive{display:none}}.technical-strategy-block-img{grid-column:14/24}@media screen and (max-width: 90rem){.technical-strategy-block-img{grid-column:13/25}}@media screen and (max-width: 80rem){.technical-strategy-block-img{grid-column:9/17;grid-row:1/1}}.technical-strategy-block-img img{width:100%;height:100%}.technical-strategy-languages{display:flex;flex-direction:column;gap:30px}.technical-strategy-languages__top{display:flex;flex-direction:column;gap:12px}.technical-strategy-languages__top .text-m{max-width:580px}.technical-strategy-languages__middle{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 80rem){.technical-strategy-languages__bottom{display:none}}.technical-strategy-languages__components{display:flex;flex-wrap:wrap;gap:4px}.technical-strategy-languages__components .component{padding:4px 8px;height:28px}.technical-tool-block{display:flex;flex-direction:column;gap:36px}@media screen and (max-width: 64rem){.technical-tool-block{gap:24px}}.technical-tool-block-heading .h2{font-size:56px;max-width:1420px}@media screen and (max-width: 120rem){.technical-tool-block-heading .h2{font-size:40px;max-width:1015px}}@media screen and (max-width: 80rem){.technical-tool-block-heading .h2{font-size:36px;max-width:915px}}@media screen and (max-width: 64rem){.technical-tool-block-heading .h2{font-size:30px;max-width:630px}}@media screen and (max-width: 36rem){.technical-tool-block-heading .h2{font-size:28px}}.technical-tool-block-content{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}@media screen and (max-width: 120rem){.technical-tool-block-content{grid-template-columns:repeat(2, 1fr);gap:24px 20px}}@media screen and (max-width: 80rem){.technical-tool-block-content{gap:20px 24px}}@media screen and (max-width: 64rem){.technical-tool-block-content{grid-template-columns:1fr;gap:24px}}@media screen and (max-width: 48rem){.technical-tool-block-content{gap:20px}}@media screen and (max-width: 36rem){.technical-tool-block-content{gap:12px}}.technical-tool-cell{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 120rem){.technical-tool-cell{gap:8px}}@media screen and (max-width: 80rem){.technical-tool-cell:nth-of-type(1){order:3}.technical-tool-cell:nth-of-type(2){order:1}.technical-tool-cell:nth-of-type(3){order:4}.technical-tool-cell:nth-of-type(4){order:2}}@media screen and (max-width: 64rem){.technical-tool-cell:nth-of-type(1){order:0}.technical-tool-cell:nth-of-type(2){order:0}.technical-tool-cell:nth-of-type(3){order:0}.technical-tool-cell:nth-of-type(4){order:0}}.technical-tool-cell .text-m{color:#a3ca00}@media screen and (max-width: 120rem){.technical-tool-cell .text-m{max-width:520px}.technical-tool-cell .text-m br{display:none}}@media screen and (max-width: 64rem){.technical-tool-cell .text-m{max-width:510px}}.technical-tool-cell .text-s{max-width:371px}@media screen and (max-width: 120rem){.technical-tool-cell .text-s{max-width:600px}}@media screen and (max-width: 64rem){.technical-tool-cell .text-s{max-width:100%}}.technical-training-block{display:flex;flex-direction:column;gap:48px}@media screen and (max-width: 120rem){.technical-training-block{gap:24px}}@media screen and (max-width: 48rem){.technical-training-block{gap:20px}}.technical-training-block-content{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px}@media screen and (max-width: 80rem){.technical-training-block-content{grid-template-columns:repeat(16, 1fr)}}@media screen and (max-width: 64rem){.technical-training-block-content{gap:24px 20px}}@media screen and (max-width: 48rem){.technical-training-block-content{display:flex;flex-direction:column;gap:24px}}.technical-training__cells{display:flex;flex-direction:column;gap:12px;grid-column:1/12}@media screen and (max-width: 80rem){.technical-training__cells{grid-column:1/9}}@media screen and (max-width: 64rem){.technical-training__cells{display:grid;grid-template-columns:repeat(16, 1fr);gap:8px 20px;grid-column:1/17;grid-row:1/2}}@media screen and (max-width: 48rem){.technical-training__cells{display:flex;flex-direction:column}}.technical-training-cell{display:flex;align-items:center;gap:56px;padding:16px 56px;border:1px solid #474858;border-radius:2px;background:#0d0d0d}@media screen and (max-width: 120rem){.technical-training-cell{gap:40px;padding:16px 28px}}@media screen and (max-width: 80rem){.technical-training-cell{gap:32px}}@media screen and (max-width: 64rem){.technical-training-cell{gap:24px;padding:20px}.technical-training-cell:nth-of-type(1){grid-row:1/2;grid-column:1/9}.technical-training-cell:nth-of-type(2){grid-row:1/2;grid-column:9/17}.technical-training-cell:nth-of-type(3){grid-row:2/2;grid-column:1/17}}@media screen and (max-width: 36rem){.technical-training-cell{padding:12px}}.technical-training-cell__wrapper{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 48rem){.technical-training-cell__wrapper{gap:12px}}.technical-training-cell__description{display:flex;flex-direction:column;gap:4px}.technical-training-cell__components{display:flex;gap:4px;flex-wrap:wrap}.technical-training-cell svg{flex:0 0 auto}.technical-training-info{display:flex;flex-direction:column;gap:16px;grid-column:13/25}@media screen and (max-width: 80rem){.technical-training-info{grid-column:9/17}}@media screen and (max-width: 64rem){.technical-training-info{grid-column:1/17;grid-row:2/2}}.technical-training-info .text-m{color:#a3ca00}.technical-training-info__wrapper{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 36rem){.technical-training-info__wrapper{gap:4px}}.technical-training-info__wrapper .text-s{position:relative;padding:0 0 0 20px}.technical-training-info__wrapper .text-s::before{content:"/";position:absolute;inset:0;color:#a3ca00}.accordion{display:flex;flex-direction:column;gap:8px}.accordion-row:first-of-type .accordion-row-heading{padding-top:0}.accordion-row:last-of-type .accordion-row-content{border-bottom:none}.accordion-row-heading{position:relative;display:flex;align-items:center;justify-content:space-between;padding:16px 0 16px 30px;width:100%;transition:.3s;cursor:pointer}.accordion-row-heading .text-m{position:relative}.accordion-row-heading.active svg{transform:rotate(-180deg);fill:#474858}.accordion-row-heading svg{position:absolute;left:-30px;top:0;width:17px;height:15px;flex:0 0 auto;transition:.3s}.accordion-row-content{margin:0 0 0 30px;max-height:0;overflow:hidden;transition:.3s;border-bottom:1px solid #474858}.accordion-row-content__info{display:flex;flex-direction:column;gap:16px;padding-bottom:24px}@media screen and (max-width: 64rem){.accordion-row-content__info{max-width:600px}}@media screen and (max-width: 48rem){.accordion-row-content__info{gap:10px;padding-bottom:16px;max-width:410px}}@media screen and (max-width: 36rem){.accordion-row-content__info{max-width:100%}}.accordion-row-content__info .text-m{color:#a3ca00}.accordion-row-content__wrapper{display:flex;flex-direction:column;gap:4px}.burger{display:none;background:none;border:none;cursor:pointer;width:20px;height:32px;transition:all .3s;position:relative;z-index:5}@media screen and (max-width: 80rem){.burger{display:flex}}.burger.absolute{position:absolute;top:38px;right:0;z-index:4}.burger span{position:absolute;top:0;right:0;width:100%;height:1px;transform:rotate(0);transition:all .3s;background:#f7f7f7}.burger span:nth-child(1){transform:translateY(11px)}.burger span:nth-child(2){transform:translateY(21px)}.burger span.white{background:#fff}.burger:hover span:nth-child(3){width:100%}.burger--is-open{transform:rotate(90deg);transform:translateY(0);z-index:6}.burger--is-open span:nth-child(1){transform:rotate(-45deg) translateY(9px) translate(-9px)}.burger--is-open span:nth-child(2){width:100%;transform:rotate(45deg) translateY(9px) translate(9px)}footer{padding:40px 80px 80px;background:#0d0d0d}@media screen and (max-width: 120rem){footer{padding:40px 40px 80px}}@media screen and (max-width: 36rem){footer{padding:40px 20px 48px}}.footer{display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 64rem){.footer{gap:56px}}@media screen and (max-width: 36rem){.footer{gap:36px}}.footer-top{display:flex;align-items:center;gap:18px;transition:.3s}@media screen and (max-width: 120rem){.footer-top{gap:12px}}.footer-top__logo{width:160px;transition:.3s}@media screen and (max-width: 120rem){.footer-top__logo{width:110px}}.footer-top__slash{width:35px;transition:.3s}@media screen and (max-width: 120rem){.footer-top__slash{width:24px}}.footer-top .text-xs{max-width:210px}.footer-middle{display:grid;grid-template-columns:repeat(24, 1fr);gap:20px;transition:.3s}@media screen and (max-width: 80rem){.footer-middle{grid-template-columns:repeat(16, 1fr);gap:24px 20px}}@media screen and (max-width: 48rem){.footer-middle{grid-template-columns:repeat(8, 1fr);gap:24px 20px}}@media screen and (max-width: 36rem){.footer-middle{gap:32px 20px}}.footer-middle__left{display:flex;flex-direction:column;gap:16px;grid-column:1/14}@media screen and (max-width: 120rem){.footer-middle__left{gap:12px;grid-column:1/15}}@media screen and (max-width: 90rem){.footer-middle__left{grid-column:1/14}}@media screen and (max-width: 80rem){.footer-middle__left{grid-column:1/9}}@media screen and (max-width: 64rem){.footer-middle__left{grid-column:1/14;grid-row:1/2}}@media screen and (max-width: 48rem){.footer-middle__left{grid-column:1/9}}@media screen and (max-width: 64rem){.footer-middle__left .text-s{max-width:440px}}.footer-middle__right{display:flex;flex-direction:column;gap:16px;grid-column:17/24}@media screen and (max-width: 120rem){.footer-middle__right{gap:12px;grid-column:17/25}}@media screen and (max-width: 90rem){.footer-middle__right{grid-column:16/25}}@media screen and (max-width: 80rem){.footer-middle__right{grid-column:9/17}}@media screen and (max-width: 64rem){.footer-middle__right{grid-column:1/14;grid-row:2/2}}@media screen and (max-width: 48rem){.footer-middle__right{grid-column:1/9}}.footer-middle__components{display:flex;gap:12px;flex-wrap:wrap}@media screen and (max-width: 120rem){.footer-middle__components{gap:8px}}.footer-middle__socials{display:flex;align-items:center;gap:16px}.footer-middle__social{display:flex;align-items:center;gap:8px}.footer-middle__social:hover .text-s{color:#a3ca00}.footer-bottom{display:flex;flex-direction:column;gap:8px}.form{display:flex;flex-direction:column;gap:44px}@media screen and (max-width: 120rem){.form{gap:40px}}.form fieldset{display:flex;flex-direction:column;gap:20px;padding:0}@media screen and (max-width: 120rem){.form fieldset{gap:16px}}.header{position:fixed;top:0;right:0;left:-4px;padding:0 80px;backdrop-filter:blur(5px);z-index:2;transition:.3s}@media screen and (max-width: 120rem){.header{padding:0 40px}}@media screen and (max-width: 36rem){.header{padding:0 20px}}.header.active{backdrop-filter:blur(0);background:#070707}.header.active .header__button.nav{opacity:0;pointer-events:none}.header__container{display:flex;align-items:center;justify-content:space-between;margin:0 auto;padding:14px 0;width:100%;max-width:1920px;height:65px}.header__wrapper{display:flex;align-items:center;gap:56px}.header__buttons{display:flex;align-items:center;gap:32px}.header__logo{font-size:26px;font-weight:600;line-height:1.4}@media screen and (max-width: 120rem){.header__logo{font-size:23px}}@media screen and (max-width: 80rem){.header__logo{font-size:20px}}@media screen and (max-width: 36rem){.header__logo{font-size:16px}}.header__button{padding:6px 0;font-size:16px;font-weight:600;color:#a3ca00;transition:.3s;align-self:center;transition:.3s}@media screen and (max-width: 120rem){.header__button{font-size:14px}}.header__button.nav{opacity:1}.header__button.menu{display:none}@media screen and (max-width: 80rem){.header__button.menu{display:flex;align-self:start;font-size:40px;font-weight:400}}@media screen and (max-width: 80rem){.header__button.menu{font-size:28px}}.header__button:hover{color:#88a600}.navbar-menu ul{display:flex;align-items:center;gap:56px}@media screen and (max-width: 80rem){.navbar-menu ul{display:flex;flex-direction:column;align-items:start;gap:48px}}@media screen and (max-width: 48rem){.navbar-menu ul{gap:32px}}.navbar-menu ul li{position:relative;font-size:16px;font-weight:400;line-height:1.5}@media screen and (max-width: 120rem){.navbar-menu ul li{font-size:14px}}@media screen and (max-width: 80rem){.navbar-menu ul li{font-size:40px}}@media screen and (max-width: 48rem){.navbar-menu ul li{font-size:28px}}@media screen and (max-width: 80rem){.navbar-menu ul li.active{padding-left:55px}}@media screen and (max-width: 48rem){.navbar-menu ul li.active{padding-left:42px}}.navbar-menu ul li.active::after{display:none;content:"";position:absolute;top:50%;transform:translateY(-50%);left:0;width:31px;height:31px;background-image:url(assets/svg/arrow-right.svg);background-size:100% 100%;background-repeat:no-repeat;background-position:center}@media screen and (max-width: 80rem){.navbar-menu ul li.active::after{display:block}}@media screen and (max-width: 48rem){.navbar-menu ul li.active::after{width:22px;height:22px}}@media screen and (max-width: 80rem){.navbar-menu.burger-menu{position:absolute;top:64px;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:start;gap:100px;padding:76px 156px 84px;height:100vh;width:100%;background:#070707;transform:translateX(100%);transition:.3s}}@media screen and (max-width: 48rem){.navbar-menu.burger-menu{gap:72px;padding:48px 40px 140px}}@media screen and (max-width: 36rem){.navbar-menu.burger-menu{padding:48px 20px 140px}}.navbar-menu.burger-menu--active{transform:translateX(0%)}.popup{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.4);top:0;left:0;opacity:0;visibility:hidden;overflow-y:auto;overflow-x:hidden;transition:all .6s ease 0s;z-index:5;backdrop-filter:blur(9px)}.popup.open{opacity:1;visibility:visible}.popup.open .popup__wrapper{opacity:1}.popup.open .popup-content__img{transform:translateX(0)}.popup.open .popup-content__form{transform:translateX(0)}.popup__body{min-height:100%;display:flex;align-items:center;justify-content:center;padding:30px 10px}.popup__wrapper{position:relative;background-color:#070707;color:#f7f7f7;border:1px solid #474858;border-radius:4px;transition:all .6s ease 0s;opacity:0;max-width:1200px;width:100%;min-height:640px;transition:.3s}@media screen and (max-width: 120rem){.popup__wrapper{max-width:910px;min-height:530px}}@media screen and (max-width: 80rem){.popup__wrapper{max-width:630px}}@media screen and (max-width: 48rem){.popup__wrapper{min-height:400px}}.popup__heading{font-size:32px;font-style:italic;font-weight:700;line-height:1.21;letter-spacing:-0.055em}.popup-content{display:grid;grid-template-columns:425px 1fr;border-radius:4px}@media screen and (max-width: 120rem){.popup-content{grid-template-columns:325px 1fr}}@media screen and (max-width: 90rem){.popup-content{grid-template-columns:285px 1fr}}@media screen and (max-width: 80rem){.popup-content{grid-template-columns:1fr}}.popup-content__img{width:100%;height:100%;background:#1d1d1d;border-radius:4px 0 0 4px;transition:.3s;transform:translateX(100%)}@media screen and (max-width: 80rem){.popup-content__img{display:none}}.popup-content__img img{border-radius:4px 0 0 4px;width:100%;height:100%;object-fit:fill}.popup-content__form{display:flex;flex-direction:column;gap:36px;padding:40px 74px 64px;height:100%;transition:.3s;transform:translateX(-425px);background:#070707}@media screen and (max-width: 120rem){.popup-content__form{padding:40px 58px 64px}}@media screen and (max-width: 90rem){.popup-content__form{padding:40px 25px 64px}}@media screen and (max-width: 80rem){.popup-content__form{transform:translateX(0)}}@media screen and (max-width: 48rem){.popup-content__form{padding:24px}}.popup-content__form h3{color:#a3ca00}.popup-content__form form{display:flex;flex-direction:column;gap:16px}.popup__footer{display:flex;flex-direction:column;gap:20px}.popup__footer .button{max-width:425px;width:100%}@media screen and (max-width: 120rem){.popup__footer .button{max-width:382px}}@media screen and (max-width: 80rem){.popup__footer .button{max-width:100%}}.popup__footer .text-xs a{color:#a3ca00}@media screen and (max-width: 120rem){.popup__footer .text-xs{max-width:382px}}@media screen and (max-width: 80rem){.popup__footer .text-xs{max-width:100%}}.popup__close{position:absolute;top:0;right:-75px;width:36px;height:36px;cursor:pointer;transition:.3s;z-index:1}@media screen and (max-width: 120rem){.popup__close{right:-57px;width:32px;height:32px}}@media screen and (max-width: 90rem){.popup__close{right:-50px;width:28px;height:28px}}@media screen and (max-width: 80rem){.popup__close{right:-40px;width:24px;height:24px}}@media screen and (max-width: 48rem){.popup__close{right:10px;top:10px;width:16px;height:16px}}.popup__close svg{width:100%;height:100%}.site-main{min-height:calc(100vh - 30px - 18px);background:#0d0d0d;margin:65px 0 0 0}video{backdrop-filter:opacity(1%)}.technical-functional-cell__img img{animation:rotate-slow 100s linear infinite}@keyframes rotate-slow{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.radio input[type=radio]:checked+label{padding:5px 20px;background:#1d1d1d;border-radius:33px;color:#fff}.button{display:flex;align-items:center;justify-content:center;align-self:flex-start;gap:10px;padding:9px 24px 12px 24px;font-size:24px;font-weight:400;line-height:1.5;color:#070707;border-radius:3px;background:#a3ca00;transition:.3s;cursor:pointer}@media screen and (max-width: 120rem){.button{font-size:20px}}@media screen and (max-width: 48rem){.button{font-size:16px;padding:9px 16px 12px 16px}}.button:hover{background:#88a600;color:#070707}.button[disabled]{background:#585f69;pointer-events:none;cursor:default}.button.second{color:#a3ca00;background:#070707;border:1px solid #a3ca00}.button.second:hover{color:#a3ca00;background:#1d1d1d}.component{display:flex;align-self:flex-start;align-items:center;justify-content:center;padding:8px 16px;font-size:20px;font-weight:400;line-height:1.2;letter-spacing:.12em;background:#1d1d1d;transition:.3s}@media screen and (max-width: 120rem){.component{font-size:16px;line-height:1.25}}@media screen and (max-width: 36rem){.component{padding:8px 12px;font-size:14px}}.component.small{padding:4px 6px;font-size:16px;line-height:1.25;letter-spacing:.1em}@media screen and (max-width: 120rem){.component.small{font-size:12px}}@media screen and (max-width: 36rem){.component.hidden{display:none}}input{display:flex;padding:8px 16px 10px;font-size:24px;line-height:1.1;font-weight:400;color:#f7f7f7;border:1px solid #1d1d1d;border-radius:2px;background:#0d0d0d;outline:none;transition:.3s}@media screen and (max-width: 120rem){input{font-size:20px}}input::placeholder{color:#474858}input:hover{border:1px solid #474858;background:#212121}input:focus{border:1px solid #474858}input.error{border:1px solid #ff5722}label{position:relative;display:flex;flex-direction:column;gap:8px}label .text-error{position:absolute;top:0;right:0}.radio{display:flex;gap:8px;padding:4px;height:52px;background-color:#070707;border:1px solid #474858;border-radius:36px}@media screen and (max-width: 80rem){.radio{height:44px}}.radio input{display:none}.radio label{display:flex;align-items:center;justify-content:center;padding:5px 20px;font-size:24px;line-height:1.1;font-weight:400;transition:.3s;cursor:pointer}@media screen and (max-width: 120rem){.radio label{font-size:20px}}@media screen and (max-width: 48rem){.radio label{padding:5px 10px;font-size:16px}}.radio #radio-1:checked~.label-1{padding:5px 20px;background:#1d1d1d;border-radius:33px}@media screen and (max-width: 48rem){.radio #radio-1:checked~.label-1{padding:5px 10px}}.radio #radio-2:checked~.label-2{padding:5px 20px;background:#1d1d1d;border-radius:33px}@media screen and (max-width: 48rem){.radio #radio-2:checked~.label-2{padding:5px 10px}}.radio #radio-3:checked~.label-3{padding:5px 20px;background:#1d1d1d;border-radius:33px}@media screen and (max-width: 48rem){.radio #radio-3:checked~.label-3{padding:5px 10px}}.radio #radio-4:checked~.label-4{padding:5px 20px;background:#1d1d1d;border-radius:33px}@media screen and (max-width: 48rem){.radio #radio-4:checked~.label-4{padding:5px 10px}}.radio #radio-5:checked~.label-5{padding:5px 20px;background:#1d1d1d;border-radius:33px}@media screen and (max-width: 48rem){.radio #radio-5:checked~.label-5{padding:5px 10px}}.radio #radio-6:checked~.label-6{padding:5px 20px;background:#1d1d1d;border-radius:33px}@media screen and (max-width: 48rem){.radio #radio-6:checked~.label-6{padding:5px 10px}}.radio #radio-7:checked~.label-7{padding:5px 20px;background:#1d1d1d;border-radius:33px}@media screen and (max-width: 48rem){.radio #radio-7:checked~.label-7{padding:5px 10px}}span.span-accent{color:#a3ca00}svg{transition:.3s;flex:0 0 auto}svg.close{fill:#d9d9d9}svg.carriage-down{fill:#a3ca00}svg.carriage-triple-left{width:27px;height:18px;fill:#a3ca00}svg.carriage-triple-right{width:27px;height:18px;fill:#a3ca00}svg.vk{width:20px;height:20px;fill:#f7f7f7}svg.telegram{width:20px;height:20px;fill:#f7f7f7}svg.habr{width:20px;height:20px;fill:#f7f7f7}svg.hand{stroke:#a3ca00}svg.vendor{stroke:#a3ca00}svg.puzzles{stroke:#a3ca00}svg.nifi{width:54px;height:32px}@media screen and (max-width: 80rem){svg.nifi{width:40px;height:24px}}@media screen and (max-width: 36rem){svg.nifi{width:33px;height:20px}}svg.rus{width:54px;height:32px}@media screen and (max-width: 80rem){svg.rus{width:40px;height:24px}}@media screen and (max-width: 36rem){svg.rus{width:33px;height:20px}}svg.circle-check{width:36px;height:36px}@media screen and (max-width: 80rem){svg.circle-check{width:27px;height:27px}}@media screen and (max-width: 36rem){svg.circle-check{width:20px;height:20px}}svg.clock{width:36px;height:36px}@media screen and (max-width: 80rem){svg.clock{width:24px;height:24px}}@media screen and (max-width: 36rem){svg.clock{width:20px;height:20px}}svg.question{width:23px;height:32px}@media screen and (max-width: 80rem){svg.question{width:17px;height:24px}}@media screen and (max-width: 36rem){svg.question{width:13px;height:18px}}svg.panel{width:62px;height:45px}@media screen and (max-width: 120rem){svg.panel{width:56px;height:40px}}svg.accesses{width:62px;height:45px}@media screen and (max-width: 120rem){svg.accesses{width:56px;height:40px}}svg.moving{width:62px;height:45px}@media screen and (max-width: 120rem){svg.moving{width:56px;height:40px}}svg.bell{width:62px;height:45px}@media screen and (max-width: 120rem){svg.bell{width:56px;height:40px}}svg.done{width:15px;height:15px}svg.in-progress{width:15px;height:15px}svg.to-do{width:15px;height:15px}svg.business-users{width:85px;height:96px}@media screen and (max-width: 80rem){svg.business-users{width:56px;height:63px}}svg.data-engineers{width:85px;height:96px}@media screen and (max-width: 80rem){svg.data-engineers{width:56px;height:63px}}svg.system-administrators{width:85px;height:96px}@media screen and (max-width: 80rem){svg.system-administrators{width:56px;height:63px}}svg.upload path{stroke:#a3ca00}.switch{position:relative;display:flex;align-items:center;width:32px;height:18px;flex:0 0 auto}.switch__input{display:none}.switch__input:checked+.switch__slider::before{background:#a3ca00;transform:translateX(14px)}.switch__slider{position:absolute;top:0;right:0;bottom:0;left:0;padding:2px;border:1px solid #474858;border-radius:36px;transition:.3s;cursor:pointer}.switch__slider::before{content:"";position:absolute;left:1px;bottom:1px;height:14px;width:14px;border-radius:50%;background:#474858;transition:.3s;cursor:pointer}.h1,.h2,.h3{margin:0;font-weight:500;line-height:1.1;transition:.3s}.h1{font-size:88px}@media screen and (max-width: 120rem){.h1{font-size:72px}}@media screen and (max-width: 90rem){.h1{font-size:64px}}@media screen and (max-width: 80rem){.h1{font-size:56px}}@media screen and (max-width: 64rem){.h1{font-size:60px}}@media screen and (max-width: 48rem){.h1{font-size:56px}}@media screen and (max-width: 36rem){.h1{font-size:36px}}.h2{font-size:72px}@media screen and (max-width: 120rem){.h2{font-size:56px}}@media screen and (max-width: 80rem){.h2{font-size:48px}}@media screen and (max-width: 48rem){.h2{font-size:40px}}@media screen and (max-width: 36rem){.h2{font-size:32px}}.h2.descriptor{font-size:56px;font-weight:400}@media screen and (max-width: 120rem){.h2.descriptor{font-size:40px}}@media screen and (max-width: 80rem){.h2.descriptor{font-size:36px}}@media screen and (max-width: 64rem){.h2.descriptor{font-size:30px}}@media screen and (max-width: 36rem){.h2.descriptor{font-size:28px}}.h3{font-size:40px}@media screen and (max-width: 120rem){.h3{font-size:32px}}@media screen and (max-width: 36rem){.h3{font-size:24px}}a{text-decoration:none;color:inherit;align-self:flex-start;transition:.3s}a:hover{color:#a3ca00}.color-accent{color:#a3ca00}.color-error{color:#ff5722}p{margin:0}ul{margin:0;padding:0}ul li{list-style:none}ol{margin:0;padding:0}.text-l,.text-m,.text-s,.text-xs,.text-error{line-height:1.1;font-weight:400;transition:.3s}.text-l.accent,.text-m.accent,.text-s.accent,.text-xs.accent,.text-error.accent{color:#a3ca00}.text-l{font-size:28px}@media screen and (max-width: 120rem){.text-l{font-size:24px}}.text-m{font-size:24px}@media screen and (max-width: 120rem){.text-m{font-size:20px}}@media screen and (max-width: 36rem){.text-m{font-size:16px}}.text-m.bold{font-weight:600}.text-s{font-size:20px}@media screen and (max-width: 120rem){.text-s{font-size:16px}}@media screen and (max-width: 36rem){.text-s{font-size:12px}}.text-s.bold{font-weight:600}.text-xs{font-size:16px}@media screen and (max-width: 120rem){.text-xs{font-size:12px}}.text-error{font-size:20px;color:#ff5722}@media screen and (max-width: 120rem){.text-error{font-size:16px}}@media screen and (max-width: 36rem){.text-error{font-size:12px}}