.ug-managed-site,
.ug-managed-site * {
	box-sizing: border-box;
}

.ug-managed-site .ug-section-anchor {
	position: relative;
	top: -92px;
	display: block;
	visibility: hidden;
}

.ug-managed-partners .client {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	padding: 20px 14px;
}

.ug-managed-partners .client a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.ug-managed-partners .client img {
	display: block;
	max-width: 100%;
	max-height: 92px;
	object-fit: contain;
}

.ug-managed-articles .post__img img {
	width: 100%;
	height: 245px;
	object-fit: cover;
}

.ug-managed-articles .post-item {
	height: calc(100% - 30px);
}

.ug-managed-articles .post__body {
	display: flex;
	flex-direction: column;
	height: calc(100% - 245px);
}

.ug-managed-articles .post__desc + .btn {
	align-self: flex-start;
	margin-top: auto;
}

.ug-managed-stats .numbers__result {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.ug-managed-stats .numbers__resul__first,
.ug-managed-stats .numbers__result__second {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.ug-managed-stats .ug-managed-stat {
	width: auto;
	min-width: 0;
}

.ug-gallery-hidden-link {
	display: none !important;
}

.ug-managed-gallery .portfolio__img img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.ug-managed-videos .portfolio-item {
	height: calc(100% - 30px);
}

.ug-managed-videos .portfolio__body {
	min-height: 92px;
}

.ug-managed-footer .footer-widget-contact {
	padding-right: 24px;
}

.ug-managed-footer .footer-primary {
	padding-top: 48px;
	padding-bottom: 12px;
}

.ug-managed-footer .footer-widget {
	margin-bottom: 14px;
}

.ug-managed-footer .footer-widget-title {
	margin-bottom: 14px;
	line-height: 1.35;
}

.ug-managed-footer .footer-widget-content .contact__number {
	margin-bottom: 4px !important;
}

.ug-managed-footer .footer-widget-content p {
	margin-bottom: 11px !important;
	line-height: 1.45;
}

.ug-managed-footer .footer-copyrights {
	padding-top: 18px;
	padding-bottom: 18px;
}

.ug-managed-footer .copyright__nav li a {
	margin-bottom: 0;
}

.ug-sitemap-page {
	max-width: 1120px;
	min-height: 100vh;
	margin: 0 auto;
	padding: 64px 28px 72px;
	color: #242424;
}

.ug-sitemap-page > h1 {
	margin: 0 0 38px;
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.1;
}

.ug-sitemap-page > h2 {
	margin: 34px 0 16px;
	font-size: clamp(24px, 3vw, 32px);
	line-height: 1.25;
}

.ug-sitemap-page ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 32px;
	margin: 0;
	padding-left: 22px;
}

.ug-sitemap-page li {
	padding-left: 3px;
	font-size: 17px;
	line-height: 1.55;
}

.ug-sitemap-page a {
	color: #249638;
	text-decoration: none;
}

.ug-sitemap-page a:hover,
.ug-sitemap-page a:focus-visible {
	color: #146f29;
	text-decoration: underline;
}

.ug-sitemap-page__back {
	display: inline-flex;
	margin-top: 42px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.ug-managed-stats .numbers__result {
		grid-template-columns: 1fr;
	}

	.ug-managed-partners .client {
		height: 125px;
	}

	.ug-managed-articles .post__body {
		height: auto;
	}
}

@media (max-width: 767px) {
	.ug-sitemap-page {
		padding: 42px 20px 54px;
	}

	.ug-sitemap-page ul {
		grid-template-columns: 1fr;
	}

	.ug-managed-footer .footer-primary {
		padding-top: 32px;
		padding-bottom: 4px;
	}

	.ug-managed-footer .footer-widget {
		margin-bottom: 20px;
	}

	.ug-managed-footer .footer-copyrights {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.ug-managed-site .whatsapp-button {
		right: 16px;
		bottom: 18px;
		left: auto;
		width: 52px;
		height: 52px;
		line-height: 50px;
		transform: none;
	}

	.ug-managed-stats .numbers__resul__first,
	.ug-managed-stats .numbers__result__second {
		grid-template-columns: 1fr;
	}

	.ug-managed-gallery .portfolio__img img {
		height: 240px;
	}

	.ug-managed-footer .footer-copyrights .d-flex {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}
}
