:root {
	--primary-green: #4E8616;
	--secondary-green: #8BC34A;
	--light-green: #DFEBD3;
	--dark-green: #171A23;
	--white: #FFFFFF;
	--gray: #F5F5F5;
	--text-dark: #333333;
	--text-light: #666666;
	--border-color: #DDDDDD;
	--accent-blue: #2196F3;
	--accent-purple: #9C27B0;
	--accent-yellow: #FFEB3B;
}
.inline-icon {
	vertical-align: middle;
	margin: 0 8px;
	height: 65px;
	width: auto;
}
.icon-btn {
	color: var(--text-dark);
	font-size: 20px;
	cursor: pointer;
}
/* Hero Section */
/* .hero {
	position: relative;
	height: 600px;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/local/templates/kosatka/assets/img/about/video.gif') no-repeat center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: var(--white);
	padding: 20px;
} */
.hero-title {
	font-size: 51px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.hero-subtitle {
	font-size: 38px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.scroll-down {
	margin-top: 30px;
	animation: bounce 2s infinite;
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
/* Harmony Section */
.harmony-section {
	padding: 0 20px;
	background-color: var(--white);
}
.section-title {
	text-align: center;
	margin-bottom: 40px;
	color: var(--primary-green);
	font-weight: 500;
	font-size: 38px;
	vertical-align: middle;
	margin: 0 10%;
}
.stat-title {
	text-align: left;
	margin-bottom: 40px;
	color: var(--primary-green);
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	vertical-align: middle;
	margin: 0 10%;
}
.harmony-content {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 60px;
	align-items: center;
	margin-top: 70px;
}
.harmony-content2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	align-items: center;
}
.harmony-text {
	background-color: #F4FDEE;
	padding: 90px;
	border-radius: 40px;
	color: var(--primary-green);
	height: 490px;
}
.harmony-text h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
}
.harmony-text p {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
}
.harmony-image {
	border-radius: 40px;
	overflow: hidden;
}
.harmony-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.quote {
	font-family: "Montserrat", sans-serif;
	text-align: center;
	font-style: italic;
	margin-top: 30px;
	color: #171A23;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: -0.02em;
}
/* Mission Section */
.mission-section {}
.mission-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 150px;
	align-items: center;
	background: #E6F4F4BA;
	padding: 60px 80px;
	margin: 40px 0;
	border-radius: 40px;
}
.mission-image {
	border-radius: 40px;
	overflow: hidden;
}
.mission-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.mission-text h2 {
	color: var(--dark-green);
	margin-bottom: 20px;
}
.mission-text p {
	color: var(--dark-green);
	font-weight: 400;
	line-height: 25px;
}
/* Advantages Section */
.advantages-section {
	padding: 60px 20px;
	background-color: var(--white);
}
.advantages-content {
	height: 457px;
	background: url(/local/templates/kosatka/assets/img/about/preim4.png) no-repeat center;
	background-size: cover;
	padding: 0 0 0 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.advantages-center {
	min-width: 300px;
	text-align: center;
}
.advantages-title {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: var(--primary-green);
	margin-top: -70px;
	display: none;
}
.advantages-title2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	color: var(--primary-green);
	margin-top: -40px;
	top: 0;
	position: absolute;
}
.advantages-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}
.advantage-card {
	padding: 20px;
	border-radius: 10px;
	align-items: flex-start;
	gap: 15px;
}
.advantage-card-title {
	display: flex;
	border: 1px solid #4E8616;
	border-radius: 32px;
	max-width: 324px;
	background: rgba(255, 255, 255, 0.9);
}
.advantage-card-title p {
	display: flex;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	margin-top: 22px;
}
.advantage-icon {
	background-color: var(--primary-green);
	color: var(--white);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin: 9px 15px 8px 14px;
}
.advantage-content h3 {
	color: var(--dark-green);
	margin-bottom: 10px;
}
.advantage-content p {
	color: var(--text-dark);
	font-size: 0.9rem;
}
.card-two .advantage-content p {
	max-width: 380px;
}
.advantage-content {
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	margin-left: 24px;
	margin-top: 14px;
	max-width: 550px;
}
.center-image {
	display: block;
	margin: 40px auto;
	max-width: 400px;
	border-radius: 50%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.card-one {
	margin-left: 23px;
}
.card-three {
	margin-left: 34px;
	padding-top: 55px;
}
.card-four {
	margin-left: 80px;
	margin-top: 60px;
}
.card-five {
	margin-left: 145px;
}
.card-six {
	margin-left: 15px;
}
.card-six .advantage-card-title p {
	margin-top: 13px;
}
/* Stats Section */
.stats-section {
	padding: 60px 20px;
}
.stats-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 2fr;
	gap: 30px;
	background-color: #F4FDEE;
	border-radius: 40px;
	padding: 40px 0;
}
.stat-item {
	text-align: left;
	padding: 20px;
}
.stat-number {
	font-size: 60px;
	font-weight: bold;
	color: var(--primary-green);
	margin-bottom: 5px;
}
.stat-number span {
	font-size: 22px;
	font-weight: bold;
	color: var(--primary-green);
}
.stat-label {
	color: var(--text-dark);
	font-size: 15px;
	line-height: 21px;
}
/* Products Section */
.products-section {
	padding: 60px 20px;
	background-color: var(--white);
}
.products-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	margin-left: 55px;
}
.products-title {
	color: var(--primary-green);
}
.products-subtitle {
	color: var(--text-dark);
	font-size: 0.9rem;
}
.products-grid {
	/*display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;*/
}
.product-category {
	text-align: center;
	border-radius: 10px;
	transition: transform 0.3s ease;
	/*display: flex;
flex-direction: column;*/
}
.product-category:hover {
	transform: translateY(-5px);
}
.product-image {
	width: 100%;
	height: 350px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 10px;
}
.product-image img {
	width: 100%;
}
.product-name {
	font-weight: bold;
	color: var(--text-dark);
}
.cats {
	/*margin-top: 64px;*/
	margin-bottom: 100px;
}
.cats-right {
	overflow: hidden;
}
.swiper-button-next7 {
	top: 200px !important;
}
.cats-gr {
	display: grid;
	grid-template-columns: 1.5fr 4fr;
	gap: 13px;
	align-items: center;
}
.cats__slider .swiper-slide {
	width: auto;
	/* или конкретное значение, например 200px */
	max-width: 250px;
	/* ограничьте максимальную ширину */
	flex-shrink: 0;
	/* важно! чтобы слайд не сжимался */
}
.products-title {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 16px;
}
.products-subtitle {
	font-size: 18px;
	line-height: 22px;
}
.product-category {
	width: 100%;
	max-width: 250px;
	/* должно соответствовать max-width слайда */
}
.cats__slider {
	margin-top: 32px;
}
.cats__slider .swiper-slide {
	height: 380px;
}
.cats__slider .swiper-slide img {
	mix-blend-mode: multiply;
	display: block;
	margin: auto;
	width: 100%;
	height: 95%;
	margin-top: 5%;
	-o-object-fit: contain;
	object-fit: contain;
}
.timeline__slider {
	margin-top: 32px;
	/* Growth Section */
}
.progress-container {
	display: grid;
	grid-template-columns: 2fr 1fr;
	align-items: center;
	position: relative;
	height: 24px;
	margin: 20px 0;
	margin-left: 20px;
}
/* Пунктирная линия */
.progress-container::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: repeating-linear-gradient(to right,
			green 0,
			green 5px,
			transparent 5px,
			transparent 10px);
	top: 50%;
	transform: translateY(-50%);
}
/* Кружки */
.progress-dot {
	width: 16px;
	height: 16px;
	background: green;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}
/* Блок с последним кружком и стрелкой */
.progress-step {
	display: flex;
	align-items: center;
}
/* Стрелка */
.progress-arrow {
	color: green;
	font-size: 18px;
	margin-left: 6px;
	font-weight: bold;
	position: absolute;
	right: 0;
}
.mobile_on {
	display: none;
}
.mobile_off {
	display: block;
	position: absolute;
	top: 10px;
}
.timeline__slider .swiper-slide {
	padding: 60px 40px;
	position: relative;
	height: 270px;
	overflow: hidden;
	background: #F8F8F8;
	border-radius: 40px;
}
.timeline__slider .swiper-slide {
	width: auto;
	/* или конкретное значение, например 200px */
	max-width: 250px;
	/* ограничьте максимальную ширину */
	flex-shrink: 0;
	/* важно! чтобы слайд не сжимался */
}
.growth-content {
	position: relative;
	z-index: 1;
	display: none;
}
.timeline {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.timeline-item2 {
	display: flex;
	align-items: center;
	gap: 20px;
}
.timeline-year {
	background-color: var(--primary-green);
	color: var(--white);
	padding: 10px 20px;
	border-radius: 20px;
	font-weight: bold;
	min-width: 100px;
	text-align: center;
}
.timeline-content {
	padding-top: 20px;
	flex: 1;
}
.timeline-content h3 {
	color: #767676;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 21px;
}
.timeline-content p {
	color: #767676;
}
.growth-bg {
	margin: 0 -15px;
}
/* Production Section */
.production-section {
	padding: 60px 20px 5px 20px;
}
.production-title {
	color: var(--primary-green);
	vertical-align: middle;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
.production-content {
	display: grid;
	grid-template-columns: 1.2fr 2fr;
	gap: 110px;
	align-items: center;
}
.production-content p {
	margin-bottom: 77px;
	font-size: 18px;
}
.production-image {
	position: relative;
}
.production-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 40px;
}
.marketplaces {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 302px));
	gap: 13px;
	margin-top: 17px;
}
.marketplace {
	height: 61px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: var(--white);
	text-align: center;
}
.marketplace > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.marketplace-ozon {
	background-color: #005BFF;
}
.marketplace-wildberries {
	background-color: #AC239A;
}
.marketplace-apple {
	background-color: #E7FF52;
	color: var(--text-dark);
}
.marketplace-letu {
	background-color: #0820FE;
}
.view-all {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #171A23;
	text-decoration: none;
	margin-top: 20px;
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	position: absolute;
	bottom: 0;
}
.swiper-button-prev,
.swiper-button-next {
	top: 150px;
}
/* Brands Section */
.brands-section {
	padding: 60px 20px;
	background-color: var(--white);
}
.brands-title {
	color: var(--primary-green);
	vertical-align: middle;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 67px;
}
.brands-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 20px;
}
.brand-card {
	background-color: var(--gray);
	padding: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	transition: transform 0.3s ease;
}
.brand-card:hover {
	transform: scale(1.05);
}
.brand-logo {
	max-width: 100%;
	max-height: 80px;
	object-fit: contain;
}
/* Footer */
footer {
	background-color: #f5f5f5;
	padding: 40px 20px;
	border-top: 1px solid var(--border-color);
}
.footer-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
}
.footer-column h3 {
	color: var(--dark-green);
	margin-bottom: 20px;
	font-size: 1.1rem;
}
.footer-links {
	list-style: none;
}
.footer-links li {
	margin-bottom: 10px;
}
.footer-links a {
	color: var(--text-dark);
	text-decoration: none;
	transition: color 0.3s ease;
}
.footer-links a:hover {
	color: var(--primary-green);
}
.contact-info {
	margin-top: 20px;
}
.contact-info p {
	margin-bottom: 10px;
}
.phone {
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--dark-green);
	margin-bottom: 15px;
}
.social-icons {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}
.social-icon {
	color: var(--primary-green);
	font-size: 20px;
	cursor: pointer;
}
.copyright {
	margin-top: 30px;
	text-align: center;
	color: var(--text-light);
	font-size: 0.9rem;
}
.footer-bottom {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
	font-size: 0.9rem;
}
.growth-title {
	font-size: 28px;
	line-height: 36px;
	color: var(--primary-green);
}
.growth-content p {
	font-size: 14px;
	line-height: 18px;
}
@media (max-width: 1280px) {
	.harmony-text {
		padding: 40px;
	}
	.advantages-center {
		min-width: 50px;
	}
	.stats-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.stat-item:first-child {
		grid-column: 1 / 4;
	}
	.stat-item:nth-child(5) {
		display: none;
	}
}
@media (max-width: 912px) {
	.production-content {
		grid-template-columns: 2fr 2fr;
	}
	.advantages-center {
		min-width: 0;
	}
	.stats-section {
		background: none;
		padding: 0;
	}
	.stat-item {
		text-align: left;
	}
	.stat-item:first-child {
		grid-column: 1 / 3;
	}
	.stat-item:nth-child(5) {
		display: none;
	}
	.stats-grid {
		grid-template-columns: 1fr;
		background-color: #F4FDEE;
		border-radius: 40px;
		grid-template-columns: 1fr 1fr;
		gap: 0;
		padding: 40px 5px;
	}
	.stat-label {
		display: none;
	}
	.stat-number span {
		font-size: 18px;
		font-weight: bold;
		color: var(--primary-green);
		display: inline;
		line-height: 16px;
	}
	.stat-title {
		font-size: 28px;
		text-align: left;
		margin: 0;
		line-height: 36px;
		font-weight: bold;
		font-weight: 700;
		font-size: 28px;
		line-height: 36px;
		color: var(--primary-green);
	}
	.harmony-content,
	.mission-content,
	.production-content {
		grid-template-columns: 1fr;
	}
}
/* Responsive Design */
@media (max-width: 768px) {
	.brands-title {
		margin-left: 25px;
	}
	.growth-subtitle {
		font-size: 18px !important;
		line-height: 22px !important;
		padding: 0 20px;
	}
	.production-content {
		padding: 0 20px;
	}
	.growth-content p span {
		font-weight: bold;
	}
	.swiper-button-next7 {
		top: 150px !important;
		display: none;
	}
	/* .hero {
		background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/local/templates/kosatka/assets/img/about/mob_hero.gif') no-repeat center center;
	} */
	.hero-subtitle {
		font-size: 32px;
	}
	.view-all {
		position: relative;
	}
	.harmony-section {
		padding: 0;
	}
	.marketplaces {
		grid-template-columns: 1fr;
	}
	.production-section {
		padding: 40px 0px;
	}
	.production-content {
		gap: 23px;
	}
	.production-content p {
		margin-bottom: 0;
	}
	.mobile_off {
		display: none;
	}
	.mobile_on {
		display: block;
	}
	.growth-bg {
		display: none;
	}
	.growth-title {
		line-height: 2;
		padding: 0 20px;
	}
	.growth-content {
		display: block;
	}
	.advantages-section {
		padding: 60px 0 0 0;
	}
	.advantages-content {
		background: url(/local/templates/kosatka/assets/img/about/preim2.png) no-repeat 0% 70%;
		display: grid;
		padding: 21px;
		height: 100%;
		margin: 0 -15px;
	}
	.advantages-title {
		margin-bottom: 25px;
		display: block;
	}
	.advantages-title2 {
		display: none;
	}
	.card-one,
	.card-two,
	.card-three,
	.card-four,
	.card-five,
	card-six {
		margin: 0;
	}
	.card-six {
		margin-left: 0;
	}
	.card-two .advantage-card-title p {
		/*margin-top: 13px;*/
	}
	.advantage-card {
		padding: 8px 20px;
	}
	.advantage-content {
		display: none;
	}
	.mission-content {
		gap: 30px;
	}
	.harmony-content {
		margin-top: 42px;
		gap: 22px;
	}
	.harmony-content2 {
		grid-template-columns: 1fr;
	}
	.quote1 {
		display: none;
	}
	.harmony-image {
		order: -1;
		height: 214px;
	}
	.header-main {
		flex-direction: column;
		gap: 15px;
	}
	.catalog-btn {
		width: 100%;
		justify-content: center;
	}
	.search-bar {
		width: 100%;
		margin: 0;
	}
	/* .hero {
		height: 400px;
		align-items: baseline;
	} */
	.hero-title {
		font-size: 2rem;
		margin-left: 15px;
	}
	.hero-subtitle {
		text-align: left;
	}
	.harmony-content,
	.mission-content,
	.production-content {
		grid-template-columns: 1fr;
	}
	.timeline-item2 {
		flex-direction: column;
		text-align: center;
	}
	.timeline-year {
		width: 100%;
		min-width: auto;
		font-size: 22px;
		line-height: 1;
	}
	.growth-bg {
		display: none;
	}
	.section-title {
		font-size: 21px;
		text-align: left;
		margin: 0;
		line-height: 1.5;
		padding: 0 20px;
	}
	.inline-icon {
		height: 31px;
	}
	.harmony-text {
		padding: 52px 25px;
		height: 100%;
	}
	.mission-text h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.harmony-text p {
		font-size: 16px;
		line-height: 20px;
	}
	.mission-content {
		padding: 52px 29px;
	}
	.mission-text p {
		font-size: 16px;
		line-height: 22px;
	}
	.quote {
		font-size: 20px;
		line-height: 27px;
	}
	.stats-section {
		background: none;
		padding: 0;
	}
	.stat-item {
		text-align: left;
	}
	.stat-item:first-child {
		grid-column: 1 / 3;
	}
	.stat-item:nth-child(5) {
		display: none;
	}
	.stats-grid {
		grid-template-columns: 1fr;
		background-color: #F4FDEE;
		border-radius: 40px;
		grid-template-columns: 1fr 1fr;
		gap: 0;
	}
	.stat-label {
		display: none;
	}
	.stat-number span {
		font-size: 18px;
		font-weight: bold;
		color: var(--primary-green);
		display: inline;
		line-height: 16px;
	}
	.stat-title {
		font-size: 28px;
		text-align: left;
		margin: 0;
		line-height: 36px;
		font-weight: bold;
	}
}
@media (max-width: 480px) {
	.container {
		padding: 0 15px;
	}
	.header-top {
		flex-direction: column;
		gap: 10px;
	}
	.hero-title {
		font-size: 1.5rem;
	}
	.stats-section {
		background: none;
		padding: 0;
	}
	.stat-item {
		text-align: left;
	}
	.stat-item:first-child {
		grid-column: 1 / 3;
	}
	.stat-item:nth-child(5) {
		display: none;
	}
	.stats-grid {
		grid-template-columns: 1fr;
		background-color: #F4FDEE;
		border-radius: 40px;
		grid-template-columns: 1fr 1fr;
		gap: 0;
	}
	.stat-label {
		display: none;
	}
	.stat-number span {
		font-size: 18px;
		font-weight: bold;
		color: var(--primary-green);
		display: inline;
		line-height: 10px;
	}
	.stat-title {
		font-size: 28px;
		text-align: left;
		margin: 0;
		line-height: 36px;
		font-weight: bold;
	}
	.cats {
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.products-grid {
		grid-template-columns: 1fr;
	}
	.brands-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.cats-gr {
		grid-template-columns: 1fr;
	}
	.products-header {
		padding: 0 20px;
		margin-left: 0;
		margin-bottom: 0;
	}
	.products-title {
		font-size: 28px;
		line-height: 22px;
	}
	.products-subtitle {
		font-size: 18px;
		line-height: 22px;
	}
	.cats__slider {
		margin-top: 0;
	}
	.stat-number {
		font-size: 45px;
	}
}
/**/
.swiper-button-next7,
.swiper-button-prev7 {
	position: absolute;
	top: 50% !important;
	right: unset;
	left: unset;
	z-index: 10;
	background-position: center center;
}
.swiper-button-next7 {
	transform: translate(50%, -50%);
}
.swiper-button-prev7 {
	transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 767px) {
	.swiper-button-prev7 {
		display: none;
	}
	.progress-container {
		margin: 20px 20px 0;
	}
	.progress-arrow {
		position: absolute;
		right: -6px;
		display: block;
		width: 16px;
		height: 16px;
		background: url('/local/templates/kosatka/assets/img/icons/arrow.svg') no-repeat center right / contain;
	}
	.hero-subtitle {
		font-size: 21px;
	}
}
@media (min-width: 768px) {
	.swiper-button-next7 {
		right: calc(36px - 20px - 24px);
		transform: translate(0, -50%);
	}
	.swiper-button-prev7 {
		left: calc(36px - 20px - 13px - 24px + 100% * 1.5 / 5.5);
		transform: translate(0, -50%) rotate(180deg);
	}
	.production-info {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.production-info .view-all,
	.production-info .mobile_off {
		position: static;
	}
}
/**/
.hero {
	position: relative;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: var(--white);
	padding: 20px;
}
.hero-video-background {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 0;
	padding-top: 400px;
	overflow: hidden;
}
.hero-video-background img,
.hero-video-background video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-subtitle {
	text-align: center;
}
@media (min-width: 768px) {
	.hero {
		min-height: 600px;
		margin-top: 10px;
	}
	.hero-video-background {
		padding-top: 600px;
	}
}
/**/
@media (max-width: 767px) {
	.products-title {
		margin-top: 10px;
	}
	.cats,
	.growth-section,
	.production-section,
	.brands {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 40px;
		margin-bottom: 0;
	}
}