.planning-section__items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

.planning-section__category-filter ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 0 32px;
	list-style: none;
	margin-bottom: 40px;
}

.planning-section__category-filter ul li a {
	color: var(--neutral-100, #101E21);
	font-family: "eUkraine Head";
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	text-transform: uppercase;
	padding: 10px 0;
	text-decoration: unset;
}

.planning-section__category-filter ul li a.active {
	border-bottom: 3px solid #BE4D00;
}

.planning-section__category-filter ul li a:hover {
	color: #BE4D00;
}

.planning-section__item {
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px 0;
	border-bottom: 1px solid #9FA5A6;
}

.planning-section__item:hover {
	background: #F3F3F4;
}

.planning-section__item:hover img {
	display: none;;
}

.planning-section__item:hover .planning-section__img-hover {
	display: block;
}

.planning-section__img {
	width: auto;
    max-height: 240px;
    height: 240px;
}

.planning-section__img img {
	width: inherit;
    height: inherit;
    object-fit: contain;
}

.planning-section__item--top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.planning-section__item--top h3 {
	color: var(--neutral-100, #101E21);
	font-family: "eUkraine Head";
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

.planning-section__item--top p {
	color: var(--neutral-100, #101E21);
	font-family: "eUkraine Head";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

.planning-section__item--details {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.planning-section__item--details button {
	width: auto;
	background: unset;
	border: 0.5px solid var(--neutral-0, #FFF);
	display: flex;
	align-items: center;
	gap: 0 8px;
	padding: 4px;
	color: var(--main-1100, #BE4D00);
	font-family: "eUkraine Head";
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
}

.planning-section__item--details button span {
	display: flex;
}

.planning-section__item--details button:hover,
.planning-section__item--details button:focus {
	background: #BE4D00;
	color: #fff;
}

.planning-section__item--details button:hover span svg path,
.planning-section__item--details button:focus span svg path {
	fill: #fff;
}

.planning-section__items {
	max-height: 966.4px;
	overflow: hidden;
	position: relative;
}

.planning-section__item {
	/* border: 0.5px solid #9FA5A6; */
	box-sizing: border-box;
	border-right: 0.5px solid #9FA5A6;
	border-bottom: 0.5px solid #9FA5A6;
}

.planning-section__item:nth-child(3n) {
	border-right: none;
	/* border-bottom: none; */
}

.planning-section__items::after {
	left: 800px;
}

.planning-section__items.show-more {
	max-height: unset;
	overflow: auto;
}

.planning-section__more {
    width: 100%;
    margin-top: -2px;
    background: #fff;
    z-index: 1;
    position: relative;
    padding-top: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
}

button.main-btn-2 {
	background: unset;
	border: unset;
	display: flex;
	align-items: center;
	gap: 0 16px;
}

button.main-btn-2 span:last-child {
	color: var(--neutral-100, #101E21);
	font-family: "eUkraine Head";
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #101E21;
	display: block;
	width: auto;
	height: auto;
}

button.main-btn-2 span:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0.5px solid var(--neutral-100, #101E21);
}

button.main-btn-2:hover, button.main-btn-2:focus {
	background: unset;
}

button.main-btn-2:hover span:last-child {
	color: #BE4D00;
}


a.main-btn-2 {
	background: unset;
	border: unset;
	display: flex;
	align-items: center;
	gap: 0 16px;
}

a.main-btn-2 span:last-child {
	color: var(--neutral-100, #101E21);
	font-family: "eUkraine Head";
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 1px solid #101E21;
	display: block;
	width: auto;
	height: auto;
}

a.main-btn-2 span:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0.5px solid var(--neutral-100, #101E21);
}

a.main-btn-2:hover, button.main-btn-2:focus {
	background: unset;
}

a.main-btn-2:hover span:last-child {
	color: #BE4D00;
}

.spaces-loader {
	--color: #BE4D00;
	--size-mid: 6vmin;
	--size-dot: 1.5vmin;
	--size-bar: 0.4vmin;
	--size-square: 3vmin;
	
	display: block;
	position: relative;
	width: 50%;
	display: grid;
	place-items: center;
}

.spaces-loader::before,
.spaces-loader::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
}

.spaces-loader::before {
	width: var(--size-mid);
	height: var(--size-mid);
	border: 4px solid var(--color);
	border-top-color: transparent;
	border-radius: 50%;
	animation: loader-1 1s linear infinite;
}

.spaces-loader::after {
	width: calc(var(--size-mid) - 2px);
	height: calc(var(--size-mid) - 2px);
	border: 2px solid transparent;
	border-top-color: var(--color);
	border-radius: 50%;
	animation: loader-1 0.6s linear reverse infinite;
}

@keyframes loader-1 {
	100% {
		transform: rotate(1turn);
	}
}

.spaces-loader__wrapper {
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.2s ease-in-out;
	opacity: 1;
	visibility: visible;
}

.spaces-loader__wrapper.hide {
	opacity: 0;
	visibility: hidden;
}

.planning-section__items--wrapper {
	position: relative;
}

.spaces-loader__wrapper::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #101E21;
	opacity: .2;
	position: absolute;
	top: 0;
	left: 0;
}

.planning-section__img-hover {
	display: none;
}

@media screen and (max-width: 992px) {
	.planning-section__category-filter ul {
		flex-direction: row;
        margin-left: calc(50% - 50vw);
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
		gap: 0 10px;
		align-items: center;
		padding: 25px 20px;
		border-top: 0.5px solid var(--neutral-40, #9FA5A6);
		border-bottom: 0.5px solid var(--neutral-40, #9FA5A6);
	}
	.planning-section__category-filter ul li {
		min-width: 110px;
	}
	.planning-section__category-filter ul li:first-child {
		min-width: 110px !important;
	}
	.planning-section__category-filter ul li:not(:last-child) {
		min-width: 115px;
	}
	.planning-section__items {
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
	}
	.planning-section__item:not(:last-child) {
		border: unset;
		border-bottom: 0.5px solid #9FA5A6;
	}
	.planning-section__category-filter ul li a {
		font-size: 12px;
	}
	.planning-section__category-filter ul li:first-child {
		min-width: 95px;
	}
}