@charset "UTF-8";

.zeh-entry {
    padding: 80px 0 135px;
}

@media (max-width: 991.98px) {
    .zeh-entry {
        padding: 0 0 90px;
    }
}

.zeh-entry__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .zeh-entry__body {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }
}

.zeh-entry__content {
    width: 40%;
}

@media (max-width: 991.98px) {
    .zeh-entry__content {
        width: 100%;
    }
}

.zeh-entry__title {
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.2;
}

.zeh-entry__title-sub {
    font-size: 25px;
}

.zeh-entry__text {
    font-size: 18px;
    line-height: 2.5;
    margin: 0;
}

@media (max-width: 767.98px) {
    .zeh-entry__title {
        font-size: 30px;
    }

    .zeh-entry__title-sub {
        font-size: 20px;
    }

    .zeh-entry__text {
        font-size: 16px;
        line-height: 2;
    }
}

.zeh-entry__visual {
    width: 57%;
    margin: 0;
}

@media (max-width: 991.98px) {
    .zeh-entry__visual {
        width: 100%;
    }
}

.zeh-entry__visual img {
    width: 100%;
    height: auto;
    margin-top: -70px;
}

@media (max-width: 991.98px) {
    .zeh-entry__visual img {
        margin-top: 0;
    }
}

.zeh-entry__footer {
    border: 1px solid #000;
    padding: 15px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .zeh-entry__footer {
        text-align: left;
    }
}

.zeh-entry__footer-text {
    font-size: 30px;
    margin: 0;
    font-weight: normal;
}

@media (max-width: 767.98px) {
    .zeh-entry__footer-text {
        font-size: 20px;
    }
}

.zeh-entry__footer-highlight {
    font-size: 1.5em;
}

.zeh-merits {
    background-color: #edecec;
    padding: 125px 0 140px;
}

@media (max-width: 991.98px) {
    .zeh-merits {
        padding: 90px 0;
    }
}

.zeh-merits__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    gap: 40px;
}

@media (max-width: 991.98px) {
    .zeh-merits__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.zeh-merits__header-content {
    width: 100%;
    flex: 1;
}

@media (max-width: 991.98px) {
    .zeh-merits__header-content {
        width: 100%;
    }
}

.zeh-merits__subtitle {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.zeh-merits__title {
    font-size: 50px;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 1.2;
    margin-top: 0;
    letter-spacing: -0.01em;
}

.zeh-merits__text {
    font-size: 18px;
    line-height: 2;
    margin: 0;
    letter-spacing: -0.01em;
}

@media (max-width: 991.98px) {
    .zeh-merits__title {
        font-size: 46px;
    }

    .zeh-merits__text {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .zeh-merits__title {
        font-size: 30px;
    }

    .zeh-merits__text {
        font-size: 16px;
        line-height: 2;
    }
}

.zeh-merits__visual {
    width: 365px;
    margin: 0;
}

@media (max-width: 991.98px) {
    .zeh-merits__visual {
        width: 100%;
    }
}

.zeh-merits__visual img {
    width: 100%;
    height: auto;
}

.zeh-merits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 991.98px) {
    .zeh-merits__grid {
        grid-template-columns: 1fr;
    }
}

.zeh-merit-card {
    background: #fff;
    padding: 30px 40px 40px;
}

@media (max-width: 991.98px) {
    .zeh-merit-card {
        padding: 30px 30px 30px;
    }
}

.zeh-merit-card__head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    gap: 25px;
}

.zeh-merit-card__number {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 30px;
    position: relative;
    line-height: 1;
    padding-bottom: 5px;
}

.zeh-merit-card__number::after {
    content: "";
    position: absolute;
    top: -30px;
    bottom: 0;
    right: 0;
    width: 0.8px;
    background: var(--vk-color-text-body);
}

.zeh-merit-card__number img {
    width: 45px;
    height: auto;
}

@media (max-width: 767.98px) {
    .zeh-merit-card__number img {
        width: 35px;
    }
}

.zeh-merit-card__label {
    font-size: 10px;
    margin-bottom: 5px;
}

.zeh-merit-card__num {
    font-size: 40px;
}

.zeh-merit-card__title {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    flex: 1;
}

@media (max-width: 767.98px) {
    .zeh-merit-card__title {
        font-size: 20px;
    }
}

.zeh-merit-card__text {
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 767.98px) {
    .zeh-entry__footer-highlight {
        font-size: 30px;
    }
}

/* .zeh-targets {
    padding: 0 0 140px;
}

@media (max-width: 991.98px) {
    .zeh-targets {
        padding: 0 0 90px;
    }
} */

.zeh-targets__box {
    background: #fff;
    padding: 60px 40px;
    text-align: center;
}

@media (max-width: 767.98px) {
    .zeh-targets__box {
        padding: 40px 20px;
    }
}

.zeh-targets__title {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 40px;
    line-height: 1.4;
}

@media (max-width: 767.98px) {
    .zeh-targets__title {
        font-size: 24px;
    }
}

.zeh-targets__content {
    display: flex;
    gap: 40px;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .zeh-targets__content {
        flex-direction: column;
        gap: 30px;
    }
}

.zeh-targets__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .zeh-targets__table {
        font-size: 14px;
    }
}

.zeh-targets__table th,
.zeh-targets__table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    font-weight: normal;
}

.zeh-targets__table th {
    background: #f5f5f5;
    font-weight: bold;
}

.zeh-targets__table td[colspan] {
    background: #fafafa;
    font-weight: bold;
}