#main-block .custom-select
{
    position: relative;
    font-family: Arial;
}

#main-block .custom-select select
{
    display: none;
}

#main-block .select-selected
{
    margin: 25px 0px;
    border: 1px solid white;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    color: #9a999e;;
    background-color: white;    
}
  
#main-block .select-selected:after
{
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
}
  
#main-block .select-selected.select-arrow-active:after
{
    top: 7px;
}
  
#main-block .select-items div,.select-selected
{
    color: #00829a;
    padding: 8px 16px;
    cursor: pointer;
}
  
#main-block .select-items
{
    position: absolute;
    color: #00829a;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid white;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;   
    border-top: 0px;
    margin-top: -6px;
    border-radius: 0px 0px 5px 5px;   
    max-height: 200px;
    overflow: auto;          
}
  
#main-block .select-items span
{
    color: black;
    font-size: 14px;    
}

#main-block .select-items div
{
    color: #000;
    font-size: 14px;
}

#main-block .select-hide
{
    display: none;
}
  
#main-block .select-items div:hover, .same-as-selected
{
    background-color: rgba(0, 0, 0, 0.1);
}

#popup-block .select-items span
{
    color: black;
    font-size: 14px;    
}

#popup-block .select-items div
{
    color: rgb(113, 113, 113) !important;
    font-size: 12px;
}

#popup-block .select-hide
{
    display: none;
}
  
#popup-block .select-items div:hover, .same-as-selected
{
    background-color: rgba(0, 0, 0, 0.1);
}

#free-diagnosis-block .select-hide
{
    display: none;
}

#free-diagnosis-block .custom-select
{
    position: relative;
    font-family: Arial;
    width: 282px;
}

#free-diagnosis-block .custom-select select
{
    display: none;
}

#free-diagnosis-block .select-selected
{
    margin: 25px 0px;
    border: 1px solid white;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    color: white;
    background-color: #00829a;    
    height: 35px;
    display: flex;
    align-items: center;    
}
  
#free-diagnosis-block .select-selected:after
{
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
}
  
#free-diagnosis-block .select-selected.select-arrow-active:after
{
    top: 7px;
}
  
#free-diagnosis-block .select-items div,.select-selected
{
    color: white;
    padding: 8px 16px;
    cursor: pointer;
}
  
#free-diagnosis-block .select-items
{
    position: absolute;
    color: white;
    background-color: #00829a;
    top: 78%;
    left: 1px;
    right: 1px;
    z-index: 99;
    border: 1px solid #00829a;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;   
    border-top: 0px;
    margin-top: -6px;
    border-radius: 0px 0px 5px 5px;   
    max-height: 250px;
    overflow: auto;          
}
  
#map-block-block .select-hide
{
    display: none;
}
  
#map-block .select-items div:hover, .same-as-selected
{
    background-color: rgba(0, 0, 0, 0.1);
}

/* */

#map-block .custom-select
{
    position: relative;
    font-family: Arial;
    width: 282px;
}

#map-block .custom-select select
{
    display: none;
}

#map-block .select-selected
{
    margin: 25px 0px;
    border: 1px solid white;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    color: black;
    background-color: white;    
    height: 25px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 10%);           
}
  
#map-block .select-selected:after
{
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
}
  
#map-block .select-selected.select-arrow-active:after
{
    top: 7px;
}
  
#map-block .select-items div,.select-selected
{
    color: black;
    padding: 8px 16px;
    cursor: pointer;
}
  
#map-block .select-items
{
    position: absolute;
    color: black;
    background-color: white;
    top: 75%;
    left: 0px;
    right: 0px;
    z-index: 99;
    border: 1px solid white;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;   
    border-top: 0px;
    margin-top: -6px;
    border-radius: 0px 0px 5px 5px;   
    max-height: 250px;
    overflow: auto;    
    -webkit-box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 10%); 
}
  
#map-block .select-hide
{
    display: none;
}
  
#map-block .select-items div:hover, .same-as-selected
{
    background-color: rgba(0, 0, 0, 0.1);
}


/* */

#popup-block .custom-select
{
    position: relative;
    font-family: Arial;
    width: 100%;
}

#popup-block .custom-select select
{
    display: none;
}

#popup-block .select-selected
{
    margin: 25px 0px;
    border: 1px solid white;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    color: black;
    background-color: white;    
    height: 25px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 10%);           
}

#popup-block .select-selected span:nth-child(1)
{
    margin: 0px 5px;
}

#popup-block .select-selected span:nth-child(2)
{
    margin: 0px 5px;
    color: gray;
}

#popup-block .select-selected:after
{
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
}
  
#popup-block .select-selected.select-arrow-active:after
{
    top: 7px;
}
  
#popup-block .select-items div,.select-selected
{
    color: black;
    padding: 8px 16px;
    cursor: pointer;
}
  
#popup-block .select-items
{
    position: absolute;
    color: black;
    background-color: white;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 99;
    border: 1px solid white;
    border-radius: 5px;
    text-align: left;
    font-size: 14px;   
    border-top: 0px;
    margin-top: -6px;
    border-radius: 0px 0px 5px 5px;   
    max-height: 250px;
    overflow: auto;    
    -webkit-box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 5px 3px rgb(0 0 0 / 10%); 
}
  
#popup-block .select-hide
{
    display: none;
}
  
#popup-block .select-items div:hover, .same-as-selected
{
    background-color: rgba(0, 0, 0, 0.1);
}

.select-items span:nth-child(1)
{
    font-size: 13px !important;
    color: black !important;
    font-weight: bold;
}

.select-items span:nth-child(2)
{
    font-size: 13px !important;
    color: gray !important;
}