

/* Start:/local/templates/fast/assets/src/css/test.css?176251878693811*/
:root {
    --screensize: 1920;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html { scroll-behavior: smooth; }
#contacts { scroll-margin-top: var(--header-height, 80px); }
#platform-tabs .swiper-slide:last-child { margin-right: 0 !important; }
#wf-tabs.swiper {
    overflow: visible;
}

body {
    margin: 0;
    font-family: "IBM Plex Sans", "IBM Plex Mono";
    background: #E8E9F6;
}

body.is-locked {
    overflow: hidden;
}

.swiper-wrapper {
    gap: calc(60 / var(--screensize) * 100vw);
}

.platform__cta-reg {
    display: none;
}

.burger {
    display: none;
    background: transparent;
    border: 0;
    padding: 0;
}

.mmenu {
    display: none;
}

.audience {
    display: none;
}

/* Внутренняя ширина-макет 1920 */
.inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(40 / var(--screensize) * 100vw);
    display: flex;
    flex-direction: column;
}

.topbar {
    position: fixed;
    width: 100%;
    z-index: 120;
    inset: 0 0 auto 0;
    padding-top: calc(24 / var(--screensize) * 100vw);
    padding-bottom: calc(24 / var(--screensize) * 100vw);
    top: 0;
    left: 0;
    right: 0;
    transition: transform .25s ease;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent;
}

.topbar .inner {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: calc(65 / var(--screensize) * 100vw);
    width: 100%;
    margin: 0 auto;
    padding: 0 calc(40 / var(--screensize) * 100vw);
}

/* .topbar.is-hidden {
    transform: translateY(-100%);
} */
.topbar.is-solid {
    background: rgb(139 149 213);
    -webkit-backdrop-filter: saturate(140%) blur(6px);
    backdrop-filter: saturate(140%) blur(6px);
}

.logo {
    width: calc(481 / var(--screensize) * 100vw);
}

.logo img {
    display: block;
    width: 100%;
}

.inner-bottom {
    display: flex;
    align-items: baseline;
    grid-template-columns: 1fr auto;
    column-gap: calc(152 / var(--screensize) * 100vw);
    border-bottom: 1px solid #D9D9D959;
}

.menu {
    display: flex;
    gap: calc(48 / var(--screensize) * 100vw);
    justify-content: flex-start;
    min-width: 0;
    flex: 1 1 auto;
    padding-bottom: calc(28 / var(--screensize) * 100vw);
    align-items: center;
}

.menu a {
    font-size: calc(22 / var(--screensize) * 100vw);
    letter-spacing: 0.8px;
    line-height: 100%;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
    font-family: 'IBM Plex Mono';
}

.menu-footer {
    display: none;
}

.actions {
    display: flex;
    gap: calc(32 / var(--screensize) * 100vw);
    justify-content: flex-end;
    align-items: baseline;
}

.icon-btn {
    width: calc(26 / var(--screensize) * 100vw);
    height: calc(18 / var(--screensize) * 100vw);
    border: none;
}

.btn_text2 {
    font-weight: 400;
    font-size: calc(22 / var(--screensize) * 100vw);
    line-height: calc(16 / var(--screensize) * 100vw);
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: baseline;
}

.header__icon {
    width: calc(26 / var(--screensize) * 100vw);
    height: calc(18 / var(--screensize) * 100vw);
}

.btn-ghost {
    border: none;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: calc(22 / var(--screensize) * 100vw);
    letter-spacing: 0.8px;
    font-family: 'IBM Plex Mono';
    line-height: 16px;
}

/* ===== ГЕРО 1920×1067 ===== */
.hero {
    position: relative;
    width: 100%;
    height: calc(1067 / var(--screensize) * 100vw);
    overflow: hidden;
    background: linear-gradient(0deg, rgba(17, 21, 55, .68), rgba(17, 21, 55, .68)),
    url("/local/templates/fast/assets/image_new/Rectangle.svg");
}

.hero__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(230, 231, 238, 0.16), rgba(33, 42, 111, 0.3), rgba(33, 42, 111, 0.47)), url(/local/templates/fast/assets/image_new/Rectangle.svg) center / cover no-repeat;
    filter: saturate(90%);
}

.hero__content {
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    padding-top: calc(125 / var(--screensize) * 100vw);
    flex-direction: column;
    justify-content: center;
}

.hero__left,
.hero__right {
    min-width: 0;
}

.hero__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(30 / var(--screensize) * 100vw);
    padding-left: calc(150 / var(--screensize) * 100vw);
    padding-bottom: calc(125 / var(--screensize) * 100vw);
}

.hero__button {
    display: flex;
    justify-content: center;
    gap: calc(57 / var(--screensize) * 100vw);
    padding-left: calc(150 / var(--screensize) * 100vw);
}

.hero__btn {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;

    padding: calc(16 / var(--screensize) * 100vw) calc(40 / var(--screensize) * 100vw);

    font-family: 'IBM Plex Mono';
    font-weight: 400;
    font-size: calc(22 / var(--screensize) * 100vw);
    line-height: calc(24 / var(--screensize) * 100vw);
    letter-spacing: 0.8%;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .1s ease;
}

.hero__btn--black {
    background-color: #000;
    color: #fff;
}

.hero__btn--black:hover {
    background-color: #111;
}

.hero__btn--black:active {
    transform: translateY(1px);
}

.hero__btn--white {
    background-color: #fff;
    color: #111827;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 6px rgba(17, 24, 39, 0.08);
}

.hero__btn--white:hover {
    box-shadow: 0 4px 12px rgba(17, 24, 39, 0.12);
}

.hero__btn--white:active {
    transform: translateY(1px);
}

.hero__btn span {
    pointer-events: none;
}


.hero__main-text {
    color: rgba(255, 255, 255, 1);
    font-family: 'IBM Plex Sans';
    font-weight: 500;
    font-size: calc(80 / var(--screensize) * 100vw);
    line-height: 100%;
    margin: 0;
    width: calc(1554 / var(--screensize) * 100vw);
}

.hero__tagline {
    font-weight: 500;
    font-size: calc(36 / var(--screensize) * 100vw);
    line-height: 100%;
    font-family: 'IBM Plex Sans';
    margin: 0;
    color: rgba(255, 255, 255, 1);
    width: calc(1017 / var(--screensize) * 100vw);
}

/* ===== СТИКИ-ПОЛОСА (нижний «сайдбар») ===== */
/* .subbar {
    position: relative;
    z-index: 130;
    transition: transform .25s ease;
    background: rgb(139 149 213);
}

.subbar.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.subbar .inner {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: calc(65 / var(--screensize) * 100vw);
    padding: calc(24 / var(--screensize) * 100vw) calc(40 / var(--screensize) * 100vw);
}

.subbar .inner > * {
    min-width: 0;
}

.inner-bottom__grey {
    border-bottom: 1px solid #FFFFFF;
}

.logo--small {
    width: calc(481 / var(--screensize) * 100vw);
}

.logo--small img {
    width: 100%;
    height: auto;
    display: block;
}

.subbar .inner-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: calc(65 / var(--screensize) * 100vw);
}

.subbar .menu-grey a {
    color: #FFFFFF;
}

.subbar .btn-ghost {
    color: #FFFFFF;
} */


/* ---------------------------------- */

/* about */
.about {
    display: flex;
    flex-direction: column;
    padding: calc(154 / var(--screensize) * 100vw) calc(155 / var(--screensize) * 100vw) calc(175 / var(--screensize) * 100vw) calc(155 / var(--screensize) * 100vw);
    gap: calc(88 / var(--screensize) * 100vw);
}

.lead {
    font-weight: 500;
    font-size: calc(80 / var(--screensize) * 100vw);
    line-height: calc(86 / var(--screensize) * 100vw);
    letter-spacing: calc(-3.2 / var(--screensize) * 100vw);
    font-family: 'IBM Plex Sans';
    margin: 0;
    color: #222222;
}

.cols {
    display: flex;
    gap: calc(72 / var(--screensize) * 100vw);
    color: rgba(74, 85, 101, 1);
}

.col-left {
    margin: 0;
    line-height: calc(42 / var(--screensize) * 100vw);
    font-size: calc(24 / var(--screensize) * 100vw);
    letter-spacing: calc(-0.36 / var(--screensize) * 100vw);
    font-weight: 500;
    font-family: 'IBM Plex Sans';
    width: calc(727 / var(--screensize) * 100vw);
}

.col-left p {
    margin: 0;
    padding: 0;
}

.col-right {
    margin: 0;
    line-height: calc(42 / var(--screensize) * 100vw);
    font-size: calc(24 / var(--screensize) * 100vw);
    letter-spacing: calc(-0.36 / var(--screensize) * 100vw);
    font-weight: 500;
    font-family: 'IBM Plex Sans';
    width: calc(729 / var(--screensize) * 100vw);
}

.tasks__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tasks__list li {
    display: grid;
    grid-template-columns: calc(24 / var(--screensize) * 100vw) 1fr;
    align-items: start;
    gap: calc(19 / var(--screensize) * 100vw);
}

.tasks__list li::before {
    content: "";
    width: calc(25 / var(--screensize) * 100vw);
    height: calc(19 / var(--screensize) * 100vw);
    margin-top: calc(14 / var(--screensize) * 100vw);
    -webkit-mask: url(/local/templates/fast/assets/images/icons/bio_arrow.svg) no-repeat center / contain;
    mask: url(/local/templates/fast/assets/images/icons/bio_arrow.svg) no-repeat center / contain;
    background-color: rgba(74, 85, 101, 1);
}


/* ========= Platform ========== */
.platform {
    position: relative;
    color: rgba(255, 255, 255, 1);
    margin-left: calc(-40 / var(--screensize) * 100vw);
    margin-right: calc(-40 / var(--screensize) * 100vw);
    overflow: hidden;
    /* background: linear-gradient(0deg, rgba(47, 57, 140, 0.52), rgba(47, 57, 140, 0.52)), linear-gradient(254.78deg, rgba(230, 231, 238, 0.15) 12.47%, rgba(67, 85, 225, 0.15) 62.72%); */
}

.platform__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("/local/templates/fast/assets/images/back_platform.png") center/cover no-repeat;
}

.platform::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(47, 57, 140, 0.52), rgba(47, 57, 140, 0.52)),
    linear-gradient(254.78deg, rgba(230, 231, 238, 0.15) 12.47%, rgba(67, 85, 225, 0.15) 62.72%);
}

.platform__inner {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: calc(75 / var(--screensize) * 100vw) calc(195 / var(--screensize) * 100vw) calc(115 / var(--screensize) * 100vw);
}

.platform__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: calc(24 / var(--screensize) * 100vw);
    margin-bottom: calc(88 / var(--screensize) * 100vw);
}

.platform__title {
    margin: 0;
    font-weight: 500;
    font-size: calc(80 / var(--screensize) * 100vw);
    line-height: calc(86 / var(--screensize) * 100vw);
    letter-spacing: calc(-3.2 / var(--screensize) * 100vw);
    font-family: 'IBM Plex Sans';
}

.platform__cta {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    letter-spacing: calc(0.8 / var(--screensize) * 100vw);
    line-height: calc(16.8 / var(--screensize) * 100vw);
    font-size: calc(22 / var(--screensize) * 100vw);
    transition: opacity .2s ease;
    font-family: 'IBM Plex Mono';
}

.platform__cta:hover {
    opacity: .85;
}

.platform__cta--arrow {
    margin-left: calc(33 / var(--screensize) * 100vw);
    width: calc(24 / var(--screensize) * 100vw);
    height: calc(19 / var(--screensize) * 100vw);
}

/* Табы */
.platform__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: calc(16 / var(--screensize) * 100vw);
    margin-bottom: calc(79 / var(--screensize) * 100vw);
    overflow: visible;
}
.platform__tabs .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: calc(16 / var(--screensize) * 100vw);
}

.platform__tab {
    appearance: none;
    border: 0;
    background: #fff;
    border-radius: calc(8 / var(--screensize) * 100vw);
    color: rgba(33, 42, 111, 1);
    padding: calc(20 / var(--screensize) * 100vw) calc(40 / var(--screensize) * 100vw);
    font-family: 'IBM Plex Mono';
    box-shadow: 3px 3px 8.6px 0 rgba(0, 0, 0, .32);
    font-weight: 400;
    letter-spacing: calc(0.8 / var(--screensize) * 100vw);
    font-size: calc(22 / var(--screensize) * 100vw);
    line-height: calc(16.8 / var(--screensize) * 100vw);
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, transform .05s ease;
    white-space: nowrap;
}

.platform__tab:active {
    transform: translateY(1px);
}

.platform__tab--active {
    background: rgba(0, 0, 0, 1);
    color: #fff;
}

/* Панели */
.platform__panels {
}

.platform__panel {
}

.platform__panel--active {
}

.platform__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.platform__item {
    font-weight: 500;
    font-size: calc(32 / var(--screensize) * 100vw);
    line-height: calc(31.2 / var(--screensize) * 100vw); /* как просили */
    letter-spacing: calc(-0.36 / var(--screensize) * 100vw);
    padding: calc(44 / var(--screensize) * 100vw) 0;
    border-bottom: calc(1 / var(--screensize) * 100vw) solid rgba(255, 255, 255, 1);
}

/* ================== Workflow ================= */
.workflow {
    position: relative;
}

.workflow__inner {
    margin: 0 auto;
    padding: calc(168 / var(--screensize) * 100vw) calc(155 / var(--screensize) * 100vw) calc(168 / var(--screensize) * 100vw);
}

/* Заголовок */
.workflow__title {
    margin: 0 0 calc(88 / var(--screensize) * 100vw) 0;
    font-weight: 500;
    font-size: calc(80 / var(--screensize) * 100vw);
    line-height: calc(86 / var(--screensize) * 100vw);
    letter-spacing: calc(-3.2 / var(--screensize) * 100vw);
    color: rgba(28, 29, 30, 1);
}

/* Табы */
.workflow__tabs {
    display: flex;
    flex-wrap: wrap;
    /* gap: calc(60 / var(--screensize) * 100vw); */
    margin-bottom: calc(72 / var(--screensize) * 100vw);
}

.workflow__tabs .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: calc(16 / var(--screensize) * 100vw);
}

.workflow__tab {
    appearance: none;
    border: 0;
    background: #fff;
    border-radius: calc(8 / var(--screensize) * 100vw);
    color: rgba(33, 42, 111, 1);
    padding: calc(20 / var(--screensize) * 100vw) calc(40 / var(--screensize) * 100vw);
    font-family: 'IBM Plex Mono';
    box-shadow: calc(3 / var(--screensize) * 100vw) calc(3 / var(--screensize) * 100vw) calc(8.6 / var(--screensize) * 100vw) 0 rgba(0, 0, 0, .32);
    font-weight: 400;
    letter-spacing: calc(0.8 / var(--screensize) * 100vw);
    font-size: calc(22 / var(--screensize) * 100vw);
    line-height: calc(16.8 / var(--screensize) * 100vw);
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, transform .05s ease;
    white-space: nowrap;
}

.workflow__tab--active {
    background: rgba(0, 0, 0, 1);
    color: #fff;
}

.workflow__tab:active {
    transform: translateY(1px);
}

.workflow__panel {
}

.workflow__panel--active {
}

.workflow__steps {
    display: flex;
    align-items: stretch;
    /* gap: calc(2 / var(--screensize) * 100vw); */
    margin-bottom: calc(50 / var(--screensize) * 100vw);
    flex-wrap: wrap;
}

.workflow__step {
    position: relative;
    /* min-width: calc(350 / var(--screensize) * 100vw); */
    min-width: auto;
    flex: 1 1 calc(310 / var(--screensize) * 100vw);
    display: flex;
    align-items: center;
    text-align: left;
    padding: calc(20 / var(--screensize) * 100vw) calc(28 / var(--screensize) * 100vw);
    border-radius: calc(20 / var(--screensize) * 100vw);

    /* стекло + «молочный» тон — все слои в одном background */
    background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.33), rgba(255, 255, 255, 0.33)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.20));

    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: inset calc(4 / var(--screensize) * 100vw) calc(4 / var(--screensize) * 100vw) calc(15.3 / var(--screensize) * 100vw) rgba(51, 62, 88, 0.25),
    inset calc(-4 / var(--screensize) * 100vw) calc(-4 / var(--screensize) * 100vw) calc(1.6 / var(--screensize) * 100vw) rgba(255, 255, 255),
    0px 0px 0px rgba(0, 0, 0, 0.10);
}

.workflow__step-text {
    margin: 0;
    font-weight: 500;
    color: rgba(74, 85, 101, 1);
    font-size: calc(24 / var(--screensize) * 100vw);
    line-height: calc(31.2 / var(--screensize) * 100vw);
    letter-spacing: calc(-0.36 / var(--screensize) * 100vw);
}

.workflow__arrow {
    align-self: center;
    width: calc(38 / var(--screensize) * 100vw);
    height: calc(28 / var(--screensize) * 100vw);
    opacity: .6;
    flex: 0 0 auto;
}

.workflow__footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: calc(24 / var(--screensize) * 100vw);
}

.workflow__desc {
    border-left: calc(3 / var(--screensize) * 100vw) solid rgba(40, 52, 109, 0.25);
    padding-left: calc(72 / var(--screensize) * 100vw);
    width: calc(860 / var(--screensize) * 100vw);
}

.workflow__desc-title {
    margin: 0 0 calc(11 / var(--screensize) * 100vw) 0;
    font-weight: 500;
    font-size: calc(32 / var(--screensize) * 100vw);
    line-height: calc(42 / var(--screensize) * 100vw);
    letter-spacing: calc(-1.5 / var(--screensize) * 100vw);
    color: rgba(74, 85, 101, 1);
}

.workflow__desc-text {
    margin: 0;
    font-weight: 500;
    font-size: calc(24 / var(--screensize) * 100vw);
    line-height: calc(34 / var(--screensize) * 100vw);
    letter-spacing: calc(-0.36 / var(--screensize) * 100vw);
    color: #4A5565;
}

.workflow__cta {
    display: inline-flex;
    align-items: center;
    gap: calc(32 / var(--screensize) * 100vw);
    text-decoration: none;
    color: #212A6F;
    font-family: "IBM Plex Mono";
    font-weight: 400;
    letter-spacing: calc(0.8 / var(--screensize) * 100vw);
    font-size: calc(22 / var(--screensize) * 100vw);
    line-height: calc(16.8 / var(--screensize) * 100vw);
    text-transform: uppercase;
}

.workflow__cta-arrow {
    width: calc(24 / var(--screensize) * 100vw);
    height: calc(19 / var(--screensize) * 100vw);
}


/* ==== masthead ==== */
.masthead {
    position: relative;
    color: #fff;
    overflow: hidden;
    margin-left: calc(-40 / var(--screensize) * 100vw);
    margin-right: calc(-40 / var(--screensize) * 100vw);
}

.masthead__bg {
    position: absolute;
    inset: 0;
    background: url("/local/templates/fast/assets/images/back_masthead.png") center/cover no-repeat;
    z-index: 0;
}

.masthead::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(47, 57, 140, 0.52), rgba(47, 57, 140, 0.52)),
    linear-gradient(254.78deg, rgba(230, 231, 238, 0.15) 12.47%, rgba(67, 85, 225, 0.15) 62.72%);
}

.masthead__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: calc(24 / var(--screensize) * 100vw);
    padding: calc(70 / var(--screensize) * 100vw) calc(195 / var(--screensize) * 100vw) calc(70 / var(--screensize) * 100vw);
}

.masthead__content {
    display: grid;
    gap: calc(72 / var(--screensize) * 100vw);
}

.masthead__title {
    margin: 0;
    font-weight: 500;
    min-height: calc(67 / var(--screensize) * 100vw);
    font-size: calc(80 / var(--screensize) * 100vw);
    line-height: calc(41 / var(--screensize) * 100vw);
    letter-spacing: calc(-1.5 / var(--screensize) * 100vw);
}

.masthead__subtitle {
    margin: 0;
    font-weight: 400;
    font-size: calc(24 / var(--screensize) * 100vw);
    line-height: 140%;
    letter-spacing: calc(-0.36 / var(--screensize) * 100vw);
    width: calc(838 / var(--screensize) * 100vw);
}

.masthead__cta {
    display: inline-flex;
    align-items: center;
    gap: calc(32 / var(--screensize) * 100vw);
    text-decoration: none;
    color: #fff;
    font-family: "IBM Plex Mono";
    font-weight: 400;
    letter-spacing: calc(0.8 / var(--screensize) * 100vw);
    line-height: calc(16.8 / var(--screensize) * 100vw);
    font-size: calc(22 / var(--screensize) * 100vw);
    text-transform: uppercase;
    white-space: nowrap;
    transition: opacity .2s ease, transform .05s ease;
}

.masthead__cta:hover {
    opacity: .9;
}

.masthead__cta:active {
    transform: translateY(1px);
}

.masthead__cta-icon {
    width: calc(24 / var(--screensize) * 100vw);
    height: calc(19 / var(--screensize) * 100vw);
}

/* ===== Growth ===== */
.growth {
    margin: 0 auto;
    padding: calc(175 / var(--screensize) * 100vw) calc(155 / var(--screensize) * 100vw) calc(175 / var(--screensize) * 100vw);
}

.growth__title {
    margin: 0 0 calc(88 / var(--screensize) * 100vw) 0;
    font-weight: 500;
    font-size: calc(80 / var(--screensize) * 100vw);
    line-height: calc(86 / var(--screensize) * 100vw);
    letter-spacing: calc(-3.2 / var(--screensize) * 100vw);
    color: #000000;
}

.growth__card {
    padding: calc(75 / var(--screensize) * 100vw) calc(95 / var(--screensize) * 100vw);
    border-radius: calc(24 / var(--screensize) * 100vw);
    background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.33), rgba(255, 255, 255, 0.33)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.20));
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    box-shadow: inset calc(4 / var(--screensize) * 100vw) calc(4 / var(--screensize) * 100vw) calc(15.3 / var(--screensize) * 100vw) rgba(51, 62, 88, 0.25),
    inset calc(-4 / var(--screensize) * 100vw) calc(-4 / var(--screensize) * 100vw) calc(1.6 / var(--screensize) * 100vw) rgba(255, 255, 255, 1),
    0 0 0 rgba(0, 0, 0, 0.10);
}

.growth__row {
    display: flex;
    gap: calc(24 / var(--screensize) * 100vw);
}

.growth__col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
}

.growth__col--left {
    justify-content: flex-start;
}

.growth__col--left-up {
    max-width: calc(250 / var(--screensize) * 100vw);
}

.growth__col--left-mid {
    max-width: calc(250 / var(--screensize) * 100vw);
}

.growth__col--center {
    justify-content: center;
}

.growth__col--right {
    justify-content: flex-end;
}

.growth__col--right-up {
    text-align: end;
}

.growth__col--right-mid {
    max-width: calc(250 / var(--screensize) * 100vw);
}

.growth__col--right-down {
    max-width: calc(250 / var(--screensize) * 100vw);
}

.growth__col--center-first_down {
    max-width: calc(250 / var(--screensize) * 100vw);
}

.growth__col--right-up-second {
    max-width: calc(250 / var(--screensize) * 100vw);
}

.growth__col--center-second_down {
    width: calc(445 / var(--screensize) * 100vw);
    text-align: center;
}

.growth__col--center-first_up {
    text-align: center;
}

.growth__label {
    display: inline-block;
    /* max-width: 36ch; */
    color: #4A5565;
    font-weight: 500;
    font-size: calc(24 / var(--screensize) * 100vw);
    line-height: calc(27 / var(--screensize) * 100vw);
    letter-spacing: calc(-0.36 / var(--screensize) * 100vw);
    text-align: inherit;
}

/* трек */
.growth__track {
    position: relative;
    height: calc(130 / var(--screensize) * 100vw);
}

.growth__line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    z-index: 1;
}

.growth__cols {
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 2;
    align-items: center;
}

.growth__cols .growth__col {
    align-items: center;
}

.growth__dot {
    width: calc(24 / var(--screensize) * 100vw);
    height: calc(24 / var(--screensize) * 100vw);
    display: block;
}


/* --------------------------------- */

/* ===== CONTACT ===== */
.contact {
    position: relative;
    padding: calc(160 / var(--screensize) * 100vw) calc(195 / var(--screensize) * 100vw);
    margin-right: calc(-40 / var(--screensize) * 100vw);
    margin-left: calc(-40 / var(--screensize) * 100vw);
    color: #fff;
    overflow: hidden;
    background: #0A0D21;
    /* базовый фон под картинкой */
}

.contact__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;

    /* базовый цвет под слоями (если картинка не загрузится) */
    background-color: rgba(33, 42, 111, 1);

    /* сверху вниз: полупрозрачная вуаль, фиолетовый градиент, изображение */
    background-image: linear-gradient(0deg, rgba(33, 42, 111, 0.57), rgba(45, 52, 98, 0.70)),
    linear-gradient(0deg, rgba(20, 20, 21, 0.15), rgba(10, 15, 54, 0.41)),
    url("/local/templates/fast/assets/image_new/contacts_bg.png");

    /* одно значение применится ко всем слоям */
    background-repeat: no-repeat;
    /* задаём для каждого слоя отдельно */
    background-size: cover, cover, cover;
    background-position: center, center, 70% 40%;
    /* смещение только картинки */

    filter: saturate(105%);
    opacity: 1;
}

.contact__inner {
    position: relative;
    display: flex;
    gap: calc(159 / var(--screensize) * 100vw);
    align-items: flex-start;
    z-index: 1;
}

.contact__left {
    flex: 0 0 42%;
    display: flex;
    flex-direction: column;
    gap: calc(148 / var(--screensize) * 100vw);
}

.contact__right {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
    padding-top: calc(24 / var(--screensize) * 100vw);
}

.contact__title {
    margin: 0;
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-size: calc(80 / var(--screensize) * 100vw);
    line-height: calc(86 / var(--screensize) * 100vw);
    letter-spacing: -3.2px;
    color: #fff;
    background: none;
    -webkit-text-fill-color: inherit;
    background-clip: unset;
    width: calc(618 / var(--screensize) * 100vw);
}

/* форма справа */
.contact__form {
    width: calc(750 / var(--screensize) * 100vw);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(32 / var(--screensize) * 100vw);

    /* панель */
    padding: calc(88 / var(--screensize) * 100vw) calc(130 / var(--screensize) * 100vw);
    border-radius: calc(24 / var(--screensize) * 100vw);
    background: radial-gradient(120% 140% at 0% 0%, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, 0) 60%),
    rgba(23, 31, 86, .5);
    backdrop-filter: blur(calc(22 / var(--screensize) * 100vw)) saturate(140%);
    -webkit-backdrop-filter: blur(calc(22 / var(--screensize) * 100vw)) saturate(140%);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 255, 255, .18);
}

.contact__field {
    display: flex;
    flex-direction: column;
    gap: calc(10 / var(--screensize) * 100vw);
}

.contact__input,
.contact__textarea {
    font-family: "IBM Plex Mono";
    font-size: calc(20 / var(--screensize) * 100vw);
    height: calc(43 / var(--screensize) * 100vw);
    letter-spacing: 10%;
    font-weight: 400;
    line-height: calc(18 / var(--screensize) * 100vw);
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    outline: none;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
    color: rgba(255, 255, 255, .9);
}

.contact__input:focus,
.contact__textarea:focus {
    border-bottom-color: rgba(255, 255, 255, .5);
}

/* кнопка как в макете: чёрная, округлая */
.contact__submit {
    height: calc(56 / var(--screensize) * 100vw);
    border: 0;
    border-radius: calc(8 / var(--screensize) * 100vw);
    background: #000;
    color: #fff;
    font-family: "IBM Plex Sans";
    font-weight: 700;
    font-size: calc(20 / var(--screensize) * 100vw);
    line-height: calc(24 / var(--screensize) * 100vw);
    letter-spacing: 0%;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .35);
    transition: transform .08s ease, box-shadow .18s ease, background .18s ease;
}

.contact__submit:hover {
    background: #101010;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .4);
}

.contact__submit:active {
    transform: translateY(1px);
}


/* ===== FOOTER ===== */
.footer {
    position: relative;
    margin: 0;
    /* margin-right: calc(-40 / var(--screensize) * 100vw);
    margin-left: calc(-40 / var(--screensize) * 100vw); */
    background: #0A0D21;
    overflow: hidden;
    color: #fff;
    padding: calc(24 / var(--screensize) * 100vw) 40px;
}

/* строки футера */
.footer__row {
    position: relative;
    z-index: 1;
    padding: 0;
}

.footer__row--top {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: calc(64 / var(--screensize) * 100vw);
}

.footer__row--top > * {
    min-width: 0;
}

.footer .inner-bottom.inner-bottom--footer {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: calc(64 / var(--screensize) * 100vw);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    align-items: start;
}

.footer__row--mid,
.footer__row--bottom {
    display: flex;
    justify-content: space-between;
    gap: calc(40 / var(--screensize) * 100vw);
    padding-top: calc(40 / var(--screensize) * 100vw);
    flex-direction: row;
}

.footer__logo {
    width: calc(481 / var(--screensize) * 100vw);
}

.footer__logo img {
    width: calc(481 / var(--screensize) * 100vw);
    height: calc(63 / var(--screensize) * 100vw);
    display: block;
}

.footer__address {
    font-family: 'IBM Plex Sans';
    font-size: calc(19 / var(--screensize) * 100vw);
    line-height: 140%;
    font-weight: 400;
}

.footer__contacts {
    display: flex;
    align-items: center;
    gap: calc(40 / var(--screensize) * 100vw);
    font-family: 'IBM Plex Sans';
    font-size: calc(19 / var(--screensize) * 100vw);
    line-height: 140%;
    font-weight: 400;
}

.footer__email {
    color: #fff;
    text-decoration: none;
}

.footer__email:hover {
    text-decoration: underline;
}

.footer__phone {
    white-space: nowrap;
}

.footer__legal {
    font-size: calc(19 / var(--screensize) * 100vw);
    font-weight: 400;
    line-height: 140%;
    color: #767FC4;
    white-space: nowrap;
}

.footer__iso {
    font-size: calc(19 / var(--screensize) * 100vw);
    font-weight: 400;
    line-height: 140%;
    color: #767FC4;
    white-space: nowrap;
}

.footer__policy {
    margin-left: auto;
    text-decoration: none;
    font-size: calc(19 / var(--screensize) * 100vw);
    font-weight: 400;
    line-height: 140%;
    color: #767FC4;
    white-space: nowrap;
}

.footer__policy:hover {
    text-decoration: underline;
}

.inner-bottom--footer2 {
    display: none;
}


@media (min-width: 961px) and (max-width: 1440px) {
    :root {
        --screensize: 1440;
    }

    /* базовая сетка/шрифты в шапке */
    .inner .logo img {
        width: calc(437 / var(--screensize) * 100vw);
        height: calc(58 / var(--screensize) * 100vw);
    }

    .logo {
        width: calc(437 / var(--screensize) * 100vw) 226px;
    }

    .topbar .inner {
        column-gap: calc(22 / var(--screensize) * 100vw);
    }

    .inner-bottom {
        display: grid;
        grid-template-columns: minmax(0, 1fr) max-content;
        /* gap: calc(99 / var(--screensize) * 100vw);  */
        column-gap: calc(80 / var(--screensize) * 100vw);
    }

    .menu {
        display: flex;
        gap: calc(40 / var(--screensize) * 100vw);
        justify-content: flex-start;
        min-width: 0;
        flex: 1 1 auto;
        padding-bottom: calc(24 / var(--screensize) * 100vw);
        align-items: center;
    }

    .menu a,
    .btn-ghost {
        /* font-size: calc(16 / var(--screensize) * 100vw); */
        font-size: calc(16 / var(--screensize) * 100vw);
        letter-spacing: 0.8px;
        white-space: nowrap;
    }

    .btn_text2 {
        font-size: calc(16 / var(--screensize) * 100vw);
        line-height: calc(16 / var(--screensize) * 100vw);
        width: calc(20 / var(--screensize) * 100vw);
        height: calc(17 / var(--screensize) * 100vw);
        margin-right: calc(16 / var(--screensize) * 100vw);
    }

    .icon-btn {
        width: calc(24 / var(--screensize) * 100vw);
        height: calc(24 / var(--screensize) * 100vw);
    }

    .actions {
        gap: calc(16 / var(--screensize) * 100vw);
        align-items: baseline;
    }

    .header__icon {
        width: calc(20 / var(--screensize) * 100vw);
        height: calc(12 / var(--screensize) * 100vw);
    }

    /* hero */
    .hero {
        height: 800px;
    }

    .hero__graphic {
        padding-left: calc(115 / var(--screensize) * 100vw);
        max-width: 81%;
    }

    .hero__wordmark {
        width: calc(437 / var(--screensize) * 100vw);
        height: auto;
    }

    .hero__tagline {
        font-size: calc(24 / var(--screensize) * 100vw);
    }

    .hero__content {
        position: relative;
        height: 100%;
        z-index: 1;
        display: flex;
        align-items: flex-start;
        padding-top: calc(125 / var(--screensize) * 100vw);
        flex-direction: column;
        justify-content: center;
    }

    .hero__left,
    .hero__right {
        min-width: 0;
    }

    .hero__right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: calc(32 / var(--screensize) * 100vw);
        padding-left: calc(95 / var(--screensize) * 100vw);
        padding-bottom: calc(80 / var(--screensize) * 100vw);
    }

    .hero__button {
        display: flex;
        justify-content: center;
        gap: calc(52 / var(--screensize) * 100vw);
        padding-left: calc(95 / var(--screensize) * 100vw);
    }

    .hero__btn {
        -webkit-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;

        padding: calc(12 / var(--screensize) * 100vw) calc(45 / var(--screensize) * 100vw);

        font-family: 'IBM Plex Mono', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
        font-weight: 500;
        font-size: calc(18 / var(--screensize) * 100vw);
        line-height: 24px;
        cursor: pointer;
        transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .1s ease;
    }

    .hero__btn--black {
        background-color: #000;
        color: #fff;
    }

    .hero__btn--black:hover {
        background-color: #111;
    }

    .hero__btn--black:active {
        transform: translateY(1px);
    }

    .hero__btn--white {
        background-color: #fff;
        color: #111827;
        border: 1px solid #e5e7eb;
        box-shadow: 0 2px 6px rgba(17, 24, 39, 0.08);
    }

    .hero__btn--white:hover {
        box-shadow: 0 4px 12px rgba(17, 24, 39, 0.12);
    }

    .hero__btn--white:active {
        transform: translateY(1px);
    }

    .hero__btn span {
        pointer-events: none;
    }

    .hero__main-text {
        color: rgba(255, 255, 255, 1);
        font-family: 'IBM Plex Sans';
        font-weight: 500;
        font-size: calc(48 / var(--screensize) * 100vw);
        line-height: 120%;
        margin: 0;
        width: calc(1087 / var(--screensize) * 100vw);
    }

    .hero__tagline {
        font-weight: 500;
        font-size: calc(26 / var(--screensize) * 100vw);
        font-family: 'IBM Plex Sans';
        margin: 0;
        color: rgba(255, 255, 255, 1);
        width: calc(933 / var(--screensize) * 100vw);
    }

    /* subbar */
    .subbar .inner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        column-gap: calc(22 / var(--screensize) * 100vw);
        padding: calc(20 / var(--screensize) * 100vw) calc(40 / var(--screensize) * 100vw);
    }

    .logo--small {
        width: calc(437 / var(--screensize) * 100vw);
        height: auto;
    }

    .subbar .logo--small img {
        width: calc(437 / var(--screensize) * 100vw);
        height: calc(58 / var(--screensize) * 100vw);
    }

    .subbar .menu-grey a,
    .subbar .btn-ghost {
        font-size: calc(16 / var(--screensize) * 100vw);
    }

    .subbar .inner-bottom {
        display: grid;
        grid-template-columns: minmax(0, 1fr) max-content;
        column-gap: clamp(16px, 6.9vw - 60px, 99px);
    }

    .subbar .menu {
        display: flex;
        flex: 1 1 auto;
        min-width: 0;
        /* важно: даёт колонке сжиматься */
        justify-content: flex-start;
        gap: clamp(16px, 2.8vw, 40px);
    }

    .subbar .menu-grey a,
    .subbar .btn-ghost {
        font-size: clamp(12px, 1.11vw, 16px);
        letter-spacing: clamp(0.4px, 0.055vw, 0.8px);
        white-space: nowrap;
    }

    .subbar .actions {
        display: flex;
        gap: calc(16 / var(--screensize) * 100vw);
        justify-content: flex-end;
    }

    .subbar .icon-btn {
        width: calc(20 / var(--screensize) * 100vw);
        height: calc(20 / var(--screensize) * 100vw);
        margin-top: -1px;
    }

    .subbar .header__icon {
        width: calc(20 / var(--screensize) * 100vw);
        height: calc(12 / var(--screensize) * 100vw);
    }

    /*-----------------------------------------------------------*/
    /* about */
    .about {
        padding: calc(144 / var(--screensize) * 100vw) calc(115 / var(--screensize) * 100vw);
        gap: calc(80 / var(--screensize) * 100vw);
    }

    .lead {
        font-size: calc(60 / var(--screensize) * 100vw);
        line-height: calc(64 / var(--screensize) * 100vw);
        letter-spacing: calc(-2.4 / var(--screensize) * 100vw);
    }

    .cols {
        gap: calc(168 / var(--screensize) * 100vw);
    }

    .col-left {
        margin: 0;
        line-height: 140%;
        font-size: calc(18 / var(--screensize) * 100vw);
        font-weight: 400;
        width: calc(494 / var(--screensize) * 100vw);
    }

    .col-right {
        margin: 0;
        line-height: 140%;
        font-size: calc(18 / var(--screensize) * 100vw);
        width: calc(494 / var(--screensize) * 100vw);
    }

    .tasks__title {
        font-size: calc(24 / var(--screensize) * 100vw);
        letter-spacing: calc(-1.5 / var(--screensize) * 100vw);
        font-weight: 500;
    }

    .tasks__list li::before {
        margin-top: calc(5 / var(--screensize) * 100vw);
    }

    /* platform */
    .platform__inner {
        padding: calc(75 / var(--screensize) * 100vw) calc(155 / var(--screensize) * 100vw) calc(110 / var(--screensize) * 100vw);
    }

    .platform__header {
        gap: calc(24 / var(--screensize) * 100vw);
        margin-bottom: calc(56 / var(--screensize) * 100vw);
    }

    .platform__title {
        font-size: calc(60 / var(--screensize) * 100vw);
    }

    .platform__cta--arrow {
        margin-left: calc(20 / var(--screensize) * 100vw);
    }

    .platform__tabs {
        margin-bottom: calc(50 / var(--screensize) * 100vw);
        overflow: visible;
    }

    .platform__tab {
        padding: calc(16 / var(--screensize) * 100vw) calc(36 / var(--screensize) * 100vw);
        font-size: calc(16 / var(--screensize) * 100vw);
    }

    .platform__item {
        font-size: calc(18 / var(--screensize) * 100vw);
        padding: calc(27 / var(--screensize) * 100vw) 0;
    }


    /* workflow */
    .workflow__inner {
        padding: calc(144 / var(--screensize) * 100vw) calc(115 / var(--screensize) * 100vw) calc(144 / var(--screensize) * 100vw);
    }

    .workflow__title {
        margin: 0 0 calc(56 / var(--screensize) * 100vw) 0;
        font-size: calc(60 / var(--screensize) * 100vw);
    }

    .workflow__tabs {
        margin-bottom: calc(50 / var(--screensize) * 100vw);
    }

    .workflow__tab {
        padding: calc(16 / var(--screensize) * 100vw) calc(28 / var(--screensize) * 100vw);
        font-size: calc(20 / var(--screensize) * 100vw);
    }

    .workflow__step {
        min-width: calc(190 / var(--screensize) * 100vw);
        flex: 1 1 calc(190 / var(--screensize) * 100vw);
    }

    .workflow__step-text {
        font-size: calc(20 / var(--screensize) * 100vw);
        line-height: 140%;
    }

    .workflow__footer {
        gap: calc(12 / var(--screensize) * 100vw);
    }

    .workflow__desc {
        padding-left: calc(12 / var(--screensize) * 100vw);
        width: calc(777 / var(--screensize) * 100vw);
    }

    .workflow__desc-title {
        font-size: calc(24 / var(--screensize) * 100vw);
    }

    .workflow__desc-text {
        font-size: calc(20 / var(--screensize) * 100vw);
        line-height: 140%;
    }

    .workflow__cta {
        gap: calc(20 / var(--screensize) * 100vw);
    }

    /* masthead */
    .masthead__inner {
        padding: calc(65 / var(--screensize) * 100vw) calc(155 / var(--screensize) * 100vw) calc(65 / var(--screensize) * 100vw);
    }

    .masthead__content {
        gap: calc(80 / var(--screensize) * 100vw);
    }

    .masthead__title {
        min-height: calc(41 / var(--screensize) * 100vw);
        font-size: calc(60 / var(--screensize) * 100vw);
    }

    .masthead__subtitle {
        font-size: calc(20 / var(--screensize) * 100vw);
    }

    .masthead__cta {
        gap: calc(20 / var(--screensize) * 100vw);
    }

    /* Growth */
    .growth {
        padding: calc(144 / var(--screensize) * 100vw) calc(115 / var(--screensize) * 100vw) calc(144 / var(--screensize) * 100vw);
    }

    .growth__title {
        margin: 0 0 calc(80 / var(--screensize) * 100vw) 0;
        font-size: calc(60 / var(--screensize) * 100vw);
    }

    .growth__card {
        padding: calc(75 / var(--screensize) * 100vw) calc(95 / var(--screensize) * 100vw);
    }

    .growth__row {
        gap: calc(12 / var(--screensize) * 100vw);
    }

    .growth__col--left-up {
        max-width: calc(140 / var(--screensize) * 100vw);
    }

    .growth__col--center-second {
        max-width: calc(140 / var(--screensize) * 100vw);
    }

    .growth__col--left-mid {
        max-width: calc(140 / var(--screensize) * 100vw);
    }

    .growth__col--right-mid {
        max-width: calc(140 / var(--screensize) * 100vw);
    }

    .growth__col--center-first_down {
        max-width: calc(140 / var(--screensize) * 100vw);
    }

    .growth__col--right-down {
        max-width: calc(140 / var(--screensize) * 100vw);
    }

    .growth__label {
        font-size: calc(20 / var(--screensize) * 100vw);
    }

    /*-----------------------------------------------------------*/
    /* ===== CONTACT ===== */
    .contact {
        position: relative;
        padding: calc(120 / var(--screensize) * 100vw) calc(128 / var(--screensize) * 100vw);
        margin-right: calc(-40 / var(--screensize) * 100vw);
        margin-left: calc(-40 / var(--screensize) * 100vw);
        color: #fff;
        overflow: hidden;
        background: #0A0D21;
        /* базовый фон под картинкой */
    }

    .contact__inner {
        position: relative;
        display: flex;
        gap: calc(159 / var(--screensize) * 100vw);
        align-items: flex-start;
        z-index: 1;
    }

    .contact__left {
        flex: 0 0 42%;
        display: flex;
        flex-direction: column;
        gap: calc(148 / var(--screensize) * 100vw);
    }

    .contact__right {
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-start;
        min-width: 0;
        padding-top: calc(24 / var(--screensize) * 100vw);
    }

    .contact__title {
        margin: 0;
        font-family: "IBM Plex Sans";
        font-weight: 500;
        font-size: calc(60 / var(--screensize) * 100vw);
        line-height: calc(64 / var(--screensize) * 100vw);
        letter-spacing: -2.2px;
        color: #fff;
        background: none;
        -webkit-text-fill-color: inherit;
        background-clip: unset;
        width: calc(274 / var(--screensize) * 100vw);
    }

    /* форма справа */
    .contact__form {
        width: calc(606 / var(--screensize) * 100vw);
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: calc(32 / var(--screensize) * 100vw);

        /* панель */
        padding: calc(79 / var(--screensize) * 100vw) calc(47 / var(--screensize) * 100vw);
        border-radius: calc(24 / var(--screensize) * 100vw);
        background: radial-gradient(120% 140% at 0% 0%, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, 0) 60%),
        rgba(23, 31, 86, .5);
        backdrop-filter: blur(calc(22 / var(--screensize) * 100vw)) saturate(140%);
        -webkit-backdrop-filter: blur(calc(22 / var(--screensize) * 100vw)) saturate(140%);
        border: 1px solid rgba(255, 255, 255, .22);
        box-shadow: 0 24px 60px rgba(0, 0, 0, .35),
        inset 0 1px 0 rgba(255, 255, 255, .18);
    }

    .contact__field {
        display: flex;
        flex-direction: column;
        gap: calc(10 / var(--screensize) * 100vw);
    }

    .contact__input,
    .contact__textarea {
        font-family: "IBM Plex Mono";
        font-size: calc(20 / var(--screensize) * 100vw);
        height: calc(43 / var(--screensize) * 100vw);
        letter-spacing: 0.8px;
        font-weight: 600;
        line-height: 16.8px;
        text-transform: uppercase;
        color: #fff;
        background: transparent;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .22);
        outline: none;
        padding-bottom: 15px;
    }

    .contact__input::placeholder,
    .contact__textarea::placeholder {
        color: rgba(255, 255, 255, .9);
    }

    .contact__input:focus,
    .contact__textarea:focus {
        border-bottom-color: rgba(255, 255, 255, .5);
    }

    /* кнопка как в макете: чёрная, округлая */
    .contact__submit {
        height: calc(48 / var(--screensize) * 100vw);
        border: 0;
        border-radius: calc(12 / var(--screensize) * 100vw);
        background: #000;
        color: #fff;
        font-family: "IBM Plex Sans";
        font-weight: 600;
        font-size: calc(20 / var(--screensize) * 100vw);
        line-height: 16.8px;
        letter-spacing: 0.8px;
        cursor: pointer;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .35);
        transition: transform .08s ease, box-shadow .18s ease, background .18s ease;
        margin-top: calc(25 / var(--screensize) * 100vw);
    }

    .contact__submit:hover {
        background: #101010;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .4);
    }

    .contact__submit:active {
        transform: translateY(1px);
    }

    /* footer */
    .footer {
        padding: 26px;
    }

    .footer__row--top {
        column-gap: calc(29 / var(--screensize) * 100vw);
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .footer .inner-bottom.inner-bottom--footer {
        display: grid;
        grid-template-columns: minmax(0, 1fr) max-content;
        column-gap: clamp(24px, 6.9vw - 60px, 99px);
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    .footer .menu {
        display: flex;
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        gap: clamp(16px, 2.8vw, 40px);
    }

    .footer .menu a,
    .footer .btn-ghost {
        font-size: clamp(12px, 1.11vw, 16px);
        letter-spacing: clamp(0.4px, 0.055vw, 0.8px);
        white-space: nowrap;
    }

    .footer .actions {
        display: flex;
        gap: calc(16 / var(--screensize) * 100vw);
        justify-content: flex-end;
    }

    .menu-footer {
        display: none;
    }

    .footer .header__icon {
        width: calc(20 / var(--screensize) * 100vw);
        height: calc(14 / var(--screensize) * 100vw);
    }

    .footer__row--mid,
    .footer__row--bottom {
        padding-top: calc(40 / var(--screensize) * 100vw);
    }

    .footer__address,
    .footer__contacts,
    .footer__legal,
    .footer__iso,
    .footer__policy {
        font-size: calc(14 / var(--screensize) * 100vw);
    }
}


@media (min-width: 431px) and (max-width: 960px) {
    :root {
        --screensize: 960;
    }

    .swiper-wrapper {
        gap: calc(30 / var(--screensize) * 100vw) !important;
    }

    .topbar {
        padding-top: calc(20 / var(--screensize) * 100vw);
    }

    .inner {
        padding: 0 calc(40 / var(--screensize) * 100vw);
    }

    .inner .logo img {
        width: calc(241 / var(--screensize) * 100vw);
        height: calc(32 / var(--screensize) * 100vw);
    }

    .logo {
        width: calc(242 / var(--screensize) * 100vw);
    }

    .topbar .inner {
        display: grid;
        align-items: center;
        column-gap: calc(24 / var(--screensize) * 100vw);
    }

    .menu {
        display: none;
    }

    .btn-ghost {
        display: none;
    }

    .btn_text2 {
        font-size: calc(16 / var(--screensize) * 100vw) !important;
        line-height: calc(16 / var(--screensize) * 100vw);
    }

    .burger {
        display: block;
    }

    .inner-bottom {
        grid-template-columns: auto;
        justify-self: end;
        column-gap: 0;
        border-bottom: none;
    }

    .actions {
        gap: calc(24 / var(--screensize) * 100vw);
        justify-content: flex-end;
        align-items: center;
    }

    .icon-btn {
        width: calc(24 / var(--screensize) * 100vw);
        height: calc(24 / var(--screensize) * 100vw);
        align-items: center;
        display: flex;
        margin-top: 0;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .header__icon,
    .burger__icon {
        width: calc(24 / var(--screensize) * 100vw);
        height: calc(24 / var(--screensize) * 100vw);
    }

    .hero {
        height: calc(700 / var(--screensize) * 100vw);
    }

    .hero__content {
        position: relative;
        height: 100%;
        z-index: 1;
        display: flex;
        align-items: flex-start;
        padding-top: calc(125 / var(--screensize) * 100vw);
        flex-direction: column;
        justify-content: center;
    }

    .hero__left,
    .hero__right {
        min-width: 0;
    }

    .hero__right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: calc(32 / var(--screensize) * 100vw);
        padding-left: calc(62 / var(--screensize) * 100vw);
        padding-bottom: calc(60 / var(--screensize) * 100vw);
    }

    .hero__button {
        display: flex;
        justify-content: center;
        gap: calc(30 / var(--screensize) * 100vw);
        padding-left: calc(62 / var(--screensize) * 100vw);
    }

    .hero__btn {
        -webkit-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: calc(8 / var(--screensize) * 100vw);
        text-transform: uppercase;
        padding: calc(10 / var(--screensize) * 100vw) calc(30 / var(--screensize) * 100vw);

        font-family: 'IBM Plex Mono', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
        font-weight: 500;
        font-size: calc(14 / var(--screensize) * 100vw);
        line-height: calc(20 / var(--screensize) * 100vw);
        cursor: pointer;
        transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .1s ease;
    }

    .hero__btn--black {
        background-color: #000;
        color: #fff;
    }

    .hero__btn--black:hover {
        background-color: #111;
    }

    .hero__btn--black:active {
        transform: translateY(1px);
    }

    .hero__btn--white {
        background-color: #fff;
        color: #111827;
        /* border: 1px solid #e5e7eb; */
        box-shadow: 0 2px 6px rgba(17, 24, 39, 0.08);
    }

    .hero__btn--white:hover {
        box-shadow: 0 4px 12px rgba(17, 24, 39, 0.12);
    }

    .hero__btn--white:active {
        transform: translateY(1px);
    }

    .hero__btn span {
        pointer-events: none;
    }

    .hero__main-text {
        color: rgba(255, 255, 255, 1);
        font-family: 'IBM Plex Sans';
        font-weight: 500;
        font-size: calc(36 / var(--screensize) * 100vw);
        line-height: 120%;
        margin: 0;
        width: calc(678 / var(--screensize) * 100vw);
    }

    .hero__tagline {
        font-weight: 500;
        font-size: calc(22 / var(--screensize) * 100vw);
        font-family: 'IBM Plex Sans';
        margin: 0;
        color: rgba(255, 255, 255, 1);
        width: calc(606 / var(--screensize) * 100vw);
    }

    /* subbar */
    .subbar .inner {
        display: grid;
        grid-template-columns: auto max-content;
        column-gap: calc(24 / var(--screensize) * 100vw);
        align-items: center;
        padding: calc(16 / var(--screensize) * 100vw) calc(40 / var(--screensize) * 100vw);
    }

    .logo--small {
        width: calc(263 / var(--screensize) * 100vw);
        height: auto;
    }

    .subbar .logo--small img {
        width: calc(263 / var(--screensize) * 100vw);
        height: calc(32 / var(--screensize) * 100vw);
    }

    .subbar .inner-bottom {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        column-gap: calc(0 / var(--screensize) * 100vw);
        justify-self: end;
        align-items: center;
        border-bottom: none;
    }

    .subbar .actions {
        display: flex;
        align-items: center;
        gap: calc(24 / var(--screensize) * 100vw);
    }

    .subbar .icon-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: calc(24 / var(--screensize) * 100vw);
        height: calc(24 / var(--screensize) * 100vw);
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        line-height: 0;
        cursor: pointer;
    }

    .subbar .header__icon,
    .subbar .burger__icon {
        width: calc(24 / var(--screensize) * 100vw);
        height: calc(24 / var(--screensize) * 100vw);
        display: block;
    }

    /*---------------------------------------------------------*/
    /* about */
    .about {
        padding: calc(56 / var(--screensize) * 100vw) calc(62 / var(--screensize) * 100vw);
        gap: calc(50 / var(--screensize) * 100vw);
    }

    .lead {
        font-size: calc(38 / var(--screensize) * 100vw);
        line-height: calc(38 / var(--screensize) * 100vw);
        letter-spacing: calc(-0.56 / var(--screensize) * 100vw);
    }

    .cols {
        gap: calc(102 / var(--screensize) * 100vw);
    }

    .col-left {
        font-size: calc(16 / var(--screensize) * 100vw);
        width: calc(380 / var(--screensize) * 100vw);
        line-height: 140%;
    }

    .col-right {
        line-height: 140%;
        font-size: calc(16 / var(--screensize) * 100vw);
        width: calc(380 / var(--screensize) * 100vw);
    }

    .tasks__title {
        font-size: calc(22 / var(--screensize) * 100vw);
        letter-spacing: calc(-1.5 / var(--screensize) * 100vw);
        font-weight: 500;
    }

    .tasks__list li {
        gap: calc(10 / var(--screensize) * 100vw);
    }

    .tasks__list li::before {
        width: calc(18 / var(--screensize) * 100vw);
        height: calc(13 / var(--screensize) * 100vw);
        margin-top: calc(6 / var(--screensize) * 100vw);
    }

    /* platform */
    .platform__inner {
        padding: calc(56 / var(--screensize) * 100vw) calc(102 / var(--screensize) * 100vw) calc(70 / var(--screensize) * 100vw);
    }

    .platform__header {
        gap: calc(24 / var(--screensize) * 100vw);
        margin-bottom: calc(40 / var(--screensize) * 100vw);
    }

    .platform__title {
        font-size: calc(38 / var(--screensize) * 100vw);
        line-height: calc(41 / var(--screensize) * 100vw);
        letter-spacing: calc(-0.56 / var(--screensize) * 100vw);
    }

    .platform__cta {
        font-size: calc(18 / var(--screensize) * 100vw);
    }

    .platform__cta--arrow {
        margin-left: calc(16 / var(--screensize) * 100vw);
        width: calc(18 / var(--screensize) * 100vw);
        height: calc(14 / var(--screensize) * 100vw);
    }

    .platform__tabs {
        margin-bottom: calc(40 / var(--screensize) * 100vw);
        gap: calc(32 / var(--screensize) * 100vw);
    }

    .platform__tab {
        padding: calc(14 / var(--screensize) * 100vw) calc(20 / var(--screensize) * 100vw);
        font-size: calc(16 / var(--screensize) * 100vw);
    }

    .platform__item {
        font-size: calc(18 / var(--screensize) * 100vw);
        padding: calc(19 / var(--screensize) * 100vw) 0;
    }

    /* workflow */
    .workflow__inner {
        padding: calc(56 / var(--screensize) * 100vw) calc(62 / var(--screensize) * 100vw) calc(56 / var(--screensize) * 100vw);
    }

    .workflow__title {
        margin: 0 0 calc(40 / var(--screensize) * 100vw) 0;
        font-size: calc(38 / var(--screensize) * 100vw);
        letter-spacing: calc(-0.56 / var(--screensize) * 100vw);
    }

    .workflow__tabs {
        margin-bottom: calc(40 / var(--screensize) * 100vw);
        gap: calc(32 / var(--screensize) * 100vw);
    }

    .workflow__tab {
        padding: calc(16 / var(--screensize) * 100vw) calc(22 / var(--screensize) * 100vw);
        font-size: calc(16 / var(--screensize) * 100vw);
    }

    .workflow__step {
        min-width: calc(125 / var(--screensize) * 100vw);
        flex: 1 1 calc(125 / var(--screensize) * 100vw);
        padding: calc(20 / var(--screensize) * 100vw) calc(20 / var(--screensize) * 100vw);
    }

    .workflow__step-text {
        font-size: calc(18 / var(--screensize) * 100vw);
        line-height: 140%;
    }

    .workflow__footer {
        gap: calc(12 / var(--screensize) * 100vw);
    }

    .workflow__desc {
        padding-left: calc(12 / var(--screensize) * 100vw);
        width: calc(578 / var(--screensize) * 100vw);
    }

    .workflow__desc-title {
        font-size: calc(22 / var(--screensize) * 100vw);
    }

    .workflow__desc-text {
        font-size: calc(18 / var(--screensize) * 100vw);
        line-height: 140%;
    }

    .workflow__cta {
        gap: calc(16 / var(--screensize) * 100vw);
        font-size: calc(18 / var(--screensize) * 100vw);
    }

    /* masthead */
    .masthead__inner {
        grid-template-columns: none;
        gap: calc(40 / var(--screensize) * 100vw);
        padding: calc(56 / var(--screensize) * 100vw) calc(102 / var(--screensize) * 100vw) calc(56 / var(--screensize) * 100vw);
    }

    .masthead__content {
        gap: calc(40 / var(--screensize) * 100vw);
    }

    .masthead__title {
        min-height: calc(28 / var(--screensize) * 100vw);
        font-size: calc(32 / var(--screensize) * 100vw);
        letter-spacing: calc(-0.56 / var(--screensize) * 100vw);
    }

    .masthead__subtitle {
        font-size: calc(18 / var(--screensize) * 100vw);
        width: auto;
    }

    .masthead__cta {
        gap: calc(16 / var(--screensize) * 100vw);
        font-size: calc(18 / var(--screensize) * 100vw);
    }

    /* Growth */
    .growth {
        padding: calc(56 / var(--screensize) * 100vw) calc(62 / var(--screensize) * 100vw) calc(56 / var(--screensize) * 100vw);
    }

    .growth__title {
        margin: 0 0 calc(40 / var(--screensize) * 100vw) 0;
        font-size: calc(40 / var(--screensize) * 100vw);
        line-height: 140%;
        letter-spacing: calc(-0.56 / var(--screensize) * 100vw);
    }

    .growth__card {
        padding: calc(40 / var(--screensize) * 100vw) calc(32 / var(--screensize) * 100vw);
    }

    .growth__row {
        gap: calc(8 / var(--screensize) * 100vw);
    }

    .growth__col--left-up {
        max-width: calc(100 / var(--screensize) * 100vw);
    }

    .growth__col--center-second {
        max-width: calc(100 / var(--screensize) * 100vw);
    }

    .growth__col--left-mid {
        max-width: calc(100 / var(--screensize) * 100vw);
    }

    .growth__col--right-mid {
        max-width: calc(100 / var(--screensize) * 100vw);
    }

    .growth__col--center-first_down {
        max-width: calc(100 / var(--screensize) * 100vw);
    }

    .growth__col--right-down {
        max-width: calc(100 / var(--screensize) * 100vw);
    }

    .growth__label {
        font-size: calc(18 / var(--screensize) * 100vw);
    }

    .growth__dot {
        width: calc(20 / var(--screensize) * 100vw);
        height: calc(20 / var(--screensize) * 100vw);
    }

    .growth__line {
        height: calc(2 / var(--screensize) * 100vw);
    }

    /*---------------------------------------------------------*/
    /* ===== CONTACT ===== */
    .contact {
        position: relative;
        padding: calc(56 / var(--screensize) * 100vw) calc(102 / var(--screensize) * 100vw);
        margin-right: calc(-40 / var(--screensize) * 100vw);
        margin-left: calc(-40 / var(--screensize) * 100vw);
        color: #fff;
        overflow: hidden;
        background: #0A0D21;
        /* базовый фон под картинкой */
    }

    .contact__inner {
        position: relative;
        display: flex;
        gap: calc(40 / var(--screensize) * 100vw);
        align-items: flex-start;
        z-index: 1;
    }

    .contact__left {
        flex: 0 0 40%;
        display: flex;
        flex-direction: column;
        gap: calc(148 / var(--screensize) * 100vw);
    }

    .contact__right {
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-start;
        min-width: 0;
        padding-top: calc(12 / var(--screensize) * 100vw);
    }

    .contact__title {
        margin: 0;
        font-family: "IBM Plex Sans";
        font-weight: 500;
        font-size: calc(40 / var(--screensize) * 100vw);
        line-height: calc(64 / var(--screensize) * 100vw);
        letter-spacing: calc(-0.56 / var(--screensize) * 100vw);
        color: #fff;
        background: none;
        -webkit-text-fill-color: inherit;
        background-clip: unset;
        width: calc(274 / var(--screensize) * 100vw);
    }

    /* форма справа */
    .contact__form {
        width: calc(493 / var(--screensize) * 100vw);
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: calc(26 / var(--screensize) * 100vw);

        /* панель */
        padding: calc(56 / var(--screensize) * 100vw) calc(44 / var(--screensize) * 100vw);
        border-radius: calc(24 / var(--screensize) * 100vw);
        background: radial-gradient(120% 140% at 0% 0%, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, 0) 60%),
        rgba(23, 31, 86, .5);
        backdrop-filter: blur(calc(22 / var(--screensize) * 100vw)) saturate(140%);
        -webkit-backdrop-filter: blur(calc(22 / var(--screensize) * 100vw)) saturate(140%);
        border: 1px solid rgba(255, 255, 255, .22);
        box-shadow: 0 calc(24 / var(--screensize) * 100vw)  calc(60 / var(--screensize) * 100vw)  rgba(0, 0, 0, .35),
        inset 0 1px 0 rgba(255, 255, 255, .18);
    }

    .contact__field {
        display: flex;
        flex-direction: column;
        gap: calc(10 / var(--screensize) * 100vw);
    }

    .contact__input,
    .contact__textarea {
        font-family: "IBM Plex Mono";
        font-size: calc(16 / var(--screensize) * 100vw);
        height: calc(40 / var(--screensize) * 100vw);
        letter-spacing: 0.8px;
        font-weight: 400;
        line-height: 140%;
        text-transform: uppercase;
        color: #fff;
        background: transparent;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .22);
        outline: none;
        padding-bottom: calc(15 / var(--screensize) * 100vw);
    }

    .contact__input::placeholder,
    .contact__textarea::placeholder {
        color: rgba(255, 255, 255, .9);
    }

    .contact__input:focus,
    .contact__textarea:focus {
        border-bottom-color: rgba(255, 255, 255, .5);
    }

    /* кнопка как в макете: чёрная, округлая */
    .contact__submit {
        height: calc(42 / var(--screensize) * 100vw);
        border: 0;
        border-radius: calc(12 / var(--screensize) * 100vw);
        background: #000;
        color: #fff;
        font-family: "IBM Plex Sans";
        font-weight: 600;
        font-size: calc(18 / var(--screensize) * 100vw);
        line-height: 16.8px;
        letter-spacing: 0.8px;
        cursor: pointer;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .35);
        transition: transform .08s ease, box-shadow .18s ease, background .18s ease;
        margin-top: calc(16 / var(--screensize) * 100vw);
    }

    .contact__submit:hover {
        background: #101010;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .4);
    }

    .contact__submit:active {
        transform: translateY(1px);
    }

    /* footer */
    .footer {
        padding: calc(20 / var(--screensize) * 100vw) calc(0 / var(--screensize) * 100vw);
    }

    .footer__row--top {
        column-gap: calc(20 / var(--screensize) * 100vw);
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
    }

    .footer .inner-bottom.inner-bottom--footer {
        display: grid;
        grid-template-columns: minmax(0, 1fr) max-content;
        column-gap: clamp(24px, 6.9vw - 60px, 99px);
        border-bottom: none;
    }

    .footer__logo {
        width: calc(241 / var(--screensize) * 100vw);
    }

    .footer__logo img {
        width: calc(241 / var(--screensize) * 100vw);
        height: calc(32 / var(--screensize) * 100vw);
        display: block;
    }


    .footer .menu {
        display: flex;
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        gap: clamp(16px, 2.8vw, 40px);
    }

    .footer .menu a,
    .footer .btn-ghost {
        font-size: clamp(12px, 1.11vw, 16px);
        letter-spacing: clamp(0.4px, 0.055vw, 0.8px);
        white-space: nowrap;
    }

    .footer .actions {
        display: flex;
        gap: calc(16 / var(--screensize) * 100vw);
        justify-content: flex-end;
        align-items: baseline;
    }

    .menu-footer {
        display: none;
    }

    .footer .header__icon {
        width: calc(20 / var(--screensize) * 100vw);
        height: calc(14 / var(--screensize) * 100vw);
    }

    .footer__row--mid,
    .footer__row--bottom {
        padding-top: calc(40 / var(--screensize) * 100vw);
        display: flex;
        flex-direction: column;
        gap: calc(20 / var(--screensize) * 100vw);
    }

    .footer__address,
    .footer__contacts,
    .footer__legal,
    .footer__iso,
    .footer__policy {
        font-size: calc(14 / var(--screensize) * 100vw);
    }

    .footer__policy {
        text-align: left;
        display: contents;
    }
}

@media (max-width: 1090px) and (min-width: 960px) {
    .btn-ghost {
        display: none;
    }
}

@media (min-width: 1px) and (max-width: 430px) {
    :root {
        --screensize: 430;
    }

    .topbar {
        padding-top: calc(20 / var(--screensize) * 100vw);
    }

    /* .inner {
        padding: 0 calc(36 / var(--screensize) * 100vw);
    } */
    .inner .logo img {
        width: calc(180 / var(--screensize) * 100vw);
        height: calc(24 / var(--screensize) * 100vw);
    }

    .logo {
        width: calc(180 / var(--screensize) * 100vw);
    }

    .topbar .inner {
        display: grid;
        align-items: center;
        grid-template-columns: auto minmax(0, 1fr);
        column-gap: calc(32 / var(--screensize) * 100vw);
        padding: 0 calc(36 / var(--screensize) * 100vw);
    }

    .topbar .inner > * {
        min-width: 0;
    }

    .menu {
        display: none;
    }

    .btn-ghost {
        display: none;
    }

    .burger {
        display: block;
    }

    .inner-bottom {
        grid-template-columns: auto;
        justify-self: end;
        column-gap: 0;
        border-bottom: none;
    }

    .actions {
        gap: calc(24 / var(--screensize) * 100vw);
        justify-content: flex-end;
        align-items: center;
    }

    .icon-btn {
        width: calc(24 / var(--screensize) * 100vw);
        height: calc(24 / var(--screensize) * 100vw);
        align-items: center;
        display: flex;
        margin-top: 0;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .header__icon,
    .burger__icon {
        width: calc(24 / var(--screensize) * 100vw);
        height: calc(24 / var(--screensize) * 100vw);
    }

    .hero {
        height: calc(700 / var(--screensize) * 100vw);
    }

    .hero__bg {
        position: absolute;
        inset: 0;
        background-image: linear-gradient(0deg, rgba(230, 231, 238, .16), rgba(33, 42, 111, .30), rgba(33, 42, 111, .47)), url(/local/templates/fast/assets/image_new/Rectangle_mob.svg);
        background-repeat: no-repeat, no-repeat;
        background-size: cover, cover;
        background-position: center, 60% 10%;
        filter: saturate(100%);
    }

    .hero__content {
        position: relative;
        height: 100%;
        z-index: 1;
        display: flex;
        align-items: center;
        padding-top: calc(140 / var(--screensize) * 100vw);
        flex-direction: column;
        justify-content: center;
    }

    .hero__left,
    .hero__right {
        min-width: 0;
    }

    .hero__right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: calc(40 / var(--screensize) * 100vw);
        padding-left: calc(0 / var(--screensize) * 100vw);
        padding-bottom: calc(84 / var(--screensize) * 100vw);
    }

    .hero__button {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        gap: calc(23 / var(--screensize) * 100vw);
        padding-left: calc(0 / var(--screensize) * 100vw);
    }

    .hero__btn {
        -webkit-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;

        padding: calc(4 / var(--screensize) * 100vw) calc(24 / var(--screensize) * 100vw);

        font-family: 'IBM Plex Mono', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
        font-weight: 500;
        font-size: calc(15 / var(--screensize) * 100vw);
        line-height: 24px;
        letter-spacing: 0.8px;
        cursor: pointer;
        transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .1s ease;
    }

    .btn_text2 {
        font-size: calc(16 / var(--screensize) * 100vw) !important;
        line-height: calc(16 / var(--screensize) * 100vw);
    }

    .hero__btn--black {
        background-color: #000;
        color: #fff;
    }

    .hero__btn--black:hover {
        background-color: #111;
    }

    .hero__btn--black:active {
        transform: translateY(1px);
    }

    .hero__btn--white {
        background-color: #fff;
        color: #111827;
        border: 1px solid #e5e7eb;
        box-shadow: 0 2px 6px rgba(17, 24, 39, 0.08);
    }

    .hero__btn--white:hover {
        box-shadow: 0 4px 12px rgba(17, 24, 39, 0.12);
    }

    .hero__btn--white:active {
        transform: translateY(1px);
    }

    .hero__btn span {
        pointer-events: none;
    }

    .hero__main-text {
        color: rgba(255, 255, 255, 1);
        font-family: 'IBM Plex Sans';
        font-weight: 500;
        font-size: calc(30 / var(--screensize) * 100vw);
        line-height: 140%;
        margin: 0;
        width: calc(343 / var(--screensize) * 100vw);
        text-align: center;
    }

    .hero__tagline {
        font-weight: 500;
        font-size: calc(16 / var(--screensize) * 100vw);
        line-height: 20.8px;
        letter-spacing: -0.32px;
        font-family: 'IBM Plex Sans';
        margin: 0;
        color: rgba(255, 255, 255, 1);
        width: calc(343 / var(--screensize) * 100vw);
        text-align: center;
    }

    /* subbar */
    .subbar .inner {
        display: grid;
        grid-template-columns: auto max-content;
        column-gap: calc(24 / var(--screensize) * 100vw);
        align-items: center;
        padding: calc(22 / var(--screensize) * 100vw) calc(36 / var(--screensize) * 100vw);
    }

    .logo--small {
        width: calc(180 / var(--screensize) * 100vw);
        height: auto;
    }

    .subbar .logo--small img {
        width: calc(180 / var(--screensize) * 100vw);
        height: calc(24 / var(--screensize) * 100vw);
    }

    .subbar .inner-bottom {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        column-gap: calc(0 / var(--screensize) * 100vw);
        justify-self: end;
        align-items: center;
        border-bottom: none;
    }

    .subbar .actions {
        display: flex;
        align-items: center;
        gap: calc(24 / var(--screensize) * 100vw);
    }

    .subbar .icon-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: calc(24 / var(--screensize) * 100vw);
        height: calc(24 / var(--screensize) * 100vw);
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        line-height: 0;
        cursor: pointer;
    }

    .subbar .header__icon,
    .subbar .burger__icon {
        width: calc(24 / var(--screensize) * 100vw);
        height: calc(24 / var(--screensize) * 100vw);
        display: block;
    }

    /*-------------------------------------------------------*/
    /* about */
    .about {
        padding: calc(56 / var(--screensize) * 100vw) calc(0 / var(--screensize) * 100vw);
        gap: calc(32 / var(--screensize) * 100vw);
    }

    .lead {
        font-size: calc(28 / var(--screensize) * 100vw);
        line-height: calc(33.6 / var(--screensize) * 100vw);
        letter-spacing: calc(-0.56 / var(--screensize) * 100vw);
    }

    .cols {
        gap: calc(32 / var(--screensize) * 100vw);
        flex-direction: column;
    }

    .col-left {
        font-size: calc(16 / var(--screensize) * 100vw);
        width: auto;
        line-height: calc(24 / var(--screensize) * 100vw);
    }

    .col-right {
        line-height: 140%;
        font-size: calc(16 / var(--screensize) * 100vw);
        width: auto;
    }

    .tasks__title {
        font-size: calc(20 / var(--screensize) * 100vw);
        letter-spacing: calc(-1.5 / var(--screensize) * 100vw);
        line-height: calc(42 / var(--screensize) * 100vw);
        font-weight: 500;
    }

    .tasks__list li {
        gap: calc(10 / var(--screensize) * 100vw);
    }

    .tasks__list li::before {
        width: calc(18 / var(--screensize) * 100vw);
        height: calc(13 / var(--screensize) * 100vw);
        margin-top: calc(6 / var(--screensize) * 100vw);
    }

    /* platform */
    .platform__inner {
        padding: calc(56 / var(--screensize) * 100vw) calc(36 / var(--screensize) * 100vw) calc(56 / var(--screensize) * 100vw);
    }

    .platform__header {
        gap: calc(24 / var(--screensize) * 100vw);
        margin-bottom: calc(40 / var(--screensize) * 100vw);
    }

    .platform__title {
        font-size: calc(34 / var(--screensize) * 100vw);
        line-height: 140%;
        letter-spacing: calc(-0.56 / var(--screensize) * 100vw);
    }

    .platform__cta {
        display: none;
    }

    .platform__cta--arrow {
        margin-left: calc(14 / var(--screensize) * 100vw);
        width: calc(18 / var(--screensize) * 100vw);
        height: calc(14 / var(--screensize) * 100vw);
    }

    .platform__tabs {
        margin-bottom: calc(40 / var(--screensize) * 100vw);
        margin-left: calc(-16px / var(--screensize) * 100vw);
        gap: calc(32 / var(--screensize) * 100vw);
    }

    .platform__tab {
        padding: calc(14 / var(--screensize) * 100vw) calc(20 / var(--screensize) * 100vw);
        font-size: calc(16 / var(--screensize) * 100vw);
    }

    .platform__item {
        font-size: calc(16 / var(--screensize) * 100vw);
        padding: calc(17 / var(--screensize) * 100vw) 0;
        line-height: 140%;
        letter-spacing: calc(-0.32 / var(--screensize) * 100vw);
    }

    .platform__cta-reg {
        padding-top: calc(16 / var(--screensize) * 100vw);
        display: block !important;
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        letter-spacing: calc(0.8 / var(--screensize) * 100vw);
        line-height: calc(16.8 / var(--screensize) * 100vw);
        font-size: calc(16 / var(--screensize) * 100vw);
        transition: opacity .2s ease;
        font-family: 'IBM Plex Mono';
    }

    #platform-tabs.swiper {
        overflow: visible;
    }

    #platform-tabs .swiper-wrapper {
        /* gap: 28px; */
        gap: 0;
        flex-wrap: nowrap;
    }

    #platform-tabs.swiper.disabled .swiper-wrapper {
        transform: none !important;
    }

    #platform-tabs.swiper,
    #platform-tabs .swiper-wrapper,
    #platform-tabs .swiper-slide {
        overflow: visible;
        gap: calc(16 / var(--screensize) * 100vw);
    }

    #platform-tabs .platform__tab.swiper-slide {
        width: auto !important; /* чтобы ширина бралась по содержимому */
        flex: 0 0 auto; /* слайды не растягиваются */
        margin-right: 0 !important;
    }

    /* workflow */
    .workflow__inner {
        padding: calc(56 / var(--screensize) * 100vw) calc(0 / var(--screensize) * 100vw) calc(56 / var(--screensize) * 100vw);
    }

    .workflow__title {
        margin: 0 0 calc(40 / var(--screensize) * 100vw) 0;
        font-size: calc(34 / var(--screensize) * 100vw);
        letter-spacing: calc(-0.56 / var(--screensize) * 100vw);
        line-height: calc(32 / var(--screensize) * 100vw);
    }

    .workflow__tabs {
        margin-bottom: calc(40 / var(--screensize) * 100vw);
        gap: calc(32 / var(--screensize) * 100vw);
    }

    .workflow__tab {
        padding: calc(16 / var(--screensize) * 100vw) calc(22 / var(--screensize) * 100vw);
        font-size: calc(16 / var(--screensize) * 100vw);
    }

    .workflow__step {
        min-width: auto;
        flex: 1 1 calc(115 / var(--screensize) * 100vw);
        padding: calc(26 / var(--screensize) * 100vw) calc(28 / var(--screensize) * 100vw);
    }

    .workflow__step-text {
        font-size: calc(16 / var(--screensize) * 100vw);
        line-height: 140%;
    }

    .workflow__arrow {
        width: calc(38 / var(--screensize) * 100vw);
        height: calc(38 / var(--screensize) * 100vw);
        opacity: .6;
        transform: rotate(90deg);
    }

    .workflow__steps {
        flex-direction: column;
    }

    .workflow__footer {
        gap: calc(40 / var(--screensize) * 100vw);
        flex-direction: column;
        align-items: flex-start;
    }

    .workflow__desc {
        padding-left: calc(28 / var(--screensize) * 100vw);
        width: auto;
    }

    .workflow__desc-title {
        font-size: calc(20 / var(--screensize) * 100vw);
    }

    .workflow__desc-text {
        font-size: calc(16 / var(--screensize) * 100vw);
        line-height: 140%;
    }

    .workflow__cta {
        gap: calc(14 / var(--screensize) * 100vw);
        font-size: calc(16 / var(--screensize) * 100vw);
    }

    #wf-tabs .swiper-wrapper {
        gap: 0;
        flex-wrap: nowrap;
    }

    #wf-tabs .swiper-slide {
        width: auto !important;
        flex: 0 0 auto;
        margin-right: 0 !important;
    }

    #wf-tabs.swiper.disabled .swiper-wrapper {
        transform: none !important;
    }

    #wf-tabs.swiper,
    #wf-tabs .swiper-wrapper,
    #wf-tabs .swiper-slide {
        overflow: visible;
        gap: calc(16 / var(--screensize) * 100vw);
    }

    .workflow__viewport {
        position: relative;
        overflow: hidden;
        margin-right: calc(-40 / var(--screensize) * 100vw);
        margin-left: calc(-40 / var(--screensize) * 100vw);
        /* --wf-bleed: calc(24 / var(--screensize) * 100vw); */
    }

    #wf-tabs.swiper {
        /* overflow: visible; */
        /* margin-inline: calc(var(--wf-bleed) * -1);
        padding-inline: var(--wf-bleed);*/
    }

    /* masthead */
    .masthead__inner {
        grid-template-columns: none;
        gap: calc(40 / var(--screensize) * 100vw);
        padding: calc(56 / var(--screensize) * 100vw) calc(36 / var(--screensize) * 100vw) calc(56 / var(--screensize) * 100vw);
    }

    .masthead__content {
        gap: calc(34 / var(--screensize) * 100vw);
    }

    .masthead__title {
        min-height: calc(24 / var(--screensize) * 100vw);
        font-size: calc(24 / var(--screensize) * 100vw);
        line-height: calc(31.2 / var(--screensize) * 100vw);
        letter-spacing: calc(-1.2 / var(--screensize) * 100vw);
    }

    .masthead__subtitle {
        font-size: calc(16 / var(--screensize) * 100vw);
        width: auto;
    }

    .masthead__cta {
        gap: calc(14 / var(--screensize) * 100vw);
        font-size: calc(16 / var(--screensize) * 100vw);
    }

    /* Growth */
    .growth {
        padding: calc(56 / var(--screensize) * 100vw) calc(0 / var(--screensize) * 100vw) calc(56 / var(--screensize) * 100vw);
    }

    .growth__title {
        margin: 0 0 calc(40 / var(--screensize) * 100vw) 0;
        font-size: calc(34 / var(--screensize) * 100vw);
        /* line-height: 140%; */
        letter-spacing: calc(-0.56 / var(--screensize) * 100vw);
        line-height: calc(32 / var(--screensize) * 100vw);
    }

    .growth__label {
        font-size: calc(14 / var(--screensize) * 100vw);
        line-height: calc(18 / var(--screensize) * 100vw);
        letter-spacing: 0%;
    }

    .growth__card {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: calc(40 / var(--screensize) * 100vw) calc(32 / var(--screensize) * 100vw) calc(40 / var(--screensize) * 100vw) calc(32 / var(--screensize) * 100vw);
    }

    .growth__row {
        display: contents;
    }

    .growth__col {
        display: block;
        min-width: 0;
        width: auto;
        margin: 0 0 calc(32 / var(--screensize) * 100vw);
        text-align: left;
        position: relative;
        padding-left: calc(26 / var(--screensize) * 100vw);
    }

    .growth__col:last-of-type {
        margin-bottom: 0;
    }

    /* скрываем пустые «заглушки» */
    .growth__col--left-up,
    .growth__col--center-second,
    .growth__col--center-first_down,
    .growth__col--right-down {
        display: none;
    }

    /* порядок пунктов сверху вниз */
    .growth__col--left-down {
        order: 1;
    }

    /* Панель управления… */
    .growth__col--center-first_up {
        order: 2;
    }

    /* Интеграция ИИ…     */
    .growth__col--center-second_down {
        order: 3;
    }

    /* Расширение…        */
    .growth__col--right-up {
        order: 4;
    }

    /* Интеграция с КТ/МРТ */
    /* КРУЖОК: тот же ellipse_bio.svg — фон у каждого текстового блока */
    .growth__col--left-down,
    .growth__col--center-first_up,
    .growth__col--center-second_down,
    .growth__col--right-up {
        background-image: url(/local/templates/fast/assets/images/icons/ellipse_bio.svg);
        background-repeat: no-repeat;
        background-position: calc(0 / var(--screensize) * 100vw) 10%;
        background-size: calc(16 / var(--screensize) * 100vw) calc(16 / var(--screensize) * 100vw);
    }

    .growth__track {
        display: none;
    }

    .growth__card::before {
        content: "";
        position: absolute;
        left: calc(39 / var(--screensize) * 100vw);
        top: calc(44 / var(--screensize) * 100vw);
        bottom: calc(65 / var(--screensize) * 100vw);
        width: calc(2 / var(--screensize) * 100vw);
        background-image: url("/local/templates/fast/assets/images/icons/rectangle_bio.svg");
        background-repeat: repeat-y;
        background-position: center;
    }

    /*-------------------------------------------------------*/
    /* ===== CONTACT ===== */
    .contact {
        position: relative;
        padding: calc(56 / var(--screensize) * 100vw) calc(20 / var(--screensize) * 100vw);
        margin-right: calc(-40 / var(--screensize) * 100vw);
        margin-left: calc(-40 / var(--screensize) * 100vw);
        color: #fff;
        overflow: hidden;
        background: #0A0D21;
        /* базовый фон под картинкой */
    }

    .contact__inner {
        position: relative;
        display: flex;
        gap: calc(56 / var(--screensize) * 100vw);
        align-items: flex-start;
        z-index: 1;
        flex-direction: column;
    }

    .contact__left {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        gap: calc(148 / var(--screensize) * 100vw);
    }

    .contact__right {
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-start;
        min-width: 0;
        padding-top: calc(0 / var(--screensize) * 100vw);
        width: 100%;
    }

    .contact__title {
        margin: 0;
        font-family: "IBM Plex Sans";
        font-weight: 500;
        font-size: calc(28 / var(--screensize) * 100vw);
        /* line-height: calc(33 / var(--screensize) * 100vw);
        letter-spacing: -3.2px; */
        letter-spacing: calc(-0.56 / var(--screensize) * 100vw);
        line-height: calc(32 / var(--screensize) * 100vw);
        color: #fff;
        background: none;
        -webkit-text-fill-color: inherit;
        background-clip: unset;
        width: calc(311 / var(--screensize) * 100vw);
        padding-left: calc(15 / var(--screensize) * 100vw);
    }

    /* форма справа */
    .contact__form {
        width: 100%;
        max-width: none;
        display: flex;
        flex-direction: column;
        gap: calc(32 / var(--screensize) * 100vw);

        /* панель */
        padding: calc(45 / var(--screensize) * 100vw) calc(20 / var(--screensize) * 100vw);
        border-radius: calc(24 / var(--screensize) * 100vw);
        background: radial-gradient(120% 140% at 0% 0%, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, 0) 60%),
        rgba(23, 31, 86, .5);
        backdrop-filter: blur(calc(22 / var(--screensize) * 100vw)) saturate(140%);
        -webkit-backdrop-filter: blur(calc(22 / var(--screensize) * 100vw)) saturate(140%);
        border: 1px solid rgba(255, 255, 255, .22);
        box-shadow: 0 24px 60px rgba(0, 0, 0, .35),
        inset 0 1px 0 rgba(255, 255, 255, .18);
        box-sizing: border-box;
    }

    .contact__field {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: calc(10 / var(--screensize) * 100vw);
    }

    .contact__input,
    .contact__textarea {
        font-family: "IBM Plex Mono";
        font-size: calc(16 / var(--screensize) * 100vw);
        height: calc(42 / var(--screensize) * 100vw);
        width: 100%;
        letter-spacing: 0.8px;
        font-weight: 400;
        line-height: 16.8px;
        text-transform: uppercase;
        color: #fff;
        background: transparent;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .22);
        outline: none;
        padding-bottom: 20px;
    }

    .contact__input::placeholder,
    .contact__textarea::placeholder {
        color: rgba(255, 255, 255, .9);
    }

    .contact__input:focus,
    .contact__textarea:focus {
        border-bottom-color: rgba(255, 255, 255, .5);
    }

    /* кнопка как в макете: чёрная, округлая */
    .contact__submit {
        height: calc(48 / var(--screensize) * 100vw);
        border: 0;
        border-radius: calc(12 / var(--screensize) * 100vw);
        background: #000;
        color: #fff;
        font-family: "IBM Plex Sans";
        font-weight: 600;
        font-size: calc(16 / var(--screensize) * 100vw);
        line-height: 16.8px;
        letter-spacing: 0.8px;
        cursor: pointer;
        box-shadow: 0 8px 22px rgba(0, 0, 0, .35);
        transition: transform .08s ease, box-shadow .18s ease, background .18s ease;
        margin-top: calc(0 / var(--screensize) * 100vw);
    }

    .contact__submit:hover {
        background: #101010;
        box-shadow: 0 12px 28px rgba(0, 0, 0, .4);
    }

    .contact__submit:active {
        transform: translateY(1px);
    }

    /* footer */
    .footer {
        /* padding: calc(56 / var(--screensize) * 100vw) calc(0 / var(--screensize) * 100vw); */
    }

    .footer__row--top {
        column-gap: calc(0 / var(--screensize) * 100vw);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: calc(48 / var(--screensize) * 100vw);
    }

    .footer .inner-bottom.inner-bottom--footer {
        /* display: grid;
        grid-template-columns: minmax(0, 1fr) max-content;
        column-gap: clamp(24px, 6.9vw - 60px, 99px);
        border-bottom: none; */
        display: none;
    }

    .inner-bottom--footer2 {
        width: 100%;
        display: block;
    }

    .actions2 {
        display: flex;
        align-items: center;
        width: 100%;
        gap: calc(26 / var(--screensize) * 100vw);
    }

    /* текст слева */
    .btn_text {
        text-decoration: none;
        color: #fff;
        font-family: 'IBM Plex Mono', monospace;
        text-transform: uppercase;
        letter-spacing: .08px;
        font-weight: 400;
        line-height: 16px;
        font-size: calc(16 / var(--screensize) * 100vw);
        line-height: 1;
    }

    /* иконка справа */
    .actions2 .icon-btn {
        margin-left: auto;
        /* уезжает к правому краю */
        width: calc(20 / var(--screensize) * 100vw);
        height: calc(14 / var(--screensize) * 100vw);
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .actions2 .header__icon {
        width: 100%;
        height: 100%;
        display: block;
    }

    .footer__logo {
        width: calc(263 / var(--screensize) * 100vw);
    }

    .footer__logo img {
        width: calc(263 / var(--screensize) * 100vw) !important;
        height: calc(48 / var(--screensize) * 100vw) !important;
        display: block;
    }


    .footer .menu {
        display: flex;
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        gap: clamp(16px, 2.8vw, 40px);
    }

    .footer .menu a,
    .footer .btn-ghost {
        font-size: clamp(12px, 1.11vw, 16px);
        letter-spacing: clamp(0.4px, 0.055vw, 0.8px);
        white-space: nowrap;
    }

    .footer .actions {
        display: flex;
        gap: calc(16 / var(--screensize) * 100vw);
        justify-content: flex-end;
    }

    .menu-footer {
        display: none;
    }

    .footer .header__icon {
        width: calc(20 / var(--screensize) * 100vw);
        height: calc(14 / var(--screensize) * 100vw);
    }

    .footer__row--mid,
    .footer__row--bottom {
        padding-top: calc(48 / var(--screensize) * 100vw);
        display: flex;
        flex-direction: column;
        gap: calc(20 / var(--screensize) * 100vw);
    }

    .footer__address,
    .footer__contacts,
    .footer__legal,
    .footer__iso,
    .footer__policy {
        font-size: calc(14 / var(--screensize) * 100vw);
        width: calc(308 / var(--screensize) * 100vw);
        white-space: wrap;
    }

    .footer__policy {
        text-align: left;
        display: contents;
    }
}

@media (min-width: 431px) {
    #platform-tabs .swiper-wrapper {
        transform: none !important;
    }

    #platform-tabs .swiper-slide {
        width: auto !important;
    }
}

@media (min-width: 431px) {
    #wf-tabs .swiper-wrapper {
        transform: none !important;
    }

    #wf-tabs .swiper-slide {
        width: auto !important;
    }
}

/*FOOTER COOKIE*/

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    padding: 16px 24px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #333;
    display: none; /* по умолчанию скрыт */
  }
  
  .cookie-consent__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .cookie-consent__text {
    flex: 1;
    min-width: 300px;
    line-height: 1.5;
  }
  
  .cookie-consent__text a {
    color: rgb(139 149 213);
    text-decoration: underline;
  }
  
  .cookie-consent__btn {
    padding: 8px 20px;
    background: #fff;
    color: rgb(139 149 213);;
    border: 1px solid rgb(139 149 213);
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
  }
  
  .cookie-consent__btn:hover {
    background: rgb(139 149 213);
    color: #fff;
  }
/* End */


/* Start:/local/templates/fast/components/bitrix/news.detail/favicon/style.css?1760009761155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/templates/fast/assets/src/css/test.css?176251878693811 */
/* /local/templates/fast/components/bitrix/news.detail/favicon/style.css?1760009761155 */
