div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.sert-section .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    right: -10%;
}

.sert-section .banner-carousel .owl-prev,.sert-section .banner-carousel .owl-next {
    color: #000000 !important;
}

.sert-section .banner-carousel .owl-nav {
    opacity: 1;
    width: 100%;
    right: 0px;
    left: -15px;
}

.sert-section .owl-nav .owl-prev {
    position: absolute;
    top: 0px;
    left: -7%;
}


.doctors-photo__wrapper {
    display: flex;
    gap: 74px;
}

.doctors-photo__img {
    width: 585px;
    height: 745px;
    position: relative;
    border-radius: 5px;
}
.play-video__doc{
    position: absolute;
    top: 24px;
    right: 7px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;

}
.play-video__doc img{
    width: 80px!important;
    height: 80px!important;
}
.play-video__doc p{
    font-size: 14px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
}

.doctors-photo__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctors-photo__desc h2 {

    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    color: rgba(34, 34, 34, 1);

}

.doctors-photo__desc-info {
    display: flex;
    font-size: 16px;
    gap: 30px;
    margin-bottom: 27px;
}

.doctors-photo__desc-list {
    display: flex;

}

.doctors-photo__desc-list.speshel {
    width: 500px;
}

.doctors-photo__desc-list span {
    margin-right: 5px;
}


.doctors-photo__desc-list.staj {
    white-space: nowrap;
}

.doctors-photo__categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 57px;
}

.doctors-photo__category {
    border-radius: 33px;
    border: 2px solid rgba(226, 184, 207, 1);
    padding: 8px 20px;


    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: rgba(34, 34, 34, 1);

}

.doctors-photo__desc {
    max-width: min-content;
}

.doctors-photo__appointment {
    border-radius: 5px;
    background: rgba(255, 246, 251, 1);
    padding: 50px 51px 53px 50px;
}

.doctors-photo__appointment h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.doctors-photo__appointment-dates {
    display: flex;
    gap: 11px;
}

.doctors-photo__appointment-date {
    border-radius: 5px;
    padding: 16px 21px 19px;
    border: 2px solid rgba(221, 221, 221, 1);
    background: rgba(255, 255, 255, 1);
    display: flex;
    color: rgba(49, 49, 49, 1);
    flex-direction: column;
    gap: 1px;

}

.doctors-photo__appointment-date .appointment-date__week {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;


}
.doctor-services__tab{
    flex:1;
}
.doctor-prices .doctor-services__tab{
    flex:1;
}

.doctors-photo__appointment-date .appointment-date__date {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;

}

.doctors-photo__appointment-date .appointment-date__month {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;


}

.doctors-photo__appointment-date.active {
    background: rgba(193, 62, 132, 1);
    color: white;
}

.doctors-photo__appointment-date {
    cursor: pointer;
    transition: background .2s, color .2s;
}

/* ── Time slots ── */
.doctors-photo__appointment-times {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.doctors-photo__appointment-time {
    border: 2px solid rgba(193, 62, 132, 1);
    border-radius: 5px;
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: rgba(49, 49, 49, 1);
    background: #fff;
    cursor: pointer;
    transition: all .2s;
    min-width: 90px;
    text-align: center;
}

.doctors-photo__appointment-time:hover {
    background: rgba(255, 246, 251, 1);
}

.doctors-photo__appointment-time.active {
    background: rgba(193, 62, 132, 1);
    color: #fff;
    border-color: rgba(193, 62, 132, 1);
}

/* ── More times link ── */
.doctors-photo__appointment-more {
    display: inline-block;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
    color: rgba(193, 62, 132, 1);
    text-decoration: none;
    cursor: pointer;
}

.doctors-photo__appointment-more:hover {
    text-decoration: underline;
    color: rgba(193, 62, 132, 1);
}

/* ── Actions row ── */
.doctors-photo__appointment-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 28px;
}

.doctors-photo__appointment-submit {
    padding: 18px 32px;
    border: none;
    border-radius: 5px;
    background: rgba(24, 52, 84, 1);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: box-shadow .25s;
}

.doctors-photo__appointment-submit:hover {
    color: #ffffff !important;
    background: #102237 !important;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);

}

.doctors-photo__appointment-phone {
    font-size: 16px;
    color: rgba(24, 52, 84, 1);
}

.doctors-photo__appointment-phone b {
    color: rgba(24, 52, 84, 1);
    font-size: 18px;
}

/* ── Services section ── */
.doctor-services {
    padding: 60px 0 65px;
    background: rgba(247, 249, 251, 1);

}

h2.title-doc{
    font-weight: 700;
    font-size: 46px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 35px;
}

.doctor-services__tabs {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
}

.doctor-services__tab {
    padding: 18px 43px;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    font-size: 16px;
    color: rgba(24, 52, 84, 0.5);
    cursor: pointer;
    transition: background .2s, color .2s;
}

.doctor-prices .doctor-services__tab {
    background-color: rgba(247, 249, 251, 1);
    padding: 19px 70px;
}

.doctor-services__tab.active {
    background: rgba(193, 62, 132, 1);
    color: #fff;
}

.doctor-services__pane {
    display: none;
}

.doctor-services__pane.active {
    display: block;
}

.doctor-services__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.doctor-services__item {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.doctor-services__item--hidden {
    display: none !important;
}


.doctor-services__icon-circle{
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    background-color: rgba(193, 62, 132, 1);
    box-shadow: 0px 0px 20px 0px rgba(28, 186, 159, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor-services__icon-text{
    display: none;
}


.doctor-services__item h3 {
    font-weight: 700;
    font-size: 20px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 5px;
}

.doctor-services__body p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 24px;
    margin-bottom: 2px;
}

.doctor-services__more {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: rgba(193, 62, 132, 1);
    text-decoration: none;
}


.doctor-services__more:hover {
    text-decoration: underline;
    color: rgba(193, 62, 132, 1);
}

.doctor-services__show-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: rgba(193, 62, 132, 1);
    text-decoration: none;
}

.doctor-services__show-more:hover {
    text-decoration: underline;
    color: rgba(193, 62, 132, 1);
}

/* ── Education section ── */
.doctor-education {
    padding: 60px 0;
    background: rgba(247, 249, 251, 1);
}

.doctor-education h2 {
    font-weight: 700;
    font-size: 46px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 30px;
}

.doctor-education__pane {
    display: none;
}

.doctor-education__pane.active {
    display: block;
}

.doctor-education__list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.doctor-education__list::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 16px;
    bottom: 16px;
    width: 2px;
    background: rgba(226, 184, 207, 0.6);
}

.doctor-education__item {
    display: flex;
    gap: 21px;
    padding: 16px 0 16px 34px;
    position: relative;
}

.doctor-education__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(193, 62, 132, 1);
}

.doctor-education__year {
    font-weight: 700;
    font-size: 24px;
    color: rgba(34, 34, 34, 1);
    white-space: nowrap;
    flex-shrink: 0;
}

.doctor-education__text {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    line-height: 24px;
}

.doctor-education__item--hidden {
    display: none !important;
}

.doctor-education__show-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: rgba(193, 62, 132, 1);
    text-decoration: none;
}

.doctor-education__show-more:hover {
    text-decoration: underline;
    color: rgba(193, 62, 132, 1);
}

/* ── Certificates slider (edu-serts) ── */
.doctor-serts__slider {
    position: relative;
}

.doctor-serts__slider .owl-stage {
    display: flex;
}

.doctor-serts__slider .owl-item {
    display: flex;
}

.doctor-sert-card {
    display: block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    cursor: zoom-in;
}

.doctor-sert-card img {
    width: 100%;
    height: 380px;
    object-fit: contain;
    display: block;
    background: #fff;
}

.doctor-serts__slider .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.doctor-serts__slider .owl-prev,
.doctor-serts__slider .owl-next {
    pointer-events: all;
    width: 45px;
    height: 45px;
    margin: 0 -75px;
    border-radius: 1px;
    background: #fff !important;
    border: 1px solid rgba(227, 186, 209, 0.28) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: box-shadow .2s;
    flex-shrink: 0;
}

.doctor-serts__slider .owl-prev:hover,
.doctor-serts__slider .owl-next:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
}

.doctor-serts__slider .owl-prev.disabled,
.doctor-serts__slider .owl-next.disabled {
    opacity: .35;
    cursor: default;
}

.doctor-serts__slider .owl-dots {
    display: none;
    text-align: center;
    margin-top: 20px;
}

.doctor-serts__slider .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(200, 200, 200, 1);
    margin: 0 5px;
    transition: background .2s;
}

.doctor-serts__slider .owl-dot.active {
    background: rgba(227, 186, 209, 1);
}

@media (max-width: 991px) {
    .doctor-serts__slider .owl-nav {
        display: none;
    }
    .doctor-serts__slider .owl-dots {
        display: block;
    }
    .doctor-sert-card img {
        height: 300px;
    }
}

/* ── Prices section ── */
.doctor-prices {
    padding: 60px 0;
    background: white;
}

.doctor-prices h2 {
    font-weight: 700;
    font-size: 46px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 45px;
}

.doctor-prices__tabs-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(247, 249, 251, 1);
    border-radius: 5px;
    margin-bottom: 34px;
}

.doctor-prices__tabs-left {
    display: flex;
    width: 100%;
}

.doctor-prices__download {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 0 70px 0 35px;
    font-size: 16px;
    font-weight: 700;
    color: rgba(193, 62, 132, 1);
    text-decoration: none;
    white-space: nowrap;
}

.doctor-prices__download:hover {
    text-decoration: underline;
    color: rgba(193, 62, 132, 1);
}

.doctor-prices__download svg {
    flex-shrink: 0;
}

.doctor-prices__pane {
    display: none;
}

.doctor-prices__pane.active {
    display: block;
}

.doctor-prices__header {
    display: flex;
    padding-left: 30px;

    align-items: center;
    padding-bottom: 12px;
}

.doctor-prices__header .doctor-prices__col-name, .doctor-prices__header .doctor-prices__col-comp, .doctor-prices__header .doctor-prices__col-price {
    color: rgba(34, 34, 34, 0.5);
}


.doctor-prices__row {
    display: flex;
    border-radius: 4px;
    align-items: center;
    padding: 10px 10px 10px 30px;
}

.doctor-prices__row:nth-child(odd) {
    background-color: rgba(229, 131, 176, 0.05);
}


.doctor-prices__col-name {
    flex: 0 0 50%;
    font-weight: 700;
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    padding-right: 16px;
}

.doctor-prices__col-comp {
    flex: 0 0 20%;
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    padding-right: 16px;
}

.doctor-prices__col-price {
    flex: 0 0 10%;
    font-weight: 700;
    font-size: 18px;
    color: rgba(34, 34, 34, 1);
    white-space: nowrap;
}

.doctor-prices__col-btn {
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-end;
}

.doctor-education .doctor-services__tab {
    padding: 19px 39px;
}

.doctor-prices__header .doctor-prices__col-name,
.doctor-prices__header .doctor-prices__col-comp,
.doctor-prices__header .doctor-prices__col-price {
    font-size: 14px;
    font-weight: 400;
}

.doctor-prices__btn {
    padding: 13px 22px;
    border: none;
    border-radius: 5px;

    background: rgba(24, 52, 84, 1);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    transition: box-shadow .25s;
}
.doctor-prices__btn:hover{
    color: #ffffff !important;
    background: #102237 !important;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);

}




/* ── FAQ section ── */
.doctor-faq {
    padding: 60px 0;
    background: #fff;
}

.doctor-faq__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.doctor-faq__top h2 {
    font-weight: 700;
    font-size: 46px;
    color: rgba(34, 34, 34, 1);
    margin: 0;
}

.doctor-faq__contacts {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.doctor-faq__contacts-label {
    color: rgba(24, 52, 84, 1);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

.doctor-faq__contact-btn {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow .2s;
}

.doctor-faq__contact-btn--phone {
    background: rgba(193, 62, 132, 1);
}

.doctor-faq__contact-btn--chat {
    background: rgba(26, 93, 208, 1);
}

.doctor-faq__contact-btn:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.doctor-faq__contact-btn svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.doctor-faq__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.doctor-faq__item {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.doctor-faq__item:not(.doctor-faq__item--hidden):not(:has(~ .doctor-faq__item:not(.doctor-faq__item--hidden))) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.doctor-faq__item--hidden {
    display: none !important;
}

.doctor-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 0 30px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
    transition: color .2s;
    user-select: none;
}

.doctor-faq__item.is-open .doctor-faq__question {
    color: rgba(193, 62, 132, 1);
}

.doctor-faq__chevron {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s;
}

.doctor-faq__item.is-open .doctor-faq__chevron {
    transform: rotate(180deg);
}

.doctor-faq__chevron svg {
    width: 20px;
    height: 20px;
}

.doctor-faq__answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .35s ease, opacity .25s ease;
}

.doctor-faq__item.is-open .doctor-faq__answer {
    max-height: 400px;
    opacity: 1;
}

.doctor-faq__answer p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 30px;
}

.doctor-faq__footer {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.doctor-faq__more-btn {
    padding: 12px 35px;
    border: 1px solid rgba(24, 52, 84, 1);
    border-radius: 5px;
    background: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(24, 52, 84, 1);
    cursor: pointer;
    transition: background .2s, color .2s;
}

.doctor-faq__more-btn:hover {
    background: rgba(24, 52, 84, 1);
    color: #fff;
}

/* ── Achieve section ── */
.doctor-achieve {
    padding: 60px 0;
    background: #fff;
}

.doctor-achieve h2 {
    font-weight: 700;
    font-size: 46px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 43px;
}

.doctor-achieve__stats {
    display: flex;
    gap: 30px;
    margin-bottom: 43px;
}

/* карточка */
.doctor-achieve__stat {
    flex: 1;
    position: relative;
    border-radius: 8px;
    padding: 40px 55px 50px;
    overflow: visible;
    z-index: 0;
}

/* градиентный блок позади */
.doctor-achieve__stat-design {
    position: absolute;
    top: 10px;
    left: -10px;
    right: 10px;
    bottom: -10px;
    border-radius: 8px;
    background: linear-gradient(113.32deg, #EEB3CC 9.5%, #DEC5C8 88.35%);
    z-index: 0;
}

/* светлая карточка поверх */
.doctor-achieve__stat::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: rgba(255, 240, 249, 1);
    z-index: 1;
}

/* текст поверх */
.doctor-achieve__stat-num,
.doctor-achieve__stat-label {
    position: relative;
    z-index: 2;
}

.doctor-achieve__stat-num {
    font-weight: 700;
    font-size: 46px;
    color: rgba(193, 62, 132, 1);
    line-height: 1;
    margin-bottom: 10px;
}

.doctor-achieve__stat-label {
    font-size: 16px;
    color: rgba(24, 52, 84, 1);
    font-weight: 700;
}

.doctor-achieve__subtitle {
    font-weight: 700;
    font-size: 24px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 27px;
}

.doctor-achieve__jobs {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.doctor-achieve__job-row:nth-child(odd) {
    background: rgba(247, 249, 251, 1);
}

.doctor-achieve__job-row {
    display: flex;
    align-items: center;
    gap: 40px;

    border-radius: 4px;
    padding: 20px 40px 26px;
}

.doctor-achieve__job-year {
    font-weight: 700;
    font-size: 24px;
    color: rgba(34, 34, 34, 1);
    white-space: nowrap;
    min-width: 150px;
}

.doctor-achieve__job-clinic {
    font-size: 16px;
    color: rgba(34, 34, 34, 0.5);
    min-width: 160px;
    flex-shrink: 0;
}

.doctor-achieve__job-title {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
}

.doctor-achieve__card {
    display: flex;
    background: rgba(247, 249, 251, 1);
    border-radius: 5px;
    gap: 70px;
    overflow: hidden;
    min-height: 508px;
    padding: 50px;
}

.doctor-achieve__card-img {
    width: 44%;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
}

.doctor-achieve__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.doctor-achieve__card-content {
    flex: 1;
}

.doctor-achieve__card-content .doctor-services__tabs {
    margin-bottom: 0;
}

.doctor-achieve__pane {
    display: none;
}

.doctor-achieve__pane.active {
    display: block;
}

.doctor-achieve__pane ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 18px;
}

.doctor-achieve__pane li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 7px 0;
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
}

.doctor-achieve__card .doctor-services__tab {
    flex: 1;
    padding: 14px 30px;
    background: transparent;

}

.doctor-achieve__card .doctor-services__tab.active {
    background: rgba(193, 62, 132, 1);
}

.doctor-achieve__card .doctor-services__tabs {

    background: transparent;
}

.doctor-achieve__pane li::before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: rgba(226, 184, 207, 1);
    flex-shrink: 0;
}

.doctor-achieve__pane p {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 37px;
}

.doctor-achieve__btn {
    display: inline-block;
    padding: 12px 52px;
    background: rgba(24, 52, 84, 1);
    color: #fff ;
    border: 1px solid rgba(24, 52, 84, 1);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.doctor-achieve__btn:hover {
    background: rgba(24, 52, 84, 1);
    color: #fff;
}


.doctor-articles {
    padding: 60px 0;
    background: #fff;
}

.doctor-articles__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;

    color: rgba(0, 0, 0, 1);
    margin-bottom: 40px;
}

.doctor-articles__slider {
    position: relative;
}

.doctor-articles__card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.doctor-articles__card:hover {
    text-decoration: none;
    color: inherit;
}

.doctor-articles__card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.doctor-articles__card-body {
    padding: 20px 4px 0;
}

.doctor-articles__card-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 20.4px;
    letter-spacing: -0.4px;
    vertical-align: middle;
    color: rgba(34, 34, 34, 0.5);
    margin-bottom: 6px;
}

.doctor-articles__card-title {
    font-weight: 700;
    font-size: 20px;
    color: rgba(34, 34, 34, 1);
    line-height: 1.4;
    margin-bottom: 14px;
}
.doctor-prices__btn svg{
    display: none;
}

.doctor-articles__card-text {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 6px;
}

.doctor-articles__card-more {
    font-size: 16px;
    font-weight: 500;
    color: rgba(193, 62, 132, 1);
}

.doctor-articles__footer {
    display: flex;
    justify-content: center;
    margin-top: 47px;
}

.doctor-articles__all-btn {
    display: inline-block;
    padding: 12px 72px;
    border: 1px solid rgba(24, 52, 84, 1);
    border-radius: 5px;
    background: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(24, 52, 84, 1);
    text-decoration: none;
    transition: background .2s, color .2s;
}

.doctor-articles__all-btn:hover {
    background: rgba(24, 52, 84, 1);
    color: #fff;
    text-decoration: none;
}

.doctor-articles__slider .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.doctor-articles__slider .owl-prev,
.doctor-articles__slider .owl-next {
    pointer-events: all;
    width: 45px;
    height: 45px;
    margin: 0 -75px;
    border-radius: 1px;
    background: #fff !important;
    border: 1px solid rgba(227, 186, 209, 0.28) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: box-shadow .2s;
    flex-shrink: 0;
}

.doctor-articles__slider .owl-prev:hover,
.doctor-articles__slider .owl-next:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
}

.doctor-articles__slider .owl-prev.disabled,
.doctor-articles__slider .owl-next.disabled {
    opacity: .35;
    cursor: default;
}

@media (max-width: 991px) {
    .doctor-articles__slider .owl-nav {
        display: none;
    }
    .doctor-articles__slider .owl-dots {
        text-align: center;
        margin-top: 20px;
    }
    .doctor-articles__slider .owl-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(200, 200, 200, 1);
        margin: 0 5px;
        transition: background .2s;
    }
    .doctor-articles__slider .owl-dot.active {
        background: rgba(227, 186, 209, 1);
    }
}

.doctors-photo__appointment-submit.mob{
    display: none;
}


.doctor-related {
    padding: 60px 0;
    background: rgba(247, 249, 251, 1);
}

.doctor-related__title {
    font-weight: 700;
    font-size: 46px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 37px;
}

.doctor-related__slider {
    position: relative;
}

.doctor-card {
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
}

.doctor-card__icon-box {
    color: #fff;
    background-color: #E3BAD1;
    width: 40px;
    z-index: 3;
    position: absolute;
    bottom: -20px;
    height: 40px;
    right: 26px;
    line-height: 36px;
    font-size: 32px;
    text-align: center;
    border-radius: 50%;
    top: auto;
    display: inline-block;
    transition: all 500ms ease;
    border: 1px solid #E3BAD1;
}

.doctor-card__icon-box svg {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    top: -5px;
}

.doctor-card__icon-box .icon svg use {
    fill: #fff;
}

.doctor-card:hover .doctor-card__icon-box svg use {
    fill: #E3BAD1;
}

.doctor-card:hover .doctor-card__icon-box {
    color: #E3BAD1;
    background-color: #fff;
}

.doctor-card__photo {
    width: 100%;
    height: 270px;
    position: relative;
    background: #f3f3f3;
    flex-shrink: 0;
}

.doctor-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.doctor-card__body {
    padding: 20px 20px 25px;
    border: 1px solid rgba(245, 245, 245, 1);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.doctor-card__name {
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
    font-size: 22px;
    line-height: 25px;
    letter-spacing: -0.4px;
}

.doctor-card__rating {
    display: flex;
    align-items: center;
    gap: 1px;
    margin-bottom: 8px;
}

.doctor-card__star {
    font-size: 17px;
    color: #ddd;
    line-height: 1;
}

.doctor-card__star.star--full, .doctor-card__star.star--half {
    color: #f5a623;
}

.doctor-card__rating-val {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin-left: 6px;
}

.doctor-card__spec {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
    color: rgba(34, 34, 34, 1);
}

.doctor-card__meta {
    margin: 0 0 16px;
    flex: 1;
}

.doctor-card__meta-row {
    display: flex;
    gap: 4px;
    font-size: 14px;
    color: #555;
    margin-bottom: 3px;
}

.doctor-card__meta-row dt {
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 0;
    flex-shrink: 0;
}

.doctor-card__meta dd {
    margin: 0;
}

.doctor-card__btn {
    background:rgba(24, 52, 84, 1);
    display: block;
    text-align: center;
    padding: 11px 16px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 5px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all .4s ease;
    text-decoration: none !important;
    border: none;
}

.doctor-card__btn:hover {
    color: #ffffff !important;
    background: #102237 !important;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
}

.doctor-card__more {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(24, 52, 84, 1);
    text-decoration: none;
    padding: 4px;
    transition: color .2s;
}

.doctor-card__more:hover {
    color: #183454;
    text-decoration: none;
}

.doctor-card__link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* равная высота карточек */
.doctor-related__slider .owl-stage {
    display: flex;
}

.doctor-related__slider .owl-item {
    display: flex;
    flex-direction: column;
}

.doctor-related__slider .owl-item .doctor-card {
    flex: 1;
    width: 100%;
}

/* owl nav arrows */
.doctor-related__slider .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.doctor-related__slider .owl-prev,
.doctor-related__slider .owl-next {
    pointer-events: all;
    width: 45px;
    height: 45px;
    margin: 0 -75px;
    border-radius: 1px;
    background: #fff !important;
    border: 1px solid rgba(227, 186, 209, 0.28) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: box-shadow .2s;
    flex-shrink: 0;
}

.doctor-related__slider .owl-prev:hover,
.doctor-related__slider .owl-next:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
}

.doctor-related__slider .owl-prev.disabled,
.doctor-related__slider .owl-next.disabled {
    opacity: .35;
    cursor: default;
}

.doctor-related__footer {
    text-align: center;
    margin-top: 43px;
}

.doctor-related__all-btn {
    display: inline-block;
    padding: 12px 52px;
    border: 1px solid rgba(24, 52, 84, 1);
    border-radius: 5px;
    background: none;
    font-size: 16px;
    font-weight: 400;

    text-transform: uppercase;
    color: rgba(24, 52, 84, 1);
    text-decoration: none;
    transition: background .2s, color .2s;
}

.doctor-related__all-btn:hover {
    background: rgba(24, 52, 84, 1);
    color: #fff;
    text-decoration: none;
}

/* ===== doctor-reviews ===== */
.doctor-reviews {
    padding: 70px 0;
    background: rgba(247, 249, 251, 1);
}
.doctor-reviews__card{
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    padding: 60px 50px 73px;

}
.doctor-reviews h2{
    margin-bottom:  40px;
}

.doctor-reviews__platforms {
    display: flex;
    gap: 15px;
    margin-bottom: 44px;
    flex-wrap: wrap;
}

.doctor-reviews__platform {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid rgba(204, 204, 204, 1);
    padding: 12px;
    border-radius: 5px;
    flex: 1;
    min-width: 180px;
    cursor: pointer;
    transition: border-color .2s;
    user-select: none;
    text-decoration: none;
    color: inherit;
}

.doctor-reviews__platform:hover {
    border: 1px solid rgba(193, 62, 132, 1);
}

.doctor-reviews__platform-name {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}


.doctor-reviews__platform-stars{
    display: flex;
    align-items: center;
    gap: 4px;
}

.doctor-reviews__platform-val {
    font-size: 16px;
    font-weight: 500;
    color: rgba(49, 49, 49, 1);
}

.doctor-reviews__wrap {
    position: relative;
    /*overflow-x: hidden;*/
}

.doctor-reviews__slider.owl-carousel .owl-stage-outer {
    overflow-x: hidden;
    overflow-y: visible;
    padding: 20px 0;
    margin: -20px 0;
}

.doctor-reviews__slider .owl-stage {
    display: flex;
}

.doctor-reviews__slider .owl-item {
    display: flex;
    height: auto;
    flex-direction: column;
}

.doctor-reviews__slider .owl-item .review-card {
    flex: 1;
    width: 100%;
}

.doctor-reviews__slider .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.doctor-reviews__slider .owl-prev,
.doctor-reviews__slider .owl-next {
    pointer-events: all;
    width: 45px;
    height: 45px;
    margin: 0 -115px;
    border-radius: 1px;
    background: #fff !important;
    border: 1px solid rgba(227, 186, 209, 0.28) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: box-shadow .2s;
    flex-shrink: 0;
}

.doctor-reviews__slider .owl-prev:hover,
.doctor-reviews__slider .owl-next:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
}

.doctor-reviews__slider .owl-prev.disabled,
.doctor-reviews__slider .owl-next.disabled {
    opacity: .35;
}



.review-card__header {
    display: flex;
    align-items: center;
    gap: 31px;
    margin-bottom: 17px;
}

.review-card__body{
    display: flex;
    gap: 36.2px;
    align-items: flex-start;
}
.review-card__body img{
    width: 47.8px!important;
    margin-top: 10px;
}
.review-card__text-body{
    width: fit-content;
}

.review-card__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(227, 186, 209, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgba(193, 62, 132, 1);
    font-weight: 700;
    overflow: hidden;
}

.review-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-card__name {
    font-size: 20px;
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
}
.review-card__name-title{
    display: flex;
    gap: 11px;
    margin-bottom: 14px;
}

.review-card__date {
    font-size: 16px;
    color: rgba(34, 34, 34, 0.5);
}

.review-card__stars {
    display: flex;
    align-items: center;
    gap: 6px;
}

.review-card__star {
    --star-fill: 0%;

    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    flex: 0 0 18px;

    font-size: 0;
    line-height: 0;
}

.review-card__star::before,
.review-card__star::after {
    content: "";
    position: absolute;
    inset: 0;

    -webkit-mask: url("/images/icons/reviewStar.svg") center / contain no-repeat;
    mask: url("/images/icons/reviewStar.svg") center / contain no-repeat;
}

.review-card__star::before {
    background: #ddd;
}

.review-card__star::after {
    background: rgba(255, 204, 0, 1);

    clip-path: inset(0 calc(100% - var(--star-fill)) 0 0);
}

.review-card__rating-val {
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 34, 34, 0.5);
    margin-left: 6px;
}
.review-card{
    padding: 32px 18px 34px;
}


.review-card__text {
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 16px;
}

.review-card__text-more {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height .35s ease, opacity .25s ease;
}

.review-card.is-open .review-card__text-more {
    max-height: 500px;
    opacity: 1;
}

.review-card__link.is-hidden {
    display: none;
}
.review-card__link {
    display: inline-block;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;

    font-weight: 400;
    font-size: 16px;
    line-height: 15.4px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    color: rgba(24, 52, 84, 1);
    text-decoration: none;
    transition: color .2s;
}

.review-card__link:hover {
    color: rgba(193, 62, 132, 1);
    text-decoration: none;
}


.doctor-reviews__actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.doctor-reviews__btn {
    display: inline-block;
    padding: 14px 36px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: all .2s;
    text-decoration: none !important;
    border: 1px solid rgba(24, 52, 84, 1);
}

.doctor-reviews__btn--primary {
    background: rgba(24, 52, 84, 1);
    color: #fff !important;
}

.doctor-reviews__btn--primary:hover {
    box-shadow: 0 5px 12px rgba(24, 52, 84, .3);
}

.doctor-reviews__btn--outline {
    background: transparent;
    color: rgba(24, 52, 84, 1) !important;
}

.doctor-reviews__btn--outline:hover {
    background: rgba(24, 52, 84, .05);
}

@media (max-width: 991px) {
    .doctor-reviews__platform {
        min-width: calc(50% - 6px);
        flex: none;
        padding: 8px 12px;
    }
    .doctor-reviews__slider .owl-nav {
        display: none;
    }
    .doctor-reviews__slider .owl-dots {
        text-align: center;
        margin-top: 20px;
    }
    .doctor-reviews__slider .owl-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(200, 200, 200, 1);
        margin: 0 5px;
        transition: background .2s;
    }
    .doctor-reviews__slider .owl-dot.active {
        background: rgba(227, 186, 209, 1);
    }
    .doctor-reviews__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .doctor-reviews__btn {
        text-align: center;
    }
}

@media (max-width: 650px) {
    .doctor-reviews__platform {
        min-width: calc(50% - 4px);
    }
    .doctor-reviews__platform-name {
        font-size: 12px;
    }
    .review-card {
        box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 1);
        border-radius: 5px;
    }
}






@media (max-width: 1400px) {
    .doctors-photo__wrapper{
        gap: 40px;
    }
    .doctors-photo__img {
        width: 100%;
        height: 600px;
    }
    .doctors-photo__categories{
        margin-bottom: 30px;
    }
    .doctors-photo__appointment {
        padding: 50px 40px 53px 40px;
    }
    .doctor-services{
        padding: 60px 0 65px;
    }
    .doctor-services__tabs{
        justify-content: space-between;
    }
    .doctor-services__tab{
        flex-grow: 1;
        white-space: nowrap;
        padding-right: 10px!important;
        padding-left: 10px!important;
    }


}
@media (max-width: 1200px) {
    .doctors-photo__desc-list.speshel {
        width: 400px;
    }
    .doctors-photo__desc h2{
        font-size: 40px;
    }
    .doctors-photo__img {
        height: 490px;
    }
    .doctor-services__tab{
        flex:1;
        padding-top: 10px!important;
        padding-bottom: 10px!important;

        white-space: normal;

    }
    .doctor-reviews__card{
        padding: 40px 30px 50px;
    }
    .doctor-reviews__platform{
        flex: auto;
        gap: 5px;
    }
    .doctor-reviews__platforms{
        gap: 5px;
    }

    .play-video__doc img {
        width: 60px !important;
        height: 60px !important;
    }
    .doctor-prices__col-name{
        flex: 0 0 40%;

    }
    .doctor-prices__col-price{
        flex: 0 0 15%;
    }
    .doctor-achieve__stat{
        padding: 40px 37px 50px;
    }
    .doctor-achieve__card{
        padding: 20px;
        gap: 35px;
    }

}

@media (max-width: 991px) {
    .doctors-photo__wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
    .doctors-photo__img {
        height: 650px;
    }
    .doctors-photo__img img {
        object-position: top;
    }
    .doctors-photo__desc {
        width: 100%;
        max-width: none;
    }
    .doctor-detail-section {
        padding-bottom: 60px;
    }
    .doctors-photo__desc-list.speshel {
        width: 100%;
    }
    .doctor-services__icon {
        display: flex;
        align-items: center;
        gap: 25px;
    }
    .doctor-achieve__card{
        flex-wrap: wrap;
        padding: 18px;
        gap: 20px;
    }

    .doctor-achieve__card-img{
        width: 100%;
    }

    .doctor-services__icon-text {
        display: block;
        margin-bottom: 0;
    }
    .doctor-prices__row{
        position: relative;
        align-items: flex-start;
        flex-direction: column;
        padding: 18px 20px;
    }
    .doctor-prices__col-btn{
        position: absolute;
        top: 20px;
        right: 18px;
    }
    .doctor-education__item{
        flex-wrap: wrap;
        gap: 2px;
    }
    .doctor-prices__pane .doctor-prices__col-name{
        padding-right: 45px;
    }
    .doctor-education__year{
        font-size: 20px;
    }
    .play-video__doc img {
        display: none;
    }
    .doctor-prices__btn{
        width: 45px !important;
        height: 45px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0 0 5px;
    }
    .doctor-prices__col-btn span{
        display: none;
    }

    .doctor-education__show-more {
        border: 1px solid rgba(24, 52, 84, 1);
        border-radius: 5px;
        height: 55px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(24, 52, 84, 1);
        font-size: 16px;
        line-height: 15.4px;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .doctor-education__show-more span{
        display: none;
    }
    .doctor-achieve__stats{
        flex-wrap: wrap;

        gap: 5px;
    }
    .doctor-achieve__stat-design{
        display: none;
    }
    .doctor-achieve h2{
        margin-bottom: 20px;
    }
    .doctor-achieve__stat{
        width: calc(50% - 3px);
        flex: none;
    }
    .doctor-prices__header{
        display: none;
    }
    .doctor-services__item {
        flex-direction: column;

        gap: 18px;
    }

    .doctor-services__tab{
        padding: 8px 20px!important;

        white-space: nowrap!important;

        min-width: fit-content;
    }
    h2.title-doc{

        font-size: 33px;
        line-height: 35px;

    }
    .doctor-achieve__card .doctor-services__tab{
        background: white;
    }
    .doctor-services__tabs,.doctor-prices__tabs-left{
        overflow-x: scroll !important;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
        flex-wrap: nowrap;
        -webkit-transform: translateZ(0);
    }

    .doctor-prices__btn svg{
        display: block;
    }


    .doctor-related__title {
        font-size: 24px;
    }

    .doctor-related__slider .owl-nav {
        display: none;
    }

    .doctor-related__slider .owl-dots {
        text-align: center;
        margin-top: 20px;
    }
    .doctor-services__body h3{
        display: none;
    }
    .doctor-services__icon-circle{
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
    .review-card__name{
        font-size: 18px;
    }
    .review-card__date{
        font-size: 14px;
    }
    .doctor-services__body p:last-of-type {
        margin-bottom: 20px;
    }
    .doctor-serts__slider .owl-stage{
        padding-left: 0!important;
    }
    .play-video__doc{
        position: absolute;
        bottom: 18px;
        right: 0;
        height: 55px;
        width: 100%;
        padding: 0 17px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        top:auto;
        align-items: center;
    }
    .play-video__doc p {
        width: 100%;
        font-weight: 500;
        height: 55px;
        display: flex;
        text-transform: uppercase;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        margin-bottom: 0;
        border-radius: 5px;
        border: 1px solid rgba(24, 52, 84, 1);
        text-align: center;
        color: rgba(51, 51, 51, 1);
    }

    .doctor-services__show-more{

        border: 1px solid rgba(24, 52, 84, 1);
        border-radius: 5px;
        height: 55px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(24, 52, 84, 1);
        font-size: 16px;
        line-height: 15.4px;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .doctor-services__show-more span{
        display: none;
    }
    .doctor-related .owl-stage, .doctor-related__slider .owl-stage, .doctor-articles .owl-stage, .doctor-reviews .owl-stage{
        padding-left: 0!important;
    }

    .doctor-achieve__job-row{
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 20px 18px;
    }
    .doctor-related__slider .owl-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(200, 200, 200, 1);
        margin: 0 5px;
        transition: background .2s;
    }

    .doctor-related__slider .owl-dot.active {
        background: rgba(227, 186, 209, 1);
    }
    .doctor-achieve__card-content{
        max-width: 100%;
    }
}
@media (max-width: 650px) {
    .doctors-photo__img {
        height: 450px;
    }
    .doctors-photo__category {
        border-radius: 33px;
        padding: 7px 17px;
        font-size: 16px;
    }
    h2.title-doc{
        font-size: 28px;
        margin-bottom: 18px;
        line-height: 35px;
    }
    .doctors-photo__desc h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .doctor-achieve__job-year{
        font-size: 20px;
    }
    .doctor-achieve__subtitle{
        margin-bottom: 20px;
    }
    .doctors-photo__desc-info {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .doctors-photo__appointment{
        display: none;
    }
    .doctors-photo__img{
        border-radius: 5px;
        overflow: hidden;
    }
    .doctors-photo__appointment-submit.mob {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 10px;
        height: 55px;
    }
    .doctor-reviews__card{
        padding: 0;
        box-shadow: none;

    }
    .doctor-reviews__platform{
        width: 100%;
        justify-content: space-between;
        padding: 15px 30px;
    }
    .review-card__name-title{
        flex-wrap: wrap;
        gap: 2px;
        margin-bottom: 5px;
    }
    .review-card__header{
        gap: 18px;
    }
    .review-card__avatar {
        width: 50px;
        height: 50px;
    }

    .doctor-reviews__platforms{
        gap: 10px;
    }
    .doctor-achieve__stat{
        padding: 15px 18px;
        min-height: 110px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .doctor-achieve__stat-num{
        font-size: 30px;
        margin-bottom: 0;
    }
    .doctor-faq__top{
        flex-direction: column;
        align-items: flex-start;
    }
    .doctor-faq__top h2.title-doc{
        margin-bottom: 7px;
    }
    .doctor-faq__question{
        padding: 20px 0 25px;
    }
    .doctor-faq__question{
        font-size: 18px;
    }
    .doctor-faq__more-btn,.doctor-related__all-btn, .doctor-articles__all-btn{
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 450px) {
    .doctors-photo__img {
        height: 375px;
    }
}

/* ── Video modal ── */
.doctor-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.doctor-video-modal.is-open {
    display: flex;
}
.doctor-video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    cursor: pointer;
}
.doctor-video-modal__box {
    position: relative;
    z-index: 1;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
    width: 900px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
}
.doctor-video-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background .2s;
}
.doctor-video-modal__close:hover {
    background: rgba(0, 0, 0, 0.85);
}
/* Responsive 16:9 container */
.doctor-video-modal__player {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.doctor-video-modal__player iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}
@media (max-width: 600px) {
    .doctor-video-modal {
        padding: 10px;
    }

}

/* ── Review modal ── */
.doctor-review-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.doctor-review-modal.is-open {
    display: flex;
}
.doctor-review-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
}
.doctor-review-modal__box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 6px;
    width: 696px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 80px 100px;
}
.doctor-review-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
    border: none;
    background: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: rgba(34, 34, 34, 1);
}
.doctor-review-modal__title {
    font-weight: 700;
    font-size: 46px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 25px;
}
.doctor-review-modal__field {
    position: relative;
    margin-bottom: 15px;
}
.doctor-review-modal__field input[type="text"],
.doctor-review-modal__field textarea {
    width: 100%;
    border: none;
    border-radius: 5px;
    background: rgba(233, 240, 248, 1);
    padding: 16px 18px;
    font-size: 15px;
    font-family: inherit;
    color: rgba(34, 34, 34, 1);
    resize: none;
    box-sizing: border-box;
}
.doctor-review-modal__field textarea {
    min-height: 145px;
}
.doctor-review-modal__field input::placeholder,
.doctor-review-modal__field textarea::placeholder {
    color: rgba(34, 34, 34, 0.45);
}
.doctor-review-modal__placeholder {
    position: absolute;
    left: 18px;
    top: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    color: rgba(34, 34, 34, 0.45);
    pointer-events: none;
}
.doctor-review-modal__placeholder b {
    font-weight: 400;
    color: #e02020;
}
.doctor-review-modal__field input:not(:placeholder-shown) ~ .doctor-review-modal__placeholder,
.doctor-review-modal__field textarea:not(:placeholder-shown) ~ .doctor-review-modal__placeholder {
    display: none;
}
.doctor-review-modal__rating {
    margin-bottom: 20px;
}
.doctor-review-modal__rating-label {
    display: block;
    font-size: 16px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 5px;
}
.doctor-review-modal__stars {
    display: flex;
    gap: 6px;
}
.doctor-review-modal__star {
    --star-fill: 0%;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}
.doctor-review-modal__star::before,
.doctor-review-modal__star::after {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask: url("/images/icons/reviewStar.svg") center / contain no-repeat;
    mask: url("/images/icons/reviewStar.svg") center / contain no-repeat;
}
.doctor-review-modal__star::before {
    background: #ddd;
}
.doctor-review-modal__star::after {
    background: rgba(255, 204, 0, 1);
    clip-path: inset(0 calc(100% - var(--star-fill)) 0 0);
}
.doctor-review-modal__submit {
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: rgba(24, 52, 84, 1);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px;
    cursor: pointer;
    transition: background .2s, box-shadow .25s;
    margin-bottom: 15px;
}
.doctor-review-modal__submit:hover {
    background: #102237;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
}
.doctor-review-modal__agree {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
    color: rgba(24, 52, 84, 1);
    line-height: 1.4;
    cursor: pointer;
}
.doctor-review-modal__agree input {
    margin-top: 3px;
    flex-shrink: 0;
}
.doctor-review-modal__agree a {
    color: rgba(193, 62, 132, 1);
    text-decoration: none;
}
@media (max-width: 600px) {
    .doctor-review-modal__box {
        padding: 30px 25px;
    }
}

/* ── Complaint modal ── */
.doctor-complaint-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.doctor-complaint-modal.is-open {
    display: flex;
}
.doctor-complaint-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
}
.doctor-complaint-modal__box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 5px;
    width: 696px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 80px 100px;
}
.doctor-complaint-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
    border: none;
    background: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: rgba(34, 34, 34, 1);
}
.doctor-complaint-modal__title {
    font-weight: 700;
    font-size: 46px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 15px;
}
.doctor-complaint-modal__desc {
    font-size: 14px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 30px;
    line-height: 20px;
}
.doctor-complaint-modal__field {
    position: relative;
    margin-bottom: 15px;
}
.doctor-complaint-modal__field input[type="text"],
.doctor-complaint-modal__field input[type="tel"],
.doctor-complaint-modal__field textarea {
    width: 100%;
    border: none;
    border-radius: 5px;
    background: rgba(233, 240, 248, 1);
    padding: 16px 18px;
    font-size: 16px;
    font-family: inherit;
    color: rgba(34, 34, 34, 1);
    resize: none;
    box-sizing: border-box;
    cursor: pointer;
}
.doctor-complaint-modal__field textarea {
    min-height: 145px;
    cursor: text;
}
.doctor-complaint-modal__field input::placeholder,
.doctor-complaint-modal__field textarea::placeholder {
    color: rgba(34, 34, 34, 0.45);
}
.doctor-complaint-modal__placeholder {
    position: absolute;
    left: 18px;
    top: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    color: rgba(34, 34, 34, 0.45);
    pointer-events: none;
}
.doctor-complaint-modal__placeholder b {
    font-weight: 400;
    color: #e02020;
}
.doctor-complaint-modal__field input:not(:placeholder-shown) ~ .doctor-complaint-modal__placeholder,
.doctor-complaint-modal__field textarea:not(:placeholder-shown) ~ .doctor-complaint-modal__placeholder {
    display: none;
}
.doctor-complaint-modal__field--date .doctor-complaint-modal__calendar-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.doctor-complaint-modal__select {
    position: relative;
    margin-bottom: 20px;
}
.doctor-complaint-modal__select-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: none;
    border-radius: 5px;
    background: rgba(233, 240, 248, 1);
    padding: 16px 18px;
    font-size: 15px;
    font-family: inherit;
    color: rgba(34, 34, 34, 1);
    cursor: pointer;
    text-align: left;
}
.doctor-complaint-modal__select-toggle.has-error {
    box-shadow: inset 0 0 0 1px #e02020;
}
.doctor-complaint-modal__select-toggle-label {
    color: rgba(34, 34, 34, 0.45);
}
.doctor-complaint-modal__select-toggle-label b {
    font-weight: 400;
    color: #e02020;
}
.doctor-complaint-modal__select-toggle.is-filled .doctor-complaint-modal__select-toggle-label {
    color: rgba(34, 34, 34, 1);
}
.doctor-complaint-modal__select-chevron {
    flex-shrink: 0;
    transition: transform .2s;
}
.doctor-complaint-modal__select.is-open .doctor-complaint-modal__select-chevron {
    transform: rotate(180deg);
}
.doctor-complaint-modal__select-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 20;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    max-height: 260px;
    overflow-y: auto;
}
.doctor-complaint-modal__select.is-open .doctor-complaint-modal__select-list {
    display: block;
}
.doctor-complaint-modal__select-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 18px;
    cursor: pointer;
    transition: background .15s;
}
.doctor-complaint-modal__select-item:hover {
    background: rgba(233, 240, 248, 0.6);
}
.doctor-complaint-modal__select-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    background: rgba(227, 186, 209, 0.3);
}
.doctor-complaint-modal__select-avatar img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
}
.doctor-complaint-modal__select-name {
    font-size: 15px;
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
}
.doctor-complaint-modal__select-spec {
    font-size: 13px;
    color: rgba(34, 34, 34, 0.5);
}
.doctor-complaint-modal__submit {
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: rgba(24, 52, 84, 1);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px;
    cursor: pointer;
    transition: background .2s, box-shadow .25s;
    margin-bottom: 15px;
}
.doctor-complaint-modal__submit:hover {
    background: #102237;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .15);
}
.doctor-complaint-modal__agree {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
    color: rgba(24, 52, 84, 1);
    line-height: 1.4;
    cursor: pointer;
}
.doctor-complaint-modal__agree input {
    margin-top: 3px;
    flex-shrink: 0;
}
.doctor-complaint-modal__agree a {
    color: rgba(193, 62, 132, 1);
    text-decoration: none;
}
@media (max-width: 600px) {
    .doctor-complaint-modal__box {
        padding: 30px 25px;
    }
}
