

/* Start:/local/components/lab4u/medcenters.main/templates/new/style.css?1789043266879*/
.data_tab {
  width: 100%;
}

.data_tab tr:nth-child(1) td:nth-child(1) {
  border-radius: 5px 0 0 0;
}

.data_tab tr:nth-child(1) td:nth-child(12) {
  border-radius: 0 5px 0 0;
}

.data_tab tr:nth-child(even) td {
  background-color: #fff !important;
}

.data_tab thead td {
  font-weight: bold;
  border-right: 1px solid #9f9f9f;
  border-left: 1px solid #eeeeee;
  background-image: linear-gradient(to bottom, #b9c7cd, #aab6b8);
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
}

.data_tab td {
  padding: 8px;
  border-left: 0px solid #dadada;
  border-bottom: 0px solid #dadada;
  text-align: center;
  background-color: #f5f9f9;
}
.data_tab .input_field input {
  padding: 2px;
  text-align: center;
  width: 70px;
  border: 1px solid #efefef;
  -webkit-box-shadow: none !important;
  margin: 5px;
}

.data_tab .input_field div {
  font-size: 11px;
  margin: 3px 0 3px 0;
}

/* End */


/* Start:/local/components/lab4u/medcenters.list/templates/new_map/style.css?17890432665487*/
/*.medcentres {*/
/*    position: relative;*/
/*    box-sizing: border-box;*/
/*    max-width: 420px;*/
/*}*/

/*.medcentres__column {*/
/*    margin-top: 100px;*/
/*    background-color: #ffffff;*/
/*}*/

.medcentres__btn-filter-wrapper {
    box-shadow: 0px 0px 0px 1px rgb(48 57 58 / 5%), 0px 4px 15px rgb(48 57 58 / 5%);
    padding: 20px;
    display: flex;
    background-color: #ffffff;
    pointer-events: auto;
    z-index: 999;
    /*position: relative;*/
    position: sticky;
    top: 60px;
}

.medcentres__btn-filter {
    padding: 10px 40px 10px 35px;
    width: 100%;
    border-radius: 8px;
    background-color: #F4F5F5;
    line-height: 24px;
    color: #30393a;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 470px) {
    .medcentres__btn-filter {
        padding: 10px 20px;
    }
}

.medcentres__btn-filter::before {
    content: "\e905";
    font-family: "icomoon2";
    font-size: 18px;
    margin-right: 12px;
}

@media (max-width: 550px) {
    .medcentres__btn-filter::before {
        margin-right: 0px;
    }
}

@media (max-width: 980px) {
    .medcentres__btn-filter {
        width: 100%;
        justify-content: center;
    }
}

.medcentres__btn-filter.active {
    background-color: #6E7475;
    color: #ffffff;
}

.medcentres__btn-filter:hover {
    background-color: #6E7475;
    color: #ffffff;
    transition: 0.2s;
}

@media (max-width: 550px) {
    .medcentres__btn-filter-title {
        margin-left: 12px;
    }
}

@media (max-width: 470px) {
    .medcentres__btn-filter-title {
        display: none;
    }
}

@media (max-width: 550px) {
    .medcentres__btn-filter-defaul-text span {
        display: none;
    }
}

.medcentres__btn-filter-close {
    padding: 12px 18px;
    background-color: #6E7475;
    border-radius: 8px;
    border: none;
    color: #ffffff;
    margin-left: 8px;
    cursor: pointer;
}

.medcentres__btn-filter-close::before {
    content: "\e902";
    font-family: "icomoon";
    font-size: 13px;
}

.medcentres__btn-show-list {
    border: none;
    min-width: 172px;
    padding: 8px 20px;
    border-radius: 8px;
    border: 1px solid #EAEBEB;
    background-color: #ffffff;
    margin-right: 20px;
    display: none;
}
@media (max-width: 980px) {
    .medcentres__btn-show-list {
        display: block;
    }
}
@media (max-width: 350px) {
    .medcentres__btn-show-list {
        min-width: 150px;
        margin-right: 8px;
        padding: 8px 10px;
    }
}

.medcentres__medcentres-list {
    list-style: none;
    pointer-events: auto;
    padding-left: 0px;
    margin: 0px;
}

.medcentres__medcentres-item {
    padding: 20px;
    border-bottom: 1px solid #D5D7D7;
    background-color: #FFFFFF;
    position: relative;
}

.medcentres__medcentres-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.medcentres__medcentres-total-price {
    font-size: 16px;
    line-height: 24px;
}

.medcentres__medcentres-title {
    line-height: 24px;
    color: #00aacc;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 0px;
    font-weight: normal;
    max-width: 220px;
}

@media (max-width: 400px) {
    .medcentres__medcentres-title {
        max-width: 210px;
    }
}

.medcentres__subway {
    line-height: 24px;
    display: flex;
    align-items: flex-start;
}

/*
.medcentres__subway span::after {
    content: "";
    margin-left: 4px;
    margin-top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: #009a49;
    background-color: #009a49;
    position: absolute;
    max-width: 317px;
}*/


.medcentres__adress {
    line-height: 20px;
    color: #6E7475;
    font-size: 14px;
    margin-bottom: 4px;
    max-width: 320px;
}

.medcentres__stars {
    color: #F8BC20;
    line-height: 20px;
    font-size: 14px;
    max-width: 320px;
}

.medcentres__stars::before {
    content: "\e902";
    font-family: "icomoon4";
    color: #F8BC20;
    font-size: 14px;
    margin-right: 4px;
}

.medcentres__comment {
    color: #6E7475;
    line-height: 20px;
    font-size: 14px;
    margin-left: 8px;
}



.medcentres__remark-list-wrapper {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.medcentres__remark-list {
    display: flex;
}

@media (max-width: 330px) {
    .medcentres__remark-list {
        flex-direction: column;
    }
}

.medcentres__remark-item {
    color: #6E7475;
    font-size: 12px;
    border: 1px solid #D5D7D7;
    padding: 3px 5px;
    border-radius: 4px;
}

.medcentres__remark-item + .medcentres__remark-item {
    margin-left: 8px;
}

@media (max-width: 330px) {
    .medcentres__remark-item + .medcentres__remark-item {
        margin-left: 0px;
        margin-top: 8px;
    }
}

.medcentres__like {
    color: #D5D7D7;
   /* position: absolute;*/
    right: 20px;
    bottom: 20px;
}

.medcentres__like path {
    stroke: transparent;
}

.medcentres__like path:hover {
    stroke: #F8BC20 !important;
    fill: #F8BC20;
}

.medcentres__medcentres-item-grey {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.1);
}

.medcentres__test-price {
    font-size: 13px;
    line-height: 20px;
    display: flex;
   /* margin-top: 12px;*/
}

.medcentres__test-price-value {
    margin-left: auto;
}
.medcentre-price-list {
    margin-top: 12px;
}

/* End */
/* /local/components/lab4u/medcenters.main/templates/new/style.css?1789043266879 */
/* /local/components/lab4u/medcenters.list/templates/new_map/style.css?17890432665487 */
