html body:not(.page-template-fullwidth-content) .site-content {
	margin: 0;
}

body .site {
	hyphens: none;
	-webkit-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
}

.service__content {
  transform: translateY(0);
  transition: transform 0.5s ease;
}

.service__card:hover .service__content {
  transform: translateY(-80px);
}

.servece__title {
	min-height: 48px;
}

.post__title .jet-listing-dynamic-field__content {
	  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top__title span {
	font-weight: 300;
}

.cost__form .wp-block-columns {
	margin: 0;
}

.home_poslygi .slick-arrow {
	border-radius: 50%;
}

@media screen and (max-width:1023px) {
	.post__title .jet-listing-dynamic-field__content {
  -webkit-line-clamp: 2;
	}
	
	.cost__form .wp-block-columns.is-layout-flex {
		gap: 0;
	}
}