.wrapper {
    max-width: 1210px;
    padding: 0 15px;
    margin: 0 auto;
}

.plug {
    /*background: url('../img/plug-banner.png') no-repeat center;*/
    min-height: 420px;
}

.experts-category {
    margin: 3px 0 0 0;
}

.experts-category .experts {
    margin: 43px 0 0 0;
    padding: 0;
}

.experts-category-mobile {
    display: none;
}

.experts-category-info {
    display: flex;
    justify-content: space-between;
}

.experts-category-info__category-block {
    display: flex;
    margin: 7px 0 0 1px;
}

.experts-category-info__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: #888989;
    margin: 0;
}

.experts-category-info__category {
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    text-transform: uppercase;
    color: #222222;
    margin: 0;
    padding: 0 0 0 5px;
    letter-spacing: 0.05em;
}

.experts-category-info__category-icon {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.experts-category-info__category-icon img {
    max-width: 100%;
    height: auto;
}

.experts-category-info__description {
    max-width: 580px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    margin: 0;
    padding: 11px 0 0 0;
}

.category-experts-list {
    list-style: none;
    padding: 0;
    margin: 44px 0 0 0;
}

.experts__expert {
    display: flex;
    background-color: #ffffff;
    padding: 42px 0;
    margin: 0 0 20px 0;
}

.expert-avatar {
    margin: 0 0 0 82px;
}

.expert-avatar img {
    border-radius: 50%;
    width: 240px;
    height: 240px;
}

.expert-info {
    margin: 0 0 0 50px;
}

.expert-info__name {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #000000;
    margin: 0;
}

.expert-info__post {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #888989;
    margin: 0;
}

.expert-info__description {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: #000000;
    margin: 0;
    max-width: 720px;
}

.expert-info__description ul {
    padding: 20px 0 0 17px;
    list-style: none;
    margin: 0;
}

.expert-info__description ul li {
    position: relative;
}

.expert-info__description ul li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 12px;
    left: -16px;
    background-color: #000000;
    border-radius: 50%;
}

.expert-info__link {
    display: flex;
    justify-content: space-between;
    align-items: center;

    max-width: 120px;

    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    color: #222222;
    border: 2px solid #00AFFF;
    border-radius: 2px;
    margin: 20px 0 0 0;
    padding: 5px 9px 7px 12px;

    transition: 0.1s ease-in-out;
}

.expert-info__link span {
    display: block;
    margin: 2px 0 0 0;
}

.expert-info__link svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: #00AFFF;
}

.expert-info__link:hover {
    background-color: #00AFFF;
    color: #ffffff
}

.expert-info__link:hover svg {
    stroke: #ffffff
}

.experts-carousel-wr {
    position: relative;
    margin: 0 -32px;
    padding: 0 32px;
}

.experts-carousel-wr .swiper-button-prev {
    left: 0;
    right: auto;
}

/* ------------------------------------ Profile ------------------------------------------------------ */

.expert-profile {
    margin: 2px 0 0 0;
}

/* ------------------------------------ Profile ------------------------------------------------------ */

/* ------------------------------------ Recomendations ------------------------------------------------------ */

.expert-recommendations-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.expert-recommendations-list li {
    margin: 52px 0 0 0;
}

.expert-recommendations-list li:first-child {
    margin: 37px 0 0 0;
}

.expert-recommendations__show-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    max-width: 880px;
    height: 40px;

    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    border: 1px solid #00AFFF;
    background-color: #00AFFF;
    margin: 74px auto 0;
    outline: none;
    cursor: pointer;
}

.expert-recommendations__show-more-btn:hover {
    background-color: #ffffff;
    color: #00AFFF;
}

/* ------------------------------------ Recomendations ------------------------------------------------------ */

/* ------------------------------------ Other Experts ------------------------------------------------------ */

.experts__expert--other-experts {
    width: 100%;
    max-width: 280px;
    height: 400px;
    flex-direction: column;
    align-items: center;
    padding: 44px 0 0 0;
    text-decoration: none;
}

.experts__expert--other-experts .expert-info {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 37px 10px 0;
}

.experts__expert--other-experts .expert-avatar {
    width: 200px;
    height: 200px;
    margin: 0;
}

.experts__expert--other-experts .expert-avatar img {
    width: 100%;
    height: auto;
    min-height: 200px;
}

.experts__expert--other-experts .expert-info__description,
.experts__expert--other-experts .expert-info__link {
    display: none;
}

.experts__expert--other-experts .expert-info__name {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 0 10px 4px;
}

.experts__expert--other-experts .expert-info__post {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 0;
}


/* ------------------------------------ Other Experts ------------------------------------------------------ */

.other-experts .expertsSwiper2 {
    margin: 20px auto 0;
    position: relative;
}

/* .other-experts .swiper-button-disabled {
    display: none;
} */

.experts-category-info--profile,
.experts-category-info--recomendations,
.other-experts .swiper-pagination {
    display: none;
}


.other-experts .swiper-button-prev,
.other-experts .swiper-container-rtl .swiper-button-next {
    background-image: url('/local/templates/doctorhead/images/other-experts-arrow.png');
    transform: rotate(180deg);
    left: -25px;
}

.other-experts .swiper-button-next,
.other-experts .swiper-container-rtl .swiper-button-prev {
    background-image: url('/local/templates/doctorhead/images/other-experts-arrow.png');
    right: -25px;
}

.other-experts .swiper-button-next, 
.other-experts .swiper-button-prev {
    background-size: 20px 40px;
    top: 48%;
}

.expert-carousel-wr {
    position: relative;
    margin: 0 -32px;
    padding: 0 32px;
}


@media (max-width: 1024px) {
    .plug {
        display: none;
    }

    .experts-category-info__description {
        max-width: 360px;
        font-size: 14px;
        line-height: 21px;
        padding: 0;
    }

    .experts-category .experts {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        margin: 32px 0 0 0;
    }

    .experts__expert {
        width: 49%;
        padding: 48px 0;
        margin: 0 0 20px 0;
        flex-direction: column;
    }

    .expert-avatar {
        margin: 0 auto;
    }

    .expert-avatar img {
        border-radius: 50%;
    }

    .expert-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 8px 0 0 0;
        padding: 2px 0 0 0;
    }

    .expert-info__name {
        font-size: 24px;
        line-height: 28px;
        margin: 0 auto;
    }

    .expert-info__post {
        font-size: 12px;
        line-height: 14px;
        margin: 0 auto;
        padding: 4px 0 0 0;
    }

    .expert-info__description {
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
        color: #000000;
        margin: 0;
        max-width: 720px;
    }
    
    .expert-info__description ul {
        padding: 17px 0 0 17px;
        min-height: 180px;
        list-style: none;
        margin: 0;
    }
    
    .expert-info__description ul li {
        font-size: 12px;
        line-height: 18px;
        padding: 0 54px;
    }

    .expert-info__description p {
        font-size: 12px;
        line-height: 18px;
        padding: 0 54px;
    }
    
    .expert-info__description ul li::before {
        width: 4px;
        height: 4px;
        top: 7px;
        left: 43px;
    }

    .expert-info__link {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 100%;
        max-width: 258px;
        height: 52px;

        border: 1px solid #00AFFF;
        border-radius: 4px;
        margin: 0;
        padding: 0;
    }

    .expert-info__link span {
        display: none;
    }

    .expert-info__link:hover {
        background-color: #00AFFF;
        color: #ffffff
    }


    .experts__expert--profile .expert-info__description ul li::before {
        left: -11px;
    }

    /* Profile */

    .experts__expert--profile,
    .experts__expert--recommendations {
        width: 100%;
        flex-direction: row;
        padding: 0;
        margin: 16px 0 0 0;
    }

    .experts__expert--profile .expert-avatar,
    .experts__expert--recommendations .expert-avatar {
        width: 48.8%;
        border-radius: 0;
        margin: 0;
    }

    .experts__expert--profile .expert-avatar img,
    .experts__expert--recommendations .expert-avatar img {
        width: 100%;
        max-width: 360px;
        min-height: 332px;
        padding: 0;
        border-radius: 0;
    }

    .experts__expert--profile .expert-info,
    .experts__expert--recommendations .expert-info {
        width: 48.8%;
        border-radius: 0;
        align-items: flex-start;
        margin: 0;
        padding: 26px 0 0 19px;
    }

    .experts__expert--profile .expert-info__name,
    .experts__expert--recommendations .expert-info__name {
        font-size: 18px;
        line-height: 21px;
        margin: 0;
    }

    .experts__expert--profile .expert-info__post,
    .experts__expert--recommendations .expert-info__post {
        font-size: 12px;
        line-height: 14px;
        margin: 0;
        padding: 7px 0 0 0;
    }

    .experts__expert--profile .expert-info__description ul,
    .experts__expert--recommendations .expert-info__description ul {
        padding: 26px 10px 0;
    }

    .experts__expert--profile .expert-info__description ul li,
    .experts__expert--recommendations .expert-info__description ul li {
        padding: 0;
    }

    .experts__expert--profile .expert-info__description p {
        font-size: 12px;
        line-height: 18px;
        padding: 0;
    }

    .experts__expert--profile .expert-info__description ul li::before,
    .experts__expert--recommendations .expert-info__description ul li::before {
        left: -11px;
    }

    /* Profile */

    /* Recomendations */

    .experts__expert--recommendations {
        width: 100%;
        flex-direction: row;
    }

    .experts__expert--recommendations {
        width: 100%;
        flex-direction: row;
        margin: 0;
    }

    /* Other Experts */

    .experts__expert--other-experts {
        width: 100%;
        max-width: 100%;
        min-height: 424px;
        padding: 22px 0 0 0;
    }

    .experts__expert--other-experts .expert-info {
        padding: 14px 10px 0;
    }

    .experts__expert--other-experts .expert-avatar {
        width: 280px;
        height: 280px;
        min-height: 280px;
    }
    
    .experts__expert--other-experts .expert-avatar img {
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    .experts__expert--other-experts .expert-info__name {
        padding: 10px 85px 4px;
    }

    .experts__expert--other-experts .expert-info__link {
        display: none;
    }

    .other-experts .swiper-wrapper {
        padding: 0 0 43px 0;
    }

    .other-experts .swiper-pagination {
        display: block;
    }

    .other-experts .swiper-button-next,
    .other-experts .swiper-button-prev {
        display: none;
    }

    .other-experts .swiper-pagination-bullet-active {
        background-color: #DABC7F;
    }

    /* Other Experts */


    /* End Recomendations */

}

@media (max-width: 768px) {
    .plug {
        display: none;
    }

    /* .breadcrumbs {
        display: none;
    } */

    .wrapper {
        padding: 0 15px;
    }

    .experts-category {
        display: none;
    }

    .experts-category-mobile {
        display: block;
    }

    .experts-category-link {
        width: 20px;
        height: 20px;
    }

    .experts-category-link svg {
        width: 20px;
        height: auto;
        margin: 25px 0 0 1px;
    }

    .experts-category-info__category-block {
        margin: 18px 0 0 8px;
        text-decoration: none;
    }

    .experts-category-info__category {
        font-size: 24px;
        line-height: 28px;
        color: #888989;
        padding: 0 0 0 7px;
    }

    .experts__expert {
        width: 100%;
        padding: 20px 0;
    }

    .expert-avatar {
        padding: 28px 0;
    }

    .expert-info {
        margin: -10px 0 0 0;
    }

    .expert-info__description p {
        min-height: 180px;
        padding: 4px 17px 0 34px;
    }

    .expert-info__description ul li {
        padding: 0 17px;
    }

    .expert-info__description ul li::before {
        left: 6px;
    }

    .experts-category-mobile .swiper-container {
        margin: 20px auto 0;
    }

    .experts-category-mobile .swiper-container-horizontal>.swiper-pagination-bullets,
    .experts-category-mobile .swiper-pagination-custom,
    .experts-category-mobile .swiper-pagination-fraction {
        bottom: 557px;
    }

    .experts-category-mobile .swiper-pagination-bullet-active {
        background: #DABC7F;
    }

    .experts-category-mobile .swiper-button-next,
    .experts-category-mobile .swiper-button-prev {
        width: 10px;
        height: 20px;
        background-size: 10px 20px;
        top: 28.5%;
        z-index: 1000;
    }

    .experts-category-mobile .swiper-button-prev,
    .experts-category-mobile .swiper-container-rtl .swiper-button-next {
        background-image: url('/local/templates/doctorhead/images/arrow-prev.png')
    }

    .experts-category-mobile .swiper-button-next,
    .experts-category-mobile .swiper-container-rtl .swiper-button-prev {
        background-image: url('/local/templates/doctorhead/images/arrow-next.png')
    }

    .expert-avatar--category-slider img {
        width: 200px;
        height: 200px;
    }

    .experts-category-info__category-icon {
        width: 24px;
        height: 24px;
    }

    .experts-category-info--recomendations,
    .experts-category-info--profile {
        display: flex;
    }

    /* Expert Profile */

    .expert-profile {
        margin: 2px 0 0 0;
    }

    .experts__expert--profile {
        width: 100%;
        flex-direction: column;
        padding: 0;
        margin: 16px 0 0 0;
    }

    .experts__expert--profile .expert-avatar,
    .experts__expert--profile .expert-info {
        width: 100%;
    }

    .experts__expert--profile .expert-avatar img {
        max-width: 100%;
        height: auto;
        min-height: auto;
        padding: 0;
    }

    .experts__expert--profile .expert-info {
        padding: 19px 0 19px 0;
    }

    .experts__expert--profile .expert-info__name {
        padding: 0 0 0 19px;
    }

    .experts__expert--profile .expert-info__post {
        padding: 7px 0 0 19px;
    }

    .experts__expert--profile .expert-info__description ul {
        min-height: auto;
        padding: 22px 18px 0 37px;
    }

    .experts__expert--profile .expert-info__description p {
        padding: 0 17px;
        min-height: auto;
    }

    /* Recomendations */

    .expert-recommendations--profile {
        padding: 0 15px;
    }

    .wrapper--expert-recommendations {
        background-color: #ffffff;
    }

    .experts__expert--recommendations {
        max-width: 100%;
        min-height: 100px;
        flex-direction: row;
        margin: 14px 0 0 0;
        padding: 0;
    }

    .expert-recommendations-list {
        background-color: #ffffff;
    }

    .expert-heading--recommendations {
        margin: 0;
        padding: 0;
    }

    .expert-heading--recommendations h2 {
        padding: 0 0 0 5px;
    }

    .expert-heading--recommendations p {
        display: none;
    }

    .expert-recommendations-list li:first-child {
        margin: 0
    }

    .expert-recommendations-list li {
        margin: 23px 0 0 0;
    }

    .experts__expert--recommendations .expert-info__description,
    .experts__expert--recommendations .expert-info__link {
        display: none;
    }

    .experts__expert--recommendations .expert-avatar {
        margin: 20px 0 0 19px;
        padding: 0;
        width: 64px;
        height: 64px;
        min-height: 64px;
    }

    .experts__expert--recommendations .expert-avatar img {
        width: 100%;
        height: auto;
        min-height: auto;
        border-radius: 50%;
    }

    .experts__expert--recommendations .expert-info {
        max-width: 182px;
        margin: 27px 0 0 0;
        padding: 0 0 0 12px;
        align-items: flex-start;
    }

    .experts__expert--recommendations .expert-info__name {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .experts__expert--recommendations .expert-info__post {
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .expert-recommendations-list {
        padding: 0 15px;
    }

    .experts__expert--recommendations .expert-info__subscribe-btn {
        display: none;
    }

    .expert-recommendations__show-more-btn {
        width: 100%;
        max-width: 880px;
        height: 40px;
        font-size: 16px;
        line-height: 19px;
        margin: 20px auto 0;
        border: none;
        outline: none;
        cursor: pointer;
    }

    /* Recomendations */

    
    /* Other Experts */

    .experts__expert--other-experts {
        width: 100%;
        max-width: 120px;
        height: auto;
        min-height: 237px;
        padding: 20px 0 0 0;
    }

    .other-experts .swiper-slide {
        max-width: 120px;
    }

    .experts__expert--other-experts .expert-info {
        padding: 19px 0 0 0;
    }

    .experts__expert--other-experts .expert-avatar {
        width: 100px;
        height: 100px;
        min-height: 100px;
    }
    
    .experts__expert--other-experts .expert-avatar img {
        width: 100%;
        height: auto;
        min-height: 100px;
    }

    .experts__expert--other-experts .expert-info__name {
        font-size: 14px;
        line-height: 16px;
        padding: 0 0 4px 0;
    }

    .experts__expert--other-experts .expert-info__post {
        font-size: 12px;
        line-height: 14px;
    }

    .experts__expert--other-experts .expert-info__description,
    .experts__expert--other-experts .expert-info__link {
        display: none;
    }

    .other-experts .swiper-wrapper {
        padding: 0;
    }

    .other-experts .swiper-pagination {
        display: none;
    }

    /* Other Experts */
}