/* Правая часть с формой */
.form-content1 {
    width: 35%;
    padding: 20px; 
    border-radius: 15px; 
    text-align: center;
    box-sizing: border-box;
}

/* Мобильная версия */
@media (max-width: 768px) {
    .form-content1 {
        width: 100%; /* на мобильных устройствах форма будет занимать всю ширину */
        padding: 15px;
    }
}

/* Для картинок внутри формы */
.form-content1 img {
    width: 100%;  /* Картинки будут растягиваться на всю доступную ширину */
    height: auto; /* Высота будет сохранять пропорции */
    object-fit: cover; /* Обеспечивает нормальное растяжение без искажений */
}
        
     
        
           /* Левая часть */
        .text-content1 {
            width: 62%;
        }

        .text-content1 h1 {
            font-size: 1.8em;
            color: #000000; /* Синий цвет заголовка */
            margin-bottom: 10px;
        }

        .text-content1 p {
            font-size: 1em;
            color: #3b3434;
            margin-bottom: 20px;
        }


           /* Левая часть */ 

.text-content133131 {
    width: 100%;
    text-align: center;
    color: #FF0000; /* Ярко-красный */
    font-size: 20px; /* Размер текста */
    font-weight: bold; /* Убираем жирность по умолчанию */ 
}

/* Для мобильных устройств (экраны до 768px) */
@media (max-width: 768px) {
    .text-content133131 {
        font-size: 20px; /* Чуть меньше, чтобы поместилось */
         font-weight: bold; 
    }
}


           /* Левая часть */
        .text-content1321 {
            width: 62%;
        }

        .text-content1321 h1 {
            font-size: 1.8em;
            color: #000000; /* Синий цвет заголовка */
            margin-bottom: 10px;
        }

        .text-content1321 p {
            font-size: 0.9em;
            color: #3b3434;
            margin-bottom: 20px;
        }






 .container-123 {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }
        .card-456 {
            background: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            width: 100%;
            max-width: 285px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }
        .card-456 img {
            width: 50px;
            height: 50px;
            margin-bottom: 15px;
        }
        .card-456 h3 {
            font-size: 18px;
            margin: 0 0 10px;
            font-weight: bold;
        }
        .card-456 p {
            font-size: 14px;
            color: #6c757d;
            margin: 0;
        }

        @media (max-width: 600px) {
            .container-123 {
                flex-direction: column;
                align-items: center;
            }
            .card-456 {
                width: 90%;
            }
        } 



   .container-1234 {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }
        .card-4564 {
            background: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            width: 100%;
            max-width: 200px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }
        .card-4564 img {
            width: 50px;
            height: 50px;
            margin-bottom: 15px;
        }
        .card-4564 h3 {
            font-size: 18px;
            margin: 0 0 10px;
            font-weight: bold;
        }
        .card-4564 p {
            font-size: 14px;
            color: #6c757d;
            margin: 0;
        }

        @media (max-width: 600px) {
            .container-1234 {
                flex-direction: column;
                align-items: center;
            }
            .card-4564 {
                width: 90%;
            }
        } 





 @media (max-width: 600px) {
    .btn-02 {
      font-size: 16px; /* Уменьшаем размер текста на мобильных устройствах */
      padding: 8px 16px; /* Уменьшаем отступы кнопки */
    }
    
    .text-03 {
      font-size: 24px; /* Уменьшаем размер текста на мобильных устройствах */
    }
    
    /* Используем перенос для элементов, если экран слишком узкий */
    .container-01 {
      flex-direction: column;
      gap: 10px;
    }

    .icon-04 {
      width: 20px; /* Уменьшаем размер иконки */
      height: 20px;
    }
  }









 .container-123123 {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }
        .card-456123 {
            background: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            width: 100%;
            max-width: 222px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }
        .card-456123 img {
            width: 50px;
            height: 50px;
            margin-bottom: 15px;
        }
        .card-456123 h3 {
            font-size: 18px;
            margin: 0 0 10px;
            font-weight: bold;
        }
        .card-456123 p {
            font-size: 14px;
            color: #6c757d;
            margin: 0;
        }

        @media (max-width: 600px) {
            .container-123123 {
                flex-direction: column;
                align-items: center;
            }
            .card-456123 {
                width: 90%;
               
            }
        } 

.white-text {
    color: #ffffff;
}



.timeline4723 {
            max-width: 900px;
            margin: auto;
            position: relative;
            padding-left: 30px;
            border-left: 4px solid #4caf50;
        }
        .step-container5829 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 20px 0;
            position: relative;
        }
        .step9352 {
            background-color: white;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            position: relative;
            min-width: 250px;
        }
        .step9352::before {
            content: attr(data-step);
            position: absolute;
            left: -35px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            font-weight: bold;
            color: #4caf50;
            background: white;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 2px solid #4caf50;
        }
        .description2748 {
            background-color: #e3f2fd;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            min-width: 400px;
        }
        .step-green5923 { background-color: #c8e6c9; }
        .step-blue7384 { background-color: #bbdefb; }
        .step-yellow1846 { background-color: #fff9c4; }
        .step-final3901 { background-color: #a5d6a7; font-weight: bold; }
        .title6803 {
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
        }
        @media (max-width: 768px) {
            .step-container5829 {
                flex-direction: column;
                align-items: flex-start;
            }
            .description2748 {
                margin-top: 5px;
                min-width: unset;
                width: 100%;
            }
        }
        
        
        
        
        
        
        
        .wrap_777 {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .title_black33 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .flex_909 {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .box_2024 {
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        flex: 1;
        min-width: 580px;
        max-width: 320px;
        text-align: left;
    }

    .box_2024 h3 {
        color: #333;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .box_2024 p {
        color: #555;
        font-size: 16px;
        line-height: 1.6;
    }

    /* Медиазапрос для экранов с максимальной шириной 768px */
    @media (max-width: 768px) {
        .title_black33 {
            font-size: 28px;
        }

        .flex_909 {
            gap: 15px;
        }

        .box_2024 {
            min-width: 250px;
            max-width: 100%;
            padding: 15px;
        }

        .box_2024 h3 {
            font-size: 16px;
        }

        .box_2024 p {
            font-size: 13px;
        }
    }

    /* Медиазапрос для экранов с максимальной шириной 480px */
    @media (max-width: 480px) {
        .title_black33 {
            font-size: 24px;
        }

        .flex_909 {
            flex-direction: column;
            gap: 10px;
        }

        .box_2024 {
            min-width: 100%;
            max-width: 100%;
            padding: 10px;
        }

        .box_2024 h3 {
            font-size: 14px;
        }

        .box_2024 p {
            font-size: 12px;
        }
    }
    
    
    
    
    
    
    
    
    
    
    
    
           .wrap_7771 {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .title_black331 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .flex_9091 {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .box_20241 {
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        flex: 1;
        min-width: 580px;
        max-width: 320px;
        text-align: left;
    }

    .box_20241 h3 {
        color: #333;
        font-size: 26px;
        margin-bottom: 10px;
    }

    .box_20241 p {
        color: #555;
        font-size: 16px;
        line-height: 1.6;
    }

    /* Медиазапрос для экранов с максимальной шириной 768px */
    @media (max-width: 768px) {
        .title_black331 {
            font-size: 28px;
        }

        .flex_9091 {
            gap: 15px;
        }

        .box_20241 {
            min-width: 250px;
            max-width: 100%;
            padding: 15px;
        }

        .box_20241 h3 {
            font-size: 16px;
        }

        .box_20241 p {
            font-size: 13px;
        }
    }

    /* Медиазапрос для экранов с максимальной шириной 480px */
    @media (max-width: 480px) {
        .title_black331 {
            font-size: 24px;
        }

        .flex_9091 {
            flex-direction: column;
            gap: 10px;
        }

        .box_20241 {
            min-width: 100%;
            max-width: 100%;
            padding: 10px;
        }

        .box_20241 h3 {
            font-size: 14px;
        }

        .box_20241 p {
            font-size: 12px;
        }
    }
    
    
    .icon-text {
  display: flex;
  align-items: center;
}

.icon {
  margin-right: 12px; /* Расстояние между иконкой и текстом */
  width: 120px; /* Размер иконки */
  height: 120px; /* Размер иконки */
}








.block_1200 {
    text-align: center;
    max-width: 1200px;
    width: 90%;
    background: white;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.title_1200 {
    font-size: 26px;
    margin-bottom: 20px;
}

.grid_1200 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
}

.step_1200 {
    display: flex;
    align-items: center;
    background: #eef7f2;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    width: 580px;
}

.circle_1200 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #28a745;
    color: white;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 15px;
}

.content_1200 {
    text-align: left;
    width: 100%;
}

.content_1200 h3 {
    font-size: 24px;
    margin: 0;
}

.content_1200 h4 {
    font-size: 18px;
    margin: 0;
}

.content_1200 p {
    font-size: 16px;
    color: #555;
    margin: 5px 0 0;
    line-height: 25px;
}

@media (max-width: 1024px) {
    .grid_1200 {
        grid-template-columns: 1fr;
    }

    .step_1200 {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .circle_1200 {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .content_1200 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .title_1200 {
        font-size: 22px;
    }

    .step_1200 {
        padding: 15px;
         width: 300px;
        max-width: 90%;
    }

    .circle_1200 {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .content_1200 h3 {
        font-size: 20px;
    }

    .content_1200 h4 {
        font-size: 16px;
    }

    .content_1200 p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .title_1200 {
        font-size: 20px;
    }

    .step_1200 {
        padding: 15px;
        width: 300px;
        max-width: 100%;
    }

    .circle_1200 {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .content_1200 h3 {
        font-size: 18px;
    }

    .content_1200 h4 {
        font-size: 14px;
    }

    .content_1200 p {
        font-size: 11px;
    }
}
 
 
 
 
 
.important-info {
    background-color: #fff3cd; /* Легкий желтый фон для выделения */
    border-left: 5px solid #ffc107; /* Желтая линия слева для акцента */
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Тень для выделения */
    font-size: 16px;
    color: black; /* Черный цвет текста */
    display: flex;
    flex-direction: row; /* Располагаем элементы по горизонтали */
    justify-content: space-between; /* Место между текстом и кнопкой */
    align-items: center; /* Выравниваем элементы по вертикали */
}

.important-info p {
    margin: 0;
    font-weight: bold; /* Жирный текст для большей выразительности */
    margin-right: 20px; /* Отступ справа, чтобы не прижимался к кнопке */
    flex: 1; /* Текст займет всю доступную ширину */
}

.btn-details {
    background-color: #ffc107; /* Желтый фон кнопки */
    color: #856404; /* Темно-желтый цвет текста */
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}

.btn-details:hover {
    background-color: #e0a800; /* Более темный желтый при наведении */
}

/* Медиазапросы для мобильных устройств */
@media (max-width: 768px) {
    .important-info {
        flex-direction: column; /* На мобильных устройствах текст и кнопка будут располагаться вертикально */
        align-items: flex-start; /* Текст прижат к левой стороне */
    }

    .btn-details {
        width: 100%; /* Кнопка на весь экран на мобильных */
        padding: 12px 0; /* Увеличенный отступ для удобства на мобильных */
        margin-top: 10px; /* Отступ сверху для кнопки */
    }
}

@media (max-width: 480px) {
    .important-info {
        font-size: 14px; /* Уменьшаем размер шрифта на маленьких экранах */
    }

    .btn-details {
        font-size: 16px; /* Увеличиваем размер шрифта на мобильных */
        padding: 15px 0;
    }
}



/* Контейнер с содержимым 2001 */
.content-container2001 {
    width: 90%; /* Растягивается, но с небольшими отступами по бокам */
    height: 400px;
    max-width: 1200px;
    margin: 20px auto;
    background: linear-gradient(135deg, #2643bb, #90a5fa); /* Градиент */
    border-radius: 20px; /* Закругленные углы */
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Легкая тень */
}

/* Текстовое содержимое 2002 */
.text-content2002 {
    width: 70%;
}

.text-content20021 h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.text-content20022 {
    font-size: 1.9em;
    margin-bottom: 10px;
}

.text-content20023 {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: bold;
}

.text-content2002 p {
    font-size: 1em;
}

/* Кнопка 2003 */
.btn2003 {
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 1.2em;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn2003:hover {
    background-color: #45a049;
}

/* Изображение 2004 */
.image-content2004 {
    width: 40%;
    display: flex;
    justify-content: center;
}

.image-content2004 img {
    max-width: 100%;
    height: auto;
    border-radius: 15px; /* Закругление углов у изображения */
}

/* Блоки с иконками 2005 */
.icon-boxes2005 {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-top: 0px;
    flex-wrap: wrap; /* Позволяет адаптироваться на мобильных */
}

.icon-box2006 {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    width: 30%;
    min-width: 180px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.icon-box2006:hover {
    background: rgba(255, 255, 255, 0.3);
}

.icon-box2006 i {
    font-size: 40px;
    margin-bottom: 10px;
}

.icon-box2006 p {
    font-size: 0.7em;
}

/* Адаптация для мобильных устройств 2007 */
@media (max-width: 768px) {
    .content-container2001 {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .text-content2002 {
        width: 100%;
        margin-bottom: 20px;
    }

    .image-content2004 {
        width: 100%;
    }

    .btn2003 {
        font-size: 1em;
        padding: 10px 20px;
    }

    .icon-boxes2005 {
        flex-wrap: wrap;
        overflow-x: auto; /* Горизонтальная прокрутка на маленьких экранах */
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    .icon-box2006 {
        flex: 0 0 auto;
        width: 30%;
        min-width: 150px;
    }

    .text-content20021 {
        font-size: 1.8em;
    }

    .text-content20022 {
        font-size: 1.5em;
    }

    .text-content20023 {
        font-size: 1.2em;
    }

    .text-content2002 p {
        font-size: 0.9em;
    }
}




   .block-1 {
            max-width: 1140px;
            margin: auto;
        }
        .block-2 {
            border: 1px solid #a9a9a9;
            border-radius: 8px;
            margin-bottom: 10px;
            background: #fcfcfc;
            cursor: pointer;
            padding: 15px;
            font-size: 18px;
            font-weight: bold;
            position: relative;
            transition: background 0.3s;
                text-align: left; /* Прижимает текст влево */

        }
        .block-2:hover {
            background: #ffe8a1;
        }
        .block-2::after {
            content: "+";
            position: absolute;
            right: 20px;
            font-size: 24px;
            transition: transform 0.3s;
        }
        .block-2.active-2::after {
            content: "-";
            transform: rotate(180deg);
        }
        .block-3 {
            max-height: 0;
            overflow: hidden;
            padding: 0 15px;
            background: #fffbec;
            border-left: 4px solid #f0d58b;
            font-size: 16px;
            transition: max-height 0.4s ease-out, padding 0.4s ease-out;
                text-align: left; /* Прижимает текст влево */

        }
        .block-3.open {
            max-height: 200px; /* Достаточно для длинного ответа */
            padding: 15px;
        }

        /*Адаптация под мобильные устройства */
        @media (max-width: 600px) {
             
            .block-1 {
                width: 100%;
            }
            .block-2 {
                font-size: 16px;
                padding: 12px;
            }
            .block-3 {
                font-size: 14px;
            }
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
              .wrap_77743 {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .title_black3343 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .flex_90943 {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .box_202443 {
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        flex: 1;
        min-width: 580px;
        max-width: 320px;
        text-align: left;
    }

    .box_202443 h3 {
        color: #333;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .box_202443 p {
        color: #555;
        font-size: 16px;
        line-height: 1.6;
    }
    
    
    .icon321 {
  margin-right: 12px; /* Расстояние между иконкой и текстом */
  width: 65px; /* Размер иконки */
  height: 65px; /* Размер иконки */
}
    

    /* Медиазапрос для экранов с максимальной шириной 768px */
    @media (max-width: 768px) {
        .title_black3343 {
            font-size: 28px;
        }

        .flex_90943 {
            gap: 15px;
        }

        .box_202443 {
            min-width: 250px;
            max-width: 100%;
            padding: 15px;
        }

        .box_202443 h3 {
            font-size: 16px;
        }

        .box_202443 p {
            font-size: 13px;
        }
    }

    /* Медиазапрос для экранов с максимальной шириной 480px */
    @media (max-width: 480px) {
        .title_black3343 {
            font-size: 24px;
        }

        .flex_90943 {
            flex-direction: column;
            gap: 10px;
        }

        .box_202443 {
            min-width: 100%;
            max-width: 100%;
            padding: 10px;
        }

        .box_202443 h3 {
            font-size: 14px;
        }

        .box_202443 p {
            font-size: 12px;
        }
    }
    
    
    
    
    
    
.grant-section {
  background: linear-gradient(135deg, #e9f6ff, #d8efff, #f0fbff);
  border-radius: 24px;
  padding: 60px 40px;
  max-width: 1200px;
  margin: 40px auto;
}

.grant-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.grant-text {
  flex: 1 1 400px;
  padding: 0 20px;
}

.grant-th1 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.grant-text p {
  font-size: 18px;
   line-height: 1.3;
  color: #333;
}

.grant-form {
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 20px;
}

.grant-form input {
  padding: 14px 20px;
  border-radius: 999px;
  border: none;
  font-size: 16px;
  outline: none;
}

.grant-form button {
  background-color: #000;
  color: #fff;
  padding: 14px 20px;
  border-radius: 999px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.grant-form button:hover {
  background-color: #333;
}

.grant-form small {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

.grant-form small a {
  color: #3366cc;
  text-decoration: none;
}

@media (max-width: 768px) {
  .grant-content {
    flex-direction: column;
    align-items: stretch;
  }

  .grant-text h1 {
    font-size: 28px;
  }

  .grant-form {
    width: 100%;
  }
}