.doctor-main {

}

.doctor-main__main {
    padding-top: 70px;
}

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

.doctor-main__card-left {
    width: 27%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
}

.doctor-main__card-right {
    width: 80%;
    position: relative;
    border: 1px solid #c8d3d9;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left-style: none;
    padding: 35px 35px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.doctor-main__photo {
    position: relative;
    font-size: 0;
    height: 100%;
}

.doctor-main__photo img {
    max-width: 100%;
    height: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

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

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

.interview2 {
    display: none;
}

.doctor-main__today {
    color: #fff;
    background-color: #01abce;
    height: 50px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.doctor-main__lastname {
    color: #0060aa;
    text-transform: uppercase;
    font-size: 20px;
}

.doctor-main__firstname {
    color: #0060aa;
    font-size: 20px;
}

.doctor-main__name {
    display: flex;
    flex-direction: column;
}

.doctor-main__info-medium {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
}

.doctor-main__info-medium div {
  margin-bottom: 6px;
}

.doctor-main__info-medium div span {
  margin-right: 12px;
}

.doctor-main__metro .footer__stanchion-1 {
  margin-top: 0;
}

.doctor-main__metro {
  margin-right: 12px;
  white-space: nowrap;
}

.doctor-main__graf,
.doctor-main__graf2 {
    position: absolute;
    bottom: -1px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: 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;
    left: 0;
    text-align: left;
}

.doctor-main__graf {
    font-size: 14px;
    height: 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 16px;
}

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

.doctor-main__info-wrap {
    display: flex;
}

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

.doctor-main__visit {
    margin-bottom: 16px;
}

.doctor-main__visit-price {
    margin-bottom: 16px;
}

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

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

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

.doctor-main__interview {
    margin-bottom: 30px;
}

.interview2 {
    display: none;
}

.doctor-main__rating {
    position: absolute;
    right: 20px;
    top: 20px;
    min-width: 80px;
}

.doctor-main__graf .call_phone_1 {
    margin-left: 5px;
}

.iblock-vote {
    position: relative;
}

.vote-result {
    position: absolute;
    left: 0;
    bottom: -29px;
    font-size: 10px;
}

.doctor-main__best {
    width: 80px;
}

@media screen and (max-width: 1024px) {
    .doctor-main__card-left {
        width: 40%;
    }

    .interview2 {
        display: block;
        position: absolute;
        margin-left: -105px;
        left: 50%;
        bottom: 70px;
    }

    .doctor-main__graf {
        padding: 0 20px;
        display: inline-block;
        font-size: 14px;
        text-align: left;
        padding-top: 14px;
    }

    .doctor-main__graf .call_phone_1 {
        margin: 0;
        white-space: nowrap;
    }

    .doctor-main__card-right {
        padding: 20px 20px 60px;
    }

    .doctor-main .container {
        padding: 0 50px;
    }

    .doctor-main__card {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 920px) {
    .doctor-main__card-left {
        width: 60%;
    }

    .doctor-main__info-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .doctor-main__photo img {
      height: 100%;
    }

    .doctor-main__graf {
      padding-top: 8px;
    }
}

@media screen and (max-width: 640px) {
    .doctor-main__card{
        flex-direction: column;
        align-items: center;
    }

    .doctor-main__photo img {
        max-width: 300px;
        width: 100%;
    }

    .doctor-main__card-right {
        border: none;
    }

    .doctor-main__graf {
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        position: static;
        border-radius: 0;
        padding: 12px;
        margin-top: 20px;
        font-size: 14px;
    }

    .doctor-main__rating {
        position: static;
        text-align: center;
        margin: 10px 0 30px;
    }

    .doctor-main__graf .call_phone_1 {
        margin-top: 5px;
    }

    .doctor-main__card-left {
        width: auto;
        border-radius: 10px;
    }

    .doctor-main__card-right {
        width: 100%;
        padding: 20px 0;
    }

    .doctor-main__data {
        text-align: center;
    }

    .doctor-main__info-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .doctor-main__show {
        margin: 4px 0;
    }

    .doctor-main .container {
        padding: 0 20px;
    }

    .doctor-main__main {
        padding-top: 40px;
    }

    .doctor-main__card {
        padding-bottom: 0;
    }

    .doctor-main__main ul li {
        margin-left: 0;
        padding-left: 16px;
    }

    .doctor-main__show.hide-320 {
      display: none;
    }

    .iblock-vote {
      width: 90px;
      left: 50%;
      margin-left: -45px;
      margin-top: 0;
      position: relative;
    }
}

div.star-empty {
    background-image: url(/local/templates/medon/components/bitrix/iblock.vote/med-rating/images/empty.gif);
    width: 16px;
    height: 16px;
    overflow: hidden;
}

div.star-over {
    background-image: url(/local/templates/medon/components/bitrix/iblock.vote/med-rating/images/over.gif);
    width: 16px;
    height: 16px;
    overflow: hidden;
}

div.star-voted {
    background-image: url(/local/templates/medon/components/bitrix/iblock.vote/med-rating/images/voted.gif);
    width: 16px;
    height: 16px;
    overflow: hidden;
}
