

/* 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 */


/* Start:/local/templates/dent/components/bitrix/news.list/doctors_work_slider/style.css?17518742903387*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.beer-range::-webkit-slider-thumb{
	-webkit-appearance: auto !important;
}
.portfolio {
	padding-top: 52px;
	padding-bottom: 71px;
	background: #fff;
}
.portfolio-title {
	margin-bottom: 38px;
}
.portfolio-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-column-gap: 35px;
	column-gap: 35px;
}
.portfolio-preview__differences {
	position: relative;
	max-width: 582px;
	width: 100%;
	/*height: 388px;*/
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.port-desc {
	max-width: 100%;
}
.port-desc__doctors, .port-desc__doctor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.port-desc__doctors {
	margin-bottom: 26px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 20px;
}
.port-desc__doctor {
	gap: 13px;
	max-width: 350px;
	width: 100%;
}

.port-desc__doctor a{
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #002356;
}

.port-desc__doctor a:hover{
	text-decoration:none;
}
.doctor__info span {
	display: block;
}
.doctor__info a span {
	display: block;

}
.portfolio-preview__exerpt {
	padding-bottom: 22px;

	margin-bottom: 17px;
}
.doctor__img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.doctor__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (max-width: 1200px) {
	.portfolio-preview__differences {
		max-width: 460px;
		height: 350px;
	}
	.port-desc__doctor {
		gap: 10px;
		max-width: 220px;
	}
}

@media screen and (max-width: 991px) {
	.portfolio-title {
		margin-bottom: 88px;
	}
	.portfolio-preview {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		row-gap: 100px;
	}
	.portfolio-preview__differences {
		max-width: 500px;
		height: 380px;
	}
	.port-desc {
		max-width: 500px;
	}
}

@media screen and (max-width: 767.8px) {
	.portfolio {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.portfolio-preview {
		row-gap: 50px;
	}
}

@media screen and (max-width: 575.9px) {
	.portfolio-preview__differences {
		height: 300px;
	}
	.port-desc__doctor {
		gap: 6px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		max-width: 180px;
	}
}

@media screen and (max-width: 400px) {
	.portfolio-preview__differences {
		height: 250px;
	}
	.port-desc__doctor {
		max-width: 140px;
		margin: 0 auto;
	}
}

.filter-row{
	padding-top:5%;
	display:flex;
	justify-content: flex-start;
	flex-direction: row;
}
.filter-cell{
	width:33%;
	margin:10px;
}
@media screen and (max-width: 1200px) {
	.filter-cell{
		width:50%;
	}
}
@media screen and (max-width: 991px) {
	.filter-row{
		flex-direction: column;
	}
	.filter-cell{
		width:100%;
	}
}

.work_description{
	font-size:14px;
}
/* End */
/* /local/templates/dent/components/bitrix/news/services/bitrix/news.detail/style2/style.css?17575990225736 */
/* /local/templates/dent/components/bitrix/news.list/doctors_work_slider/style.css?17518742903387 */
