.specialist-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 408px;
    width: 100%;
    margin:0 auto 30px;
}
.doctors-cards-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.doctors-cards-row > :not(.specialist-card-col) {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
.doctors-cards-row > .nav_doctors,
.seo-prices-detail__specialists.row > .nav_doctors {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
.seo-prices-detail__specialists.row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.specialist-card-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.specialist-card-col .specialist-wrapper {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    height: 100%;
}
.specialist-card-col .write_doctor {
    flex-shrink: 0;
    margin-top: 20px;
}
.specialist-wrapper .img-block {
    height: 365px;
    max-height: 365px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}
.specialist-wrapper .img-block::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    pointer-events: none;
}
.specialist-wrapper:hover .img-block::after {
    background: rgba(0, 0, 0, 0.15);
}
.specialist-wrapper .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.specialist-wrapper:hover .img-block img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.specialist-wrapper .desc-wrapper {
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.red-bg {
    background: rgba(215,77,82,1);
}
.white-color{
    color: #fff;
}
.darkgreen-bg{
    background: rgba(80,166,121,1);
}
.specialist-wrapper .desc-wrapper .desc-block {
    border: 1px solid rgba(255,255,255,0.7);
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 200px;
    box-sizing: border-box;
}
.specialist-wrapper .desc-wrapper .name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 14px;
    margin-bottom: 10px;
    flex-shrink: 0;
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.specialist-wrapper .desc-wrapper .post {
    height: 105px;
    min-height: 105px;
    flex: 0 0 105px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: 'Play', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 150%;
}
.specialist-wrapper .desc-wrapper .more-btn {
    margin-top: auto;
    flex-shrink: 0;
    padding-top: 10px;
    display: inline-block;
    width: auto;
    border: none;
    transition: none;
    color: #fff;
}
.specialist-wrapper .desc-wrapper .more-btn:hover {
    opacity: 0.85;
}
.write_doctor{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.nav_doctors{
    margin: 15px auto;
}
.nav_doctors .bx-pagination .bx-pagination-container ul li.bx-active span{
    background: #30915a;
}

/* Compact doctor cards on /seo/prices/ landing pages */
.seo-prices-detail__specialists.row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.seo-prices-detail__specialists .specialist-card-col {
    display: flex;
    flex-direction: column;
}
.seo-prices-detail__specialists .specialist-card-col .specialist-wrapper {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.seo-prices-detail__specialists .specialist-wrapper .img-block {
    height: 240px;
    max-height: 240px;
}
.seo-prices-detail__specialists .specialist-wrapper .desc-wrapper {
    position: static !important;
}
.seo-prices-detail__specialists .specialist-wrapper .desc-wrapper .desc-block {
    min-height: 160px;
}
.seo-prices-detail__specialists .specialist-wrapper .desc-wrapper .name {
    font-size: 13px;
    line-height: 1.25;
    min-height: 36px;
    max-height: 36px;
    -webkit-line-clamp: 2;
}
.seo-prices-detail__specialists .specialist-wrapper .desc-wrapper .post {
    height: 72px;
    min-height: 72px;
    max-height: 72px;
    flex: 0 0 72px;
    -webkit-line-clamp: 4;
    font-size: 12px;
    line-height: 1.35;
}
.seo-prices-detail__specialists .write_doctor {
    margin-top: 12px;
    flex-shrink: 0;
}
