.slick-slider .slick-track {
	/* display: flex;
	gap: 20px; */
	/* margin: 0 -10px; */
}
.icon-home {
	display: grid;
	grid-template-columns: auto 1fr !important;
	align-items: center;
}
.icon-home:before {
	content: "";
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.icon-home.hit:before {
	background-image: url('../images/icons/home/hit.svg');
}
.icon-home.personal:before {
	background-image: url('../images/icons/home/personal.svg');
}
.icon-home.director:before {
	background-image: url('../images/icons/home/director.svg');
}
.icon-home.chair:before {
	background-image: url('../images/icons/home/chair.svg');
}
.icon-home.sale:before {
	background-image: url('../images/icons/home/sale.svg');
}
.icon-home.address:before {
	background-image: url('../images/icons/home/address.svg');
}
.icon-home.client:before {
	background-image: url('../images/icons/home/client.svg');
}
.icon-home.project:before {
	background-image: url('../images/icons/home/project.svg');
}
.icon-home.news:before {
	background-image: url('../images/icons/home/news.svg');
}

.main-banner img {
	width: 100%;
}
.main-catalog {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding-top: 30px;
	/* padding-bottom: 30px; */
}
.main-catalog .catalog-item .title {
	display: block;
}
.main-catalog a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: var(--font-weight-h2);
	color: var(--color-base);
	font-size: var(--font-size-h2);
}
.main-catalog .image img {
	position: relative;
	width: 100%;
	z-index: 2;
}
.main-catalog .image {
	position: relative;
	margin-bottom: 10px;
}
.main-catalog .image:before {
	content: "";
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 90px;
	z-index: 1;
	background-color: #EDEBE6;
	bottom: calc(50% - 45px);
	left: calc(50% - 45px);
	/* visibility: hidden; */
	transition: .5s ease-in-out;
}
.main-catalog a:hover .image:before {
	width: 110px;
	height: 110px;
	bottom: calc(50% - 55px);
	left: calc(50% - 55px);
	/* background-color: var(--color-red-8); */
}
.main-catalog a:hover {
	font-weight: var(--font-weight-4);
}

.main-advantages {
	display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
	/* padding-top: 30px;
	padding-bottom: 30px; */
}

.main-advantages .advantage-item {
	display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
	justify-content: center;
	text-align: center;
}

.main-advantages .advantage-item:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	min-height: 120px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.main-advantages .advantage-item.manufacture:before {
	background-image: url('../images/icons/advantages/manufacture.svg');
}
.main-advantages .advantage-item.salons:before {
	background-image: url('../images/icons/advantages/salons.svg');
}
.main-advantages .advantage-item.projects:before {
	background-image: url('../images/icons/advantages/projects.svg');
}
.main-advantages .advantage-item.shipping:before {
	background-image: url('../images/icons/advantages/shipping.svg');
}

.main-advantages .advantage-item .title {
	margin-bottom: 10px;
}
/* .main-advantages .advantage-item img {
	margin-bottom: 10px;
	width: 100%;
} */

.slick-track .news-plate {
	margin: 0;
}
.slick-track .project-plate {
	margin: 0 10px;
}

.news-plate .image-block img {
    width: 100%;
}
.news-plate .title-block {
    font-weight: var(--font-weight-4);
	margin-top: 20px;
	margin-bottom: 4px;
}
.news-plate .title-block a {
    color: var(--color-base);
	text-decoration: none;
}
.news-plate .title-block .title {
	overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.news-plate .description-block p {
	margin: 0;
	padding: 0;
}

.project-plate .image-block img {
    width: 100%;
}
.project-plate .title-block {
    font-weight: var(--font-weight-4);
	margin-top: 20px;
	margin-bottom: 4px;
}
.project-plate .title-block a {
    color: var(--color-base);
	text-decoration: none;
}
.project-plate .title-block .title {
	overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.project-plate .description-block p {
	margin: 0;
	padding: 0;
}

.content-image {
	background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;

	width: 100%;
}
.content-image-1 {
	height: 100%;
	background-image: url('/images/home/content/image_1.jpg');
	background-position: top left;
}
.content-image-3 {
	height: 100%;
	background-image: url('/images/home/content/image_5.png');
}
.content-image-4 {
	height: 100%;
	background-image: url('/images/home/content/image_6.png');
}

.news-slider .slick-list,
.projects-slider .slick-list {
	z-index: 9;
	/*margin-left: -40px;*/
    padding-left: 0 !important;
}

@media (min-width: 576px) {
	.main-catalog {
		grid-template-columns: repeat(3, 1fr);
	}
	.main-advantages {
		grid-template-columns: repeat(1, 1fr);
	}
	.main-advantages .advantage-item {
		grid-template-columns: 100px 1fr;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.main-banner:not(.slick-initialized) {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: minmax(0, 1fr);
		grid-auto-rows: 0;
		padding-bottom: 0;
		row-gap: 0;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.icon-home {
		grid-template-columns: auto auto 1fr !important;
	}
	.salons-text .text-container {
		padding-right: 20px;
	}
}

@media (min-width: 992px) {
	.main-catalog {
		grid-template-columns: repeat(6, 1fr);
	}
	.main-advantages {
		grid-template-columns: repeat(2, 1fr);
	}
	.main-advantages .advantage-item {
		grid-template-columns: 120px 1fr;
	}
}

@media (min-width: 1200px) {
	.main-advantages .advantage-item {
		grid-template-columns: 140px 1fr;
	}
}

@media (min-width: 1400px) {
	.salons-text .text-container {
		padding: 0 10%;
	}
}