/* Герой-баннер з текстильними виробами - Start */
section.section-hero {
	padding-top: 0;
	padding-bottom: 0;
}


/* Герой-баннер з текстильними виробами v3 */

section.section-hero .container-hero-3 {
	display: flex;
	flex-direction: row;
	background: var(--primary);
}

section.section-hero .container-hero-3 .col-content {
	justify-content: center;
	align-items: center;
	text-align: center;
}
section.section-hero .container-hero-3 .hero-info-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 840px;
}
.hero-tezis {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.hero-tezis + p {
	max-width: 620px;
}
@media (max-width: 1480px) {
	.hero-tezis + p {
		max-width: 540px;
	}
}
@media (max-width: 1279px) {
	section.section-hero .container-hero-3 {
		flex-direction: column-reverse;
	}
	.hero-info-2 {
		padding: 60px 20px;
	}
	.hero-tezis {
        margin-bottom: 30px;
    }
}

/* Герой-баннер з текстильними виробами - End */

/* Соціальні мережі та партнери - Start */
section.section-social {
	padding-top: 0px;
	padding-bottom: 0px;
}
section.section-social .col-50 {
	padding: 120px 0;
	align-items: center;
	justify-content: center;
}
section.section-social .col-social-title .h2 {
	text-align: center;
	line-height: 40px;
}

section.section-social .col-social-content p {
	text-align: center;
}

section.section-social .container-social:after {
    content: "";
    display: flex;
    width: 1px;
    height: 100%;
    background: var(--border);
    position: absolute;
    left: 50%;
}
section.section-social .social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
}

@media (max-width: 1480px) {
	section.section-social .col-50 {
		padding: 100px 0;
	}
}

@media (max-width: 1279px) {
	section.section-social .col-50 {
		padding: 60px 0;
	}
	section.section-social.container-social {
		max-width: calc(100% - 0px);
		width: calc(100% - 0px);
		margin: 0 0;
	}
	section.section-social .container-social:after {
		display: none;
	}
    section.section-social .col-social-title {
        padding-bottom: 50px;
        border-bottom: 1px solid var(--border);
    }
	section.section-social .col-social-title,
	section.section-social .col-social-content {
		width: 100%;
	}

}
/* Соціальні мережі та партнери - End */

/* Галерея інтер'єрів - Start */
section.section-gallery {
	padding-top: 0;
	padding-bottom: 0;
}

section.section-gallery .container-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

section.section-gallery .gallery-item {
	width: calc(100% / 6);
	height: 300px;
	cursor: pointer;
	object-fit: cover;
}

@media (max-width: 1279px) {
	section.section-gallery .gallery-item {
		width: calc(100% / 2);
		height: 55vw;
	}
}
/* Галерея інтер'єрів - End */