

/* Start:/local/templates/listmet_header/sign-up.css?17872023421993*/
.sign-up__client-type {
    margin-top: 45px;
}

.sign-up__radio-label {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #525764;
}

.sign-up__radio-container {
    margin-bottom: 30px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.sign-up__label {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #616974;
}

.sign-up__radio-button {
    margin-right: 30px;
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #DADADA;
    border-radius: 50%;
    flex-shrink: 0;
}

.sign-up__radio-button input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.sign-up__radio-button-check {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #BA1A1A;
    border-radius: 50%;
    content: "";
    transform: scale(0);
    transition: .3s;
}

.sign-up__radio-button input:checked + .sign-up__radio-button-check {
    transform: scale(1);
}

.sign-up__caption {
    margin-bottom: 40px;
}

.sign-up-form__label {
    margin-bottom: 15px;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #555D64;
}

.sign-up-form__input {
    padding-left: 21px;
    width: 100%;
    height: 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #8FACCC;
    background: #fff;
    border: 1px solid #C7D4E3;
}

.sign-up-form__input-container {
    display: block;
    margin-bottom: 30px;
}

.sign-up-form__button {
    margin-top: 30px;
    width: 270px;
    height: 50px;
}

.sign-up {
    padding-bottom: 60px;
}
/* End */
/* /local/templates/listmet_header/sign-up.css?17872023421993 */
