.select__wrap {
    margin-right: 10px;
    line-height: 34px;
    display: inline-flex;
    align-items: center;
}

.select__icon {
    margin-right: 5px;
}

.select {
    color: #575756;
    border: none;
    background: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .select__wrap {
        display: none;
    }
}