.kn-sortiment-wrap {
	background: #F9F8F6;
}

.kn-sortiment.container {
	max-width: 1200px;
}

.kn-sortiment-flex {
	display: flex;
	justify-content: space-between;
}

.kn-sortiment-box:last-of-type {
	max-width: 610px;
	margin-left: 50px;
}

.kn-sortiment-box-img {
	position: relative;
}

.kn-sortiment-box-img img {
	border-radius: 24px;
}

.kn-sortiment-img-small {
	border: 10px solid #fff;
	position: absolute;
	bottom: -145px;
	right: -40px;
}

.kn-sortiment-flavores {
	max-width: 520px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -20px;
	margin-bottom: 20px;
}

.kn-sortiment-flavores-cyrcle {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	width: 70px;
	height: 70px;
}

.kn-sortiment-products {
	background: #FFFFFF;
	box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	padding: 70px 70px 40px;
	margin-top: 73px;
	margin-bottom: -303px;
}

.kn-sortiment-products .kn-section-title {
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
}

.kn-sortiment-products {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.kn-sortiment-product {
	display: flex;
	align-items: center;
	flex: calc(33% - 20px);
	margin: 0 10px 30px;
	min-width: 270px;
}

.kn-sortiment-product img {
	background: #F5F3EF;
	border-radius: 20px;
	border-radius: 50%;
	border: 1px solid #0000001a;
	padding: 6px;
	box-sizing: border-box;
}

.kn-sortiment-product p {
	margin-bottom: 0;
	margin-left: 25px;
	max-width: 200px;
	line-height: 22px;
}

.kn-sortiment-product span {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
}

@media only screen
and (max-width: 1024px){
	.kn-sortiment-flex {
		flex-wrap: wrap;
		justify-content: center;
	}

	.kn-sortiment-box {
		margin-bottom: 40px;
	}

	.kn-sortiment-box:last-of-type {
		margin-left: 0;
		max-width: 100%;
	}

	.kn-sortiment-box-img img {
		display: block;
	}

	.kn-sortiment-img-small {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: -85px;
		margin-right: -50px;
		margin-left: auto;
	}

	.kn-sortiment-products {
		padding: 70px 40px 40px;
	}
}

@media only screen
and (max-width: 767px){
	.kn-sortiment-box:last-of-type {
		margin-bottom: 10px;
	}

	.kn-section-title {
		margin-bottom: 20px;
	}

	.kn-sortiment-products {
		padding: 40px 20px;
		margin-top: 0;
		justify-content: center;
	}

	.kn-sortiment-product {
		display: none;
		flex: 100%;
		margin-bottom: 20px;
		max-width: 260px;
		min-width: 260px;
	}

	.kn-sortiment-product.kn-sortiment-product-show {
		display: flex;
	}

	.kn-sortiment-product.kn-active {
		display: flex;
	}

	.kn-more-products {
		width: 100%;
	}

	.kn-less-products-text, .kn-more-products-text {
		font-weight: 600;
		font-size: 15px;
		line-height: 26px;
		color: #F76D16;
		text-decoration: underline;
		margin-top: 10px;
		display: block;
		text-align: center;
		width: 100%;
	}

	.kn-less-products-text, .kn-more-products.kn-active .kn-more-products-text {
		display: none;
	}

	.kn-more-products.kn-active .kn-less-products-text {
		display: block;
	}

	.kn-sortiment-box-img img:first-of-type {
		width: 88%;
		min-width: 295px;
	}

	.kn-sortiment-img-small {
		width: 55%;
		min-width: 185px;
		margin-right: 0;
	}

	.kn-sortiment-flavores {
		flex-wrap: wrap;
		max-width: 250px;
		margin: 0 auto;
	}
	
	.kn-sortiment-flavores-cyrcle {
		margin-bottom: 20px;
	}
}