

/* Start:/local/templates/versal_sw/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17755681505531*/
.articles_section {
	padding: 50px 0 18px 0;
}
.articles_section h1 {
	padding-bottom: 30px;
}
.rel-block{
	margin: 18px 0;
	padding: 14px;
	border: 1px solid rgba(0,0,0,.10);
	border-radius: 14px;
	background: rgba(0,0,0,.02);
}
.rel-block__title{
	font-weight: 700;
	margin: 0 0 10px;
	color: #7E7053;
}
.rel-block__items{
	display:flex;
	flex-wrap:wrap;
	gap: 10px;
}
.rel-chip{
	display:inline-flex;
	align-items:center;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid rgba(126,112,83,.35);
	background: rgba(126,112,83,.10);
	text-decoration:none;
	color: #7E7053;
}
.rel-chip:hover{
	background: rgba(126,112,83,.16);
	border-color: rgba(126,112,83,.55);
}
.news-detail__text h2, .news-detail__text h3 {
	padding: 24px 0;
}
.news-detail__text.text p + ul, .news-detail__text.text p + ol {
	margin-top: 12px;
	margin-bottom: 12px;
}
.detail-menu{
	margin: 18px 0;
	padding: 14px;
	border: 1px solid rgba(0,0,0,.10);
	border-radius: 14px;
	background: rgba(0,0,0,.02);
}
.detail-menu__title{
	font-weight: 700;
	margin: 0 0 10px;
	color: #7E7053;
}
.detail-menu__items{
	display:flex;
	flex-direction:column;
	gap: 8px;
}
.detail-menu__link{
	text-decoration:none;
	color: inherit;
	padding-left: 10px;
	position: relative;
}
.detail-menu__link::before{
	content:"";
	position:absolute;
	left:0;
	top:.65em;
	width:4px;
	height:4px;
	border-radius:50%;
	background: #7E7053;
}
.articles_section .news-detail__text.text p {
	letter-spacing: .5px;
	line-height: 30px;
	clear: both;
}
.articles_section .text {
	text-wrap: inherit;
}
.articles_section .news-detail__text.text ul li {
	letter-spacing: .5px;
	line-height: 20px;
}
.articles_section .news-detail__text.text ul li::after {
	top: 8px;
}
.detail-menu__link:hover{
	color:#7E7053;
}
.employees_section .text a {
	color: #7E7053;
	text-decoration: none;
}
.news-detail__author-image {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.news-detail__meta, .news-detail__author {
	letter-spacing: .5px;
	line-height: 30px;
	color: rgb(67, 80, 44);
}
.news-detail__meta p {
font-weight: 500;
}
.news-detail__author-box {
	display: flex;
	align-items: center;
	gap: 3rem;
	padding: 2rem 0;
}
.news-detail__author-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	transform: scale(1);
	will-change: transform;
	transition: transform .4s
	cubic-bezier(.3, 0, .2, 1);
}
.services-list {
	padding: 80px 0;
	background-color: #FFF9EF;
}

.services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.service-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	background-color: #FFF9EF;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(6, 4, 39, 0.06);
	transition: transform .25s ease, box-shadow .25s ease;
	color: inherit;
}
.service-card__image {
	position: relative;
	overflow: hidden;
	height: 240px;
}
.service-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}

.service-card__content {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.service-card__title {
	font-size: 18px;
	font-family: Gilroy, Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-bottom: 12px;
	color: #43502C;
}
.service-card__text {
	color: #AC9C8D;
	transition: 0.4s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	flex-grow: 1;

	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	font-family: Inter, Arial, Helvetica, sans-serif;

	margin-bottom: 33px;
}
.services-list .slider__title.h2 {
	color: #7E7053;
	margin-bottom: 25px;
}
.services__grid a, .text .rel-block a {
	text-decoration: none;
}
.text .rel-block ul li::after {
	display: none;
}
.banner {
	border-radius: 14px;
	margin: 1rem 0;
}
video {
	height: 400px;
	border-radius: 8px;
	width: auto;
}

.other_news {
	margin: 3rem auto;
}
.other_news .rel-block {
	padding: 24px;
}
.other_news h2 {
font-size: 30px;
line-height: 33px;
letter-spacing: 1px;
	color: #43502C;
	font-weight: 600;
	text-transform: uppercase;
	text-wrap: balance;
	padding: .5em 0;
}
.views-count {
	position: relative;
	padding-left: 1.5em;
}
.views-count:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.2em;
	height: 1.2em;
	margin-top: -.6em;
	margin-right: .5em;
	background-image: url("/upload/viwe.svg");
	background-size: cover;
	background-position: center center;
	opacity: .7;
}
.views {
	display: flex;
	margin-bottom: 1rem;
	gap: 2.5rem;
}
@media (hover:hover) {
	.service-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 10px 24px rgba(6, 4, 39, 0.1);
	}
	.service-card:hover .service-card__image img {
		transform: scale(1.05);
	}
	.service-card:hover .card-service__button.button {
		color: #fff;
		border-color: #C59143;
		background-color: #C59143;
	}
}

@media screen and (max-width: 1239px) {
	.services__grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}
}

@media screen and (max-width: 767px) {
	.services {
		padding: 40px 0;
	}
	.services__grid {
		gap: 20px;
	}
	.service-card__image {
		height: 200px;
	}
	.services__grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 32px;
	}
}


@media screen and (max-width: 800px) {
	.articles_section h1 {
		font-size: 28px;
	}
	.promo__wrapper .news-detail__text.text h2 {
		font-size: 24px;
	}
	.promo__wrapper .news-detail__text.text h3 {
		font-size: 20px;
	}
	video {
		width: 100%;
		height: 100%;
	}
}
/* End */


/* Start:/local/templates/versal_sw/components/bitrix/form.result.new/order_landscaping/style.css?1765372069666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/versal_sw/components/bitrix/form.result.new/order_landscaping/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/versal_sw/components/bitrix/form.result.new/order_landscaping/images/icon_warn.gif);
}
/* End */
/* /local/templates/versal_sw/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17755681505531 */
/* /local/templates/versal_sw/components/bitrix/form.result.new/order_landscaping/style.css?1765372069666 */
