

/* Start:/local/components/nephroline/dc.list/templates/services/style.css?17752277724362*/
#wrapper__center{
  background: #f2f5f8;
}

#suggestions {
    position: absolute;
    display: none;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    padding: 12px 21px 13px;
}

#suggestions div {
    padding: 5px;
    cursor: pointer;
}
#incorrectInput{
  pointer-events: none;
}

#suggestions div:hover {
    color: #bf0707;
}
.filter-wrapper__services{
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
}
.filter-wrapper__title__services{
    display: flex;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    justify-content: space-between;
    flex-direction: row;
    align-items: center
}
.filter-wrapper__input-box__services{
    position: relative;
     min-width: 40%;
}
.filter-wrapper__filter__services{
    -webkit-box-flex: 0;
    justify-content: flex-start;
    display: flex;
    flex: 3;
}
.form-field__services{
    display: block;
    width: 100%;
    padding: 12px 21px 13px;
    border: 2px solid transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #f2f5f8;
    font-size: 14px;
    line-height: 1.4;
    color: #1a1a1a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.filter-wrapper__buttons{
    display: flex;
    flex: 2 0 50%;
    align-items: center;
}    
.filter-wrapper__btn{
  text-transform: uppercase;
  padding:12px 60px;
  border:1px solid #ccc;
  font-weight: bold;
  background:none;
  border-radius:8px;
}
.filter-wrapper__btn + .filter-wrapper__btn {
  margin-left: 10px;
}
.filter-wrapper__btn.active{
  background:#5d5b5b;
  color:white;
}
.filter__services{
    max-width: 345px;
    flex: 0 0 53%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 -15px;
}
.filter__btn__services{
    position: relative;
    z-index: 1;
    padding-right: 15px
}
.filter__btn__services .btn{
    min-width: 0;
    width: 100%;
    
}
.btn.btn_bd.services{
    padding:12px 5px;
    min-width: 150px;
}
.service{
   margin-bottom: 10px; 
   border-bottom: 1px solid #ccc; 
   padding: 10px;
   max-width: 90%;

}
.service-name:after{
    content: "\203A";
    margin-left: 20px;
    color: #afafaf;
    font-size: 26px;
}
.service-name{
  display:flex;
  justify-content:space-between;
  
  cursor: pointer;
  font-size:18px;
  font-weight: bold;
}
.dialysis-center{
display:none;
  margin-top:40px;
}
.dialysis-center__header{
  font-size: 18px;
  color:#bf0707;
  border-bottom:3px solid #bf0707;
  margin: 0 10px 20px;
  padding:10px 0;
}
.mcenters__wrap{
  margin-left:10px;
}
.mcenters__regions{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.mcenter__hidden{
  flex-direction:column;
}
.mc-service.detail-dc{
  min-width:90%;
  color: #fff;
  padding: 7px 18px 8px;
  border: 2px solid white;
  border-radius: 5px;
  background: 0 0;
  cursor: pointer;
  text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 1.4;
    letter-spacing: .06em;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.mc-service.detail-dc:hover{
  background:white;
  color:#5d5b5b;
}
.mcenter__hidden .spy-button{
  display:block;
  background-color:  white;
  color: var(--window-button-bg-color);
  font-weight:bold;
  min-width:90%;
  margin-bottom:10px;
}
.mcenter__hidden .spy-button:hover{
  background-color:var(--window-button-bg-color);
  color:  white;
}
@media only screen and (max-width:1150px) {
  .filter-wrapper__filter__services{
    flex-direction: column;
  }
}
@media only screen and (max-width:760px) {
  .filter-wrapper__input-box__services{
    min-width: 50%;
  }
}
@media only screen and (max-width:450px) {
  .filter-wrapper__input-box__services{
    min-width: 60%;
  }
  .filter-wrapper__buttons{
    font-size: 12px;
  }
  .filter-wrapper__btn{
    padding: 12px 50px;
  }
  .form-field_white{
    font-size: 12px;
  }
}
@media only screen and (max-width:300px) {
  .filter-wrapper__input-box__services{
    min-width: 70%;
  }
  
  .filter-wrapper__btn{
    padding: 12px 40px;
  }
  
}

/* End */
/* /local/components/nephroline/dc.list/templates/services/style.css?17752277724362 */
