

/* Start:/local/templates/dromar_all/components/bitrix/news/services/bitrix/news.list/section/style.css?1723994372537*/
/* catalog.section */
.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx-section-desc-post{
	font-size: 12px;
	padding: 0 0 0 15px;
	margin: 15px 0;
}
.bx-section-desc{
	border-left: 3px solid #d3d3d3;
}

blockquote {
	border-left: 5px solid #fff!important;
}

.indic_block {
	display: flex;
	width: 100%;
	gap: 10px;
	font-size: 18px;
}

.indic_block h2 {
	text-align: center;
}

.indications {
	width: 50%;
}

.contraindic {
	width: 50%;
}
/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/services.list/style.css?1720993421963*/
.services_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service_item {
    display: flex;
    width: calc(50% - 20px);
    gap: 20px;
    flex-flow: wrap;
}

@media (max-width: 767px) {
    .service_item {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}

.service_left-block {
    width: 30%;
}

.service_img img {
    width: 100%;
}



.service_right-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    width: calc(70% - 20px);
}

.service_right-block a {
    text-decoration: none;
}

.service_title {
    font-size: 20px;
    font-weight: bold;
}

.service_btn_wrap {
    width: 100%;
}

.service_description{
    font-size: 14px;
}

@media screen and (max-width: 1199px){
    .service_left-block,
    .service_right-block {
        width: 100%;
        height: fit-content;
    }
    .service_btn_wrap {
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/price.list/style.css?1720993757648*/
.price-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 10px;
}

.price-section h3 {
	font-family: 'PFBeauSansPro-Light', sans-sirif;
	font-size: 24px;
	line-height: 35px;
	color: #444;
}

.price-item {
	font-size: 18px;
	display: flex;
	min-height: 30px;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px black solid;
}

.price-name {
	width: 70%;
}

.price {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 599px){
	.price-item {
		flex-direction: column;
	}
	.price-name, .price {
		width: 100%;
		justify-content: start;
	}
}
/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/before.after.photo.list/style.css?1720977873685*/
.mySwiper-photosBeforeAfter {
	padding: 0 25px; !important;
}

.swiper-photosBeforeAfter-button-css {
	--swiper-navigation-size: 30px;
	--swiper-navigation-color: #e89114;
	--swiper-navigation-top-offset: 50%;
	--swiper-navigation-sides-offset: 0;
}

.photosBeforeAfter_item {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	width: 340px;
	padding: 20px;
	gap: 15px;
}

.photosBeforeAfter_item h3 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.photosBeforeAfter_img {
	overflow: hidden;
	position: relative;
	padding-bottom: 58%;
}

.photosBeforeAfter_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}



/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/faq.list/style.css?1719905247121*/
.accordion-question {
	font-size: 20px;
	font-weight: normal;
}

.accordion-answer {
	padding: 10px;
	font-size: 18px;
}

/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/ratings/style.css?17278839241104*/

a.rating_item:active, /* активная/посещенная ссылка */
a.rating_item:hover,  /* при наведении */
a.rating_item {
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.rating_item {
	display: flex;
	justify-content: center;
	width:290px;
	gap: 10px;
}

.rating_mark {
	font-size: 50px;
	font-weight: bold;
	display: flex;
	align-items: center;
	color: #e89114;
}

.rating_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 24px;
}

.rating_service {
	font-weight: bold;
}

.rating_reviewsSum {
	font-size: 18px;
}

.swiper{
	width: 100%;
	height: 100%;
}

.swiper-ratings-button-css {
	--swiper-navigation-size: 30px;
	--swiper-navigation-top-offset: 75%;
	--swiper-navigation-sides-offset: 0;
}

@media screen and (max-width: 800px){

	.rating_mark {
		font-size: 45px;
	}

	.rating_text {
		font-size: 22px;
	}

	.rating_reviewsSum {
		font-size: 16px;
	}
}


@media screen and (max-width: 600px){

	.rating_mark {
		font-size: 40px;
	}

	.rating_text {
		font-size: 20px;
	}

	.rating_reviewsSum {
		font-size: 14px;
	}
}


/* End */


/* Start:/local/templates/dromar_all/components/bitrix/news.list/reviews.list/style.css?17277212771707*/
.reviews-list {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	gap: 15px;
	margin-bottom: 15px;
}

.reviews-list h2 {
	height: 30px;
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 20px;
}

.reviews-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px black solid;
	padding: 30px;
}

.review-head {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px black solid;
}

.review-name {
	font-weight: bold;
	font-size: 20px;
}

.swiper{
	width: 100%;
	height: 100%;
}

.mySwiper-reviews {
	padding: 0 25px; !important;
}

.swiper-reviews-button-css {
	--swiper-navigation-size: 30px;
	--swiper-navigation-color: #e89114;
	--swiper-navigation-top-offset: 60%;
	--swiper-navigation-sides-offset: 0;
}

.swiper-review-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	/*min-height: 330px;*/
	border: 1px black solid;
	padding: 30px;
}

.swiper-review-head {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-top: 1px black solid;
}


.swiper-review-name {
	font-weight: bold;
	font-size: 20px;
}

.review {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;

	text-align: justify;

}

.review-text {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.review a {
	color: #e89114;
}

@media screen and (max-width: 1200px){

	.review-block-item {
		min-height: 390px;
	}
}

@media screen and (max-width: 800px){
	.review-block-item {
		min-height: 400px;
	}
}


@media screen and (max-width: 650px){

	.review-name {
		font-size: 18px;
	}

	.review-block-item {
		min-height: 300px;
	}
}
/* End */
/* /local/templates/dromar_all/components/bitrix/news/services/bitrix/news.list/section/style.css?1723994372537 */
/* /local/templates/dromar_all/components/bitrix/news.list/services.list/style.css?1720993421963 */
/* /local/templates/dromar_all/components/bitrix/news.list/price.list/style.css?1720993757648 */
/* /local/templates/dromar_all/components/bitrix/news.list/before.after.photo.list/style.css?1720977873685 */
/* /local/templates/dromar_all/components/bitrix/news.list/faq.list/style.css?1719905247121 */
/* /local/templates/dromar_all/components/bitrix/news.list/ratings/style.css?17278839241104 */
/* /local/templates/dromar_all/components/bitrix/news.list/reviews.list/style.css?17277212771707 */
