:root {
    --m-dark-grey: #A0A0A0;
    --m-light-grey: #F5F5F5;
    --m-red: #E31E29;
}

@font-face {
    font-family: 'System85MonoPro-Medium';
    src: url('/fonts/System85MonoPro-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'System85MonoPro-Medium', sans-serif;
    background: #DCDCDC;
    color: #32558C;
    min-height: 3000px;
}

.container {
    /*max-width: 1440px;*/
    max-width: 100%;;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}


.header {

}
.header__wrapper {
    padding: 28px 0;
}
.header__menu {
    gap: 10px;
}
.header__menu-item {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: -.05em;
    border-radius: 20px;
    height: 30px;
    padding: 0 15px;
    cursor: pointer;
}
.header__menu-item:hover {
    background: #fff;
}
.header__languages {

}
.header__language {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: -.05em;
    border-radius: 20px;
    height: 30px;
    padding: 0 15px;
}
.header__language_active {
    background: #fff;
}


.hero {
    padding-top: 215px;
}
.hero__logo {
    position: relative;
    aspect-ratio: 672 / 274;
}
.hero__logo-part {

}
.hero__logo-part_1 {
    background: url(/img/logo_a.svg) no-repeat left top / contain;
    width: 27.5%;
    aspect-ratio: 185 / 192;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.hero__logo-part_2 {
    background: url(/img/logo_b.svg) no-repeat right top / contain;
    width: 68.5%;
    aspect-ratio: 460 / 192;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.hero__logo-part_3 {
    background: url(/img/face.png) no-repeat left top / contain;
    width: 11vw;
    aspect-ratio: 158 / 213;
    position: absolute;
    bottom: 0;
    left: 13%;
    z-index: 2;
}
.hero__logo-part_4 {
    background: url(/img/circles.png) no-repeat left top / contain;
    width: 6.5vw;
    aspect-ratio: 95 / 51;
    position: absolute;
    bottom: 0;
    left: 28.5%;
    z-index: 3;
}
.hero__text {
    background: url(/img/hero_waves.svg) no-repeat right top / contain;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.05em;
}


.top-slider {
    margin-top: 150px;
}
.top-slider__wrapper {
    background: #fff;
    border-radius: 25px;
    height: 523px;
}














