* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.text-decoration-none {
    text-decoration: none;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #FFF;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-x: hidden;
}

img {
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1360px;
    gap: 69px;
    overflow-x: hidden;
}

.container {
    max-width: 1130px;
}

.hero-section {
    background-color: #eafefd;
    position: relative;
    border-radius: 24px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 20px;
    padding-bottom: 0;
    overflow: hidden;
}

.nav-desktop {
    position: relative;
    background-color: #ffffff;
    height: 80px;
    width: 100%;
    max-width: 1011px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    margin-bottom: 48px;
}


.nav-logo-section {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.nav-logo {
    width: 32px;
    height: 36px;
    display: block;
    flex-shrink: 0;
}

.nav-logo-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #0e100f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
    position: relative;
}

.nav-button-register {
    position: relative;
    background-color: #ffffff;
    height: 56.8px;
    min-width: 162.57px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #ececec;
    border-radius: 45px;
    text-decoration: none;
}

.nav-button-register span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    color: #0e100f;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-button-login {
    position: relative;
    background-color: #0e100f;
    height: 48.8px;
    min-width: 89.23px;
    padding: 0 18px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #393939;
    text-decoration: none;
}

.nav-button-login span {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-content {
    position: relative;
    width: 100%;
    max-width: 987px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin-bottom: 48px;
}

.hero-text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    width: 100%;
}

.hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 72px;
    line-height: 86px;
    color: #0e100f;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hero-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4d4f4e;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-button-primary {
    background-color: #0da49f;
    height: 56px;
    padding: 12px 24px;
    border-radius: 32px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    color: #ffffff;
    white-space: nowrap;
    transition: opacity 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-button-primary:hover {
    opacity: 0.9;
}

.hero-button-secondary {
    background-color: #ffffff;
    height: 56px;
    padding: 12px 24px;
    border-radius: 32px;
    border: 1px solid #ebf5f4;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    color: #0e100f;
    white-space: nowrap;
    transition: opacity 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-button-secondary:hover {
    opacity: 0.9;
}

.image-section {
    width: 100%;
    max-width: 1130px;
    height: auto;
    aspect-ratio: 1130 / 510;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.subsidies-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1130px;
    margin-bottom: 80px;
}

.subsidies-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.subsidies-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62.4px;
    color: #171717;
    text-align: center;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.subsidies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
}

.subsidy-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid #ececec;
    transition: all 0.2s;
}

.subsidy-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.subsidy-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #171717;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.subsidy-card-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #4d4f4e;
    margin: 0;
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.subsidy-card-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    padding: 12px 24px;
    border-radius: 32px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    transition: opacity 0.2s;
    margin-top: auto;
}

.subsidy-card-button-active {
    background-color: #0da49f;
    color: #ffffff;
}

.subsidy-card-button-active:hover {
    opacity: 0.9;
}

.subsidy-card-button-disabled {
    background-color: #f5f5f5;
    color: #9ca3af;
    cursor: not-allowed;
}

.subsidy-card-button svg {
    flex-shrink: 0;
}

.features-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 1130px;
}

.features-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
}

.features-badge {
    position: relative;
    background-color: #ffffff;
    height: 41.6px;
    width: 144.16px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid #ececec;
}

.features-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #0da49f;
    position: relative;
    z-index: 1;
}

.features-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62.4px;
    color: #171717;
    text-align: center;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.features-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
}

.feature-card {
    position: relative;
    background-color: #ffffff;
    height: 252.8px;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ececec;
}

.feature-icon-container {
    width: 48px;
    height: 48px;
    background-color: #eafefd;
    border-radius: 8px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon-wrapper {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.feature-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.feature-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #171717;
    margin-bottom: 8px;
}

.feature-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #4d4f4e;
    display: flex;
    flex-direction: column;
}

.statistics-section {
    position: relative;
    background-color: #eafefd;
    border-radius: 24px;
    width: 100%;
    max-width: 1130px;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #def1f0;
}

.statistics-content {
    display: flex;
    gap: 80px;
    align-items: center;
    width: 100%;
}

.statistics-left {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    max-width: 431.49px;
    flex-shrink: 0;
}

.statistics-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.statistics-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62.4px;
    color: #0e100f;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.statistics-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4d4f4e;
    display: flex;
    flex-direction: column;
}

.statistics-button {
    background-color: #0e100f;
    height: 56px;
    padding: 12px 24px;
    border-radius: 32px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    color: #ffffff;
    white-space: nowrap;
    transition: opacity 0.2s;
    align-self: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statistics-button:hover {
    opacity: 0.9;
}

.statistics-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    max-width: 496px;
}

.stat-item {
    height: 88.8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.stat-value {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #0da49f;
    margin-bottom: 4px;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    color: #4d4f4e;
}

.activity-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.activity-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
}

.activity-badge {
    position: relative;
    background-color: #ffffff;
    height: 41.6px;
    width: 143.48px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid #ececec;
}

.activity-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #0da49f;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.activity-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62.4px;
    color: #0e100f;
    text-align: center;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.directions-section {
    position: relative;
    background-color: #fafafa;
    border-radius: 24px;
    width: 100%;
    max-width: 1130px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.directions-content {
    display: flex;
    gap: 56px;
    align-items: center;
    width: 100%;
}

.directions-text-block {
    width: 100%;
    max-width: 508px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.directions-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 41.6px;
    color: #0e100f;
    display: flex;
    flex-direction: column;
}

    .directions-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

.directions-item {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 25.6px;
}

.directions-tick-icon {
    width: 20px;
    height: 20px;
    background-color: #0da49f;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.directions-tick-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.directions-item span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #0e100f;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.directions-image-block {
    flex: 1;
    border-radius: 24px;
    overflow: hidden;
    min-height: 400px;
}

.directions-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.legislation-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1130px;
    gap: 24px;
}

.legislation-badge {
    position: relative;
    background-color: #f5f5f5;
    height: 41.6px;
    width: auto;
    min-width: 144px;
    padding: 0 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    align-self: center;
}

.legislation-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #0da49f;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.legislation-container {
    width: 100%;
    background-color: #eafefd;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid #def1f0;
}

.legislation-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 41.6px;
    color: #171717;
    margin: 0;
    text-align: center;
}

.legislation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
}

.law-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    text-decoration: none;
    display: block;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.law-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.law-card-content {
    display: flex;
    flex-direction: column;
    padding-right: 32px;
}

.law-card-icon {
    position: absolute;
    top: 24px;
    right: 24px;
    flex-shrink: 0;
}

.law-name {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #0e100f;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
}

.appeals-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1130px;
    gap: 24px;
}

.appeals-badge {
    position: relative;
    background-color: #ffffff;
    height: 41.6px;
    width: auto;
    min-width: 144px;
    padding: 0 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    align-self: center;
}

.appeals-badge span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #0e100f;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.appeals-container {
    width: 100%;
    background: linear-gradient(90deg, #0da49f 0%, #a8e6e3 100%);
    border-radius: 24px;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    overflow: hidden;
}

.appeals-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
    pointer-events: none;
}

.appeals-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62.4px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.appeals-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.appeals-button {
    background-color: #ffffff;
    height: 56px;
    padding: 12px 24px;
    border-radius: 32px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    color: #0e100f;
    white-space: nowrap;
    transition: opacity 0.2s;
    position: relative;
    z-index: 1;
    margin-top: 8px;
}

.appeals-button:hover {
    opacity: 0.9;
}

/* Modal стили */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.show {
    display: flex;
    opacity: 1;
}

.modal-content {
    background-color: #ffffff;
    border-radius: 24px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transform: scale(0.9) translateY(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.modal.show .modal-content {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    border-bottom: 1px solid #ececec;
}

.modal-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #0e100f;
    margin: 0;
}

.modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
    width: 40px;
    height: 40px;
}

.modal-close:hover {
    background-color: #f5f5f5;
}

.appeal-form {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group-half {
    flex: 1;
}

.form-row {
    display: flex;
    gap: 16px;
}

.form-group label {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0e100f;
}

.form-input,
.form-textarea {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0e100f;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    background-color: #ffffff;
    transition: border-color 0.2s;
    width: 100%;
    box-sizing: border-box;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #0da49f;
}

.form-input.input-error,
.form-textarea.input-error {
    border-color: #ef4444;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.error-message {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ef4444;
    display: none;
}

.form-note {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0e100f;
    margin: 0;
}

.form-info {
    background-color: #eafefd;
    border: 1px solid #0da49f;
    border-radius: 12px;
    padding: 12px 16px;
    margin-top: 8px;
}

.form-info-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0da49f;
    margin: 0;
}

.form-submit-button {
    background-color: #0da49f;
    height: 56px;
    padding: 12px 24px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    color: #ffffff;
    width: 100%;
    transition: opacity 0.2s;
    margin-top: 8px;
}

.form-submit-button:hover:not(:disabled) {
    opacity: 0.9;
}

.form-submit-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.cta-section {
    position: relative;
    background-color: #0da49f;
    border-radius: 24px;
    width: 100%;
    max-width: 1130px;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}

.cta-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    width: 100%;
    max-width: 800px;
}

.cta-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 62.4px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.cta-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
}

.cta-button {
    background-color: #ffffff;
    height: 56px;
    padding: 12px 24px;
    border-radius: 32px;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.8px;
    color: #0e100f;
    white-space: nowrap;
    transition: opacity 0.2s;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cta-button:hover {
    opacity: 0.9;
}

.footer-section {
    position: relative;
    background-color: #0e100f;
    border-radius: 24px;
    width: 100%;
    padding: 40px 135px;
    display: flex;
    flex-direction: column;
    gap: 13.5px;
    margin: 0 auto;
}

.footer-line {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    overflow: hidden;
    background: #FFF;
}

.footer-line-image {
    width: 100%;
    height: 100%;
    display: block;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
}

.footer-text-left,
.footer-text-right {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #ffffff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 1024px) {
    body {
        padding: 20px;
    }

    .wrapper {
        gap: 56px;
    }

    .nav-desktop {
        max-width: 100%;
    }

    .hero-content {
        max-width: 100%;
    }

    .image-section {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .features-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .subsidies-section {
        padding: 0 20px;
        margin-bottom: 60px;
    }

    .subsidies-container {
        gap: 40px;
    }

    .subsidies-title {
        font-size: 40px;
        line-height: 52px;
    }

    .subsidies-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .statistics-section {
        padding: 60px 32px;
    }

    .statistics-content {
        gap: 60px;
    }

    .statistics-left {
        width: 100%;
        max-width: none;
    }

    .statistics-grid {
        width: 100%;
        max-width: 496px;
    }

    .activity-heading {
        font-size: 40px;
        line-height: 52px;
    }

    .directions-section {
        padding: 32px;
    }

    .directions-content {
        gap: 40px;flex: 1;
        border-radius: 24px;
        overflow: hidden;
        min-height: 400px;
    }

    .directions-image-block {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .directions-text-block {
        width: 50%;
    }

    .directions-image-block {
        width: 50%;
    }

    .legislation-section {
        padding: 0 20px;
    }

    .legislation-container {
        padding: 32px;
    }

    .legislation-title {
        font-size: 28px;
        line-height: 36px;
    }

    .legislation-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .law-card {
        padding: 20px;
    }

    .law-card-icon {
        top: 20px;
        right: 20px;
    }

    .law-card-content {
        padding-right: 32px;
    }

    .appeals-section {
        padding: 0 20px;
    }

    .appeals-container {
        padding: 60px 32px;
    }

    .appeals-title {
        font-size: 40px;
        line-height: 52px;
    }

    .appeals-description {
        font-size: 16px;
        line-height: 24px;
    }

    .cta-section {
        padding: 60px 32px;
    }

    .cta-title {
        font-size: 40px;
        line-height: 52px;
    }

    .footer-section {
        padding: 32px 40px;
    }

    .statistics-content {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }

    .statistics-right {
        width: 100%;
        justify-content: flex-start;
        max-width: none;
    }
}

@media (max-width: 768px) {
    body {
        padding: 16px;
    }

    .wrapper {
        gap: 48px;
    }

    .hero-section {
        min-height: 600px;
        padding: 16px;
        padding-bottom: 40px;
    }

    .nav-desktop {
        height: 64px;
        padding: 0 16px;
        margin-bottom: 32px;
    }

    .nav-logo {
        width: 28px;
        height: 32px;
    }

    .nav-logo-text {
        font-size: 16px;
        max-width: 200px;
        word-break: break-word;
        white-space: normal;
    }

    .nav-buttons {
        width: auto;
        height: auto;
        gap: 8px;
    }

    .nav-button-register {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        min-height: 48px;
        height: auto;
        width: auto;
        min-width: auto;
        padding: 8px 16px;
    }

    .nav-button-login {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        min-height: 48px;
        height: auto;
        width: auto;
        min-width: auto;
        padding: 8px 16px;
    }

    .nav-button-register span,
    .nav-button-login span {
        font-size: 16px;
        line-height: 24px;
        white-space: normal;
        text-align: center;
    }

    .hero-content {
        gap: 32px;
        margin-bottom: 32px;
        padding: 0 16px;
    }

    .hero-text-section {
        width: 100%;
    }

    .image-section {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .features-section {
        padding: 0 16px;
        margin-bottom: 40px;
    }

    .features-text-container {
        margin-bottom: 40px;
    }

    .features-heading {
        font-size: 32px;
        line-height: 42px;
    }

    .features-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .subsidies-section {
        padding: 0 16px;
        margin-bottom: 40px;
    }

    .subsidies-container {
        gap: 32px;
    }

    .subsidies-title {
        font-size: 32px;
        line-height: 42px;
    }

    .subsidies-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .subsidy-card {
        padding: 24px;
    }

    .activity-section {
        padding: 0 16px;
        margin-bottom: 40px;
    }

    .activity-heading {
        font-size: 32px;
        line-height: 42px;
    }

    .directions-section {
        padding: 24px 16px;
    }

    .directions-content {
        gap: 24px;

        flex-direction: column;
    }

    .directions-title {
        font-size: 22px;
        line-height: 30px;
    }

    .directions-image-block {
        min-height: 250px;
    }

    .cta-section {
        padding: 48px 20px;
    }

    .cta-title {
        font-size: 28px;
        line-height: 36px;
    }

    .cta-description {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-section {
        padding: 24px 20px;
    }

    .footer-copyright {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        height: auto;
    }

    .statistics-section {
        padding: 40px 20px;
    }

    .statistics-left {
        width: 100%;
    }

    .statistics-title {
        font-size: 32px;
        line-height: 42px;
    }

    .statistics-description {
        font-size: 16px;
        line-height: 24px;
    }

    .statistics-button {
        width: 100%;
        white-space: normal;
        text-align: center;
        min-height: 56px;
        height: auto;
    }

    .statistics-right {
        width: 100%;
        justify-content: flex-start;
    }

    .statistics-grid {
        width: 100%;
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .stat-item {
        height: auto;
        padding: 16px 0;
    }

    .stat-value {
        font-size: 32px;
        line-height: 42px;
    }

    .stat-label {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-text-section {
        gap: 16px;
    }

    .hero-title {
        font-size: 36px;
        line-height: 44px;
    }

    .hero-description {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
        align-items: stretch;
    }

    .hero-button-primary,
    .hero-button-secondary {
        width: 100%;
        height: 52px;
        font-size: 16px;
        line-height: 24px;
        white-space: normal;
        text-align: center;
    }

    .directions-text-block {
        width: 100%;
    }

    .directions-image-block {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wrapper {
        gap: 32px;
    }

    .nav-desktop {
        flex-wrap: wrap;
        height: auto;
        min-height: 64px;
        padding: 12px 16px;
    }

    .nav-logo-section {
        width: 100%;
        justify-content: center;
        margin-bottom: 8px;
    }

    .nav-logo-text {
        font-size: 14px;
        max-width: 180px;
    }

    .nav-buttons {
        width: 100%;
        justify-content: center;
    }

    .hero-content {
        margin-bottom: 24px;
        padding: 0 8px;
    }

    .hero-title {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .hero-description {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .image-section {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .features-section {
        padding: 0 16px;
        margin-bottom: 48px;
    }

    .features-text-container {
        margin-bottom: 48px;
    }

    .features-badge {
        height: 36px;
        width: 128px;
        margin-bottom: 20px;
    }

    .features-badge span {
        font-size: 14px;
        line-height: 22.4px;
    }

    .features-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .features-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .subsidies-section {
        padding: 0 16px;
        margin-bottom: 48px;
    }

    .subsidies-container {
        gap: 24px;
    }

    .subsidies-title {
        font-size: 28px;
        line-height: 36px;
    }

    .subsidies-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .subsidy-card {
        padding: 20px;
    }

    .subsidy-card-title {
        font-size: 18px;
        line-height: 28px;
    }

    .subsidy-card-description {
        font-size: 14px;
        line-height: 22.4px;
    }

    .subsidy-card-button {
        height: 44px;
        font-size: 14px;
        line-height: 20px;
    }

    .feature-card {
        height: auto;
        min-height: 252.8px;
        padding: 24px;
    }

    .statistics-section {
        padding: 32px 16px;
    }

    .statistics-content {
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;
    }

    .statistics-left {
        width: 100%;
    }

    .statistics-title {
        font-size: 28px;
        line-height: 36px;
    }

    .statistics-description {
        font-size: 14px;
        line-height: 20px;
    }

    .statistics-button {
        width: 100%;
        min-height: 52px;
        height: auto;
        font-size: 16px;
        line-height: 24px;
        white-space: normal;
        text-align: center;
    }

    .statistics-right {
        width: 100%;
        justify-content: flex-start;
    }

    .statistics-grid {
        width: 100%;
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .stat-item {
        height: auto;
        padding: 12px 0;
    }

    .stat-value {
        font-size: 28px;
        line-height: 36px;
    }

    .stat-label {
        font-size: 14px;
        line-height: 20px;
    }

    .activity-section {
        padding: 0 16px;
        margin-bottom: 48px;
    }

    .activity-badge {
        height: 36px;
        width: 128px;
        margin-bottom: 20px;
    }

    .activity-badge span {
        font-size: 14px;
        line-height: 22.4px;
    }

    .activity-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .directions-section {
        padding: 32px 20px;
    }

    .directions-content {
        flex-direction: column;
        gap: 32px;
    }

    .directions-text-block {
        width: 100%;
    }

    .directions-title {
        font-size: 24px;
        line-height: 32px;
    }

    .directions-image-block {
        width: 100%;
        min-height: 300px;
    }

    .legislation-section {
        padding: 0 16px;
        gap: 16px;
    }

    .legislation-badge {
        height: 36px;
        min-width: 128px;
        padding: 0 16px;
    }

    .legislation-badge span {
        font-size: 14px;
        line-height: 22.4px;
    }

    .legislation-container {
        padding: 24px 16px;
    }

    .legislation-title {
        font-size: 24px;
        line-height: 32px;
    }

    .legislation-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .law-card {
        padding: 16px;
    }

    .law-card-icon {
        top: 16px;
        right: 16px;
        width: 18px;
        height: 18px;
    }

    .law-card-content {
        padding-right: 28px;
    }

    .law-name {
        font-size: 14px;
        line-height: 22.4px;
    }

    .appeals-section {
        padding: 0 16px;
        gap: 16px;
    }

    .appeals-badge {
        height: 36px;
        min-width: 128px;
        padding: 0 16px;
    }

    .appeals-badge span {
        font-size: 14px;
        line-height: 22.4px;
    }

    .appeals-container {
        padding: 48px 24px;
    }

    .appeals-title {
        font-size: 32px;
        line-height: 42px;
    }

    .appeals-description {
        font-size: 16px;
        line-height: 24px;
    }

    .appeals-button {
        height: 52px;
        font-size: 16px;
        line-height: 24px;
    }

    .modal {
        padding: 16px;
    }

    .modal-content {
        max-width: 100%;
        border-radius: 16px;
    }

    .modal-header {
        padding: 20px 24px;
    }

    .modal-title {
        font-size: 20px;
        line-height: 28px;
    }

    .appeal-form {
        padding: 24px;
        gap: 20px;
    }

    .form-row {
        flex-direction: column;
        gap: 20px;
    }

    .form-group-half {
        width: 100%;
    }

    .cta-section {
        padding: 48px 20px;
    }

    .cta-title {
        font-size: 28px;
        line-height: 36px;
    }

    .cta-description {
        font-size: 14px;
        line-height: 20px;
    }

    .cta-button {
        width: 100%;
        max-width: 300px;
        min-height: 52px;
        height: auto;
        font-size: 16px;
        line-height: 24px;
        white-space: normal;
        text-align: center;
    }

    .cta-content {
        width: 100%;
        padding: 0 10px;
    }

    .footer-section {
        padding: 24px 20px;
    }

    .footer-copyright {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        height: auto;
    }

    .footer-text-left,
    .footer-text-right {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }

    .modal {
        padding: 12px;
    }

    .modal-content {
        border-radius: 12px;
        max-height: 95vh;
    }

    .modal-header {
        padding: 16px 20px;
    }

    .modal-title {
        font-size: 18px;
        line-height: 24px;
    }

    .modal-close {
        width: 36px;
        height: 36px;
    }

    .appeal-form {
        padding: 20px;
        gap: 16px;
    }

    .form-input,
    .form-textarea {
        font-size: 14px;
        padding: 10px 14px;
    }

    .form-submit-button {
        height: 48px;
        font-size: 16px;
        line-height: 24px;
    }
}

