

/* Start:/local/templates/main/components/bitrix/news/services_new/style.css?178229670324800*/


:root {
    --color-green1: #506C60;
    --color-mint: #EBF5F1;
    --color-green-light: #d6e4de;
    --color-green2: #183425;
    --color-orange: #E0684B;
    --color-white: #FDFDFD;
    --color-green-ultralight: #ecefed;
    --color-gray: #D3D3D3;
    --color-gray2: #F4F4F4;
    --color-gray-light: #F9F9F9;
    --color-accent: #FFF5F0;
    --base-width-mobile: 375;
    --base-width-desktop: 1600;
    --max-lines: 6;
}
.old-page .xw-text-block {
    h1,  h2,  h3,  h4,  h5,  h6,  .h1,  .h2,  .h3,  .h4,  .h5,  .h6 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    h1,  .h1,  h2,  .h2,  h3,  .h3 {
        font-family: 'Source Sans Pro',  sans-serif;
        margin-top: 0;
        margin-bottom: 1.2em;
        color: #4a3c31;
    }

    .h1, h1 {
        font-family: 'Open Sans', cursive;
        font-size: 37px;
        margin-bottom: 3rem
    }

    .h2, .h3, h2, h3 {
        font-family: 'Open Sans', sans-serif;
        margin-top: .7em;
        margin-bottom: .6em
    }
}
.old-page {

    .accordion {
        line-height: 140%;
        font-family: NotoSans, sans-serif;
        color: var(--color-green2);
        font-size: 20px;
        text-decoration: none;
    }
}

p {
    color: #4a3c31;
    /*font-family: 'Source Sans Pro Regular', sans-serif;*/
    font-family: Source Sans Pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #4a3c31;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.xw-header {
    font-weight: 700;
    color: #000;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 4px
}

.xw-text {
    line-height: 140%;
    font-family: NotoSans, sans-serif;
    color: var(--color-green1);
    font-size: 20px;
    text-decoration: none;
}

.xw-text--big {
    font-size: 24px;
}

.xw-text--big, .xw-text--big:focus {
    text-decoration: none;
}

.xw-text--underline {
    text-decoration: underline;
}

.xw-text--small {
    font-size: 18px;
}

.xw-text--extra-small {
    font-size: 16px;
}

.xw-text--ultra-small {
    font-size: 12px;
}

.xw-text--orange {
    color: var(--color-orange);
}

.xw-text--white {
    color: var(--color-white);
}

.xw-text--green2 {
    color: var(--color-green2);
}

.xw-text a {
    text-decoration: underline;
    color: inherit;
}

.xw-text-block {
    border-radius: 20px;
    padding: 40px;
    font-size: 20px;
    color: var(--color-green1);
    margin-bottom: 40px;
    border: 1px solid var(--color-gray);
}

.xw-text-block--bold-border {
    border: 3px solid var(--color-gray);
}

.xw-text-block ul {
    margin-bottom: 16px;
}

.xw-text-block ul li, .xw-brief ul li {
    list-style-type: disc;
    margin-left: 24px;
}

.xw-text-block ol li {
    list-style-type: decimal;
}

.xw-text-block p {
    font-size: inherit;
    color: inherit;
    margin-bottom: 16px;
}

.xw-text-block p, .xw-text-block li {
    font-size: 20px;
    line-height: 1.62857143;
}

.xw-text-block--gray {
    background-color: var(--color-gray2);
    color: var(--color-green2);
    border: none;
}

.xw-article-link-container {
    margin-right: -15px;
    margin-left: -15px;
}

.xw-article-line-link {
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.xw-footnote {
    color: rgba(211, 211, 211, 1);
    font-size: 14px;
    font-style: italic;
}

.xw-bottom-padding {
    padding-bottom: 50px;
}

.xw-bottom-padding_small {
    padding-bottom: 8px;
}

.xw-top-padding {
    padding-top: 70px;
}

.xw-top-padding_medium {
    padding-top: 30px;
}

.xw-margin-bottom {
    margin-bottom: 20px;
}

.xw-margin-top {
    margin-top: 40px;
}

.xw-image_fullwidth {
    width: 100%;
}



.xw-container {
    max-width: 1600px;
    margin: 0 auto;
}

.xw-services__navigation {
    margin-top: 36px;
}

.xw-h2 {
    font-family: TenorSans, sans-serif;
    font-size: 36px;
    line-height: 140%;
    color: var(--color-green1);
    margin: 0;
    max-width: 90%;
}

.xw-h3 {
    font-family: NotoSans, sans-serif;
    font-size: 40px;
    line-height: 140%;
    color: var(--color-white);
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.xw-title-block {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.xw-title-block__line {
    border: 1px solid var(--color-green1);
    flex-grow: 2;
}

.xw-title-block__circle {
    margin-left: 56px;
    background-color: var(--color-green1);
    height: 6px;
    width: 6px;
    border-radius: 3px;
}

.xw-brief {
    background-color: var(--color-gray-light);
    color: var(--color-green2);
    border-radius: 20px;
    padding: 44px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.xw-brief--accent-color {
    background-color: var(--color-accent);
}

.xw-brief p {
    font-size: 20px;
}

.xw-brief__text {
    padding-right: 15px;
    min-width: 50%;
}

.xw-brief__picture {
    width: 100%;
    margin-bottom: 44px;
}

.xw-brief__left {
    min-width: 30%;
    text-align: center;
}

.xw-btn-line {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.xw-btn {
    font-family: NotoSans, sans-serif;
    padding: 12px 32px;
    background-color: var(--color-orange);
    font-size: 24px;
    line-height: 140%;
    border-radius: 30px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.xw-btn, .xw-btn:focus {
    text-decoration: none;
}

.xw-btn__show-all {
    float: right;
    margin-right: 12px;
}

.xw-btn__show-all img {
    margin-left: 111px;
}

.xw-btn2 {
    font-family: NotoSans, sans-serif;
    font-size: 20px;
    line-height: 140%;
    border-radius: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: var(--color-green1);
    border: 1px solid var(--color-green1);
    width: 100%;
}

.xw-btn2--review {
    padding: 18px 24px;
    width: auto;
}

.xw-btn:hover, .xw-btn:active, .xw-btn:focus {
    color: var(--color-white);
}

.xw-navigation {
    background-color: var(--color-green-ultralight);
    border-radius: 20px;
    padding: 15px 40px;
    color: var(--color-green2);
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
    overflow: auto;
    align-items: center;
}

.xw-navigation__item {
    font-size: 20px;
    position: relative;
}

.xw-navigation__sep {
    font-size: 20px;
}

.xw-table {
    border: 1px solid var(--color-gray);
    border-radius: 20px;
    font-size: 16px;
    font-family: NotoSans, sans-serif;
    line-height: 140%;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

.xw-table th {
    color: var(--color-orange);
    padding: 15px 18px;
    background-color: var(--color-white);
}

.xw-table td {
    color: var(--color-green2);
    padding: 12px 16px;
}

.xw-table tr:nth-child(odd) {
    background-color: var(--color-gray2);
}

.xw-table tr:nth-child(even) {
    background-color: var(--color-white);
}

.xw-price-caption {
    margin-top: 40px;
    font-size: 16px;
    font-family: NotoSans, sans-serif;
    line-height: 140%;
    color: var(--color-green1);
}

.xw-doctors-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-end;
}

.xw-doctor-box {
    width: 23.5%;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 12px;
    margin-bottom: 40px;
    position: relative;
}

.xw-doctor-box__photo {
    border-radius: 20px;
    width: 70%;
}

.xw-doctor-box__photo-container {
    text-align: center;
}

.xw-circle-w-arrow {
    width: 40px;
    height: 40px;
    background-image: url('/local/templates/main/components/bitrix/news/services_new/images/circle-w-arrow.svg');
    position: absolute;
    top: 20px;
    right: 20px;
}

.xw-doctor-box__name {
    margin-top: 12px;
}

.xw-doctor-box:nth-child(4n) {
    margin-right: 0;
}
.xw-doctor-box__degree {
    margin-top: 12px;
}

.xw-doctor-box__degree {
    align-self: flex-start;
    width: max-content;
    max-width: 100%;
}

.xw-pill {
    border: 1px solid var(--color-green1);
    color: var(--color-green1);
    border-radius: 8px;
    text-align: center;
    padding: 8px 16px;
}

.xw-form-container {
    padding: 42px 75px 32px 22px;
    background-color: var(--color-green1);
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 20px;
}

.xw-form-container--callback {
    height: 491px;
    margin-top: 86px;
    margin-bottom: 90px;
}

.xw-form-container--callback:after {
    content: '';
    height: 90px;
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    bottom: -90px;
    left: 0;
}

.xw-form-container__image {
    position: absolute;
}

.xw-form-container__alert {
    margin-top: 68px;
}

.xw-form-container__image--stereo-heart {
    transform: scaleX(-1);
    width: 28.6875%;
    bottom: -90px;
}

.xw-form-container__image--stereo-heart-line {
    top: -82px;
    left: -152px;
}

.xw-form-container__text-col--callback {
    margin-left: 31.125%;
    width: 31.9375%;
    margin-right: 3.0625%;
}

.xw-form-container__data-col--callback {
    width: 30.4375%;
}

.xw-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.xw-form__input-container {
    display: block;
}

.xw-form__input {
    background-color: #FDFDFD3D;
    border-radius: 10px;
    width: 100%;
    border: none;
    height: 52px;
    font-size: 20px;
    font-family: NotoSans, sans-serif;
    line-height: 140%;
    color: var(--color-white);
    padding: 12px 20px;
    outline: none;
}

.xw-form__input:active, .xw-form__input:focus {
    border: none;
}

.xw-content-w-picture {
    display: flex;
    flex-direction: row;
}

.xw-content-w-picture__content {
    width: 49.625%;
    margin-right: 20px;
}

.xw-content-w-picture__content--w-pad {
    width: 41.0625%;
    padding-right: 8.5625%;
}

.xw-content-w-picture__picture {
    width: 57.8125%;
    max-height: 514px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

.xw-complex-list__item {
    padding-left: 68px;
    position: relative;
    margin-bottom: 20px;
}

.xw-complex-list__item-title {
    margin-bottom: 16px;
}

.xw-complex-list__item:before {
    content: '';
    background: url(/local/templates/main/components/bitrix/news/services_new/images/checkmark.png) center / contain no-repeat;
    width: 40px;
    display: inline-flex;
    height: 40px;
    position: absolute;
    left: 0;
}

.xw-half-block {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.xw-half-block__half {
    width: 49%;
    margin-right: 1.99%;
}

.xw-half-block__half:last-child {
    margin-right: 0;
}

.xw-block-w-sidebar {
    display: flex;
}

.xw-info-tab {
    text-align: center;
    background-color: var(--color-green1);
    border-radius: 16px;
    padding: 20px;
    width: 240px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.xw-menu__line {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.xw-menu__link {
    display: block;
    padding-bottom: 16px;
}

.xw-menu__section-box {
    border: 1px solid var(--color-gray);
    border-radius: 20px;
    background-color: var(--color-white);
    padding: 24px 36px;
    justify-content: left;
    width: 100%;
}

.xw-menu__section-box--33 {
    width: 33%;
}

.xw-menu__section-box--50 {
    width: 50%;
}

.xw-menu__section-box-cols-wrapper {
    display: flex;
    gap: 77px;
}

.xw-menu__section-box-col-33 {
    width: 33%;
}

.xw-review-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.xw-review-block {
    border-radius: 20px;
    width: 100%;
    background-color: var(--color-gray2);
    padding: 20px 24px 20px 20px;
}

.xw-review-block__info-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.xw-review-block__user-photo {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.xw-review-block__user-info-box {
    margin-left: 20px;
    display: inline-block;
}

.xw-review-block__user-box {
    display: flex;
    align-items: center;
}

.xw-review-block__user-name {
    margin-bottom: 12px;
}

.xw-review-block__rating {
    color: var(--color-orange);
    font-size: 18px;
    min-width: 100px;
}

.xw-review-block__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
    overflow: visible;
}

/* Кламп включается только модификатором */

.xw-review-block__text--expanded {
    -webkit-line-clamp: initial;
    max-height: none;
}

.xw-review-block__text--clamped {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--max-lines);
    overflow: hidden;
}

.xw-review-block__toggle {
    margin: 5px auto 0;
}

.xw-review-block__toggle[hidden] {
    display: none;
}

.xw-review-block[data-fallback] .xw-review-block__text {
    max-height: calc(var(--max-lines) * 1lh);
    overflow: hidden;
    transition: max-height 200ms ease;
}

.xw-review-block[data-fallback] .xw-review-block__text--expanded {
    max-height: none;
}

.xw-plus-and-outline-icon {
    margin-right: 10px;
}

.xw-accordion {
    margin-bottom: 20px;
}

.xw-accordion--active {
    border-radius: 20px;
    border: 1px solid var(--color-gray);
}

.xw-accordion--active .xw-accordion__main {
    display: block;
}

.xw-accordion__header {
    background-color: var(--color-green-light);
    position: relative;
    border-radius: 20px;
    padding: 13px 28px 13px 40px;
    cursor: pointer;
}

.xw-accordion__arrow-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.xw-accordion__main {
    padding: 43px 32px 23px;
    display: none;
}

.xw-accordion__sub-line {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.xw-accordion__separator {
    height: 1px;
    width: 100%;
    background-color: var(--color-green1);
    margin-top: 40px;
    margin-bottom: 40px;
}

.xw-col {
    display: inline-block;
}

.xw-col--desktop-1 {
    width: 100%;
}

.xw-col--desktop-3 {
    width: 31.5%;
    margin-right: 1.99%;
}

.xw-col--desktop-3:last-child {
    margin-right: 0;
}

.xw-list {
    display: flex;
}

.xw-list__item {
    list-style-type: disc;
    margin-left: 24px;
    font-family: NotoSans, sans-serif;
}

.xw-h3-orange-for-editor {
    font-size: 32px;
    color: var(--color-orange);
    line-height: 140%;
    font-family: NotoSans, sans-serif;
}

.xw-tiles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

.xw-tiles--2-in-row {
    grid-template-columns: repeat(2, 1fr);
}

/* чтобы li не “ломались” из-за внутренних стилей редактора */
.xw-tiles > li, .xw-tiles__tile {
    min-width: 0;
    border-radius: 16px;
    background-color: var(--color-mint);
    color: var(--color-green2);
    text-align: center;
    padding: 20px;
}

.xw-tiles__tile {
    padding: 30px;
}

.xw-tiles li::marker {
    content: '';
}

.xw-tiles li img {
    margin-bottom: 15px;
}

.xw-advantages-list {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 10px;
}

.xw-advantages-list li {
    position: relative;
    padding-left: 28px;
}

.gc-content-article .xw-advantages-list p, .gc-content-article .xw-advantages-list li {
    font-size: 20px;
    line-height: 24px;
}

.xw-advantages-list li::marker {
    content: "✓";
    color: green;
    font-weight: bold;
}

.xw-image-block {
    width: 100%;
    margin: 20px 0;
    border-radius: 20px;
}

.appointment-link-block {
    margin-bottom: 20px;
    display: inline-block;
}
.appointment-link-block .xw-btn {
    width: fit-content;
}
.complete-content {
    font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 1601px) {
    .xw-hidden-desktop {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
    .xw-hidden-laptop {
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    .xw-col--laptop-2 {
        width: 47.5%;
    }

    .xw-form-container__alert {
        margin-top: 15px;
    }

    /*.xw-review-block {*/
    /*  min-width: 49%;*/
    /*}*/

    .xw-doctors-list {
        flex-wrap: nowrap;
        overflow: scroll;
    }

    .xw-doctor-box {
        min-width: 383px;
    }
}

@media screen and (max-width: 1150px) {
    .old-page {
        zoom: 0.646551724137931;
        min-width: 580px;
        transform-origin: top left;
    }
}
@media screen and (max-width: 768px) {
    .xw-col--mobile-1 {
        margin-right: 0;
        width: 100%;
    }

    .xw-brief {
        flex-wrap: wrap;
    }

    .xw-brief__text {
        width: 100%;
        margin-bottom: 44px;
    }

    .xw-brief__text p {
        margin-bottom: 0;
    }

    .xw-brief__left {
        width: 100%;
    }

    body:has(.old-page) footer {
        padding-bottom: 110px;
    }

    .xw-brief--mobile-sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        padding: 15px;
        border-radius: unset;
    }

    .xw-brief--mobile-sticky .xw-brief__text {
        margin-bottom: 0;
        font-size: 14px;
    }

    .xw-brief--mobile-sticky .appointment-link-block {
        margin-bottom: 0;
    }

    .xw-container {
        padding-left: calc(20 / var(--base-width-mobile) * 100vw);
        padding-right: calc(20 / var(--base-width-mobile) * 100vw);
    }

    .xw-h2 {
        font-size: 28px;
    }

    .xw-btn {
        font-size: 18px;
    }

    .xw-title-block__circle {
        margin-left: calc(21 / var(--base-width-mobile) * 100vw);
    }

    .xw-title-block__line {
        margin-right: calc(-20 / var(--base-width-mobile) * 100vw);
    }

    .xw-text {
        font-size: 16px;
    }

    .xw-text--small {
        font-size: 13px;
    }

    .xw-text--ultra-small {
        font-size: 10px;
    }

    .xw-text-block {
        padding: 20px;
    }

    .xw-list {
        flex-direction: column;
    }

    .xw-list-w-picture__picture {
        display: none;
    }

    .xw-list-w-picture__list {
        width: 100%;
        padding-right: 0;
    }

    .xw-complex-list__item-title {
        margin-bottom: calc(8 / var(--base-width-mobile) * 100vw);
    }

    .xw-half-block__half {
        width: 100%;
    }

    .xw-block-w-sidebar {
        flex-wrap: wrap;
        justify-content: center;
    }

    .xw-block-w-sidebar__sidebar {
        display: flex;
    }

    .xw-info-tab {
        width: 100%;
    }

    .xw-menu__section-box--33 {
        width: 100%;
    }

    .xw-menu__section-box--50 {
        width: 100%;
    }

    .xw-menu__section-box-col-33 {
        width: 100%;
    }

    .xw-menu__line {
        flex-wrap: wrap;
    }

    .xw-menu__section-box-cols-wrapper {
        flex-wrap: wrap;
        gap: 0;
    }

    .xw-accordion__arrow-icon {
        top: 5px;
    }

    /*.xw-review-list {*/
    /*  flex-wrap: nowrap;*/
    /*  overflow: scroll;*/
    /*}*/

    .xw-review-block {
        min-width: 247px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 12px;
    }

    .xw-review-block__user-photo {
        width: 33px;
        height: 33px;
    }

    .xw-review-block__right-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .xw-review-block__user-name {
        font-weight: bold;
        margin-bottom: 0;
    }

    .xw-review-block__info-box {
        margin-bottom: 12px;
    }

    .xw-hidden-mobile {
        display: none;
    }

    .xw-form-container__image--stereo-heart {
        display: none;
    }

    .xw-form-container__text-col--callback {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .xw-form-container__data-col--callback {
        width: 100%;
    }

    .xw-form-container--callback {
        height: auto;
        flex-direction: column;
        padding-right: 22px;
        margin-bottom: 30px;
    }

    .xw-form-container--callback:after {
        display: none;
    }

    .services-detail-nav--updated {
        flex-direction: row;
        overflow: scroll;
    }

    /* mobile по умолчанию: 1 в ряд */
    .xw-tiles, .xw-dupla-tiles {
        grid-template-columns: 1fr;
    }
}

.xw-table__col {
    display: flex;
}

@media screen and (min-width: 576px) {
    .xw-table__col {
        display: table-row;
    }
}

.diagnostics__detail-text p, .diagnostics__detail-text ul {
    font-size: 21px;
}

.xw-table__row {
    border: none;
    text-align: center;
}

.xw-table .xw-table__row--empty {
    padding: 0;
}

.xw-table .xw-table__row {
    border: 0;
}

.xw-link__underlined {
    text-decoration: underline;
}

.xw-link__underlined:hover {
    text-decoration: none;
}

.xw-content-slider {
    position: relative;
}

.xw-content-slider__item {
    padding: 0 56px;
    box-sizing: border-box;
}

.xw-content-slider__images {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.xw-content-slider__image-wrap {
    flex: 1 1 0;
    min-width: 0;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
}

.xw-content-slider__image {
    display: block;
    max-width: 100%;
    max-height: 340px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 24px;
}

.xw-content-slider .owl-nav button.owl-prev,
.xw-content-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #ffffff !important;
    box-shadow: 0 0 24px rgba(203, 213, 224, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #1f7a5c !important;
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 700;
}

.xw-content-slider .owl-nav button.owl-prev {
    left: 0;
}

.xw-content-slider .owl-nav button.owl-next {
    right: 0;
}

.xw-content-slider .owl-nav button span {
    display: block !important;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-top: -3px;
}

.xw-content-slider .owl-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.xw-content-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0;
    background: #d9d9d9;
    display: block;
    border-radius: 50%;
}

.xw-content-slider .owl-dots .owl-dot.active span {
    background: #1f7a5c;
}

@media (max-width: 767px) {
    .xw-content-slider__item {
        padding: 0;
    }

    .xw-content-slider__images {
        flex-direction: column;
    }

    .xw-content-slider__image-wrap {
        min-height: 240px;
    }

    .xw-content-slider__image {
        max-height: 240px;
    }

    .xw-content-slider .owl-nav button.owl-prev {
        left: 10px;
    }

    .xw-content-slider .owl-nav button.owl-next {
        right: 10px;
    }
}

.green-blocks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 20px 0;
}

.green-blocks__block ul {
    padding-left: 23px;
    margin: 10px 0 0;
}

.green-blocks__block ul li {
    margin-left: 0;
}

.green-blocks__block ul li::marker {
    color: var(--color-green1);
}

.green-blocks__block {
    background: #ffffff;
    border: 2px solid #D9D9D9;
    border-radius: 20px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.green-blocks__block, .green-blocks__block li {
    color: var(--color-green1);
    font-size: 18px;
    font-weight: 400;
}

.green-blocks__block h4 {
    color: #E0684B;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    /*line-height: 1.3;*/
    /*min-height: calc(1.3em * 2);*/
    box-sizing: content-box;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
}

@media (max-width: 1200px) {
    .green-blocks {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .green-blocks__block h4 {
        min-height: unset;
    }
}

@media (max-width: 480px) {
    .green-blocks {
        gap: 16px;
    }
    .green-blocks__block {
        padding: 18px;
    }
}

.green_q {
    background-color: #F0FAF9; padding: 30px;
}

.xw-brief p {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #4a3c31;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px
}

.old-page .container {
    max-width: 1660px;
    padding-left: 30px;
    padding-right:  30px;
}


.old-page .xw-h2 {
    font-weight: 500;
}

.xw-menu__link:hover {
    text-decoration: none;
}

/* End */


/* Start:/local/templates/main/components/guta/links/xweb_doctor/style.css?17822967032856*/
/*Другие доктора*/
.doctor-box {
    padding-bottom: 50px;
    height: 100%;
}
.doctor-box img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    max-width: 212px; }
.doctor-box .gc.icon-rub.bold {
    font-size: 1rem;
    margin-left: 0;
    top: 2px; }

.doc-name {
    border: none;
    text-align: left;
    width: 100%;
    padding: 10px 0 0 0;
    float: left;
    height: 16em; }

.foto-doc {
    margin: auto; }

.doctor-box .medium-but-animation.purchase-strip-blue.dept-apponit-butt .btn {
    width: 100%;
    background: #fff;
    color: #E0684B;
}

.doc-title {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 15px;
    color: #4a3c31;
    display: block;
    padding-bottom: 1em;
    min-height: 4.3em; }

.doc-name-class {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 16px;
    color: #2C5E4F;
    margin: 0 -15px;
    padding: 0.6em 0;
    line-height: 1.4; }

.doc-price-app {
    font-family: 'Source Sans Pro',sans-serif;
    height: auto;
    padding: 0.4em 0;
    margin-bottom: 1.6rem;
    font-size: 12px
}

.doc-degree {
    font-size: 15px;
    /*height: 1.5em;*/
    overflow: hidden; }
.doc-degree .doc-degree p {
    margin: 0; }

.doc-preview {
    font-size: 15px;
    /*height: 3.3em;*/
    /*overflow: hidden;*/
}

.b-service__item {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(49% - 30px);
    margin-bottom: 15px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e1e2;
    height: 48px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    line-height: 14px;
    padding-top: 15px;
}

.doctors-list {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    /*Другие врачи*/
    .doc-preview .visible-sm,
    .doc-preview .visible-xs {
        /*display: inline-block !important;*/
    }
    .gc.icon-rub.bold {
        font-size: 1rem;
        margin-left: -1px;
        top: 0; }
    .doctor-box {
        padding: 4.5rem 3rem 5rem;
        border: 2px solid #eeeeee;
        margin-bottom: 3rem; }
    .doctor-box img {
        max-width: 178px; }
    .doctor-box .gc.icon-rub.bold {
        font-size: 1.7rem;
        margin-left: 0; }
    .doc-name {
        padding: 0;
        height: 18em; }
    .doc-name-class {
        font-size: 28px; }
    .doc-preview, .doc-degree {
        font-size: 24px; }
    .doc-price-app {
        padding: .2em 0;
        margin-bottom: 3.5rem;
        font-size: 24px;
    }
    .doctor-box .medium-but-animation.purchase-strip-blue.dept-apponit-butt .btn {
        width: auto;
        font-size: 26px;
        padding: 15px 60px 18px;
        letter-spacing: -0.2px; }

    .b-service__item {
        width: calc(100% - 30px);
    }
}

/* End */
/* /local/templates/main/components/bitrix/news/services_new/style.css?178229670324800 */
/* /local/templates/main/components/guta/links/xweb_doctor/style.css?17822967032856 */
