

/* Start:/local/templates/medic-group/components/bitrix/news/page_doctors/bitrix/news.detail/doctor_detail/style.css?17713272647796*/
:root {
  --font-family: "PT Sans", sans-serif;
  --second-family: "Roboto", sans-serif;
  --third-family: "DM Sans", sans-serif;
}

.doctor-profile {
  font-family: var(--second-family);
  background-color: #f7fafd;
}
.doctor-profile__inner {
  display: grid;
  grid-template-columns: 1fr 370px;
  grid-gap: 32px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .doctor-profile__inner {
    grid-template-columns: 1fr;
  }
}
.doctor-profile__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.doctor-profile__name {
  font-weight: 700;
  font-size: clamp(26px, 1.291rem + 1.424vw, 48px);
  line-height: 125%;
  color: #215384;
}
.doctor-profile__photo {
  border-radius: 16px;
  background-color: #e9eff5;
  position: relative;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .doctor-profile__photo {
    grid-row: 1;
  }
}
.doctor-profile__photo img {
  aspect-ratio: 1;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.doctor-info {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .doctor-info {
    gap: 32px;
  }
}
.doctor-info__item:last-child {
  margin-bottom: 80px;
}
.doctor-meta {
  display: grid;
  grid-template-areas: "category centers" "group centers";
  grid-gap: 16px;
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  .doctor-meta {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "category group" "centers centers";
  }
}
.doctor-meta__item {
  border-radius: 12px;
  padding: 12px;
  background-color: #e9eff5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.doctor-meta__item--category {
  grid-area: category;
}
.doctor-meta__item--group {
  grid-area: group;
}
.doctor-meta__item--centers {
  grid-area: centers;
  display: flex;
  justify-content: center;
}
.doctor-meta__label {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: clamp(14px, 0.845rem + 0.129vw, 16px);
  line-height: 150%;
  color: #5a7184;
}
.doctor-meta__value {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: clamp(16px, 0.939rem + 0.259vw, 20px);
  line-height: 100%;
  color: #215384;
}
.doctor-actions {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 8px;
}
.doctor-actions__appointment {
  width: max-content !important;
}
.doctor-actions__price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #215384;
}
.doctor-section {
  border: 1px solid #e5eaf4;
  border-radius: 16px;
  padding: clamp(16px, 0rem + 2.083vw, 40px) clamp(16px, -0.833rem + 3.819vw, 60px);
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .doctor-section {
    border: none;
    padding: 0;
    margin-top: 30px;
  }
}
.doctor-section-wrapper {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .doctor-section-wrapper {
    margin-top: 30px;
  }
}
.doctor-section__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #5a7184;
}
.doctor-section--no-margin {
  margin-bottom: 0;
}
.doctor-section__content {
  margin-top: 32px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5a7184;
}
.doctor-section--skills ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.doctor-section--skills li {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5a7184;
  list-style-type: none;
  display: flex;
  gap: 16px;
}
.doctor-section--skills li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #6dbe6d;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px;
}
.doctor-section--treatment-areas .doctor-section__content {
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  grid-gap: 32px;
}
@media screen and (max-width: 768px) {
  .doctor-section--treatment-areas .doctor-section__content {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.treatment-areas-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.treatment-areas-list__item {
  list-style-type: none;
}
.treatment-areas-list__item a {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline dotted;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
  color: #5a7184;
}

.details-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.details-list__item {
  list-style-type: none;
  display: flex;
  gap: 24px;
}
.details-list__item svg {
  flex-shrink: 0;
}
.details-list__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(16px, 0.97rem + 0.129vw, 18px);
  line-height: 140%;
  color: #5a7184;
}
.details-list__subtitle-list {
  display: flex;
  margin-top: 8px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: clamp(14px, 0.845rem + 0.129vw, 16px);
  line-height: 150%;
  color: #5a7184;
}
.details-list__subtitle-list li {
  list-style-type: none;
}
.details-list__subtitle-list li:not(:first-child)::before {
  content: "|";
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  color: #5a7184;
}
.details-list__meta {
  margin-top: 4px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: clamp(14px, 0.845rem + 0.129vw, 16px);
  line-height: 150%;
  color: #8d9ba7;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.badges__item {
  list-style-type: none;
  border-radius: 12px;
  padding: 8px 12px;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #215384;
}
.badges__item:first-child {
  background-color: rgba(109, 190, 109, 0.15);
}

.address-list__value {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(16px, 0.971rem + 0.128vw, 18px);
  line-height: 140%;
  color: #5a7184;
  list-style-type: none;
}

.video-btn {
  border-radius: 16px;
  padding: 12px;
  background-color: #96aabe;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.video-btn__icon {
  line-height: 0;
}
.video-btn__label {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .license-wrapper .license__data {
    max-width: 56%;
  }
}
#feedback {
  display: none;
  width: 560px;
}

.feedback__title {
  height: 160px;
  background-color: #145285;
  color: white;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 20px;
  padding: 40px 60px;
}

.feedback__success {
  display: none;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #62BE69;
  font-size: 22px;
}

.feedback__title-text {
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
}

.feedback__title-sub-text {
  font-size: 16px;
  line-height: 21px;
}

.feedback__form {
  padding: 30px 60px 50px 60px;
}

.feedback__label {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #333;
  margin-bottom: 12px;
}

.feedback__input {
  display: block;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  width: 100%;
  padding: 2px 20px;
}

.feedback__button {
  display: block;
  height: 50px;
  background-color: #62BE69;
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
  width: 100%;
}

.feedback__checkbox {
  margin-bottom: 40px;
}

.feedback__form .appointment-captcha {
  margin-top: 0;
}

@media (max-width: 600px) {
  #feedback {
    width: 100%;
  }
  .feedback__title {
    padding: 15px;
    height: initial;
  }
  .feedback__form {
    padding: 15px;
  }
  .feedback__title-text {
    font-size: 26px;
  }
}

/* End */


/* Start:/local/components/stmd/simple.block/templates/formAppointment/style.css?17406525598257*/
.stmd-fa-form {
    border-radius: 16px;
    border: 1px solid #E5EAF4;
    width: 830px;
}

.stmd-fa-form img {
    margin: 0 !important;
}

.stmd-fa-form__title {
    background: #FFFFFF;
    box-sizing: border-box;
    color: #5A7184;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    padding: 30px 50px;
    position: relative;
    border-radius: 16px 16px 0 0;
    border-bottom: 1px solid #E5EAF4;
}
.stmd-fa-form__title-text {
    text-align: center;
}

.stmd-fa-form-steps-item {
    padding: 50px;
    background: #FFFFFF;
    border-radius: 0 0 16px 16px;
}

.stmd-fa-form-steps-item-top-row {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 30px;
}

.stmd-fa-form-steps-item-top-row .input-select-container {
    background: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #FAFAFB;
    border-radius: 16px;
    cursor: pointer;
}

.stmd-fa-form-steps-item-top-row .input-select-container input[type="text"] {
    width: 100%;
    padding: 16px 60px 16px 30px;
    border-radius: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #5A7184;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stmd-fa-form-steps-item-top-row .input-select-container .select-arrow {
    position: absolute;
    z-index: -1;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    background: unset;
    border-radius: 0 3px 3px 0;
}

.stmd-fa-form-steps-item-top-row .input-select-container .select-arrow {
    display: flex;
    align-items: center;
}


.select-options {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    max-height: 168px;
    overflow-y: scroll;
    display: none;
}

.select-options::-webkit-scrollbar {
    width: 10px;
}

.select-options::-webkit-scrollbar-track {
    background: #FAFAFB;
    opacity: 0.2;
}

.select-options::-webkit-scrollbar-thumb {
    background: #5A7184;
    border-radius: 2px;
}

.stmd-fa-form-steps-item-top-row .select-triggered .select-options {
    display: block;
}

.stmd-fa-form-steps-item-top-row .select-triggered #select-doctor {
    border-radius: 16px 16px 0 0 !important;
}

.stmd-fa-form-steps-item-top-row .select-options-item {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #F1F1F5;
    border-top: none;
    cursor: pointer;
    font-size: 14px;
    background: #FAFAFB;
    color: #5A7184;
    transition: .3s;
}

.stmd-fa-form-steps-item-top-row .select-options-item:hover {
    background: #FFF;
    color: #333;
}

.stmd-fa-form-steps-item-top-row .select-options-item-choosen {
    position: relative;
    color: #333;
    background: #FFF;
}

.stmd-fa-form-steps-item-top-row .select-options-item-choosen:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, #ebebeb 0%, #b2b2b2 100%);
    border: 2px solid #D4D4D4;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
}

.stmd-fa-form-steps-item-back-step-row {
    margin-top: 15px;
    height: 23px;
    display: flex;
    justify-content: space-between;
    padding: 0 16px 0 16px;
    cursor: pointer;
    color: #757D8A;
    align-items: center;
}
.stmd-fa-form-steps-item-back-step-row-button {
    display: flex;
    justify-content: flex-end;
    column-gap: 10px;
    align-items: center;
}

.stmd-fa-form-steps-item-back-step-row-button span {
    display: block;
    font-size: 16px;
    text-decoration-line: none;
    color: #6DBE6D;
    font-weight: 700;
    line-height: 140%;
}

.stmd-fa-form-steps-item-back-step-row-button:hover span {
    text-decoration: none;
}
.stmd-fa-form-steps-item-progress-row {
    margin-top: 15px;
}
.stmd-fa-form-steps-item-progress-row-item__img {
    width: 44px;
    height: 44px;
    border: 2px solid #A9B9C7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    margin-top: 15px;
}

.stmd-fa-form-steps-item-progress-row-item__img--active {
    border-color: #215384;
}

.stmd-fa-form-steps-item-progress-row {
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.stmd-fa-form-steps-item-progress-row-item__text {
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #757D8A;
}

.stmd-fa-form-steps-item-progress-row-item__text--active {
    color: #215384;
}

.stmd-fa-form-steps-item-progress-row-progress-bar {
    position: absolute;
    width: 93%;
    height: 2px;
    background: #A9B9C7;
    left: 1%;
    top: 38px;
    z-index: -1;
}

.stmd-fa-form-steps-item-progress-row-progress-bar:after {
    content: "";
    display: block;
    height: 100%;
    background: #145285;
}

.stmd-fa-form-steps-item-progress-row-progress-bar--step-1:after {
    width: 110px;
}

.stmd-fa-form-steps-item-progress-row-progress-bar--step-2:after {
    width: 50%;
}

.stmd-fa-form-steps-item-top-row--step-2 {
    grid-gap: 200px;
}

.stmd-fa-form-steps-item-progress-row-progress-bar--step-3:after {
    width: 100%;
}

.stmd-fa-form-steps-item-top-row--step-3 {
    grid-template-columns: 1fr 1fr auto;
    grid-gap: 20px;
}

.stmd-fa-form-steps-item-back-step-row--step-3 {
    justify-content: space-between;
}

.stmd-fa-form-steps-item-back-step-row-license {
    font-size: 14px;
}

.stmd-fa-form-steps-item-back-step-row-license a {
    text-decoration-line: none;
    color: #6DBE6D;
}

.stmd-fa-form-steps-item-top-row--step-4 {
    align-items: center;
}

.stmd-fa-form-steps-item-top-row__success-message {
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #333333;
}
.stmd-btn--step-form {
    align-items: center;
    column-gap: 10px;
    align-self: self-start;
    margin-top: 4px;
}

.stmd-fa-form-steps-item-top-row .input-error {
    position: absolute;
    bottom: 110%;
    LEFT: 0;
    color: #FB558B;
}
.stmd-fa-form-steps-item-progress-row-item:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.stmd-form-default__uzi {
    grid-template-columns: 1fr 1fr;
}

.stmd-form-select-address {
    display: none;
}
.stmd-form-select-address.active {
    display: block;
}

@media (max-width: 767px) {
    .stmd-fa-form-steps-item-top-row {
        grid-template-columns: 100%;
        grid-gap: 24px;
    }

    .stmd-btn--step-form {
        align-self: unset;
        margin-top: unset;
    }

    .stmd-fa-form-steps-item-back-step-row {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: unset;
        gap: 20px;
    }

    .stmd-fa-form__title {
        font-size: 20px;
    }

    .stmd-fa-form-steps-item-progress-row {
        width: auto;
    }

    .stmd-fa-form-steps-item-back-step-row-button {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .stmd-fa-form-steps-item-back-step-row-button span {
        margin-right: 0;
    }
}

@media (max-width: 516px) {
    .stmd-fa-form__title-text {
        font-size: 20px;
    }
    .stmd-fa-form-steps-item-progress-row {
        display: none;
    }
    .stmd-fa-form-steps-item {
        padding: 24px 20px;
    }
    .stmd-fa-form__title {
        padding: 16px 20px;
    }
    .stmd-fa-form-steps-item-top-row .input-select-container {
        display: flex;
        flex-direction: column-reverse;
        row-gap: 8px;
    }
    .stmd-fa-form-steps-item-top-row .input-select-container input[type="text"] {
        font-size: 14px;
        padding: 10px 16px;
    }
    .stmd-fa-form-steps-item-top-row .input-select-container .select-arrow:after {
        top: 9px;
        right: 16px;
    }
    .stmd-fa-form-steps-item-top-row .input-select-container .select-options {
        max-height: 130px;
    }
    .stmd-fa-form-steps-item-top-row .input--auto {
        background: unset;
        z-index: unset;
        border-radius: unset;
    }
    .stmd-fa-form-steps-item-top-row .input--auto .input-error {
        position: unset;
        bottom: unset;
        left: unset;
    }
}
/* End */
/* /local/templates/medic-group/components/bitrix/news/page_doctors/bitrix/news.detail/doctor_detail/style.css?17713272647796 */
/* /local/components/stmd/simple.block/templates/formAppointment/style.css?17406525598257 */
