/* Base */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
/* Component */
.section-compound {
    margin-bottom: 100px;
}
.compound {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
}
.compound__name {
        font-family: MursGothic;
        font-weight: 800;
        font-size: 40px;
        line-height: 130%;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #354353;
    }
.compound__right {
        max-width: 662px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
.compound__text {
        display: flex;
        flex-direction: column;
        gap: 16px;
        font-family: TildaSansRegular;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #5E6A78;
    }
.compound__text span {
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 18px;
    }
@media screen and (max-width: 1280px) {
    .section-compound {
        margin-bottom: 60px;
    }

    .compound {
        flex-direction: column;
        gap: 20px;
    }

    .compound__name {
        font-size: 24px;
        padding: 0 15px;
        letter-spacing: 1px;
    }

    .compound__right {
        max-width: initial;
    }

    .compound__text {
        font-size: 16px;
        line-height: 140%;
        gap: 12px;
        padding: 0 15px;
    }

        .compound__text span {
            font-size: 16px;
        }
}
.section-main {
    position: relative;
    background-color: #F9F9F9;
    margin-bottom: 60px;
    overflow: hidden;
}
.header {
    position: absolute;
    background: #4a4f56;
    color: #E2E2E2;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    z-index: 101;
    font-family: TildaSansSemibold;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
}
.header__link {
        display: flex;
        align-items: center;
        gap: 4px;
    }
.header__link-site:hover img {
            content: url('../../img/icon/arrow-up-white.svg');
        }
.header__link-site:hover span {
            color: white;
        }
.header__link-connection {
            position: relative;
            cursor: pointer;
        }
.header__link-connection:hover > img {
            content: url('../../img/icon/tooltip-hover.svg');
        }
.header__link-connection:hover > span {
            color: #9BC5FF;
        }
.header__tooltip {
            display: flex;
            flex-direction: column;
            gap: 16px;
            position: absolute;
            top: 28px;
            right: 0;
            width: 244px;
            height: 141px;
            padding: 16px 20px;
            background-color: #4A4F56;
            opacity: 0;
            visibility: hidden;
            pointer-events: auto;
            z-index: 120;
            cursor: default;
        }
.header__tooltip-gap {
            position: absolute;
            top: 16px;
            right: 0;
            width: 244px;
            height: 16px;
            background-color: #4A4F56;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            z-index: 110;
            border-radius: 0 0 12px 12px;
        }
.header__link-connection:hover .header__tooltip {
            opacity: 1;
            visibility: visible;
        }
.header__link-connection:hover .header__tooltip-gap {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }
.tooltip__info {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }
.tooltip__info div:first-child {
            font-family: TildaSansSemibold;
            font-weight: 600;
            font-size: 16px;
            line-height: 130%;
            color: white;
        }
.tooltip__info div:last-child {
            font-family: TildaSansRegular;
            font-weight: 400;
            font-size: 14px;
            line-height: 130%;
            color: #9BA1AE;
        }
.tooltip__contact {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
.tooltip__contact div {
            font-family: TildaSansSemibold;
            font-weight: 600;
            font-size: 14px;
            line-height: 140%;
            color: white;
            display: flex;
            gap: 7px;
            align-items: center;
        }
.tooltip__contact div:last-child:hover {
            color: #9BC5FF;
        }
.nav {
    position: relative;
    padding-top: 52px;
    margin-bottom: 120px;
}
.nav__wrapper {
        display: flex;
        gap: 30px;
    }
.nav__contacts {
        display: none;
    }
.nav__toggle {
        display: none;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
    }
.nav__toggle:focus-visible {
            outline: 2px solid #366AF3;
            outline-offset: 4px;
        }
.nav__toggle-line {
        position: relative;
        display: block;
        width: 32px;
        height: 2px;
        background-color: #354353;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }
.nav__toggle-line + .nav__toggle-line {
        margin-top: 8px;
    }
.nav--menu-open .nav__toggle-line:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }
.nav--menu-open .nav__toggle-line:nth-child(2) {
        opacity: 0;
    }
.nav--menu-open .nav__toggle-line:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
.nav__block {
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
        color: #354353;
        padding: 8px 0;
    }
.nav__block:hover {
            color: #366AF3;
            cursor: pointer;
        }
.nav__contacts-item {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        color: #354353;
        text-decoration: none;
    }
.nav__contacts-item:hover {
            color: #366AF3;
        }
.nav__contacts-item img {
            width: 20px;
            height: 20px;
        }
.main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
    position: relative;
}
.main__img {
        position: absolute;
    }
.main__img-star {
        top: 564px;
        left: 857px;
    }
.main__img-circle {
        top: 806px;
        left: 0;
    }
.main__img-planet {
        top: 226px;
        left: 683px;
    }
.main__img-vertical {
        top: 0;
        left: 1240px;
    }
.main__img-gorizontal {
        top: 770px;
        left: 0;
        width: 100%;
    }
.main__img-chevron {
        top: 830px;
        left: 657px;
        cursor: pointer;
    }
.main__img-big {
        top: 358px;
        left: 834px;
        width: 824px;
        height: 824px;
        border: 1px solid #D0D0D0;
        border-radius: 50%;
    }
.main__name {
        font-family: Segoe UI;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        color: #9BA1AE;
        margin-bottom: 4px;
    }
.main__title {
        margin-bottom: 16px;
        position: relative;
        z-index: 1;
    }
.main__description {
        font-family: Segoe UI;
        font-weight: 400;
        font-size: 24px;
        line-height: 34px;
        color: #354353;
        max-width: 752px;
        margin-bottom: 60px;
    }
.main__btn {
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        padding: 12px 20px;
        background-color: #366AF3;
        color: white;
        margin-bottom: 320px;
    }
.main__btn:hover {
            background-color: #2956CE;
        }
@media screen and (max-width: 1280px) {
    .section-main {
        margin-bottom: 40px;
    }

    .header {
        display: none;
    }

    .logo-container {
        z-index: 201;
    }

    .nav {
        margin-bottom: 269px;
        padding: 0;
    }

        .nav__toggle {
            display: flex;
            position: relative;
            z-index: 201;
            flex-direction: column;
        }

    .nav__wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-top: 48px;
        background: #FFFFFF;
        transform: translateY(-100%);
        transition: transform 0.3s ease;
        z-index: 200;
        min-height: 100vh;
    }

    .nav--menu-open .nav__wrapper {
        transform: translateY(0);
    }

    .nav__block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        line-height: 120%;
        padding: 15px;
        border-bottom: 1px solid #D0D0D0;
    }

    .nav__block::after {
        content: '';
        width: 16px;
        height: 16px;
        margin-left: 12px;
        background: url('../../img/icon/arrow-right-mob.svg') no-repeat center / contain;
        opacity: 0.4;
        pointer-events: none;
    }

    .nav__contacts {
        display: flex;
        flex-direction: column;
        margin-top: 24px;
    }

    .nav__contacts-title {
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 16px;
        line-height: 110%;
        padding: 8px 15px 6px;
        color: #818796;
    }

    .nav__contacts-item {
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        color: #354353;
        padding: 15px 15px;
        justify-content: space-between;
        border-bottom: 1px solid #D0D0D0;
    }

    body.mobile-nav-open {
        overflow: hidden;
    }

    .main {
        padding: 0 15px;
    }

        .main__name {
            display: none;
        }

        .main__title {
            margin-bottom: 12px;
        }

        .main__title img {
            max-width: 281px;
        }

        .main__img-star {
            top: 107px;
            left: auto;
            right: 136px;
            width: 20px;
        }

        .main__img-circle {
            width: 36px;
            top: auto;
            left: auto;
            right: 2px;
            bottom: 2px;
        }

        .main__img-planet {
            top: 314px;
            left: 267px;
            width: 45px;
        }

        .main__img-vertical {
            left: auto;
            right: 40px;
        }

        .main__img-gorizontal {
            top: 58px;
            height: 1px;
        }

        .main__img-chevron {
            display: none;
        }

        .main__img-big {
            top: -65px;
            left: auto;
            right: -82px;
            width: 245px;
            height: 245px;
        }

        .main__description {
            font-family: TildaSansRegular;
            font-size: 16px;
            line-height: 130%;
            margin-bottom: 30px;
        }

        .main__btn {
            position: relative;
            z-index: 1;
            font-size: 16px;
            line-height: 140%;
            width: 100%;
            margin-bottom: 44px;
        }
}
.section-work {
    margin-bottom: 100px;
}
.work {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
    background-color: #366AF3;
}
.work__wrapper {
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding: 40px 0 40px 60px;
    }
.work__title {
        font-family: MursGothic;
        font-weight: 800;
        font-size: 40px;
        line-height: 115%;
        text-transform: uppercase;
        color: #FFFFFF;
        letter-spacing: 2px;
    }
.work__title div:first-child {
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #FFF;
    }
.work__description {
        font-family: TildaSansRegular;
        font-weight: 400;
        font-size: 18px;
        line-height: 130%;
        color: #DEECFF;
        max-width: 671px;
    }
.work__info {
        display: flex;
        gap: 24px;
    }
.work__info-block {
            display: flex;
            flex-direction: column;
            gap: 2px;
            color: #DEECFF;
        }
.work__info-block_mob {
            display: none;
        }
.work__info-text {
            font-family: TildaSansRegular;
            font-weight: 400;
            font-size: 18px;
            line-height: 130%;
        }
.work__info-mail {
            font-family: TildaSansSemibold;
            font-weight: 600;
            display: flex;
            gap: 8px;
            align-items: center;
        }
.work__info-mail:hover {
                cursor: pointer;
            }
.work__info-mail img {
                opacity: 0;
            }
.work__info-mail:hover img {
                opacity: 1;
            }
.copy-toast {
    position: fixed;
    left: 50%;
    bottom: 100px;
    font-family: TildaSansSemibold;
    font-size: 16px;
    line-height: 130%;
    transform: translate(-50%, 20px);
    padding: 14px 24px;
    border-radius: 999px;
    background: rgba(11, 22, 43, 0.95);
    color: #FFFFFF;
    box-shadow: 0 18px 40px rgba(12, 20, 33, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 400;
    text-align: center;
}
.copy-toast--visible {
    opacity: 1;
    transform: translate(-50%, 0);
}
@media screen and (max-width: 1280px) {
    .section-work {
        margin-bottom: 60px;
    }

    .work {
        flex-direction: column;
    }

    .work__wrapper {
        padding: 24px 20px 16px 20px;
    }

    .work__block {
        display: flex;
        gap: 12px;
        flex-direction: column;
    }

    .work__title {
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 1px;
    }

    .work__description {
        font-size: 16px;
        line-height: 140%;
    }

    .work__info {
        justify-content: space-between;
        background-color: white;
        padding: 6px 12px;
    }

    .work__info-block {
        width: 100%;
        gap: 0;
    }

    .work__info-block_mob {
        display: block;
    }

    .work__info-text {
        font-size: 16px;
        color: #9BA1AE;
    }

    .work__info-mail {
        font-family: TildaSansBold;
        font-weight: 700;
        color: #4A4F56;
    }

    .work__info-mail img {
        display: none;
    }

    .work__info-block:last-child {
        display: none;
    }
}
.section-components {
    margin-bottom: 120px;
}
.components {
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
}
.components__name {
        font-family: MursGothic;
        font-weight: 800;
        font-size: 40px;
        line-height: 130%;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #354353;
        margin-bottom: 30px;
    }
.components__wrapper {
        display: flex;
        justify-content: space-between;
    }
.components__categories {
    display: none;
}
.components__category {
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 16px;
        line-height: 140%;
        color: #818796;
    }
.components__category--active {
        color: #354353;
        border-bottom: 4px solid #354353;
    }
.components__accordion {
    width: 100%;
    max-width: 662px;
}
.components__tabs {
        display: flex;
        flex-direction: column;
        gap: 24px;
        max-width: 662px;
    }
.components__group {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.components__group--hidden {
    display: none;
}
.components__group-title {
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        color: #9BA1AE;
        margin-bottom: 13px;
    }
.components__tab {
    font-family: TildaSansSemibold;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #354353;
    padding: 12px 0 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
}
.components__tab:hover {
        color: #366AF3;
    }
.components__tab--active {
        color: #354353;
        border-left: 3px solid #354353;
        padding: 12px 0 12px 13px;
    }
.components__tab-label {
    pointer-events: none;
}
.components__tab-icon {
    display: none;
}
.components__content {
    max-width: 662px;
}
.components__content--hidden {
    display: none;
}
.components__panel {
    display: none;
    flex-direction: column;
    gap: 20px;
}
.components__panel--active {
        display: flex;
        padding-bottom: 30px;
        border-bottom: 1px solid #D0D0D0;
    }
.components__preview img {
    width: 100%;
}
.components__preview-img {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.components__preview-two {
    display: flex;
    gap: 20px;
}
.components__img {
    cursor: pointer;
    display: block;
    width: 100%;
}
.components__img-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}
.components__preview-two > .components__img-wrapper {
    flex-shrink: 0;
}
.components__img-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #C7D7FF66;
    background-image: url('../../img/icon/zoom.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}
.components__img-wrapper:hover::after {
    opacity: 1;
    cursor: pointer;
}
.components__img-wrapper::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 10px;
    width: 32px;
    height: 32px;
    background: #C7D7FFBF;
    background-image: url('../../img/icon/zoom.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border-radius: 6px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
    z-index: 1;
    display: none;
}
.components__img-1 {
    max-width: 435px;
    height: 230px;
}
.components__img-2 {
    max-width: 207px;
    height: 110px;
}
.components__text {
    display: flex;
    flex-direction: column;
}
.components__text-subtitle {
        font-family: TildaSansRegular;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #354353;
    }
.components__text p {
        margin-bottom: 20px !important;
    }
.components__text div {
        margin-bottom: 8px;
    }
.components__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.components__list li {
        position: relative;
        padding-left: 34px;
    }
.components__list li::before {
            content: url('../../img/icon/rhomb.svg');
            position: absolute;
            left: 16px;
            top: 0;
            width: 10px;
            height: 23px;
        }
.components-image-modal {
    position: fixed;
    inset: 0;
    padding: 20px;
    background-color: #4A4A4A99;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}
.components-image-modal--active {
    display: flex;
}
.components-image-modal__frame {
    width: 100%;
    max-width: 1344px;
    aspect-ratio: 1344 / 676;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.components-image-modal__img-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: none;
}
.components-image-modal__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.1s ease-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-user-drag: none;
    transform-origin: center center;
}
.components-image-modal__img.no-transition {
    transition: none;
}
.components-image-modal__img.zoomed {
    cursor: grab;
}
.components-image-modal__img.zoomed:active {
    cursor: grabbing;
}
.components-image-modal__zoom-btn {
    position: absolute;
    bottom: 80px;
    left: 16px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
}
.components-image-modal__zoom-btn img {
    width: 24px;
    height: 24px;
    display: block;
}
.components-image-modal__mobile-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 15px 8px 15px;
    background: #ffffff;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    z-index: 10;
}
.components-image-modal__dots {
    display: flex;
    gap: 8px;
    justify-content: center;
}
.components-image-modal__dots button {
    width: 30px;
    height: 5px;
    border: none;
    background: #D0D0D0;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s ease;
}
.components-image-modal__dots button.active {
    background: #366AF3;
    width: 30px;
}
.components-image-modal__close-mobile {
    border: 2px solid #366AF3;
    padding: 11px 32px;
    font-family: TildaSansSemibold;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #366AF3;
    cursor: pointer;
    transition: background 0.2s ease;
    width: 100%;
}
.components-image-modal__close-mobile:hover {
    background: #2956CE;
}
.components-image-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.components-image-modal__close img {
    display: block;
    width: 40px;
    height: 40px;
}
.components-image-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.components-image-modal__nav--prev {
    left: 20px;
}
.components-image-modal__nav--next {
    right: 20px;
}
.components-image-modal__nav img {
    display: block;
    width: 48px;
    height: 48px;
}
.hidden {
    display: none !important;
}
@media screen and (max-width: 1280px) {
    .section-components {
        margin-bottom: 60px;
    }

    .components {
        padding: 0 15px;
    }

    .components__name {
        font-size: 24px;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .components__wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .components__categories {
        display: flex;
    }

    .components__category {
        width: 50%;
        padding: 6px 0 12px;
    }

    .components__accordion {
        max-width: none;
        border-top: 1px solid #EEEEEE;
    }

    .components__tabs {
        max-width: none;
        gap: 0;
    }

    .components__group {
        width: 100%;
        gap: 0;
        border-bottom: 1px solid #EEEEEE;
    }

    .components__group-title {
        display: none;
    }

    .components__tab {
        border-left: none;
        border-radius: 0;
        background-color: transparent;
        border-top: none;
        border-bottom: 1px solid #EEEEEE;
        padding: 16px 0;
        width: 100%;
        font-size: 20px;
        line-height: 120%;
    }

    .components__tab:hover {
         color: initial;
    }

    .components__tab--active {
        background-color: transparent;
        color: #354353;
        border-left: none;
        padding: 16px 0;
        border-bottom: none;
    }

    .components__tab:last-child {
        border-bottom: none;
    }

    .components__tab-icon {
        display: block;
        width: 25px;
        height: 25px;
        transition: transform 0.3s ease;
    }

    .components__tab--active .components__tab-icon {
        display: none;
    }

    .components__content {
        order: 2;
        max-width: none;
    }

    .components__panel {
        gap: 16px;
    }

    .components__preview-two {
        gap: 10px;
        flex-direction: column;
    }

    .components__preview-img {
        flex-direction: row;
    }

    .components__img-1,
    .components__img-2 {
        max-width: none;
        height: auto;
    }

    .components__text p, .components__text div {
        margin-bottom: 12px;
    }

    .components__text-subtitle {
        font-size: 16px;
        line-height: 140%;
    }

    .components__list {
        gap: 10px;
    }

    .components__list li {
        padding-left: 14px;
    }

    .components__list li::before {
        left: 0;
        width: 8px;
        height: 17px;
    }

    .components__img-wrapper::before {
        display: block;
        opacity: 1;
    }

    .components-image-modal {
        padding: 0;
        align-items: flex-start;
        background-color: #4A4F56;
    }

    .components-image-modal__close {
        display: none;
    }

    .components-image-modal__nav {
        display: none;
    }

    .components-image-modal__frame {
        width: 100%;
        max-width: none;
        aspect-ratio: auto;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .components-image-modal__img-container {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 90px;
        box-sizing: border-box;
    }

    .components-image-modal__img {
        max-width: calc(100% - 30px);
        max-height: calc(100vh - 150px);
        width: auto;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain;
    }

    .components-image-modal__zoom-btn {
        display: flex;
        bottom: 30px;
    }

    .components-image-modal__mobile-controls {
        display: flex;
    }
}
.section-advantages {
    margin-bottom: 120px;
}
.advantages {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
}
.advantages__name {
        font-family: MursGothic;
        font-weight: 800;
        font-size: 40px;
        line-height: 130%;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #354353;
    }
.advantages__wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        position: relative;
    }
.advantages__wrapper::before {
            content: '';
            display: block;
            width: 434px;
            flex: 0 0 434px;
        }
.advantages__img {
        position: absolute;
        z-index: 0;
    }
.advantages__img-shield {
            top: -20px;
            left: -5px;
        }
.advantages__img-star {
            top: 0;
            left: 175px;
        }
.advantages__img-triangle {
            top: 67px;
            left: 317px;
        }
.advantages__img-triangle_big {
            top: 481px;
            left: 1087px;
        }
.advantages__img-circles {
            top: 14px;
            left: 428px;
        }
.advantages__img-aim {
            top: 401px;
            left: 930px;
        }
.advantages__img-gear {
            top: 257px;
            left: 1134px;
            z-index: 2;
        }
.advantages__img-shield-mob {
            display: none;
        }
.advantages__block {
        width: 434px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 24px;
        background-color: rgba(219, 227, 235, 0.15);
        border: 1px solid transparent;
        -o-border-image: radial-gradient(circle at left top, #FFFFFF 0%, #C6D4DA 100%) 1;
           border-image: radial-gradient(circle at left top, #FFFFFF 0%, #C6D4DA 100%) 1;
        position: relative;
        z-index: 1;
        -webkit-backdrop-filter: blur(15px);
                backdrop-filter: blur(15px);
    }
.advantages__block-title {
            font-family: TildaSansSemibold;
            font-weight: 600;
            font-size: 24px;
            line-height: 130%;
            color: #354353;
        }
.advantages__block-description {
            font-family: TildaSansRegular;
            font-weight: 400;
            font-size: 18px;
            line-height: 140%;
            color: #354353;
        }
@media screen and (max-width: 1280px) {
    .section-advantages {
        margin-bottom: 60px;
    }

    .advantages {
        padding: 0 15px;
        gap: 20px;
    }

    .advantages__name {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .advantages__wrapper::before {
        content: none;
    }

    .advantages__block {
        padding: 20px;
        width: 345px;
    }

        .advantages__block-shield::before {
            content: url('../../img/icon/shield-mob.svg');
            position: absolute;
            left: 235px;
            top: 48px;
        }

        .advantages__block-star::before {
            content: url('../../img/icon/star.svg');
            position: absolute;
            left: 308px;
            top: -10px;
        }

        .advantages__block-gear::before {
            content: url('../../img/icon/gear-mob.svg');
            position: absolute;
            left: 252px;
            top: 140px;
        }

        .advantages__block-title {
            font-size: 20px;
        }

        .advantages__block-description {
            font-size: 16px;
            line-height: 140%;
        }

    .advantages__block:first-child {
        -webkit-backdrop-filter: blur(0);
                backdrop-filter: blur(0);
    }

    .advantages__img-shield {
        display: none;
        top: 60px;
        left: 233px;
        width: 120px;
    }
    .advantages__img-star {
        display: none;
        top: 645px;
        left: 308px;
        width: 28px;
        z-index: 2;
    }
    .advantages__img-triangle {
        display: none;
        top: 69px;
        left: 323px;
        width: 12px;
    }
    .advantages__img-triangle_big {
        display: none;
    }
    .advantages__img-circles {
        display: none;
    }
    .advantages__img-aim {
        display: none;
    }
    .advantages__img-gear {
        display: none;
        top: 941px;
        left: 220px;
        width: 140px;
    }
}
.section-certificate {
    margin-bottom: 120px;
    padding-top: 12px;
}
.certificate {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
}
.certificate__name {
        font-family: MursGothic;
        font-weight: 800;
        font-size: 40px;
        line-height: 130%;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #354353;
        max-width: 682px;
    }
.certificate__wrapper {
        display: flex;
        gap: 20px;
        flex-direction: column;
        width: 662px;
    }
.certificate__block {
        display: flex;
    }
.certificate__block:not(:last-child) {
            border-bottom: 1px solid #D0D0D0;
            padding-bottom: 20px;
        }
.certificate__img-wrapper {
    position: relative;
    display: inline-flex;
    max-width: 210px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}
.certificate__img {
    display: block;
    width: 100%;
}
.certificate__img-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #C7D7FF66;
    background-image: url('../../img/icon/zoom.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}
.certificate__img-wrapper:hover::after {
    opacity: 1;
}
.certificate__text {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 10px 0 0 16px;
    }
.certificate__title {
        display: flex;
        flex-direction: column;
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        color: #354353;
    }
.certificate-one {
        width: 60px;
    }
.certificate-two {
        width: 65px;
    }
.certificate-three {
        width: 67px;
    }
.certificate-image-modal {
    position: fixed;
    inset: 0;
    padding: 20px;
    background-color: #4A4A4A99;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2100;
}
.certificate-image-modal--active {
    display: flex;
}
.certificate-image-modal__frame {
    width: 100%;
    max-width: 720px;
    padding: 48px;
}
.certificate-image-modal__img-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certificate-image-modal__img {
    display: block;
    width: 100%;
    height: auto;
}
.certificate-image-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certificate-image-modal__close img {
    display: block;
    width: 40px;
    height: 40px;
}
.certificate-image-modal__mobile-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 15px 8px 15px;
    background: #ffffff;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    z-index: 10;
}
.certificate-image-modal__close-mobile {
    border: 2px solid #366AF3;
    padding: 11px 32px;
    font-family: TildaSansSemibold;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #366AF3;
    cursor: pointer;
    transition: background 0.2s ease;
    width: 100%;
    background: transparent;
}
.certificate-image-modal__close-mobile:hover {
    background: #2956CE;
}
@media screen and (max-width: 1280px) {
    .section-certificate {
        padding: 0;
        margin-bottom: 60px;
    }

    .certificate {
        padding: 0 15px;
        flex-direction: column;
        gap: 20px;
    }

    .certificate__name {
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 1px;
    }

    .certificate__wrapper {
        gap: 16px;
        width: 100%;
    }

    .certificate__block {
        padding-bottom: 16px;
    }

    .certificate__img-wrapper {
        width: 34%;
    }

    .certificate__text {
        padding: 0 0 0 12px;
        gap: 8px;
    }

    .certificate-one {
        width: 47px;
    }

    .certificate-two {
        width: 51px;
    }

    .certificate-three {
        width: 53px;
    }

    .certificate__title {
        font-size: 16px;
        line-height: 120%;
    }

    .certificate-image-modal {
        padding: 0;
        align-items: flex-start;
        background-color: #4A4F56;
    }

    .certificate-image-modal__close {
        display: none;
    }

    .certificate-image-modal__frame {
        width: 100%;
        max-width: none;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .certificate-image-modal__img-container {
        padding-bottom: 80px;
        box-sizing: border-box;
    }

    .certificate-image-modal__img {
        max-width: calc(100% - 30px);
        max-height: calc(100vh - 150px);
        width: auto;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain;
    }

    .certificate-image-modal__mobile-controls {
        display: flex;
    }
}
.section-company {
    margin-bottom: 120px;
    padding-top: 12px;
}
.company {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
}
.company__header {
        display: flex;
        justify-content: space-between;
        padding-bottom: 30px;
        border-bottom: 1px solid #D0D0D0;
    }
.company__header-name {
            font-family: MursGothic;
            font-weight: 800;
            font-size: 40px;
            line-height: 130%;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #354353;
        }
.company__header-btn {
            padding: 7px 20px;
            color: #366AF3;
            font-family: TildaSansSemibold;
            font-weight: 600;
            font-size: 20px;
            line-height: 130%;
            border: 2px solid #366AF3;
        }
.company__header-btn:hover {
                background-color: #2956CE;
                color: white;
                border: 2px solid #2956CE;
            }
.company__block {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 662px;
        margin-left: auto;
    }
.company__block a {
        display: none;
    }
.company__description {
        font-family: TildaSansRegular;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #4A4F56;
    }
.company__description div:first-child {
        margin-bottom: 10px;
    }
@media screen and (max-width: 1280px) {
    .section-company {
        padding: 0;
        margin-bottom: 60px;
    }

    .company__header-name {
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 1px;
    }

    .company__header {
        padding: 0 15px;
        border: none;
    }

    .company__header a {
        display: none;
    }

    .company__block {
        width: 100%;
        gap: 16px;
        padding-top: 20px;
        margin: 0;
    }

    .company__block a {
        display: block;
        padding: 0 15px;
    }

    .company__description {
        padding: 0 15px;
        font-size: 16px;
        line-height: 140%;
    }

    .company__header-btn {
        width: 100%;
        font-size: 16px;
        line-height: 140%;
    }
}
.section-documentation {
    margin-bottom: 100px;
}
.documentation {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
}
.documentation__name {
        font-family: MursGothic;
        font-weight: 800;
        font-size: 40px;
        line-height: 130%;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #354353;
    }
.slider-track {
        display: flex;
        gap: 20px;
    }
.documentation__block {
        position: relative;
        width: 321px;
        height: 292px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #F9F9F9;
    }
.documentation__block::before {
        content: url('../../img/icon/file.svg');
        position: absolute;
        left: 24px;
        top: 24px;
        width: 32px;
        height: 32px;
    }
.documentation__title {
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        padding-top: 52px;
    }
.documentation__btn {
        display: flex;
        gap: 12px;
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
    }
.documentation__btn-img:hover img {
            content: url('../../img/icon/documentation-btn-hover.svg');
        }
.documentation__btn-btn {
            padding: 7px 69px;
            color: #366AF3;
            border: 2px solid #366AF3;
        }
.documentation__btn-btn:hover {
                background-color: #2956CE;
                color: white;
                border: 2px solid #2956CE;
            }
@media screen and (max-width: 1280px) {
    .section-documentation {
        margin-bottom: 60px;
    }

    .documentation {
        padding: 0 15px;
        gap: 20px;
    }

    .documentation__name {
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 1px;
    }

    .documentation__wrapper {
        overflow: hidden;
        position: relative;
    }

    .documentation__block {
        min-width: 330px;
        height: 262px;
    }

    .documentation__title {
        padding-top: 44px;
        font-size: 20px;
    }

    .documentation__btn {
        font-size: 16px;
        gap: 0;
        justify-content: space-between;
    }

        .documentation__btn-btn {
            height: 40px;
            padding: 7px 82px;
        }

        .documentation__btn-img {
            width: 40px;
        }

    .slider-track {
        transition: transform 0.3s ease;
        touch-action: pan-y;
    }

    .slider-dots {
        margin-top: 15px;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .slider-dots button {
        width: 26px;
        height: 4px;
        background: #C6D4DA;
        border: none;
        border-radius: 2px;
    }

    .slider-dots button.active {
        background: #366AF3;
    }
}
.section-demo {
    margin-bottom: 100px;
}
.demo {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
    background-color: #366AF3;
}
.demo__wrapper {
        display: flex;
        flex-direction: column;
        gap: 34px;
        padding: 40px 0 40px 60px;
    }
.demo__block {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
.demo__title {
        font-family: MursGothic;
        font-weight: 800;
        font-size: 40px;
        line-height: 130%;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #FFFFFF;
    }
.demo__description {
        font-family: TildaSansRegular;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #DEECFF;
        max-width: 500px;
    }
.demo__btn {
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        padding: 12px 20px;
        background: white;
        color: #4A4F56;
        max-width: 241px;
    }
.demo__btn:hover {
            color: #2956CE;
        }
@media screen and (max-width: 700px) {
    .section-demo {
        margin-bottom: 60px;
    }

    .demo {
        flex-direction: column;
        padding: 0 15px;
    }

        .demo__wrapper {
            padding: 24px 0;
        }

        .demo__block {
            gap: 10px;
        }

        .demo__title {
            font-size: 24px;
            letter-spacing: 1px;
        }

        .demo__description {
            font-size: 16px;
            line-height: 130%;
            max-width: initial;
        }

        .demo__btn {
            font-size: 20px;
            line-height: 140%;
            max-width: 100%;
        }
}
.section-questions {
    margin-bottom: 80px;
}
.questions {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
}
.questions__wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
.questions__title {
        font-family: MursGothic;
        font-weight: 800;
        font-size: 40px;
        line-height: 130%;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #354353;
    }
.questions__content {
        border-top: 1px solid rgb(238, 238, 238);
        pointer-events: auto;
        position: relative;
        text-align: left;
    }
@media screen and (max-width: 1280px) {
    .section-questions {
        margin-bottom: 58px;
    }

    .questions {
        padding: 0 15px;
    }

    .questions__wrapper {
        gap: 20px;
    }

    .questions__title {
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 1px;
    }
}
.footer {
    background-color: #4A4F56;
}
.footer__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 1344px;
        height: 50px;
    }
.footer__wrapper-mob {
        display: none;
    }
.footer__left {
        display: flex;
        gap: 24px;
        align-items: center;
    }
.footer__logo:hover {
        content: url('../../img/icon/footer-logo-hover.svg');
        cursor: pointer;
    }
.footer__copyright {
        font-family: TildaSansRegular;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: #9BA1AE;
    }
.footer__right {
        display: flex;
        gap: 4px;
        font-family: TildaSansSemibold;
        font-weight: 600;
        font-size: 14px;
        line-height: 140%;
        color: #E2E2E2;
        align-items: center;
    }
.footer__right:hover {
            cursor: pointer;
            color: white;
        }
.footer__right:hover img {
            content: url('../../img/icon/arrow-up-white.svg');
        }
@media screen and (max-width: 1280px) {
    .footer__wrapper {
        display: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 375px;
    }

    .footer__wrapper-mob {
        display: flex;
        flex-direction: column;
        padding: 20px 15px 24px;
        gap: 16px;
    }

    .footer__top-mob {
        display: flex;
        justify-content: space-between;
    }

    .footer__logo {
        width: 120px;
    }

    .footer__right {
        font-size: 16px;
    }
}
@font-face {
  font-family: 'MursGothic';
  src:
          url('../../fonts/MursGothic-WideDark.woff2') format('woff2'),
          url('../../fonts/MursGothic-WideDark.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TildaSansBold';
  src:
          url('../../fonts/TildaSans-Bold.woff2') format('woff2'),
          url('../../fonts/TildaSans-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TildaSansRegular';
  src:
          url('../../fonts/TildaSans-Regular.woff2') format('woff2'),
          url('../../fonts/TildaSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TildaSansSemibold';
  src:
          url('../../fonts/TildaSans-Semibold.woff2') format('woff2'),
          url('../../fonts/TildaSans-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Utilities */
.fixed {
  position: fixed;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
*, *::before, *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
body {
  position: relative;
}
[data-copy-email] {
  cursor: pointer;
}
.section__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
p {
  margin-bottom: 0 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0  !important;
}
.accordion {
  text-align: left;
  position: relative;
  width: 100%;
  outline: none;
}
.accordion-title {
  font-family: TildaSansSemibold;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #354353;
  padding: 16px 0;
}
.accordion-toggle {
  position: absolute;
  right: 0;
  top: 25%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.accordion-toggle img {
    transform: rotate(0deg);
    transition: 0.4s;
    display: block;
    width: 25px;
    height: auto;
  }
.accordion:hover .accordion-toggle.hoverable {
    transition: 0.4s;
}
.accordion:hover .accordion-title{
  color: #366AF3;
  cursor: pointer;
}
.accordion.active .accordion-toggle img {
  transform: rotate(45deg);
}
.accordion.active + .accordion-panel  {
  padding-bottom: 32px;
}
.accordion-panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-panel .accordion-panel__text {
    font-family: TildaSansRegular;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #354353;
  }
.carousel-control-prev span,
.carousel-control-next  span {
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  background-size: 19px 26px !important;
  background-color: #E8E8E8 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
}
.carousel-control-prev span {
  right: 30px;
}
.carousel-control-next span {
  left: 30px;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  content: '';
  width: calc((100% - 860px) / 2);
  height: 100%;
  display: block;
  top: 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-inner {
  height: 450px !important;
}
.carousel-item {
 width: 860px !important;
}
.carousel-item img {
  width: 100%;
  height: 100%;
}
.carousel-indicators {
  bottom: -50px !important;
}
.carousel-indicators button {
  background-color: #c7c7c7 !important;
}
@media screen and (max-width: 1280px) {
  .accordion-title {
    font-size: 20px;
    line-height: 120%;
    width: 87%;
  }

  .accordion-panel .accordion-panel__text {
    font-size: 16px;
    line-height: 130%;
  }
}
