
.doctor__main .slick-slider {
    margin: 0 -40px 0 0;
    max-width: 1070px
}

.doctor__main .slick-list {
  width: 100%;
}

.slick-active .doctor-metro {
    display: block
}

.doctor__main.slick-slider .slick-track {
    margin-left: -30px
}

.doctor__main.slick-slider .slick-arrow {
    top: 34%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    opacity: .6;
    height: 50px;
    width: 50px;
    border: none;
    font-size: 0;
    outline: 0
}

.doctor__main.slick-slider .slick-arrow:hover {
    opacity: 1
}

.doctor__main.slick-slider .slick-next {
    background: url(../img/arr_right_01.svg) no-repeat center;
    right: -1%
}

.doctor__main.slick-slider .slick-prev {
    left: -6%;
    background: url(../img/arr_left_01.svg) no-repeat center
}

.doctor__col_active .doctor-wrap {
    opacity: 1
}

.doctor__main--noslider {
    justify-content: flex-start
}

.doctor__main--noslider .doctor__col {
    width: 27%;
    margin: 0 28px
}


.doctor {
    position: relative;
    max-width: 1280px;
    margin: 0 auto
}

.doctor__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.doctor__col {
    width: 29%;
    max-width: 295px !important;
    text-align: center;
    margin: 0 33px;
    outline: 0
}

.doctor__col:hover .doctor__description {
    background-color: #01abce;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.doctor__col:hover .doctor__name {
    color: #fff
}

.doctor__col:hover .doctor__position {
    color: #fff
}

.doctor__col_active .doctor-metro {
    opacity: 0
}

.doctor__col_active .doctor-wrap {
    display: block
}

.doctor__col-fil {
    width: 29%;
    height: 0;
    margin: 0
}

.doctor__col img {
    width: 100%;
    height: auto
}

.doctor__col img:first-child {
  border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.doctor__description {
    z-index: 2;
    position: relative
}

.doctor__stantion {
    background-color: #fff;
    color: #354a54;
    font-size: 15px;
    height: 50px;
    padding: 16px 0
}

.doctor__photo {
    position: relative;
    font-size: 0
}

.doctor__today {
    color: #fff;
    background-color: #01abce;
    height: 50px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 50px;
    font-size: 15px;
    text-align: center
}

.doctor-item .doctor__today {
    border-bottom-left-radius: 10px
}

.doctor__name {
    color: #0060aa;
    padding-top: 15px;
    line-height: 25px
}

.doctor__position {
    color: #798f9a;
    padding-bottom: 10px;
    line-height: 25px
}

.doctor .container {
    max-width: 1160px
}

.doctor__col .doctor-metro {
    height: 50px;
    width: 50px;
    position: absolute;
    right: -50px;
    bottom: 0
}

.doctor__stantion .doctor__metro-img {
    height: 17px;
    width: 20px;
    vertical-align: bottom;
    padding-right: 5px
}

.doctor-wrap {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.doctor-metro:hover .doctor-wrap {
    display: block
}

.doctor-item__main {
    padding-top: 70px
}

.doctor-item__show {
    color: #0061aa;
    font-size: 17px;
    border-bottom: 1px dotted rgba(0, 97, 170, .6);
    display: inline-block
}

.doctor-item__show:hover {
    border-bottom: 1px dotted rgba(0, 97, 170, 0)
}

.doctor-item__spec {
    color: #0060aa;
    text-transform: uppercase;
    padding-bottom: 10px
}

.doctor-item__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px
}

.doctor-item__card-left {
    width: 32%;
    overflow: hidden;
    background-image: url(../img/doctor.png);
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    min-width: 361px
}

.doctor-item__card-left .doctor__photo img {
    width: auto;
    visibility: hidden;
    width: 1px
}

.doctor-item__card-right {
    width: 69%;
    position: relative;
    border: 1px solid #c8d3d9;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left-style: none
}

.doctor-item__name {
    color: #0060aa;
    padding-left: 35px;
    font-size: 20px
}

.doctor-item__lastname {
    color: #0060aa;
    text-transform: uppercase;
    padding: 35px 0 0 35px;
    font-size: 20px
}

.doctor-item__info {
    padding-left: 35px;
    padding-top: 10px
}

.doctor-item__cost {
    padding: 0 0 0 35px;
    color: #01abce
}

.doctor-item__graf,
.doctor-item__graf2 {
    position: absolute;
    bottom: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    background-color: #c8d3d9;
    color: #fff;
    border-bottom-right-radius: 5px;
    padding: 0 10px
}

.doctor-item .doctor-item__graf,
.doctor-item .doctor-item__graf2 {
    border-bottom-right-radius: 9px
}

.doctor-item .doctor-item__graf a,
.doctor-item .doctor-item__graf2 a {
	color: inherit;
}

.doctor-item__metro {
    display: block;
    padding-left: 35px;
    bottom: 0;
    color: #0060aa;
    padding-top: 10px
}

.doctor-item__graf {
    font-size: 14px;
    height: 49px
}

.doctor-item__graf2 {
    display: none;
    position: inherit
}

.doctor-item__today {
    padding: 0 10px
}

.doctor-item__metro2 {
    display: none;
    text-align: center;
    color: #0060aa;
    padding: 10px
}

.doctor-item__metro-wrap {
    width: 50%
}

.doctor-item__info-wrap {
    width: 50%;
    text-align: right
}

.doctor-item__info-cont {
    padding-left: 35px;
    cursor: pointer
}

.doctor-item__info-cont--mt {
    margin-top: 10px;
}

.doctor-item__img-wrap {
    position: absolute;
    width: 102px;
    height: 102px;
    top: 20px;
    right: 40px
}

.doctor-item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 70px;
    position: absolute;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 40px
}

.doctor-item__info-medium {
    padding: 5px 0 0 35px;
    max-width: 77%;
}

.doctor-item .sitemap__list {
    padding-bottom: 25px
}

.doctor-item .doctor__today {
    border-bottom-right-radius: 0
}

.doctor-item__graf {
    font-size: 14px
}

.doctor-item__graf2 {
    font-size: 14px
}

.doctor-item__metro .promotion-item__metro-img {
    vertical-align: text-bottom
}

.doctor__photo {
    -webkit-transition: all .3s;
    transition: all .3s
}

.doctor-item__interview {
    padding: 35px 0 0 35px
}

.doctor-item__interviewButton {
    background-color: #0061aa;
    width: 210px;
    border-radius: 5px;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    padding-left: 15px;
    display: block
}

.doctorItem .doctor__photo {
    min-height: 492px
}

.doctor-item__main .history {
    padding: 0 60px;
    text-align: center
}

.doctor-item__main .history .page-body {
    text-align: left
}

.doctor-item__main .history .show-more-link {
    left: initial;
    right: initial;
    bottom: initial;
    position: initial
}

.doctor-item__info-medium {
    padding-bottom: 35px
}

.doctor-itemSvg {
    width: 35px !important;
    height: auto !important;
    visibility: visible !important;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 2px
}


.general .doctor-item.galleryVid {
    margin-bottom: 0
}

.general .doctorCore {
    margin-bottom: -55px
}

.general .doctorCore .doctor__col {
    margin-bottom: 55px
}

.general .doctor__today {
    font-size: 14px
}

.general .doctor-item__metro {
    font-size: 14px
}

.general .doctor-item__show {
    font-size: 16px
}

.general .doctor-item .promotion-item__metro-img {
    width: 28px
}

.medworkers .doctor__main {
    width: 100%;
    border: 2px solid #c8d2d8;
    padding: 5px 20px 20px;
    border-radius: 5px
}

a.doctor__today_link {
    color: #fff
}

a.doctor__today_link:hover {
    color: #fff
}

.doctors__text {
    padding: 30px 0 0
}

.doctor-item .doctor-item__show--blue {
    background-color: #01abce;
    padding: 7px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.doctor-item .doctor-item__show--blue {
    background-color: #01abce;
    padding: 7px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.doctor-item__main .history__col {
    width: 100%
}

@media screen and (min-width: 1025px) {
    .doctor-metro__desk {
        height: 48px;
        width: 4px;
        position: absolute;
        right: -4px;
        bottom: 1px;
        background: #0061a9;
        z-index: -1
    }

    .doctor__col_active .doctor-metro__desk {
        opacity: 0
    }

    .doctor__col .doctor-metro {
        right: -49px
    }

    .doctor-item__card-left .doctor__photo img {
        height: 443px
    }
}

@media screen and (min-width: 650px) {
    .doctor .doctor__main .callback__arrow-prev {
        left: 16px !important;
        top: 34% !important
    }

    .doctor .doctor__main .callback__arrow-next {
        right: 16px !important;
        top: 34% !important
    }
}

@media screen and (min-width: 641px) {
    .doctor-item__card-left .doctor__photo img {
        height: 313px
    }

    .doctor-item__card-left {
        border-bottom-left-radius: 9px
    }
}

@media screen and (max-width: 1024px) {
  .doctorContianer {
      padding: 0
  }

    .doctor__main.slick-slider {
        max-width: 100%
    }

    .doctor__main .slick-list {
        max-width: 640px;
        margin: 0 auto
    }

    .doctor__col {
        margin: 0 18px
    }

    .doctor__main.slick-slider .slick-next {
        right: -7%
    }

    .doctor__main.slick-slider .slick-track {
        margin-left: 0
    }

    .general .doctor__main--noslider .doctor__col {
        width: 40%
    }

     .doctor__col {
        width: 44%
    }

     .doctor__main {
        max-width: 680px;
        margin: 0 auto
    }

     .doctor .callback__arrow-prev {
        left: 25px
    }

     .doctor .callback__arrow-next {
        right: 25px
    }

     .doctor__main {
        max-width: 576px
    }

     .doctor__col {
        width: 47%;
    }

     .doctor__col .doctor-metro {
        right: 10px;
        bottom: 10px
    }

    .doctor__main {
        max-width: 680px;
        margin: 0 auto
    }

    .doctor__col {
        width: 44%
    }


    .doctor .callback__arrow-prev {
        left: 25px
    }

    .doctor .callback__arrow-next {
        right: 25px
    }

    .doctor__main {
        max-width: 576px
    }

    .doctor__col {
        width: 47%
    }

    .doctor__col .doctor-metro {
        right: 10px;
        bottom: 10px
    }

    .doctor-item__graf {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1.5;
        padding: 5px 10px 0
    }

    .doctor-item__info {
        display: none
    }

    .doctor-item__info-medium {
        display: block;
        padding: 5px 0 35px 25px
    }

    .doctor-item__lastname {
        padding: 35px 0 0 25px
    }

    .doctor-item__name {
        padding-left: 25px
    }

    .doctor-item__cost {
        padding: 0 0 0 25px
    }

    .doctor-item__metro {
        padding-left: 25px
    }

    .doctor-item__interview {
        padding: 30px 0 0 25px
    }

    .doctor-item__wrap {
        padding-right: 25px
    }

    .doctor-item__img-wrap {
        right: 25px
    }

    .doctor-item__info-cont {
        padding-left: 25px;
        cursor: pointer
    }

    .doctor__col {
        width: 44%
    }

    .doctor-item__metro2 {
        display: none;
        font-size: 15px
    }

    .doctor-item__metro {
        display: block
    }

    .doctor-item__today {
        position: inherit;
        padding: 5px 10px 0;
        line-height: 40px;
        width: 100%
    }

    .doctor-item__card-left {
        width: 47%
    }

    .doctor-item_-card-right {
        width: 53%
    }

    .doctor-item__img-wrap {
        width: 80px;
        height: 80px;
        top: -40px;
        right: -40px
    }

    .doctor-item__metro-wrap {
        width: 100%;
        padding-top: 20px
    }

    .doctor-item__info-wrap {
        width: 100%;
        text-align: left;
        padding-left: 25px
    }

    .doctor-item__info-cont {
        padding-left: 38px
    }

    .doctor-item__interview {
        padding: 30px 0 0 38px
    }

    .doctor-item__wrap {
        display: block;
        position: initial;
        padding: 0
    }

    .doctor-item__info-wrap .doctor-item__info-cont {
        padding-left: 0
    }

    .doctor-item__metro {
        padding-left: 38px;
        padding-right: 10px
    }

    .general .doctor-item__info-wrap {
        margin: 20px 0
    }

    .doctor-item__interviewButton {
        margin: 0 auto 30px
    }

    .doctor-item__card-left {
        min-width: auto
    }

    .doctor-item__main .history {
        padding: 0
    }

    .doctorItem .doctor__photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .doctor__col .doctor-metro {
        right: 10px;
        bottom: 10px
    }

    .doctor__col {
        width: 47%
    }

    .doctor-item .container {
        padding: 0 50px
    }

     .doctor__col,
     .doctor__col,
     .doctor__col {
        width: 44%
    }

     .doctor__main,
     .doctor__main,
     .doctor__main {
        max-width: 680px;
        margin: 0 auto
    }

     .doctor .callback__arrow-prev,
     .doctor .callback__arrow-prev,
     .doctor .callback__arrow-prev {
        left: 25px
    }

     .doctor .callback__arrow-next,
     .doctor .callback__arrow-next,
     .doctor .callback__arrow-next {
        right: 25px
    }

     .doctor__main,
     .doctor__main,
     .doctor__main {
        max-width: 576px
    }

     .doctor__col,
     .doctor__col,
     .doctor__col {
        width: 47%
    }

     .doctor__col .doctor-metro,
     .doctor__col .doctor-metro,
     .doctor__col .doctor-metro {
        right: 10px;
        bottom: 10px
    }

    .general .doctor-item__main {
        padding-top: 77px
    }

    .general .doctorCore {
        margin-bottom: -55px
    }

    .general .doctorCore .doctor__main {
        max-width: 685px;
        margin: 0 auto
    }

    .general .doctor-item__card-right {
        width: 53%
    }

    .general .doctor-item__card-left {
        width: 47%
    }

    .general .doctor-item__main {
        padding-top: 51px
    }

    .general .doctor-item__lastname {
        padding: 35px 0 0 38px
    }

    .general .doctor-item__name {
        padding: 0 30px 0 38px
    }

    .general .doctor-item__info-medium {
        padding: 5px 0 0 38px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .general .doctor-item__cost {
        padding: 35px 0 0 38px
    }

    .general .doctor-item__info-wrap {
        padding: 0 0 0 38px
    }

    .general .doctorCore .doctor__col {
        width: 47%
    }

    .general .doctorCore .doctor__col .doctor-metro {
        right: 15px;
        bottom: 10px
    }

    .general .doctorCore .doctor__col .doctor-metro2 {
        display: none
    }
}

@media screen and (max-width: 640px) {

    .doctor__main .slick-list {
        max-width: 280px;
        margin: 0 auto
    }

    .doctor__col {
        margin: 0;
        max-width: none !important
    }

    .doctor__main.slick-slider {
        margin: 0;
        padding-bottom: 40px
    }

    .doctor__main.slick-slider .slick-track {
        margin-left: 0
    }

    .doctor__main.slick-slider .slick-next {
        right: 50%;
        margin-right: -60px
    }

    .doctor__main.slick-slider .slick-prev {
        left: 50%;
        margin-left: -60px
    }

    .doctor__main.slick-slider .slick-arrow {
        top: auto;
        bottom: 0
    }

    .general .doctor__main--noslider .doctor__col {
        width: 100%
    }

    .doctor .callback__arrow-next,
    .doctor .callback__arrow-prev {
        display: none !important
    }

    .doctor .slider-boxMobile {
        display: block;
        padding: 0;
        text-align: center;
        width: 100%
    }

    .doctor .slider-boxMobile .callback__arrow-prev {
        display: inline-block !important
    }

    .doctor .slider-boxMobile .callback__arrow-next {
        display: inline-block !important
    }

     .doctor__col {
        width: 100%
    }

    .doctor .callback__arrow-next,
    .doctor .callback__arrow-prev {
        display: none
    }

    .doctor .slider-boxMobile {
        padding: 0 0 11px
    }

    .doctor .slider-boxMobile .callback__arrow-prev {
        display: inline-block
    }

    .doctor .slider-boxMobile .callback__arrow-next {
        display: inline-block
    }

    .doctor-item__spec {
        text-align: center
    }

    .doctor-item__card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .doctor-item .container {
        padding: 0 70px
    }

    .doctor__col {
        width: 100%;
        max-width: 100%
    }

    .doctor-item__card-left {
        width: 100%
    }

    .doctor-item__card-right {
        width: 100%;
        width: 100%;
        text-align: center
    }

    .doctor-item__graf {
        display: none
    }

    .doctor-item__graf2 {
        display: block;
        height: inherit;
        line-height: inherit;
        padding: 10px;
        font-size: 15px
    }

    .doctor-item__info-medium {
        display: block;
        padding: 5px 0 0
    }

    .doctor-item__lastname {
        padding: 35px 0 0
    }

    .doctor-item__name {
        padding-left: 0
    }

    .doctor-item__cost {
        padding: 35px 0 0
    }

    .doctor-item__metro {
        padding-left: 0
    }

    .doctor-item__wrap {
        padding-right: 0
    }

    .doctor-item__img-wrap {
        right: 25px
    }

    .doctor-item__wrap {
        position: inherit;
        display: block;
        text-align: center
    }

    .doctor-item__graf {
        display: none
    }

    .doctor-item__graf2 {
        display: block;
        height: inherit;
        line-height: inherit;
        padding: 10px;
        font-size: 15px
    }

    .doctor-item__info-medium {
        display: block;
        padding: 5px 0 0
    }

    .doctor-item__lastname {
        padding: 35px 0 0
    }

    .doctor-item__name {
        padding-left: 0
    }

    .doctor-item__cost {
        padding: 35px 0 0
    }

    .doctor-item__metro {
        padding-left: 0
    }

    .doctor-item__wrap {
        padding-right: 0
    }

    .doctor-item__img-wrap {
        right: 25px
    }

    .doctor-item__wrap {
        position: inherit;
        display: block;
        text-align: center;
        bottom: inherit;
        padding-bottom: 25px
    }

    .doctor-item__info-wrap {
        text-align: center;
        padding-left: 0
    }

    .doctor-item__card-right {
        border: none
    }

    .doctor-item__img-wrap {
        margin: 0 auto;
        position: inherit;
        right: inherit;
        left: inherit;
        bottom: inherit;
        top: inherit;
        margin-top: 30px
    }

    .doctor__today {
        border-bottom-right-radius: 5px
    }

    .doctor-item__graf2 {
        border-bottom-right-radius: 0
    }

    .doctor-item__card-left {
        border-top-right-radius: 10px
    }

    .doctor-item .doctor__today {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px
    }

    .doctor-item .container {
        padding: 0 30px
    }

    .doctor__col {
        margin-bottom: 20px
    }

    .doctor-item__metro2 {
        display: block
    }

    .doctorItem .doctor__photo {
        min-height: auto
    }

    .doctor-item__card-left {
        background-image: none !important
    }

    .doctorItem .doctor__photo img {
        visibility: visible;
        width: 100%;
        height: inherit
    }

    .doctorItem .doctor__photo {
        display: block
    }

     .doctor__col,
     .doctor__col,
     .doctor__col {
        width: 100%
    }


     .doctor .callback__arrow-next,
     .doctor .callback__arrow-prev,
     .doctor .callback__arrow-next,
     .doctor .callback__arrow-prev,
     .doctor .callback__arrow-next,
     .doctor .callback__arrow-prev {
        display: none
    }

     .doctor .slider-boxMobile,
     .doctor .slider-boxMobile,
     .doctor .slider-boxMobile {
        padding: 0 0 11px
    }

     .doctor .slider-boxMobile .callback__arrow-prev,
     .doctor .slider-boxMobile .callback__arrow-prev,
     .doctor .slider-boxMobile .callback__arrow-prev {
        display: inline-block
    }

     .doctor .slider-boxMobile .callback__arrow-next,
     .doctor .slider-boxMobile .callback__arrow-next,
     .doctor .slider-boxMobile .callback__arrow-next {
        display: inline-block
    }

     .doctor__col,
     .doctor__col,
     .doctor__col {
        width: 100%
    }

     .doctor .callback__arrow-next,
     .doctor .callback__arrow-prev,
     .doctor .callback__arrow-next,
     .doctor .callback__arrow-prev,
     .doctor .callback__arrow-next,
     .doctor .callback__arrow-prev {
        display: none
    }

     .doctor .slider-boxMobile,
     .doctor .slider-boxMobile,
     .doctor .slider-boxMobile {
        padding: 0 0 11px
    }

     .doctor .slider-boxMobile .callback__arrow-prev,
     .doctor .slider-boxMobile .callback__arrow-prev,
     .doctor .slider-boxMobile .callback__arrow-prev {
        display: inline-block
    }

     .doctor .slider-boxMobile .callback__arrow-next,
     .doctor .slider-boxMobile .callback__arrow-next,
     .doctor .slider-boxMobile .callback__arrow-next {
        display: inline-block
    }

    .general .doctor-item__card-left {
        width: 100%
    }

    .general .doctor-item__card-right {
        width: 100%
    }

    .general .doctor-item__lastname {
        padding: 35px 0 0
    }

    .general .doctor-item__name {
        padding: 0
    }

    .general .doctor-item__info-medium {
        padding: 5px 0 0
    }

    .general .doctor-item__cost {
        padding: 35px 0 0
    }

    .general .doctor-item__info-cont {
        padding: 28px 0 0
    }

    .general .doctor-item__info-wrap {
        padding: 0
    }

    .general .doctorCore {
        margin-bottom: -19px
    }

    .general .doctorCore .doctor__col {
        width: 100%;
        margin-bottom: 19px
    }
}
