

/* Start:/local/templates/main/components/bitrix/news/services/style.css?17387559986990*/
.s-block.news {
    background: none;
}
.logo-banner__wrapper {
    position: relative;
    max-height: 400px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border-radius: 50px;
}

.logo-banner__img {
    width: 100%;
    object-fit: cover;
    /* top: -70px; */
    /* object-position: 0px -97px; */
}

.logo-banner__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
}

.logo-banner__content {
    position: absolute;
    top: 0;
    padding: 70px;
    height: 100%;
    left: 0;
    max-width: 800px;
}

.logo-banner__title {
    font-size: 45px;
    line-height: 50px;
    font-weight: 300;
    color: white;
    /* text-shadow: 1px 1px 0px color(srgb 0.0693 0.3602 0.1704); */
}

.logo-banner__text {
    color: rgba(255, 255, 255, 0.6);
}

.logo-banner__btns {
    margin-top: 40px;
}

.logo-banner__btn {
    display: inline-block;
    font-size: 15px;
    line-height: 43px;
    margin-right: 20px;
    padding: 0px 50px;
    color: black;
    font-weight: 100;
    background:rgb(255, 255, 255);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    --webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
}

.logo-banner__btn:hover {
    background: #45962c;
    color: #fff;
}

.doctors-slider .main-btn {
    background: #4fad31;
    border: 1px solid #45962c;
}

.doctors-slider .main-btn:hover {
    background: #45962c;
    color: #fff;
}

.programms .news-item {
    display: block;
    border: none;
    box-shadow: none;
    padding-bottom: 0;
    background-color: transparent;
}

.programms .news-btn .main-btn {
    width: 100%;
    background: #4fad31;
}



.inner-spec__btn .main-btn {
    max-width: 275px;
    width: 100%;
}

.programms-rech img {
    width: 100%;
}

.programms-rech__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.programms-rech .news-btn .main-btn {
    background: #4fad31;
}

.programms .why-item {
    height: 320px;
}
.why-item__text {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative; /* Добавлено для позиционирования псевдоэлемента */
}

.why-item__text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px; /* Высота градиента */
    background: linear-gradient(to top, white, transparent); /* Градиент снизу вверх */
    opacity: 0; /* Скрываем градиент по умолчанию */
    transition: opacity 0.5s ease; /* Плавный переход для градиента */
}

.why-item__text.expanded {
    max-height: 500px;
}

.why-item__text:not(.expanded)::after {
    opacity: 1; /* Показываем градиент, когда текст скрыт */
}

.why-item .toggle-button {
    margin-bottom: 30px;
    color: #818284;
    cursor: pointer;
}

.inner-spec__block {
    margin-bottom: 80px;
}
.fos-logo {
    background-color: #06A5D1;
    padding: 50px;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    max-width: 900px;
    margin: 0 auto;
}
.fos-logo form {
    width: 100%;
    max-width: 50%;
    display: block;
}
.fos-logo form input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
}
.fos-logo form input:focus-visible {
    outline: none;
}
.fos-logo form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
}
.fos-logo form textarea:focus {
    outline: none;
}
.fos-logo__content {
    width: 45%;
}
.fos-logo__text {
    color: white;
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    line-height: 63px;
}
.btn-fos {
    padding: 10px 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
    background-color: white;
    margin-top: 10px;
}
.fos-logo .mf-text {
    color: white;
    font-size: 14px;
    margin-bottom: 5px;
}
.zan-slider .sert-img {
    height: 300px;
}
.preimushestva-slider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 200px;
}
.zan-slider.owl-carousel .owl-item img {
    height: 300px;
    object-fit: cover;
}
.sert-slider .sert-img {
    height: 350px;
}
.sert-slider.owl-carousel .owl-item img {
    height: 350px;
    object-fit: cover;
}
.inner-text h2, h3, h4 {
    margin: 20px 0 20px 0;
}
.logo-banner__content-img {
    position: absolute;
    right: 40px;
    width: 100%;
    max-width: 600px;
    bottom: 0;
}
@media (max-width:1399px) {
    .logo-banner__content-img {
        max-width: 420px;
    }
}

@media (max-width:1200px) {
    .logo-banner__content {
        padding: 35px;
    }
    .logo-banner__title {
        font-size: 35px;
        width: 60%;
    }
    .logo-banner__content-img {
        max-width: 420px;
    }
    .logo-banner__btns {
        margin-top: 20px;
    }
}
@media (max-width:990px) {
    .logo-banner__title {
        font-size: 25px;
        line-height: 35px;
    }
    .logo-banner__img {
        height: 100%;
    }
    .logo-banner__content-img {
        display: none;
    }
    .logo-banner__wrapper {
        height: 500px;
        max-height: 500px;
    }
    .logo-banner__title {
        width: 100%;
    }
    .logo-banner__content-img {
        max-width: 520px;
        display: block;
        left: 0;
    }
}

@media (max-width: 767px) {
    .logo-banner__content {
        padding: 20px;
    }

    .logo-banner__title {
        font-size: 30px;
    }

    .logo-banner__btn {
        font-size: 12px;
        padding: 0 10px;
    }
    .logo-banner__wrapper {
        max-height: 500px;
    }
    .logo-banner__img {
        height: 500px;
    }
    .logo-banner__wrapper {
        border-radius: 20px;
    }
}
@media (max-width:576px) {
    .fos-logo__content {
        width: 100%;
    }
    .fos-logo {
        flex-direction: column;
        margin-top: 30px;
    }
    .fos-logo form {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .logo-banner__title {
    font-size: 26px;
    line-height: 37px;
    }
    .logo-banner__btns {
    margin-top: 20px;
    }
    .logo-banner__content {
    padding: 20px;
    }
    .logo-banner__wrapper {
        border-radius: 10px;
    }
    .logo-banner__btn {
        line-height: 30px;
        width: 100%;
        margin-bottom: 10px;
    }
    .fos-logo__text {
        font-size: 26px;
        line-height: 40px;
    }
    .fos-logo {
        padding: 25px;
    }

}
.preimushestva-slider .owl-stage {
    display: flex;
}
.otzyvi-slider .owl-stage {
    display: flex;
}
.programms .news-desc {
    gap: 20px;
    padding: 20px 0 0 0;
    height: 340px;
}
/* End */
/* /local/templates/main/components/bitrix/news/services/style.css?17387559986990 */
