body{
   /* background: #fff url('../img/bgr-clinics.jpg');
    background-position: top center;
    background-repeat: repeat-y;*/
}
.map-style-clinic{
    display: none;
}
.entry-header-main .entry-title{
    margin-bottom: 0px;
}
.vc_clinics_liiva .button-row{
    margin-bottom: 25px;
}

.vc_clinics_liiva .button-row .btns-5{
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    margin: 0px 10px;
}
.vc_clinics_liiva .button-row .btns-5.active::after {
    background-image: url('../../../img/btns-5-h.png');
}
.vc_clinics_liiva .button-row .btns-5::after {
    opacity: 1 !important;
}
.vc_clinics_liiva .button-row .btns-5::before {
    display: none;
}
.vc_clinics_liiva .button-row .btns-5:hover{
    opacity: 0.8;
}


@media (max-width: 992px){
    .vc_clinics_liiva .button-row .btns-5{
        font-size: 18px;
        min-height: 50px;
        max-width: 225px;
    }
}
@media (max-width: 500px){
    .vc_clinics_liiva .button-row .btns-5{
        font-size: 12px;
        min-height: 47px !important;
        width: 128px !important;
        margin: 0px 7px;
    }
}
.vc_clinics_liiva .title-2{
    font-family: 'laCartoonerie';
    color: #544d6d;
    font-size: 43px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}
.vc_clinics_liiva .tags-row{
    margin-bottom: 25px;
}
.vc_clinics_liiva .tags-row .item{
    float: left;
    margin: 15px 32px 5px;
    text-transform: uppercase;
    font-size: 26px;
    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_clinics_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_clinics_liiva .tags-row .item.active{
    color: #4c4466;
}
.vc_clinics_liiva{
    margin: 20px 0px 15px;
    min-height: 400px;
}
.vc_clinics_liiva .tags-row .item:hover{
    color: #4c4466;
}

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



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

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

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



/**/


.clinic-list-style .clinic_logo{
    text-align: center;
}
.clinic-list-style .clinic_logo img {
    max-height: 140px;
    max-width: 100%;
    width: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.clinic-list-style .clinic_logo:hover img{
    opacity: 0.6;
}

.clinic-list-style .clinic_subcap {
    color: #3d3459;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 16px;
}
@media (min-width: 1200px) {
    .clinic-list-style .clinic_subcap {
        white-space: nowrap;
    }
}
.clinic-list-style .clinic_subcap:hover {
    text-decoration: underline;
}

.clinic-list-style .btn {
    font-family: 'laCartoonerie';
    text-align: center;
    display: block;
    border: 0px;
    outline: 0px;
    color: #fff !important;
    font-size: 20px;
    border-radius: 30px;
    padding: 0px 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 57px;
    width: 235px;
    background: url('../img/clinic-description.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.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
}

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

.clinic-list-style .btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.clinic-list-style .с-info {
    padding-top: 15px;
}

.clinic-list-style .с-info::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 100%;
    top: 0px;
    left: -15px;
    background: url('../img/clinic-line-l.png') no-repeat;
    background-size: contain;
}

.с-info .cap-clinic {
    font-size: 24px;
    color: #904b6c;
    text-transform: uppercase;
    padding: 0px 0px 20px;
    font-weight: 700;
}

.с-info .adress .cap {
    font-family: 'laCartoonerie';
    font-size: 24px;
    margin-bottom: 10px;
}

.с-info .adress {
    font-size: 17px;
    color: #914c6d;
    font-weight: 600;
}

.с-info .adress a {
    color: #914c6d;
    display: table;
    width: auto;
}

.с-info a:hover {
    text-decoration: underline;
}

.с-info .clinic_tel,
.с-info .clinic_soc {
    margin: 5px 0px;
}

.с-info .clinic_soc a {
    float: left;
    margin: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.с-info .clinic_soc a:hover {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}

.clinic_work {
    margin: 15px 0px 30px;
    color: #924e6e;
    font-size: 16px;
    float: left;
    width: 100%;
}

.clinic_work .item {
    float: left;
    position: relative;
    padding-bottom: 14px;
    margin-right: 15px;
}

.clinic_work .item:last-child {
    margin-right: 0px;
}

.clinic_work .item.free {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.clinic_work .item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 13px;
    bottom: 0px;
    left: 0px;
    background: url('../img/clinic-work.png') no-repeat;
    background-size: contain;
}
@media (max-width: 767px) {
    .clinic_subcap{
        text-align: center;
    }
    .clinic-list-style .btn{
        margin: auto;
    }
    .stat-doc-clinic{
        text-align: center;
        margin: auto;
        display: block;
    }

}

@media (max-width: 575px) {
    .с-info .cap-clinic,
    .с-info .adress .cap{
        font-size: 18px;
    }
    .с-info .adress{
        text-align: center;
    }
    .clinic_subcap{
        text-align: center;
    }
    .clinic-list-style .btn{
        margin: auto;
        height: 55px;
        width: 183px;
        background-size: contain;
    }

    .с-info .adress a{
        width: 100%;
    }
    .clinic-list-style .с-info{
        display: table;
        margin: auto;
    }
    .clinic_work{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }

}

.clinic-list-style{
    margin-top: 25px;
}

#map_clinic{
    width: 100%;
    height: 500px;
}

.clinic-list-style.on-map .clinic_logo img{
    max-width: 80px;
}



.doted-sm{
    position: relative;
}
.doted-sm::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 23px;
    bottom: -33px;
    left: 0%;
    background: url('../../../img/head-line.png') no-repeat;
    background-size: contain;
}


.list-style-clinic .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;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
}

.list-style-clinic .stats::before {
    content: '';
    position: absolute;
    width: 211px;
    height: 9px;
    bottom: 0px;
    left: 0px;
    background: url('../img/stat-subline.jpg') no-repeat;
}
.list-style-clinic .stars{
    margin-right: 15px;
}
.list-style-clinic .stars, .list-style-clinic .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;
}

.list-style-clinic .stats .num{
    color: #a75f86;
    font-size: 17px;
    text-align: center;
}
.list-style-clinic .stats .sub-num{
    color: #a75f86;
    font-size: 8px;
}

.sr-staj-cl{
    font-size: 16px;
    color: #904b6c;
    padding: 0 0 5px;
    font-family: 'laCartoonerie';
}
.sr-staj-cl span{
    font-weight: 700;
}

.sr-staj-cl.f-1{
    margin-top: 25px;
}
