@font-face {
    font-family: 'suissentl';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/suissentl/suissentl_regular.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'suissentl';
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/suissentl/suissentl_medium.woff2');
    font-display: swap;
}

@font-face {
    font-family: 'suissentl';
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/suissentl/suissentl_bold.woff2');
    font-display: swap;
}

body {
    background: #F9F3F3;
    font-family: 'suissentl', sans-serif;
    font-size: 18px;
    color: #1C1C1C;
}

@media (max-width: 767.98px) {



}

.header {
    padding: 25px 0;
}
.header__logo {

}
.header__logo img {
    width: 200px;
}
.header__lang {
    display: block;
}
.header__lang img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@media (max-width: 767.98px) {

    .header {
        padding: 20px 0;
    }
    .header__logo img {
        width: 150px;
    }
    .header__lang img {
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

}

.hero {
    position: relative;
}
.hero h1 {
    font-size: 72px;
    font-weight: 500;
    letter-spacing: -2.16px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.hero img {
    width: 100%
}

@media (max-width: 767.98px) {

    .hero h1 {
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -.96px;
    }

}

.about {
    margin: 50px 0;
}
.about img {
    width: 100%;
    border-radius: 20px;
}
.about__text {
    text-align: center;
}
.about__text h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -.72px;
}
.about__text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.01em;
    margin-top: 20px;
}
.about__text span {
    color: #7A74CA;
}

@media (max-width: 767.98px) {

    .about img {
        margin-bottom: 35px;
    }

}

.features {
    margin: 50px 0;
}
.features img {
    width: 100%;
    border-radius: 20px;
}

@media (max-width: 575.98px) {



}

.manufacture {
    margin: 50px 0;
    position: relative;
}
.manufacture__slide {
    position: relative;
}
.manufacture__slide-title {
    font-size: 55px;
    font-weight: 500;
    letter-spacing: -2.16px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 15%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.manufacture img {
    width: 100%;
    border-radius: 20px;
}

@media (max-width: 767.98px) {

    .manufacture__slide-title {
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -.96px;
    }

}

.footer {
    margin: 50px 0;
}
.footer__contacts a {
    color: #1C1C1C;
}





