
.se-col
{
    display: inline-block;
    width: auto;
}


.nice-select.years, .nice-select.year
{
    min-width: 120px;
    width: 120px;
}

.nice-select.open .list
{
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.nice-select.disabled
{
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after
{
    border-color: #cccccc;
}

.nice-select.wide
{
    width: 100%;
}

.nice-select.wide .list
{
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right
{
    float: right;
}

.nice-select.right .list
{
    left: auto;
    right: 0;
}

.nice-select.small
{
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after
{
    height: 4px;
    width: 4px;
}

.nice-select.small .option
{
    line-height: 34px;
    min-height: 34px;
}


.nice-select .list
{
    -ms-transform: scale(0.75) translateY(-21px);
    -ms-transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    background-color: #f1f1f1;
    border-radius: 2px;
    box-shadow: 0px 4px 2px 3px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    left: 0;
    margin-top: -2px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: scale(0.75) translateY(-21px);
    transform-origin: 50% 0;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    width: 100%;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover)
{
    background-color: transparent !important;
}

.nice-select .option
{
    -webkit-transition: all 0.2s;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    list-style: none;
    min-height: 35px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus
{
    background-color: #fff;
}

.nice-select .option.selected
{
    font-weight: bold;
}

.nice-select .option.disabled
{
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list
{
    display: none;
}

.no-csspointerevents .nice-select.open .list
{
    display: block;
}


.nice-select .current
{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.nice-select.current,
.nice-select.open
{
    background-color: #EEE;
    border-color: #D74909;
    color: #111;
}

/*
.nice-select:hover::after {height:11px;width:11px;top:47%;right:16px}
*/

@media (max-width: 1199px)
{
    .nice-select
    {
        height: 44px;
        line-height: 44px;
    }
    #home_form .se-col button
    {
        height: 44px;
    }
}


@media (max-width: 1122px)
{
    .nice-select
    {
        height: 41px;
        line-height: 41px;
    }
    #home_form .se-col button
    {
        height: 41px;
    }
}

@media (max-width: 1060px)
{
    .nice-select
    {
        height: 36px;
        line-height: 36px;
    }
    #home_form .se-col button
    {
        height: 36px;
    }
}

@media (max-width: 991px)
{
    .nice-select
    {
        height: 47px;
        line-height: 47px;
    }
    #home_form .se-col button
    {
        height: 47px;
    }
}

@media (max-width: 800px)
{
    .nice-select
    {
        height: 40px;
        line-height: 40px;
    }
    #home_form .se-col button
    {
        height: 40px;
    }
}

@media (max-width: 767px)
{
    .nice-select
    {
        height: 35px;
        line-height: 35px;
    }
    #home_form .se-col button
    {
        height: 35px;
    }
}

@media (max-width: 667px)
{
    .nice-select
    {
        height: 30px;
        line-height: 30px;
    }
    #home_form .se-col button
    {
        height: 30px;
    }
}

@media (max-width: 620px)
{
    .nice-select {
        height: 40px;
        line-height: 40px;
        border: 1px solid #023B6A;
        border-radius: 5px;
    }
    #home_form .se-col button
    {
        height: 40px;
    }
}