.cstc-training-location-filter {
    width: 100%;
    margin-bottom: 25px;
}

.cstc-training-location-filter__title {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.cstc-training-location-filter select {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #d5d9e0;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.cstc-training-location-filter select:focus {
    border-color: #ff9800;
}
