.pestka-starter-header {
    padding-top: 50px;
    padding-bottom: 200px;
    background-color: #f4f2ed;
    text-align: center;

    color: #3c1400;

    background-image: url("/static/img/landing/morele/pestka-starter/circle.svg");
    background-repeat: no-repeat;
    background-position: -50px calc(100% + 50px);
    background-size: 300px;
}

.lm-title {
    font-size: 40px;
    font-weight: 600;
    color: #3c1400;
    margin-top: 0;
    margin-bottom: 32px;
}

.lm-subtitle {
    font-size: 18px;
}

.lm-icon {
    margin-bottom: 24px;
    max-width: 126px;
}

.lm-buttons {
    margin-top: 32px;
}

.lm-buttons .btn {
    width: 100%;
    max-width: 480px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 24px;
}

.lm-buttons .btn img {
    display: inline-block;
    margin-left: 8px;
    vertical-align: -4px;
}

.btn-blue {
    background-color: #377cd6;
    color: #fff;
}
.btn-blue:hover {
    background-color: #1355aa;
}

@media all and (min-width: 1025px) {
    .pestka-starter-header {
        padding-top: 50px;
        padding-bottom: 50px;

        background-image: url("/static/img/landing/morele/pestka-starter/bg-circle-ico.svg"),
            url("/static/img/landing/morele/pestka-starter/circle-2.svg"),
            url("/static/img/landing/morele/pestka-starter/circle.svg");
        background-repeat: no-repeat;
        background-position: calc(100% + 300px) 25%, -50px -50px, -100px calc(100% + 100px);
        background-size: 600px, 200px, 600px;

        min-height: calc(100vh - 88px);

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lm-title {
        font-size: 64px;
    }

    .lm-subtitle {
        font-size: 24px;
    }

    .lm-icon {
        margin-bottom: 32px;
        max-width: 100%;
    }

    .lm-buttons {
        display: flex;
        justify-content: center;
        margin-top: 48px;
    }
    .lm-buttons .btn {
        width: 40%;
        margin-left: 16px;
        margin-right: 16px;
    }
}

.section-benefits {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.max-benefit-list__item:after {
    content: "";
    display: block;
    margin-top: 24px;
    margin-bottom: 8px;
    height: 8px;
    background-image: url("/static/img/landing/morele/pestka-starter/dots-gray.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.max-benefit {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 16px;
    position: relative;
}

.max-benefit__icon {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.max-benefit__icon img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.max-benefit__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.max-benefit__desc {
    font-size: 14px;
}

.max-benefit:last-child:after {
    display: none;
}

.lp-max-headline {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px;
    font-weight: 600;
}

@media all and (min-width: 768px) {
    .max-benefit-list {
        display: grid;
        grid-gap: 64px;
        grid-template-columns: repeat(2, 1fr);
    }
    .max-benefit-list__item:nth-of-type(2n):after {
        display: none;
    }
    .max-benefit-list__item:after {
        position: absolute;
        top: 16px;
        right: 0px;
        width: 100px;
        transform: translateX(calc(50% + 32px));
    }
}

@media all and (min-width: 1025px) {
    .section-benefits {
        padding-top: 90px;
        padding-bottom: 80px;
    }
    .max-benefit-list {
        grid-template-columns: repeat(4, 1fr);
    }
    .max-benefit-list__item:nth-of-type(2n):after {
        display: block;
    }
    .max-benefit-list__item:last-child:after {
        display: none;
    }
    .max-benefit__icon {
        width: 130px;
        height: 80px;
        margin-bottom: 24px;
    }
    .lp-max-headline {
        margin-bottom: 32px;
    }
}

.footer {
    display: none;
}