@media (min-width: 1280px) {
    html{
        zoom: .85;
    }

}
.cabinet__concept{
    overflow: hidden;
}
.center_title{
    text-align: center;
}
.equipe__doctors-item{
    width: calc(25% - 40px);
}
@media (max-width: 767px) {
    .equipe__doctors-item{
        width: calc(50% - 40px);
    }
}
@media (max-width: 576px) {
    .equipe__doctors-item{
        width: 100%;
    }
}
.equipe__nav{
    display: none;
}
.equipe__doctors-top{
    position: relative;
}
.equipe__doctors-top_info{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .2s;
    padding: 20px;
    color: #fff;
    background: #bf7c587d;
}
.equipe__doctors-item:hover .equipe__doctors-top_info{
    opacity: 1;
} 
.equipe__doctors ul{
    margin-top: 5px;
    margin-bottom: 5px;
}
.equipe__doctors ul li{
    margin-bottom: 2px;
    padding-left: 24px;
}
.widgets__link{
    cursor: pointer;
}
.technologies__item-content h3{
    font-weight: 500;
}
.technologies__item::after{
    background: linear-gradient(0deg, rgba(35, 121, 169, 0.7) 0%, rgba(35, 121, 169, 0.7) 100%);
}
.parcours__items{
    grid-template-columns: repeat(6, 1fr);
}

.prothese__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
@media only screen and (max-width: 991px) {
    .prothese__wrapper {
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .prothese__wrapper {
        gap: 24px;
    }
}
.prothese__left {
    width: 40%;
    max-width: 450px;
}
@media only screen and (max-width: 991px) {
    .prothese__left {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 767px) {
    .prothese__left {
        align-items: center;
        justify-content: center;
        text-align: center;
        max-width: 100%;
    }
}
.prothese__left-flag {
    max-width: 73px;
    margin-top: 30px;
}
@media only screen and (max-width: 991px) {
    .prothese__left-flag {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
.prothese {
    padding: 60px 0;
    font-family: "Onest", sans-serif;
}
@media only screen and (max-width: 991px) {
    .prothese {
        padding: 40px 0;
    }
}
.prothese__right {
    max-width: 810px;
    width: 59%;
    display: flex;
    flex-direction: column;
    gap: 62px;
}
@media only screen and (max-width: 991px) {
    .prothese__right {
        width: 100%;
        gap: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .prothese__right {
        align-items: center;
        justify-content: center;
        text-align: center;
        max-width: 100%;
    }
}
.prothese__item {
    display: flex;
    gap: 40px;
}
@media only screen and (max-width: 767px) {
    .prothese__item {
        gap: 24px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 600px;
    }
}
.prothese__item h3 {
    font-family: "Onest", sans-serif;
    margin-bottom: 10px;
}

.cabinet__item:nth-child(2){
    padding-left: 200px;
    justify-content: flex-start;
}
.cabinet__item:nth-child(5){
    width: 100%;
    padding: 0;
    justify-content: center;
}
.cabinet__item:nth-child(6){
    padding: 0;
    width: 100%;
    justify-content: center;
    display: none;
}
@media only screen and (max-width: 991px) {
    .cabinet__item:nth-child(2) {
        padding: 0;
        justify-content: center;
    }
    .cabinet__item:nth-child(5){
        width: 100%;
        justify-content: center;
    }
}
.technologies{
    max-width: 1410px;
    margin: 80px auto;
}
.technologies_block{
    background: #BF7C58;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    overflow: hidden;
    display: flex;
}
.technologies_block_image{
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.technologies_block_image img{
    width: 450px;
    max-width: 100%;
    height: auto;
    /*
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    */
}
.technologies_block_info{
    width: 50%;
    color: #fff;
    padding: 5% 10%;
}
.technologies_block_info h2{
    color: #fff;
}
.technologies_block_text{
    margin-top: 40px;
}
.technologies_block_link{
    display: flex;
    margin-top: 40px;
}
.technologies_block_link a{
    margin-left: 0;
    background: #fff;
    color: #1B1B1B;
    border: 0;
}
@media (max-width: 768px) {
    .technologies{
        margin: 30px auto;
    }
    .technologies_block{
        flex-direction: column;
    }
    .technologies_block_image{
        width: 100%;
    }
    .technologies_block_image img{
        position: relative;
        height: initial;
    }
    .technologies_block_info{
        width: 100%;
        padding: 30px;
    }
    .technologies_block_text {
        margin-top: 20px;
    }
    .technologies_block_link{
        margin-top: 30px;
    }
}
.prothese__left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cabinet__item:nth-child(1) {
    transform: translate(120px, 0);
}
.cabinet__item:nth-child(2) {
    transform: translate(-20px, 0);
}
.cabinet__item:nth-child(3) {
    transform: translate(200px, 0);
}
.cabinet__item:nth-child(4) {
    transform: translate(-280px, 0);
}
.cabinet__item:nth-child(5) {
    transform: translate(0, 0);
}
.traitements__item .traitements__item-top_mob{
    flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
    .cabinet__item:nth-child(4) {
        transform: translate(-130px, 0);
    }
    .cabinet__item:nth-child(1) {
        transform: translate(10px, 0);
    }
    .cabinet__item:nth-child(3) {
        transform: translate(90px, 0);
    }
}

@media only screen and (max-width: 991px) {
    .cabinet__item:nth-child(1),
    .cabinet__item:nth-child(2),
    .cabinet__item:nth-child(3),
    .cabinet__item:nth-child(4){
        transform: translate(0, 0);
    }
    
    .cabinet__items {
        display: flex;
        flex-wrap: wrap;
        gap: initial;
    }
    .cabinet__item{
        width: 50%;
        margin-bottom: 32px!important;
        padding-left: 8px!important;
        padding-right: 8px!important;
        box-sizing: border-box;
        
    }
    .valeurs h2{
        text-align: center;
        font-size: 32px;
    }
    .valeurs__item{
        display: flex;
        justify-content: center;
        width: calc(50% - 8px);
    }
    .valeurs__item-wrapper {
        transform: none;
        flex-direction: column;
    }
    .valeurs__items{
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .equipe__assistants-nav {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .equipe__assistants-list.owl-carousel .equipe__assistants-item {
        width: 100%;
    }
    .equipe__assistants-list.owl-carousel,
    .equipe__assistants-list.owl-carousel .owl-stage-outer {
        column-gap: 0;
        row-gap: 0;
    }
    .equipe__assistants-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 32px auto 0;
        max-width: 280px;
    }
    .equipe__assistants-prev,
    .equipe__assistants-next {
        width: 56px;
        min-width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid var(--brown-color);
        cursor: pointer;
        transition: var(--transition-base);
    }
    .equipe__assistants-prev:hover,
    .equipe__assistants-next:hover {
        background-color: var(--blue-color);
    }
    .equipe__assistants-prev:hover svg path,
    .equipe__assistants-next:hover svg path {
        stroke: #fff;
    }
    .equipe__assistants-prev svg,
    .equipe__assistants-next svg {
        width: 24px;
        transition: var(--transition-base);
    }
    .equipe__assistants-pagination {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }
    .equipe__assistants-pagination_sep {
        opacity: .6;
    }
}
@media only screen and (max-width: 767px) {
    .acces__top-right .btn {
        width: 100%;
    }
    @media (max-width: 768px) {
        .technologies {
            margin-top: 0;
            padding-top: 0;
        }
    }
    .prothese .acces__wrapper{
        margin-top: 30px;
    }
    .prothese .acces__wrapper img{
        width: 100%;
        height: auto;
    }
    .prothese{
        padding-bottom: 0;
    }
    .banner__right{
        padding-bottom: 0;
    }
    .banner__left{
        max-width: initial;
    }
    .banner__content .page-h2{
        font-size: 26px;
        line-height: 36px;
    }
    .wp-text h2 {
        font-size: 24px;
        line-height: 34px;
    }
}
.equipe__assistants-prev{
    display: flex!important;
}
.equipe__assistants-nav{
    position: relative;
    display: flex;
    gap: 20px;
    top: initial;
    right: initial;
}