.cms img {
	max-width: 100%;
	max-height: 100%;
}

.cms .image.image-style-align-left {
	display: inline-block;
	float: left;
}

.cms .image.image-style-align-right {
	display: inline-block;
	float: right;
}

.cms {
	margin-top: 40px !important;
}

.cms p {
	margin-bottom: 20px;
}

.cms--text ul li,
.cms--text ol li {
	position: relative;
	margin-bottom: 4px !important;
}

.cms--text ul li::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.38" height="11.87" viewBox="0 0 7.38 11.87"><link xmlns="" type="text/css" rel="stylesheet" id="dark-mode-custom-link"/><link xmlns="" type="text/css" rel="stylesheet" id="dark-mode-general-link"/><style xmlns="" lang="en" type="text/css" id="dark-mode-custom-style"/><style xmlns="" lang="en" type="text/css" id="dark-mode-native-style"/><style xmlns="" lang="en" type="text/css" id="dark-mode-native-sheet"/><path id="Path_11847" data-name="Path 11847" d="M7.38,1.5a5.433,5.433,0,0,1-.557.864c-.781.849-1.6,1.666-2.4,2.5-.941.973-.94,1.274.008,2.254Q5.653,8.377,6.87,9.639c.889.918.4,1.686-.5,2.175a1.52,1.52,0,0,1-.917-.057,1.078,1.078,0,0,1-.444-.321C3.483,9.918,1.947,8.408.445,6.864a1.032,1.032,0,0,1,0-1.7c1.577-1.619,3.189-3.2,4.8-4.787A.893.893,0,0,1,6.375.111,1.79,1.79,0,0,1,7.38,1.5Z" transform="translate(7.38 11.87) rotate(180)" fill="%23819756"/></svg>') no-repeat;
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 14px;
	left: -15px;
	top: 5px;
}

.cms--text ol {
	counter-reset: count;
	list-style: none;
	padding-left: 50px;
	margin: 10px 0;
}

.cms--text ol li {
	counter-increment: count;
	margin-bottom: 18px !important;
}

.cms--text ol li::before {
	content: counter(count);
	position: absolute;
	top: -3px;
	left: -30px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #ffba00;
	border-radius: 50%;
	pointer-events: none;
}

.cms--text ul {
	list-style: auto;
	padding-left: 50px;
	margin: 10px 0;
}

.cms__main {
	padding-top: 20px;
}

.cms--text {
	margin: auto;
}

.cms__imageWithText {
	display: flex;
	gap: 60px;
	align-items: center;
	max-width: 100%;
}

.cms__heading {
	border-bottom: 3px solid #00952f;
	display: inline-block;
	line-height: 39px;
	color: #555;
	padding-bottom: 5px;
}

.cms--text-stretched .cms__imageWithText {
	align-items: stretch;
}

.cms--text-stretched .cms__imageWithText-image {
	height: auto;
}

.cms--text-stretched .cms__imageWithText-image img {
	height: 100%;
	object-fit: cover;
}

.cms .trust__swiper-wrapper {
	height: 400px;
}

.cms__imageWithText-text {
	font-size: 17px;
	width: 54%;
}

.cms__imageWithText-image {
	width: 44%;
	height: 100%;
}

.cms__imageWithText-image img {
	width: 100%;
}

.contact__form p,
.contact__wrapper p {
	margin-bottom: unset;
}

.contact__form {
	margin: 30px 0;
}

.cms__image img {
	width: 100%;
	object-fit: cover;
}

@media(min-width: 1280px) {
	.blog__list {
		grid-template-columns: repeat(4, 1fr);
	}
}

.blog__list li {
	position: relative;
	padding: 0;
	line-height: normal;
}

.blog__list li:before {
	disaply: none;
}

.blog__list li:hover .blog__content {
	opacity: 1;
	visibility: visible;
}

.blog__list li:hover .btn,
.blog__list .button:hover {
	background: #fff !important;
	color: #54b9a5 !important;
}

.blog__list .blog__image {
	position: relative;
	padding-top: 163.125%;
	background-color: #fff;
}

.blog__list .blog__image img,
.blog__list .blog__image svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog__list .blog__content {
	background: rgba(84, 185, 165, 0.7);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease all;
}

.blog__list .blog__content h2 {
	position: relative;
	font-size: 40px;
	color: #fff;
	letter-spacing: 0.5px;
	padding-bottom: 30px;
	margin: 0 0 33px 0;
}

.blog__list .blog__content h2:before {
	content: '';
	dispay: block;
	width: 114px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
}

.blog__list .blog__content p {
	margin: 0 0 50px 0;
	font-size: 30px;
	color: #fff;
}

.blog__list .button {
	position: absolute;
	bottom: 44px;
	left: 0;
	right: 0;
	width: 163px;
	margin: 0 auto;
	z-index: 1;
}

.location__wrapper {
	position: relative;
}

.location__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
}

.location__item {
	position: relative;
}

.location__item-inner {
	width: 100%;
	height: 100%;
}

.location__item-media {
	position: relative;
	padding-top: 100%;
	background-color: #fff;
}

.location__item-media svg,
.location__item-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.location__item-body {
	padding: 25px;
}

.location__item-body h4 {
	margin: 0 0 25px;
	color: #31401B;
	font-weight: 400;
	text-transform: capitalize;
}

.staff__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 35px;
}

.staff__content h4 {
	margin-bottom: 7px;
}

.staff__content p {
	margin-bottom: 3px;
}

.staff__content a {
	margin-bottom: 3px;
	display: block;
	width: fit-content;
}

.staff__content a:hover {
	color: #00952f;
}

.staff__content a:hover span {
	color: #222222;
}

.staff__heading {
	text-align: center;
	font-size: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
}

.staff__image {
	padding: 20px 0;
	height: 300px;
	padding-top: 0;
}

.staff__content {
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.staff__image img {
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
	.cms__main {
		padding-top: 40px;
	}
}

@media(max-width:1219px) {
	.cms__main {
		padding: 40px 40px 20px;
		margin-bottom: 40px;
	}
}

@media(max-width: 1100px) {
	.staff__list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media(max-width: 992px) {
	.cms__imageWithText {
		flex-direction: column;
		gap: 30px;
	}

	.staff__list {
		grid-template-columns: 50% 50%;
	}

	.cms__imageWithText-image {
		max-width: 400px;
		width: 100%;
	}

	.cms--text-stretched .cms__imageWithText-image {
		max-width: 100%;
	}

	.cms__imageWithText-text {
		max-width: 700px;
		width: 100%
	}

	.blog__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.blog__list li .blog__content {
		opacity: 1;
		visibility: visible;
	}

	.blog__list li .button {
		background: #fff !important;
		color: #54b9a5 !important;
	}

	.blog__list .blog__content p {
		font-size: 24px;
	}

	.blog__list .blog__content h2 {
		font-size: 30px;
	}

	.location__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width:767px) {
	.cms__main {
		padding: 40px 20px 20px;
	}

	.contact__address {
		min-width: 220px !important;
	}

	.location__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.cms .trust__swiper-wrapper {
		height: 300px;
	}
}

@media(max-width: 576px) {
	.blog__list {
		grid-template-columns: repeat(1, 1fr);
	}

	.location__list {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media(max-width: 480px) {
	.staff__list {
		grid-template-columns: 1fr;
	}
}

.contact__form {
	max-width: 35.4rem;
	text-align: center;
	margin: auto;
}

.contact__form h2 {
	margin-bottom: 30px;
}

.section.cms .kontakt-top > p > span {
	display: block;
	width: 100%;
	text-align: center;
	background: #f9f9f9;
	padding: 20px;
	font-size: 20px;
	border: 1px solid #efefef;
}

.kontakt-wrapper {
	display: flex;
	justify-content: space-around;
}
.kontakt-top, .workers{
	width: 100%;
}
.kontakt-top{
	background: #f4f4f4;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ececec;
	display: inline-block;
}
.kontakt-top .kontakt-item {
	color: #777;
	font-size: 18px;
}
.kontakt-top > span{
	display: block;
	width: 100%;
	text-align: center;
	background: #f9f9f9;
	padding: 20px;
	font-size: 20px;
	border: 1px solid #efefef;
}

@media (max-width: 1199px){
	.kontakt-top .kontakt-item{
		font-size: 16px;
	}
}

@media (max-width: 720px){
	.kontakt-wrapper {
		display: block;
	}

	.kontakt-top .kontakt-item{
		width: 100%;
		text-align: center;
	}
	.kontakt-top .kontakt-item h3{
		margin-bottom: 20px;
	}
	.kontakt-top > span{
		margin-top: 20px;
	}
}

@media (max-width: 550px){
	.kontakt-top > span{
		font-size: 16px;
	}
}
