    /* @font-face {
    font-family: "Montserrat";
    src: local("Montserrat"),
} */
    
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
    #form {
        display: none;
    }
    
    header {
        margin-top: 20px;
        height: 80px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    p {
        font-family: "Montserrat";
        font-weight: 400;
        font-size: 24px;
        line-height: 29.26px;
        margin-left: 30px
    }
    
    #name {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 20px;
        padding-left: 20px;
        margin-left: 30px;
        align-self: stretch;
        width: 400px;
        background-color: #DCE6F7;
        color: #5075B5;
        font-family: "Montserrat";
        font-size: 32px;
        font-weight: 700;
        border-radius: 20px;
    }
    
    #nav {
        width: 500px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }
    
    #nav div {
        font-family: "Montserrat";
        font-size: 24px;
        font-weight: 550;
    }
    
    #contactButton {
        display: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #5075B5;
        color: #DCE3F0;
        padding-right: 20px;
        padding-left: 20px;
        align-self: stretch;
        width: 150px;
        border-radius: 35px;
        font-family: "Montserrat";
        font-size: 24px;
        font-weight: 550;
        margin-right: 30px;
    }
    
    #story {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .title {
        font-family: "Montserrat";
        font-size: 48px;
        font-weight: 600;
        margin-left: 30px;
    }
    
    .storyElement {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 10px;
    }
    
    .storyNumber {
        padding: 10px;
        font-family: "Montserrat";
        font-size: 96px;
        font-weight: 600;
        color: #5075B5;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        min-width: 140px;
    }
    
    .storyDesc {
        flex-grow: 1;
        font-family: "Montserrat";
        font-size: 21px;
        font-weight: 400;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 20px;
    }
    
    .focus {
        font-weight: 600;
        color: #5075B5;
    }
    
    .blue {
        font-weight: 600;
        font-family: "Montserrat";
        font-size: 28px;
        color: #5075B5;
        margin-right: 30px;
        margin-left: 30px;
    }
    
    #greeting {
        margin-top: 30px;
        height: 635px;
        background-image: url("./img/main.jpeg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    #greeting {
        position: relative;
        /* Для абсолютного позиционирования дочерних элементов */
    }
    
    .corner-box {
        position: absolute;
        background: white;
        border-radius: 20px;
        padding: 15px 25px;
        font-family: "Montserrat";
        display: flex;
        align-items: center;
    }
    
    .top-left {
        top: 0;
        right: 0;
        /* Перемещаем в правый верхний угол */
        left: auto;
        /* Отключаем левое позиционирование */
        font-size: 24px;
        font-weight: 600;
        color: #5075B5;
        border-radius: 0 0 0 20px;
        /* Закругляем только левый нижний угол */
        font-family: "Montserrat";
        font-weight: 700;
        font-size: 40px;
        line-height: 48.76px;
        letter-spacing: 0%;
    }
    
    .bottom-right {
        bottom: 0;
        left: 0;
        /* Перемещаем в левый нижний угол */
        right: auto;
        /* Отключаем правое позиционирование */
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        border-radius: 0 20px 0 0;
        /* Закругляем только правый верхний угол */
    }
    
    .bottom-text {
        font-family: "Montserrat";
        font-weight: 600;
        font-size: 32px;
        line-height: 39.01px;
        letter-spacing: 0%;
    }
    
    .contact-button {
        display: none;
        background: #5075B5;
        color: white;
        padding: 12px 35px;
        border-radius: 30px;
        font-weight: 600;
        font-size: 16px;
        align-self: stretch;
        /* width: 547; */
        height: 64;
        gap: 20px;
        text-align: center;
        font-family: "Montserrat";
        font-weight: 600;
        font-size: 20px;
        line-height: 24.38px;
        letter-spacing: 0%;
    }
    
    .corner-box {
        padding: 20px 35px;
        /* Увеличиваем внутренние отступы */
        /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
        /* Добавляем тень для лучшей видимости */
    }
    
    #functions {
        position: relative;
        padding: 60px 30px;
    }
    
    .slider {
        display: flex;
        gap: 30px;
        /* scroll-snap-type: x mandatory; */
        overflow-x: auto;
        padding-bottom: 20px;
        scroll-behavior: smooth;
    }
    
    .slide {
        background-size: cover;
        min-width: 400px;
        height: 400px;
        border-radius: 40px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    .img1 {
        background-image: url('./img/function1.jpeg');
    }
    
    .img2 {
        background-image: url('./img/function2.jpeg');
    }
    
    .img3 {
        background-image: url('/img/function3.jpeg');
    }
    
    .img4 {
        background-image: url('./img/function4.jpeg');
    }
    
    .slider-nav {
        position: absolute;
        bottom: 30px;
        right: 30px;
        display: flex;
        gap: 15px;
    }
    
    .expansionPanel {
        /* width: 368px;
    height: 141px; */
        gap: 32px;
        border-radius: 40px;
        padding: 24px;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
    }
    
    .opened {
        height: 353px;
    }
    
    .expansionPanel h3 {
        font-family: "Montserrat";
        font-weight: 700;
        font-size: 24px;
        line-height: 29.26px;
        letter-spacing: 0%;
    }
    
    .expansionPanel p {
        display: none;
        font-family: "Montserrat";
        font-weight: 500;
        font-size: 16px;
        line-height: 19.5px;
        letter-spacing: 0%;
        margin-left: 0px;
        text-align: left;
    }
    
    .expansionPanel p.shown {
        display: block;
    }
    
    .nav-arrow {
        background: #5075B5;
        border: none;
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 24px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
    
    .nav-arrow:hover {
        transform: scale(1.1);
    }
    
    .scroll-indicator {
        width: 400px;
        /* Фиксированная ширина */
        height: 6px;
        background-color: #D3D3D3;
        border-radius: 3px;
        position: absolute;
        bottom: 10px;
        left: 0;
        /* Прижимаем к левому краю */
        overflow: hidden;
    }
    
    .scroll-progress {
        height: 100%;
        width: 0%;
        background-color: #5075B5;
        border-radius: 3px;
        transition: width 0.3s ease;
    }
    
    #appBlock {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    #appImg {
        white-space: nowrap;
        width: 379px;
        height: 387px;
    }
    
    .superblock {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
    }
    
    #benefitsBlock {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        width: 1000px;
        justify-content: center;
        align-items: center;
    }
    
    .benefit {
        background-color: #5075B5;
        color: white;
        border-radius: 12px;
        width: 400px;
        padding: 20px;
        box-sizing: border-box;
        position: relative;
        font-family: "Montserrat";
        font-weight: 500;
        font-size: 32px;
        line-height: 39.01px;
        letter-spacing: 0%;
    }
    
    .benefit img {
        width: 100px;
        height: 100px;
    }
    
    .benefit1 {
        background: rgba(80, 117, 181, 1);
        color: rgba(255, 255, 255, 1);
    }
    
    .benefit2 {
        background: rgba(169, 196, 243, 1);
        color: rgba(43, 65, 104, 1);
    }
    
    .benefit3 {
        background: rgba(43, 65, 104, 1);
        color: rgba(220, 230, 247, 1);
    }
    
    .benefit4 {
        background: rgba(220, 230, 247, 1);
        color: rgba(80, 117, 181, 1);
    }
    /* .benefit h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
}

.benefit p {
    font-size: 14px;
} */
    /* В раздел benefits добавить */
    /* Модифицируем существующие стили benefits */
    
    #benefitsBlock {
        position: relative;
        height: 550px;
        width: 1000px;
        /* Фиксированная высота контейнера */
        margin: 40px 0;
    }
    
    .description {
        display: none
    }
    
    .benefit1 {
        width: 400px;
        height: 220px
    }
    /* Benefit 2 - уже и выше + смещение вверх */
    
    .benefit2 {
        width: 360px;
        height: 240px;
        transform: translateY(-25px);
        margin-left: 15px;
    }
    /* Benefit 3 - квадрат + смещение вправо */
    
    .benefit3 {
        width: 300px;
        height: 220px;
        transform: translateX(60px);
        border-radius: 25px !important;
    }
    /* Benefit 4 - крупнее + смещение вверх-вправо */
    
    .benefit4 {
        width: 450px;
        height: 260px;
        transform: translate(80px, -25px);
        z-index: 2;
    }
    
    .benefit.active {
        transform: scale(1.5);
        z-index: 100;
        min-width: 400px;
    }
    
    .benefit.active img {
        display: none
    }
    
    .benefit.active p.description {
        display: block;
    }
    
    p.description {
        font-family: "Montserrat";
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
    }
    /* Footer Styles */
    
    footer {
        background: rgba(241, 246, 255, 1);
        padding: 50px 30px 20px;
        /* margin-top: 80px; */
        font-family: "Montserrat";
    }
    
    .footer-content {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        padding-bottom: 40px;
        border-bottom: 1px solid #d3d3d3;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-section h4 {
        color: #5075B5;
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .footer-section p {
        font-size: 16px;
        line-height: 1.5;
        margin-left: 0;
    }
    
    .footer-section ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-section ul li {
        margin-bottom: 8px;
    }
    
    .footer-section a {
        color: #2B4168;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .footer-section a:hover {
        color: #5075B5;
    }
    
    .copyright {
        text-align: center;
        padding: 20px 0;
        color: #2B4168;
        font-size: 14px;
        margin-top: 30px;
    }
    
    .footer-content :first-child h4 {
        font-family: "Montserrat";
        font-weight: 700;
        font-size: 40px;
        line-height: 100%;
        margin-top: 20px;
    }
    
    #form {
        margin-top: 20px;
        background-color: #2B4168;
        height: 613px;
        /* width: 100vw; */
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        padding: 20px;
    }
    
    #titleForm {
        font-family: "Montserrat";
        font-weight: 600;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, 1);
        margin-left: 50px;
        /* margin-top: 20px; */
    }
    
    .form-container {
        width: 597px;
        height: 409px;
        padding: 40px;
        box-sizing: border-box;
    }
    
    #formFlexBox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .contact-form {
        display: flex;
        flex-direction: column;
        height: 100%;
        gap: 25px;
    }
    
    .form-input {
        height: 70px;
        width: 100%;
        padding: 15px 20px;
        border: 1px solid rgba(216, 216, 216, 1);
        border-radius: 40px;
        background: transparent;
        font-size: 16px;
        box-sizing: border-box;
    }
    
    .form-input:focus {
        outline: none;
        border-color: white;
    }
    
    .submit-btn {
        background-color: rgba(220, 230, 247, 1);
        border: none;
        border-radius: 100px;
        padding: 15px;
        font-size: 16px;
        cursor: pointer;
        margin-top: auto;
        transition: background-color 0.3s;
    }
    
    .submit-btn:hover {
        background-color: rgba(200, 215, 240, 1);
    }
    
    #commentInput {
        height: 100px
    }
    
    #formImage {
        background-image: url('./img/form.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 678px;
        height: 403px;
        border-radius: 40px;
    }
    /* Адаптивность */
    /* Адаптив для планшетов и небольших экранов */
    /* 
@media all and (max-width: 1200px) {
    header {
        height: auto;
        padding: 15px 0;
        flex-wrap: wrap;
    }
    #nav {
        width: 60%;
        order: 3;
        margin: 15px auto;
    }
    #contactButton {
        margin: 15px 30px 0 auto;
    }
    .title {
        font-size: 36px !important;
    }
    #greeting {
        height: 500px;
    }
    .slide {
        min-width: 300px;
        height: 300px;
    }
    .benefit {
        font-size: 24px;
        line-height: 1.3;
    }
    .benefit4 {
        width: 380px;
        transform: translate(40px, -25px);
    }
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (max-width: 992px) {
    #name {
        font-size: 24px;
        margin-left: 15px;
    }
    #nav div,
    #contactButton,
    p {
        font-size: 18px;
    }
    .storyNumber {
        font-size: 64px;
        min-width: 100px;
    }
    .storyDesc {
        font-size: 18px;
    }
    .blue {
        font-size: 22px;
    }
    #appBlock {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    #benefitsBlock {
        width: 90%;
        height: auto;
        flex-direction: column;
    }
    .benefit2,
    .benefit3,
    .benefit4 {
        transform: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .slider {
        gap: 20px;
    }
    .footer-section h4 {
        font-size: 24px !important;
    }
}

@media all and (max-width: 768px) {
    header {
        justify-content: center;
    }
    #nav {
        width: 80%;
        justify-content: space-between;
        gap: 15px;
    }
    .corner-box {
        padding: 15px 20px !important;
    }
    .top-left {
        font-size: 28px !important;
    }
    .bottom-text {
        font-size: 24px !important;
    }
    .expansionPanel h3 {
        font-size: 18px !important;
    }
    .footer-content {
        grid-template-columns: 1fr;
    }
} */
    
    .mobile-menu {
        display: none;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 1000;
    }
    
    .burger {
        font-size: 32px;
        cursor: pointer;
        color: #5075B5;
        background: white;
        padding: 5px 15px;
        border-radius: 5px;
    }
    
    .mobile-nav {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        background: white;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .mobile-nav div {
        padding: 10px;
        white-space: nowrap;
        font-family: 'Montserrat';
    }
    
    @media all and (max-width: 500px) {
        .mobile-menu {
            display: block;
        }
        .mobile-nav.active {
            display: block;
        }
    }