body {
    background: #fff url('../img/clinic_bgr.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}
@media (min-width: 1600px) {
    body {
        background-size: contain;
    }
}

.header-top-offset header#masthead {
    background: rgba(0, 0, 0, 0);
}

.clinic-description{
    overflow: hidden;
}

.clinic-description-title {
    width: 1009px;
    min-height: 117px;
    text-align: center;
    margin: auto;
    color: #ebf1ee;
    position: relative;
    font-family: 'laCartoonerie';
    background: url('../img/title-clinic.png') no-repeat;
    background-size: cover;
    padding: 15px 50px;
    font-size: 58px;
    margin-bottom: 55px;
    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;
    background-position: center;
}
.clinic-description-title::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1145px;
    height: 23px;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
    background: url('../img/head-line.png') no-repeat;
    background-size: contain;
    opacity: 0;
}
@media (max-width: 1200px) {
    .clinic-description-title {
        font-size: 48px;
        left: -50px;
    }
}
@media (max-width: 1020px) {
    .clinic-description-title {
        width: 100%;
        left: 0px;
        font-size: 38px;
        background: none;
        color: #3f365a;
        font-weight: 900;
        padding: 0px;
        min-height: 0px;
        padding-bottom: 15px;
    }
    .clinic-description-title::before {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .clinic-description-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .clinic-description-title {
        font-size: 26px;
    }
}
.clinic-description .clinic_logo{
    text-align: center;
}
.clinic-description .clinic_logo img {
    max-height: 140px;
    max-width: 100%;
    width: auto;
}

.clinic-description .clinic_subcap {
    color: #3d3459;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 16px;
}

.clinic-description .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-description .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-description .btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

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

.clinic-description .с-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 .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: 20px;
}

.с-info .stars {
    margin-right: 15px;
}

.с-info .stars, .с-info .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;
}

.с-info .stats .num {
    color: #a75f86;
    font-size: 17px;
    text-align: center;
    line-height: 1;
    margin-top: 3px;
}

.с-info .stats .sub-num {
    color: #a75f86;
    font-size: 8px;
    line-height: 1;
}

.с-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: block;
}

.с-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;
}

.clinic_info {
    margin-bottom: 30px;

}

.clinic_info .caption {
    color: #3d3459;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 15px;
}

#map-clinic {
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.road-caption {
    color: #9a5b79;
    font-size: 28px;
    font-family: 'laCartoonerie';
    margin: 25px 0px;
    font-weight: 700;
    position: relative;
}

.road-caption::before {
    content: '';
    position: absolute;
    width: 1630px;
    height: 23px;
    top: 14px;
    left: -266px;
    background: url('../img/road-caption.png') no-repeat;
}

.clinic-description .road-items {
    font-size: 18px;
    color: #70345d;
    font-family: 'laCartoonerie';
}


.clinic-description .road-items .trigger {
    margin-bottom: 30px;
    word-break: break-word;
}


.clinic-description .road-items .num {
    width: 61px;
    height: 57px;
    background: url('../img/round.png') no-repeat;
    text-align: center;
    color: #70345d;
    font-size: 26px;
    padding: 14px 0px;
    font-weight: 400;
    margin-right: 10px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .clinic-description .road-items .trigger {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .clinic-description .road-items .num {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
        margin: 0px;
    }
}

@media (max-width: 575px) {
    .с-info .cap-clinic,
    .с-info .adress .cap{
        font-size: 18px;
    }
    .с-info .adress{
        font-size: 14px;
    }
    .clinic_subcap{
        text-align: center;
    }
    .clinic-description .btn{
        margin: auto;
        width: 223px;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}



/**/

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

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

}
.doc-item-list-clinic .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-clinic .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-clinic .d-info .ico{
    text-align: center;
    height: 44px;
    width: 100%;
    left: 50%;
    width: 44px;
    margin-left: -22px;
    top: -40px;
    position: absolute;
}
.doc-item-list-clinic .d-info .ico img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.doc-item-list-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;
    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-clinic .stars, .doc-item-list-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;
}

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

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


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



.doc-item-list-clinic .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_clinic.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-clinic .btn-form::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/btn-2_clinic-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-clinic .btn-form:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.doc-item-list-clinic .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-clinic .subcap{
    color: #70345d;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    padding: 0px 10px;
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
}
*/



.list-doctors h3{
    font-size: 16px;
    color: #51496a;
    margin: 27px 0px 15px;
    font-weight: 700;
    font-family: 'laCartoonerie';
}
.list-doctors .triggers{
    margin-bottom: 15px;
}

.list-doctors{
    padding-top: 100px;
    background: #fff url('../img/clinic_bgr_2.jpg') no-repeat;
    background-position: center top;
    color: #434444;
    font-size: 15px;
}
@media (min-width: 1600px) {
    .list-doctors{
        background-size: cover;
    }
}




/**/

.list-doctors .name{
    font-size: 25px;
    font-family: 'laCartoonerie';
    color: #3c3258;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}
.list-doctors .name:hover{
    color: #70345d;
}
.list-doctors .subcap{
    font-size: 16px;
    color: #70345d;
}


.list-doctors .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-doctors .stars{
    margin-right: 15px;
}
.list-doctors .stars, .list-doctors .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-doctors .stats .num{
    color: #a75f86;
    font-size: 21px;
    text-align: center;
    line-height: 1;
}
.list-doctors .stats .sub-num{
    color: #a75f86;
    font-size: 10px;
    text-align: center;
}

.list-doctors .staj{
    color: #51496a;
    font-size: 17px;
    font-family: 'laCartoonerie';
    font-weight: 700;
}
.list-doctors .staj-rez{
    color: #434444;
    font-size: 16px;
}
.clinic-description-title{

}
.list-doctors .btn-form {
    font-family: 'laCartoonerie';
    text-align: center;
    border: 0px;
    outline: 0px;
    color: #fff !important;
    font-size: 23px;
    border-radius: 30px;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 59px;
    max-width: 212px;
    width: 100%;
    margin: auto;
    background: none;
    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: 2;
    line-height: 1.3;
    background-size: cover;
    transform: scale(0.8);
}
.list-doctors .btn-form::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../vc_shortcode/vc_doctors_search/img/btn.png') center no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
}
.list-doctors .btn-form::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../vc_shortcode/vc_doctors_search/img/btn-h.png') center no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    z-index: -1;
}
.list-doctors .btn-form:hover::after {
    opacity: 0;
}
.list-doctors .btn-form:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.list-doctors .stats img {
    max-width: 30px;
}
.list-doctors .btns-clinics a{
    float: left;
    margin-right: 2px;
    margin-bottom: 5px;
    width: 113px;
    background-size: contain;
}
.list-doctors .btns-clinics a::before{
    background-size: contain;
}

@media (max-width: 992px){
    .list-doctors .btns-clinics{
        margin-top: 25px;
    }
}
@media (max-width: 767px){
    .list-doctors .stats{
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .list-doctors .subcap{
        margin-bottom: 25px;
    }
    .ajax_search_doctors{
        text-align: center;
    }
    .list-doctors .name{
        color: #70345d;
    }
    .list-doctors .btn-form{
        margin: auto;
        height: 55px;
        width: 183px;
        background-size: contain;
        margin: 10px auto;
    }
}


.list-doctors .row-docs{
    min-height: 115px;
}
.sr-staj-cl{
    font-size: 16px;
    color: #904b6c;
    padding: 0 0 20px;
}
.sr-staj-cl span{
    font-size: 18px;
    font-weight: 700;
}