#mpa87ff679a2f3e71d9181a67b7542122c {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 32px 24px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #ececec;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
}

#mpa87ff679a2f3e71d9181a67b7542122c .form {
    width: 100%;
}

#mpa87ff679a2f3e71d9181a67b7542122c * {
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}

#mpa87ff679a2f3e71d9181a67b7542122c .form__item {
    margin-bottom: 20px;
}


#mpa87ff679a2f3e71d9181a67b7542122c .form__item_inline .form__label {
    margin: 0 16px 0 0;
}

#mpa87ff679a2f3e71d9181a67b7542122c .form__item:last-child {
    margin-bottom: 0;
}

#mpa87ff679a2f3e71d9181a67b7542122c .form__button {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
    transition: all 0.2s;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #3b82f6;
    color: #fff;
    background-color: #3b82f6;
    outline: none;
}

#mpa87ff679a2f3e71d9181a67b7542122c .form__button:hover {
    background-color: #166bf4;
    border-color: #0b63f3;
}

#mpa87ff679a2f3e71d9181a67b7542122c .form__button:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

#mpa87ff679a2f3e71d9181a67b7542122c .form__button.form__button_disabled {
    background: #ccc !important;
    box-shadow: none;
}

#mpa87ff679a2f3e71d9181a67b7542122c .form__button_wrap {
    display: flex;
    justify-content: center;
}

#mpa87ff679a2f3e71d9181a67b7542122c .form__input {
    width: 100%;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}


#mpa87ff679a2f3e71d9181a67b7542122c .form__input:focus {
    outline: none;
    box-shadow: 0 0 0 2px var(--primary);
}


#mpa87ff679a2f3e71d9181a67b7542122c .form__checkbox_hidden {
    position: absolute;
    visibility: hidden;
}


#mpa87ff679a2f3e71d9181a67b7542122c .form__label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

#mpa87ff679a2f3e71d9181a67b7542122c .form__label_required::after {
    content: ' *';
    color: red;
}

#mpa87ff679a2f3e71d9181a67b7542122c .form__error {
    color: red;
    display: none;
    text-align: center;
}

#mpa87ff679a2f3e71d9181a67b7542122c .success {
    padding: 20px 24px;
    text-align: center;
    font-size: 32px;
    color: #484848;
    display: none;
}

#mpa87ff679a2f3e71d9181a67b7542122c .success p {
    margin-bottom: 24px;
}

#mpa87ff679a2f3e71d9181a67b7542122c .form__item.error input {
    border-color: red;
}

#mpa87ff679a2f3e71d9181a67b7542122c .form__item .form__error {
    color: red;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 0;
}




