.user-nav {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 8px;
	flex-wrap: wrap;
}

.header .right-info button{
	margin: 0;
}

.header-title {
	display: flex;
	align-items: start;
	width: max-content;
	margin: 0 auto;
}

.path-top{
	margin-bottom: 20px;
	display: flex;
}

.header {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0;
}

.header .left-info {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.header-nav {
	grid-column-start: span 3;
}

.header > * {
	max-width: 100%;
}

.header .right-info {
  text-align: right;
}

.header .logo{
	background-position: center center;
	width: 100%;
}

.cat_main_items {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 40px 12px;
}

.popular-stone-item {
	justify-self: center;
}

@media (max-width: 1199px) {
	.cat_main_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 639px) {
	.cat_main_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	}
}
