#registration {

}
#registration h1 {
    font-size: 28px;
    letter-spacing: -0.6px;
    color: #252d6c;
    margin-bottom: 40px;
}
#registration label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}
#registration input:not([type='radio']):not([type='checkbox']) {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    height: 44px;
    padding: 0 12px;
    width: 100%;
    margin-bottom: 20px;
}
#registration input:not([type='radio']):not([type='checkbox']):focus {
    border-color: var(--color-1);
}
#registration input:not([type='radio']):not([type='checkbox']):disabled {
    opacity: .7;
    cursor: not-allowed;
}
#registration .save-button {
    font-size: 16px;
    line-height: 18px;
}
#registration .rules {

}
#registration .rules a {
    display: inline-block;
    text-decoration: none;
    color: #262d6c;
}
#registration img {
    max-width: 355px;
}
#registration .registration__error {
    color: #972c09;
    font-size: 15px;
    text-align: center;
}