.formItem__label_bold {
    font-family: 'MontSemiBold'!important;
}

.formItem.EMAIL .col-form-half.form_field {
    width: 100%;
    flex: unset;
    max-width: 100%;
}

.formMain_arendatoram {
    display: flex;
    flex-direction: column;
}

.formItem.RENT_TYPE {
    order: -2;
}

.formItem.SHOPS_TYPES {
    order: -1;
}

.select-form {
    width: 100%;
    padding: 7px 34px 7px 16px;
    background: #6033AB;
    color: white;
    outline: none;
    appearance: none;
}

.select-form-block {
    position: relative;
}

.select-form-block .select-arrow {
    width: 16px;
    position: absolute;
    top: 24px;
    right: 14px;
}

.select-form-block .select-arrow svg path {
    fill: white;
}