﻿.about-modern {
	--about-dark: #101820;
	--about-ink: #1f2933;
	--about-muted: #68727d;
	--about-light: #f6f8fb;
	--about-line: rgba(16, 24, 32, 0.1);
	--about-accent: #f4a024;
	--about-accent-dark: #d98612;
	--about-radius: 28px;
	color: var(--about-ink);
	font-family: inherit;
}

.about-modern img {
	max-width: 100%;
}

.about-hero {
	position: relative;
	min-height: 520px;
	padding: 140px 0 110px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--about-dark);
}

.about-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.about-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.62;
	filter: saturate(0.9) contrast(1.05);
}

.about-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(12, 18, 24,) 0%, rgba(12, 18, 24, 0.72) 42%, rgba(12, 18, 24, 0.25) 100%);
}

.about-hero::after {
	content: "";
	position: absolute;
	right: -160px;
	bottom: -210px;
	z-index: 1;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: rgba(244, 160, 36, 0.22);
	filter: blur(8px);
}

.about-hero__content {
	position: relative;
	z-index: 2;
	max-width: 760px;
	color: #fff;
}

.about-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #ffd18a;
}

.about-kicker::before {
	content: "";
	width: 44px;
	height: 2px;
	background: var(--about-accent);
}

.about-hero h1 {
	margin: 0;
	font-size: clamp(42px, 6vw, 78px);
	line-height: 0.98;
	font-weight: 800;
	letter-spacing: -0.055em;
}

.about-hero__lead {
	margin-top: 26px;
	max-width: 620px;
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.86);
}

.about-modern .breadcrumbs {
	background: #fff;
	border-bottom: 1px solid var(--about-line);
}

.about-section {
	padding: 92px 0;
}

.about-section--soft {
	background: var(--about-light);
}

.about-grid {
	align-items: center;
	row-gap: 42px;
}

.about-section-title {
	margin-bottom: 28px;
}

.about-section-title span {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--about-accent-dark);
}

.about-section-title h2,
.about-section-title h1 {
	margin: 0;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--about-dark);
}

.about-copy {
	font-size: 17px;
	line-height: 1.85;
	color: var(--about-muted);
}

.about-copy p:last-child {
	margin-bottom: 0;
}

.about-image-card {
	position: relative;
	border-radius: var(--about-radius);
	overflow: hidden;
	background: #fff;
	box-shadow: 0 30px 80px rgba(16, 24, 32, 0.14);
}

.about-image-card img {
	width: 100%;
	min-height: 420px;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.about-image-card:hover img {
	transform: scale(1.045);
}

.about-image-card::after {
	content: "";
	position: absolute;
	inset: auto 24px 24px auto;
	width: 110px;
	height: 110px;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 50%;
}

.about-founder-card {
	padding: clamp(32px, 5vw, 58px);
	border: 1px solid var(--about-line);
	border-radius: var(--about-radius);
	background: #fff;
	box-shadow: 0 24px 70px rgba(16, 24, 32, 0.08);
}

.about-certificates {
	position: relative;
	overflow: hidden;
	background: var(--about-dark);
	color: #fff;
}

.about-certificates::before {
	content: "";
	position: absolute;
	left: -170px;
	top: -170px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(244, 160, 36, 0.16);
}

.about-certificates .about-section-title h1,
.about-certificates .about-section-title h2 {
	color: #fff;
}

.about-certificates .about-section-title span {
	color: #ffd18a;
}

.about-certificates .container {
	position: relative;
	z-index: 1;
}

.rotationBox.about-slider-frame {
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--about-radius);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(14px);
}

.about-modern .swiper-slide.he {
	overflow: hidden;
	background: #fff;
}

.about-modern .swiper-slide.he img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.about-feedback-grid {
	row-gap: 24px;
}

.about-modern .work-img {
	margin-bottom: 0;
}

.about-feedback-card {
	position: relative;
	height: 100%;
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 18px 50px rgba(16, 24, 32, 0.1);
}

.about-feedback-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.about-feedback-card .image-caption {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(16, 24, 32, 0.78);
	color: #fff;
	font-size: 13px;
	backdrop-filter: blur(10px);
}

.about-services {
	background: #fff;
}

.about-services .warehouses-list {
	row-gap: 26px;
}

.about-services .item {
	height: 100%;
	padding: 34px;
	border: 1px solid var(--about-line);
	border-radius: 24px;
	background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
	box-shadow: 0 18px 50px rgba(16, 24, 32, 0.07);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.about-services .item:hover {
	transform: translateY(-8px);
	border-color: rgba(244, 160, 36, 0.38);
	box-shadow: 0 28px 70px rgba(16, 24, 32, 0.12);
}

.about-services .item img {
	width: 58px;
	height: 58px;
	object-fit: contain;
	margin-bottom: 24px;
}

.about-services .item h2 {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--about-dark);
}

.about-services .item p {
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	color: var(--about-muted);
}

.about-news {
	background: var(--about-light);
}

.about-modern .news-list {
	height: 100%;
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 18px 50px rgba(16, 24, 32, 0.09);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-modern .news-list:hover {
	transform: translateY(-8px);
	box-shadow: 0 28px 76px rgba(16, 24, 32, 0.14);
}

.about-modern .news-img-box img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.about-modern .news-title {
	padding: 24px;
}

.about-modern .news-title h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 800;
	color: var(--about-dark);
}

.about-modern .news-title span {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--about-accent-dark);
}

@media (max-width: 991px) {
	.about-hero {
		min-height: 440px;
		padding: 110px 0 82px;
	}

	.about-section {
		padding: 70px 0;
	}

	.about-image-card img {
		min-height: 340px;
	}
}

@media (max-width: 767px) {
	.about-hero {
		min-height: 390px;
		padding: 92px 0 70px;
	}

	.about-hero::before {
		background: linear-gradient(90deg, rgba(12, 18, 24,), rgba(12, 18, 24, 0.68));
	}

	.about-section {
		padding: 56px 0;
	}

	.about-founder-card {
		padding: 28px;
	}

	.about-modern .news-img-box img,
	.about-modern .swiper-slide.he img {
		height: 220px;
	}
}
