.specialists__wrapper {
    margin-bottom: 70px;
    position: relative;
}

.doctor-page {
    background-image: url("../../img/background-main-block.svg");
    background-repeat: no-repeat;
    background-position: center 35px;
    height: 100%;
}

.doctor-page__container {
    padding-left: 595px;
    position: relative;
    height: 100%;
}

.doctor-page__picture {
    display: block;
    width: 580px;
    padding-right: 70px;
    position: absolute;
    top: 0;
    left: 15px;
}

.doctor-page__img {
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
}

.doctor-page__info-item {
    display: flex;
    margin-bottom: 30px;
}

.doctor-page__info-item:last-child {
    margin-bottom: 0;
}

.doctor-page__info-text {
    margin-bottom: 0;
}

.doctor-page__info-text_high {
    font-weight: 800;
    color: #1C7597;
}


.rukovodstvo-page {
    background-image: url("../../img/background-main-block.svg");
    background-repeat: no-repeat;
    background-position: center 35px;
    height: 100%;
}

.rukovodstvo-page__container {
    padding-left: 595px;
    position: relative;
    height: 100%;
}

.rukovodstvo-page__picture {
    display: block;
    width: 580px;
    padding-right: 70px;
    position: absolute;
    top: 0;
    left: 15px;
    max-height: 320px;
    overflow: hidden;
}

.rukovodstvo-page__img {
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
}

.rukovodstvo-page__title{
    margin-bottom: 50px;
}

h1.rukovodstvo-page__title.section-title::before, h1.rukovodstvo-page__title.section-title::after{
    display: none;
}

.rukovodstvo-page__container{
    margin-bottom: 70px;
}

.rukovodstvo-page__info{
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rukovodstvo-page__info-item {
    display: flex;
    margin-bottom: 30px;
}

.rukovodstvo-page__info-item:last-child {
    margin-bottom: 0;
}

.rukovodstvo-page__info-text {
    margin-bottom: 0;
}

.rukovodstvo-page__info-text_high {
    font-weight: 800;
    color: #1C7597;
}

.rukovodstvo__contacts-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.rukovodstvo__contacts-item-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rukovodstvo__contacts-item-text{
    font-size: 18px;
    line-height: 160%;
    color: #6A777D;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.rukovodstvo__contacts-item-link:hover .rukovodstvo__contacts-item-text{
    color: #1C7597;
}

.form-accost__wrapper textarea.form-accost__rukovodstvo {
    background-image: url(/netcat_template/template/custom/assets/img/sections/consultation/check.svg);
}

@media (max-width: 1400px) {
    .doctor-page__container {
        padding-left: 505px;
    }

    .doctor-page__picture {
        width: 490px;
        padding-right: 30px;
    }
    
    
    .rukovodstvo-page__container {
        padding-left: 505px;
    }

    .rukovodstvo-page__picture {
        width: 490px;
        padding-right: 30px;
    }
}

@media (max-width: 1024px) {
    .specialists__wrapper {
        margin-bottom: 30px;
    }

    .specialists__slider {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .doctor-page__container {
        padding-left: 365px;
    }

    .doctor-page__picture {
        width: 350px;
    }
    
    
    .rukovodstvo-page__container {
        padding-left: 365px;
    }

    .rukovodstvo-page__picture {
        width: 350px;
    }
    
    .rukovodstvo__contacts-item-text{
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .doctor-page__container {
        padding-left: 15px;
    }

    .doctor-page__picture {
        position: initial;
        width: initial;
        margin: 0 -15px 30px;
        padding-right: 0;
    }

    .doctor-page__img {
        height: 320px;
        border-radius: 0;
    }

    .doctor-page__info-item {
        margin-bottom: 20px;
    }
    
    
    .rukovodstvo-page__container {
        padding-left: 15px;
    }

    .rukovodstvo-page__picture {
        position: initial;
        width: initial;
        margin: 0 -15px 30px;
        padding-right: 0;
    }

    .rukovodstvo-page__img {
        height: 320px;
        border-radius: 0;
    }

    .rukovodstvo-page__info-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .doctor-page {
        background-image: url("../../img/background-mobile-main-block.svg");
    }
    
    
    .rukovodstvo-page {
        background-image: url("../../img/background-mobile-main-block.svg");
    }
}