body {
    padding: 0;
    margin: 0;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
}

a,
a:hover,
a:visited,
a:active {
    color: #4eb4bf;
    text-decoration: none;
}

form {
    margin: 0 auto;
    max-width: 400px;
}

@media (max-width: 768px) {
    form {
        margin: 0 15px;
    }
}

.form-group {
    position: relative;
    margin-bottom: 24px;
}

.form-group input.input {
    width: 100%;
    padding: 8px 0;
    font-size: 16px;
    border-bottom: 1px solid #55c5d1;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.form-group label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 16px;
    color: #999;
    pointer-events: none;
    transition: all 0.2s ease;
}

.form-group input.input:focus + label,
.form-group input.input:not(:placeholder-shown) + label,
.form-group .choices.is-open + label,
.form-group .choices.has-values + label {
    top: -10px;
    left: 0;
    font-size: 12px;
    color: #333;
}

.block {
    margin-bottom: 36px;
}

h1 {
    text-align: center;
}

@media (min-width: 768px) {
    h1 {
        margin-left: 10px;
        margin-right: 10px;
    }
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    margin-bottom: 18px;
}

.page {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.hint {
    font-size: 0.75rem;
    margin-top: 0.5rem;
}

.form-action {
    margin-top: 2rem;
}

.submit {
    width: 100%;
    padding: 1rem 0.5rem;
    color: #fff;
    font-size: 1rem;
    background-color: #55c5d1;
    border: 0;
    cursor: pointer;
}

.submit:hover {
    background-color: #58cad6;
}

.submit:disabled {
    opacity: 0.5;
    cursor: default;
}

.agreement {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.error {
    margin-top: 0.25rem;
    color: #fd6162;
}

.hidden {
    display: none !important;
}

form select {
    display: none;
}

.success {
    margin: 0 15px;
    font-size: 1.2rem;
    text-align: center;
}

.choices,
.choices *,
.choices *::before,
.choices *::after {
    box-sizing: border-box;
}

.choices {
    margin-bottom: 0;
}

.choices__inner {
    padding: 6px 0 3px;
    min-height: 35px;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #55c5d1;
}

.choices__input {
    margin-bottom: 0;
    background-color: transparent;
}

.choices__list--multiple .choices__item {
    margin-right: 10px;
    padding: 0;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    height: 21px;
    width: 21px;
    margin-left: 5px;

    border-left: 1px solid #fff;
    border-radius: 50%;

    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==');
    background-color: #e0e0e0;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
    box-shadow: 3px 0 2px rgba(0, 0, 0, 0.05);
}
