.form-modal select {
    height: 45px;
    background: #EFF4F8;
}

.form-modal select.regform__control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form-modal select.regform__control::-ms-expand {
    display: none;
}

.form-modal .regform__select {
    position: relative;
}

.form-modal .regform__select::after {
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-top: 18px;
    color: #324270;
    right: 12px;
    position: absolute;
    vertical-align: 0;
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
}

.form-modal .regform__select:hover::after {
    color: inherit;
}