.page-template-page-login .header,
.page-template-page-login .footer {
    display: none;
}

.page-template-page-register .header,
.page-template-page-register .footer {
    display: none;
}

.page-template-page-reset .header,
.page-template-page-reset .footer {
    display: none;
}

.auth {
    max-width: 1920px;
}

.auth__body {
    display: flex;
    flex-direction: column;
}

.auth__block {
}

.auth__block-header {
    display: flex;
    margin-bottom: 32px;
}

.auth__block_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 24px;
    background-color: var(--color-grey);
}

.auth__block_right {
    padding: 32px 24px;
}

.auth__title {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-dark-blue);
}

.login__features-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 40px;
    column-gap: 16px;
    row-gap: 20px;
}

.login__feature {
    display: flex;
    align-items: center;
    column-gap: 12px;
    color: var(--color-dark-blue);
}

.login__feature-text {
    padding-top: 2px;
    font-size: 13px;
    line-height: 12px;
}

.login__feature-icon-wrap {
    display: flex;
    justify-content: center;
}

.login__feature-icon {
    width: 24px;
    height: 24px;
    fill: var(--color-dark-blue);
}

.login__help {
    margin-bottom: 20px;
}

.auth__help {
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--color-dark-blue);
}

.auth__help-icon {
    width: 19px;
    height: 19px;
    fill: var(--color-dark-blue);
}

.auth__help-text {
    padding-top: 2px;
}

a.auth__help-link {
    text-decoration: underline;
}

.auth__message {
    padding-top: 30px;
    font-size: 14px;
    line-height: 22px;
    border-top: 1px solid var(--color-dark-grey);
}

a.auth__message-link {
    font-weight: 500;
    text-decoration: underline;
}

.auth-desc__back-btn {
    position: absolute;
    left: 24px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.auth-desc__back-btn-icon {
    width: 14px;
    height: 12px;
    fill: var(--color-dark-blue);
}

.auth-desc__back-btn-text {
    padding-top: 2px;
    font-size: 12px;
    line-height: 22px;
}

.auth-desc__logo-wrap {
    width: 155px;
    height: 45px;
}

.auth-desc__logo-wrap img {
    width: 100%;
    height: auto;
}

.auth-desc__title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    color: var(--color-dark-blue);
}

.auth-desc__text {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.auth-desc__text p:not(:last-child) {
    margin-bottom: 22px;
}

.register__terms-list {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    margin-bottom: 30px;
    column-gap: 16px;
    row-gap: 12px;
}

.register__term {
    display: flex;
    /* align-items: center; */
    column-gap: 12px;
    color: var(--color-dark-blue);
}

.register__term-text {
    padding-top: 2px;
    font-size: 14px;
    line-height: 21px;
}

.register__term-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: var(--color-dark-blue);
    border-radius: 50%;
}

.contributions {
    margin-bottom: 30px;
}

.contributions__title {
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 22px;
}

.contributions__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contribution-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 117px;
    max-width: 240px;
    min-height: 60px;
    padding: 8px 16px;
    border-radius: 6px;
    text-align: center;
    background-color: var(--color-grey);
}

.contribution-card__text {
    font-size: 12px;
    line-height: 11px;
}

.contribution-card__price {
    height: 20px;
    padding-top: 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.register__help {
    margin-bottom: 42px;
}

.register .auth-form {
    margin-bottom: 24px;
}

.auth-form__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.register .auth-form div.wpforms-container-full select {
    background-image: none;
    position: relative;
    color: var(--color-dark-grey);
}

.register .auth-form div.wpforms-container-full select.selected {
    color: #000;
}

.register .auth-form div.wpforms-container-full .wpforms-field-select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-bottom: 1px solid var(--color-dark-grey);
    border-left: 1px solid var(--color-dark-grey);
    transition: all 0.3s ease;
    transform: translateY(-50%) rotate(-45deg);
}

.register .auth-form div.wpforms-container-full select .placeholder {
    color: var(--color-dark-grey);
}

.register .auth-form div.wpforms-container-full button[type='submit'].wpforms-submit {
    display: block;
    margin: 0 auto;
}

.login .auth-form .wpforms-container input.wpforms-field-medium {
    max-width: 392px;
}

.register .auth-form div.wpforms-container-full:not(:empty) {
    margin: 2px auto 24px;
}

.login .auth-form div.wpforms-container-full:not(:empty) {
    margin: 2px auto 20px;
}

.login .auth-form .wpforms-field-label .wpforms-required-label {
    display: none;
}

.login .auth-form .wpforms-field-label {
    font-size: 18px;
    font-weight: 400;
}

.auth-form__remember {
    display: none;
}

.auth-form .auth__resetpassword-link {
    font-size: 14px;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .login .auth-form div.wpforms-container-full button[type='submit'].wpforms-submit {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .login__features-list,
    .register__terms-list {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .auth__body {
        flex-direction: row;
        min-height: 100vh;
    }

    .auth__block_left {
        flex: 0 0 423px;
        padding: 20px 20px 65px;
    }

    .auth__block_right {
        flex: 1;
        padding: 100px 24px 74px;
    }

    .auth__block-header {
        flex-direction: column;
        width: 100%;
        margin: 54px 0 48px;
    }

    .auth-desc__title,
    .auth-desc__text {
        max-width: 474px;
    }

    .auth__title {
        margin-bottom: 34px;
        font-size: 25px;
        line-height: 23px;
    }

    .auth-desc__text_left {
        text-align: left;
    }

    .login__feature {
        column-gap: 17px;
    }

    .login__feature-text {
        font-size: 17px;
        line-height: 16px;
    }

    .register__term-text {
        font-size: 17px;
    }

    .login__feature-icon {
        width: 30px;
        height: 30px;
    }

    .login__help {
        margin-bottom: 30px;
    }

    .register__help {
        margin-bottom: 34px;
    }

    .auth__help {
        font-size: 16px;
    }

    .auth__message {
        padding-top: 34px;
    }

    .register__term {
        column-gap: 12px;
    }

    .auth-desc__back-btn {
        top: 20px;
        left: 35px;
        height: 24px;
        gap: 17px;
    }

    .auth-desc__back-btn-text {
        font-size: 18px;
    }

    .auth-desc__logo-wrap {
        width: 347px;
        height: 99px;
        margin-bottom: 0;
        align-self: center;
    }

    .auth-desc__title {
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 18px;
    }

    .auth-desc__text {
        font-size: 18px;
    }

    .auth__message {
        font-size: 18px;
    }

    .register__terms-list {
        margin-bottom: 42px;
    }

    .register__term-icon {
        justify-content: center;
        width: 30px;
        height: 30px;
        font-size: 17px;
    }

    .contributions__title {
        margin-bottom: 12px;
    }

    .contribution-card {
        min-width: 194px;
        min-height: 72px;
        padding: 12px 24px;
    }

    .contribution-card__text {
        font-size: 15px;
        line-height: 14px;
    }

    .contribution-card__price {
        height: 23px;
        font-size: 17px;
    }

    .auth-form__title {
        font-size: 18px;
    }

    .register .auth-form {
        margin-bottom: 60px;
    }
}

@media (min-width: 1400px) {
    .auth__block_left {
        flex: 0 0 590px;
        padding: 20px 35px 65px;
    }

    .auth__block_right {
        padding: 100px 48px;
    }

    .login__features-list {
        column-gap: 45px;
    }
}

@media (min-width: 1500px) {
    .auth__block_right {
        flex: 1;
        padding: 100px 80px;
    }
}

@media (any-hover: hover) {
    .register .auth-form div.wpforms-container-full button[type='submit']:hover,
    .login .auth-form div.wpforms-container-full button[type='submit']:hover {
        background: var(--color-blue);
    }
}
