.wrapper__personal{overflow:hidden;position:relative;}
.wrapper__servises-content{display:none}
.wrapper__personal::before {
    z-index: 6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
    content: "";
    pointer-events:none;
    background: linear-gradient(to top, rgba(251,251,251,1) 0%,rgba(251,251,251,0.75) 25%,rgba(251,251,251,0.5) 50%,rgba(251,251,251,0.25) 75%,rgba(255,255,255,0) 100%);
}
.wrapper__personal::after {
    content: "";
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/templates/myata/images/leaf-screen.png) repeat 0 0;
    pointer-events: none;
    opacity: 0.04;
	z-index:3
}


.wrapper__personal > .container{text-align:center}
.wrapper__personal .wrapper__widget-body{position:relative;z-index: 6;}

.row-doctor img{
    transition: all 0.3s linear 0s;
    display:block;
    margin:0 auto;
    width:100%;
    height: 260px;
    object-fit:cover;
    border-radius: 20px;
    box-shadow: 0 0 25px -10px rgba(36,6,70,0.5);
    border: 3px solid rgba(255,255,255,0.4);
    border-top-width: 1px;
    }
.doctor__name {font-size: 20px;line-height: 1.2;color: #270542;font-weight: 700;margin: 15px 0 10px;display: block}
.doctor__block{height:100%;text-align:center;display:block;padding: 40px 0 0;text-decoration:none !important;font-size: 14px;color: #333 !important;line-height: 20px;}
.tabs-windowbest__caption{list-style:none}
.tabs-windowbest__content{display:none}
.tabs-windowbest__content.active{display:block}
.row-doctor{}
.row-doctor .col-lg-4{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
.tabs-windowbest__prices{width:100%}


.slide-doc-one{margin:0;padding: 0 50px; position:relative}
.slide-doc-one .slick-arrow{width:40px;height:40px;line-height: 35px;padding: 0 3px 0 0;}
.slide-doc-one .slick-next{left: 5px;transform: translateY(-50%) translateX(0px);}
.slide-doc-one .slick-prev{right: 5px;transform: rotate(180deg) translateY(50%) translateX(0px);}

@media(min-width:576px){
	.doctor__block:hover img{transform:scale(1.1)}
}
@media(max-width:1229px){
	.row-doctor .col-lg-4{-ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%}
}

@media(max-width:991px){
	.row-doctor .col-lg-4{-ms-flex: 0 0 33.333%; flex: 0 0 33.333%; max-width: 33.333%}
}
@media(max-width:767px){
	.row-doctor .col-lg-4{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%}
}
@media(max-width:575px){
	.row-doctor .col-lg-4{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%}
	.row-doctor img{height: 95vw;}
}