.select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #003A5D;
  z-index:9990;
  margin-bottom:10px;
}
.select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.9;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
  display: block;
}
.select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #F2F2F2;
}
.select-box__list {
  background:#f8f8f8;
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  z-index:9;
}
.select-box__option {
  display: block;
  padding: 8px 15px;
  background-color: #f8f8f8;
  font-size:13px;
  margin-bottom:0;
}
.select-box__option span,
p.select-box__input-text span{
  font-size:13px;
  margin-left:10px;
}
.select-box__option:hover, .select-box__option:focus {
  background-color: #F2F2F2;
}

@-webkit-keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}








.nachodzace-szukaj{
  padding:25px 20px 25px 40px;
  font-size:13px;
  color:#003A5D!important;
  border-color:#003A5D;
  background:url('../img/search.svg') no-repeat;
  background-position:left 13px top 18px;
  background-size:15px;
}
input.nachodzace-szukaj::placeholder{
  color:#7f9cae!important;
  font-size:13px;
}
.nadchodzace-filtry {
  position: relative;
  cursor: pointer;
  outline: none;
}
.nadchodzace-filtry{
  background:url('../img/ico-filter.svg') no-repeat;
  background-size:18px;
  background-position:left 20px top 20px;
  padding:15px 15px 15px 60px;
  background-color: #F2F2F2;
  font-size:18px;
}
.nadchodzace-filtry:focus .nadchodzace-filtry-icon {
  transform: translateY(-50%) rotate(180deg);
}
.nadchodzace-filtry-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.9;
  transition: 0.2s ease;
}






.nachodzace-filtry-btn{
  background:url('../img/ico-filter.svg') no-repeat;
  background-size:18px;
  background-position:left 20px top 20px;
  padding:15px 15px 15px 60px;
  background-color: #F2F2F2;
  font-size:18px;
  border-radius:0;
  width:100%;
  text-align: left;
  color: #003A5D;
}
.nadchodzace-filtry-wybrane{
  font-size:13px;
  margin-left:10px;
}
.nachodzace-filtry-cont{
  color: #003A5D;
  margin-bottom:10px;
}
.nachodzace-filtry-cont .dropdown-menu{
  background:#f8f8f8;
  border:none;
  top:-2px!important;
  padding:20px 30px;
  color: #003A5D;
  font-weight:300;
  width:100%;
  box-shadow:none!important;
  transition:none;
  transform: translate3d(0px, 59px, 0px)!important;
}
.nachodzace-filtry-cont a:focus{
  outline:none;
  box-shadow:none;
}
.nachodzace-filtry-cont .dropdown-menu input[type=checkbox]{
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
}
.nachodzace-tagi-szukaj{
  padding:18px 20px 18px 40px;
  font-size:13px;
  color:#003A5D!important;
  border-color:#003A5D;
  background:url('../img/search.svg') no-repeat;
  background-position:left 13px top 11px;
  background-size:15px;
  background-color:#DDF3FA;
}
.nachodzace-tagi-szukaj::placeholder{
  color:#7f9cae!important;
  font-size:13px;
}
.nadchodzace-filtry-tagi-cont{
  height:200px;
  width:100%;
  margin-top:20px;
  overflow:hidden;
  overflow-y:scroll;;
}
.nadchodzace-filtry-tagi-cont ul{
  list-style-type: none;
  padding:0;
  margin:0;
}
.nadchodzace-filtry-tagi-cont ul li{
  padding: 8px;
  font-size: 13px;
  color: #003A5D!important;
  border: 1px solid #7E9BAD;
  background-color: #fff;
  border-radius:4px;
  margin-bottom:5px;
  cursor: pointer;
}
.nadchodzace-filtry-tagi-selected{
  padding-right:50px;
  border: 2px solid #003A5D;
  font-weight:600;
  background:url('../img/ico-filtry-check.svg') no-repeat;
  background-position:right 10px top 11px;
  background-size:17px;
  background-color: #fff;
}
.nachodzace-filtry-btn[aria-expanded="true"] .nadchodzace-filtry-icon{
 transform: translateY(-50%) rotate(180deg);
}

@media all and (min-width: 1200px){
  .nachodzace-szukaj{
    margin-top:20px;
  }
  .nachodzace-filtry-cont{
    margin-bottom:0;
  }
}







.filter-clear{
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    color: #479FF6;
    text-decoration: underline;
}





















