.vc_doctors_liiva .tags-row{
    margin-bottom: 70px;
}
.vc_doctors_liiva .tags-row .item{
    float: left;
    margin: 5px 14px 5px;
    text-transform: uppercase;
    font-size: 20px;
    color: rgba(30, 30, 30, 0.7);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
}

.vc_doctors_liiva .tags-row .item.active::before {
    content: '';
    position: absolute;
    width: 142px;
    height: 19px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
    background: url('../img/news-active.png') no-repeat;
    background-size: contain;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.vc_doctors_liiva .tags-row .item.active{
    color: #4c4466;
}
.vc_doctors_liiva{
    margin: 20px 0px 15px;
    min-height: 400px;
}
.vc_doctors_liiva .tags-row .item:hover{
    color: #4c4466;
}

.vc_doctors_liiva .loader-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    top: 0px;
    left: 0px;
    z-index: 10;
    display: none;
}
.vc_doctors_liiva .loader-wrapper #ecg{
    top: 250px !important;
}


@media (max-width: 767px){
    .vc_doctors_liiva .tags-row .item{
        font-size: 14px;
    }

    .vc_doctors_liiva .tags-row .item.active::before {
        width: 99px;
    }
}

@media (max-width: 500px){
    .vc_doctors_liiva .tags-row .item.active::before {
        width: 75px;
        bottom: -6px;
    }
}


.doc-item-list{
    width: 241px;
    margin: 0px auto 40px;
    position: relative;

}
.doc-item-list .foto-block{
    position: relative;
    z-index: 2;
    width: 100%;
}
.doc-item-list .foto-block::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 169px;
    left: 0px;
    bottom: 0px;
    background: url('../img/doctor-foto-back.png') no-repeat;
    background-size: contain;
    z-index: -1;
}
.doc-item-list .foto-block img{
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.doc-item-list .d-info{
    position: relative;
    z-index: 3;
    width: 100%;
    background: url('../img/doc-sidebar.png');
    padding: 0px 15px 5px;

}
.doc-item-list .d-info::before {
    content: '';
    position: absolute;
    width: 239px;
    height: 64px;
    left: 0px;
    top: -64px;
    background: url('../img/doc-sidebar-1.png') no-repeat;
}
.doc-item-list .d-info::after {
    content: '';
    position: absolute;
    width: 241px;
    height: 19px;
    left: 0px;
    bottom: -19px;
    background: url('../img/doc-sidebar-2.png') no-repeat;
}
.doc-item-list .d-info .ico{
    text-align: center;
    height: 44px;
    width: 100%;
    left: 50%;
    width: 44px;
    margin-left: -22px;
    top: -40px;
    position: absolute;
}
.doc-item-list .d-info .ico img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.doc-item-list .stats{
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    padding-bottom: 12px;
}


.doc-item-list .stars, .doc-item-list .review{
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.doc-item-list .stats .num{
    color: #a75f86;
    font-size: 17px;
    text-align: center;
}
.doc-item-list .stats .sub-num{
    color: #a75f86;
    font-size: 8px;
}
.doc-item-list .cap-clinic{
    font-size: 15px;
    color: #4c4466;
    text-transform: uppercase;
    padding: 30px 0px 20px;
    font-weight: 700;
}
.doc-item-list .clinics{
    padding: 0px 9px;
}

.doc-item-list .list-clinics .cap{
    color: #a75f86;
    font-size: 9px;
    text-align: center;
    width: 46px;
    word-break: break-word;
    margin-left: -8px;
}

.doc-item-list .list-clinics .item-clinic{
    margin-bottom: 15px;
}



.doc-item-list .btn-form {
    font-family: 'laCartoonerie';
    text-align: center;
    display: block;
    border: 0px;
    outline: 0px;
    color: #fff !important;
    font-size: 15px;
    border-radius: 30px;
    padding: 0px 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 38px;
    width: 136px;
    background: url('../img/btn-2.png') center no-repeat;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 8;
    margin: -7px auto 0px;
}

.doc-item-list .btn-form::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/btn-2-h.png') center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    z-index: -1;
}

.doc-item-list .btn-form:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.doc-item-list .title{
    color: #3c3258;
    font-size: 20px;
    font-family: 'laCartoonerie';
    margin: 10px 0px 5px;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: 700;
    padding: 0px 10px;
}
.doc-item-list .subcap{
    color: #70345d;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding: 0px 10px;
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
}
