:root {
	--main: #2d8538;
}

.bNagish {
	display: none;
}

@media (min-width: 1820px) {
	.container {
		max-width: 1800px;
	}
}

body {
	background-image: url(images/service/park.jpg);
	background-size: cover;
	will-change: opacity;
	min-height: 100vh;
}

.service-header {
	overflow-x: clip;
	height: 360px;
		background: rgb(2, 24, 46);
	background: linear-gradient(180deg, rgba(2, 24, 46, 0.8995973389355743) 0%, rgba(255, 255, 255, 0) 100%);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	mix-blend-mode: hard-light;
}

.service-header:before {
	pointer-events: none;
	border: 2px solid #fff;
	position: absolute;
	top: 15px;
	right: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	content: '';
	content: none;
}

.service-header .logo {
	position: absolute;
		top: -20px;
	left: -20px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	border-radius: 0 50% 50% 50%;
	width: 190px;
	height: 190px;
		text-align: center;
	padding: 5px;
	padding-left: 0;
	display: grid;
	place-items: center;
}

.service-header .logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	border-radius: 0 50% 50% 50%;
	padding: 10px 20px;
	height: 180px;
	width: 180px;
}

.service-header .logo img {
	height: 120px;
}

.service-header h1 {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.service-header h1 span {
	display: block;
}

.service-header h1 span:nth-child(2) {
	font-weight: bold;
	font-size: 60px;
}

.service-categories {
	margin-top: -70px;
}

.service-categories .grid {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.service-item {
	background: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 190px;
	height: 270px;
	text-align: center;
	border: 0;
	margin: 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	transition: .5s;
}

.service-item a {
	color: var(--main);
}

.service-item:before {
	pointer-events: none;
	border: 1px solid #ddd;
	position: absolute;
	top: 5px;
	right: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	content: '';
	border-radius: 20px;
}

.service-item img {
	width: 65%;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.service-item .sub-nav {
	display: none;
}

.service-item:hover {
	transform: scale(1.5) translateY(-80px);
	z-index: 5;
}

.service-item:hover > div {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 20px;
	padding: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.service-item:hover > div > div {
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 10px;
}

.service-item:hover .sub-nav {
	display: block;
}

.service-item .arrow {
	position: relative;
}

.service-item .arrow:before {
	pointer-events: none;
	border-top: 1px solid #ddd;
	position: absolute;
	top: 20px;
	right: 0;
	content: '';
	width: 100%;
	height: 1px;
}

.service-item .arrow .down {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background-image: url(images/service/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	display: block;
	position: relative;
	z-index: 9;
	background-color: #fff;
	margin: 15px auto;
}

.service-item .arrow .down:before {
	pointer-events: none;
	border: 1px solid #ddd;
	position: absolute;
	top: 5px;
	right: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	content: '';
	border-radius: 50%;
}

.service-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: .8rem;
}

.service-item ul li:after {
	content: '';
	width: 20%;
	height: 2px;
	background: var(--main);
	display: block;
}

.service-item ul li a {
	color: inherit;
}

.service-item .read-more a {
	display: block;
	font-size: .7rem;
	background: var(--main);
	color: #fff;
	padding: 5px;
	border-radius: 20px;
}

.service-search {
	margin-top: 50px;
}

.service-search form {
	display: block;
	max-width: 550px;
	margin: 0 auto;
	position: relative;
}

.service-search form input {
	display: block;
	width: 100%;
	border-radius: 50px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	padding: 16px;
	border: 0;
	font-size: 1.2rem;
}

.service-search form button {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--main);
	color: #fff;
	border: 0;
	position: absolute;
	top: 4px;
	left: 4px;
}

.service-shortcuts {
	margin-top: 80px;
}

.service-shortcuts .box {
	background: #fff;
	border-radius: 30px;
	padding: 15px 1rem;
	position: relative;
	width: fit-content;
	margin-inline: auto;
}

.service-shortcuts .box:before {
	display: block;
	width: 124px;
	height: 119px;
	background: url(images/service/rocket.png);
	position: absolute;
	bottom: -22px;
	right: -21px;
	content: '';
	content: none;
}

.service-shortcuts .box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.service-shortcuts .box ul li {
	display: inline-block;
}

.service-shortcuts .box ul > li:after {
	content: '\2022';
	color: #f3745e;
	padding: 0 10px 0 7px;
}

.service-shortcuts .box ul > li:last-child:after {
	content: none;
}


/**/
.card-body .row .col-md-5 {
	height: 100%;
}

.card {
	background: #fff;
	border-radius: 20px;
	position: relative;
	text-align: center;
	border: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.card:before {
	pointer-events: none;
	border: 1px solid #ddd;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	right: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		content: '';
	border-radius: 20px;
}

.card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	column-count: 2;
	padding: 20px;
}

.card ul li {
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.card ul li:after {
	content: '';
	width: 30%;
	height: 1px;
	background: var(--main);
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}

.card ul li a {
	color: inherit;
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.category-side {
		border-left: 1px solid #dddd;
	}
.category-side img {
	max-width: 75%;
}
}

@media (max-width: 1819px) {
	.service-categories .grid > div {
		width: 25%;
		flex-grow: 1;
	}

	.service-categories .grid {
		width: 900px;
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.category-side img {
			max-width: 50%;
		}
																.service-categories .grid > div {
		width: 50%;
		flex-grow: 1;
	}

	.service-categories .grid {
		width: 450px;
		margin: 0 auto;
	}

	.service-header .logo {
		transform: scale(.6);
		transform-origin: top left;
	}

	.service-header {
		justify-content: start;
		text-align: right;
		align-items: flex-start;
		height: auto;
	}

	.service-header h1 {
		padding-right: 40px;
		font-size: 24px;
			line-height: 36px;
			margin-top: 55px;
			margin-bottom: 40px;
	}

	.service-header h1 span:nth-child(1) {
		width: calc(100% - 130px);
		width: calc(100% - 50px);
		margin-bottom: 40px;
		min-height: 72px;
	}

	.service-header h1 span:nth-child(2) {
		font-size: 40px;
		width: calc(100% - 30px);
	}

	.service-categories {
		margin-top: 20px;
	}

	.back-to-main {
		margin-top: 80px;
		margin-right: 40px;
		display: block;
	}

	.category-side .icon {
		width: 40%;
		float: right;
	}

	.category-side .name {
		float: right;
		height: 110px;
		width: 60%;
			text-align: right;
			display: flex;
			align-items: center;
			padding-right: 15px;
	}

	.service-search {
		padding: 0 30px;
	}

	.items {
		display: grid;
	}

	.items > div:nth-child(1) {
		order: 2;
	}

	.items > div:nth-child(2) {
		order: 1;
	}

	.items > div:nth-child(3) {
		order: 3;
	}

	.service-shortcuts .box:before {
		bottom: auto;
		top: -30px;
	}

	.service-shortcuts {
		padding: 0 20px;
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.service-categories .container {
		padding: 0;
	}

	.service-item {
		width: 140px;
		margin: 10px;
	}

	.service-categories .grid {
		width: 320px;
		margin: 0 auto;
	}
}