

/* Start:/local/templates/osteopoint/components/bitrix/news.detail/serviceDetail/style.css?17792837585290*/
.service-page .team__header {
    padding-top: 50px !important;
    border-top: 0.5px solid #DDE3E5;
}
.review, .news{
    background: #f3f5f7;
    padding: 50px 0;
}
.review{ margin-bottom: 0 !important; }
.news{ margin-top: 0 !important; }

.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;
}
.service__container{
    margin-top: 50px;
}
.service_detail_text{
    grid-column: 1/3;
    grid-row: 2/4;
    font-size: 14px;
    margin-bottom: 50px;
}
.service_preview_text h2,
.service_detail_text h2{
    color: #404546;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-right: 15px;
    margin-top: 50px;
    margin-bottom: 34px;
}
.service_preview_text h2{
    margin-top: 0px;
}
.service_detail_text h2{
    padding-top: 50px !important;
    border-top: 0.5px solid #DDE3E5;
}
.service_detail_text h2:first-child{
    margin-top: 0px;
}
.service_detail_text ul{
    padding-left: 18px;
}
.service_detail_text p,
.service_preview_text p{
    margin: 20px 0;
}

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) {
    .service_detail_text {
        grid-column: 1/-1;
        grid-row: 3/4;
        margin-top: 40px;
    }
}
@media screen and (max-width: 850px) {
    .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) {
    .service_detail_text {
        grid-row: 4/5;
        margin-top: 26px;
    }
    .swiper-slide.news__card, .swiper-slide.review__card {
        height: 300px;
    }
}

.service .blue-form__wrapper{
	grid-row: 3/5;
	
}

#gotod{color:#777;}
.bottom_text{    display: grid !important;}




.service__sticky-block.bottom {
	grid-row: 3/5;
	
}






.service_detail_text img {width:100%;margin-bottom:24px;}


.service_preview_text h2{ margin:22px 0 !important;}




.service_preview_text h2, .service_detail_text h2 {
    color: #404546;
    font-weight: 700;
    font-size: 21px;
    line-height: 29px;
    margin-right: 15px;
    margin-top: 50px;
    margin-bottom: 34px;}
    
    .anons2{    
	    grid-row: 3/5;
    grid-column: 1/3;
    font-size: 14px !important;
    }
    
    
    #gotod{margin:24px 0;}
    .service .blue-form__wrapper {    margin-top: 16px;}
    
    
    
    
    
    @media screen and (max-width: 768px) {
	    
	    
	      .anons2{grid-row: initial;}
	    
	    
	    
	    }
	    
	    
	    
	    
	    
	    @media screen and (max-width: 480px){
.service__text, .service__description, .service-page h1,.service_preview_text,.anons2 {
    padding: 0 15px;}}
    
    
    
    
    .service_detail_text table {
      border-collapse: collapse;
      width: 100%;
      margin: 20px 0;
      font-size: 15px;
      line-height: 1.5;
    }
    
    .service_detail_text table td {
      border: 1px solid #d0d7de;
      padding: 12px 16px;
      vertical-align: top;
      text-align: left;
    }
    
    /* Шапка — первая строка */
    .service_detail_text table tr:first-child td {
      background-color: #f6f8fa;
      font-weight: 600;
      border-bottom: 2px solid #c5ccd3;
    }
    
    /* Первая колонка — названия критериев */
    .service_detail_text table tr td:first-child {
      font-weight: 500;
      background-color: #fafbfc;
      width: 180px;
    }
    
    /* Зебра */
    .service_detail_text table tr:nth-child(even):not(:first-child) td {
      background-color: #fbfcfd;
    }
    
    /* Ховер */
    .service_detail_text table tr:hover td {
      background-color: #f0f3f6;
    }
    
    /* Адаптив для мобильных */
    @media (max-width: 640px) {
      .service_detail_text table {
        font-size: 13px;
      }
      .service_detail_text table td {
        padding: 8px 10px;
      }
      .service_detail_text table tr td:first-child {
        width: auto;
      }
    }
/* End */
/* /local/templates/osteopoint/components/bitrix/news.detail/serviceDetail/style.css?17792837585290 */
