

/* Start:/local/templates/osteopoint/components/bitrix/news.detail/napravlenie/style.css?17404950636950*/
.activities .wrapper{
    display: flex;
    padding-bottom: 50px;
    margin-bottom: 50px;
    margin-top: 50px;
    border-bottom: 0.5px solid #DDE3E5;
}
.activities .service_detail_text{
    flex: 1 0;
    font-size: 14px;
    padding-right: 5px;
}
.activities .service_detail_text h2{
    color: #404546;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-right: 15px;
    margin-top: 50px;
    margin-bottom: 34px;
    padding-top: 50px !important;
    border-top: 0.5px solid #DDE3E5;
}
.activities .service_detail_text ul{
    padding-left: 18px;
}
.activities .service_detail_text li{
    margin-top: 9px;
}
.activities .service_detail_text span{
    color: #00A9D0;
}
.activities .service_detail_text p {
    margin: 20px 0;
}
.activities .service_detail_text h2:first-child{
    padding-top: 0px !important;
    margin-top: 0px;
    border-top: none;   
}
.activities .service__sticky-block{
    position: relative;
    flex-basis: 473px;
    height: auto !important;
}
.media__wrapper {
    display: grid;
    grid-gap: 4px;
    grid-template: repeat(3, auto)/ 1fr;
    max-width: 473px;
}
.media__main-img, .media__video-img {
    border-radius: 6px;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
}
.media__video {
    position: relative;
}
.media__video-icon {
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.media__video-icon svg {
    height: 106px;
    width: 106px;
    transition: .3s;
}
.media__video-icon:hover svg {
    transform: translateY(-1px);
}
.media__video-icon circle {
    transition: 0.3s;
}
.media__video-icon:hover circle {
    fill: #00A9D0;
}
.media__action {
    background: #F3F5F7;
    border-radius: 6px;
    padding: 50px;
    position: relative;
    font-size: 13px;
}
.media__action::before {
    background: url(/img/icon_persent_action.svg);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
    width: 191px;
    height: 199px;
}
.media__action span {
    display: block;
    margin: 34px 0 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}
.media__action ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.media__action li::marker {
    color: #00A9D0;
    margin-right: 19px;
}
.media__action-btn {
    margin: 34px auto 0;
    display: block;
    padding: 15px 72px;
    z-index: 2;
    position: relative;
}
.faq__container {
    margin-bottom: 50px;
}
.faq__container .section__h2 {
    margin-bottom: 34px;
}
.faq__item {
    border-top: 0.5px solid #DDE3E5;
}
.faq__item-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}
.faq__item-question h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.faq__button {
    background: transparent url("/img/price_plus.svg") no-repeat center;
    background-size: contain;
    border: none;
    display: block;
    padding: 0;
    height: 14px;
    width: 14px;
}
.faq__item.active > .faq__item-question {
    padding-bottom: 0;
}
.faq__item.active .faq__button {
    background: transparent url("/img/price_minus.svg") no-repeat center;
    background-size: contain;
}
.faq__item-answer {
    display: none;
    margin-top: 5px;
    padding-bottom: 24px;
    padding-right: 95px;
    font-weight: 400;
    font-size: 14px;
}
.section.other-services{
    margin-top: 0px;
    margin-bottom: 50px;
}
.section.review{
    background: #F3F5F7;
    padding: 50px 0;
    margin-top: 0;
}

.other-article {
    margin: 50px 0 70px;
}
.other-article__slider {
    display: flex;
    margin-top: 34px;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.other-article__pagination {
    bottom: 25px !important;
}
.section .other-article__item {
    padding: 50px;
    height: 199px;
    width: 377px;
    background-color: #F3F5F7;
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    margin-right: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.other-article__title {
    margin-bottom: 14px;
    text-decoration-line: underline;
    color: #00A9D0;
    height: 35px;
    overflow: hidden;
}
.other-article__text {
    color: #404546;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

header .header__container {
    z-index: 200;
}

#serpuhovskaya, #paveletskaya{ display:block; }
@media screen and (min-width: 192px) {
    #serpuhovskaya { margin-bottom:6px; }
}
@media screen and (max-width: 1200px) {
    .activities .service__sticky-block{
        flex-basis: 200px;
    }
}
@media screen and (max-width: 850px) {
    .other-article {
        margin: 40px 0 78px;
    }
    .price__item{
        position: relative;
    }
    .price__item-content .price__btn{
        position: absolute;
        right: 0;
        bottom: 10px;
        background: #e7e7e7;
    }
    .swiper-slide.news__card, .swiper-slide.review__card {
        height: 400px;
    }
    /* .side-btns { bottom: 15px !important; }
    .side-btns button { height: 55px !important; width: 55px !important; }
    .side-btns button + button { margin-top: 10px !important; } */
}
@media screen and (max-width: 768px) {
    .activities .wrapper {
        display: block;
    }
    .activities .service_detail_text {
        padding-right: 0px;
    }
    .activities .service__sticky-block{
        flex-basis: 100%;
    }  
    .media__wrapper {
        max-width: initial;
    }
    .other-article__item {
        padding: 30px;
        height: 159px;
    }
    .swiper-slide.news__card, .swiper-slide.review__card {
        height: 300px;
    }
}
@media screen and (max-width: 640px) {
    .other-article {
        margin: 30px 0 58px;
    }
    .other-article__item {
        padding: 20px;
        height: 114px;
        font-size: 12px;
        line-height: 15px;
    }
    .other-article__text {
        -webkit-line-clamp: 3;
    }
}


@media screen and (max-width: 480px){
.service__text, .service__description, .service-page h1,.service_detail_text,.service_preview_text,.anons2 {
    padding: 0 15px;}}
    
    
    
    
    
    .service_detail_text a{color: #00a9d0}
/* End */
/* /local/templates/osteopoint/components/bitrix/news.detail/napravlenie/style.css?17404950636950 */
