<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
--pink: #E50071;
--pink_hover: #c90365;
}
.visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.special-h2 {
	margin-top: 50px;
	text-align: center;
}

.service-title {
	font-size: 28px;
	font-weight: normal;
}

.services-button {
	display: inline-block;
	color: #ffffff;
	background-color: var(--pink);
	border: 1px solid var(--pink);
	text-align: center;
	border-radius: 6px;
	font-size: 14.7px;
	font-weight: 300;
	font-style: normal;
	padding: 9px 20px;
	transition: all 0.5s;
}

.services-button:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #9c056f;
	border-color: #9c056f;
}

.services-button.j-add2basket.btn-success {
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.services-button .fa.fa-shopping-cart {
	display: none;
}

.services-button_outline {
	color: var(--pink);
	background-color: transparent;
}

.services-button_outline:hover {
	color: #ffffff;
	background-color: var(--pink);
	border-color: var(--pink);
}

@media all and (max-width: 340px) {
	.services-button {
		padding: 9px 10px;
	}
}

.services-grid {
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
	-moz-justify-content: space-between;
	justify-content: space-between;
	margin-top: 35px;
	margin-bottom: 70px;
}

.services-grid__item {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: calc(50% - 12px);
	margin-bottom: 24px;
	padding: 48px 38px 60px 38px;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap;
}

.services-grid__image {
	width: 190px;
	position: relative;
	flex-shrink: 0;
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	justify-content: center;
}

.services-grid__image img {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

.services-grid__right {
	width: calc(100% - 190px);
	padding-left: 31px;
}

.services-grid__title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.22;
	letter-spacing: 0.6px;
	color: #464646;
	text-decoration: none;
}

.services-grid__content h3 {
	font-size: 15px;
	margin: 0;
}

.services-grid__title:hover {
	text-decoration: underline;
}

.services-grid__content {
	margin-top: 20px;
}

.services-grid__content p {
	margin: 5px 0;
	font-size: 14.7px;
	font-weight: 300;
	color: #414141;
}

.services-grid__content p:first-child {
	margin-top: 0;
}

.services-grid__footer {
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
	margin-top: 28px;
}

.services-grid__price {
	margin: 0;
	width: 190px;
	font-size: 25.3px;
	font-weight: 300;
	line-height: 1.16;
	letter-spacing: 0.63px;
	color: #464646;
}

.services-grid__buttons {
	width: calc(100% - 190px);
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
	padding-left: 24px;
}

.services-grid__buttons .services-button {
	margin-right: 9px;
}

.services-grid__buttons .services-button:last-child {
	margin-right: 0;
}

@media (min-width: 1240px) {
	.container.container-thin.services-grid-wrapper {
		width: 1240px;
	}
}

@media all and (max-width: 1200px) {
	.services-grid__item {
		width: 100%;
		margin-right: 0;
	}
}

@media all and (max-width: 768px) {
	.services-grid-wrapper {
		padding: 0 15px;
	}
}

@media all and (max-width: 550px) {
	.services-grid__item {
		-moz-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		align-items: center;
		padding: 15px;
	}

	.services-grid__right {
		width: 100%;
		padding: 25px 0 0 0;
	}

	.services-grid__footer {
		-moz-flex-direction: column;
		flex-direction: column;
		-moz-align-items: center;
		align-items: center;
	}

	.services-grid__buttons {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
}
</pre></body></html>