:root {
    --page-max: 1440px;
    --page-gutter: clamp(15px, calc(9px + 2.15vw), 40px);
    --section-margin: 20px;
    --layout-inline: var(--page-gutter);
    --section-radius: clamp(40px, calc(24px + 3.89vw), 80px);
    --section-y: clamp(60px, calc(36px + 6.53vw), 130px);
    --text-xl: clamp(30px, calc(21.2px + 2.35vw), 55px);
    --leading-xl: clamp(35px, calc(24px + 2.5vw), 60px);
    --text-lg: clamp(25px, calc(17.3px + 1.7vw), 40px);
    --leading-lg: clamp(25px, calc(16px + 3.07vw), 60px);
    --text-md: clamp(18px, calc(15px + 0.9vw), 25px);
    --text-base: clamp(14px, calc(12px + 0.56vw), 20px);
    --text-sm: clamp(14px, calc(12.5px + 0.35vw), 18px);
    --hero-btn-width: clamp(162px, calc(80px + 17vw), 325px);
    --hero-title-mt: clamp(40px, calc(20px + 6.94vw), 120px);
    --hero-title-mb: clamp(40px, calc(20px + 4.17vw), 80px);
    --hero-padding-bottom: clamp(0px, calc(-96.8px + 25.82vw), 275px);
    --slide-width: clamp(198px, calc(120px + 14.24vw), 325px);
    --slide-radius: 30px;
    --card-radius: clamp(25px, calc(15px + 2.43vw), 50px);
    --card-padding: clamp(25px, calc(15px + 2.43vw), 50px);
    --header-logo-width: clamp(120px, calc(80px + 4.65vw), 147px);
    --content-max: min(1008px, 100%);
    --slider-edge-fade: 50px;
    --glass-menu-bg: rgba(255, 255, 255, 0.25);
    --glass-menu-blur: blur(10px);
}

a, p, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-size: var(--text-base);
    line-height: var(--text-base);
    color: #474747;
    font-family: 'TT Firs Neue', sans-serif;
}

.slider .step__item{
    position: relative !important;
}
body {
    margin: 0;
    font-family: 'TT Firs Neue', sans-serif;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}
html {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    scrollbar-gutter: stable both-edges;
}


.top__wrapper .container{
    overflow-x: clip;
}
.top__wrapper{
    overflow-x: clip;
    max-width: 100%;
    position: relative;
}
@media (min-width: 1101px){
    .top__wrapper:has(.registry-cards--hero),
    .top__wrapper:has(.registry-cards--hero) .container{
        overflow: visible;
    }
}
.container,
.container__header{
    box-sizing: border-box;
    width: 100%;
    max-width: var(--page-max);
    padding-inline: var(--page-gutter);
    margin-inline: auto;
}
.top__inform-container{
    background: #D4FC79;
}
.top__inform-container p{
    text-align: center;
    padding: 13px 0 12px;
    font-size: 15px;
    line-height: 15px;
}
.header__content{
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.header__menu ul{
    display: flex;
    gap: 30px;
}
.header__menu{
    margin-left: 65px;
}
.header__menu-button{
    margin-left: auto;
    padding: 14px 0;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    width: 180px;
    position: relative;
    z-index: 10;
    background: #F0F0F0;
    overflow: visible;
}
.header__content{
    position: relative;
}
.header__menu-button .top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__menu-button .top p{
    margin: 0;
}
.header__menu-button .content{
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    padding: 12px;
    background: #F0F0F0;
    border-radius: 16px;
    box-shadow: none;
    z-index: 11;
    box-sizing: border-box;
}
.header__menu-button .content::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #F0F0F0;
    transform: translateX(-50%) rotate(45deg);
}
.header__menu-button .content::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.header__menu-button:hover .content{
    display: block;
}
.header__menu-button .content a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
}
.header__menu-button .content p{
    width: 100%;
    text-align: center;
}
.header__menu-button .content li + li{
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #E0E0E0;
}
.top__hero-layout{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 44%);
    align-items: center;
    gap: clamp(16px, 3vw, 40px);
    overflow: visible;
}
.hero-about-flow > .hero-micro{
    position: absolute;
    right: 0;
    bottom: clamp(520px, 58vh, 720px);
    width: min(80vw, 1120px);
    object-fit: contain;
    object-position: bottom right;
    clip-path: inset(0 0 30px 0);
    z-index: 0;
    pointer-events: none;
    opacity: 0.225;
}
.hero-micro-mobile{
    display: none;
    width: 100%;
    max-width: min(calc(100vw - 2 * var(--page-gutter)), 520px);
    margin: clamp(12px, 3vw, 20px) auto 0;
    object-fit: contain;
    object-position: center bottom;
    clip-path: inset(0 0 30px 0);
    pointer-events: none;
    opacity: 0.225;
}
.top__wrapper .container{
    position: relative;
    z-index: 1;
}
.top__hero-aside{
    position: relative;
    min-width: 0;
    width: 100%;
    z-index: 1;
}
.top__hero-aside .registry-cards--hero{
    position: relative;
    z-index: 2;
}
.hero-about-flow{
    position: relative;
    overflow: visible;
}
.top__content{
    padding-bottom: var(--hero-padding-bottom);
    min-width: 0;
}
@keyframes hero-rise {
    from {
        opacity: 0;
        transform: translate3d(0, 32px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes hero-fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes hero-line {
    from {
        opacity: 0;
        transform: translate3d(-18px, 10px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes hero-button {
    from {
        opacity: 0;
        transform: translate3d(0, 24px, 0) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}
@keyframes hero-button-plate {
    from {
        opacity: 0;
        transform: translate(-50%, -48px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
@keyframes hero-button-plate-mobile {
    from {
        opacity: 0;
        transform: translate(-50%, -24px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}
.top__content .title h1{
    font-size: var(--text-xl);
    font-weight: 500;
    line-height: var(--leading-xl);
    color: #474747;
    text-transform: uppercase;
    animation: hero-rise 1s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.top__content-absolute img{
    animation: hero-line 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both;
}
.top__content-absolute p{
    font-weight: 300;
    animation: hero-rise 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.5s both;
}
.top__content .buttons .hero-btn-wrap:nth-child(1) .hero-btn__svg{
    animation: hero-button 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.72s both;
}
.top__content .buttons .hero-btn-wrap:nth-child(2) .hero-btn__svg{
    animation: hero-button 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.9s both;
}
.top__content .buttons .hero-btn-wrap:nth-child(1) .hero-btn-plate{
    animation: hero-button-plate 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.95s both;
}
.top__content .buttons .hero-btn-wrap:nth-child(2) .hero-btn-plate{
    animation: hero-button-plate 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.1s both;
}
.top__content-bg,
.top__content-bg--mobile{
    animation: hero-fade 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
}
@media (prefers-reduced-motion: reduce) {
    .top__content .title h1,
    .top__content-absolute img,
    .top__content-absolute p,
    .top__content .buttons .hero-btn-wrap .hero-btn__svg,
    .top__content .buttons .hero-btn-wrap .hero-btn-plate,
    .top__content-bg,
    .top__content-bg--mobile{
        animation: none;
    }
}
.top__content .title {
    position: relative;
    display: block;
    width: max-content;
}
.top__content .title div{
    position: absolute;
    bottom: 14px;
    right: 0;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.top__content .title div img{
    margin-right: 15px;
}
.top__wrapper{
    position: relative;
    padding-top: clamp(61px, calc(40px + 2.15vw), 71px);
}
.header__content-wrappers{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
}
.header__content-wrappers .header__content{
    padding: 17px 0;
}
.header__content-wrappers .header__logo img{
    width: var(--header-logo-width);
}
.header__content-wrappers .header__menu-button{
    padding: 12px 0;
}
.top__content-bg{
    position: absolute;
    right: 0;
    top: 0;
}
.top__content h2.title,
    .top__content h1{
    margin-top: var(--hero-title-mt);
    margin-bottom: var(--hero-title-mb);
}
.top__content .buttons{
    display: flex;
    flex-wrap: wrap;
    gap: clamp(12px, 1.67vw, 24px);
    align-items: flex-start;
    --hero-btn-height: calc(var(--hero-btn-width) * 78 / 325);
    --hero-plate-hang: calc(var(--hero-btn-width) * 0.243);
}
.dock__wrapper h2.title{
    margin: 0 auto;
}
.hero-btn-wrap{
    position: relative;
    width: max-content;
    z-index: 2;
    padding-bottom: var(--hero-plate-hang);
}
.top__content .buttons .hero-btn{
    width: max-content;
    border: none;
    background-color: transparent;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: block;
    padding: 0;
    text-decoration: none;
    color: inherit;
}
.top__content .buttons .hero-btn-wrap .hero-btn-plate{
    position: absolute;
    top: calc(var(--hero-btn-height) - 6px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(var(--hero-btn-width) * 0.615);
    border-radius: 0 0 50px 50px;
    border-radius: 0 0 800px 800px / 0 0 120px 120px;
    padding: 24px 0;
    text-align: center;
    background: #333333;
    z-index: 1;
    pointer-events: none;
}
.top__content .buttons .hero-btn-wrap .hero-btn__glow{
    position: absolute;
    top: calc(var(--hero-btn-height) * 1.5);
    left: 50%;
    width: min(320px, calc(var(--hero-btn-width) * 0.985));
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}
.top__content .buttons .hero-btn .hero-btn__svg{
    position: relative;
    display: block;
    z-index: 1;
    border-radius: 12px;
    width: var(--hero-btn-width);
    height: auto;
}
.top__content .buttons .hero-btn.hero-btn--left{
    --hero-stop-1: #E2FF78;
    --hero-stop-2: #A6E9B5;
    --hero-stop-3: #C8F496;
}
.top__content .buttons .hero-btn.hero-btn--right{
    --hero-stop-1: #F6D365;
    --hero-stop-2: #F6A47F;
    --hero-stop-3: #F6C87A;
}
.top__content .buttons .hero-btn.hero-btn--left:has(.hero-btn__surface:hover){
    --hero-stop-1: #E8FF8A;
    --hero-stop-2: #B0EDBF;
    --hero-stop-3: #D4FC9A;
}
.top__content .buttons .hero-btn.hero-btn--right:has(.hero-btn__surface:hover){
    --hero-stop-1: #FFE07A;
    --hero-stop-2: #FBB59A;
    --hero-stop-3: #FFC98A;
}
.top__content .buttons .hero-btn .hero-btn__stop--1{
    stop-color: var(--hero-stop-1);
}
.top__content .buttons .hero-btn .hero-btn__stop--2{
    stop-color: var(--hero-stop-2);
}
.top__content .buttons .hero-btn .hero-btn__stop--3{
    stop-color: var(--hero-stop-3);
}
.top__content .buttons .hero-btn:has(.hero-btn__surface:hover) .hero-btn__stop--1,
.top__content .buttons .hero-btn:has(.hero-btn__surface:hover) .hero-btn__stop--2,
.top__content .buttons .hero-btn:has(.hero-btn__surface:hover) .hero-btn__stop--3{
    transition: stop-color 0.22s ease-out;
}
.top__content .buttons .hero-btn:has(.hero-btn__surface:hover) .hero-btn__gradient{
    transform: translateX(28%);
    transition: transform 0.25s ease-out;
}
.top__content .buttons .hero-btn .hero-btn__text,
.top__content .buttons .hero-btn .hero-btn__icon{
    pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
    .top__content .buttons .hero-btn .hero-btn__gradient,
    .top__content .buttons .hero-btn .hero-btn__stop--1,
    .top__content .buttons .hero-btn .hero-btn__stop--2,
    .top__content .buttons .hero-btn .hero-btn__stop--3{
        transition: none;
    }
}
.top__content .buttons .hero-btn-wrap .hero-btn-plate p{
font-size: var(--text-sm);
font-weight: 400;
line-height: var(--text-sm);
color: #fff;
}
.top__content .buttons .hero-btn-wrap:first-child .hero-btn-plate p{
    color: #D4FC79;
}
.top__content .buttons .hero-btn-wrap:last-child .hero-btn-plate p{
    color: #F6D365;
}
.about{
    position: relative;
    z-index: 1;
    background: #F5F5F5;
    border-radius: var(--section-radius);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline: 0;
    margin-inline: var(--section-margin);
    overflow: visible;
    box-sizing: border-box;
}
.about > .container{
    padding-inline: var(--page-gutter);
    overflow: visible;
    max-width: 100%;
}
.about .top__title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(8px, 2vw, 15px);
    max-width: 100%;
    padding-bottom: clamp(48px, calc(32px + 4vw), 80px);
    font-size: clamp(18px, calc(10px + 4.8vw), 55px);
}
.about__container{
    padding-bottom: 0;
    overflow: visible;
    min-width: 0;
}
.about .top__title p{
    font-size: 1em;
    font-weight: 500;
    line-height: 1.1;
    color: #474747;
    text-transform: uppercase;
    white-space: nowrap;
    flex: 0 1 auto;
}
.about .top__title p + p{
    background: linear-gradient(90deg, #FF5520 0%, #FE4B12 50%, #F04010 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-left: 0;
    position: relative;
}
.about .top__title p + p img{
    position: absolute;
    left: 0;
    width: 4.5em;
    bottom: -0.35em;
}
.about__items{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(24px, 3.5vw, 50px);
    overflow: visible;
    min-width: 0;
}
.about__item{
    padding: var(--card-padding);
    background: #D6D6D6;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 92px -31px #FFFFFF40 inset;
    border-radius: var(--card-radius);
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
}
.about__item .about__item-image{
    position: absolute;
    top: -45px;
    right: -23px;
    width: 164px;
    height: 162px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}
.about__item + .about__item .about__item-image{
    top: -45px;
    right: 0;
}
.about__item-image--investors{
    filter: drop-shadow(0 12px 24px rgba(246, 164, 127, 0.45)) drop-shadow(0 4px 12px rgba(246, 211, 101, 0.35));
}
.about__item-image--entrepreneurs{
    filter: drop-shadow(0 12px 24px rgba(166, 233, 181, 0.45)) drop-shadow(0 4px 12px rgba(226, 255, 120, 0.35));
    shape-rendering: geometricPrecision;
}
.about__item:hover .about__item-image{
    transform: translateY(-10px);
}
.about__item p{
    color: #474747;
}
.about__item p span{
    color: inherit;
}
.about__item p.title{
    font-weight: 500;
    font-size: var(--text-lg);
    line-height: var(--leading-lg);
    margin: 0;
    padding-bottom: clamp(16px, 2vw, 24px);
}
.about__item-header{
    box-sizing: border-box;
}
.about__item a{
    padding: 0;
    background-color: transparent;
    border: none;
    background-color: transparent;
    border-radius: 12px;
    cursor: pointer;
}
.about__item a:hover img{
    padding-bottom: 4px;
}
.about__item p.subtitle{
    padding-bottom: 20px;
}
.about__options{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: clamp(12px, 1.5vw, 18px);
}
.about__option{
    display: flex;
    align-items: flex-start;
}
.about__option-bullet{
    margin-right: 16px;
    flex-shrink: 0;
}
.about__option-content p,
.about__option-line{
    margin: 0;
    padding-top: 4px;
    font-weight: 400;
}
.about__option-line--mobile{
    display: none;
}
.services h4{
    color: #D4FC79C2;
    font-size: var(--text-md);
    line-height: var(--leading-lg);
    text-align: center;
}
.services h3.title{
    color: #fff;
    padding: 30px;
    font-size: var(--text-xl);
    line-height: var(--leading-xl);
    box-shadow: 0px 0px 29px 0px #FFB6624F inset;
    display: block;
    width: max-content;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
    border: 1px solid #FFB662;
    border-radius: 200px;
    margin-bottom: 0;
    background-image: radial-gradient(131.84% 426.34% at 50% 50%, #333333 0%, #FFB662 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.services h4.subtitle{
    color: #FFB662;
    line-height: 1.2;
    margin-bottom: clamp(8px, 1vw, 12px);
}
.services,
.inform,
.partner,
.accordeon,
.footer{
    max-width: 100%;
}
.services{
    overflow: visible;
    padding-top: clamp(32px, calc(16px + 3.5vw), 65px);
    padding-bottom: 0;
    position: relative;
}
.partner,
.accordeon,
.footer{
    overflow-x: clip;
}
.inform{
    overflow: visible;
}
.inform > .container{
    overflow: visible;
}
.inform__col--right{
    overflow: visible;
    min-height: auto;
}
.services .top__text{
    text-align: center;
    color: #7D7D7D;
    max-width: 548px;
    margin: clamp(20px, 3vw, 40px) auto 0;
    font-weight: 400;
}
.services a{
    width: max-content;
    margin: 0 auto;
    display: block;
    transform: translateY(-100px);
}
.services a img + img{
    display: none;
}
.services a:hover img{
    display: none;
}
.services a:hover img + img{
    display: block;
}
.services .container{
    position: relative;
    overflow-x: visible;
}
.services__stage{
    position: relative;
    width: min(100%, 1000px);
    max-width: 1000px;
    margin: 71px auto 0;
}
.services__swirl{
    position: absolute;
    left: 50%;
    bottom: clamp(60px, 8vw, 100px);
    width: min(1165px, 92vw);
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
}
.services__swirl img{
    width: 100%;
    height: auto;
    display: block;
}
.services img.services__device{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    display: block;
    position: relative;
    z-index: 2;
    background: transparent;
    border: 0;
}
.services__desctop-item.services__mobile-item{
    display: block;
}
.services__mobile-item{
    padding: 20px 0;
    width: min(442px, 44%);
    max-width: 100%;
    position: absolute;
    height: 230px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-sizing: border-box;
    pointer-events: auto;
}
.services__mobile-item .num{
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    padding-left: 20px;
}
.services__mobile-item .content{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.services__mobile-item .content .title{
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 15px;
    color: #fff;
}
.services__mobile-item .content .text{
    font-size: 14px;
    max-width: 284px;
    line-height: 15px;
    color: #fff;
}
.services__desctop-item--one{
    background-image: url(../images/services__mobile-item-1.png);
    right: 0;
    bottom: 470px;
    z-index: 1;
    left: auto;
}
.services__mobile-item.services__desctop-item.services__desctop-item--one .num{
    top: 15px;
    right: 20px;
    bottom: auto;
    left: auto;
}
.services__desctop-item--two{
    background-image: url(../images/services__mobile-item-2.png);
    margin-top: 10px;
    left: 0;
    bottom: 462px;
    z-index: 1;
}
.services__desctop-item--three{
    background-image: url(../images/services__mobile-item-3.png);
    margin-top: 10px;
    right: 0;
    bottom: 45px;
    z-index: 3;
    left: auto;
}
.services__mobile-item.services__desctop-item .num{
    font-size: 54px;
    line-height: 54px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    padding-left: 0;
}
.services__mobile-item.services__desctop-item .content{
    top: 26px;
    left: 28px;
    bottom: auto;
}
.services__mobile-item.services__desctop-item .content .title{
    font-size: 24px;
    line-height: 24px;
}
.services__mobile-item.services__desctop-item .content .text{
    font-size: 18px;
    line-height: 18px;
    max-width: 384px;
}
.services__hint{
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    vertical-align: middle;
}
.services__hint--inline{
    margin-left: 10px;
}
.services__hint-btn{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}
.services__hint-tooltip{
    display: none;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    width: min(280px, 70vw);
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff;
    color: #474747;
    font-size: 13px;
    line-height: 1.35;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
    z-index: 1000;
}
.services__hint-tooltip.is-positioned{
    position: fixed;
}
.services__hint:hover .services__hint-tooltip,
.services__hint:focus-within .services__hint-tooltip{
    display: block;
}
.slider{
    position: relative;
    z-index: 3;
    background: #F5F5F5;
    border-radius: var(--section-radius);
    padding-top: clamp(60px, calc(40px + 5vw), 112px);
    padding-bottom: clamp(30px, calc(20px + 2.5vw), 56px);
    padding-inline: 0;
    margin-inline: var(--section-margin);
    overflow-x: clip;
    max-width: 100%;
    margin-top: 0;
    box-sizing: border-box;
}
.slider > .container{
    padding-inline: var(--page-gutter);
    overflow: visible;
    max-width: 100%;
}
.slider h3.title{
    font-size: var(--text-xl);
    line-height: var(--leading-xl);
    max-width: var(--content-max);
    margin: 0 auto clamp(30px, 4.17vw, 60px);
    text-align: center;
    background-image: linear-gradient(90deg, #F6D365 0%, #F6A47F 50%, #F6C87A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.slider h3.title span{
    background-image: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: #474747;
    color: #474747;
}
.my__slider-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow-x: clip;
}

.my__slider-container--marquee::before,
.my__slider-container--marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: var(--slider-edge-fade);
    z-index: 4;
    pointer-events: none;
}

.my__slider-container--marquee::before {
    left: 0;
    background: linear-gradient(
        90deg,
        rgba(245, 245, 245, 0.72) 0%,
        rgba(245, 245, 245, 0.38) 32%,
        rgba(245, 245, 245, 0.12) 68%,
        rgba(245, 245, 245, 0) 100%
    );
}

.my__slider-container--marquee::after {
    right: 0;
    background: linear-gradient(
        270deg,
        rgba(245, 245, 245, 0.72) 0%,
        rgba(245, 245, 245, 0.38) 32%,
        rgba(245, 245, 245, 0.12) 68%,
        rgba(245, 245, 245, 0) 100%
    );
}

.my__scroll-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    cursor: grab;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-mask-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.18) calc(var(--slider-edge-fade) * 0.2),
        rgba(0, 0, 0, 0.42) calc(var(--slider-edge-fade) * 0.42),
        rgba(0, 0, 0, 0.68) calc(var(--slider-edge-fade) * 0.66),
        rgba(0, 0, 0, 0.88) calc(var(--slider-edge-fade) * 0.88),
        #000 var(--slider-edge-fade),
        #000 calc(100% - var(--slider-edge-fade)),
        rgba(0, 0, 0, 0.88) calc(100% - var(--slider-edge-fade) * 0.88),
        rgba(0, 0, 0, 0.68) calc(100% - var(--slider-edge-fade) * 0.66),
        rgba(0, 0, 0, 0.42) calc(100% - var(--slider-edge-fade) * 0.42),
        rgba(0, 0, 0, 0.18) calc(100% - var(--slider-edge-fade) * 0.2),
        rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0,
        rgba(0, 0, 0, 0.18) calc(var(--slider-edge-fade) * 0.2),
        rgba(0, 0, 0, 0.42) calc(var(--slider-edge-fade) * 0.42),
        rgba(0, 0, 0, 0.68) calc(var(--slider-edge-fade) * 0.66),
        rgba(0, 0, 0, 0.88) calc(var(--slider-edge-fade) * 0.88),
        #000 var(--slider-edge-fade),
        #000 calc(100% - var(--slider-edge-fade)),
        rgba(0, 0, 0, 0.88) calc(100% - var(--slider-edge-fade) * 0.88),
        rgba(0, 0, 0, 0.68) calc(100% - var(--slider-edge-fade) * 0.66),
        rgba(0, 0, 0, 0.42) calc(100% - var(--slider-edge-fade) * 0.42),
        rgba(0, 0, 0, 0.18) calc(100% - var(--slider-edge-fade) * 0.2),
        rgba(0, 0, 0, 0) 100%
    );
}

.my__scroll-wrapper.is-dragging {
    cursor: grabbing;
}

.my__scroll-item {
    width: 100% ;
    position: relative ;
    margin: 0 auto ;
}

.my__scroll-track {
    display: flex ;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.my__scroll-track--marquee{
    width: max-content;
    transition: none;
    will-change: transform;
}

.my__scroll-slide {
    flex: 0 0 var(--slide-width) ;
    margin: 0 10px ;
    min-width: min(280px, var(--slide-width)) ;
}

.my__scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474747;
    font-size: 0;
    z-index: 10;
    border: 1px solid #474747;
}

.my__scroll-next {
    transform: translateX(610px);
    left: 50vw;
    top: -140px;
}
.my__scroll-prev {
    transform: translateX(510px);
    left: 50vw;
    top: -140px;
}
.my__scroll-prev:after{
    content: "";
    background-image: url(../images/slider__arrow-prev.svg);
    width: 16px;
    height: 28px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(-2.5px);
}
.my__scroll-next:after{
    content: "";
    background-image: url(../images/slider__arrow-next.svg);
    width: 16px;
    height: 28px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(2.5px);
}
.my__scroll-prev:hover,
.my__scroll-next:hover{
    background: #D4FC798A;
    border: 1px solid #D4FC798A;
}
.my__scroll-slide{
    border-radius: var(--slide-radius);
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.my__scroll-slide .item{
    position: relative;
    display: block;
    line-height: 0;
}
.my__scroll-slide img{
    display: block;
    border-radius: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 325 / 379;
    object-fit: cover;
    vertical-align: top;
    -webkit-user-drag: none;
    user-select: none;
}
.my__scroll-slide::after{
    position: absolute;
    content: '';
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    pointer-events: none;
}
.my__scroll-slide p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    color: #fff;
    text-align: center;
    font-size: clamp(16px, calc(13px + 0.63vw), 22px);
    line-height: 1.15;
    z-index: 2;
    text-transform: uppercase;
}
.slider h4.subtitle{
    font-size: var(--text-xl);
    line-height: var(--leading-xl);
    padding: var(--section-y) 0 clamp(30px, 4.17vw, 60px);
    color: #474747;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.slider h4.subtitle span{
    color: rgb(11, 222, 24);
}
.slider .step{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 var(--page-gutter) clamp(15px, calc(8px + 1.5vw), 24px);
}
.slider .step__item{
    padding: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 0 auto;
    width: fit-content;
    max-width: min(100%, 570px);
    min-width: 0;
    box-sizing: border-box;
    background: #D6D6D6;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 92px -31px #FFFFFF40 inset;
    border-radius: 30px;
    z-index: 1;
}
.slider .step__item .num{
    box-shadow: 0px 0px 10px 3px rgba(11, 222, 24, 0.29) inset;
    backdrop-filter: blur(8px);
    color: rgb(11, 222, 24);
    font-size: 24px;
    line-height: 30px;
    padding: 12.5px 0;
    min-width: 55px;
    max-width: 55px;
    flex-shrink: 0;
    text-align: center;
    border-radius: 20px;
    margin-right: 25px;
}
.slider .step__item .text{
    flex: 0 1 auto;
    width: max-content;
    max-width: 440px;
    margin: 0;
    color: #474747;
    font-size: 18px;
    line-height: 23px;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: clip;
}
.slider .step__item:has(> img):not(.step__item--hint){
    max-width: min(100%, 598px);
    padding-right: 48px;
}
.slider .step__item--hint{
    max-width: min(100%, 598px);
    padding-right: 48px;
}
.slider .step__item > img,
.slider .step__item--hint > img,
.slider .step__item--hint .step__hint-trigger{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18px;
    height: 18px;
    padding: 4px;
    margin: 0;
    border-radius: 50%;
    border: 1px solid rgba(71, 71, 71, 0.45);
    background: rgba(255, 255, 255, 0.45);
    box-sizing: content-box;
    cursor: pointer;
    flex-shrink: 0;
}
.slider .step__item.step__item-index{
    flex: 0 0 auto;
    width: fit-content;
    padding-right: 27px;
}
.step__item .descr{
    display: none;
    position: absolute;
    z-index: 20;
    padding: 20px;
    top: 0;
    right: 0;
    transform: translate(calc(-35px + 100%), calc(15px - 100%));
    box-shadow: 0px 4px 14px 0px #00000026;
    background: #333333;
    border-radius: 20px;
}
.step__item .descr::after{
    content: "";
    position: absolute;
    bottom: -6px;
    right: var(--descr-arrow-right, 24px);
    width: 12px;
    height: 12px;
    background: #333333;
    transform: rotate(45deg);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}
.step__item .descr.is-positioned::after{
    right: var(--descr-arrow-right, 24px);
}
.slider .step__item--hint .descr.is-positioned,
.step-hint-descr.is-positioned{
    display: block;
    position: fixed;
    z-index: 1100;
    width: min(272px, calc(100vw - 24px));
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 0px 4px 14px 0px #00000026;
    background: #333333;
    border-radius: 20px;
    transform: none;
    inset: auto;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
}
.step-hint-descr.is-positioned::after{
    content: "";
    position: absolute;
    bottom: -6px;
    right: var(--descr-arrow-right, 24px);
    width: 12px;
    height: 12px;
    background: #333333;
    transform: rotate(45deg);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}
.step-hint-descr.is-positioned.descr--below::after{
    bottom: auto;
    top: -6px;
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.08);
}
.step-hint-descr .descr__text,
.step-hint-descr .descr__text-noline{
    width: auto;
    max-width: 100%;
    overflow-wrap: break-word;
    font-size: 13px;
    line-height: 16px;
    color: #B9B9B9;
}
.step-hint-descr .descr__text{
    padding-left: 26px;
    position: relative;
}
.step-hint-descr .descr__text::before{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 11px;
    height: 11px;
    background: linear-gradient(90deg, #E2FF78 0%, #A6E9B5 50%, #C8F496 100%);
    border-radius: 50%;
}
.step-hint-descr .descr__text + .descr__text{
    margin-top: 15px;
}
.slider .step__item:hover .descr{
    display: block;
    z-index: 10;
}
.slider .step__item:hover,
.slider .step__item-hover {
    z-index: 10;
    backdrop-filter: blur(10px);
box-shadow: 0px 0px 72px -31px #FFB662 inset;

}
.slider{
    position: relative;
    z-index: 3;
}
.slider .step__item{
    z-index: 0;
}
.step__item .descr .descr__text{
    padding-left: 26px;
    font-size: 14px;
    line-height: 18px;
    color: #B9B9B9;
    position: relative;
}
.step__item .descr .descr__text::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 11px;
    height: 11px;
    background: linear-gradient(90deg, #E2FF78 0%, #A6E9B5 50%, #C8F496 100%);
    border-radius: 50%;
  }
  .step__item .descr .descr__text + .descr__text{
    margin-top: 15px;
  }
  .descr__text-noline{
    width: 232px;
    font-size: 14px;
    line-height: 18px;
    color: #B9B9B9;
  }
  .dock__wrapper h2.title{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

.header__menu-button p{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}
.header__menu-button img{
    width: 16px;
}
























  .text-container {
    position: relative;
    max-width: var(--page-max);
    margin: 0 auto;
    overflow: hidden;
    transition: height 0.5s ease-out;
}

.text-content {
    position: relative;
}



.expand-button {
    position: relative;
    display: block;
    background: transparent;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 0;
    transition: background 0.3s ease;
    z-index: 2;
    width: max-content;
    margin: 0 auto;
    transform: translateY(-50px);
}

.expand-button:hover {
    background: transparent;
}
.text-container{
    max-height: clamp(280px, 45vh, 380px);
    height: auto !important;
}
.text-container.expanded {
    height: auto !important;
}

.text-container.expanded .text-gradient {
    opacity: 0;
}

.text-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
    pointer-events: none;
    z-index: 1;
}


.inform{
    margin-inline: var(--section-margin);
    padding-top: var(--section-y);
    box-sizing: border-box;
}
.inform .container{
    padding: clamp(14px, 2vw, 24px) var(--page-gutter) var(--section-y);
    position: relative;
}
.inform__layout{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
    gap: clamp(24px, 4vw, 48px);
    align-items: stretch;
}
.inform__bento{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}
.inform__col{
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
    min-height: 0;
}
.inform__col--left .inform__card{
    flex: 1 1 0;
    min-height: 0;
}
.inform__col--center .inform__card--photo{
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.inform__col--right .inform__card--status:last-child{
    flex: 1 1 auto;
}
.inform__card{
    padding: clamp(22px, 2.5vw, 32px);
    background: #F5F5F5;
    border-radius: var(--slide-radius);
    box-sizing: border-box;
}
.inform__card--intro{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: clamp(12px, 1.5vw, 20px);
}
.inform__card--accent-intro{
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.inform__card--accent-intro::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #E2FF78 0%, #A6E9B5 50%, #C8F496 100%);
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    z-index: 0;
}
.inform__card--accent-intro:hover{
    box-shadow:
        0 18px 44px rgba(166, 233, 181, 0.38),
        0 6px 16px rgba(0, 0, 0, 0.08);
}
.inform__card--accent-intro:hover::before{
    opacity: 1;
}
.inform__card--accent-intro > *{
    position: relative;
    z-index: 1;
}
.inform__card--mission{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}
.inform__mission-bg{
    position: absolute;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
    background: radial-gradient(circle at 50% 50%, #0a1628 0%, #050a14 100%);
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.inform__mission-bg-grid{
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 240, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 240, 255, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.55;
}
.inform__mission-bg-canvas{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.inform__card--accent-mission{
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.inform__card--accent-mission::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #F6D365 0%, #F6A47F 50%, #F6C87A 100%);
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    z-index: 1;
}
.inform__card--accent-mission:hover{
    box-shadow:
        0 18px 44px rgba(246, 164, 127, 0.38),
        0 6px 16px rgba(0, 0, 0, 0.08);
}
.inform__card--accent-mission:hover::before{
    opacity: 1;
}
.inform__card--accent-mission:hover .inform__mission-bg{
    opacity: 0;
}
.inform__card--accent-mission > *:not(.inform__mission-bg){
    position: relative;
    z-index: 2;
}
@media (prefers-reduced-motion: reduce) {
    .inform__card--accent-intro,
    .inform__card--accent-intro::before,
    .inform__card--accent-mission,
    .inform__card--accent-mission::before,
    .inform__mission-bg{
        transition: none;
    }
}
.inform__card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(12px, 2vw, 20px);
    width: 100%;
    flex-shrink: 0;
}
.inform__card-heading{
    margin: 0;
    font-size: clamp(20px, 1.7vw, 28px);
    line-height: 1.15;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.inform__card--mission .inform__card-heading{
    color: #fff;
    transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.inform__card--leader{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(6px, 0.8vw, 10px);
}
.inform__card--profile{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2vw, 22px);
}
.inform__card--status{
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.5vw, 18px);
}
.inform__status-logo{
    flex-shrink: 0;
    width: clamp(44px, 4.5vw, 64px);
    height: auto;
    display: block;
    object-fit: contain;
}
.inform__status-text{
    margin: 0;
    font-size: clamp(13px, calc(11px + 0.45vw), 17px);
    line-height: 1.35;
    font-weight: 400;
    color: #5C5C5C;
    min-width: 0;
}
.inform__profile-section{
    min-width: 0;
    container-type: inline-size;
}
.inform__card--photo{
    position: relative;
    padding: 0;
    overflow: hidden;
    background: #E8E8E8;
}
.inform__card-label{
    margin: 0 0 12px;
    font-size: clamp(12px, 0.9vw, 14px);
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #7D7D7D;
    font-weight: 500;
}
.inform__tag-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.inform__tag-list li{
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff;
    border: 0;
    font-size: clamp(13px, 0.85vw, 15px);
    line-height: 1.25;
    color: #474747;
}
.inform__brief,
.inform__mission-text,
.inform__leader-bio{
    margin: 0;
    font-size: clamp(13px, calc(11px + 0.45vw), 17px);
    line-height: 1.35;
    font-weight: 400;
    color: #5C5C5C;
    max-width: none;
    flex-shrink: 0;
    transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.inform__mission-text{
    margin-top: auto;
    color: #fff;
}
.inform__card--intro:hover .inform__brief,
.inform__card--accent-intro:hover .inform__leader-name,
.inform__card--accent-intro:hover .inform__leader-role,
.inform__card--accent-intro:hover .inform__status-text,
.inform__card--mission:hover .inform__card-heading,
.inform__card--accent-mission:hover .inform__card-heading,
.inform__card--mission:hover .inform__mission-text,
.inform__card--accent-mission:hover .inform__leader-bio,
.inform__card--accent-mission:hover .inform__status-text{
    color: #333;
}
.inform__leader-name,
.inform__leader-role,
.inform__status-text{
    transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.inform__more-btn{
    position: absolute;
    top: clamp(22px, 2.5vw, 32px);
    right: clamp(22px, 2.5vw, 32px);
    z-index: 1;
    margin-top: 0;
    padding: 12px 22px;
    border: 0;
    border-radius: 16px;
    background: #fff;
    color: #474747;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}
.inform__card--intro .inform__more-btn{
    position: static;
    margin-top: auto;
    align-self: flex-start;
    flex-shrink: 0;
}
.inform__more-btn:hover{
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
html.is-scroll-locked {
    overflow: hidden;
    overscroll-behavior: none;
}
html.is-scroll-locked body.is-scroll-locked {
    position: fixed;
    overflow: hidden;
    overscroll-behavior: none;
    width: 100%;
    left: 0;
    right: 0;
}
.inform-drawer{
    position: fixed;
    inset: 0;
    z-index: 220;
    pointer-events: none;
}
.inform-drawer.is-open{
    pointer-events: auto;
}
.inform-drawer__overlay{
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(11, 10, 10, 0.67);
    opacity: 0;
    transition: opacity 0.35s ease;
    cursor: pointer;
}
.inform-drawer.is-open .inform-drawer__overlay{
    opacity: 1;
}
.inform-drawer__panel{
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    width: min(560px, calc(100vw - 40px));
    height: auto;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    border-radius: var(--slide-radius);
    overflow: hidden;
    box-shadow: 12px 0 40px rgba(0, 0, 0, 0.18);
    transform: translateX(calc(-100% - 20px));
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.inform-drawer.is-open .inform-drawer__panel{
    transform: translateX(0);
}
.inform-drawer__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 28px 28px 20px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.12);
}
.inform-drawer__title{
    margin: 0;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.1;
    color: #111;
    font-weight: 600;
}
.inform-drawer__close{
    width: 40px;
    height: 40px;
    border: 1px solid rgba(71, 71, 71, 0.18);
    border-radius: 50%;
    background: #fff;
    color: #474747;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}
.inform-drawer__body{
    flex: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 24px 28px 40px;
}
.inform-drawer__section + .inform-drawer__section{
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(71, 71, 71, 0.12);
}
.inform-drawer__subtitle{
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.25;
    color: #111;
    font-weight: 600;
}
.inform-drawer__body p{
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    color: #474747;
}
.inform-drawer__body p + p{
    margin-top: 14px;
}
.inform__leader-name{
    margin: 0;
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.15;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.inform__leader-role{
    margin: 0;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.35;
    color: #5C5C5C;
    font-weight: 400;
}
.inform__photo{
    display: block;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.partner{
    background: #fff;
    background-image: none;
}
.partner .container{
    padding-bottom: var(--section-y);
}
.partner h3.title{
    font-size: var(--text-xl);
    line-height: var(--leading-xl);
    color: #333;
    padding-bottom: clamp(30px, 4.17vw, 60px);
    text-align: center;
}
.partner__cards{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: clamp(16px, 1.5vw, 24px);
}
.partner-card{
    border-radius: 20px;
    padding: clamp(24px, 3vw, 40px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    width: 100%;
    height: 100%;
    position: relative;
    color: #333;
    overflow: hidden;
    box-shadow: none;
    box-sizing: border-box;
    text-align: left;
    transition: box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.partner-card__header{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-shrink: 0;
}
.partner-card__logo{
    display: block;
    width: auto;
    max-width: min(160px, 100%);
    height: clamp(36px, 4vw, 52px);
    object-fit: contain;
    object-position: left center;
    flex-shrink: 0;
    margin: 0;
}
.partner-card__text{
    width: 100%;
    margin-top: auto;
    font-size: clamp(14px, 1.1vw, 18px);
    line-height: 1.45;
    font-weight: 400;
    color: #333;
}
.partner-card__text strong{
    font-weight: 600;
    color: #222;
}
.partner-card__text-nowrap{
    white-space: nowrap;
}
.partner-card--tochka:hover,
.partner-card--akid:hover,
.partner-card--novye-lyudi:hover,
.partner-card--gk-loyk:hover{
    box-shadow: 0 0 40px rgba(var(--partner-shadow), 0.32);
}
.partner-card--tochka{
    background: linear-gradient(90deg, #EDE9FE 0%, #DDD6FE 100%);
    --partner-shadow: 196, 181, 253;
}
.partner-card--akid{
    background: linear-gradient(90deg, #DBEAFE 0%, #BFDBFE 100%);
    --partner-shadow: 147, 197, 253;
}
.partner-card--akid .partner-card__logo{
    filter: none;
    opacity: 1;
}
.partner-card--novye-lyudi{
    background: linear-gradient(90deg, #CCFBF1 0%, #99F6E4 100%);
    --partner-shadow: 94, 234, 212;
}
.partner-card--novye-lyudi .partner-card__logo{
    height: clamp(72px, 18vw, 104px);
    max-width: min(200px, 100%);
}
.partner-card--novye-lyudi .partner-card__text,
.partner-card--novye-lyudi .partner-card__text-nowrap{
    color: #000;
}
.partner-card--novye-lyudi .partner-card__text strong{
    font-weight: 600;
    color: #000;
}
.partner-card--gk-loyk{
    background: linear-gradient(90deg, #FFEDD5 0%, #FED7AA 100%);
    --partner-shadow: 253, 186, 116;
}
.partner-card--gk-loyk .partner-card__logo{
    filter: none;
    opacity: 1;
}
.accordion__left-title{
    max-width: min(591px, 100%);
    font-size: var(--text-xl);
    line-height: var(--leading-xl);
    color: #333;
    text-transform: uppercase;
}
.accordeon__right{
    width: clamp(320px, 46.5vw, 670px);
    border-radius: 16px;
}










.accordeon .container{
    display: flex;
    justify-content: space-between;
}

.accordeon .accordion__container {
    margin-bottom: 20px;
    border-radius: 16px;
    overflow: hidden;
}

.accordeon .title {
    position: relative;
    padding: 16px 20px;
    margin: 0;
    background: #333;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    font-size: var(--text-base);
    line-height: 1.35;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border-radius 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    color: #fff;
}

.accordeon .title.active{
    transition: border-radius 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.accordeon .title br {
    display: block;
}

.accordeon .title::after {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url(../images/plus.svg);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    margin-left: 10px;
    flex-shrink: 0;
}

.accordeon .title.active::after {
    transform: rotate(-135deg);
}

.accordeon .accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-top: none;
    border-radius: 0 0 16px 16px;
    width: 100%;
    max-width: 670px;
    border: none;
    background: #333;
}

.accordeon .accordion__content-inner {
    padding: 0 20px 20px;
    opacity: 0;
    transform: translateY(-6px);
    transition:
        opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0s;
}

.accordeon .accordion__container.active .accordion__content-inner {
    padding: 20px;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.08s;
}

@media (prefers-reduced-motion: reduce) {
    .accordeon .title,
    .accordeon .title.active,
    .accordeon .title::after,
    .accordeon .accordion__content,
    .accordeon .accordion__content-inner,
    .accordeon .accordion__container.active .accordion__content-inner {
        transition: none;
        transform: none;
    }
}

.accordeon .accordion__content-inner p {
    margin: 0 0 15px;
    line-height: 26px;
}

.accordeon .accordion__content-inner p:last-child {
    margin-bottom: 0;
}



/* Активное состояние */
.accordeon .accordion__container.active .title {
    border-radius: 16px 16px 0 0;
    border-bottom: none;
}

.accordeon .accordion__container.active  {
    border-radius: 16px;
    background-color: #333;
}
.accordeon .accordion__container.active  p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
.accordeon .accordion__container.active p + p{
    margin-top: 20px;
}
.accordeon {
    padding-bottom: 130px;
    position: relative;
}
.accordeon .container::after{
    content: '';
    height: 487px;
    width: 625px;
    background-image: url(../images/accordion-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 50px;
    position: absolute;
}
.accordeon .container{
    justify-content: space-between;
}
.footer{
    background-image: url(../images/footer-bg.jpg);
    position: relative;
    border-radius: var(--section-radius) var(--section-radius) 0 0;
    padding: clamp(56px, calc(40px + 2.22vw), 72px) 0 clamp(64px, calc(48px + 2.22vw), 80px);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .container{
    overflow: visible;
}
.footer__inner{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        "brand docs contacts"
        "registry registry registry";
    column-gap: 10%;
    row-gap: 32px;
    align-items: start;
}
.footer__brand{
    grid-area: brand;
}
.footer__docs{
    grid-area: docs;
}
.footer__contacts{
    grid-area: contacts;
}
.footer__registry{
    grid-area: registry;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: start;
    align-items: stretch;
    gap: 16px;
    width: 100%;
}
.footer__brand,
.footer__contacts{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer__docs{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: calc(24px + var(--header-logo-width) * 34 / 173 + 6px);
    align-items: flex-start;
    justify-content: flex-start;
    align-self: start;
}
.footer__badge{
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: start;
    gap: 12px;
    width: auto;
    min-width: 0;
    min-height: 100%;
    height: 100%;
    align-self: stretch;
    padding: 12px 14px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: transparent;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
    text-align: left;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.footer__badge--cbr{
    max-width: 360px;
}
.footer__badge--gk{
    max-width: 300px;
    min-width: 240px;
}
.footer__badge--akid{
    max-width: 300px;
}
a.footer__badge:hover{
    color: rgb(11, 222, 24);
    border-color: rgba(212, 252, 121, 0.55);
    background: transparent;
}
.footer__badge-logo{
    width: auto;
    height: 32px;
    max-width: 120px;
    flex-shrink: 0;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}
.footer__badge-logo--cbr{
    height: 28px;
    max-width: 140px;
}
.footer__badge-logo--gk{
    height: 22px;
    max-width: 84px;
}
.footer__badge-logo--akid{
    height: 32px;
    max-width: 150px;
}
.footer__operator,
.footer__badge-text{
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
}
.footer__badge-text{
    grid-row: 2;
    align-self: end;
    justify-self: start;
    margin-top: 0;
}
.footer__badge--gk .footer__badge-text{
    white-space: nowrap;
    min-height: 38px;
    display: flex;
    align-items: flex-end;
}
.footer__logo{
    display: inline-block;
    width: max-content;
}
.footer__logo img{
    width: var(--header-logo-width);
    height: auto;
    display: block;
}
.footer__about,
.footer__block{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer__about p,
.footer__copyright{
    font-weight: 400;
}
.footer__about > p:first-child,
.footer__about .footer__operator{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.footer__copyright{
    margin: 0;
    margin-top: auto;
    padding-top: 8px;
    font-size: 11px;
    line-height: 1.4;
    color: #fff;
}
.footer__docs a{
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    text-decoration: none;
}
.footer__about p,
.footer__operator,
.footer__badge-text,
.footer__registry a,
.footer__docs a,
.footer__text,
.footer__text a,
.footer__registry a,
.footer__docs a,
.footer__text--link{
    display: block;
    color: rgba(255, 255, 255, 0.92);
    transition: color 0.2s ease;
}
.footer__contacts .footer__block{
    gap: 10px;
}
.footer__label{
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.footer__text,
.footer__text a,
.footer__text--link{
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
}
.footer__social{
    display: flex;
    align-items: center;
    gap: 16px;
}
.footer__social a{
    display: inline-flex;
    line-height: 0;
}
.footer__social img{
    height: 24px;
    width: auto;
    display: block;
    transition: filter 0.2s ease;
}
.footer__social a:hover img{
    filter: brightness(0) saturate(100%) invert(58%) sepia(96%) saturate(2472%) hue-rotate(92deg) brightness(103%) contrast(97%);
}
.footer a:hover,
.footer a:hover p{
    color: rgb(11, 222, 24) !important;
}
.header__mobile,
.top__content-bg--mobile{
    display: none;
}
.top__content .title div img + img{
    display: none;
}
.services .container > .services__mobile-item:not(.services__desctop-item){
    display: none;
}
.prev-omage-mobile{
    display: none;
}

.dock__wrapper{
    --dock-item-gap: 12px;
    --dock-item-padding-block: 12px;
    --dock-item-padding-inline: 16px;
    --dock-item-min-height: 52px;
    --dock-item-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 100px 0 100px;
    box-sizing: border-box;
}
.dock__wrapper h2{
    font-size: 80px;
    line-height: 60px;
    text-align: center;
    color: #333;
    padding-bottom: 60px;
}
.dock__tabs{
    --dock-tabs-inset: 4px;
    --dock-tabs-gap: 4px;
    --dock-tabs-radius: 16px;
    --dock-tab-radius: 12px;
    position: relative;
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: var(--dock-tabs-gap);
    margin: 0 auto 60px;
    padding: var(--dock-tabs-inset);
    height: 40px;
    box-sizing: border-box;
    border-radius: var(--dock-tabs-radius);
    background: #F0F0F0;
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
}
.dock__tabs-indicator{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: var(--dock-tab-radius);
    background: #333;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1), height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.dock__tab{
    position: relative;
    z-index: 1;
    min-width: 0;
    border: none;
    cursor: pointer;
    font-family: 'TT Firs Neue', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 0 14px;
    border-radius: var(--dock-tab-radius);
    background: transparent;
    color: #333;
    transition: color 0.35s ease;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dock__tab.active{
    background: transparent;
    color: #fff;
}
.dock__panels{
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
}
.dock__wrapper .items{
    grid-row: 1;
    grid-column: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: var(--dock-item-min-height);
    gap: var(--dock-item-gap);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 100%;
    align-self: stretch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}
.dock__wrapper .items.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.dock__wrapper .item{
    border: 1px solid #D9D9D9;
    min-height: var(--dock-item-min-height);
    height: var(--dock-item-min-height);
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: var(--dock-item-radius);
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    transition: border-color 0.2s ease;
    --dock-item-hover: #03d136;
}
.dock__wrapper .item:hover{
    border-color: var(--dock-item-hover);
}
.dock__wrapper .item a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: var(--dock-item-padding-block) var(--dock-item-padding-inline);
    border-radius: inherit;
    text-decoration: none;
}
.dock__wrapper .item h3,
.dock__wrapper .item h3.title{
    font-size: 18px;
    line-height: 22px;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    color: #333;
    margin: 0;
    width: auto;
    padding-bottom: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
}
.dock__wrapper .item img{
    position: static;
    order: -1;
    width: 22px;
    height: auto;
    flex-shrink: 0;
    transition: filter 0.2s ease;
}
.dock__wrapper .item a:hover h3{
    color: var(--dock-item-hover);
}
.dock__wrapper .item a:hover img{
    filter: brightness(0) saturate(100%) invert(58%) sepia(96%) saturate(2472%) hue-rotate(92deg) brightness(103%) contrast(97%);
}
@media (min-width: 1101px){
    .top__wrapper--dock .container.container__mobile{
        z-index: auto;
    }
    .top__wrapper--dock .dock__tabs{
        position: fixed;
        top: 17px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 310;
        margin: 0;
    }
    .top__wrapper--dock .dock__wrapper{
        padding-top: 60px;
    }
}
@media (max-width: 1100px){
    .top__wrapper--dock .dock__tabs{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        z-index: 1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: calc(100% - 2 * var(--page-gutter));
        max-width: none;
        margin: 24px var(--page-gutter) 20px;
        border-radius: var(--dock-tabs-radius);
    }
    .top__wrapper--dock .dock__wrapper{
        padding: 0 0 60px;
    }
    .top__wrapper--dock .dock__panels{
        padding-inline: var(--page-gutter);
        box-sizing: border-box;
    }
    .top__wrapper--dock .container.container__mobile{
        padding-inline: 0;
    }
}
.header__mobile.active{
    background: #FAFAFA;
}
.right__mobile{
    display: none;
}
.header__content .header__logo img,
.footer__logo img{
    width: 173px;
}
.slider.slider__no-bg{
    background-color: transparent;
    background-image: none;
}
.container{
    overflow-x: clip;
}
.header__content-wrapper.scroll{
    background: var(--glass-menu-bg);
    backdrop-filter: var(--glass-menu-blur);
    -webkit-backdrop-filter: var(--glass-menu-blur);
}
.header__menu li:hover a,
.header__menu-button li:hover p{
    color: rgb(255, 76, 17);
}






@media(max-width: 1440px){
    .top__content-bg{
        left: auto;
        right: 0;
        max-width: min(52vw, 700px);
        height: auto;
    }
    .my__scroll-next,
    .my__scroll-prev{
        transform: translate(0);
        left: auto;
    }
    .my__scroll-next{
        right: 20px;
    }
    .my__scroll-prev{
        right: 120px;
    }
}




@media(max-width: 1280px){
    .about__item{
        padding: clamp(25px, 4vw, 40px);
        margin: 0 auto;
    }
    .my__scroll-next,
    .my__scroll-prev{
        transform: translate(0);
        left: auto;
    }
    .my__scroll-next{
        right: 20px;
    }
    .my__scroll-prev{
        right: 120px;
    }
    .top__content-bg{
        display: none;
    }
    .top__content-bg--mobile{
        display: block;
        width: 100%;
    }
    .about__items{
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .accordeon .container{
        display: block;
    }
    .accordeon .container::after{
        width: 0;
        height: 0;
    }
    .accordeon .accordion__content-inner{
        width: calc(100% - 60px);
    }
    .accordeon .accordion__content{
        width: 100%;
        max-width: 670px;
    }
    .accordeon__right{
        width: 100%;
    }
    .top__content{
        padding-bottom: clamp(40px, 6vw, 80px);
    }
    .services__desctop-item--one{
        bottom: 38vw;
        right: 0;
    }
    .services__desctop-item--two{
        bottom: 30vw;
    }
    .services__swirl{
        width: calc(100vw - 30px);
    }
    .services img.services__device{
        width: min(100%, 1000px);
        max-width: 100%;
    }
}




@media(max-width: 1200px){
    .services .container > .services__mobile-item:not(.services__desctop-item){
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        margin-inline: 0;
        position: relative;
        height: auto;
        min-height: auto;
        padding-block: 24px;
        padding-inline: var(--page-gutter);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 20px;
    }
    .services .container > .services__mobile-item:not(.services__desctop-item) + .services__mobile-item:not(.services__desctop-item){
        margin-top: 10px;
    }
    .services__mobile-item.services__desctop-item{
        display: none;
    }
    .services__mobile-item--one{
        background-image: url(../images/services__mobile-item-1.png);
    }
    .services__mobile-item--two{
        background-image: url(../images/services__mobile-item-2.png);
    }
    .services__mobile-item--three{
        background-image: url(../images/services__mobile-item-3.png);
    }
    .services .container > .services__mobile-item:not(.services__desctop-item) .num{
        flex: 0 0 auto;
        font-size: 35px;
        line-height: 1;
        color: #fff;
        padding: 0;
        margin: 0;
        min-width: 28px;
    }
    .services .container > .services__mobile-item:not(.services__desctop-item) .content{
        position: static;
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
        margin-top: 0;
    }
    .services .container > .services__mobile-item:not(.services__desctop-item) .content .title{
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 12px;
        padding: 0;
        color: #fff;
    }
    .services .container > .services__mobile-item:not(.services__desctop-item) .services__hint-tooltip.is-positioned{
        z-index: 1100;
        width: min(280px, calc(100% - 24px));
    }
    .services .container > .services__mobile-item:not(.services__desctop-item) .content .text{
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        max-width: none;
        color: #fff;
    }
    .services a{
        transform: translate(0);
        margin: 30px auto 0;
    }
    .services{
        padding-bottom: 60px;
    }
    .services img.services__device{
        width: 100%;
        max-width: 100%;
    }
    .services__swirl{
        display: none;
    }
}

@media(max-width: 1150px){
    .header__menu ul{
        gap: 15px;
    }
    .slider h3.title{
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .slider .step{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 0 var(--page-gutter) 20px;
    }
    .slider .step__item{
        flex: 0 0 auto;
        width: fit-content;
        max-width: 100%;
        min-width: 0;
        margin: 0;
        align-items: center;
        box-sizing: border-box;
    }
    .slider .step__item .text{
        white-space: normal;
        overflow-wrap: break-word;
        word-break: normal;
        flex: 0 1 auto;
        width: max-content;
        max-width: min(440px, calc(100vw - 140px));
    }
    .step__item .descr{
        right: 50%;
        transform: translate(50%, calc(15px - 100%));
    }
}

@media(max-width: 1080px){
    .partner__cards{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .inform{
        overflow-x: visible;
    }
    .inform__bento{
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .inform__col{
        gap: 24px;
    }
    .inform__col--left .inform__card{
        flex: 0 0 auto;
    }
    .inform__col--center{
        overflow: visible;
    }
    .inform__col--center .inform__card--photo{
        width: 100%;
        max-width: 100%;
        margin-inline: 0;
        min-height: clamp(360px, 130vw, 520px);
        height: auto;
        background: transparent;
        border-radius: var(--slide-radius);
    }
    .inform__col--center .inform__photo{
        min-height: clamp(360px, 130vw, 520px);
        border-radius: var(--slide-radius);
    }
    .inform__col--right .inform__card--status:last-child{
        flex: 0 0 auto;
    }
    .footer__inner{
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas: none;
        column-gap: 20px;
        row-gap: 24px;
        text-align: left;
        align-items: start;
    }
    .footer__docs{
        grid-column: 1;
        grid-row: 3;
        align-items: flex-start;
        align-self: start;
        padding-top: 0;
        gap: 12px;
    }
    .footer__logo{
        margin: 0;
    }
    .footer__social{
        justify-content: flex-start;
    }
    .footer__brand,
    .footer__contacts{
        align-items: flex-start;
    }
    .footer__brand{
        display: contents;
    }
    .footer__logo{
        grid-column: 1;
        grid-row: 1;
    }
    .footer__about{
        grid-column: 1;
        grid-row: 2;
    }
    .footer__contacts{
        grid-column: 2;
        grid-row: 1 / 4;
        gap: 20px;
        align-self: start;
    }
    .footer__copyright{
        grid-column: 1 / -1;
        grid-row: 5;
        width: 100%;
        margin-top: -8px;
        padding-top: 4px;
        text-align: center;
        justify-self: center;
    }
    .footer__registry{
        grid-column: 1 / -1;
        grid-row: 4;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        grid-auto-columns: unset;
        justify-items: stretch;
        gap: 12px;
        width: 100%;
        box-sizing: border-box;
    }
    .footer__badge--cbr{
        grid-column: 1 / -1;
    }
    .footer__badge{
        width: 100%;
        max-width: 100%;
        min-height: 0;
        min-width: 0;
        height: auto;
        grid-template-rows: auto;
    }
    .footer__badge-text{
        grid-row: auto;
        align-self: start;
    }
    .footer__badge--gk .footer__badge-text{
        white-space: normal;
    }
    .footer__badge--cbr,
    .footer__badge--akid,
    .footer__badge--gk{
        max-width: 100%;
        min-width: 0;
    }
    .footer__badge,
    .footer__registry a,
    .footer__text--link{
        max-width: 100%;
        margin-inline: 0;
    }
    .footer__badge{
        text-align: left;
    }
}

@media(max-width: 1100px){
    .container{
        max-width: var(--page-max);
        padding-inline: var(--page-gutter);
        margin-inline: auto;
    }
    .header{
        display: none;
    }
    .header__mobile{
       display: block;
       position: fixed;
       top: 0;
       left: 0;
       right: 0;
       z-index: 300;
       isolation: isolate;
    }
    .header__mobile > .top{
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 15px 15px;
    }
    .header__mobile .logo img{
        width: 160px;
        height: 31px;
    }
    .header__mobile > .top .header__menu-button{
        width: auto;
        min-width: 120px;
        max-width: 180px;
        padding: 10px 16px;
        margin-left: 0;
        flex-shrink: 0;
    }
    .header__mobile > .top .header__menu-button .content{
        right: 0;
        left: auto;
        width: 180px;
    }
    .header__mobile > .top .header__menu-button .content::before{
        left: auto;
        right: 24px;
        transform: rotate(45deg);
    }
    .header__mobile > .top .header__menu-button:focus-within .content,
    .header__mobile > .top .header__menu-button:hover .content{
        display: block;
    }
    .header__menu-button p {
        font-size: 16px;
        line-height: 16px;
    }
    .header__menu-button .top{
        padding: 0;
    }
    .header__menu-button img{
        width: 20px;
        height: 20px;
    }
    .container__mobile{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .top__hero-layout{
        display: block;
    }
    .hero-about-flow > .hero-micro{
        display: none;
    }
    .hero-micro-mobile{
        display: block;
    }
    .top__content-bg{
        display: none;
    }
    .top__content-bg--mobile{
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .top__content .title{
        text-align: center;
        width: max-content;
        margin: 0 auto;
        padding-bottom: 127px;
    }
    .dock__wrapper.top__content .item h3.title{
        text-align: left;
        width: auto;
        margin: 0;
        padding-bottom: 0;
    }
    .top__content .title div{
        flex-direction: column;
        gap: 20px;
    }
    .top__content .title div img{
        margin-right: 0;
    }
    .top__content .title div img {
        display: none;
    }
    .top__content .title div img + img{
        display: block;
    }
    .top__content .title div{
        bottom: 35px;
        left: calc(50%);
        transform: translateX(-50%);
    }
    .top__content .buttons{
        display: flex;
        flex-direction: column;
        gap: clamp(48px, 12vw, 80px);
        --hero-btn-width: clamp(240px, 72vw, 325px);
    }
    .top__content .buttons .hero-btn-wrap{
        display: block;
        margin: 0 auto;
        width: var(--hero-btn-width);
    }
    .top__content .buttons .hero-btn-wrap .hero-btn{
        position: relative;
        z-index: 2;
    }
    .top__content .buttons .hero-btn-wrap .hero-btn__glow{
        top: calc(var(--hero-btn-height) * 1.5);
        transform: translate(-50%, -50%);
    }
    .top__content .buttons .hero-btn-wrap:nth-child(1) .hero-btn-plate{
        animation: hero-button-plate-mobile 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.95s both;
    }
    .top__content .buttons .hero-btn-wrap:nth-child(2) .hero-btn-plate{
        animation: hero-button-plate-mobile 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.1s both;
    }
    .slider h3.title{
        max-width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: clamp(24px, 5vw, 40px);
        text-align: center;
    }
    .my__scroll-next, .my__scroll-prev{
        right: 50%;
        top: -110px;
    }
    .my__scroll-next{
        transform: translateX(90px);
    }
    .my__scroll-prev{
        transform: translateX(-10px);
    }
    .inform__bento{
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .inform__col{
        gap: 24px;
    }
    .inform__col--left .inform__card{
        flex: 0 0 auto;
    }
    .inform__col--center{
        overflow: visible;
    }
    .inform__col--center .inform__card--photo{
        width: 100%;
        max-width: 100%;
        margin-inline: 0;
        min-height: clamp(360px, 130vw, 520px);
        height: auto;
        background: transparent;
        border-radius: var(--slide-radius);
    }
    .inform__col--center .inform__photo{
        min-height: clamp(360px, 130vw, 520px);
        border-radius: var(--slide-radius);
    }
    .inform__col--right .inform__card--status:last-child{
        flex: 0 0 auto;
    }
    .top__content-absolute{
        width: max-content;
    }
    .right__desctop{
        display: none;
    }
    .right__mobile{
        display: block;
    }
    .dock__wrapper h2.title{
        padding-bottom: 50px;
    }
    .dock__tabs{
        width: calc(100% - 2 * var(--page-gutter));
        max-width: none;
        margin: 0 var(--page-gutter) 20px;
    }
    .dock__tab{
        font-size: 14px;
        line-height: 1.2;
        padding: 0 12px;
    }
    .top__content .title h1{
        max-width: calc(100% - 30px);
        margin: 40px auto 0;
        text-align: center;
    }
    .header__mobile.scroll{
        background: var(--glass-menu-bg);
        backdrop-filter: var(--glass-menu-blur);
        -webkit-backdrop-filter: var(--glass-menu-blur);
    }
    .top__wrapper{
        padding-top: 61px;
    }
    .header__content-wrappers{
        display: none;
    }
    .footer{
        padding: 56px 0 64px;
        border-radius: 40px 40px 0 0;
    }
    .footer__inner{
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-areas: none;
        column-gap: 20px;
        row-gap: 24px;
        text-align: left;
        align-items: start;
    }
    .footer__docs{
        grid-column: 1;
        grid-row: 3;
        align-items: flex-start;
        align-self: start;
        padding-top: 0;
        gap: 12px;
    }
    .footer__logo{
        margin: 0;
    }
    .footer__logo img{
        width: var(--header-logo-width);
    }
    .footer__social{
        justify-content: flex-start;
    }
    .footer__brand,
    .footer__contacts{
        align-items: flex-start;
    }
    .footer__brand{
        display: contents;
    }
    .footer__logo{
        grid-column: 1;
        grid-row: 1;
    }
    .footer__about{
        grid-column: 1;
        grid-row: 2;
    }
    .footer__contacts{
        grid-column: 2;
        grid-row: 1 / 4;
        gap: 20px;
        align-self: start;
    }
    .footer__copyright{
        grid-column: 1 / -1;
        grid-row: 5;
        width: 100%;
        margin-top: -8px;
        padding-top: 4px;
        text-align: center;
        justify-self: center;
    }
    .footer__registry{
        grid-column: 1 / -1;
        grid-row: 4;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        grid-auto-columns: unset;
        justify-items: stretch;
        gap: 12px;
        width: 100%;
        box-sizing: border-box;
    }
    .footer__badge--cbr{
        grid-column: 1 / -1;
    }
    .footer__badge{
        width: 100%;
        max-width: 100%;
        min-height: 0;
        min-width: 0;
        height: auto;
        grid-template-rows: auto;
    }
    .footer__badge-text{
        grid-row: auto;
        align-self: start;
    }
    .footer__badge--gk .footer__badge-text{
        white-space: normal;
    }
    .footer__badge--cbr,
    .footer__badge--akid,
    .footer__badge--gk{
        max-width: 100%;
        min-width: 0;
    }
    .footer__registry a,
    .footer__operator,
    .footer__badge,
    .footer__text--link{
        max-width: 100%;
        margin: 0;
    }
    .footer__docs{
        gap: 12px;
    }
    .footer__docs a{
        font-size: 14px;
        line-height: 19px;
        font-weight: 500;
        text-align: left;
    }
    .footer__docs a[href="/dock#documents"]{
        white-space: nowrap;
    }
    .footer__label,
    .footer__text,
    .footer__text--link{
        text-align: left;
    }
    .my__slider-container--marquee{
        --slider-edge-fade: 15px;
    }
}

@media (min-width: 769px) and (max-width: 1100px){
    .container.container__mobile{
        padding-inline: var(--page-gutter);
    }
    .top__hero-layout{
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 38%);
        align-items: center;
        gap: clamp(20px, 3vw, 36px);
    }
    .top__content{
        padding-bottom: clamp(32px, 5vw, 56px);
    }
    .top__content .title{
        width: max-content;
        max-width: 100%;
        margin: 0;
        padding-bottom: clamp(56px, 9vw, 88px);
        text-align: left;
    }
    .top__content .title h1{
        max-width: none;
        margin: 0;
        text-align: left;
    }
    .top__content .title div{
        bottom: 14px;
        left: auto;
        right: 0;
        transform: none;
        flex-direction: row;
        gap: 0;
    }
    .top__content .title div img{
        display: block;
        margin-right: 15px;
    }
    .top__content .title div img + img{
        display: none;
    }
    .top__content .title div p{
        text-align: left;
    }
    .top__content .buttons{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: clamp(16px, 2.5vw, 28px);
        --hero-btn-width: clamp(200px, 28vw, 280px);
    }
    .top__content .buttons .hero-btn-wrap{
        margin: 0;
    }
    .services__stage{
        width: min(100%, 1000px);
        margin-top: clamp(40px, 6vw, 64px);
    }
    .services img.services__device{
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .inform__col--center .inform__card--photo,
    .inform__col--center .inform__photo{
        min-height: clamp(320px, 52vw, 460px);
    }
    .about .top__title{
        padding-bottom: clamp(32px, 5vw, 48px);
    }
    .slider h3.title{
        margin-bottom: clamp(28px, 4vw, 44px);
    }
}

@media (min-width: 1081px){
    .inform__col--left .inform__card{
        flex: 1 1 0;
        min-height: 0;
    }
}



@media(max-width: 768px){
    .top__hero-aside{
        margin-bottom: clamp(-56px, -11vw, -32px);
        padding-bottom: clamp(100px, 24vw, 160px);
        overflow: visible;
    }
    .top__hero-aside .registry-cards--hero{
        position: relative;
        z-index: 2;
        margin-bottom: 0;
    }
    .hero-micro-mobile{
        position: absolute;
        left: 50%;
        bottom: clamp(-40px, -8vw, -24px);
        transform: translateX(calc(-50% - 36px)) scale(1.35);
        transform-origin: center bottom;
        z-index: 1;
        width: min(calc(100vw - 2 * var(--page-gutter)), 520px);
        max-width: none;
        margin: 0;
    }
    .hero-about-flow > .about{
        position: relative;
        z-index: 2;
        margin-top: clamp(-88px, -24vw, -48px);
    }
    .about__item {
        padding: 30px;
    }
    .partner__cards{
        grid-template-columns: 1fr;
    }
    .partner-card__header{
        flex-wrap: wrap;
        gap: 12px;
    }
    .container{
        overflow-x: clip;
    }
    .top__content .title{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .dock__panels{
        min-height: 0;
    }
    .dock__wrapper .items{
        grid-template-columns: 1fr;
        grid-auto-rows: var(--dock-item-min-height);
    }
    .dock__wrapper .item h3{
        font-size: 18px;
        line-height: 22px;
        margin-top: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .dock__wrapper .item a{
        gap: 12px;
    }
    .dock__wrapper .item{
        min-height: var(--dock-item-min-height);
        height: var(--dock-item-min-height);
        padding: 0;
    }
    .text-container{
        max-height: clamp(240px, 40vh, 320px);
    }
    .accordeon{
        padding-bottom: clamp(48px, 10vw, 80px);
    }
}







@media(max-width: 666px){
    .top__content .title h1{
        font-size: 30px;
        line-height: 35px;
        max-width: calc(100% - 30px);
        margin-inline: auto;
        text-align: center;
    }
    .top__content .title div p{
        font-size: 16px;
        line-height: 16px;
    }
    .top__content-bg--mobile {
        padding: 40px 0 0;
    }
    .top__content{
        padding-bottom: 0;
    }
    .about{
        padding: var(--page-gutter);
        padding-top: calc(var(--page-gutter) + 8px);
        margin-inline: var(--page-gutter);
        margin-bottom: var(--page-gutter);
        width: auto;
        max-width: calc(100% - 2 * var(--page-gutter));
        box-sizing: border-box;
    }
    .about > .container{
        padding-inline: 0;
        width: 100%;
        max-width: 100%;
        overflow-x: visible;
    }
    .about .top__title{
        padding-bottom: 20px;
    }
    .about__item-image{
        width: 58px;
        height: 58px;
    }
    .about__item{
        padding: 25px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: visible;
    }
    .about__item .about__item-image{
        top: -22px;
        right: 0;
        width: 58px;
        height: 58px;
    }
    .about__item + .about__item .about__item-image{
        top: -14px;
        right: 0;
    }
    .about__item a img{
        width: 100%;
        max-width: 100%;
    }
    .about__item-header{
        padding-bottom: 0;
        padding-right: 68px;
    }
    .about__item p.title{
        font-size: 25px;
        line-height: 25px;
        padding-bottom: 20px;
    }
    .about__item p.subtitle{
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 15px;
    }
    .about__option-content p,
    .about__option-line{
        font-size: 15px;
    }
    .services h4.subtitle{
        font-size: 18px;
        line-height: 1.2;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    .services h3{
        font-size: 25px;
        line-height: 25px;
        padding: 0;
    }
    .services h3 img{
        width: 22px;
        height: 22px;
    }
    .about{
        border-radius: 40px;
    }
    .services{
        padding: 30px var(--page-gutter) 60px;
    }
    .services__stage{
        margin-top: 48px;
    }
    .services img.services__device{
        transform: translateY(-12px);
    }
    .services .top__text{
        font-size: 18px;
        line-height: 18px;
    }
    .services a img{
        width: calc(100% - 30px);
    }
    .services a{
        transform: translate(0);
        margin-top: 30px;
    }
.my__scroll-prev:after,
.my__scroll-next:after{
    width: 9px;
    height: 15px;
}
.my__scroll-button{
    width: 44px;
    height: 44px;
}
.my__scroll-prev {
    transform: translateX(-5px);
}
.my__scroll-next {
    transform: translateX(50px);
}
.my__scroll-slide{
    flex: 0 0 var(--slide-width);
    min-width: var(--slide-width);
    height: auto;
    border-radius: var(--slide-radius);
    overflow: hidden;
}
.my__scroll-slide img{
    border-radius: 0;
}
.slider h3.title,
.slider h4.subtitle{
    font-size: 30px;
    line-height: 35px;
}
.slider{
    padding-top: 60px;
    padding-bottom: 30px;
    padding-inline: 0;
}
.slider > .container{
    padding-inline: var(--page-gutter);
}
.slider h4.subtitle{
    padding: 80px 0 30px;
    max-width: 300px;
    margin: 0 auto;
}
.slider{
    border-radius: 40px;
}
.inform__card{
    padding: 25px;
    border-radius: var(--slide-radius);
}
.inform__card--mission{
    gap: clamp(12px, 1.5vw, 20px);
}
.inform__mission-text{
    margin-top: 0;
}
.inform__tag-list{
    display: flex;
    flex-wrap: wrap;
    gap: clamp(4px, 1.2vw, 8px);
    width: 100%;
}
.inform__tag-list li{
    width: fit-content;
    max-width: 100%;
    font-size: clamp(10px, 2.8vw, 13px);
    line-height: 1.25;
    padding: clamp(5px, 1.5vw, 7px) clamp(8px, 2.5vw, 12px);
    text-align: left;
    white-space: nowrap;
}
.inform__brief,
.inform__mission-text,
.inform__leader-bio,
.inform__leader-role,
.inform__status-text{
    font-size: 15px;
    line-height: 1.35;
}
.inform .container{
    padding: 0 0 30px;
}
.partner h3.title{
    padding: 50px 0 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.partner{
    padding-bottom: 30px;
}
.partner .container{
    padding-bottom: 20px;
}
.accordeon .title{
    font-size: 16px;
    line-height: 1.35;
    padding: 14px 16px;
}
.accordeon .accordion__content-inner p,
.accordeon .accordion__container.active p{
    font-size: 15px;
    line-height: 22px;
}
.accordion__left-title{
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 30px;
    text-align: center;
}
.accordeon{
    padding-bottom: clamp(48px, 10vw, 80px);
}
.slider__news .subtitle{
    max-width: 250px;
    margin: 0 auto;
}
.dock__wrapper h2{
    font-size: var(--text-lg);
    line-height: var(--leading-lg);
    padding-bottom: 30px;
}
.dock__tabs{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    width: calc(100% - 2 * var(--page-gutter));
    max-width: none;
    margin: 0 var(--page-gutter) 20px;
    gap: var(--dock-tabs-gap);
    height: 40px;
}
.dock__tab{
    font-size: 13px;
    line-height: 1.15;
    padding: 0 8px;
    white-space: normal;
    text-align: center;
}
.dock__wrapper{
    padding: 16px 0 60px;
    box-sizing: border-box;
    width: 100%;
}
.dock__panels{
    min-height: 0;
    width: 100%;
    padding-inline: var(--page-gutter);
    box-sizing: border-box;
}
.dock__wrapper .items {
    grid-template-columns: 1fr;
    grid-auto-rows: var(--dock-item-min-height);
}
.dock__wrapper .item h3{
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dock__wrapper .item a{
    gap: 12px;
}
.dock__wrapper .item{
    min-height: var(--dock-item-min-height);
    height: var(--dock-item-min-height);
    padding: 0;
}
.footer{
    border-radius: 30px 30px 0 0;
    background-image: url(../images/footer-bg-mobile.jpg);
}
.inform__card--photo,
.slider.slider__news,
.about{
    border-radius: 30px;
}
.slider.slider__news{
    background-position: center;
}
.about{
    background-image: none;
    background-position: bottom;
    background-size: cover;
}
.about__items{
    gap: 40px;
}
.slider{
    padding-top: 60px;
    padding-bottom: 30px;
    padding-inline: 0;
}
.slider > .container{
    padding-inline: var(--page-gutter);
}
    .about__option-line--desktop{
        display: none;
    }
    .about__option-line--mobile{
        display: block;
    }
.my__scroll-slide{
    position: relative;
    border-radius: var(--slide-radius);
    overflow: hidden;
}
.slider .step{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 var(--page-gutter) 10px;
    width: 100%;
    box-sizing: border-box;
}
.slider .step__item{
    border-radius: 16px;
    padding: 14px;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 108px;
    height: auto;
    flex: unset;
    justify-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    position: relative;
    box-sizing: border-box;
}
.slider .step__item:first-child{
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    min-height: auto;
}
.slider .step__item.step__item-index{
    width: 100%;
    max-width: none;
    flex: unset;
    padding-right: 16px;
}
.slider .step__item--hint{
    padding: 14px;
    background: #D6D6D6;
    box-shadow: 0px 0px 92px -31px #FFFFFF40 inset;
}
.slider .step__item--hint:hover,
.slider .step__item--hint.step__item-hover,
.slider .step__item--hint.step__item--open{
    background: #D6D6D6;
    box-shadow: 0px 0px 92px -31px #FFFFFF40 inset;
}
.slider .step__item--hint > img,
.slider .step__item--hint .step__hint-trigger{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 14px;
    height: 14px;
    padding: 3px;
}
.slider .step__item--hint .descr__text,
.slider .step__item--hint .descr__text-noline{
    width: auto;
    max-width: 100%;
    color: #B9B9B9;
    font-size: 13px;
    line-height: 16px;
}
.slider .step__item--hint:hover .descr:not(.is-positioned){
    display: none;
}
.slider .step__item--hint.step__item--open{
    z-index: 10;
}
.slider .step__item--hint.step__item--open .descr,
.slider .step__item--hint.step__item--open .descr.is-positioned{
    display: block;
    position: fixed;
    z-index: 1100;
    width: min(260px, calc(100vw - 24px));
    padding: 16px;
    transform: none;
    inset: auto;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
}
.slider .step__item--hint .descr.is-positioned.descr--below::after{
    bottom: auto;
    top: -6px;
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.08);
}
.slider .step__item:has(> img):not(.step__item--hint){
    max-width: none;
    padding-right: 36px;
}
.slider .step__item--hint .num{
    width: auto;
    min-width: 42px;
    max-width: 42px;
    margin: 0 auto;
    align-self: center;
    text-align: center;
}
.slider .step__item--hint .text{
    width: 100%;
    margin: 0;
    align-self: center;
    text-align: center;
}
.slider .step__item .num{
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    min-width: 42px;
    max-width: 42px;
    padding: 8px 0;
    border-radius: 14px;
    flex-shrink: 0;
}
.slider .step__item:not(.step__item--hint) > img{
    position: absolute;
    top: 14px;
    right: 14px;
}
.slider .step__item .text{
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
}
.slider .step__item:first-child .text{
    flex: unset;
    width: 100%;
    text-align: center;
}
@media (min-width: 667px){
    .slider .step__item--hint{
        padding: 25px;
        padding-right: 48px;
    }
    .slider .step__item--hint .num{
        margin: 0 25px 0 0;
        align-self: center;
    }
    .slider .step__item--hint .text{
        flex: 0 1 auto;
        width: max-content;
        max-width: 440px;
        text-align: left;
        align-self: center;
    }
}
.my__scroll-slide img{
    border-radius: 0;
}
.my__scroll-slide::after{
    position: absolute;
    content: '';
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    pointer-events: none;
}
.my__scroll-slide p{
    z-index: 2;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.15;
}

}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 10, 10, 0.67); /* #0B0A0AAB */
    z-index: 98; /* Меньше чем у мобильного меню */
}

.mobile-menu-overlay.active {
    display: block;
}

/* Убедитесь, что мобильное меню имеет z-index больше чем у оверлея */
.header__mobile .header__mobile-content {
    z-index: 99;
}

.header__mobile {
    z-index: 300;
}

.header__mobile-content {
    position: absolute;
    width: 100%;
    background: #FAFAFA; /* Добавляем фон для меню */
    transform: translateY(-1000%);
    transition: transform 1s ease;
}

.header__mobile-content.active {
    transform: translateY(-107px);
    background: #FAFAFA;
    z-index: 99;
}

/* Убираем старые закомментированные стили */
/* body.active div{
    background: #0B0A0AAB;
    opacity: .67;
}
body.active  div.header__mobile.active{
    background: #FAFAFA;
    border-radius: 0 0 30px 30px;
    opacity: 1;
} */

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.registry-cards{
    position: relative;
    width: 100%;
}
.registry-cards--hero{
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    overflow: visible;
}
.registry-cards--hero .registry-cards__scene{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px 12px;
    aspect-ratio: auto;
    perspective: none;
}
.registry-cards__scene{
    position: relative;
    width: 100%;
    aspect-ratio: 460 / 691;
    perspective: 1100px;
    perspective-origin: 50% 40%;
    z-index: 1;
}
.registry-cards__card{
    position: absolute;
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease, filter 0.3s ease;
    z-index: 1;
}
.registry-cards__card img{
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 16px 28px rgba(20, 20, 30, 0.2)) drop-shadow(0 4px 10px rgba(20, 20, 30, 0.1));
}
.registry-cards--hero .registry-cards__card{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 68%;
}
.registry-cards--hero .registry-cards__card--cbr{
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    width: 136%;
    z-index: 1;
    transform: rotate(-3deg);
}
.registry-cards__card--cbr{
    width: 68%;
    top: -9%;
    right: 40%;
    z-index: 1;
    transform: rotate(-3deg);
}
.registry-cards__card--cbr img{
    filter:
        drop-shadow(0 18px 30px rgba(167, 238, 172, 0.5))
        drop-shadow(0 6px 14px rgba(133, 231, 197, 0.35));
}
.registry-cards__card--cbr:hover{
    transform: rotate(-4deg) translateY(-6px);
}
.registry-cards__card--cbr:hover img{
    filter:
        drop-shadow(0 24px 36px rgba(167, 238, 172, 0.58))
        drop-shadow(0 8px 16px rgba(133, 231, 197, 0.42));
}
.registry-cards--hero .registry-cards__card--gk{
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    width: 136%;
    margin-left: -24px;
    z-index: 2;
    transform: rotate(2deg);
}
.registry-cards__card--gk{
    width: 68%;
    top: 22%;
    right: -8%;
    z-index: 2;
    transform: rotate(2deg);
}
.registry-cards__card--gk img{
    filter:
        drop-shadow(0 18px 30px rgba(251, 184, 102, 0.5))
        drop-shadow(0 6px 14px rgba(253, 202, 90, 0.35));
}
.registry-cards__card--gk:hover{
    transform: rotate(2deg) translateY(-6px);
}
.registry-cards__card--gk:hover img{
    filter:
        drop-shadow(0 24px 36px rgba(251, 184, 102, 0.58))
        drop-shadow(0 8px 16px rgba(253, 202, 90, 0.42));
}
.registry-cards--hero .registry-cards__card--akid{
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    margin-top: -14px;
    z-index: 3;
    transform: rotate(-4deg);
}
.registry-cards__card--akid{
    width: 72%;
    top: 54%;
    left: -14%;
    right: auto;
    z-index: 3;
    transform: rotate(-4deg);
}
.registry-cards__card--akid img{
    filter:
        drop-shadow(0 18px 30px rgba(119, 139, 255, 0.5))
        drop-shadow(0 6px 14px rgba(94, 199, 255, 0.35));
}
.registry-cards__card--akid:hover{
    transform: rotate(-4deg) translateY(-6px);
}
.registry-cards__card--akid:hover img{
    filter:
        drop-shadow(0 24px 36px rgba(119, 139, 255, 0.58))
        drop-shadow(0 8px 16px rgba(94, 199, 255, 0.42));
}
.registry-cards__card:hover img{
    filter: drop-shadow(0 22px 34px rgba(20, 20, 30, 0.26)) drop-shadow(0 6px 12px rgba(20, 20, 30, 0.14));
}
@media (prefers-reduced-motion: reduce){
    .registry-cards__card{
        transition: none;
    }
}
@media (max-width: 1100px){
    .registry-cards--hero{
        width: calc(100% - 2 * var(--page-gutter));
        max-width: none;
        margin: clamp(24px, 6vw, 40px) auto 0;
        box-sizing: border-box;
    }
    .registry-cards--hero .registry-cards__scene{
        gap: clamp(4px, 1.2vw, 8px) clamp(6px, 2vw, 12px);
        width: 100%;
    }
    .registry-cards--hero .registry-cards__card--cbr,
    .registry-cards--hero .registry-cards__card--gk{
        width: 100%;
        max-width: 100%;
    }
    .registry-cards--hero .registry-cards__card--akid{
        width: calc((100% - clamp(4px, 1.5vw, 12px)) / 2);
        max-width: calc((100% - clamp(4px, 1.5vw, 12px)) / 2);
    }
    .registry-cards--hero .registry-cards__card img{
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
@media (min-width: 769px) and (max-width: 1100px){
    .registry-cards--hero{
        width: 100%;
        margin: 0 0 0 auto;
    }
}
@media (max-width: 768px){
    .registry-cards--hero{
        width: min(calc(100vw - 2 * var(--page-gutter)), 520px);
        max-width: min(calc(100vw - 2 * var(--page-gutter)), 520px);
        margin-inline: auto;
    }
    .registry-cards--hero .registry-cards__scene{
        gap: clamp(4px, 1.5vw, 8px) clamp(4px, 1.5vw, 10px);
    }
}


