#main-content{
    background: #fff url('../img/doc-bgr.jpg') no-repeat;
    background-position: top center;
    background-size: 100%;
}
.doc-sidebar{
    width: 241px;
    margin: auto;
    position: relative;
}
.doc-sidebar .foto-block{
    position: relative;
    z-index: 2;
    width: 100%;
}
.doc-sidebar .foto-block::before {
    content: '';
    position: absolute;
    width: 232px;
    height: 148px;
    left: 0px;
    bottom: 0px;
    background: url('../img/doctor-foto-back.png') no-repeat;
    z-index: -1;
}
.doc-sidebar .foto-block img{
    margin: auto;
    display: block;
    max-width: 238px;
    width: 100%;
    height: auto;
}
.doc-sidebar .d-info{
    position: relative;
    z-index: 3;
    width: 100%;
    background: url('../img/doc-sidebar.png');
    padding: 0px 15px 5px;

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

.doc-sidebar .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: 15px;
}

/*.doc-sidebar .stats::before {
    content: '';
    position: absolute;
    width: 211px;
    height: 9px;
    bottom: 0px;
    left: 0px;
    background: url('../img/stat-subline.jpg') no-repeat;
}*/
.doc-sidebar .stars, .doc-sidebar .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-sidebar .review{
    cursor: pointer;
    transition: all 0.5s ease;
}
.doc-sidebar .review:hover{
    opacity: 0.7;
}
.doc-sidebar .stats .num{
    color: #a75f86;
    font-size: 17px;
    text-align: center;
}
.doc-sidebar .stats .sub-num{
    color: #a75f86;
    font-size: 8px;
}
.doc-sidebar .cap-clinic{
    font-size: 15px;
    color: #4c4466;
    text-transform: uppercase;
    padding: 16px 0px 20px;
    font-weight: 700;
}
.doc-sidebar .clinics{
    padding: 0px 9px;
}

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


.doc-sidebar .btn {
    font-family: 'laCartoonerie';
    text-align: center;
    border: 0px;
    outline: 0px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 30px;
    padding: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    min-height: 40px;
    width: 147px;
    line-height: 1;
    width: 100%;
    background: url('../img/doc-sidebar-btn.jpg') 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: 2;
    background-size: cover;
}

.doc-sidebar .btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url('../img/doc-sidebar-btn-h.jpg') center no-repeat;
    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;
    background-size: cover;
}

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

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

.doctor-description{
    color: #434444;
    font-size: 15px;
}
.doctor-description h1{
    font-size: 40px;
    color: #3c3258;
    font-family: 'laCartoonerie';
}
.doctor-description h2{
    font-size: 22px;
    color: #70345d;
    margin: 5px 0px 5px;
}
.doctor-description h3{
    font-size: 16px;
    color: #51496a;
    margin: 27px 0px 15px;
    font-weight: 700;
    font-family: 'laCartoonerie';
}
.doctor-description .triggers{
    margin-bottom: 15px;
}
.doctor-description .trugger-dostijenia{
    padding-left: 30px;
    position: relative;
    padding-bottom: 15px;
}

.doctor-description .trugger-dostijenia::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 21px;
    top: 0px;
    left: 5px;
    background: url('../img/gal.png') no-repeat;
}

.doc-sidebar .stat-staj{
    padding: 0px 10px;
    color: #a75f86;
    text-align: center;
    font-size: 14px;
    font-family: 'laCartoonerie';
}
.doc-sidebar .stat-staj span{
    font-size: 17px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.trigger_obrazovanie p{
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.trigger_obrazovanie p::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 21px;
    top: 3px;
    left: 5px;
    background: url('../img/gal-dark.png') no-repeat;
    background-size: contain;
}

@media (min-width: 992px){
    .single-doctor .liiva_numeric_list .trigger.col-xl-4.col-lg-6 .media-body{
        min-height: 188px;
    }
}

@media (min-width: 1200px){
    .single-doctor .liiva_numeric_list .trigger.col-xl-4.col-lg-6 .media-body{
        min-height: 243px;
    }

}



.fancybox-button--close, .fancybox-toolbar{
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 100 !important;
}


.triggers-online h3{
    margin-top: 10px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.triggers-online h3 img{
    margin-right: 15px;
    margin-left: -20px;
}

.triggers-online .trigger-item{
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.triggers-online .trigger-item span{
    color: #A75F86;
    font-weight: 500;
}
.triggers-online .trigger-item::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 21px;
    top: 3px;
    left: 5px;
    background: url('../img/gal-dark.png') no-repeat;
    background-size: contain;
}

.triggers-online .meeting-line{
    margin-top: 30px;
}
.triggers-online .advise{
    font-family: laCartoonerie;
    font-size: 24px;
    color: #3d3459;
    font-weight: 900;
    margin: 10px 0px;
    text-align: center;
}
.triggers-online .advise a {
    -webkit-box-shadow: 0 1px 0 0 currentColor;
    box-shadow: 0 1px 0 0 currentColor;
    color: #007acc;
    text-decoration: none;
}
.triggers-online .advise a:hover {
    color: #3d3459;
}

@media (max-width: 992px){
    .triggers-online .vc_column-inner{
        padding: 0px !important;
    }
    .triggers-online h3 img{
        margin-left: 0px;
    }
}

.triggers-online .wpb_content_element{
    margin-bottom: 0px !important;
}
@media (min-width: 992px) {
    .single-doctor #primary {
        padding-top: 30px;
        background: #fff;
    }
}