

/* Start:/local/templates/skazhite_a/components/bitrix/news/services/bitrix/news.detail/.default/style.css?175568199610512*/
.bx-breadcrumb {
    position: relative;
    z-index: 3;
}

/* list */
.services-detail ul,
.services-detail ol {
    width: calc(100% - 20px);
    flex: 1 1 auto;
}

.services-detail ul {
    padding-left: var(--gap20);
}

.services-detail ol {
    padding-left: var(--gap);
    counter-reset: custom-counter;
    list-style: none;
}

.services-detail li {
    position: relative;
    margin-bottom: 10px;
}

.services-detail ol li {
    counter-increment: custom-counter;
}

.services-detail ol li::before {
    content: counter(custom-counter);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: -30px;
    width: 30px;
    aspect-ratio: 1;
    margin-right: 10px;
    border-radius: 50%;
    color: var(--green);
    border: 1px solid transparent;
    background-color: var(--verylightgreen);
    background-color: var(--blue-400);
    font-weight: 700;
}

.services-detail ul li::before {
    content: '';
    position: absolute;
    margin-left: -20px;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background: var(--green);
}

ul.services-steps__list {
    padding-left: var(--gap);
}

ul.services-steps__list li::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 10px;
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--green);
    outline: 5px solid #abd6a2;
}

ul.services-steps__list li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: -22px;
    top: 14px;
    margin: 0;
    padding: 0;
    height: calc(100% + 15px);
    border: none;
    width: 2px;
    background: var(--green);
}

/* /list */


.services-detail__promo {
    position: relative;
    overflow: hidden;
    /*padding: 0 0 calc(500px / 1920px * 100%) 0;*/
    width: 100%;
    height: 650px;
    padding: 60px 0;
    margin-top: calc(-1 * (var(--header-height) + var(--breadcrumbs-height)));
}

.services-detail__promo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    top: calc(100% - 50px);
    background-color: #fff;
    border-radius: var(--border-radius-body-item) var(--border-radius-body-item) 0 0;
    z-index: 2;
    pointer-events: none;
    user-select: none;
}


.services-promo__container {
    z-index: 1;
    position: relative;
    height: 100%;
}

.services-detail__title {
    position: absolute;
    bottom: 60px;
    left: 40px;
    width: calc(100% - 80px);
}

.services-theses {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap);
    margin: var(--gap) 0;
}

.services-theses__prop {
    padding: var(--gap);
    border-radius: var(--border-radius-body-item);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background-color: var(--blue-100);
    border: 1px solid var(--border-color);
}

.services-prop__name {
    margin-bottom: 20px;
}

.services-theses__prop_positive {

    background-color: var(--verylightgreen);
}

.services-theses__prop_negative {

}

.services-detail__promo-text {
    margin-top: 40px;
}

/*.services-detail__picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}*/
.services-detail__picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.services-detail__prop {
    padding: 20px 0;
    margin-top: var(--gap);
}

.services-detail__prop.accordion {
    padding-top: 0;
}

.services-detail__prop-name {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
}

.services-detail__text h3 {
    margin: 20px 0 10px;
}

.services-detail__text p {
    padding: 2px 0;
}


/* ACCORDION */
.accordion__list {
    max-width: 1070px;
    display: flex;
    flex-direction: column;
    gap: var(--gap) 50px;
    margin: 40px auto 0;
}

.accordion__item {
    border-radius: var(--border-radius-body-item);
    background-color: var(--blue-400);
    padding: var(--gap) 50px;
    transition: var(--transition);
}

.accordion__item:not(.active):hover {
    background-color: var(--blue-300);
}

.accordion__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: var(--text-color-dark);
    font-size: 1.25rem;
    line-height: 1.2;
}

.accordion__item.active .accordion__header {
    padding-bottom: 25px;
}

.accordion__header:hover {
    cursor: pointer;
}

.question__marker {
    transition: var(--transition);
    color: #fff;
    margin-left: var(--gap);
}

.question__marker.rotate {
    transform-origin: center center;
    transform: rotate(180deg);
    transition: var(--transition);
}

.accordion__body {
    display: none;
    border-top: 1px solid transparent;
    padding-top: 25px;
}

.accordion__item.active .accordion__body {
    border-color: var(--border-color)
}

.accordion__body .list-counter ol li::before {
    font-size: initial;
}

@media (max-width: 768px) {
    .accordion__item {
        padding-left: calc(20px + (30 - 20) * ((100vw - 360px) / (768 - 360)));
        padding-right: calc(20px + (30 - 20) * ((100vw - 360px) / (768 - 360)));
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 520px) {
    .question__marker.btn-large {


    }
}

/* /ACCORDION */


/* PRICE LIST */
.pricelist__item {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    grid-gap: 20px;
    justify-content: space-between;
    align-items: end;
    background: #fff;
    position: relative;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    border: 1px solid transparent;
    transition: var(--transition);
    border-bottom: 1px solid var(--bg-color);
}

.pricelist__item:nth-child(even) {
    background-color: var(--blue-300);
}

.pricelist__item:hover {
    background-color: var(--verylightgreen);
    border-radius: 8px;
}

.pricelist__price {
    text-align: right;
}

/* /PRICE LIST */

/* DOCTOR */
.prop-doctor {
    position: relative;
}

.services-detail__prop-name {

}

.prop-doctor__list {

}

.employees__item {
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-body-item);
    padding: var(--gap);
    background-color: #fff;
}

.employees__preview-info {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.employees__preview-icon {
    font-size: 1.5rem;
    color: var(--blue-400);
    transition: var(--transition);
}

.employees__preview-info:hover .employees__preview-icon {
    color: var(--green);
}

.employees__preview-hint {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: var(--transition);
    font-size: 10px;
    opacity: 0;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 75%);
    backdrop-filter: blur(15px);
    border-radius: var(--border-radius-header-item);
}

.employees__preview-info:hover .employees__preview-hint {
    opacity: 1;
    width: 300px;
    height: auto;
    padding: 5px 15px;
}

.employees__preview-img {
    position: relative;
    border-radius: 30px;
    background: linear-gradient(var(--blue-400) 0%, var(--blue-100) 100%);
    width: 184px;
    height: 184px;
    flex: 0 0 184px;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.employees__preview-img img {
    object-fit: contain;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.employees__preview-img._nophoto ._icon-nophoto {
    font-size: 5rem;
}

.employees__name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-top: 20px;
    color: var(--text-color-dark);
}

.employees__exp {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
}

.employees__card-bottom {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}

.employees__specialization {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.employees__specialization > div {
    display: inline-flex;
    align-items: center;
    justify-center: center;
    line-height: 1;
    padding: 11px 20px;
    color: var(--text-color-dark);
    border-radius: 30px;
    border: 1px solid var(--text-color-dark);
    font-weight: 600;
    font-size: 14px;
}

.employees__specialization > div,
.employees__name,
.employees__exp {
    position: relative;
    z-index: 2;
}

.employees__btn-detail {

}

/* /DOCTOR */


/* кнопка "Возврат к списку"*/
.return {
    text-align: center;
    padding: 40px 0;
}

.return a {
    background-color: var(--bg-color);
    border: 2px solid transparent;
    font-weight: 400;
}

.return a:hover {
    background-color: #fff;
    font-weight: 600;
    border-color: var(--main-color);
}

/* /кнопка "Возврат к списку"*/

@media (max-width: 768px) {
    .services-detail__text li,
    .services-detail__text p {
        font-size: 14px;
    }

    .pricelist__item .pricelist__code {
        grid-area: code;
    }

    .pricelist__item .pricelist__name {
        grid-area: name;
    }

    .pricelist__item .pricelist__price {
        grid-area: price;
    }

    .pricelist__item {
        grid-template-areas:
        "code price"
        "name name";
        width: 100%;
        font-size: 12px;
        position: relative;
        overflow: hidden;
        grid-template-rows: auto;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr;
        padding: 10px 0;
    }
}


@media (max-width: 560px) {
    .prop-doctor__card {
        min-width: unset;
        min-height: unset;
        width: 100%;
    }

    .prop-doctor__image {
        display: none;
    }

    .prop-doctor__list {
        display: flex;
        flex-direction: column;
    }

    .prop-doctor__name {
        font-size: 22px;
    }
}

.page .services-detail ul li,
.page .services-detail ol li {
    left: 22px;
}

.page .services-detail ul li::before,
.page .services-detail ol > ul li::before {
    margin-left: -22px;
}
/* End */
/* /local/templates/skazhite_a/components/bitrix/news/services/bitrix/news.detail/.default/style.css?175568199610512 */
