

/* Start:/local/templates/dromar_all/components/bitrix/news.list/services.block/style.css?172553997138*/
.title_services a {
    color: #444;
}
/* 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/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/certificate_sliderAndPop/style.css?1773914294816*/
.mySwiper-certificate {
	padding: 0 25px; !important;
}

.mySwiper-certificate,
.mySwiper-certificate,
.certificate_item,
.swiper-certificate-button-css{
	box-sizing: border-box;
}

.swiper-certificate-button-css {
	--swiper-navigation-size: 30px;
	--swiper-navigation-color: #e89114;
	--swiper-navigation-top-offset: 55%;
	--swiper-navigation-sides-offset: 0;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide.certificate_item {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	width: 340px;
	padding: 20px;
	gap: 15px;
	height: 200px;
	align-items: center;
	justify-content: center;
}


.certificate_img {
	overflow: hidden;
	position: relative;
}

.certificate_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* 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 */


/* 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 */
/* /local/templates/dromar_all/components/bitrix/news.list/services.block/style.css?172553997138 */
/* /local/templates/dromar_all/components/bitrix/news.list/price.list/style.css?1720993757648 */
/* /local/templates/dromar_all/components/bitrix/news.list/faq.list/style.css?1719905247121 */
/* /local/templates/dromar_all/components/bitrix/news.list/certificate_sliderAndPop/style.css?1773914294816 */
/* /local/templates/dromar_all/components/bitrix/news.list/reviews.list/style.css?17277212771707 */
/* /local/templates/dromar_all/components/bitrix/news.list/ratings/style.css?17278839241104 */
