.category-block-header {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}
.categories-item-thumb__image {
	border-radius: 40px;
    --nb-w: 45px;
    --nb-h: -10px;
    --nb-r: 35px;
}
.categories-item-promo .categories-item-thumb__image {
    --nb-w: 175px;
}
.categories-item-new .categories-item-thumb__image {
    --nb-w: 210px;
}
.categories-item-thumb__badge {
    background: #1FAF74;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    border-radius: 50px;
    padding: 10px 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    min-width: 105px;
}
.categories-item-thumb__badge--promo {
	background: #000;
	right: 115px;
}
.categories-item-thumb__badge--new {
	background: #CA9D72;
	right: 115px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.category-block-header .title-2 {
	margin-bottom: 0;
	max-width: 400px;
}

.category-block-catalog .category-block-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.catalog {
	margin-top: 30px;
}

.catalog .categories-item-title a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0.02em;
	color: #000000;
}

.categories-item-props {
	margin-top: 0;
    margin-bottom: 13px;
}

.categories-item-props-item {
	display: flex;
	flex-direction: row;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 16px; margin-bottom: 6px;
	line-height: 199.02%;
	color: #444444;
}
.categories-item-props-item__value {overflow: hidden;
	font-weight: 600;
}

.category-block-items {
	gap: 50px 30px;
}

.categories-item:hover .categories-item-title {
	color: #00A668;
}

.category-block-header__buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 13px;
	max-width: 513px;
	width: 100%;
	justify-content: center;
}
.categories-item-props {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.categories-item-props-item {
	flex: 1;
    display: flex;
    align-items: center;
    gap: 1px;
}
.catalog .category-block-items .categories-item-props-item .categories-item-props-item__name {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
}
.catalog .line {
    flex: 1;
    height: 1px;
    background: #d8d8d8;
    transform: translateY(2px);
    margin-bottom: -12px;
}
.catalog .b-btn {
    background-color: #F4EFEA;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    padding: 14px 20px;
    border-radius: 100px;
    display: inline-block;
    color: #00A769;
    border: 1px solid #00A769;
    cursor: pointer;
	width: 100%;
    text-align: center;
}
.catalog .b-btn:hover {
	background-color: #00A769;
	color: white;
}
.categories-item-detail {
	padding: 40px 40px 40px 40px;
    background-color: #F4EFEA;
    border-radius: 0 0 40px 40px;
    margin-top: -40px;
}
.catalog .btn--more {
    margin: 32px auto 0;
    display: block;
    padding: 12px 24px;
    border-radius: 50px;
    background: #EDE7E1;
    border: none;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
}
@media (min-width: 768px) {
	.category-block-header__buttons {
		justify-content: flex-end;
	}

	.category-block-header {
		margin-bottom: 65px;
	}

	.category-block-header {
		flex-direction: row;
	}

	.catalog {
		margin-top: 100px;
	}

	.catalog .categories-item-title {
		font-size: 23px;
	}
}

@media (max-width: 1200px) {
	.category-block-catalog .category-block-items {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media (max-width: 768px) {
	.category-block-catalog .category-block-items {
        padding: 0px;
		display: flex;
		flex-direction: column;    margin-top: 14px;
	}
	.categories-item-props {
		margin-top: 0px; margin-bottom: 10px;
	}
	.categories-item-detail {
		padding: 30px;
	}
	.catalog .categories-item-title a {
		font-size: 24px;
	}
}