.nice-select {
    -webkit-tap-highlight-color: transparent;
    
    border: solid 0px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
   
    outline: none;
   position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.filter-status .nice-select {
    min-width: 270px;
}
.filter-status .nice-select > span:after {
    background: url(/wp-content/themes/realife/img/up-white.svg) no-repeat center;
}
.filter-status .nice-select > span {
    background: linear-gradient(35deg, #304f74 0%, #4e76a5 100%);
    color: #fff;
}
.nice-select span {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    background-color: #EAF1F9;
    border-radius: 50px;
     padding-left: 32px;
    padding-right: 50px;
    position: relative;
    z-index: 99;
}
.filter-box label {
    display: none;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    
}

.nice-select > span:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/realife/img/up-blue.svg) no-repeat center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%) rotate(0deg);
    transition: .12s;
}
.nice-select.open > span:after {
    transform: translate(0%, -50%) rotate(180deg);
}

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

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

.nice-select.disabled:after {
 
}

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

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

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

.filter-state .nice-select {
    width: 600px;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 50px;
    padding: 0 24px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: rgb(47 78 114 / 80%);
    color: #fff;
}
.filter-state .nice-select span {
    padding-left: 60px;
}
.nice-select.open .list li:first-child {
    display: none;
}
.filter-state span.current:before {
    content: '';
    display: block;
    width: 21px;
    height: 31px;
    position: absolute;
    left: 26px;
    top: 20px;
    background: url(/wp-content/themes/realife/img/marker-dark.svg) no-repeat;
    background-size: contain;
}
.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;
}


@media screen and (max-width: 1440px) {
  .nice-select span {
      font-size: 18px;
      font-weight: normal;
      height: 62px;
      line-height: 62px;
      padding-left: 26px;
      padding-right: 40px;
  }

  .filter-state span.current:before {
    top: 16px;
  }

  .hide-map {
      font-size: 18px;
      padding: 0 30px;
      height: 62px;
  }

  .nice-select .option {
    font-size: 16px;
    line-height: 42px;
    padding: 0 24px;
  }

  .filter-state .nice-select {
    width: 450px;
  }

  button#filters-reset {
    font-size: 18px;
    height: 62px;
    align-items: center;
  }

  button#filters-reset span {
    display: flex;
    align-items: center;
  }
  button#filters-reset img {
      max-width: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .nice-select span {
      font-size: 16px;
  }

  button#filters-reset,
  .hide-map {
      font-size: 16px;  
  }

  .hide-map {
        padding: 0 25px;

  }

  .filter-state .nice-select {
        width: 270px;
  }

}


@media screen and (max-width: 991px) {

}