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

.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;
}