.ereport-landing {
    --max-width-xs: 100%;
    --max-width-sm: 540px;
    --max-width-md: 720px;
    --max-width-lg: 960px;
    --max-width-xl: 1140px;
    --max-width-xxl: 1290px;

    --fg-main: #2a2f30;
    --fg-primary: #0b454a;
    --bg-primary: #00898d;

    font-size: 1rem;
    color: var(--fg-main);
    box-sizing: border-box;
}

.ereport-landing *,
.ereport-landing *::before,
.ereport-landing *::after {
    box-sizing: inherit;
}

.ereport-landing .text_lg {
    font-size: 1.125em;
}

.ereport-landing .button {
    text-align: center;
}

.ereport-landing .button_white {
    background-color: #ffffff;
}

.ereport-landing .button_white,
.ereport-landing .button_white:hover {
    color: var(--bg-primary);
}

.ereport-landing .banner__inner {
    z-index: 3;
}

.ereport-landing .banner {
    width: 100%;
    padding: 1.5em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    background-image: url('./img/banner.jpg');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}

.ereport-landing .container {
    z-index: 1;
}

.column-count {
    columns: 1;
}

.ereport-landing .banner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 137, 141, 0.05);
}

.ereport-landing .banner__content {
    font-size: 1.125em;
    line-height: 1.2;
}

.ereport-landing .banner__title {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 2em;
    color: white;
}

.ereport-landing .banner__price {
    font-size: 1.777777778em;
    font-weight: 700;
    color: var(--fg-primary);
}

.ereport-landing .banner__content p:last-child {
    margin-bottom: 0;
}

.ereport-landing .container {
    width: var(--max-width-xs);
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5em;
    padding-left: 1.5em;
}

.ereport-landing .section {
    margin-bottom: 7em;
    background-color: #ffffff;
}

.ereport-landing .section_horizontal {
    display: flex;
}

.ereport-landing .section_horizontal .button_white {
    margin: 0 auto;
}

.ereport-landing .section_horizontal .section__inner {
    width: 100%;
    padding: 1.5em;
    flex-grow: 0;
    flex-shrink: 0;
}

.ereport-landing .section_shadow {
    padding: 1.5em;
    box-shadow: 0 10px 20px rgba(76, 86, 86, 0.2);
}

.ereport-landing .section_top {
    position: relative;
    top: -1em;
}

.ereport-landing .section_bg {
    color: #ffffff;
    background-color: var(--bg-primary);
}

.ereport-landing .section__title {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
    color: var(--fg-primary);
}

.ereport-landing .section_bg .section__title {
    color: inherit;
}

.ereport-landing .advantages__inner {
    gap: 0;
}

.ereport-landing .section__image {
    display: none;
    width: 40%;
    background-image: url('./img/horizontal-bg.jpg');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-grow: 0;
    flex-shrink: 0;
}

.ereport-landing .feature-list {
    font-size: 1.125em;
    flex-grow: 1;
    flex-shrink: 0;
}

.ereport-landing .feature-list li::before {
    content: url('./img/feature-item-bullet.svg');
    display: inline-block;
    width: 12px;
    height: 18px;
    top: 0;
    margin-right: 1em;
    background-color: transparent;
    border-radius: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.ereport-landing .section__footer {
    margin-top: 3em;
    font-size: 1.125em;
    text-align: center;
}

.ereport-landing .section__footer .button {
    width: 200px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ereport-landing .advantages {
    margin-right: -1em;
    margin-left: -1em;
}

.ereport-landing .advantages__item {
    margin-right: 1.5em;
    margin-left: 1.5em;
    padding: 1em;
    flex-grow: 0;
    flex-shrink: 0;
}

.ereport-landing .advantages__item:not(:last-child) {
    margin-bottom: 1.5em;
}

.ereport-landing .advantages__logo {
    display: block;
    width: 104px;
    height: 104px;
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto;
    background-image: url('./img/advantages.png');
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
}

.ereport-landing .advantages__logo_time {
    background-position-x: 0;
    background-size: auto;
}


.ereport-landing .advantages__logo_changes {
    background-image: url('./img/changes.svg');
}

.ereport-landing .advantages__logo_economy {
    background-image: url('./img/economy.svg');
}
.ereport-landing .advantages__logo_reliability {
    background-position-x: -208px;
}

.ereport-landing .advantages__logo_access {
    background-image: url('./img/access.svg');
}

.ereport-landing .advantages__logo_gear {
    background-image: url('./img/gear.svg');
}

.ereport-landing .advantages__logo_safety {
    background-image: url('./img/safety.svg');
}

.ereport-landing .advantages__logo_risks {
    background-image: url('./img/online.svg');
}

.ereport-landing .advantages__title {
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    color: var(--fg-primary);
}

.ereport-landing .advantages__description {
    text-align: center;
    line-height: 1.5;
}

.ereport-landing ul {
    padding-left: 0;
    list-style: none;
}

.ereport-landing ul li {
    display: flex;
}

.ereport-landing ul li:not(:last-child) {
    margin-bottom: 0.5em;
}

.ereport-landing ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 1em;
    position: relative;
    top: 6px;
    background-color: var(--bg-primary);
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

.ereport-landing .section_bg ul li::before {
    background-color: currentColor;
}

.section__subtitle {
    margin-top: 3em;
    margin-bottom: 3em;
    font-size: 1.375em;
    font-weight: 700;
    text-align: center;
    color: var(--fg-primary);
}

.subscribe-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-left: 0;
    line-height: 1.3;
    list-style: none;
    counter-reset: subsrsteps;
}

.subscribe-steps li {
    max-width: 300px;
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
    counter-increment: subsrsteps;
}

.subscribe-steps-horizontal {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    padding-left: 0;
    line-height: 1.3;
    list-style: none;
    counter-reset: subsrsteps;
}

.subscribe-steps-horizontal li {
    max-width: fit-content;
    padding-right: 1em;
    padding-left: 1em;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    counter-increment: subsrsteps;
    list-style: none;
    margin: 0;
}

.subscribe-steps li:not(:last-child) {
    margin-bottom: 2em;
}

.subscribe-steps-horizontal li::before {
    content: counter(subsrsteps);
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;

    font-size: 1.5em;
    color: var(--bg-primary);
    border: 2px solid currentColor;
    border-radius: 50%;
}

.subscribe-steps li::before {
    content: counter(subsrsteps);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    margin-right: auto;
    margin-bottom: 1.333333333em;
    margin-left: auto;
    font-size: 1.5em;
    color: var(--bg-primary);
    border: 2px solid currentColor;
    border-radius: 50%;
}

@media (min-width: 400px) {
    .ereport-landing .banner {
        background-image: url('./img/banner.jpg');
    }

    .banner__title {
        color: var(--fg-primary);
    }
}

@media (min-width: 576px) {
    .column-count {
        columns: 2;
    }
}

@media (min-width: 576px) {
    .ereport-landing .banner {
        padding-top: 6em;
        padding-bottom: 6em;
    }

    .ereport-landing .banner__inner {
        margin-right: auto;
        margin-left: auto;
    }

    .ereport-landing .banner__inner,
    .ereport-landing .container {
        max-width: var(--max-width-md);
    }

    .ereport-landing .section_shadow {
        padding: 6em 5em;
    }

    .ereport-landing .section_top {
        top: -2em;
    }

    .ereport-landing .section__title {
        font-size: 2.1em;
    }

    .ereport-landing .advantages__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ereport-landing .advantages__item {
        width: 50%;
        margin: 0;
        padding-top: 0;
        padding-bottom: 1.5em;
    }
}

@media (min-width: 768px) {
    .ereport-landing .banner {
        height: 33em;
        padding: 0 0 2em 0;
    }

    .ereport-landing .banner__inner,
    .ereport-landing .container {
        max-width: var(--max-width-md);
    }

    .ereport-landing .banner__content {
        width: auto;
    }

    .ereport-landing .banner__inner {
        display: flex;
        align-items: center;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .subscribe-steps {
        flex-direction: row;
        gap: 0;
        align-items: baseline;
        justify-content: space-around;

    }

    .subscribe-steps li {
        width: 33%;
    }
}

@media (min-width: 992px) {

    .ereport-landing .banner {
        height: 38em;
    }

    .ereport-landing .banner__inner,
    .ereport-landing .container {
        max-width: var(--max-width-lg);
    }

    .ereport-landing .advantages__item {
        width: 33.333333333%;
    }

    .ereport-landing .section_horizontal .section__inner {
        width: 60%;
        padding: 6em 4em;
    }

    .ereport-landing .section_horizontal .section__title,
    .ereport-landing .section_horizontal .section__footer {
        text-align: left;
    }

    .ereport-landing .section_horizontal .section__image {
        display: block;
        width: 40%;
    }
}

@media (min-width: 992px) {
    .subscribe-steps-horizontal {
        flex-direction: row;
    }

    .ereport-landing .section_horizontal .button_white {
        margin: unset;
    }
}

@media (min-width: 1200px) {
    .ereport-landing .banner__inner,
    .ereport-landing .container {
        max-width: var(--max-width-xl);
    }
}

@media (min-width: 1400px) {
    .ereport-landing .banner {
        height: 58em;
    }

    .ereport-landing .banner__inner,
    .ereport-landing .container {
        max-width: var(--max-width-xxl);
    }
}
