.doctors {
    clear:both;
    margin-bottom: 2rem;
}

.doctors .name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 1rem;
}
.services .name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 1rem;
}
.doctors .more-link,
.services .more-link
{
    text-align: center;
}
.services .more-link {
    color:#1888EF;
    cursor:pointer;
}
.services .more-link:hover {
    text-decoration:underline;
}

.doctors .more-link a,
.services .more-link a
{
    font-size: 18px;
    text-decoration-line: none;
}
.doctors .more-link a:hover,
.services .more-link a:hover
{
    text-decoration-line: underline;
}

.doctor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #BFC9D2;
    padding-bottom: 1rem;
    padding-left: 0.1rem;
    margin-bottom: 1rem;
}

.doctor .photo-col-min {
    min-width: 80px;
    max-width: 80px;
}

.doctor .photo-block-mini {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.doctor .photo-block-mini .photo-mini {
    max-width:80px;
    vertical-align: top;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.doctor .content {
    flex-grow: 1;
    padding: 0 5px 0 15px;
    margin-bottom: 0px;
}

.doctor .name {
    font-size: 16px;
}

.doctor .prof {
    font-size: 13px;
}

.doctor a {
    text-decoration-line: none;
}

.doctor .perv-pri {
    float:left;
    clear:both;
    margin-bottom: 1rem;
}

.doctor-first .photo-col {
    min-width: 110px;
    max-width: 110px;
}

.doctor-first .name {
    font-size: 18px;
}

.doctor-first .prof {
    font-size: 16px;
}

.services {
    clear:both;
    margin-bottom: 1rem;
    position:relative;
    
}

.services_group {
    margin-bottom: 1rem;
}

.services_group_title {
    color: #1888EF;
}

.service_line {
    margin-left: 15px;
    display: table;
    font-size: 14px;
    margin-top: 5px;
    color: #52677E;
}

.service_name, .service_price {
    display: table-cell;
}
.service_name {
    position: relative;
    overflow: hidden;
    padding-top:5px;
}
.service_name:after {
    content: "";
    position: absolute;
    bottom: 0.99em;
    margin-left: 10px;
    width: 100%;
    border-bottom: 1px dotted #212529;
}

.service_price {
    text-align: right;
    width: 1%;
    vertical-align: bottom;
    padding-left: 0.5em;
    white-space: nowrap;
    font-weight: 700;
}

.doctor-or-clinic-card .address {

    display: inline-block;
    border-top: 1px solid #BFC9D2;
    padding-top: 0.5rem;
}

.service_list {
    height:250px;
    overflow: hidden;
    position:relative;
}
.service_list_gradient {
    cursor:pointer;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(
180deg
,rgba(253,254,255,.2) 0,#fefefe 99%);
}