.dark-block {
    /* display: flex; */
    background: linear-gradient(135deg, #004A94 0%, #0D4A9E 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(30, 95, 184, 0.3);
	color: white;
    padding: 24px;
}
.work-with-us {
    margin: 40px 0;
}
.work-with-us-inner {
    display: flex;
    background: linear-gradient(135deg, #004A94 0%, #0D4A9E 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(30, 95, 184, 0.3);
}
.work-with-us-content {
    flex: 1;
    padding: 40px;
    color: #fff;
}
.work-with-us-title {
    font-size: 42px;
    /* font-weight: 700; */
    margin: 0 0 12px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--theme-font-family), Arial;
    color: white;
}
.work-with-us-subtitle {
    font-size: 18px;
    margin: 0 0 24px;
    opacity: 0.9;
    font-weight: 400;
}
.work-with-us-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.work-with-us-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    padding: 25px 20px;
    margin: 0;
    border-radius: 12px;
    transition: background 0.3s ease;
}
.work-with-us-item::before {
    content: none;
}
.work-with-us-item:hover {
    background: rgba(255, 255, 255, 0.15);
}
.work-with-us-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    color: #fff;
}
.work-with-us-item span {
    font-size: 16px;
    font-weight: 500;
}
.work-with-us-btn {
    display: inline-block;
    background: #fff;
    color: #1E5FB8;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.work-with-us-btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.work-with-us-image {
    flex: 0 0 45%;
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
}
.work-with-us-image img {
    width: 100%;
    /* aspect-ratio: 1 / 1; */
    object-fit: cover;
    object-position: top;
    display: block;
    border-radius: 12px;
}
@media (min-width: 1024px) {
    .work-with-us-image img {
        height: 100%;
    }
}
@media (min-width: 1596px) {
    .work-with-us-image {
        max-height: 540px;
    }
}
/* Планшеты */
@media (max-width: 1200px) {
    .work-with-us-inner {
        flex-direction: column;
    }
    .work-with-us-title {
        font-size: 36px;
    }
    .work-with-us-content {
        padding: 30px;
    }
    .work-with-us-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .work-with-us-image {
        flex: none;
        width: 100%;
        padding: 20px;
        order: -1;
    }
    .work-with-us-image img {
        width: 100%;
        aspect-ratio: 1 / 1;
    }
}
/* Мобильные устройства */
@media (max-width: 768px) {
    .work-with-us-content {
        padding: 24px;
    }
    .work-with-us-title {
        font-size: 28px;
    }
    .work-with-us-subtitle {
        font-size: 15px;
    }
    .work-with-us-list {
        grid-template-columns: 1fr;
    }
    .work-with-us-item {
        padding: 14px 16px;
    }
    .work-with-us-icon {
        width: 24px;
        height: 24px;
    }
    .work-with-us-btn {
        width: 100%;
        text-align: center;
        padding: 14px 30px;
    }
    .work-with-us-image {
        padding: 20px;
    }
    .work-with-us-image img {
        width: 100%;
    }
}

/* Общие стили */
. {
	max-width: 1600px;
	margin: 0 auto;
	/* padding: 0 20px; */
}

/* Вступление */
.info-section {
	padding: 20px 0;
	background: #fff;
}
/* .section-title {
	font-size: 42px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px;
	font-family: var(--theme-font-family), Arial;
} */
.text-block {
	max-width: 1200px;
}
.text-paragraph {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 20px;
	font-family: 'Roboto', Sans-serif;
	font-weight: 400;
}

/* Блок с цифрами */
.stats-section {
	/* padding: 60px 0; */
	/* background: #F8F7FC; */
	margin: 40px 0;
}
/* .stats-title {
	font-size: 28px;
	margin: 0 0 40px;
	line-height: 1.4;
	font-weight: 500;
}
.stats-title b {
	color: #1E5FB8;
} */
.stats-list {
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}
.stats-item {
	flex: 1;
	min-width: 200px;
	background: #fff;
	padding: 30px 24px;
	border-radius: 16px;
	text-align: left;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.stats-item::before {
	content: none;
}
.stats-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.stats-number {
	display: block;
	font-size: 48px;
	font-weight: 700;
	color: #1E5FB8;
	line-height: 1;
	margin-bottom: 8px;
}
.stats-label {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: 400;
}

/* Партнёры */
/* .partners-section {
	padding: 60px 0;
	background: #fff;
} */
/* .partners-title {
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 40px;
	text-align: center;
	font-family: var(--theme-font-family), Arial;
} */
.partners-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.partner-item img {
	max-width: 200px;
	height: auto;
	transition: transform 0.3s ease;
}
.partner-item:hover img {
	transform: scale(1.05);
}
.partner-item::before {
	content: none;
}

/* Основной контент */
.content-section {
	padding: 20px 0;
	background: #fff;
}
.content-inner {
	max-width: 1200px;
}
.content-description {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 20px;
	font-family: 'Roboto', Sans-serif;
}
.features-list {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}
.features-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	font-family: 'Roboto', Sans-serif;
}
.features-list li::before {
	background-color: inherit;
	content: "✓";
	position: absolute;
	left: 0;
	color: #1E5FB8;
	font-weight: bold;
	font-size: 18px;
}

/* Медиа-блок */
.media-section {
	padding: 60px 0;
	background: #F8F7FC;
	margin: 40px 0;
}
.media-inner {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
.media-image {
	flex: 0 0 50%;
}
.media-image img {
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.media-content {
	flex: 1;
	display: flex;
	flex-direction: column-reverse;
	gap: 30px;
}
.download-block {
	background: #fff;
	padding: 30px;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.download-btn {
	display: flex;
	align-items: center;
	gap: 20px;
	text-decoration: none;
	color: #333;
	transition: all 0.3s ease;
}
.download-btn:hover {
	transform: translateY(-3px);
}
.download-icon {
	width: 60px;
	height: auto;
}
.download-text {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 1.3;
}
.download-info {
	font-size: 14px;
	color: #7C8188;
	margin-left: auto;
}
.media-text h4 {
	font-size: 26px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #000;
}
.media-text p {
	/* font-size: 14px; */
	line-height: 1.6;
	color: #333;
	margin-bottom: 15px;
	font-family: 'Roboto', Sans-serif;
}

/* Контакты */
.contact-section {
	padding: 60px 0;
	background: #fff;
}
/* .contact-title {
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 40px;
	font-family: var(--theme-font-family), Arial;
} */
.contact-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
	flex-direction: column;
}
.contact-info {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	flex: 1;
	justify-content: space-between;
}
.contact-item {
	min-width: 250px;
}
.contact-item strong {
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
}
.contact-phone,
.contact-email {
	display: block;
	/* color: #f70700 !important; */
	/* font-size: 18px; */
	text-decoration: none;
	margin-bottom: 10px;
	transition: opacity 0.3s ease;
}
.contact-phone:hover,
.contact-email:hover {
	opacity: 0.8;
}
.contact-item p {
	font-size: 16px;
	color: #333;
	margin: 0;
}
.action-btn {
	display: inline-block;
	background: #0867C6;
	color: #fff !important;
	padding: 15px 30px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(8, 103, 198, 0.3);
}
.action-btn:hover {
	background: #0655a8;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(8, 103, 198, 0.4);
}
.contact-location {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.location-line {
	font-size: 24px;
	/* font-weight: 800; */
	color: #000;
	text-transform: uppercase;
	/* font-family: 'Akrobat', Sans-serif; */
	line-height: 1.3;
}

/* Карта */
.map-section {
	background: #f5f5f5;
}

/* Адаптивность */
@media (max-width: 1200px) {
	.media-inner {
		flex-direction: column;
	}
	.media-image {
		flex: none;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.stats-list {
		gap: 15px;
	}
	.stats-item {
		min-width: calc(50% - 8px);
	}
	.partners-list {
		gap: 25px;
	}
}

@media (max-width: 768px) {
	.info-section,
	.partners-section,
	.content-section,
	.media-section,
	.contact-section,
	.stats-section {
		/* padding: 40px 0; */
	}
	/* .section-title {
		font-size: 32px;
	} */
	.text-paragraph {
		font-size: 14px;
	}
	.stats-section {
		margin: 30px 0;
	}
	/* .stats-title {
		font-size: 20px;
	} */
	.stats-list {
		gap: 12px;
	}
	.stats-item {
		min-width: calc(50% - 6px);
		padding: 20px 16px;
	}
	.stats-number {
		font-size: 36px;
	}
	.stats-label {
		font-size: 13px;
	}
	/* .partners-title {
		font-size: 28px;
	} */
	.partners-list {
		gap: 20px;
	}
	.partner-item img {
		max-width: 150px;
	}
	.features-list li {
		padding-left: 25px;
		font-size: 14px;
	}
	.media-text h4 {
		font-size: 20px;
	}
	.download-btn {
		flex-direction: column;
		text-align: center;
	}
	.download-info {
		margin-left: 0;
	}
	.contact-wrapper {
		flex-direction: column;
	}
	.contact-info {
		flex-direction: column;
		gap: 30px;
	}
	.contact-item {
		min-width: 100%;
	}
	.contact-location {
		margin-top: 20px;
	}
	.location-line {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.stats-item {
		min-width: 100%;
	}
	.partner-item img {
		max-width: 120px;
	}
}

@media (max-width: 768px) {
	.banners-big__title,
	.swiper-pagination,
	.desctop-only {
		display: none !important;
	}

	.phones__callback {
		margin-top: 140px !important;
	}

	.work-with-us .phones__callback {
		margin-top: 0px !important;
	}

	.label_block_list_front {
		left: 0px;
		top: 0px;
	}
}

.stories-popup__element-buttons {
	padding: 10px 40px;
	padding-bottom: 10px !important;
}

.label_block_detail,
.label_block_list {
	position: absolute;
	z-index: 10;
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 10px;
}

.label_block_detail {
	width: 15%;
}
.label_block_list {
	width: 20%;
}
.label_block_list img {
	width: 100%;
}
.catalog_slider_multy_template .label_block_list img {
	width: 70%;
}
.label_block_list_front {
	left: 0px;
	top: 140px;
}

.manager_block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.manager_block img {
	border-radius: 10px;
}

@media (max-width: 768px) {
	.label_block_list_front {
		left: 0px;
		top: 0px;
	}
}

/** Стили для 18 плюс */
.overlay_18_plus .image-list,
.overlay_18_plus .detail-gallery-big-slider {
	filter: blur(30px);
}
.block_18_plus {
    position: absolute;
    z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal_18_plus-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.modal_18_plus {
	width: 500px;
	padding: 24px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(8px);
}
.modal_18_plus h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 100px;
	color: #888;
}
.modal_18_plus p {
	margin-bottom: 20px;
	color: #555;
	font-size: 15px;
}
.modal_18_plus p.subtitle {
	font-size: 20px !important;
	margin-bottom: 20px;
	color: #555;
	font-size: 15px;
}
.modal_18_plus-buttons {
	display: flex;
	gap: 10px;
}
.modal_18_plus-button {
	flex: 1;
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.modal_18_plus-button-agree {
	background: #007bff;
	color: #fff;
}
.modal_18_plus-button-disagree {
	background: #6c757d;
	color: #fff;
}

/* Бренд на детальной странице товара */
.brand-detail-info__preview {
	flex-direction: column;
}
.brand-detail-info__preview > * {
    width: 100%;
}

/* Слайдер баннеров в меню */
.banner-menu-slider {
    position: relative;
    width: 100%;
	height: 300px;
    overflow: hidden;
}
.banner-menu-slider .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.banner-menu-slider .banner.active {
    opacity: 1;
    z-index: 10;
}

/* Дисклеймер баннеров */
.banners-big__nav-wrap {
	bottom: 7% !important;
}
.banner_disclaimer {
	position: absolute;
	margin: 0.2%;
	bottom: 0;
	left: 0;
	width: 99.6%;
	height: 10%;
	z-index: 9999;

    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.banner_disclaimer_big {
	background-image: url('../images/disclaimer_big.svg');
}
.banner_disclaimer_small {
	background-image: url('../images/disclaimer_small.svg');
}

/* Пометка "Кратно упаковке" в корзине */
.basket-items-list-container {
	overflow: visible;
}
.basket-items-list-item-amount-outer.only-boxes {
    position: relative;
}
.basket-items-list-item-amount-outer.only-boxes::after {
    content: "Кратно упаковке";
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    background-color: var(--stroke_black_hover);
	border: 1px solid var(--stroke_black);
    padding: 2px 6px;
    border-radius: 8px;
    right: 10px;
    top: -14px;
    z-index: 5;
}

/* Подсказка для корзины */
.basket-message {
	padding: 20px;
	margin: 0 0 30px 0;
	text-align: center;
}

/* Для блога */
.blog-table td {
	vertical-align: top;
	padding-right: 20px;
}
.blog-table td img {
	max-width: inherit;
}