.new-doctor__wrap{

}
.new-doctor__wrap .swiper-wrapper{
    align-items: self-end;
}
.new-doctor__item{
    position: relative;
    border-radius: 24px;
    background: linear-gradient(67deg, #49b1df 0%, #1b3550 100%);
}

.new-doctor__item__content{
    padding: 16px 16px 0 16px;
}
.new-doctor__item__top{
    display: flex;
    flex-direction: column;
    gap:10px;
    margin-bottom: 14px;
}
.new-doctor__item__stickers{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.new-doctor__item__sticker{
    border-radius: 100px;
    padding: 12px 16px;
    background: #fdf99a;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    white-space: nowrap;
    color: var(--black);
}
.new-doctor__item__rating{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    gap: 4px;
    background: #fff;
    border-radius: 40px;
    font-weight: 500;
    color: #2d2c38;
}
.new-doctor__item__rating:before {
    display: block;
    content: "";
    width: 1lh;
    height: 1lh;
    background: url(/local/templates/appsweb/img/doc-rating.png) 0 0 no-repeat;
    background-size: contain;
}
.new-doctor__item__name{
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: var(--white);
}

.new-doctor__item__desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--white);
    margin-top: 24px;
}
.new-doctor__item__citata{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--white);
    margin-top: 24px;
}

.new-doctor__item__btn{
    padding: 12px 24px;
}
.new-doctor__item__btns{
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn.new-doctor__item__btn_read-more{
    background: #fff;
    color: var(--dark-100);
}
.new-doctor__item__image__inner{
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: -2px;
    background-image: url(img/pattern.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain;
}
.new-doctor__item__image{

    padding: 32px 20px 0;
}
.new-doctor__item__image img{
    max-width: 100%;
}
.new-doctor__item__image .new-doctor__item__btns{

}
.new-doctor__item__body,
.new-doctor__item__btns{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:24px;
}
.new-doctor__item .slider__bottom__panel{
    margin: 0;
}
.new-doctor__item__btns{
    gap:14px;
}
.new-doctor__item__btns .btn{
    padding: 12px 34px;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .new-doctor__slider .slider__controls{
        position: absolute;
        bottom: -84px;
        left: 0;
        right: 0;
    }

    .new-doctor__slider{
        position: relative;
    }
    .new-doctor__wrap .slider__bottom__panel .slider__control__box {
        justify-content: center;
    }
    .new-doctor__item__btns .btn{
        width: 100%;
    }
    .new-doctor__item__btns{
        justify-content: space-between;
    }
    .new-doctor__item .slider__bottom__panel {
        position: absolute;
        bottom: 20px;
        z-index: 20;
        width: 100%;
    }
    .new-doctor__item > *{
        width: 100%;
    }
    /*.new-doctor__item{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }*/
}

@media (min-width: 992px) {
    .new-doctor__item{
        border-radius: 36px;
        background: linear-gradient(135deg, #49b1df 0%, #1b3550 100%);
    }
    .new-doctor__item__image img {
        max-height: 552px;
    }
    .new-doctor__item{
        display: flex;
        flex-direction: row-reverse;
        align-items: stretch;
        padding: 0;
        gap: 50px;
    }
    .new-doctor__item > *{
        width: 50%;
    }
    .new-doctor__item__top{
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .new-doctor__item__stickers {
        align-items: flex-end;
        justify-content: flex-start;
        gap: 10px;
        flex-direction: column;
    }
    .new-doctor__item__content {
        padding: 80px 68px;
    }
    .new-doctor__item__image .new-doctor__item__btns{
        display: none;
    }
    .new-doctor__item__name{
        font-size: 44px;
        line-height: 110%;
    }
    .new-doctor__item__desc{
        font-size: 16px;
    }
    .new-doctor__item__image {
        display: flex;
        align-items: flex-end;
        padding: 55px 112px 0;
    }
    .new-doctor__item__bottom{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .new-doctor__item__btns{
        flex-direction: row;
        justify-content: flex-start;
    }
    .new-doctor__item__body{
        height: 100%;
    }
}