.kukhniDetail__bottom__sections__slider {
	overflow: visible;
}

.kukhniDetail__bottom__sections__items.swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: 178px;
	gap: 20px;
}

.kukhniDetail__bottom__sections__items__item {
	min-width: 0;
}

.kukhniDetail__bottom__sections__items__item:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.kukhniDetail__bottom__sections__items__item__block {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.kukhniDetail__bottom__sections__items__item__block__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kukhniDetail__bottom__sections__items__item__block__link {
	position: absolute;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	border-radius: 8px;
	background: #AFCB1F;
	color: #FFF;
	font-family: FranklinGothicMediumITC;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.24px;
	cursor: pointer;
	transition: .2s;
	width: fit-content;
}
.kukhniDetail__bottom__sections__items__item__block__link:hover {
	background: #9DB71B;
}

@media (min-width: 768px) {
	.kukhniDetail__bottom__sections__items__item:first-child .kukhniDetail__bottom__sections__items__item__block__link {
		padding: 0 40px;
		bottom: 30px;
		left: 30px;
	}
}

.kukhniDetail__bottom__sections__nav {
	display: none;
}

.kukhniDetail__bottom__sections__nav-btn {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	cursor: pointer;
}

.kukhniDetail__bottom__sections__nav-btn.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}

.kukhniDetail__bottom__sections__nav-btn--prev {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='40' height='40' rx='20' fill='%23F3F4F4'/%3e%3cpath d='M23.5 27L16.6605 20.3877C16.5571 20.2811 16.5 20.143 16.5 20C16.5 19.857 16.5571 19.7189 16.6605 19.6123L23.5 13' stroke='%233E3E3E' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.kukhniDetail__bottom__sections__nav-btn--next {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='40' height='40' rx='20' fill='%23F3F4F4'/%3e%3cpath d='M16.5 27L23.3395 20.3877C23.4429 20.2811 23.5 20.143 23.5 20C23.5 19.857 23.4429 19.7189 23.3395 19.6123L16.5 13' stroke='%233E3E3E' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

@media (max-width: 1023px) {
	.kukhniDetail__bottom__sections__items.swiper-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kukhniDetail__bottom__sections__items__item:first-child {
		grid-column: 1 / -1;
		grid-row: span 2;
	}
}

@media (max-width: 767px) {
	.kukhniDetail__bottom__sections__slider {
		overflow: hidden;
	}

	.kukhniDetail__bottom__sections__items.swiper-wrapper {
		display: flex;
		gap: 0;
		height: 210px;
	}

	.kukhniDetail__bottom__sections__items__item:first-child {
		grid-column: auto;
		grid-row: auto;
	}

	.kukhniDetail__bottom__sections__items__item.swiper-slide {
		height: 210px;
	}

	.kukhniDetail__bottom__sections__nav {
		display: flex;
		gap: 12px;
		justify-content: flex-start;
		margin-top: 16px;
	}
}