

/* Start:/local/templates/.default/components/bitrix/news/services_h/bitrix/news.detail/navigation/style.css?1757086412871*/
.hemonc2__navigation {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 1.5rem;
    border-radius: 1rem;
    overflow-x: auto;
    margin-bottom: 1.5rem;
    background: #F4FDFF;
}

.hemonc2__navigation.--hidden {
    opacity: 0;
}

.hemonc2__navigation-link {
    padding: 1rem 2rem;
    color: var(--h, #0F2531);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    white-space: nowrap;
    position: relative;
}

@media screen and (max-width: 560px) {
    .hemonc2__navigation-link {
        padding-inline: 0.625rem;
    }
}

.hemonc2__navigation-link:hover {
    font-weight: 700;
    color: #007088;
}

.hemonc2__navigation-link:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: .125rem;
    background: #007088;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/services_h/bitrix/news.detail/banner_main/style.css?17570855642547*/
.hemonc2__head {
    position: relative;
    padding: 3.5rem 5rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, #8DC9D6 0%, rgba(141, 201, 214, 0.00) 100%), linear-gradient(0deg, rgba(141, 201, 214, 0.40) 0%, rgba(141, 201, 214, 0.40) 100%);
}

.hemonc2__head img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
}

.hemonc2__head-title {
    position: relative;
    z-index: 1;
    max-width: 27.375rem;
    color: var(--white, #FFF);
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.125rem;
    /* 104.167% */
}

.hemonc2__head-title.text-dark {
    color: var(--h, #0F2531);
}

@media screen and (max-width: 768px) {
    .hemonc2__head {
        padding: 1.5rem;
    }

    .hemonc2__head-title {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 560px) {
    .hemonc2__head-title {
        font-size: 1.625rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
}

.hemonc2__head__subtitle {
    position: relative;
    z-index: 1;
    color: var(--white, #FFF);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: .5rem;
}

.hemonc2__head__subtitle.text-dark {
    color: var(--h, #0F2531);
}

@media screen and (max-width: 560px) {
    .hemonc2__head__subtitle {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
}

.hemonc2__head__text {
    margin: 2rem 0;
    color: var(--white, #FFF);
    font-family: 'Gerbera', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hemonc2__head__desc {
    position: relative;
    z-index: 1;
    margin-top: 5.87rem;
    /* color: var(--h, #0F2531); */
    color: var(--white, #FFF);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 40.375rem;
}

.hemonc2__head__desc.text-dark {
    color: var(--h, #0F2531);
}

@media screen and (max-width: 560px) {
    .hemonc2__head__desc {
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 7.38rem;
    }
}

.hemonc2__head__button.btn {
    margin-top: 1rem;
    max-width: 15rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .service-hemonc2__head__button.btn {
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/services_h/bitrix/news.detail/.default/style.css?175709345116473*/
.hemonc2__prices {
    margin-top: 5rem;
    padding: 3.5rem 5rem;
    border-radius: 1rem;
    background: #F4FDFF;
}

@media screen and (max-width: 768px) {
    .hemonc2__prices {
        margin-top: 3rem;
        padding: 1.5rem;
    }
}

.hemonc2__prices-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 4rem;
    position: relative;
}

.hemonc2__prices-grid::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    width: .125rem;
    background: #D9D9D9;
}

@media screen and (max-width: 768px) {
    .hemonc2__prices-grid {
        grid-template-columns: 1fr;
    }

    .hemonc2__prices-grid::before {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .hemonc2__prices-grid {
        gap: 1.5rem;
    }
}

.hemonc2__prices-row {
    display: flex;
    justify-content: space-between;
    gap: 3.69rem;
}

@media screen and (max-width: 560px) {
    .hemonc2__prices-row {
        flex-direction: column;
        gap: .63rem;
    }
}

.hemonc2__prices-name {
    color: #B3B3B3;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hemonc2__prices-name span {
    color: var(--green, #007088);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hemonc2__prices-price {
    white-space: nowrap;
    color: var(--green, #007088);
    text-align: right;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media screen and (max-width: 560px) {
    .hemonc2__prices-price {
        text-align: left;
    }
}

.hemonc2__description {
    margin-top: 5rem;
}

.hemonc2__description-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 22.5rem; */
}

.hemonc2__description-grid:nth-child(2) {
    margin-top: 5rem;
}

.hemonc2__description-text {
    margin: 2rem 0;
    color: var(--h, #0F2531);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.hemonc2__description-btn {
    border-radius: 0.625rem;
    padding: .63rem 1rem;
    color: var(--white, #FFF);
    font-family: 'Gerbera', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    max-width: max-content;
    background-color: var(--green, #007088);
    padding-inline: 2rem;
}

.hemonc2__description-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 58.455114822546975%;
    aspect-ratio: 16/9;
    max-height: 12rem;
}

.hemonc2__description-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    border: .125rem solid var(--border, rgba(0, 0, 0, 0.12));
}

@media screen and (max-width: 768px) {
    .hemonc2__description-grid:nth-child(2) {
        margin-top: 3rem;
    }

    .hemonc2__description-grid {
        grid-template-columns: 1fr;
    }

    .hemonc2__description-grid {
        gap: 1.5rem;
    }
}

.hemonc2__description-content {
    margin-right: 3rem;
}

@media screen and (max-width: 768px) {
    .hemonc2__description-content {
        margin-right: 0;
    }
}

@media screen and (max-width: 560px) {
    .hemonc2__description-grid {
        grid-template-columns: 1fr;
    }

    .hemonc2__description-wrap {
        order: 1;
    }

    .hemonc2__description-content {
        order: 2;
    }

    .hemonc2__description-btn {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}







.hemonc2__detail {
    margin-top: 5rem;
    padding: 5rem 0;
    background: #007088;
}

.hemonc2__detail .hemonc2__h2 {
    color: #FFF;
}

.hemonc2__detail .hemonc2__row {
    border-bottom: 0;
}

@media screen and (max-width: 768px) {
    .hemonc2__detail {
        margin-top: 3rem;
        padding: 1.5rem 0;
    }
}

.hemonc2__detail-text>* {
    color: var(--Misc-White, #FFF);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hemonc2__detail-text {
    margin-bottom: 2.5rem;
}

.hemonc2__detail-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 2rem;
}

.hemonc2__detail-text ul li {
    position: relative;
    padding-left: 2.19rem;
    margin-bottom: .5rem;
}

.hemonc2__detail-text ul li:last-child {
    margin-bottom: 0;
}

.hemonc2__detail-text {
    color: var(--h, #0F2531);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.hemonc2__detail-text ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: my-awesome-counter;
}

.hemonc2__detail-text ol>li {
    position: relative;
    padding-left: 2.19rem;
    counter-increment: my-awesome-counter;
    margin-bottom: 2rem;
}

.hemonc2__detail-text ol>li::before {
    content: counter(my-awesome-counter);
    position: absolute;
    left: 0;
    top: 0;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white, #FFF);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background-color: #f6ae9c;
}

.hemonc2__detail-text li ul {
    margin-top: 1rem;
}

.hemonc2__detail-text {
    margin-top: 2rem;
}

.hemonc2__detail-text ul li {
    padding-left: 1.25rem;
}

.hemonc2__detail-text ul li::before {
    content: '—';
    color: #F6AE9C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: 0;
    top: -.125rem;
}

.hemonc2__detail-row {
    display: flex;
    gap: 4.62rem;
}

@media screen and (max-width: 768px) {
    .hemonc2__detail-row {
        flex-direction: column;
    }
}

.hemonc2__detail-block {
    display: flex;
    align-items: flex-start;
    gap: .62rem;
    flex: 0 0 calc((100% - (4.62rem * 2)) / 3);
}

.hemonc2__detail-num {
    color: #F6AE9C;
    font-size: 2.82069rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -.62rem;
}

@media screen and (max-width: 768px) {
    .hemonc2__detail-block {
        flex: 0 0 100%;
    }
}

.hemonc2__detail-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 43.47826086956522%;
}

.hemonc2__detail-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
}

@media screen and (max-width: 560px) {
    .hemonc2__detail-wrap {
        padding-bottom: 100%;
    }
}

.hemonc2__detail-author {
    margin-top: 4rem;
}

@media screen and (max-width: 768px) {
    .hemonc2__detail-author {
        margin-top: 2rem;
    }
}

.hemonc2__detail-author-top {
    padding-bottom: 1rem;
    color: var(--h, #FFF);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: .125rem solid rgba(0, 0, 0, 0.12);
    opacity: .7;
}

.hemonc2__detail-author-body {
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
    gap: 5rem;
}

@media screen and (max-width: 768px) {
    .hemonc2__detail-author-body {
        flex-direction: column;
        gap: 1rem;
    }
}

.hemonc2__detail-author-row {
    display: flex;
    align-items: flex-start;
    gap: 1.4rem;
}

.hemonc2__detail-author-img {
    position: relative;
    width: 5.875rem;
    height: 5.875rem;
    flex-shrink: 0;
}

.hemonc2__detail-author-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
    border: 0.1875rem solid var(--pink, #F6AE9C);
}

@media screen and (max-width: 560px) {
    .hemonc2__detail-author-img {
        width: 5.291rem;
        height: 5.291rem;
    }
}

.hemonc2__detail-author-name {
    color: var(--White, #FFF);
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media screen and (max-width: 560px) {
    .hemonc2__detail-author-name {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
}

.hemonc2__detail-author-pos {
    margin-top: .5rem;
    color: var(--White, #FFF);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.hemonc2__detail-author-exp {
    margin-top: .38rem;
    color: var(--White, #FFF);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.hemonc2__detail-author-data {
    flex: 0 0 10.3125rem;
}

@media screen and (max-width: 768px) {
    .hemonc2__detail-author-data {
        flex: auto;
    }
}

.hemonc2__detail-author-subtitle {
    color: var(--White, #FFF);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.7;
}

.hemonc2__detail-author-date {
    margin: .5rem 0 1rem;
    color: var(--White, #FFF);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hemonc2__detail-author-views {
    color: var(--White, #FFF);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hemonc2__detail-author-btns {
    flex: 0 0 13.6875rem;
}

.hemonc2__detail-author-btns .btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.hemonc2__detail-author-btns .btn.--trans {
    margin-top: .5rem;
}

@media screen and (max-width: 768px) {
    .hemonc2__detail-author-btns {
        flex: auto;
    }
}

/* UNUSED AUTHOR RATING */
/* .hemonc2__detail-author-grade {
    color: var(--White, #FFF);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.hemonc2__detail-author-stars {
    display: flex;
}
.hemonc2__detail-author-star {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M15.0001 21.625L10.3751 25.1563C10.146 25.3438 9.89597 25.4325 9.62514 25.4225C9.35431 25.4125 9.11472 25.3342 8.90639 25.1875C8.69806 25.0417 8.53681 24.8438 8.42264 24.5938C8.30847 24.3438 8.30306 24.0729 8.40639 23.7813L10.1876 18L5.65639 14.7813C5.40639 14.6146 5.25014 14.3958 5.18764 14.125C5.12514 13.8542 5.13556 13.6042 5.21889 13.375C5.30222 13.1458 5.44806 12.9425 5.65639 12.765C5.86472 12.5875 6.11472 12.4992 6.40639 12.5H12.0001L13.8126 6.50001C13.9168 6.20834 14.0785 5.98417 14.2976 5.82751C14.5168 5.67084 14.751 5.59292 15.0001 5.59376C15.2501 5.59376 15.4847 5.67209 15.7039 5.82876C15.9231 5.98542 16.0843 6.20917 16.1876 6.50001L18.0001 12.5H23.5939C23.8856 12.5 24.1356 12.5888 24.3439 12.7663C24.5522 12.9438 24.6981 13.1467 24.7814 13.375C24.8647 13.6042 24.8751 13.8542 24.8126 14.125C24.7501 14.3958 24.5939 14.6146 24.3439 14.7813L19.8126 18L21.5939 23.7813C21.6981 24.0729 21.6931 24.3438 21.5789 24.5938C21.4647 24.8438 21.3031 25.0417 21.0939 25.1875C20.8856 25.3333 20.646 25.4117 20.3751 25.4225C20.1043 25.4333 19.8543 25.3446 19.6251 25.1563L15.0001 21.625Z" fill="%23F6AE9C"/></svg>');
}
.hemonc2__detail-author-total {
    color: var(--White, #FFF);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    opacity: .7;
    text-transform: uppercase;
}
.hemonc2__detail-author-form {
    margin-top: 2rem;
}
.hemonc2__detail-author-form button {
    color: var(--White, #FFF);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    padding: 0;
    margin-top: .25rem;
    opacity: .7;
    font-family: 'Gerbera', sans-serif;
}
@media screen and (max-width: 768px) {
    .hemonc2__detail-author-form {
        margin-top: 1rem;
    }
}
.hemonc2__detail-author-rows {
    direction: rtl;
    display: flex;
}
.hemonc2__detail-author-rows input {
    display: none;
}
.hemonc2__detail-author-rows input + label {
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M15.0001 21.625L10.3751 25.1563C10.146 25.3438 9.89597 25.4325 9.62514 25.4225C9.35431 25.4125 9.11472 25.3342 8.90639 25.1875C8.69806 25.0417 8.53681 24.8438 8.42264 24.5938C8.30847 24.3438 8.30306 24.0729 8.40639 23.7813L10.1876 18L5.65639 14.7813C5.40639 14.6146 5.25014 14.3958 5.18764 14.125C5.12514 13.8542 5.13556 13.6042 5.21889 13.375C5.30222 13.1458 5.44806 12.9425 5.65639 12.765C5.86472 12.5875 6.11472 12.4992 6.40639 12.5H12.0001L13.8126 6.50001C13.9168 6.20834 14.0785 5.98417 14.2976 5.82751C14.5168 5.67084 14.751 5.59292 15.0001 5.59376C15.2501 5.59376 15.4847 5.67209 15.7039 5.82876C15.9231 5.98542 16.0843 6.20917 16.1876 6.50001L18.0001 12.5H23.5939C23.8856 12.5 24.1356 12.5888 24.3439 12.7663C24.5522 12.9438 24.6981 13.1467 24.7814 13.375C24.8647 13.6042 24.8751 13.8542 24.8126 14.125C24.7501 14.3958 24.5939 14.6146 24.3439 14.7813L19.8126 18L21.5939 23.7813C21.6981 24.0729 21.6931 24.3438 21.5789 24.5938C21.4647 24.8438 21.3031 25.0417 21.0939 25.1875C20.8856 25.3333 20.646 25.4117 20.3751 25.4225C20.1043 25.4333 19.8543 25.3446 19.6251 25.1563L15.0001 21.625Z" fill="black"/></svg>');
}
.hemonc2__detail-author-rows input:checked + label,
.hemonc2__detail-author-rows input + label:hover ~ label,
.hemonc2__detail-author-rows input:checked + label ~ label,
.hemonc2__detail-author-rows input + label:hover {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M15.0001 21.625L10.3751 25.1563C10.146 25.3438 9.89597 25.4325 9.62514 25.4225C9.35431 25.4125 9.11472 25.3342 8.90639 25.1875C8.69806 25.0417 8.53681 24.8438 8.42264 24.5938C8.30847 24.3438 8.30306 24.0729 8.40639 23.7813L10.1876 18L5.65639 14.7813C5.40639 14.6146 5.25014 14.3958 5.18764 14.125C5.12514 13.8542 5.13556 13.6042 5.21889 13.375C5.30222 13.1458 5.44806 12.9425 5.65639 12.765C5.86472 12.5875 6.11472 12.4992 6.40639 12.5H12.0001L13.8126 6.50001C13.9168 6.20834 14.0785 5.98417 14.2976 5.82751C14.5168 5.67084 14.751 5.59292 15.0001 5.59376C15.2501 5.59376 15.4847 5.67209 15.7039 5.82876C15.9231 5.98542 16.0843 6.20917 16.1876 6.50001L18.0001 12.5H23.5939C23.8856 12.5 24.1356 12.5888 24.3439 12.7663C24.5522 12.9438 24.6981 13.1467 24.7814 13.375C24.8647 13.6042 24.8751 13.8542 24.8126 14.125C24.7501 14.3958 24.5939 14.6146 24.3439 14.7813L19.8126 18L21.5939 23.7813C21.6981 24.0729 21.6931 24.3438 21.5789 24.5938C21.4647 24.8438 21.3031 25.0417 21.0939 25.1875C20.8856 25.3333 20.646 25.4117 20.3751 25.4225C20.1043 25.4333 19.8543 25.3446 19.6251 25.1563L15.0001 21.625Z" fill="%23F6AE9C"/></svg>');
    opacity: 1;
}
@media screen and (max-width: 768px) {
.hemonc2__detail-author-rows {
    justify-content: flex-end;
}
} */
/* UNUSED AUTHOR RATING */


.hemonc2__gallery {
    margin-top: 5rem;
}

.hemonc2__gallery-swiper {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
}

.hemonc2__gallery-item {
    margin-right: .8rem;
    max-width: 50vw;
    width: 50vw;
    height: 50vh;
    max-height: 20rem;
}

.hemonc2__gallery-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.hemonc2__gallery-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    max-width: 20rem;

    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
    object-position: center;
    max-width: 30rem;
    max-height: 20rem; */
}


@media screen and (max-width: 768px) {
    .hemonc2__gallery {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 560px) {
    .hemonc2__gallery-swiper {
        margin-right: -1.25rem;
    }
}

/* End */


/* Start:/local/templates/hemonc_h/fancybox-3.5.7/dist/jquery.fancybox.min.css?155233122812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/services_h/bitrix/news.list/advantages_list_h/style.css?17516194671358*/
.hemonc2__advantages {
    margin-top: 3rem;
}

.hemonc2__advantages-swiper {
    margin-top: 2rem;
    /* display: flex; */
    /* justify-content: space-evenly; */
    /* flex-wrap: wrap; */
}

.hemonc2__advantages-item {
    margin: 1.2rem;
    /* display: flex; */
    /* flex-direction: column; */
    /* max-width: 10rem; */
}

@media screen and (max-width: 768px) {
    .hemonc2__advantages-item {
        /* flex-direction: row; */
    }
}

.hemonc2__advantages-icon {
    width: 3rem;
    height: 3rem;
    position: relative;
}

.hemonc2__advantages-icon img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hemonc2__advantages-text {
    margin-top: 1rem;
    color: var(--h, #0F2531);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 12rem;
}

.hemonc2__advantages-dots {
    text-align: center;
    margin-top: .5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hemonc2__advantages-dots button {
    background-color: #007088;
    opacity: .2;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    margin: 0 4px;
}

.hemonc2__advantages-dots .slick-active button {
    opacity: 1;
    width: 0.75rem;
    height: 0.75rem;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/services_h/bitrix/news.detail/faq_bg_no/style.css?17570970921737*/
.hemonc2__faq-list {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.hemonc2__faq-list {
    margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
    .hemonc2__faq-list {
        margin-top: 2rem;
    }
}

.hemonc2__faq-item {
    padding: 1.5rem 5rem;
    border-radius: 0.5rem;
    background: #F4FDFF;
    box-shadow: 0px 4px 24px 0px rgba(130, 163, 170, 0.10);
}

.hemonc2__faq-item.active .hemonc2__faq-toggler {
    transform: rotate(180deg);
    transition: ease-in-out .3s;
}

@media screen and (max-width: 768px) {
    .hemonc2__faq-item {
        padding: 1.5rem 1rem;
    }
}

.hemonc2__faq-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hemonc2__faq-name {
    color: var(--green, #007088);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hemonc2__faq-toggler {
    flex-shrink: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
    transition: ease-in-out .3s;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7 9L12.5 14.5L18 9" stroke="%23007088"/></svg>');
}

.hemonc2__faq-body {
    display: none;
    max-width: 95vw;
    overflow: auto;

    margin: 1.2rem .6rem;
    padding: revert;
    color: var(--h, #0F2531);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.hemonc2__faq-body img {
    width: 100%;
    max-width: 100%;
}

.hemonc2__faq-body * {
    padding: revert;
    margin: revert;
    border: revert;
    list-style: revert;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/services_h/bitrix/news.list/doctors_list_h/style.css?17500765062553*/
.hemonc2__doctors {
    margin-top: 5rem;
}

@media screen and (max-width: 768px) {
    .hemonc2__doctors {
        margin-top: 3rem;
    }
}

.hemonc2__doctors__swiper {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 560px) {
    .hemonc2__doctors__swiper {
        margin-right: -1.25rem;
    }
}

.hemonc2__doctors-item {
    margin-right: .8rem;
    max-width: 50vw;
}

.hemonc2__doctors__wrap {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 124.78991596638656%;
    /* padding-bottom: 16rem; */
}

.hemonc2__doctors__wrap img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
    max-width: 20rem;
    /* max-height: 16rem; */
}

.hemonc2__doctors__body {
    margin-top: 1.5rem;
}

.hemonc2__doctors__name {
    color: var(--green, #007088);
    font-family: 'Gerbera', sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

.hemonc2__doctors__pos {
    margin-top: .5rem;
    margin-bottom: 1rem;
    color: var(--h, #0F2531);
    font-family: 'Gerbera';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hemonc2__doctors__link {
    position: relative;
    padding-right: 2rem;
    color: var(--h, #0F2531);
    font-family: 'Gerbera', sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.24;
}

.hemonc2__doctors__link::after {
    /* content: '';
    position: absolute;
    top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M4 9H16M16 9L12.5 5.5M16 9L12.5 12.5" stroke="%230F2531"/></svg>'); */
}

.hemonc2__doctors-dots {
    text-align: center;
    margin-top: .5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hemonc2__doctors-dots button {
    background-color: #007088;
    opacity: .2;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    margin: 0 4px;
}

.hemonc2__doctors-dots .slick-active button {
    opacity: 1;
    width: 0.75rem;
    height: 0.75rem;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/services_h/bitrix/news.list/reviews_list_h/style.css?17472079423791*/
.hemonc2__reviews {
    margin-top: 5rem;
}

@media screen and (max-width: 768px) {
    .hemonc2__reviews {
        margin-top: 3rem;
    }
}

.hemonc2__reviews-swiper {
    margin-top: 2rem;
}

.hemonc2__reviews-item {
    padding: 2rem 1rem;
    border-radius: 1rem;
    background: #F4FDFF;
    margin-left: .6rem;
    height: auto;
}

.hemonc2__reviews-name {
    color: var(--green, #007088);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hemonc2__reviews-date {
    margin-top: .25rem;
    color: var(--h, #0F2531);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    opacity: .2;
}

.hemonc2__reviews-stars {
    display: flex;
    margin-top: .5rem;
}

.hemonc2__reviews-star {
    background-size: 100%;
    width: 1.875rem;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M15.0001 21.625L10.3751 25.1563C10.146 25.3438 9.89597 25.4325 9.62514 25.4225C9.35431 25.4125 9.11472 25.3342 8.90639 25.1875C8.69806 25.0417 8.53681 24.8438 8.42264 24.5938C8.30847 24.3438 8.30306 24.0729 8.40639 23.7813L10.1876 18L5.65639 14.7813C5.40639 14.6146 5.25014 14.3958 5.18764 14.125C5.12514 13.8542 5.13556 13.6042 5.21889 13.375C5.30222 13.1458 5.44806 12.9425 5.65639 12.765C5.86472 12.5875 6.11472 12.4992 6.40639 12.5H12.0001L13.8126 6.50001C13.9168 6.20834 14.0785 5.98417 14.2976 5.82751C14.5168 5.67084 14.751 5.59292 15.0001 5.59376C15.2501 5.59376 15.4847 5.67209 15.7039 5.82876C15.9231 5.98542 16.0843 6.20917 16.1876 6.50001L18.0001 12.5H23.5939C23.8856 12.5 24.1356 12.5888 24.3439 12.7663C24.5522 12.9438 24.6981 13.1467 24.7814 13.375C24.8647 13.6042 24.8751 13.8542 24.8126 14.125C24.7501 14.3958 24.5939 14.6146 24.3439 14.7813L19.8126 18L21.5939 23.7813C21.6981 24.0729 21.6931 24.3438 21.5789 24.5938C21.4647 24.8438 21.3031 25.0417 21.0939 25.1875C20.8856 25.3333 20.646 25.4117 20.3751 25.4225C20.1043 25.4333 19.8543 25.3446 19.6251 25.1563L15.0001 21.625Z" fill="%23F6AE9C"/></svg>');
}

.hemonc2__reviews-text {
    margin-top: 1rem;
    color: var(--h, #0F2531);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-height: 12rem;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.hemonc2__reviews-link {
    margin-top: 1rem;
    display: block;
    max-width: max-content;
    margin-right: auto;
    color: var(--green, #007088);
    opacity: 1;
}

.hemonc2__reviews-link::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M4.5 8.5H16.5M16.5 8.5L13 5M16.5 8.5L13 12" stroke="%23007088"/></svg>');
}

.hemonc2__reviews-source {
    width: 5.625rem;
    height: 1.625rem;
    position: relative;
    margin-right: auto;
    margin-top: 1.5rem;
}

.hemonc2__reviews-source img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.hemonc2__reviews-dots {
    text-align: center;
    margin-top: .5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hemonc2__reviews-dots button {
    background-color: #007088;
    opacity: .2;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    margin: 0 4px;
}

.hemonc2__reviews-dots .slick-active button {
    opacity: 1;
    width: 0.75rem;
    height: 0.75rem;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/services_h/bitrix/news.list/videos_list_h/style.css?17477378632562*/
.hemonc2__videos {
    margin-top: 3rem;
}

@media screen and (max-width: 768px) {
    .hemonc2__videos {
        margin-top: 3rem;
    }
}

.hemonc2__videos-swiper {
    margin-top: 2rem;
}

@media screen and (max-width: 560px) {
    .hemonc2__videos-swiper {
        margin-right: -1.25rem;
    }
}

.hemonc2__videos-link {
    display: block;
    border-radius: 1rem;
    background: var(--green, #007088);
    padding: 1.05rem 1.25rem;
    margin-right: .6rem;
}

.hemonc2__videos-logo {
    color: var(--white, #FFF);
    font-size: 0.60238rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hemonc2__videos-logo span {
    color: var(--pink, #F6AE9C);
}

.hemonc2__videos-title {
    margin-top: .83rem;
    color: #FFF;
    font-size: 0.92238rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    min-height: 5rem;
}

.hemonc2__videos-title span {
    color: var(--pink, #F6AE9C);
}

.hemonc2__videos-yt {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M20 30L30.38 24L20 18V30ZM43.12 14.34C43.38 15.28 43.56 16.54 43.68 18.14C43.82 19.74 43.88 21.12 43.88 22.32L44 24C44 28.38 43.68 31.6 43.12 33.66C42.62 35.46 41.46 36.62 39.66 37.12C38.72 37.38 37 37.56 34.36 37.68C31.76 37.82 29.38 37.88 27.18 37.88L24 38C15.62 38 10.4 37.68 8.34 37.12C6.54 36.62 5.38 35.46 4.88 33.66C4.62 32.72 4.44 31.46 4.32 29.86C4.18 28.26 4.12 26.88 4.12 25.68L4 24C4 19.62 4.32 16.4 4.88 14.34C5.38 12.54 6.54 11.38 8.34 10.88C9.28 10.62 11 10.44 13.64 10.32C16.24 10.18 18.62 10.12 20.82 10.12L24 10C32.38 10 37.6 10.32 39.66 10.88C41.46 11.38 42.62 12.54 43.12 14.34Z" fill="%23FF1717"/><path d="M20 30L30.38 24L20 18V30Z" fill="white"/></svg>');
}

.hemonc2__videos-author {
    /* margin-top: 2.43rem; */
    color: #FFF;
    font-size: 0.50313rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.10063rem;
    text-transform: uppercase;
    min-height: 2rem;
}

.hemonc2__videos-author span {
    display: block;
    color: #FFF;
    font-size: 0.50313rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.02519rem;
    text-transform: uppercase;
    margin-top: .25rem;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/services_h/bitrix/news.detail/faq_bg/style.css?17570934572464*/
.hemonc2__faq {
    margin-top: 5rem;
}

.hemonc2__faq {
    padding: 5rem 0;
    margin-top: 5rem;
    background: #007088;
}

.hemonc2__faq .hemonc2__h2 {
    color: #FFF;
}

.hemonc2__faq .hemonc2__row {
    padding-bottom: 0;
    border-bottom: unset;
}

.hemonc2__faq .hemonc2__faq-list {
    margin-top: 2.5rem;
}

.hemonc2__faq .hemonc2__faq-item {
    padding: 1rem 2.5rem;
    border-radius: 1rem;
    background: #FFF;
}

@media screen and (max-width: 768px) {
    .hemonc2__faq {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 560px) {
    .hemonc2__faq .hemonc2__faq-name {
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}







.hemonc2__faq-list {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.hemonc2__faq-list {
    margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
    .hemonc2__faq-list {
        margin-top: 2rem;
    }
}

.hemonc2__faq-item {
    padding: 1.5rem 5rem;
    border-radius: 0.5rem;
    background: #F4FDFF;
    box-shadow: 0px 4px 24px 0px rgba(130, 163, 170, 0.10);
}

.hemonc2__faq-item.active .hemonc2__faq-toggler {
    transform: rotate(180deg);
    transition: ease-in-out .3s;
}

@media screen and (max-width: 768px) {
    .hemonc2__faq-item {
        padding: 1.5rem 1rem;
    }
}

.hemonc2__faq-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hemonc2__faq-name {
    color: var(--green, #007088);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hemonc2__faq-toggler {
    flex-shrink: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
    transition: ease-in-out .3s;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7 9L12.5 14.5L18 9" stroke="%23007088"/></svg>');
}

.hemonc2__faq-body {
    display: none;
    max-width: 95vw;
    overflow: auto;

    margin: 1.2rem .6rem;
    padding: revert;
    color: var(--h, #0F2531);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.hemonc2__faq-body img {
    width: 100%;
    max-width: 100%;
}

.hemonc2__faq-body * {
    padding: revert;
    margin: revert;
    border: revert;
    list-style: revert;
}
/* End */
/* /local/templates/.default/components/bitrix/news/services_h/bitrix/news.detail/navigation/style.css?1757086412871 */
/* /local/templates/.default/components/bitrix/news/services_h/bitrix/news.detail/banner_main/style.css?17570855642547 */
/* /local/templates/.default/components/bitrix/news/services_h/bitrix/news.detail/.default/style.css?175709345116473 */
/* /local/templates/hemonc_h/fancybox-3.5.7/dist/jquery.fancybox.min.css?155233122812795 */
/* /local/templates/.default/components/bitrix/news/services_h/bitrix/news.list/advantages_list_h/style.css?17516194671358 */
/* /local/templates/.default/components/bitrix/news/services_h/bitrix/news.detail/faq_bg_no/style.css?17570970921737 */
/* /local/templates/.default/components/bitrix/news/services_h/bitrix/news.list/doctors_list_h/style.css?17500765062553 */
/* /local/templates/.default/components/bitrix/news/services_h/bitrix/news.list/reviews_list_h/style.css?17472079423791 */
/* /local/templates/.default/components/bitrix/news/services_h/bitrix/news.list/videos_list_h/style.css?17477378632562 */
/* /local/templates/.default/components/bitrix/news/services_h/bitrix/news.detail/faq_bg/style.css?17570934572464 */
