:root {
    --primary-color: #ffe100;
    --background-color: #F8F9FA;
    --text-color: #000000;
    --link-color: #666666;
}

body, html {
    margin: 0;
    padding: 0;
    background-color: var(--background-color);
    color: var(--text-color);
    font-family: var(--font-family-primary);
}

body {
    margin: 0 auto;
    box-sizing: border-box;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

strong {
    font-weight: 600;
}

header {
    margin: 0 auto;
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f3;
    background-color: #ffffff;
}

.header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

menu {
    display: flex;
    list-style-type: none;
    gap: 20px;
    font-family: "Open Sans";
}

menu a {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.2s;
}

menu a:hover {
    color: #707070;
}

header img {
    width: 200px;
    height: auto;
}

.hero {
    margin-top: 50px;
}

.pre-title {
    font-family: "Open Sans";
    color: #e74c3c;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.hero__content h1 {
    font-size: 46px;
    line-height: 59px;
    font-family: "Raleway", serif;
    font-weight: 600;
    font-style: normal;
    max-width: 536px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.features {
    font-family: "Open Sans";
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    display: block;
    max-width: 601px;
    margin: 24px auto 0 auto;
}

.for_who {
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    display: block;
    max-width: 601px;
    margin: 15px auto 0 auto;
    font-weight: 700;
}

.for_who span {
    font-weight: 900;
    color: #e74c3c;
}

.newsletter_form {
    margin-top: 60px;
    padding: 20px 0 30px 0;
    background-color: #eb6f62;
}

.features span {
    background-color: #fcedeb;
}

.hero__subscribers {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 5px auto 0 auto;
    max-width: 650px;
}

.hero__subscribers img {
    max-height: 30px;
    width: auto;
}

.hero__subscribers p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    font-family: "Open Sans";
    color: #ffffff;
    font-weight: 500;
}

.policy {
    font-size: 12px !important;
    max-width: 650px;
    margin: 5px auto 0 auto;
    font-family: "Open Sans";
    color: #ffffff;
    font-weight: 500;
}

.policy a {
    color: #ffffff;
}

@media (max-width: 576px) {
    .pre-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .hero__content h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .features {
        font-size: 16px;
        line-height: 24px;
        margin: 18px auto 0 auto;
    }
    .for_who {
        font-size: 16px;
        line-height: 24px;
        margin: 20px auto 0 auto;
        text-align: center;
    }
    .for_who span {
        display: none;
    }
    .newsletter_form {
        margin-top: 26px;
        padding: 0 0 10px 0;
    }
    .hero__subscribers {
        margin-top: 0;
    }
    .hero__subscribers img {
        max-height: 20px;
    }
    .hero__subscribers p {
        font-size: 12px !important;
        line-height: 12px !important;
        margin-top: 0 !important;
    }
    .policy {
        font-size: 10px !important;
    }
}

[data-ff-el="root"].ff-6762fc26ef0d39e7c721218b .ff-6762fc26ef0d39e7c721218b__title {
    display: none !important;
}

[data-ff-el="root"].ff-6762fc26ef0d39e7c721218b .ff-6762fc26ef0d39e7c721218b__subtitle {
    display: none !important;
}

[data-ff-el="root"].ff-6762fc26ef0d39e7c721218b .ff-6762fc26ef0d39e7c721218b__form {
    padding: 20px 0 10px 0 !important;
}

[data-ff-el="root"].ff-6762fc26ef0d39e7c721218b .ff-6762fc26ef0d39e7c721218b__form {
    display: block !important;
}

[data-ff-el="root"].ff-6762fc26ef0d39e7c721218b .ff-6762fc26ef0d39e7c721218b__container {
    max-width: inherit !important;
}

.ff-6762fc26ef0d39e7c721218b__content.fd-form-content {
    max-width: 650px;
    margin: 0 auto;
}

