* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/wp-content/themes/hightechplant/assets/fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/wp-content/themes/hightechplant/assets/fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/wp-content/themes/hightechplant/assets/fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Ubuntu';
    background: #000415;
}

a {
    text-decoration: none;
    color: #FFF;

}

ul {
    list-style-type: none;
}

pre {
    font-size: 20px;
    color: white;
}

.site-wrapper {
    overflow: hidden;
}

.container {
    max-width: 1440px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
}

.block {
    padding: 60px 0;
}

.scroll-block {
    position: fixed;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.btn {
    display: block;
    width: fit-content;
    padding: 15px 16px;
    border-radius: 10px;
    background: #FFF;
    color: #000415;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    transition: all 0.3s;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.btn p {
    position: relative;
    z-index: 3;
    transition: all 0.3s;
}

.btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, #2AE2F8 0%, #031D95 102.53%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.btn:hover::before {
    z-index: 1;
    opacity: 1;
}

.btn:hover p {
    color: white;
}

.title {
    color: #2AE2F8;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    /* 36.8px */
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

.header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
}

.header__wrapper {
    margin-top: 12px;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid var(--white-10, rgba(255, 255, 255, 0.10));
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 0;
}

.header__logo img {
    height: 100%;
}

.header__lists {
    display: flex;
}

.header__li a {
    padding: 0 12px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    transition: all 0.3s;
}

.header__li a:hover {
    color: rgba(255, 255, 255, 0.40);
}

.header__li:last-child a {
    border: none;
}

.header__btns {
    display: flex;
    gap: 8px;
    align-items: center;
}

.header__langs {
    padding: 0 12px;
    position: relative;
}

.header__lang-list {
    position: absolute;
    left: 9px;
    bottom: -74px;
    display: none;
    padding: 12px;
    gap: 6px;
    border-radius: 8px;
    background: #FFF;
}

.header__lang-list_active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header__lang {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.header__lang-str {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
    text-transform: uppercase;
}


.header__lang-list .header__lang-str {
    color: #000415;
    transition: all 0.3s;
}

.header__lang-list .header__lang-str:hover {
    color: rgba(0, 4, 21, 0.60);
}

main {
    padding-top: 70.35px;
}

.hero {
    margin-top: 40px;
    position: relative;
}

.hero__rifht-elips {
    position: absolute;
    right: -203px;
    bottom: -17px;
    width: 567px;
    height: 567px;
    border-radius: 567px;
    background: #2AE2F8;
    filter: blur(300px);
    /* -webkit-backdrop-filter: blur(300px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.hero__left-elips {
    width: 592px;
    height: 592px;
    position: absolute;
    left: -320px;
    bottom: -160px;
    border-radius: 592px;
    background: #031D95;
    filter: blur(300px);
    /* -webkit-backdrop-filter: blur(300px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.hero__left {
    max-width: 744px;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 4;
}

.hero__wrapper {
    display: flex;
    gap: 20px;
    height: 179px;
}

.hero__title {
    color: #2AE2F8;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    /* 41.4px */
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.hero__subtitle {
    margin-top: 4px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 33.6px */
}

.hero__subtitle.mobile {
    display: none;
}

.hero__btn {
    margin-top: 24px;
}

.hero__right {
    position: relative;
    z-index: 4;
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero__right img {
    width: 202px;
    height: 223px;
}

.hero__image {
    animation: jump 5s ease-in-out infinite;
    transform: translateZ(0);
}

@keyframes jump {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.descriptions {
    padding-top: 52px;
}

.descriptions__wrapper {
    display: flex;
    z-index: 5;
    gap: 115px;
    /* height: 375px; */
    /* overflow: hidden; */
    position: relative;
}

.descriptions-pagination {
    z-index: -1;
    opacity: 0;
    position: absolute;
}

.swiper-pagination-bullet {
    background: white;
}

.descriptions__lists {
    width: 575px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.descriptions__li {
    position: relative;
    z-index: 5;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    cursor: pointer;
    transition: all 0.3s;
    transform: translateZ(0);
    will-change: height;
}

.descriptions__li-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.descriptions__li-container {
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease;
    transform: translateZ(0);
    will-change: height, margin-top;
}

.descriptions__li-content {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 608px;
    transform: translateZ(0);
    position: relative;
    z-index: 5;
}

.descriptions__btn-tablet {
    display: none;
}

.descriptions__text {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Ubuntu;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 25px */
}

.descriptions__wrapper-btn {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    padding: 2px;
    border-radius: 8px;
}

.descriptions__wrapper-btn::after {
    content: url(/wp-content/themes/hightechplant/assets/images/btn-bg.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.descriptions__li:hover .descriptions__wrapper-btn::after,
.functions__item:hover .descriptions__wrapper-btn::after {
    opacity: 1;
}

.descriptions__btn {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.descriptions__btn::before {
    content: url(/wp-content/themes/hightechplant/assets/images/plus.svg);
    width: 24px;
    height: 24px;
}

.descriptions__li_active .descriptions__btn::before,
.functions__item_active .descriptions__btn::before {
    content: url(/wp-content/themes/hightechplant/assets/images/minus.svg);
}

.descriptions__items {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.descriptions__item {
    color: var(--80, rgba(255, 255, 255, 0.80));
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.descriptions__item_active {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.descriptions__swiper {
    width: 100%;
    height: 100%;
}

.descriptions__item ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.descriptions__item li {
    position: relative;
    margin-left: 12px;
}

.descriptions__item ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: #FFF;
    position: absolute;
    top: 8px;
    left: -10px;
}

.functions {
    position: relative;
}

.functions__elips-left {
    width: 722px;
    height: 722px;
    position: absolute;
    z-index: 1;
    left: -320px;
    top: 70px;
    border-radius: 722px;
    background: #031D95;
    filter: blur(400px);
    /* -webkit-backdrop-filter: blur(400px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.functions__elips-left-2 {
    width: 567px;
    height: 567px;
    position: absolute;
    z-index: 1;
    left: -356px;
    bottom: -336px;
    border-radius: 567px;
    background: #2AE2F8;
    filter: blur(350px);
    /* -webkit-backdrop-filter: blur(350px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.functions__elips-right {
    width: 722px;
    height: 722px;
    border-radius: 722px;
    background: #031D95;
    filter: blur(350px);
    /* -webkit-backdrop-filter: blur(350px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
    position: absolute;
    z-index: 1;
    right: -357px;
    bottom: 0px;
}

.functions__descr {
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 700px;
}

.functions__descr li {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 25px */
}

.functions__wrapper {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.functions__images {
    width: 670px;
    height: 640px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.functions__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.functions__img_active {
    opacity: 1;
    z-index: 1;
}

.functions__lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 3;
    will-change: height;
    transform: translateZ(0);
}

.functions__item {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--white-10, rgba(255, 255, 255, 0.10));
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    cursor: pointer;
    transition: all 0.3s;
    transform: translateZ(0);
    will-change: height;
}

.functions__item-img {
    display: none;
}

.functions__item-titles {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.functions__item-name {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 26.4px */
}

.functions__item-content {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    /* 22.4px */
}

.functions__item-content ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.functions__item-content ul li {
    position: relative;
    margin-left: 12px;
}

.functions__item-content ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: #FFF;
    position: absolute;
    top: 8px;
    left: -10px;
}

.functions__item-container {
    height: 0;
    overflow: hidden;
    transition: all 0.2s;
    transform: translateZ(0);
    will-change: height;
}

.about__wrapper {
    position: relative;
    z-index: 2;
}

.about__descr {
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    max-width: 1040px;
    /* 25px */
}


.about__container {
    position: relative;
    z-index: 5;
    padding: 80px 0px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    transform: translateZ(0);
}

.about__bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--white-10, rgba(255, 255, 255, 0.10));
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(10px);
    /* -webkit-backdrop-filter: blur(10px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.about__elips-1 {
    position: absolute;
    z-index: 1;
    width: 354px;
    height: 354px;
    position: absolute;
    left: -150px;
    top: -215px;
    border-radius: 354px;
    background: #2AE2F8;
    filter: blur(150px);
    /* -webkit-backdrop-filter: blur(150px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.about__elips-2 {
    width: 354px;
    height: 354px;
    position: absolute;
    left: -97px;
    bottom: -151px;
    border-radius: 354px;
    background: #031D95;
    filter: blur(150px);
    /* -webkit-backdrop-filter: blur(150px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.about__elips-3 {
    width: 354px;
    height: 354px;
    position: absolute;
    right: -210px;
    bottom: -140px;
    border-radius: 354px;
    background: #2AE2F8;
    filter: blur(150px);
    /* -webkit-backdrop-filter: blur(150px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.projects {
    position: relative;
    padding: 80px 0;
}

.projects__elips {
    position: absolute;
    z-index: 1;
    width: 456px;
    height: 456px;
    left: -130px;
    top: -110px;
    border-radius: 456px;
    background: #031D95;
    filter: blur(250px);
    /* -webkit-backdrop-filter: blur(250px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.projects .container {
    position: relative;
    z-index: 4;
}

.projects__descr {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 25px */
}

.slider-btns {
    display: flex;
    gap: 8px;
    width: fit-content;
}

.slider-btn-wrapp {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    padding: 2px;
    position: relative;
}

.slider-btn-wrapp::after {
    content: url(/wp-content/themes/hightechplant/assets/images/btn-bg.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.slider-btn-wrapp:hover::after {
    opacity: 1;
}

.slider-btn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    cursor: pointer;
    transition: all 0.3s;

}

.slider-btn:hover {
    border-color: linear-gradient(180deg, #2AE2F8 0%, #031D95 102.53%);
}

.projects__btns {
    margin: 0 auto;
    margin-top: 40px;
}

.projects__items {
    margin-top: 40px;
    overflow: hidden;
}

.projects__item {
    height: auto;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 4px;
}

.projects__item-img {
    cursor: grab;
    height: 350px;
    flex-shrink: 0;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}

.projects__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects__item-wrapper {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px 20px 24px 20px;
    border-radius: 0px 0px 20px 20px;
    background: #1A1E2C;
    transform: translateZ(0);
}

.projects__border-1 {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: all 0.3s;

    opacity: 1;
    z-index: 1;
    background: linear-gradient(266.8deg, #031D95 46.64%, #2AE2F8 71.84%);
    border-radius: 0px 0px 20px 20px;
    transform: translateZ(0);
}

.projects__border-2 {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: all 0.3s;
   
    opacity: 0;
    z-index: -1;
    background: linear-gradient(266.8deg, #2AE2F8 46.64%, #031D95 71.84%);
    border-radius: 0px 0px 20px 20px;
    transform: translateZ(0);
}

.projects__item:hover .projects__border-2 {
    opacity: 1;
    z-index: 1;
    
}

.projects__item:hover .projects__border-1 {
    opacity: 0;
    z-index: -1;
    
}

.projects__item-title {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 26.4px */
}

.projects__item-descr {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.projects__item-descr li {
    color: rgba(255, 255, 255, 0.80);
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-left: 12px;
    /* 19.6px */
}

.projects__item-descr li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: #FFF;
    position: absolute;
    top: 8px;
    left: -10px;
}

.projects__item-btn {
    margin-top: 46px;
}

.projects__item-hidden {
    display: none;
}

.feedback__container {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.feedback__message {
    position: absolute;
    background: #000415;
    padding: 80px 160px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.feedback__message_active {
    z-index: 90;
    opacity: 1;
}

.feedback__message-title {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    /* 57.5px */
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.feedback__message-subtitle {
    margin-top: 40px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 25px */
}

.feedback__message-arrow {
    margin-top: 80px;
    width: 100px;
    height: 100px;
}

.feedback__message-wrapper {
    position: relative;
    z-index: 5;
}

.feedback__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
}

.feedback__bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--white-10, rgba(255, 255, 255, 0.10));
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.feedback__elips-1 {
    width: 354px;
    height: 354px;
    position: absolute;
    left: -97px;
    bottom: -13px;
    border-radius: 354px;
    background: #031D95;
    filter: blur(150px);
    /* -webkit-backdrop-filter: blur(150px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
    z-index: 2;
}

.feedback__elips-2 {
    width: 354px;
    height: 354px;
    position: absolute;
    left: -40px;
    bottom: -1px;
    border-radius: 354px;
    background: #2AE2F8;
    filter: blur(150px);
    /* -webkit-backdrop-filter: blur(150px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
    z-index: 1;
}

.feedback__elips-3 {
    width: 354px;
    height: 354px;
    position: absolute;
    right: -160px;
    top: -137px;
    border-radius: 354px;
    background: #2AE2F8;
    filter: blur(150px);
    /* -webkit-backdrop-filter: blur(150px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
    z-index: 1;
}

.feedback__elips-4 {
    width: 354px;
    height: 354px;
    position: absolute;
    z-index: 1;
    right: -210px;
    bottom: -140px;
    border-radius: 354px;
    background: #031D95;
    filter: blur(150px);
    /* -webkit-backdrop-filter: blur(150px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.feedback__title {
    max-width: 1040px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    /* 57.5px */
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.feedback__form {
    margin-top: 40px;
    max-width: 700px;
    width: 100%;
}

.feedback__inputs {
    display: flex;
    width: 100%;
    gap: 8px;
}

.input {
    font-family: 'Ubuntu';
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--white-40, rgba(255, 255, 255, 0.40));
    width: 100%;
    background: none;
    outline: none;
    color: var(--white-40, rgba(255, 255, 255, 0.40));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

.input::placeholder,
.textarea::placeholder {
    color: var(--white-40, rgba(255, 255, 255, 0.40));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.input:focus,
.textarea:focus {
    border-color: #2AE2F8;
}

.textarea {
    font-family: 'Ubuntu';
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--white-40, rgba(255, 255, 255, 0.40));
    width: 100%;
    height: 160px;
    background: none;
    outline: none;
    color: var(--white-40, rgba(255, 255, 255, 0.40));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    resize: none;
}

.feedback__textarea {
    margin-top: 8px;
}

.feedback__btn {
    margin-top: 16px;
    width: 100%;
    color: #000415;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
    text-transform: uppercase;
}

.feedback__policy {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

.feedback__policy a {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.news {
    position: relative;
    padding: 80px 0;
}

.news__hide {
    display: none;
}

.news__container {
    position: relative;
    z-index: 5;
}

.news__titles {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news__items {
    overflow: hidden;
    margin-top: 40px;
    cursor: pointer;
}

.news__item {
    position: relative;
    z-index: 4;
    margin-bottom: 1px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    min-height: 360px;
    height: auto;
}

.news__item-wrapper {
    position: relative;
    z-index: 4;
    padding: 20px;
    background: #1A1E2C;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 20px;
    margin-bottom: 1px;
    transform: translateZ(0);
}

.news__item::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    bottom: -1px;
    z-index: 1;
    opacity: 1;
    transition: all 0.3s;
    background: linear-gradient(266.8deg, #031D95 46.64%, #2AE2F8 71.84%);
    border-radius: 0px 0px 20px 20px;
}

.news__item::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    bottom: -1px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background: linear-gradient(266.8deg, #2AE2F8 46.64%, #031D95 71.84%);
    border-radius: 0px 0px 20px 20px;
}


.news__item:hover::after {
    z-index: 3;
    opacity: 1;
}

.news__item:hover::before {
    z-index: -1;
    opacity: 0;
}

.news__tag {
    padding: 4px 8px;
    border-radius: 100px;
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: fit-content;
}

.news__title {
    margin-top: 20px;
    overflow: hidden;
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 25px */
}

.news__btn {
    margin-top: 20px;
    cursor: pointer;
    color: #2AE2F8;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
    text-transform: uppercase;
}

.contacts {
    position: relative;
}

.contacts__container {
    position: relative;
    z-index: 5;
}

.contacts__elips-1 {
    width: 592px;
    height: 592px;
    position: absolute;
    z-index: 1;
    left: -300px;
    bottom: 138px;
    border-radius: 592px;
    background: #031D95;
    filter: blur(300px);
    /* -webkit-backdrop-filter: blur(300px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.contacts__elips-2 {
    width: 567px;
    height: 567px;
    position: absolute;
    right: -497px;
    bottom: 115px;
    z-index: 1;
    border-radius: 567px;
    background: #2AE2F8;
    filter: blur(200px);
    /* -webkit-backdrop-filter: blur(200px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.contacts__elips-3 {
    width: 456px;
    height: 456px;
    position: absolute;
    z-index: 1;
    right: -326px;
    bottom: -154px;
    border-radius: 456px;
    background: #031D95;
    filter: blur(250px);
    /* -webkit-backdrop-filter: blur(250px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.contacts__title {
    text-align: left;
}

.contacts__items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.contacts__item {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--white-10, rgba(255, 255, 255, 0.10));
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contacts__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--white-10, rgba(255, 255, 255, 0.10));
    background: var(--white-10, rgba(255, 255, 255, 0.10));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts__link {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    transition: all 0.3s;
    /* 25px */
}

.contacts__link:hover {
    color: rgba(255, 255, 255, 0.40);
}

.footer {
    padding: 60px 0 40px 0;
    position: relative;
}

.footer .container {
    position: relative;
    z-index: 3;
}

.footer__elips {
    width: 567px;
    height: 567px;
    position: absolute;
    z-index: 1;
    left: -270px;
    bottom: 0;
    border-radius: 567px;
    background: #2AE2F8;
    filter: blur(300px);
    /* -webkit-backdrop-filter: blur(300px); */
    transform: translateZ(0);
    /* -webkit-transform: translateZ(0); */
}

.footer__mid {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer__bot {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.footer__policy {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer__str {
    color: rgba(255, 255, 255, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

.footer__link {
    transition: all 0.3s;
}

.footer__link:hover {
    color: white;
}

.footer__brend {
    display: flex;
    gap: 12px;
    align-items: center;
}

.modal {
    position: fixed;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 4, 21, 0.80);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.modal_active {
    z-index: 99;
    opacity: 1;
}

.modal__container {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 24px;
    border-radius: 20px;
    border-left: 1px solid var(--white-10, rgba(255, 255, 255, 0.10));
    background: var(---, #010A31);
}

.modal__title {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    /* 36.8px */
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

.modal__descr {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 19.6px */
}

.modal__gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 69px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(1, 10, 49, 0.00) 2%, rgba(1, 10, 49, 0.40) 21.6%, rgba(1, 10, 49, 0.60) 40.04%, rgba(1, 10, 49, 0.80) 59.33%, #010A31 100%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.modal__wrapper {
    max-height: 512px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}

.modal__wrapper::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0);
}

.modal__wrapper::-webkit-scrollbar-track {
    background: transparent;
    margin: 3px 0;
}

.modal__wrapper::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.40);
    width: 3px;
    border-radius: 3px;
    border: 3px solid transparent;
    background-clip: padding-box;

}

.modal__close {
    position: absolute;
    right: -56px;
    top: 0;
    z-index: 3;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--white-40, rgba(255, 255, 255, 0.40));
    cursor: pointer;
}

.modal__images {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.modal__image {
    aspect-ratio: 412.5/300;
    border-radius: 8px;
    overflow: hidden;
}

.modal__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.burger {
    display: none;
}

.mobile__menu {
    position: fixed;
    z-index: 95;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000415;
    padding: 168px 40px 40px 40px;
    transition: all 0.3s;
}

.mobile__menu_active {
    left: 0;
}

.mobile__menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mobile__menu-lists {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile__menu-li a {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    /* 36.8px */
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

.mobile__menu-btns {
    display: flex;
    gap: 12px;
}

.mobile__menu-btn {
    width: 54px;
    height: 50px;
    border-radius: 8px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000415;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 26.4px */
}

.mobile__menu-btn_active {
    background: #2AE2F8;
}

.footer__oferta_m {
    display: none;
}

.no-valid {
    border-color: red;
}

.preloader {
    position: fixed;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh;
    z-index: 150;
}

.preloader-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preloader-wrapper {
    display: flex;
    gap: 24px;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.preloader-wrapper-logo {
    height: 74px;
}

.preloader-wrapper-left {
    position: relative;
}

.preloader-icon {
    position: relative;
    z-index: 4;
}

.preloader-circle {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.preloader-icon,
.preloader-circle {
    width: 100px;
}

@media(width < 1200px) {
    .mySwiper {
        display: none;
    }

    .header__nav_display {
        display: none;
    }

    .header__langs {
        display: none;
    }

    .burger {
        width: 44px;
        height: 44px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        border: 1px solid var(--white-10, rgba(255, 255, 255, 0.10));
        background: var(--white-10, rgba(255, 255, 255, 0.10));
        backdrop-filter: blur(5px);
    }

    .burger span {
        display: block;
        height: 2px;
        width: 18px;
        background: white;
        border: 100px;
        margin-bottom: 4px;
        transition: all 0.3s;
    }

    .burger span:last-child {
        margin-bottom: 0;
    }

    .burger_active span:nth-child(1) {
        margin: -1px;
        transform: rotate(45deg);
    }

    .burger_active span:nth-child(2) {
        display: none;
    }

    .burger_active span:nth-child(3) {
        margin: -1px;
        transform: rotate(-45deg);
    }

    .hero {
        margin-top: 70px;
        padding-bottom: 33px;
    }

    .hero__right img {
        width: 236.308px;
        height: 261px;
    }

    .hero__wrapper {
        justify-content: space-between;
    }

    .hero__right {
        justify-content: flex-end;
        width: fit-content;
    }

    .hero__left {
        max-width: 415px;
        position: relative;
        z-index: 4;
    }

    .hero__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%;
        letter-spacing: -0.32px;
    }

    .hero__btn {
        display: none;
    }

    .descriptions__items {
        display: none;
    }

    .descriptions__wrapper {
        height: auto;
    }

    .descriptions__lists {
        width: 100%;
        position: relative;
        z-index: 4;
        gap: 16px;
    }

    .descriptions__btn-tablet {
        display: block;
        margin-top: 40px;
    }

    .title {
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%;
        /* 26.45px */
        letter-spacing: -0.23px;
    }

    .functions__descr {
        position: relative;
        z-index: 4;
    }

    .functions__images {
        display: none;
    }

    .functions__lists {
        width: 100%;
    }

    .functions__item-img {
        display: block;
        margin-top: 20px;
        width: 100%;
        aspect-ratio: 648/560;
        border-radius: 12px;
    }

    .about__container {
        padding: 80px 40px;
    }

    .projects {
        padding: 60px 0;
    }

    .projects__item-img {
        height: auto;
        aspect-ratio: 338/200;
    }

    .projects__item-wrapper {
        padding: 16px 16px 20px;
    }

    .projects__item-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 21.6px */
    }

    .projects__item-btn {
        margin-top: 32px;
    }

    .feedback__container {
        padding: 80px 40px;
    }

    .feedback__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%;
        /* 36.8px */
        letter-spacing: -0.32px;
    }

    .feedback__inputs {
        flex-direction: column;
    }

    .contacts__items {
        display: flex;
        flex-direction: column;
    }

    .contacts__item {
        height: 165px;
    }

    .contacts__item:first-child {
        grid-area: 1 / 1 / 2 / 3;
        height: 190px;
    }

    .footer {
        padding: 40px 0;
    }

    .footer__mid {
        margin-top: 32px;
        padding: 32px 0;
    }

    .footer__bot {
        padding-top: 32px;
    }

    .footer__bot {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 40px;
        row-gap: 20px;
    }

    .footer__brend {
        width: 100%;
        justify-content: center;
    }

    .modal__container {
        max-width: 620px;
    }

    .modal__wrapper {
        max-height: 85vh;
    }

    .modal__title {
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%;
        /* 26.45px */
        letter-spacing: -0.23px;
        text-transform: uppercase;
    }

    .hero__rifht-elips {
        right: -433px;
        bottom: -278px;
    }

    .hero__left-elips {
        left: -296px;
        bottom: -160px;
    }

    .functions__elips-left {
        left: -320px;
        top: 70px;
    }

    .functions__elips-left-2 {
        left: -356px;
        bottom: 371px;
    }

    .functions__elips-right {
        right: -319px;
        bottom: 0;
    }

    .contacts__elips-1,
    .contacts__elips-2 {
        display: none;
    }

    .contacts__elips-3 {
        right: -228px;
        top: 16px;
    }

    .feedback__message {
        padding: 80px 40px;
    }

    .feedback__message-title {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%;
        /* 36.8px */
        letter-spacing: -0.32px;
    }
}

@media(width < 768px) {
    .container {
        padding: 0 20px;
    }

    .header__logo {
        width: 109px;
    }

    .burger {
        width: 32px;
        height: 32px;
    }

    .block {
        padding: 40px 0;
    }

    .hero__left {
        max-width: 218px;
    }

    .mobile__menu {
        padding: 153px 20px 20px 20px;
    }

    .mobile__menu-li a {
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%;
        /* 26.45px */
        letter-spacing: -0.23px;
        text-transform: uppercase;
    }

    .mobile__menu-btn {
        width: 48px;
        height: 46px;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 21.6px */
    }

    .header__btn {
        display: none;
    }

    .header__wrapper {
        padding: 8px;
        border-radius: 12px;
    }

    .hero__right img {
        width: 104.121px;
        height: 115px;
    }

    .hero {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .descriptions {
        padding-top: 20px;
    }

    .hero__right {
        flex-direction: column;
        justify-content: center;
    }

    .hero__wrapper {
        gap: 16px;
        height: 130px;
    }

    .hero__title {
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%;
        /* 26.45px */
        letter-spacing: -0.23px;
    }

    .hero__subtitle {
        margin-top: 16px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 22.4px */
    }

    .hero__subtitle.desktop {
        display: none;
    }

    .hero__subtitle.mobile {
        margin-top: 12px;
        display: block;
        position: relative;
        z-index: 5;
        font-family: Ubuntu;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 19.6px */
    }

    .descriptions__btn-tablet {
        margin-top: 32px;
    }

    .descriptions__lists {
        gap: 12px;
    }

    .descriptions__li {
        padding-bottom: 10px;
    }

    .descriptions__text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 22.4px */
    }

    .descriptions__li-content {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 19.6px */
    }

    .functions__wrapper {
        margin-top: 36px;
    }

    .functions__descr li {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 22.4px */
    }

    .functions__item {
        padding: 12px;
        border-radius: 12px;
    }

    .functions__item-name {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 21.6px */
    }

    .functions__item-content {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 19.6px */
    }

    .functions__item-img {
        aspect-ratio: 311/260;
    }

    .about__container,
    .feedback__container {
        padding: 40px 20px;
    }

    .about__descr {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 22.4px */
    }

    .projects__descr {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 22.4px */
    }

    .projects__items,
    .news__items {
        overflow: visible;
    }

    .projects__item-img {
        aspect-ratio: 306/160;
    }

    .feedback__title {
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%;
        /* 26.45px */
        letter-spacing: -0.23px;
        text-transform: uppercase;
    }

    .contacts {
        padding: 60px 0;
    }

    .contacts__item {
        height: 142px;
    }

    .contacts__item:first-child {
        height: 186px;
    }

    .contacts__link {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 22.4px */
    }

    .header__lists {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 12px;
    }

    .footer {
        padding: 40px 0;
    }

    .footer__mid {
        padding: 24px 0;
        margin-top: 24px;
    }

    .footer__oferta,
    .footer__line {
        display: none;
    }

    .footer__min-wrapp {
        display: flex;
        gap: 40px;
    }

    .footer__oferta_m {
        display: block;
    }

    .footer__elips {
        right: -542px;
        left: auto;
        bottom: 370.403px;
    }

    .modal__container {
        width: 90%;
        padding: 84px 20px 20px 20px;
    }

    .modal__close {
        top: 20px;
        right: 20px;
    }

    .modal__gradient {
        display: none;
    }

    .modal__wrapper {
        max-height: 70vh;
    }

    .modal__wrapper {
        padding-right: 0;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .modal__wrapper::-webkit-scrollbar {
        display: none;
    }

    .feedback__message-title {
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: 115%;
        /* 26.45px */
        letter-spacing: -0.23px;
    }

    .feedback__message-subtitle {
        margin-top: 20px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 22.4px */
    }

    .feedback__message-arrow {
        width: 75px;
        height: 75px;
    }




    /* .hero__rifht-elips,
    .hero__left-elips,
    .functions__elips-left,
    .functions__elips-left-2,
    .functions__elips-right,
    .about__elips-1,
    .about__elips-2,
    .about__elips-3 {
        display: none;
    } */
}