body {
    margin: 0;
    padding: 0;
    font-family: "Signika", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    outline: none;
}

a:hover {
    outline: none;
}

.page {
    width: 100%;
    min-height: 100vh;
    background: no-repeat url('../images/background.jpg') center;
}

.page--error {
    background: no-repeat url('../images/background-error.jpg') center;
}

.page--success {
    background: no-repeat url('../images/background-success.jpg') center;
}

.page__wrap {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: end;
    background: no-repeat url('../images/lady-hero.png') center;
}

.page__wrap--error {
    background: no-repeat url('../images/lady-hero-error.png') center;
}

.page__wrap--success {
    background: no-repeat url('../images/lady-hero-success.png') center;
}

.page__content--error,
.page__content--success,
.page--error .page__content--default,
.page--success .page__content--default {
    display: none;
}

.page--error .page__content--error,
.page--success .page__content--success {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page--error .page__content--error {
    margin: 0 0 60px 220px;
}

.page--success .page__content--success {
    margin: 0 0 82px 220px;
}

.title {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    text-shadow: 0px 7px 16px rgba(0, 0, 0, 0.54);
    text-align: center;
    color: #fdfbff;
}

.page--error .title,
.page--success .title {
    margin-bottom: 0;
    font-size: 76px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 
        3px 3px 0 rgba(25, 2, 79, 0.52),
        -3px 3px 0 rgba(25, 2, 79, 0.52),
        3px -3px 0 rgba(25, 2, 79, 0.52),
        -3px -3px 0 rgba(25, 2, 79, 0.52),
        3px 0 0 rgba(25, 2, 79, 0.52),
        -3px 0 0 rgba(25, 2, 79, 0.52),
        0 3px 0 rgba(25, 2, 79, 0.52),
        0 -3px 0 rgba(25, 2, 79, 0.52);
}

.subtitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #fdfbff;
}

.page--success .subtitle {
    text-align: center;
}

.form-wrap {
    max-width: 525px;
    height: 40px;
    position: relative;
    margin: 0 auto 24px;
}

.form-wrap .wpcf7-email {
    min-height: 24px;
    padding: 8px 12px;
    background-color: #ebebeb;
    border-radius: 12px;
    border: none;
    font-family: "Signika", sans-serif;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #686768;
}

.form-wrap .wpcf7-email:focus-visible {
    border: none;
    outline: none;
}

.form-wrap .wpcf7-submit,
.btn {
    width: 225px;
    height: 48px;
    border: none;
    font-size: 0px;
    cursor: pointer;
}

.btn--support {
    display: block;
    margin-top: 15px;
    background: no-repeat url('../images/support-btn.png') center;
}

.form-wrap .wpcf7-submit {
    position: absolute;
    top: -4px;
    right: 0px;
    background: no-repeat url('../images/submit-btn.png') center;
}

.form-wrap .wpcf7-spinner {
    position: absolute;
}

.form-wrap .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-family: "Signika", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #ff0000;
}

.wpcf7 form div.wpcf7-response-output {
    border: none;
    font-family: "Signika", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #ff0000;
}

.wpcf7-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    margin: 0;
}

.wpcf7-list-item input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fdfbff;
}

.logo {
    max-width: 62px; 
}

.page--error .logo {
    margin-top: 14px;
}

.page--success .logo {
    margin-top: 24px;
}

.additional_links {
    display: flex;
    justify-content: center;
    column-gap: 18px;
    margin: 40px 0 20px;
}

.additional_links__item {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #98d3f3;
}