

/* Start:/local/templates/dent/components/bitrix/news/services/bitrix/news.detail/style2/style.css?17575990225736*/
/* Page links */
.style_2 .page-links-wrap .page-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.style_2 .page-links-wrap .page-links a {
    font-size: 16px;
    line-height: 1.24;
    padding: 8px 32px;
    border: 1px solid #002356;
    color: #002356;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.style_2 .page-links-wrap .page-links a:hover {
    background-color: #002356;
    color: #fff;
}

@media (max-width: 768px) {
    .style_2 .page-links-wrap .page-links {
        gap: 12px;
    }
    
    .style_2 .page-links-wrap .page-links a {
        font-size: 14px;
        padding: 6px 18px;
    }
}


/* Rating */
.style_2 .section-rating {
    padding: 4rem 0;
    color: #323c56;
}

.style_2 .section-rating .title-section {
    margin-bottom: 42px;
}

.style_2 .section-rating .rating-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.style_2 .section-rating .rating-item {
    position: relative;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media (max-width: 768px) {
    .style_2 .section-rating .rating-item {
        width: 120px;
    }
}

.style_2 .section-rating .rating-item-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.style_2 .section-rating .rating-item-img {
    display: block;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.style_2 .section-rating .rating-item-link:hover ~ .rating-item-img{
    transform:scale(.9);
}

.style_2 .section-rating .rating-item-label {
    font-size: 14px;
    line-height: 1.24;
    font-weight: 400;
    text-align: center;
}

.style_2 .section-rating .rating-item-stars {
    display: block;
    --percent: calc(var(--rating) / 5* 100%);
    overflow: hidden;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: transparent;
}

.style_2 .section-rating .rating-item-stars::before {
    content: "★★★★★";
    line-height: 1;
    letter-spacing: 4px;
    background: linear-gradient(90deg, #fcb500 var(--percent), rgba(0, 0, 0, .1) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.style_2 .section-rating .rating-item-value {
    font-weight: 700;
    text-align: center;
}


/* FAQ */
.style_2 .faq_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.style_2 .faq_list .faq_list-item {
    display: block
}

.style_2 .faq_list .faq_list-item .question {
    background: #DDF2F6;
    position: relative;
    padding: 20px 60px 20px 40px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    color: #002356;
    line-height: 24px;
    font-weight: 300;
    font-family: "Roboto";
}

.style_2 .faq_list .faq_list-item .question .question-icon {
    display: block;
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    height: 16px;
    width: 16px;
    transition: transform 0.3s ease;
}

.style_2 .faq_list .faq_list-item .question.active .question-icon {
    transform: rotate(90deg);
}

.style_2 .faq_list .faq_list-item .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.style_2 .faq_list .faq_list-item .question.active + .answer {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.style_2 .faq_list .faq_list-item .answer > div {
    padding: 32px 20px 20px 20px;
    color: #404040;
}

.style_2 .faq_list .faq_list-item .answer .answer-quote {
    font-family: GothamPro, sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 24px;
    color: #002356;
}

.style_2 .faq_list .faq_list-item .answer .answer-quote._close {
    transform: rotate(180deg);
    margin-top: -10px;
}

.style_2 .faq_list .faq_list-item .answer .answer-doctor {
    padding: 0 20px;
    color: #404040;
}

.style_2 .faq_list .faq_list-item .answer .answer-doctor a {
    color: #002356;
    text-decoration: none;
}

.style_2 .faq_list .faq_list-item .answer .answer-doctor a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .style_2 .faq_list .faq_list-item .question {
        padding: 16px 50px 16px 20px;
    }
}

/* Other services */
.style_2 .other-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.style_2 .other-items .other-item {
    position: relative;
    padding-left: 24px;
    font-size: 15px;
    line-height: 1.24;
}

.style_2 .other-items .other-item:before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%232bb043"><path d="M440.1 103C450.3 112.4 450.3 127.6 440.1 136.1L176.1 400.1C167.6 410.3 152.4 410.3 143 400.1L7.029 264.1C-2.343 255.6-2.343 240.4 7.029 231C16.4 221.7 31.6 221.7 40.97 231L160 350.1L407 103C416.4 93.66 431.6 93.66 440.1 103V103z"/></svg>') center/contain no-repeat;
    height: 18px;
    width: 18px;
}

.style_2 .other-items .other-item a {
    color: #002356;
    text-decoration: none;
    transition: all 0.3s ease;
}

.style_2 .other-items .other-item a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .style_2 .other-items {
        grid-template-columns: 1fr 1fr;
    }

    .style_2 .other-items .other-item {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .style_2 .other-items {
        grid-template-columns: 1fr;
    }
}


.main-btn.doctor-btn{
    font-weight:400;
}
/* End */
/* /local/templates/dent/components/bitrix/news/services/bitrix/news.detail/style2/style.css?17575990225736 */
