@charset "UTF-8";

@font-face {
    font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "Inter";
  src: url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "DMSans";
  src: url("../fonts/DMSans-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "AdspectVisualSans";
  src: url("../fonts/Adspect Visual Sans-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "AdspectVisualSans";
  src: url("../fonts/Adspect Visual Sans-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "AdspectVisualSans";
  src: url("../fonts/Adspect Visual Sans-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "AdspectSansText";
  src: url("../fonts/AdspectSansText-200.woff") format("woff");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "AdspectSansText";
  src: url("../fonts/AdspectSansText-300.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "AdspectSansText";
  src: url("../fonts/AdspectSansText-400.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: "AdspectSansText";
  src: url("../fonts/AdspectSansText-600.woff") format("woff");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

/*! 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 */
    -webkit-text-decoration: underline dotted;
    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 {
    box-sizing: border-box;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    max-width: 100%;
    position: relative;
}

html {
    font-size: 2.565vw;
    height: 100%;
}

body {
    background: #fff;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.4;
    font-family: "AdspectVisualSans";
    font-weight: 500;
    overflow-x: hidden;
}

.my-body-noscroll-class {
    overflow: hidden;
}

.my-body-noscroll-class body {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a,
button,
.img-svg,
.modal__open {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    transition: 320ms;
    text-decoration: none;
}

.img-svg path,
.img-svg line,
.img-svg circle {
    transition: 320ms;
}

/* Bootstrap 4 */
.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    html {
        font-size: 0.521vw;
    }

    .container {
        max-width: 179rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.slick-slide {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

@-webkit-keyframes animate_leaf {
    0% {
        transform: translateY(0) rotate(1deg);
    }

    50% {
        transform: translateY(2rem) rotate(-2deg);
    }

    100% {
        transform: translateY(0) rotate(1deg);
    }
}

@keyframes animate_leaf {
    0% {
        transform: translateY(0) rotate(1deg);
    }

    50% {
        transform: translateY(2rem) rotate(-2deg);
    }

    100% {
        transform: translateY(0) rotate(1deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

section {
    position: relative;
    z-index: 5;
}

.container {
    position: relative;
    z-index: 5;
}

.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 192rem auto;
    background-position: center top;
}

@media screen and (max-width: 575px) {
    .section__bg {
        background-size: 39.1rem auto;
    }
}

@media screen and (max-width: 575px) {
    .section__bg.pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .section__bg.xs {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 575px) {
    .xs {
        display: none;
    }
}

.mobile__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    transform: translateY(-100%);
    transition: 320ms;
    opacity: 0;
    pointer-events: none;
}

.mobile__menu.active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.mobile__menu-close {
    width: 2rem;
    position: absolute;
    top: 2.8rem;
    right: 2.8rem;
}

.mobile__menu .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mobile__menu .menu .link {
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.t-title {
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1.36842;
    letter-spacing: 0.06em;
    color: #090f16;
}

.d-title {
    font-weight: 500;
    font-size: 4.6rem;
    line-height: 1;
    text-align: center;
    color: #000;
}

.t-btn {
    border-radius: 2.7rem;
    background: #0056fd;
    color: #fff;
    padding: 1.3rem 4.25rem;
}

.t-btn:hover {
    background: #004ad9;
}

.d-btn {
    border-radius: 6.1rem;
    padding: 3.9rem 6rem;
    -webkit-backdrop-filter: blur(30.33175px);
    backdrop-filter: blur(30.33175px);
    box-shadow: 0 11px 38px 0 rgba(0, 0, 0, 0.25);
    background: #0056fd;
    font-weight: 500;
    font-size: 3.412rem;
    line-height: 1;
    letter-spacing: -0.05em;
    text-align: center;
    color: #fff;
    position: relative;
}

.d-btn:hover {
    background: #004ad9;
}

.pulse {
    position: relative;
    box-shadow: none;
    -webkit-animation-name: pulseButton;
    animation-name: pulseButton;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.pulse::before {
    content: '';
    /* right: -2rem; */
    /* bottom: -2rem; */
    /* opacity: .25; */
    /* opacity: 0; */
    /* background-color: #0058ff; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10rem;
    z-index: -1;
    -webkit-animation-name: pulseTwo;
    animation-name: pulseTwo;
    animation-delay: 1s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    
}

@keyframes pulseButton {
    0% {
        box-shadow: 0;
    }

    40% {
        box-shadow: 0 0 0 1.5rem rgba(0, 88, 255, 0.1);
    }

    to {
        box-shadow: 0 0 0 2rem rgba(0, 88, 255, 0);
    }
}


@keyframes pulseTwo {
    0% {
        box-shadow: 0;
    }

    40% {
        box-shadow: 0 0 0 1.5rem rgba(0, 88, 255, 0.2);
    }

    to {
        box-shadow: 0 0 0 4rem rgba(0, 88, 255, 0);
    }
}

@media screen and (max-width : 575px) {

    @keyframes pulseButton {
        0% {
            box-shadow: 0;
        }
    
        40% {
            box-shadow: 0 0 0 1rem rgba(0, 88, 255, 0.1);
        }
    
        to {
            box-shadow: 0 0 0 1.5rem rgba(0, 88, 255, 0);
        }
    }

    
    @keyframes pulseTwo {
        0% {
            box-shadow: 0;
        }

        40% {
            box-shadow: 0 0 0 1.5rem rgba(0, 88, 255, 0.2);
        }

        to {
            box-shadow: 0 0 0 2rem rgba(0, 88, 255, 0);
        }
    }
}

.slick-dots {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 30rem;
    bottom: -1rem;
}

.slick-dots li {
    flex-grow: 1;
    padding: 0;
    margin: 0;
    height: auto;
}

.slick-dots li button {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    width: 100%;
    height: .3rem;
    padding: 0;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li.slick-active button {
    background: #0056FD !important;
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000;
    opacity: 0.7;
}

.modal {
    position: relative;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.modal__text {
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #000 0%, rgba(19, 21, 27, 0.87) 100%, rgba(9, 15, 22, 0.95) 100%);
    color: #FFFFFF;
    padding: 4.4rem;
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .modal__text {
        width: 37rem;
        padding: 2.4rem 1.6rem;
    }
}

.modal__text .modal__title {
    font-size: 2.6rem;
    margin-bottom: 1rem;
}

.modal__text-inner {
    border-radius: 1.2rem;
    background: #161619;
    padding: 1.5rem 2rem;
    padding-right: 2rem;
}

@media screen and (max-width: 575px) {
    .modal__text-inner {
        padding-right: 1.5rem;
    }
}

.modal__text-scroll {
    height: 50rem;
    padding-right: 4rem;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
	font-family: "Inter";
    overflow-y: auto;
}

.modal__text-scroll h5 {
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    font-family: "AdspectVisualSans";
    text-transform: lowercase;
}

.modal__text-scroll h5::first-letter {
    text-transform: capitalize;
}

.modal__text-scroll strong {
    font-family: "Manrope";
    font-weight: 700;
}

.modal__text-scroll p {
    margin-bottom: 30px!important;
}

.modal__text-scroll p:last-child {
    margin-bottom: 0!important;
}

.modal__text-scroll blockquote {
    margin: -25px 0 30px;
    font-size: 14px;
    line-height: 20px;
}

.modal__text-scroll ol,
.modal__text-scroll ul {
    margin: -15px 0 30px!important;
    padding-left: 20px!important;
}

.modal__text-scroll ol li,
.modal__text-scroll ul li {
    margin-bottom: 10px!important;
}

.modal__text-scroll ol li:last-child,
.modal__text-scroll ul li:last-child {
    margin-bottom: 0!important;
}

.modal__text-scroll .t-btn .xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .modal__text-scroll {
        height: 40rem;
        /*font-size: 1.7rem;*/
        padding-right: 2rem;
    }

    .modal__text-scroll {
        font-size: 16px;
        line-height: 22px;
    }
    
    .modal__text-scroll h5 {
        font-size: 24px;
        line-height: 32px;
    }    
}

@media screen and (max-width: 1279px) {
    .modal__text-scroll .t-btn {
        font-size: 16px!important;
    }
}

@media screen and (max-width: 1023px) {
    .modal__text-scroll .t-btn .xs {
        display: inline-block;
    }

    .modal__text-scroll .t-btn .pc {
        display: none;
    }
}

.modal__text-scroll p {
    margin: 0 0 2rem;
}

.modal__text-scroll p:last-child {
    margin-bottom: 0;
}

.modal__text-scroll::-webkit-scrollbar-thumb {
      /* Укажи цвет скроллбара */
    background: #0056FD;
      /* Укажи радиус скругления скроллбара */
    border-radius: 0;
}

.modal__text-scroll::-webkit-scrollbar {
      /* Укажи ширину вертикального скроллбара */
    width: 1px;
      /* Укажи высоту горизонтального скроллбара */
    height: 1px;
      /* Укажи цвет фона под скроллбаром */
    background: #000000;
}

.modal__close {
    position: absolute;
    bottom: calc(100% + 1.5rem);
    right: 0;
    border-radius: 3rem;
    width: 6.5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0056FD;
}

.modal__close img {
    width: 2rem;
}

.companies-section {
    padding: 14.5rem 0;
    overflow: hidden;
    background: #f9f9f9;
}

@media screen and (max-width: 575px) {
    section {
        /* overflow: hidden; */
    }


    .companies-section {
        padding: 4rem 0 1rem;
    }
}

.companies-section .companies__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.companies-section .companies__box__title {
    text-align: left;
    font-family: "AdspectVisualSans";
    font-weight: 700;
    line-height: 1.2;
}

@media screen and (max-width: 575px) {
    .companies-section .companies__box__title {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1;
        color: #000;
        width: 35.5rem;
    }
}

.companies-section .companies__box__title .top {
    background: linear-gradient(180deg, #c2c2c2 31%, rgba(197, 197, 197, 0.1) 122%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.companies-section .companies__box__title .bottom {
    background: linear-gradient(180deg, #c2c2c2 31%, rgba(197, 197, 197, 0.1) 122%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.companies-section .companies__box__brends {
    display: flex;
    margin-top: 3rem;
    margin-left: -1rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .companies-section .companies__box__brends {
        flex-direction: column;
        margin-top: 2.4rem;
        margin-left: -0rem;
        -moz-column-gap: 0rem;
        column-gap: 0rem;
        gap: 0.5rem;
    }
}

.companies-section .companies__box__brends__item {
    display: flex;
    -moz-column-gap: 0.445rem;
    column-gap: 0.445rem;
}

.companies-section .companies__box__brends__item .brend {
    width: 15.2rem;
    /* filter: grayscale(1); */
}

@media screen and (max-width: 575px) {
    .companies-section .companies__box__brends__item .brend {
        width: 11.249rem;
        margin-top: -4rem;
    }
}

.companies-section .companies__box__brends__item .brend.xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .companies-section .companies__box__brends__item .brend.xs {
        display: block;
    }
}

.companies-section .companies__box__brends__item .brend.pc {
    display: block;
}

@media screen and (max-width: 575px) {
    .companies-section .companies__box__brends__item .brend.pc {
        display: none;
    }
}

.companies-section .companies__box__brends__item .brend.salesforce {
    width: 11.6rem;
}

@media screen and (max-width: 575px) {
    .companies-section .companies__box__brends__item .brend.salesforce {
        width: 8.88rem;
    }
}

@media screen and (max-width: 575px) {
    .companies-section .companies__box__brends__item .brend.toyota {
        display: none;
    }
}

.business-section {
    background: #f9f9f9;
    margin-top: 6.4rem;
    padding-top: 4.3rem;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .business-section {
        margin-top: 2.4rem;
        padding-top: 2.718rem;
    }
}

.business-section .business__title {
    margin-bottom: 11rem;
}

@media screen and (max-width: 575px) {
    .business-section .business__title {
        margin-bottom: 2rem;
    }
}

.business-section .business__title__top {
    border: 1.27px solid #0072f0;
    border-radius: 5.1rem;
    padding: 1.3rem 0rem;
    width: 32.8rem;
}

@media screen and (max-width: 575px) {
    .business-section .business__title__top {
        border: 0.67px solid #0072f0;
        border-radius: 5.4rem;
        padding: 0.6rem;
        width: 19.7rem;
    }
}

.business-section .business__title__top-text {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    color: #0072f0;
}

@media screen and (max-width: 575px) {
    .business-section .business__title__top-text {
        font-size: 1.2rem;
    }
}

.business-section .business__title__bottom {
    margin-top: 3rem;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .business-section .business__title__bottom {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 1.25;
        letter-spacing: 0.06em;
        color: #090f16;
        width: 34.7rem;
        margin-top: 2.1rem;
    }
}

.business-section .business__title__bottom span {
    color: #0f4492;
}

.business-section .business__box {
    display: flex;
}

@media screen and (max-width: 575px) {
    .business-section .business__box {
        flex-direction: column;
    }
}

.business-section .business__box__item-title {
    font-weight: 700;
    position: relative;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 3.6rem;
}

@media screen and (max-width: 575px) {
    .business-section .business__box__item-title {
        font-size: 3.6rem;
        line-height: 1;
        letter-spacing: 0.02em;
        color: #000;
        width: 35.6rem;
        margin-bottom: 3rem;
    }

    .business-section .business__box__item-title br {
        display: none;
    }
}

.business-section .business__box__item-title::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    background: #0056fd;
    position: absolute;
    top: -0.5rem;
    left: -1.5rem;
}

@media screen and (max-width: 575px) {
    .business-section .business__box__item-title::before {
        width: 0.6rem;
        height: 0.6rem;
        left: -1rem;
    }
}

.business-section .business__box__item-subtitle {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #000;
    margin-top: 6rem;
}

@media screen and (max-width: 575px) {
    .business-section .business__box__item-subtitle {
        margin-top: 5rem;
    }
}

.business-section .business__box__item p {
    letter-spacing: 0.02em;
    margin-bottom: 3rem;
    line-height: 1.6;
    margin-top: 0;
}

@media screen and (max-width: 575px) {
    .business-section .business__box__item p {
        width: 33.4rem;
    }

    .business-section .business__box__item p br {
        display: none;
    }
}

.business-section .business__box__item p .bold {
    font-weight: 700;
}

.business-section .business__box__item-text.bold {
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .business-section .business__box__picture {
        background: #fff;
        width: 46rem;
        margin-left: -3rem;
        padding-left: 3rem;
        padding-bottom: 2.5rem;
        transform: none !important;
        opacity: 1 !important;
    }
}

.business-section .business__box__picture .image1 {
    display: block;
    width: 76rem;
    margin-left: 28.2rem;
    margin-top: -2rem;
}

@media screen and (max-width: 575px) {
    .business-section .business__box__picture .image1 {
        margin-left: 0;
        display: none;
    }
}

.business-section .business__box__picture .image1-xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .business-section .business__box__picture .image1-xs {
        display: block;
        width: 35.3rem;
        margin-top: 2rem;
        margin-left: 0.3rem;
    }
}

.business-section .business__box__picture .image2 {
    display: block;
    width: 78rem;
    margin-right: 14rem;
}

@media screen and (max-width: 575px) {
    .business-section .business__box__picture .image2 {
        margin-right: 0;
        display: none;
    }
}

.business-section .business__box__picture .image2-xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .business-section .business__box__picture .image2-xs {
        display: block;
        width: 34.5rem;
        margin-left: 0.5rem;
    }
}

.business-section .business__box__picture .image3 {
    width: 88rem;
    margin-left: 12rem;
}

@media screen and (max-width: 575px) {
    .business-section .business__box__picture .image3 {
        display: none;
    }
}

.business-section .business__box.box2 {
    margin-top: 8rem;
}

@media screen and (max-width: 575px) {
    .business-section .business__box.box2 {
        margin-top: 0.5rem;
    }

    .business-section .business__box.box2 .business__box__picture {
        order: 2;
    }

    .business-section .business__box.box2 .business__box__item {
        order: 1;
    }

    .business-section .business__box.box2 .business__box__item-text.bold {
        font-weight: 500;
    }

    .business-section .business__box.box2 .business__box__item-text .bold {
        font-weight: 500;
    }

    .business-section .business__box.box2 .business__box__picture {
        padding-bottom: 0;
        padding-top: 2.5rem;
        margin-top: -1rem;
    }
}

@media screen and (max-width: 575px) {
    .business-section .business__box.box2 p strong {
        font-weight: 500;
    }
}

.business-section .business__box.box3 {
    padding-top: 6.4rem;
    background: #fff;
    max-width: none;
    width: 192rem;
    margin-left: -7rem;
    padding-left: 8rem;
    margin-top: 4rem;
    padding-bottom: 14.3rem;
}

@media screen and (max-width: 575px) {
    .business-section .business__box.box3 {
        margin-left: 0;
        padding-left: 0;
        padding-top: 0rem;
        padding-bottom: 1.75rem;
    }

    .business-section .business__box.box3 p {
        margin-bottom: 2.5rem;
    }

    .business-section .business__box.box3 p:nth-child(2n) {
        width: 37rem;
    }
}

.third-section {
    height: 92.2rem;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .third-section {
        height: 95.7rem;
    }
}

.third-section .third__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 7.15rem;
    margin-bottom: 10.4rem;
}

@media screen and (max-width: 575px) {
    .third-section .third__title {
        padding-top: 4.75rem;
        margin-bottom: 3.9rem;
    }
}

.third-section .third__title__top {
    border: 0.64px solid #9da7b2;
    border-radius: 5.1rem;
    padding: 0.75rem 0 0.75rem 0;
    width: 16rem;
    margin-bottom: 5.4rem;
}

@media screen and (max-width: 575px) {
    .third-section .third__title__top {
        width: 12.8rem;
        border-radius: 5.4rem;
        padding: 0.63rem 0 0.63rem 0;
        margin-bottom: 4rem;
    }
}

.third-section .third__title__top-text {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.3;
    text-align: center;
    color: #9da7b2;
}

@media screen and (max-width: 575px) {
    .third-section .third__title__top-text {
        font-size: 1.2rem;
    }
}

.third-section .third__title__bottom {
    color: #f6f8fb;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 575px) {
    .third-section .third__title__bottom {
        font-size: 3.6rem;
        width: 35.8rem;
    }

    .third-section .third__title__bottom br {
        display: none;
    }
}

.third-section .third__title__bottom .blue {
    background: linear-gradient(90deg, #06f 0%, #001e4b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .third-section .third__title__bottom .blue {
        font-weight: 700;
        background: linear-gradient(90deg, #06f 0%, #001e4b 140%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.third-section .third__box {
    display: flex;
    align-items: stretch;
    -moz-column-gap: 4rem;
    column-gap: 4rem;

    justify-content: center;
}

@media screen and (max-width: 575px) {
    .third-section .third__box {
        margin: 0 -1.5rem;
    }
}

.third-section .third__box__item {
    background: url(../img/third/card-bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 39.7rem;
    border-radius: 2rem;
    padding: 4rem 0 0 4.4rem;
    width: 31.9rem;

    transition: 320ms;
}

@media screen and (min-width : 575px) {
    .third__box__item.active {
        box-shadow: 0 0 30px rgba(0, 102, 255, 0.25);
    }
}



@media screen and (max-width: 575px) {
    .third-section .third__box__item {
        width: 31.95rem;
        margin-bottom: 3.9rem;
        padding: 4rem 0 0 8rem;
    }
}

.third-section .third__box__item__header {
    display: flex;
    -moz-column-gap: 1.97rem;
    column-gap: 1.97rem;
}

.third-section .third__box__item__header-text {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .third-section .third__box__item__header-text {
        font-size: 2.3rem;
    }
}

.third-section .third__box__item__line {
    max-width: 24rem;
    margin-left: 0rem;
    margin-top: 2.5rem;
}

@media screen and (max-width: 575px) {
    .third-section .third__box__item__line {
        margin-top: 3.5rem;
    }
}

.third-section .third__box__item-text {
    line-height: 1.4;
    color: #9da7b2;
    margin-top: 3rem;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: -0.02em;
    font-family: "AdspectSansText";
}

.third-section .third__box__item-text.small {
    font-size: 1.6rem;
}

@media screen and (max-width: 575px) {
    .third-section .third__box__item-text {
        letter-spacing: 0em;
        margin-top: 3.5rem;
    }
}

.third-section .third__box__item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/third/btn.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 4rem;
}

.third-section .third__box__item-btn:hover .arrow {
    transform: rotate(45deg);
}

.third-section .third__box__item-btn .arrow {
    width: 0.9rem;
    text-align: center;
    transition: 320ms;
}

.third-section .third__box__item-btn.third-3,
.third-section .third__box__item-btn.seo {
    margin-top: 1.5rem;
}

.third-section .third__box__item-btn.cro {
    margin-top: 5.5rem;
}

.third-section .third__box__item .icon {
    width: 2.25rem;
}

@media screen and (max-width: 575px) {
    .third-section .third__box__item.third-5,
    .third-section .third__box__item.landing {
        display: none;
    }
}

.about-section {
    padding: 4.25rem 0;
    margin-top: 6.4rem;
}

@media screen and (max-width: 575px) {
    .about-section {
        padding: 1.747rem 0 4.7rem 0;
        margin-top: 2.4rem;
    }
}

@media screen and (max-width: 575px) {
    .about-section .about__title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.about-section .about__title__top {
    border: 0.88px solid #9da7b2;
    border-radius: 7.1rem;
    padding: 0.95rem 0;
    width: 16.4rem;
    margin-bottom: 4.2rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__title__top {
        padding: 0.63rem 0;
        border: 0.67px solid #9da7b2;
        border-radius: 5.4rem;
        width: 12rem;
        margin-bottom: 3.2rem;
    }
}

.about-section .about__title__top-text {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    color: #9da7b2;
}

@media screen and (max-width: 575px) {
    .about-section .about__title__top-text {
        font-size: 1.2rem;
    }
}

.about-section .about__title__bottom {
    position: relative;
    font-family: "AdspectVisualSans";
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 575px) {
    .about-section .about__title__bottom {
        font-size: 3.6rem;
        text-align: center;
        width: 32.5rem;
    }

    .about-section .about__title__bottom br {
        display: none;
    }
}

.about-section .about__title__bottom::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    background: #0056fd;
    border-radius: 100%;
    left: -1.3rem;
    top: -0.8rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__title__bottom::before {
        width: 0.6rem;
        height: 0.6rem;
        left: 5.5rem;
        top: 0.5rem;
    }
}

.about-section .about__title__bottom .blue {
    background: linear-gradient(90deg, #06f 0%, #0a48a5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-section .about__box {
    display: flex;
    align-items: center;
    -moz-column-gap: 12rem;
    column-gap: 12rem;
    margin-top: 2.8rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__box {
        flex-direction: column;
    }
}

.about-section .about__box__left {
    width: 91rem;
    margin-top: -3rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__box__left {
        width: auto;
        margin-top: -0rem;
    }
}

.about-section .about__box__left-title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom: 2.8rem;
    margin-top: 2.8rem;
}

.about-section .about__box__left-subtitle {
    font-size: 1.8rem;
    font-family: "AdspectSansText";
}

@media screen and (max-width: 575px) {
    .about-section .about__box__left-subtitle {
        width: 35.7rem;
    }

    .about-section .about__box__left-subtitle br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .about-section .about__box__right {
        margin-top: 6.2rem;
    }
}

.about-section .about__box__right__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    width: 82rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__box__right__flex {
        flex-direction: column;
        width: auto;
        align-items: center;
    }
}

.about-section .about__box__right__flex__item {
    border-radius: 1.4rem;
    padding: 1.4rem 0 2.5rem 2.4rem;
    width: 40.4rem;
    min-height: 17.4rem;
    -webkit-backdrop-filter: blur(6.70113px);
    backdrop-filter: blur(6.70113px);
    background: url(../img/about/border.png);
    background-repeat: no-repeat;
    background-size: 100% 101%;
    background-color: #101822;
}

@media screen and (min-width: 575px) {
    .about-section .about__box__right__flex__item.animate {
        transition: 420ms;
    }

    .about-section .about__box__right__flex__item.animate:hover {
        transform: translateY(-1rem);
    }
}

@media screen and (max-width: 575px) {
    .about-section .about__box__right__flex__item {
        width: 35.7rem;
        min-height: 17.6rem;
        background-size: 101% 100%;
    }
}

.about-section .about__box__right__flex__item-title {
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1.1925;
    text-transform: uppercase;
    color: #fdfdfd;
    margin-bottom: 2.3rem;
}

@media screen and (max-width: 575px) {
    .about-section .about__box__right__flex__item-title {
        margin-bottom: 2rem;
    }
}

.about-section .about__box__right__flex__item-subtitle {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.1925;
    color: #fdfdfd;
    margin-bottom: 0.67rem;
}

.about-section .about__box__right__flex__item-text {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fdfdfd;
    font-family: "Inter";
}

@media screen and (max-width: 575px) {
    .about-section .about__box__right__flex__item-text.mob br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .about-section .about__box__right__flex__item-text.xs2 {
        width: 25rem;
    }

    .about-section .about__box__right__flex__item-text.xs2 br {
        display: none;
    }
}

.about-section .about__box__right__flex .about__box__right__flex__item.another {
    background: transparent;
    border: transparent;
}

@media screen and (max-width: 575px) {
    .about-section .about__box__right__flex .about__box__right__flex__item.another {
        background: #0056fd;
        border: #0056fd;
        height: 17.6rem;
    }
}

.about-section .about__box__right__flex .about__box__right__flex__item.another .about__box__right__flex__item-title {
    color: #000;
    font-size: 1.8rem;
    text-transform: initial;
    font-weight: 600;
    line-height: 1.4;
}

@media screen and (max-width: 575px) {
    .about-section .about__box__right__flex .about__box__right__flex__item.another .about__box__right__flex__item-title {
        color: #fff;
        line-height: 1.4;
    }
}

.service-section {
    margin-top: 6.4rem;
    padding-top: 5.4rem;
    padding-bottom: 13.3rem;
}

@media screen and (max-width: 575px) {
    .service-section {
        margin-top: 0rem;
        padding: 4rem 0;
    }
}

.service-section .service__title {
    position: relative;
    margin-bottom: 6.374rem;
}

@media screen and (max-width: 575px) {
    .service-section .service__title {
        margin-bottom: 5rem;
    }
}

.service-section .service__title .d-title {
    background: linear-gradient(180deg, #000 0%, #000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

@media screen and (max-width: 575px) {
    .service-section .service__title .d-title {
        font-size: 3.6rem;
    }
}

.service-section .service__title::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: #0056fd;
    border-radius: 100%;
    position: absolute;
    left: 31rem;
    top: 0;
}

@media screen and (max-width: 575px) {
    .service-section .service__title::before {
        width: 0.6rem;
        height: 0.6rem;
        left: 5.8rem;
        top: 0.8rem;
    }
}

.service-section .service__box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

@media screen and (max-width: 575px) {
    .service-section .service__box {
        flex-direction: column;
        align-items: center;
    }
}

.service-section .service__box__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .service-section .service__box__item {
        margin-bottom: 4.5rem;
        text-align: center;
    }
}

.service-section .service__box__item-text {
    line-height: 1.27778;
    letter-spacing: -0.01em;
    font-weight: 300;
    margin-top: 3.7rem;
    font-size: 1.8rem;
    font-family: "AdspectSansText";
}

@media screen and (max-width: 575px) {
    .service-section .service__box__item-text {
        font-size: 1.8rem;
        margin-top: 2.5rem;
    }

    .service-section .service__box__item-text br {
        display: none;
    }
}

.service-section .service__box__item .icon.arrow {
    width: 1.6rem;
    margin-left: 2rem;
}

@media screen and (max-width: 575px) {
    .service-section .service__box__item .icon.arrow {
        margin-left: 0;
    }
}

.service-section .service__box__item .icon.second {
    width: 2.1rem;
    margin-left: 2rem;
}

@media screen and (max-width: 575px) {
    .service-section .service__box__item .icon.second {
        margin-left: 0;
    }
}

.service-section .service__box__item .icon.block {
    width: 1.9rem;
    margin-left: 4rem;
}

@media screen and (max-width: 575px) {
    .service-section .service__box__item .icon.block {
        margin-left: 0;
    }
}

.service-section .service__box__item .icon.bell {
    width: 2rem;
}

.service-section .service__box__item.second {
    margin-left: -4rem;
}

@media screen and (max-width: 575px) {
    .service-section .service__box__item.second {
        margin-left: 0;
        order: 1;
    }
}

@media screen and (max-width: 575px) {
    .service-section .service__box__item.first {
        margin-left: 0;
        order: 2;
    }
}

@media screen and (max-width: 575px) {
    .service-section .service__box__item.third {
        margin-left: 0;
        order: 3;
    }
}

@media screen and (max-width: 575px) {
    .service-section .service__box__item.fourth {
        margin-left: 0;
        order: 4;
    }
}

.form-section {
    border-radius: 2rem;
    padding: 5.25rem 8rem 5.25rem 10rem;
    background: #050505;
    background: linear-gradient(177deg, #050505 36%, #1f2023 66%, #292a2e 88%);
    width: 176rem;
    margin: auto;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .form-section {
        background: #000;
        width: auto;
        padding: 36.4rem 2.9rem 6.4rem 2.9rem;
        border-radius: 0;
    }
}

@media screen and (max-width: 575px) {
    .form-section .form__box {
        background: none;
    }
}

.form-section .form__box__title {
    margin-bottom: 6.2rem;
}

@media screen and (max-width: 575px) {
    .form-section .form__box__title {
        margin-bottom: 3rem;
    }
}

.form-section .form__box__title .d-title {
    color: #fff;
    text-align: left;
    line-height: 1.2;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .form-section .form__box__title .d-title {
        font-size: 3.6rem;
    }

    .form-section .form__box__title .d-title br {
        display: none;
    }
}

.form-section .form__box__title .d-title .blue {
    background: #00347f;
    background: linear-gradient(180deg, #00347f 13%, #357be2 33%, #458fff 52%, #205db9 72%, #003480 86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
    .form-section .form__box__title .d-title .blue {
        display: block;
        background: #00347f;
        background: linear-gradient(90deg, #00347f 13%, #357be2 33%, #458fff 52%, #205db9 72%, #003480 86%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.form-section .form__box .form__box__inputs {
    display: flex;
    flex-direction: column;
}

.form-section .form__box .form__box__inputs-inp {
    border-radius: 3.5rem;
    padding: 0rem 0.8rem 0rem 3.6rem;
    width: 56.7rem;
    height: 6.3rem;
    background: #323336;
    outline: none;
    border: none;
    color: #fff;
    margin-bottom: 2.2rem;
}

@media screen and (max-width: 575px) {
    .form-section .form__box .form__box__inputs-inp {
        width: 30.2rem;
        height: 6.3rem;
        padding: 0rem 0.8rem 0.5rem 3.6rem;
    }
}

.form-section .form__box .form__box__inputs-inp::-moz-placeholder {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3;
    color: #575757;
    font-family: "AdspectSansText";
}

.form-section .form__box .form__box__inputs-inp:-ms-input-placeholder {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3;
    color: #575757;
    font-family: "AdspectSansText";
}

.form-section .form__box .form__box__inputs-inp::placeholder {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.3;
    color: #575757;
    font-family: "AdspectSansText";
}

@media screen and (max-width: 575px) {
    .form-section .form__box .form__box__inputs-inp::-moz-placeholder {
        font-size: 1.6rem;
    }

    .form-section .form__box .form__box__inputs-inp:-ms-input-placeholder {
        font-size: 1.6rem;
    }

    .form-section .form__box .form__box__inputs-inp::placeholder {
        font-size: 1.6rem;
    }
}

.form-section .form__box .form__box__inputs-btn {
    width: 32rem;
    padding: 1.6rem 4rem;
    margin-top: 2rem;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .form-section .form__box .form__box__inputs-btn {
        margin-top: 0rem;
        padding: 2rem 4rem;
        width: 100%;
        font-size: 1.6rem;
    }
}

.form-section .form__box .form__box__inputs-text {
    font-weight: 500;
    font-size: 1.926rem;
    line-height: 1.4;
    background: linear-gradient(90deg, #1a76ff 26.63%, #012357 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 6.2rem;
}

@media screen and (max-width: 575px) {
    .form-section .form__box .form__box__inputs-text {
        font-size: 1.6rem;
        background: linear-gradient(90deg, #fff 0%, #000 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 2.4rem;
    }
}

.form-section .form__box__book {
    right: 0rem;
    top: -8rem;
    z-index: 2;
    position: relative;
    position: absolute;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .form-section .form__box__book {
        right: -8rem;
        top: -41rem;
    }
}

.form-section .form__box__book::before {
    content: "";
    width: 70rem;
    height: 50rem;
    background: #287eff;
    border-radius: 100%;
    position: absolute;
    left: 5rem;
    top: 10rem;
    z-index: 1;
    filter: blur(80px);
    opacity: 0.5;
}

@media screen and (max-width: 575px) {
    .form-section .form__box__book::before {
        width: 13rem;
        height: 20rem;
        opacity: 0.8;
        left: 15rem;
        top: 15rem;
        background: #285aff;
    }
}

.form-section .form__box__book::after {
    content: "";
    width: 50rem;
    height: 35rem;
    background: #1c57fa;
    border-radius: 100%;
    position: absolute;
    left: 15rem;
    top: 20rem;
    z-index: 1;
    filter: blur(40px);
    opacity: 0.5;
}

@media screen and (max-width: 575px) {
    .form-section .form__box__book::after {
        width: 30rem;
        height: 30rem;
        left: 10rem;
        top: 11rem;
    }
}

.form-section .form__box__book img {
    width: 80rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 575px) {
    .form-section .form__box__book img {
        max-width: none;
        width: 50.4rem;
    }
}

.form-section .form__box__blur {
    position: absolute;
    right: 10rem;
    top: 0;
    z-index: 1;
}

.brends-section {
    margin-top: 6.4rem;
    padding-bottom: 3.1rem;
}

@media screen and (max-width: 575px) {
    .brends-section {
        margin-top: 2.4rem;
        padding-bottom: 0;
    }
}

.brends-section .brends__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 5.45rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__title {
        margin-bottom: 3.5rem;
    }
}

.brends-section .brends__title__top {
    border: 0.67px solid #9da7b2;
    border-radius: 5.4rem;
    padding: 0.8rem 0;
    width: 18.6rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__title__top {
        padding: 0.6rem 0;
        width: 14.8rem;
    }
}

.brends-section .brends__title__top-text {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #9da7b2;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__title__top-text {
        font-size: 1.2rem;
    }
}

.brends-section .brends__title__bottom {
    margin-top: 4.8rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__title__bottom {
        margin-top: 1.6rem;
    }
}

.brends-section .brends__title__bottom .d-title {
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__title__bottom .d-title {
        font-size: 3.6rem;
    }
}

.brends-section .brends__title__bottom .d-title .blue {
    background: linear-gradient(90deg, #06f 0%, #001e4b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brends-section .brends__title-subtitle {
    font-family: "AdspectSansText";
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #000;
    margin-top: 3.7rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__title-subtitle {
        font-size: 1.6rem;
        margin-top: 3rem;
    }

    .brends-section .brends__title-subtitle br {
        display: none;
    }
}

.brends-section .brends__box {
    width: 102.8rem;
    margin: auto;
    padding-left: 1rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box {
        width: 35.8rem;
        padding-left: 0;
    }
}

.brends-section .brends__box__flex {
    display: flex;
    flex-wrap: wrap;
}

.brends-section .brends__box__flex__item {
    width: 25.2rem;
    height: 12rem;
    margin-bottom: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brends-section .brends__box__flex__item::before {
    content: "";
    width: 11.3rem;
    height: 0.1rem;
    background: #545454;
    background: linear-gradient(90deg, rgba(84, 84, 84, 0.759541) 33%, rgba(15, 14, 14, 0.8) 54%, rgba(0, 0, 0, 0.23013) 75%);
    position: absolute;
    right: -5.7rem;
    top: 5.9rem;
    transform: rotate(90deg);
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item::before {
        width: 5.3rem;
        right: -2.8rem;
        top: 3rem;
        background: #545454;
        background: linear-gradient(90deg, rgba(143, 143, 143, 0.76) 33%, rgba(85, 82, 82, 0.8) 54%, rgba(175, 175, 175, 0.23) 75%);
    }
}

.brends-section .brends__box__flex__item::after {
    content: "";
    width: 25.2rem;
    height: 0.2rem;
    background: #545454;
    background: linear-gradient(90deg, rgba(189, 189, 189, 0.533) 16%, rgba(105, 105, 105, 0.852) 41%, rgba(161, 161, 161, 0.211) 75%);
    position: absolute;
    right: 0rem;
    left: 0;
    bottom: 0.2rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item::after {
        width: 11.8rem;
        height: 0.1rem;
        bottom: 0.2rem;
    }
}

.brends-section .brends__box__flex__item:nth-child(1n)::after {
    left: 0rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(1n)::after {
        left: 0rem;
    }
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(3n) {
        display: none;
    }
}

.brends-section .brends__box__flex__item:nth-child(4n)::before {
    display: none;
}

.brends-section .brends__box__flex__item:nth-child(5n)::before {
    top: 6rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(5n)::before {
        top: 3rem;
    }
}

.brends-section .brends__box__flex__item:nth-child(6n)::before {
    top: 6rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(6n)::before {
        top: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(6n) {
        display: none;
    }
}

.brends-section .brends__box__flex__item:nth-child(7n)::before {
    top: 6rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(7n)::before {
        top: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(9n) {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(10n) {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(11n) {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(12n) {
        display: none;
    }
}

.brends-section .brends__box__flex__item:nth-child(13n) {
    margin-top: 1rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(13n) {
        margin-top: 0;
    }
}

.brends-section .brends__box__flex__item:nth-child(13n)::after {
    display: none;
}

.brends-section .brends__box__flex__item:nth-child(14n) {
    margin-top: 1rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(14n) {
        margin-top: 0;
    }
}

.brends-section .brends__box__flex__item:nth-child(14n)::after {
    display: none;
}

.brends-section .brends__box__flex__item:nth-child(15n) {
    margin-top: 1rem;
}

.brends-section .brends__box__flex__item:nth-child(15n)::after {
    display: none;
}

.brends-section .brends__box__flex__item:nth-child(16n) {
    margin-top: 1rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item:nth-child(16n) {
        margin-top: 0;
    }
}

.brends-section .brends__box__flex__item:nth-child(16n)::after {
    display: none;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item {
        margin-bottom: 0.5rem;
        width: 11.8rem;
        height: 6rem;
    }
}

.brends-section .brends__box__flex__item img {
    max-width: 21rem;
    max-height: 16rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item img {
        max-width: 9.7rem;
        max-height: 10rem;
    }
}

@media screen and (max-width: 575px) {
    .brends-section .brends__box__flex__item.mob {
        display: none;
    }
}

.brends-section .brends__button {
    margin: auto;
    margin-top: 5rem;
    width: 103.2rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__button {
        width: 34.7rem;
        margin-top: 4.5rem;
    }
}

.brends-section .brends__button .d-btn {
    display: inline-block;
    margin: auto;
}

.brends-section .brends__button .d-btn .brends__button-xs {
    display: none;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__button .d-btn .brends__button-xs {
        display: block;
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 1.75;
        text-align: center;
        letter-spacing: normal;
    }
}

.brends-section .brends__button .d-btn .brends__button-xs2 {
    display: none;
}

@media screen and (max-width: 575px) {
    .brends-section .brends__button .d-btn .brends__button-xs2 {
        font-size: 1.1rem;
        display: block;
        letter-spacing: 0;
        font-family: "AdspectSansText";
        font-weight: 200;
    }
}

@media screen and (max-width: 575px) {
    .brends-section .brends__button .d-btn {
        padding: 1.2rem 5.4rem 1.7rem 5.4rem;
        font-weight: 200;
    }

    .brends-section .brends__button .d-btn .brends__button-pc {
        display: none;
    }

    .brends-section .brends__button .d-btn .brends__button-pc br {
        display: none;
    }
}

.brends-section .brends-footer {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    color: #383838;
    margin-top: 1.4rem;
}

@media screen and (max-width: 575px) {
    .brends-section .brends-footer {
        display: none;
    }
}

.working-section {
    height: 109.2rem;
    margin-top: 6.4rem;
}

@media screen and (max-width: 575px) {
    .working-section {
        height: 65.5rem;
        background: #000;
        margin-top: 5.4rem;
    }
}

.working-section .working__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8.75rem;
    margin-bottom: 6.4rem;
}

@media screen and (max-width: 575px) {
    .working-section .working__title {
        padding-top: 4.5rem;
        margin-bottom: 4.6rem;
    }
}

.working-section .working__title__top {
    border: 0.088rem solid #9da7b2;
    border-radius: 7.1rem;
    padding: 1.2rem 2.4rem;
    width: 22.2rem;
    background: rgba(0, 91, 228, 0);
}

@media screen and (max-width: 575px) {
    .working-section .working__title__top {
        width: 19.7rem;
        padding: 1rem 2.4rem;
    }
}

.working-section .working__title__top-text {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    color: #9da7b2;
}

@media screen and (max-width: 575px) {
    .working-section .working__title__top-text {
        font-size: 1.2rem;
    }
}

.working-section .working__title__bottom {
    margin-top: 5.4rem;
}

@media screen and (max-width: 575px) {
    .working-section .working__title__bottom {
        margin-top: 2.4rem;
    }
}

.working-section .working__title__bottom .d-title {
    color: #f6f8fb;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

@media screen and (max-width: 575px) {
    .working-section .working__title__bottom .d-title {
        font-size: 3.5rem;
        font-weight: 600;
    }
}

.working-section .working__title__bottom .d-title .blue {
    background: linear-gradient(180deg, #06f 0%, #00153f 76.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .working-section .working__title__bottom .d-title .blue {
        background: linear-gradient(180deg, #06f 0%, #002c81 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
    }
}

.working-section .working__box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 2.8rem 6.3rem;
    margin: auto;
    width: 127.5rem;
}

@media screen and (max-width: 575px) {
    .working-section .working__box {
        width: auto;
        flex-wrap: nowrap;
        margin: 0 -1.5rem;
    }
}

.working-section .working__box .slick-dots {
    bottom: -4rem;
    width: 34rem;
}

@media screen and (max-width: 575px) {
    .working-section .working__box__inner {
        padding: 0 2rem;
    }
}

.working-section .working__box__item {
    padding-left: 3.286rem;
    padding-top: 1.643rem;
    width: 38.2rem;
    background: url(../img/working/border.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0.6rem;
}

@media screen and (max-width: 575px) {
    .working-section .working__box__item {
        width: 35rem;
        padding-right: 3.286rem;
    }
}

.working-section .working__box__item-title {
    font-weight: 500;
    font-size: 2.7rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #fdfdfd;
}

@media screen and (max-width: 575px) {
    .working-section .working__box__item-title {
        font-size: 2.4rem;
    }
}

.working-section .working__box__item-subtitle {
    font-family: "AdspectSansText";
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #9da7b2;
    min-height: 17rem;
    margin-top: 1.643rem;
}

@media screen and (max-width: 575px) {
    .working-section .working__box__item-subtitle {
        font-size: 1.4rem;
        min-height: 12rem;
    }

    .working-section .working__box__item-subtitle br {
        display: none;
    }
}

.working-section .working__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 5rem;
}

@media screen and (max-width: 575px) {
    .working-section .working__footer {
        margin-top: 11.1rem;
    }
}

.working-section .working__footer-title {
    color: #f6f8fb;
    line-height: 1.2;
}

@media screen and (max-width: 575px) {
    .working-section .working__footer-title {
        font-size: 2.6rem;
    }
}

.working-section .working__footer-subtitle {
    font-family: "AdspectSansText";
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .working-section .working__footer-subtitle {
        display: none;
    }
}

.quastions-section {
    padding-bottom: 9.662rem;
}

@media screen and (max-width: 575px) {
    .quastions-section {
        margin-top: 5.1rem;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .quastions-section .quastions__title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.quastions-section .quastions__title__top {
    padding: 0.85rem 0;
    width: 16.9rem;
    border: 0.67px solid #9da7b2;
    border-radius: 5.4rem;
    text-align: center;
}

.quastions-section .quastions__title__top-text {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #9da7b2;
}

@media screen and (max-width: 575px) {
    .quastions-section .quastions__title__top-text {
        font-size: 1.2rem;
    }
}

.quastions-section .quastions__title__bottom {
    position: relative;
    margin-top: 3rem;
}

@media screen and (max-width: 575px) {
    .quastions-section .quastions__title__bottom {
        margin-top: 1.5rem;
    }
}

.quastions-section .quastions__title__bottom::before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    background: #0056fd;
    position: absolute;
    left: -1.5rem;
    top: -0.7rem;
}

@media screen and (max-width: 575px) {
    .quastions-section .quastions__title__bottom::before {
        width: 0.6rem;
        height: 0.6rem;
        left: 4.7rem;
        top: 0.8rem;
        display: none;
    }
}

.quastions-section .quastions__title__bottom .d-title {
    font-weight: 700;
    text-align: left;
}

@media screen and (max-width: 575px) {
    .quastions-section .quastions__title__bottom .d-title {
        font-size: 2.8rem;
        text-align: center;
        line-height: 1.2;
    }
}

.quastions-section .quastions__box {
    margin-top: 3.33rem;
}

@media screen and (max-width: 575px) {
    .quastions-section .quastions__box {
        margin-top: 4rem;
    }
}

.quastions-section .quastions__box__item {
    background: #e9f2fc;
    border-radius: 1rem;
    padding: 3rem 2.761rem 3rem 3.39rem;
    cursor: pointer;
    margin-bottom: 1.368rem;
    transition: background 420ms;

    font-family: 'Inter';
}

@media screen and (min-width: 575px) {
    .quastions-section .quastions__box__item:hover {
        background: #d7e7fa;
    }
}

@media screen and (max-width: 575px) {
    .quastions-section .quastions__box__item {
        padding: 2.35rem 3.15rem;
        margin-bottom: 0.8rem;
        min-height: 6.9rem;
    }

    .quastions-section .quastions__box__item.mob3 {
        padding: 3rem 3.15rem;
    }

    .quastions-section .quastions__box__item.mob4 {
        padding: 2.05rem 3.15rem;
    }

    .quastions-section .quastions__box__item.mob5 {
        padding: 1.85rem 3.15rem;
    }

    .quastions-section .quastions__box__item.mob6 {
        padding: 1.55rem 3.15rem;
    }
}

.quastions-section .quastions__box__item__trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quastions-section .quastions__box__item__trigger-text {
    line-height: 1.1925;
    color: #030303;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .quastions-section .quastions__box__item__trigger-text {
        font-size: 1.6rem;
        width: 25.9rem;
    }
}

.quastions-section .quastions__box__item__trigger-arrow {
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 320ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quastions-section .quastions__box__item.active .quastions__box__item__trigger-arrow {
    transform: rotate(90deg);
}

.quastions-section .quastions__box__content {
    display: none;
    margin-bottom: 2rem;
    margin-left: 1rem;
}

@media screen and (max-width: 575px) {
    .quastions-section .quastions__box__content {
        font-size: 1.6rem;
    }
}


.quastions__box__content p {
    margin: 0 0 2rem;
}
.quastions__box__content p:last-child {
    margin: 0;
}

.footer {
    background: #090f16;
    padding: 6.75rem 0 6.75rem 0;
    margin-top: 2rem;
}

@media screen and (max-width: 575px) {
    .footer {
        padding: 3.3rem 0 3.978rem 0;
    }
}

.footer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .footer__header {
        justify-content: center;
        -moz-column-gap: 23.7rem;
        column-gap: 23.7rem;
        margin-left: -1rem;
    }
}

.footer__header-img {
    margin-left: 0.7rem;
    width: 5.5rem;
}

.footer__header-btn {
    display: block;
    background: url(../img/footer/btn.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 3.4rem;
    height: 3.4rem;
    padding-left: 1.2rem;
    padding-top: 0.3rem;
}

.footer__header-btn .arrow {
    width: 1rem;
    text-align: center;
}

.footer-title {
    font-weight: 700;
    font-size: 8.126rem;
    line-height: 1.1;
    color: #f6f8fb;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media screen and (max-width: 575px) {
    .footer-title {
        font-size: 3.6rem;
        padding-left: 0.7rem;
        margin-bottom: 2.5rem;
    }

    .footer-title br {
        display: none;
    }
}

.footer-title .gray {
    background: linear-gradient(180deg, rgba(246, 248, 251, 0.31) 0%, rgba(246, 248, 251, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
    .footer-title .mob {
        background: linear-gradient(180deg, rgba(246, 248, 251, 0.31) 0%, rgba(246, 248, 251, 0) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.footer .footer__box {
    display: flex;
    padding: 8.375rem 0 3rem 0;
    border-bottom: 1px solid #383e44;
    border-top: 1px solid #383e44;
}

@media screen and (max-width: 575px) {
    .footer .footer__box {
        flex-direction: column;
        padding: 2rem 0 3rem 0;
        border-bottom: 1px solid #383e4457;
        border-top: 1px solid #383e4457;
    }
}

.footer .footer__box__left {
    margin-right: 86.2rem;
    margin-top: 1rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__left {
        margin-right: 0;
        order: 2;
        margin-top: 0rem;
    }
}

.footer .footer__box__left-title {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #fdfdfd;
}

.footer .footer__box__left-subtitle {
    font-weight: 500;
    font-size: 1.4rem;
    font-family: "AdspectSansText";
    line-height: 1.4;
    color: #9da7b2;
    margin-top: 1.875rem;
    margin-bottom: 3.1rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__left-subtitle {
        margin-bottom: 4.9rem;
    }

    .footer .footer__box__left-subtitle br {
        display: none;
    }
}

.footer .footer__box__left__form {
    position: relative;
    width: 30.1rem;
}

.footer .footer__box__left__form input {
    border: 0.63px solid #f6f8fb;
    border-radius: 4.9rem;
    padding: 1.5rem 0.9rem 1.5rem 2.5rem;
    width: 30.1rem;
    background: transparent;
    outline: none;
    font-family: "AdspectSansText";
    color: #fff;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__left__form input {
        width: 34.7rem;
    }
}

.footer .footer__box__left__form input::-moz-placeholder {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.1925;
    color: #f6f8fb;
    opacity: 0.65;
}

.footer .footer__box__left__form input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.1925;
    color: #f6f8fb;
    opacity: 0.65;
}

.footer .footer__box__left__form input::placeholder {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.1925;
    color: #f6f8fb;
    opacity: 0.65;
}

.footer .footer__box__left__form .inp-btn {
    background: #005ce4;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 100%;
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__left__form .inp-btn {
        right: -3.7rem;
    }
}

.footer .footer__box__left__form .inp-btn:hover img {
    transform: rotate(85deg);
}

.footer .footer__box__left__form .inp-btn img {
    transform: rotate(130deg);
    width: 1.5rem;
    transition: 320ms;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__left__form .inp-btn img {
        width: 0.8rem;
    }
}

.footer .footer__box__center {
    display: flex;
    -moz-column-gap: 5.753rem;
    column-gap: 5.753rem;
    margin-top: 2rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__center {
        flex-direction: column;
        order: 1;
    }
}

.footer .footer__box__center__item {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__center__item {
        margin-bottom: 24rem;
    }
}

.footer .footer__box__center__item-title {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.1925;
    color: #fdfdfd;
    margin-bottom: 1.563rem;
}

.footer .footer__box__center__item-link {
    display: inline-block;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.1925;
    font-family: "AdspectSansText";
    color: #9da7b2;
    margin-bottom: 0.938rem;
}

.footer .footer__box__center__item-link:hover {
    color: #fff;
}

.footer .footer__box__center__item-link.small {
    font-size: 1rem;
}

.footer .footer__box__center__item.item2 .footer__box__center__item-link {
    margin-bottom: 1.3rem;
}

.footer .footer__box__right {
    display: flex;
    -moz-column-gap: 6.6rem;
    column-gap: 6.6rem;
    margin-top: 15.5rem;
    margin-left: 11rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__right {
        order: 3;
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        margin-top: 3.1rem;
    }
}

.footer .footer__box__right__item {
    display: flex;
    -moz-column-gap: 0.587rem;
    column-gap: 0.587rem;
}

.footer .footer__box__right__item img {
    width: 4.8rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__right__item img {
        width: 5.656rem;
    }
}

.footer .footer__box__right__mini-text {
    font-weight: 200;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fdfdfd;
    opacity: 0.3;
    font-family: "AdspectSansText";
}

@media screen and (max-width: 575px) {
    .footer .footer__box__right__mini-text {
        margin-top: 2rem;
    }

    .footer .footer__box__right__mini-text br {
        display: none;
    }
}

.footer .footer__box__last {
    position: absolute;
    display: flex;
    -moz-column-gap: 3.4rem;
    column-gap: 3.4rem;
    right: 1.5rem;
    top: 33rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__last {
        flex-direction: column;
        right: 22rem;
        top: 48rem;
    }
}

.footer .footer__box__last__num {
    padding-top: 1.2rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__last__num {
        padding-top: 0;
        margin-left: 2.5rem;
        margin-bottom: 3.1rem;
    }
}

.footer .footer__box__last__num-text {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #cacaca;
    font-family: "AdspectSansText";
}

.footer .footer__box__last__social {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footer__box__last__social .t-btn {
    width: 17.9rem;
    padding: 1.35rem 3.5rem 1.35rem 3.5rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__last__social .t-btn {
        display: none;
        order: 2;
        width: 14.3rem;
        padding: 1.3rem 0 1.3rem 1.7rem;
        margin-left: 2rem;
    }
}

.footer .footer__box__last__social__icons {
    display: flex;
    align-items: center;
    -moz-column-gap: 2.7rem;
    column-gap: 2.7rem;
    margin-top: 9.562rem;
    margin-left: 4rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__last__social__icons {
        margin-top: 0;
        order: 1;
        margin-bottom: 2.5rem;
        -moz-column-gap: 3rem;
        column-gap: 3rem;
        margin-left: 4rem;
    }
}

.footer .footer__box__last__social__icons img {
    opacity: 0.4;
    transition: 320ms;
}

.footer .footer__box__last__social__icons a:hover img {
    opacity: 1;
}

.footer .footer__box__last__social__icons .in {
    width: 2.594rem;
    margin-left: -1rem;
}

.footer .footer__box__last__social__icons .instagram {
    width: 2.882rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__last__social__icons .instagram {
        width: 3.459rem;
        margin-right: 1rem;
    }
}

.footer .footer__box__last__social__icons .facebook {
    width: 5rem;
}

@media screen and (max-width: 575px) {
    .footer .footer__box__last__social__icons .facebook {
        width: 3.459rem;
        margin-left: -1.5rem;
    }
}

.footer .footer__bottom-title {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #9da7b2;
    margin-top: 5rem;
    margin-left: 1rem;
    text-align: right;
    transform: translateY(1.5rem);
}

@media screen and (max-width: 575px) {
    .footer .footer__bottom-title {
        margin-top: 3rem;
        transform: none;
        text-align: left;
    }
}

.footer .footer__bottom-subtitle {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #9da7b2;
    margin-left: 1rem;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 0;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-family: "AdspectSansText";
    font-size: 2.5rem;
    color: #fff;
    padding: 0;
    border-bottom: 1px solid #575757;
    z-index: 30;
}

@media screen and (max-width: 575px) {
    .header {
        position: fixed;
        border: 0;
        background-image: url("../img/header-border.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: background 420ms;
    }

    .header.fixed {
        background: #000;
    }
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 11rem;
}

@media screen and (max-width: 575px) {
    .header .container {
        height: 5.5rem;
    }
}

.header__phone {
    color: #fff;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .header__phone {
        display: flex;
        align-items: center;
    }
}

.header__phone img {
    width: 2.8rem;
    margin-right: 3.5rem;
}

@media screen and (max-width: 575px) {
    .header__phone img {
        margin: 0;
    }
}

.header__phone:hover img {
    -webkit-animation: shake 1.5s;
    animation: shake 1.5s;
}

.header__logo {
    width: 30.6rem;
    margin-right: 15rem;
    padding-top: 0.5rem;
}

@media screen and (max-width: 575px) {
    .header__logo {
        width: 17.3rem;
        margin: 0;
        padding-top: .7rem;
    }
}

.header .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .header .hamburger {
        transform: scale(0.8);
    }
}

.header .hamburger .hamburger-text {
    margin-right: 2.5rem;
    margin-top: -.4rem;
}

@media screen and (max-width: 575px) {
    .header .hamburger .hamburger-text {
        display: none;
    }
}

.header .hamburger img {
    display: block;
}

@-webkit-keyframes shake {
    10% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(20deg);
    }

    40% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-10deg);
    }
}

@keyframes shake {
    10% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(20deg);
    }

    40% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-10deg);
    }
}

.intro-section {
    height: 119rem;
    color: #fff;
    background: #403C39;
    text-align: center;
    padding: 30rem 0 30.5rem;
    font-family: 'Inter';
    margin-bottom: 6.5rem;
}

.intro-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

@media screen and (max-width: 575px) {
    .intro-section {
        padding: 16rem 0 0;
        height: 52rem;
        margin-bottom: 2.5rem;

        background-image: url('https://www.adspect.com/wp-content/themes/adspect/img/intro/xs-bg.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .intro-section::before {
        display: none;
    }
}

.intro-section .intro__video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
}

@media screen and (max-width : 575px) {
    .intro-section .intro__video {
        display: none;
    }
}

.intro-section .intro__title {
    font-family: "AdspectVisualSans";
    font-weight: 700;
    font-size: 13.5rem;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__title {
        font-size: 3.8rem;
    }
}

.intro-section .intro__subtitle {
    margin: 3rem 0 5rem;
    font-weight: 300;
}

@media screen and (max-width: 575px) {
    .intro-section .intro__subtitle {
        width: 33rem;
        margin: 1.5rem auto 1.5rem;
        font-size: 1.4rem;
        font-family: "AdspectSansText";
        line-height: 1.3;
    }
}

.intro-section .intro__description {
    font-size: 1rem;
    font-family: "AdspectSansText";
    font-weight: 300;
    margin-bottom: 1rem;
}

.intro__form {
    width: 102rem;
    margin: 0 auto 1.5rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .intro__form {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.intro__form .emoji {
    position: absolute;
    width: 5rem;
    left: 1.7rem;
    top: 49%;
    transform: translateY(-50%);
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .intro__form .emoji {
        width: 3.5rem;
        left: 1.2rem;
    }
}

.intro__form input, .intro__form .thanks-text {
    background: #fff;
    border-radius: 3.5rem;
    height: 7rem;
    padding: 0 8rem;
    width: 100%;
    border: 0;
    outline: none;
    font-size: 1.8rem;
    font-weight: 300;
}
.intro__form input::placeholder {
    color: #2D3339;
}

@media screen and (max-width: 575px) {
    .intro__form input, .intro__form .thanks-text {
        height: 5rem;
        padding: 0 5.2rem;
        font-size: 1.2rem;
    }
}

.intro__form .t-btn {
    display: flex;
    align-items: center;
    justify-content: start;
}

.intro__form .name, .intro__form .thanks-text, .intro__form button.t-btn , .intro__form .thanks-btn {
    display: none;
}


.step2 .email {
    display: none;
}
.step2 .name {
    display: block;
}
.step2 .t-btn {
    display: none;
}
.step2 button.t-btn {
    display: flex;
}

.thanks .name {
    display: none;
}
.thanks .thanks-text {
    color: #2D3339;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.1;
}
.thanks button.t-btn {
    display: none;
}
.thanks .thanks-btn {
    padding: 0;
    width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.5rem;
    pointer-events: none;
}
.thanks .thanks-btn img {
    width: 35%;
    margin-top: 0.2rem;
}
.thanks-text {
    pointer-events: none;
}


@media screen and (max-width : 575px) {
    .thanks .thanks-btn {
        width: 4rem;
        padding: 0 !important;
    }
    
}

.intro__form .t-btn {
    position: absolute;
    right: .7rem;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .intro__form .t-btn {
        height: 73%;
        font-size: 1.1rem;
        padding: 0.7rem 2.5rem;
    }
}

.intro__form-notice {
    font-size: 1.4rem;
    font-weight: 300;
    color: #fff;
    opacity: 0.5;
}

@media screen and (max-width: 575px) {
    .intro__form-notice {
        font-size: 1rem;
        font-family: "AdspectSansText";
        font-weight: 300;
        color: #BABABA;
        opacity: 1;
    }
}

.team-section {
    padding: 9.5rem 0 7.5rem;
}

@media screen and (max-width: 575px) {
    .team-section {
        padding: 6rem 0 8rem;
    }
}

.team-section .item .img {
    height: 30.5rem;
    border-radius: 6rem 6rem 0 0;
    background-size: cover;
    background-position: center;
    background-color: #1A1C27;
}

.team-section .item .text {
    background: #F3F3F3;
    border-radius: 0 0 6rem 6rem;
    text-align: center;
    padding: 1rem 0 1.5rem;
}

.team-section .item .text .title {
    font-weight: 700;
}

.team-section .item .text .subtitle {
    font-weight: 500;
    font-size: 1.4rem;
    min-height: 4rem;
}

@media screen and (max-width: 575px) {

    .team-section .item .text .subtitle {
        min-height: 4.4rem;
    }
}

.team__slider {
    width: 128rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 575px) {
    .team-section .container {
        padding: 0;
        padding: 0 3rem;
    }
    .team__slider {
        display: block;
        width: auto;
        margin: 0;
    }
}

.team__slider .slick-dots {
    bottom: -3rem;
    width: 30rem;
}

.team__slider .slick-dots li button {
    background: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 575px) {
    .team__slider .space {
        width: 25%;
        padding: 0 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .team__slider .space {
        /* padding: 0 3rem; */
    }
}

.sliderLine {
    margin: 0 auto;
    height: 2px;
    background: rgba(16, 24, 34, 0.1);
}

.sliderLine.white {
    background: rgba(255, 255, 255, 0.1);
}

.sliderLine span {
    display: block;
    height: 100%;
    background: #0056FD;
    width: 0;
    transition-timing-function: linear;
}

.sliderLine.active span {
    width: 100%;
    transition: 7s ease 0ms;
}

.steps-section {
    height: 219.5rem;
    padding: 19rem 0 0;
    text-align: center;
    top: -2px;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .steps-section {
        height: 139rem;
        padding: 6rem 0 0;
    }
}

.steps-section .t-btn {
    font-size: 3.1rem;
    font-weight: 500;
    padding: 3.5rem 10rem;
    border-radius: 6rem;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 575px) {
    .steps-section .t-btn {
        padding: 1.7rem;
        width: 100%;
        border-radius: 10rem;
        display: block;
    }
}

.steps-section .t-btn .btn-title {
    font-weight: 700;
    font-size: 1.8rem;
}

.steps-section .t-btn .btn-subtitle {
    font-size: 1.1rem;
    font-family: "AdspectSansText";
    font-weight: 400;
    color: #D0D0D0;
}

.steps__box {
    position: relative;
    padding-left: 5rem;
    width: 103rem;
    margin: 0 auto;
    text-align: left;
}

@media screen and (max-width: 575px) {
    .steps__box {
        width: 100%;
        padding-left: 1rem;
    }
}

.steps__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: rgba(255, 255, 255, 0.1);
    margin-bottom: 16rem;
    transition: 420ms;
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 575px) {
    .steps__item {
        margin-bottom: 7rem;
    }
}

.steps__item.active {
    color: #FFFFFF;
}

.steps__item .number {
    width: 55rem;
    flex-shrink: 0;
    font-size: 4.6rem;
    font-weight: 700;
    position: relative;
}

@media screen and (max-width: 575px) {
    .steps__item .number {
        width: 13.5rem;
        font-size: 2.4rem;
    }
}

.steps__item .text {
    width: 49rem;
}

@media screen and (max-width: 575px) {
    .steps__item .text {
        width: auto;
    }
}

.steps__item .text .title {
    margin-bottom: 1.2rem;
    font-size: 2.8rem;
    font-weight: 700;
}

@media screen and (max-width: 575px) {
    .steps__item .text .title {
        font-size: 1.8rem;
    }
}

.steps__item .text .subtitle {
    font-family: "AdspectSansText";
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .steps__item .text .subtitle {
        font-size: 1.4rem;
        line-height: 1.2;
    }
}

.steps__line {
    position: absolute;
    width: 0.5rem;
    top: 0;
    left: 35rem;
    height: 112%;
    background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 575px) {
    .steps__line {
        width: 0.3rem;
        top: -6rem;
        left: 11rem;
        height: 121rem;
    }
}

.steps__line::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10rem;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #070D19 0%, #0056fd 100%);
    z-index: 4;
}

.steps__line::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 25rem;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #070D19 0%, #0056fd 100%);
    z-index: 4;
}

@media screen and (max-width: 575px) {
    .steps__line::after {
        height: 13rem;
    }
}

.steps__line .line {
    display: block;
    width: 100%;
    height: 25rem;
    background: #0056FD;
    position: -webkit-sticky;
    position: sticky;
    top: -5rem;
    left: 0;
}

@media screen and (max-width: 575px) {
    .steps__line .line {
        height: 20rem;
    }
}

.circle {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    background: #080D17;
    position: absolute;
    z-index: 10;
    left: 28rem;
    top: 1.3rem;
    padding: 1.3rem;
}

@media screen and (max-width: 575px) {
    .circle {
        width: 3.5rem;
        height: 3.5rem;
        padding: 1rem;
        left: 8.4rem;
        top: 0rem;
    }
}

.circle.circle5 {
    background: #090F1B;
}

.circle.circle6 {
    background: #08101D;
}

.circle span {
    display: block;
    background: #1C1C1C;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: relative;
    transition: 420ms;
}

.circle.active span {
    background: #fff;
}

.quiz-section {
    padding: 0 0 8rem;
}

@media screen and (max-width: 575px) {
    .quiz-section {
        padding-bottom: 0;
    }
}

.quiz__box {
    height: 57.5rem;
    margin: 0 auto;
    position: relative;
    font-weight: 400;
}

@media screen and (min-width: 575px) {
    .quiz__box {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        background: #090A0B;
        color: #fff;
        padding: 5rem;
        border-radius: 3.5rem;
    }
}

@media screen and (max-width: 575px) {
    .quiz__box {
        width: 100%;
        height: auto;
    }
}

.quiz__box .title {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.2;
}

@media screen and (max-width: 575px) {
    .quiz__box .title {
        font-size: 2.8rem;
    }

    .quiz__box .title br {
        display: none;
    }
}

.quiz__box .t-btn {
    font-weight: 700;
}

.quiz__left {
    height: 100%;
    width: 40rem;
    padding-right: 5rem;
    flex-shrink: 0;
    border-right: 1px solid #fff;
}

@media screen and (max-width: 575px) {
    .quiz__left {
        width: 100%;
        padding: 0;
    }
}

.quiz__left .title {
    margin-bottom: 2.5rem;
    display: none;
}

@media screen and (max-width: 575px) {
    .quiz__left .subtitle {
        letter-spacing: -0.05rem;
    }
}

.quiz__right {
    padding-left: 5rem;
}

@media screen and (max-width: 575px) {
    .quiz__right {
        margin: 3rem 0 0;
        background: #090A0B;
        color: #fff;
        padding: 3.5rem 1.5rem 13rem;
        border-radius: 3.5rem;
    }
}

.quiz__right .subtitle {
    opacity: 0.45;
    margin-top: 2rem;
}

@media screen and (max-width: 575px) {
    .quiz__right .subtitle {
        font-size: 1.7rem;
        letter-spacing: -0.04rem;
    }
}

.quiz__right .step {
    display: none;
}

.step__box {
    margin: 4.5rem 0 0;
}

@media screen and (max-width: 575px) {
    .step__box {
        margin-top: 2.5rem;
    }
}

input {
    outline: none;
    border: 0;
}

.mobile__input {
    display: none;
}

@media screen and (max-width: 575px) {
    .mobile__input {
        display: block;
    }
}

.mobile__input input {
    width: 100%;
    font-family: "Manrope";
    display: block;
    background: transparent;
    border: 1px solid #fff;
    height: 6rem;
    padding-left: 3rem;
    border-radius: 10rem;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: -0.05rem;
}

.mobile__input input::-moz-placeholder {
    color: #424242;
}

.mobile__input input:-ms-input-placeholder {
    color: #424242;
}

.mobile__input input::placeholder {
    color: #424242;
}

.checkbox__box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -1.7rem;
}

@media screen and (max-width: 575px) {
    .checkbox__box {
        display: none;
    }
}

.checkbox__box label {
    width: 33.33%;
    padding: 0 1.7rem;
    margin-bottom: 2rem;
}

.checkbox__box label input {
    display: none;
}

.checkbox__box label input:checked ~ span {
    border-color: #fff;
}

.checkbox__box label span {
    font-family: "Manrope";
    letter-spacing: -0.05rem;
    display: block;
    background: #101822;
    border: 1px solid #101822;
    width: 100%;
    height: 6rem;
    padding-left: 3rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    cursor: pointer;
    transition: 320ms;
}

.checkbox__box label span:hover {
    background: #151f2c;
}

.checkbox__box .input {
    padding: 0 1.7rem;
    margin-bottom: 2rem;
    width: 33.33%;
}

.checkbox__box .input input {
    display: block;
    width: 100%;
    font-family: "Manrope";
    display: block;
    background: transparent;
    border: 1px solid #fff;
    height: 6rem;
    padding-left: 3rem;
    border-radius: 10rem;
    color: #fff;
}

.checkbox__box .input input::-moz-placeholder {
    color: #fff;
}

.checkbox__box .input input:-ms-input-placeholder {
    color: #fff;
}

.checkbox__box .input input::placeholder {
    color: #fff;
}

.input__box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.input__box-item {
    width: 57rem;
    margin-bottom: 1.5rem;
    font-family: "Manrope";
    letter-spacing: -0.05rem;
    line-height: 1.2;
}

.input__box-item .item-title {
    margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
    .input__box-item .item-title {
        font-size: 1.6rem;
        letter-spacing: -0.03rem;
        line-height: 1.25;
    }

    .input__box-item .item-title br {
        display: none;
    }
}

.input__box-item textarea, .input__box-item input {
    height: 6rem;
    width: 100%;
    display: block;
    outline: none;
    border: 0;
    background: #101822;
    border-radius: 10rem;
    padding: 2rem 3rem;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .input__box-item textarea, .input__box-item input {
        font-size: 1.6rem;
    }
}

.input__box-item textarea::-moz-placeholder, .input__box-item input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.input__box-item textarea:-ms-input-placeholder, .input__box-item input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.input__box-item textarea::placeholder, .input__box-item input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.input__box-item textarea {
    border-radius: 2rem;
    height: 8.2rem;
    resize: none;
}

.t-btn {
    transition: 420ms;
}

.quiz__buttons {
    position: absolute;
    left: 5rem;
    bottom: 5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 575px) {
    .quiz__buttons {
        left: 1.5rem;
        bottom: 4.2rem;
    }
}

.quiz__buttons .t-btn {
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .quiz__buttons .t-btn {
        transition: 0;
    }
}

.quiz__buttons .prev {
    margin-right: 1.5rem;
    border: 1px solid #FFFFFF;
    background: transparent;
}

.quiz1 .title1 {
    display: block;
}

.quiz1 .step1 {
    display: block;
}

.quiz1 .prev {
    display: none;
}

.quiz2 .title2 {
    display: block;
}

.quiz2 .step2 {
    display: block;
}

.quiz3 .title3 {
    display: block;
}

.quiz3 .step3 {
    display: block;
}

.quiz3 .t-btn[type="submit"] {
    margin-top: 2.7rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 20;
}

@media screen and (max-width: 575px) {
    .quiz3 .t-btn[type="submit"] {
        width: 19rem;
        display: block;
        margin-left: auto;
        padding: 1.6rem 1rem;
        font-size: 1.6rem;
    }
}

.quiz3 .t-btn.next {
    opacity: 0;
    pointer-events: none;
}

@media screen and (max-width: 575px) {
    .quiz3 .quiz__right {
        padding-bottom: 4.4rem;
    }
}

.quiz4 .title4 {
    display: block;
    margin: 0;
}

.quiz4 .subtitle {
    display: none;
}

.quiz4 .step4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.quiz4 .step4 .title {
    margin-bottom: 15rem;
}

@media screen and (max-width: 575px) {
    .quiz4 .t-btn {
        width: 100%;
        text-align: center;
    }

    .quiz4 .quiz__right {
        padding-bottom: 2rem;
    }
}

.quiz4 .quiz__buttons {
    opacity: 0;
    pointer-events: none;
}

.header__menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 11rem;
    -webkit-backdrop-filter: blur(2.5rem);
    backdrop-filter: blur(2.5rem);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 20;
    text-align: center;
    display: none;
}

@media screen and (max-width: 575px) {
    .header__menu {
        padding-top: 5.5rem;
    }
}

.header__menu-inner {
    padding: 4rem 0;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .header__menu-inner {
        padding: 3rem 0;
    }
}

.header__menu-inner::-webkit-scrollbar {
    width: 0;
}

.header__menu-item {
    margin-bottom: 1.5rem;
}

.header__menu-item .link {
    font-weight: 700;
    font-size: 8rem;
    color: #fff;
    line-height: 1.3;
    transition: 420ms;
    display: block;
}

@media screen and (min-width: 575px) {
    .header__menu-item .link:hover {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 575px) {
    .header__menu-item .link {
        font-size: 3.6rem;
    }
}

.header__menu-item .text {
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #969696;
}

@media screen and (max-width: 575px) {
    .header__menu-item .text {
        margin-top: 0.5rem;
    }
}

.header__menu-item {
    opacity: 0;
    transition: opacity 0s;
}

.menu-active .header__menu-item {
    opacity: 1;
    transition: opacity .4s ease 0ms;
}

.menu-active .header__menu-item:nth-child(1) {
    transition-delay: .2s;
}

.menu-active .header__menu-item:nth-child(2) {
    transition-delay: .4s;
}

.menu-active .header__menu-item:nth-child(3) {
    transition-delay: .6s;
}

.menu-active .header__menu-item:nth-child(4) {
    transition-delay: .8s;
}

.menu-active .header__menu-item:nth-child(5) {
    transition-delay: 1s;
}

.menu-active .header__menu-item:nth-child(6) {
    transition-delay: 1.2s;
}

.hamburger-box {
    width: 33px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 33px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}

.text-dark .hamburger-inner, .text-dark .hamburger-inner:after, .text-dark .hamburger-inner:before {
    background-color: #362e3e;
}

.scrolled .hamburger-inner, .scrolled .hamburger-inner:after, .scrolled .hamburger-inner:before {
    background-color: #fff;
}

.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block;
    width: 26.4px;
}

.hamburger-inner:before {
    top: -10px;
}

.hamburger-inner:after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s,opacity 75ms ease;
    left: -5px;
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    left: -5px;
}

.menu-active .hamburger--squeeze .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 33px;
}

.menu-active .hamburger--squeeze .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease,left 75ms ease,opacity 75ms ease .12s;
    left: 0;
    width: 33px;
}

.menu-active .hamburger--squeeze .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, left 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    left: 0;
    width: 33px;
}

.team__slider-line {
    width: 128rem;
}

@media screen and (max-width: 575px) {
    .team__slider-line {
        width: 33.5rem;
    }
}

@media screen and (max-width: 575px) {
    .team__slider-line.active span {
        transition: 4s ease 0ms;
    }
}

.third__slider-line {
    display: none;
}

@media screen and (max-width: 575px) {
    .third__slider-line {
        width: 32rem;
        display: block;
    }
}

.third__slider-line {
    display: none;
}

@media screen and (max-width: 575px) {
    .third__slider-line {
        width: 32rem;
        display: block;
    }
}

.working__slider-line {
    display: none;
    margin-top: 3.5rem;
}

@media screen and (max-width: 575px) {
    .working__slider-line {
        width: 34.8rem;
        display: block;
    }
}