/* =======================================================================
   STYLE.CSS — Dostavka24
   Дизайн на основе предоставленных макетов
   ======================================================================= */

/* === ПЕРЕМЕННЫЕ === */
:root {
	--green: #1FB155;
	--green-dark: #169045;
	--green-soft: #E6F6EC;
	--dark: #0F2E4D;
	--dark-2: #1B3F58;
	--text: #0F2E4D;
	--text-muted: #6B7280;
	--bg: #FFFFFF;
	--bg-soft: #F6F8F8;
	--bg-soft-2: #F4F6F7;
	--border: #E5E7EB;
	--shadow-sm: 0 2px 8px rgba(15, 46, 77, 0.06);
	--shadow-card: 0 4px 18px rgba(15, 46, 77, 0.06);
	--radius: 18px;
	--radius-lg: 28px;
}

/* === БАЗОВЫЕ СБРОСЫ === */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: var(--text);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease, background .2s ease, opacity .2s ease;
}

a:hover {
	opacity: .85;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .6em;
	font-weight: 800;
	color: var(--dark);
	line-height: 1.15;
}

p {
	margin: 0 0 1em;
}

button {
	font-family: inherit;
	cursor: pointer;
	border: none;
	background: none;
}

/* === ВСПОМОГАТЕЛЬНЫЕ === */
.text-center { text-align: center; }
.text-right  { text-align: right;  }
.hidden-xs   { display: block; }

/* === КОНТЕЙНЕР === */
.wrap {
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 40px;
}

.site_back {
	overflow-x: hidden;
}

/* === ПРОСТАЯ СЕТКА (row / col) === */
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.row-flex { align-items: stretch; }

[class*="col-"] {
	padding: 0 12px;
	width: 100%;
}

.col-sm-4  { width: 33.3333%; }
.col-sm-5  { width: 41.6667%; }
.col-sm-6  { width: 50%; }
.col-sm-7  { width: 58.3333%; }
.col-md-1-5 { width: 20%; }   /* 5 колонок */
.col-md-5  { width: 41.6667%; }
.col-md-7  { width: 58.3333%; }

/* =======================================================================
   ШАПКА
   ======================================================================= */
.header_fix {
	background: #fff;
	border-bottom: 1px solid #F0F0F0;
	position: sticky;
	top: 0;
	z-index: 100;
}

.header_fix > .wrap {
	max-width: none;
	margin: 0;
	padding: 0 48px;
}

.header_t {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 18px 0;
}

.header_td_1 { flex: 0 0 auto; }
.header_td_2 { flex: 0 1 auto; }
.header_td_4 { flex: 0 0 auto; }
.header_td_3 { flex: 0 0 auto; text-align: right; }

.logo a {
	font-style: italic;
	font-weight: 800;
	font-size: 22px;
	color: var(--dark);
	letter-spacing: -.02em;
	line-height: 1.05;
	display: inline-block;
}

.menu_wd ul {
	display: flex;
	gap: 40px;
}

.menu_wd a {
	font-size: 16px;
	font-weight: 600;
	color: var(--dark);
	white-space: nowrap;
}

.menu_wd a:hover {
	color: var(--green);
	opacity: 1;
}

.head_td_buttons {
	display: flex;
	gap: 10px;
}

.head_td_buttons a,
.head_mobi_buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 24px;
	border: 1.5px solid var(--dark);
	border-radius: 12px;
	font-weight: 600;
	font-size: 14px;
	color: var(--dark);
	background: #fff;
	white-space: nowrap;
}

.head_td_buttons a:hover {
	background: var(--dark);
	color: #fff;
	opacity: 1;
}

.head_td_button1::before,
.head_mobi_button1::before {
	content: "";
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E2D44' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 20h9'/><path d='M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4z'/></svg>") center/contain no-repeat;
}

.head_td_button2::before,
.head_mobi_button2::before {
	content: "";
	width: 18px;
	height: 18px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230E2D44'><path d='M17.5 14.4c-.3-.1-1.7-.8-2-.9-.3-.1-.5-.1-.7.1-.2.3-.7.9-.9 1.1-.2.2-.3.2-.6.1-.3-.1-1.2-.4-2.3-1.4-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.4.1-.6.1-.1.3-.3.4-.5.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5 0-.1-.7-1.7-.9-2.3-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.5s1.1 2.9 1.2 3.1c.1.2 2.1 3.3 5.2 4.6.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.7-.7 2-1.4.2-.7.2-1.2.2-1.4-.1-.2-.3-.3-.5-.4zM12 2C6.5 2 2 6.5 2 12c0 1.8.5 3.5 1.3 5L2 22l5.1-1.3c1.4.8 3.1 1.3 4.9 1.3 5.5 0 10-4.5 10-10S17.5 2 12 2zm0 18c-1.6 0-3.2-.5-4.5-1.2l-.3-.2-3 .8.8-2.9-.2-.3C3.8 15 3.4 13.5 3.4 12 3.4 7.3 7.3 3.4 12 3.4S20.6 7.3 20.6 12 16.7 20 12 20z'/></svg>") center/contain no-repeat;
}

.phone a {
	font-size: 26px;
	font-weight: 800;
	color: var(--dark);
	letter-spacing: -.01em;
}

.phone_comment {
	font-size: 13px;
	color: var(--text-muted);
	margin-top: 5px;
}

.menu_burger {
	display: none;
	font-size: 28px;
	cursor: pointer;
	color: var(--dark);
}

.head_mobi_buttons_hid { display: none; }
.mobi_top2 { display: none; }

.mobile_menu_box {
	position: fixed;
	inset: 0;
	background: #fff;
	z-index: 1000;
	transform: translateX(100%);
	transition: transform .3s ease;
	overflow-y: auto;
}

.mobile_menu_box.show {
	transform: translateX(0);
}

.mobile_menu_pad {
	padding: 24px 0 40px;
}

.mobile_menu_box_close {
	font-size: 28px;
	cursor: pointer;
	margin-bottom: 24px;
	color: var(--dark);
}

.mobile_menu_ul ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mobile_menu_ul a {
	display: block;
	font-size: 20px;
	font-weight: 600;
	padding: 14px 0;
	border-bottom: 1px solid var(--border);
	color: var(--dark);
}

/* =======================================================================
   ГЛАВНЫЙ БАННЕР
   ======================================================================= */
.main_banner {
	margin: 0 0 64px;
	padding: 0;
	background-color: var(--bg-soft);
	background-image: url('img/hero-bg.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	border-radius: 0;
	position: relative;
	overflow: hidden;
	min-height: 600px;
}

.main_banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, var(--bg-soft) 0%, rgba(246, 248, 248, 0.95) 20%, rgba(246, 248, 248, 0.5) 40%, rgba(246, 248, 248, 0) 60%);
	pointer-events: none;
	z-index: 0;
}

.main_banner_inner {
	position: relative;
	z-index: 1;
	max-width: none;
	margin: 0;
	padding: 50px 48px;
	max-width: 900px;
}

.main_banner_tag {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 24px;
}

.main_banner_tag_icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex: 0 0 auto;
}

.main_banner_tag_icon img,
.main_banner_tag_icon svg {
	width: 30px;
	height: 30px;
}

.main_banner_tag_text {
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--dark);
	text-transform: uppercase;
}

.main_banner_tag_text em {
	font-style: normal;
	color: #9CA3AF;
	margin: 0 6px;
	font-weight: 700;
}

.main_banner h1 {
	font-size: 56px;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.015em;
	max-width: 100%;
	margin: 0 0 32px;
	color: var(--dark);
	text-transform: uppercase;
}

.main_banner h1 span {
	color: var(--green);
}

.main_banner_features {
	display: flex;
	gap: 28px;
	flex-wrap: nowrap;
	margin-bottom: 32px;
	width: max-content;
	max-width: none;
}

.main_banner_feature {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-right: 36px;
	border-right: 1px solid #D7DEE2;
	flex-shrink: 0;
}

.main_banner_feature:last-child {
	border-right: none;
	padding-right: 0;
}

.main_banner_feature_icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #fff;
	border: 1.5px solid var(--green);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--green);
	flex: 0 0 auto;
}

.main_banner_feature_icon svg {
	width: 28px;
	height: 28px;
}

.main_banner_feature_text strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: var(--dark);
	line-height: 1.2;
	margin-bottom: 4px;
}

.main_banner_feature_text small {
	display: block;
	font-size: 14px;
	color: var(--text-muted);
	line-height: 1.35;
}

.main_banner_buttons {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.btn_primary,
.btn_outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 22px 52px;
	border-radius: 14px;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: transform .15s, box-shadow .2s, background .2s, color .2s;
	cursor: pointer;
	border: 2px solid transparent;
}

.btn_primary {
	background: var(--green);
	color: #fff;
}

.btn_primary:hover {
	background: var(--green-dark);
	opacity: 1;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(31, 177, 85, 0.3);
}

.btn_outline {
	background: #fff;
	color: var(--green);
	border-color: var(--green);
}

.btn_outline:hover {
	background: var(--green);
	color: #fff;
	opacity: 1;
	transform: translateY(-2px);
}

.btn_outline svg {
	width: 22px;
	height: 22px;
}

@media (max-width: 992px) {
	.main_banner {
		min-height: auto;
	}
	.main_banner::before {
		background: linear-gradient(180deg, rgba(246,248,248,0.92) 0%, rgba(246,248,248,0.75) 100%);
	}
	.main_banner_inner {
		padding: 48px 24px;
	}
	.main_banner h1 {
		font-size: 32px;
		max-width: 100%;
	}
	.main_banner_features {
		max-width: 100%;
		width: 100%;
		gap: 20px;
		flex-wrap: wrap;
	}
	.main_banner_feature {
		border-right: none;
		padding-right: 0;
		flex-shrink: 1;
	}
}

@media (max-width: 576px) {
	.main_banner_inner {
		padding: 36px 20px;
	}
	.main_banner h1 {
		font-size: 26px;
	}
	.main_banner_buttons {
		width: 100%;
		gap: 10px;
	}
	.btn_primary {
		flex: 1.1;
		padding: 14px 10px;
		font-size: 11px;
		letter-spacing: 0.04em;
		white-space: nowrap;
		min-width: 0;
	}
	.btn_outline {
		flex: 1.2;
		padding: 14px 8px;
		font-size: 10px;
		letter-spacing: 0.02em;
		gap: 4px;
		white-space: nowrap;
		min-width: 0;
	}
	.btn_outline svg {
		width: 16px;
		height: 16px;
		flex-shrink: 0;
	}
}

/* =======================================================================
   ПРЕИМУЩЕСТВА
   ======================================================================= */
.preim {
	margin: 80px 0;
}

.preim .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 56px;
	margin: 0 -15px;
}

.preim .col-sm-4 {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding: 0 15px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.preim .col-sm-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 480px) {
	.preim .col-sm-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.preim_item_t {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.preim_item_td:first-child {
	flex: 0 0 auto;
}

.preim_item_td:last-child {
	flex: 1 1 auto;
	padding-top: 8px;
}

.preim_item_i img {
	width: 110px;
	height: 110px;
	object-fit: contain;
}

.preim_item_title {
	font-size: 22px;
	font-weight: 800;
	color: var(--dark);
	line-height: 1.22;
	margin-bottom: 14px;
}

.preim_item_p {
	font-size: 15px;
	color: var(--text-muted);
	line-height: 1.65;
}

@media (max-width: 576px) {
	.preim_item_i img {
		width: 80px;
		height: 80px;
	}
	.preim_item_title {
		font-size: 18px;
	}
}

/* =======================================================================
   ЗАГОЛОВКИ СЕКЦИЙ
   ======================================================================= */
.title {
	font-size: 36px;
	font-weight: 800;
	color: var(--dark);
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.2;
}

.title_desc2 {
	text-align: center;
	color: var(--text-muted);
	margin-top: -28px;
	margin-bottom: 24px;
	font-size: 15px;
}

.title_desc3 {
	text-align: center;
	color: var(--text-muted);
	font-size: 13px;
	max-width: 900px;
	margin: 0 auto 28px;
	line-height: 1.6;
}

/* =======================================================================
   БЛОК ЦЕН
   ======================================================================= */
.price_block {
	margin: 80px 0;
}

.price_block .title {
	margin-bottom: 12px;
}

.price_block_subtitle {
	text-align: center;
	color: var(--text-muted);
	font-size: 16px;
	margin: -24px 0 40px;
}

.price_carousel {
	margin-bottom: 48px;
}

.owl-carousel1 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.price_item {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: var(--shadow-card);
	transition: transform .2s, box-shadow .2s;
	position: relative;
}

.price_item:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(15, 46, 77, 0.1);
}

.price_item_badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--green);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 999px;
	z-index: 2;
	box-shadow: 0 4px 10px rgba(31, 177, 85, 0.3);
}

.price_item_i {
	height: 180px;
	overflow: hidden;
	background: #E5E7EB;
}

.price_item_i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.price_item_box {
	padding: 22px 20px 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.price_item_city1 {
	font-size: 15px;
	font-weight: 700;
	color: var(--green);
	margin-bottom: 4px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.price_item_city1::after {
	content: "→";
	display: inline-block;
}

.price_item_city2 {
	font-size: 22px;
	font-weight: 800;
	color: var(--dark);
	line-height: 1.2;
}

.price_item_time {
	font-size: 14px;
	color: var(--text-muted);
	margin: 14px 0 18px;
}

.price_item_info {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
}

.price_item_price {
	background: var(--green-soft);
	color: var(--green-dark);
	font-weight: 700;
	font-size: 14px;
	padding: 9px 14px;
	border-radius: 10px;
}

.price_item_weight {
	background: #fff;
	border: 1px solid var(--border);
	padding: 8px 14px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
	color: var(--dark);
}

@media (max-width: 1200px) {
	.owl-carousel1 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.owl-carousel1 {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.price_item_city2 {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.owl-carousel1 {
		grid-template-columns: 1fr;
	}
}

.button_block {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.button1,
.button2 {
	display: inline-block;
	padding: 20px 56px;
	border-radius: 14px;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	transition: transform .2s, box-shadow .2s, background .2s;
}

.button1 {
	background: var(--dark);
	color: #fff;
}

.button1:hover {
	background: var(--dark-2);
	opacity: 1;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(15, 46, 77, 0.25);
}

.button2 {
	background: var(--green);
	color: #fff;
}

.button2:hover {
	background: var(--green-dark);
	opacity: 1;
	transform: translateY(-2px);
}

/* =======================================================================
   ALLOWED
   ======================================================================= */
.allowed_wrap {
	margin: 80px 0;
}

.allowed .row {
	justify-content: center;
}

.allowed_item {
	padding: 16px 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.allowed_item_i img {
	width: 110px;
	height: 110px;
	object-fit: contain;
	margin: 0 auto;
}

.allowed_item_p {
	font-size: 17px;
	font-weight: 700;
	color: var(--dark);
	line-height: 1.3;
	max-width: 180px;
	margin: 0 auto;
}

.allowed_but {
	margin-top: 24px;
}

/* =======================================================================
   RESTRICTION
   ======================================================================= */
.restriction_wrap {
	margin: 80px 0;
}

.restriction_left,
.restriction_right {
	background: var(--bg-soft);
	border-radius: var(--radius-lg);
	padding: 40px;
	height: 100%;
}

.restriction_left {
	display: flex;
	align-items: center;
}

.restriction_left .row {
	width: 100%;
	align-items: center;
}

.restriction_left_item {
	text-align: center;
}

.restriction_left_item_i img {
	margin: 0 auto;
	max-height: 220px;
}

.restriction_left_item_t {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
	color: var(--dark);
}

.restriction_right {
	text-align: left;
}

.restriction_right_t {
	font-size: 26px;
	font-weight: 800;
	color: var(--dark);
	margin-bottom: 24px;
	text-align: center;
	line-height: 1.25;
}

.restriction_right_text p {
	font-size: 15px;
	color: var(--text);
	line-height: 1.6;
}

.restriction_right_text p span {
	display: inline-block;
	background: #fff;
	padding: 8px 22px;
	border-radius: 10px;
	font-weight: 700;
	color: var(--dark);
	font-size: 15px;
	margin-bottom: 4px;
}

/* =======================================================================
   FORMALIZ
   ======================================================================= */
.formaliz {
	margin: 80px 0;
}

.formaliz_row .owl-carousel2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.formaliz_item {
	background: var(--bg-soft);
	border-radius: var(--radius);
	padding: 28px;
}

.formaliz_item_t {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 18px;
}

.formaliz_item_num {
	width: 48px;
	height: 48px;
	background: var(--green);
	color: #fff;
	border-radius: 10px;
	font-weight: 800;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.formaliz_item_title {
	font-size: 22px;
	font-weight: 800;
	color: var(--dark);
}

.formaliz_item_p {
	font-size: 15px;
	color: var(--text-muted);
	line-height: 1.6;
}

/* =======================================================================
   ТАРИФЫ (таблица)
   ======================================================================= */
.tariff {
	margin: 80px 0;
}

.tariff_table {
	overflow-x: auto;
}

.tariff_table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.tariff_table th {
	text-align: left;
	font-weight: 700;
	color: var(--dark);
	padding: 18px 24px;
	border-bottom: 1px solid var(--border);
	font-size: 15px;
}

.tariff_table td {
	padding: 18px 24px;
	border-bottom: 1px solid var(--border);
	color: var(--dark);
}

.tariff_table_h {
	background: #EAF8EE;
}

.tariff_table_h strong {
	display: inline-block;
	background: var(--dark);
	color: #fff;
	padding: 8px 18px;
	border-radius: 8px;
	font-weight: 700;
	margin-right: 12px;
}

/* =======================================================================
   О КОМПАНИИ
   ======================================================================= */
.about_home {
	margin: 80px 0;
}

.about_home .row {
	align-items: center;
	gap: 0;
}

.about_home_text h2 {
	font-size: 32px;
	font-weight: 800;
	color: var(--dark);
	margin-bottom: 20px;
}

.about_home_text p {
	font-size: 15px;
	line-height: 1.6;
	color: var(--text);
}

.about_home_text ul {
	margin: 16px 0 24px;
	padding-left: 0;
}

.about_home_text ul li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
	font-size: 15px;
	color: var(--text);
	line-height: 1.5;
}

.about_home_text ul li::before {
	content: "•";
	position: absolute;
	left: 8px;
	top: 0;
	color: var(--text);
	font-size: 18px;
	line-height: 1;
}

.about_home_text blockquote {
	margin: 24px 0 0;
	padding: 24px 28px;
	background: var(--dark);
	color: #fff;
	border-radius: var(--radius);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.about_home_text blockquote span {
	color: var(--green);
}

.about_home_right img {
	width: 100%;
	border-radius: var(--radius);
}

/* =======================================================================
   ABOUT_HOME2
   ======================================================================= */
.about_home2 {
	margin: 80px 0;
}

.about_home2 .row {
	row-gap: 24px;
}

.about_home2_item {
	background: var(--bg-soft);
	border-radius: var(--radius);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.about_home2_item_i {
	height: 280px;
	overflow: hidden;
}

.about_home2_item_i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_home2_item_box {
	padding: 28px;
}

.about_home2_item_t {
	font-size: 22px;
	font-weight: 800;
	color: var(--dark);
	margin-bottom: 12px;
	line-height: 1.25;
}

.about_home2_item_p {
	font-size: 15px;
	color: var(--text-muted);
	line-height: 1.6;
}

/* =======================================================================
   FAQ
   ======================================================================= */
.faq1 {
	margin: 80px 0;
}

.accordion {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.accordion-item {
	position: relative;
	background: #EFEFEF;
	color: var(--dark);
	font-size: 18px;
	font-weight: 700;
	padding: 22px 60px 22px 28px;
	border-radius: 12px;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
}

.accordion-item::after {
	content: "+";
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	font-weight: 400;
	color: var(--dark);
	line-height: 1;
	transition: color .2s ease, transform .2s ease;
}

.accordion-item.active {
	background: #EAF8EE;
	color: var(--green);
}

.accordion-item.active::after {
	content: "×";
	color: var(--green);
	font-size: 32px;
}

.data {
	display: none;
	padding: 4px 28px 24px;
	font-size: 15px;
	color: var(--text);
	line-height: 1.6;
	background: #EAF8EE;
	border-radius: 0 0 12px 12px;
	margin-top: -12px;
	margin-bottom: 4px;
}

.data.show {
	display: block;
}

/* =======================================================================
   ОСТАЛИСЬ ВОПРОСЫ
   ======================================================================= */
.more_questions {
	margin: 80px 0;
	padding: 48px;
	background: var(--bg-soft);
	border-radius: var(--radius-lg);
}

.more_questions_t {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
}

.more_questions_l1 {
	font-size: 30px;
	font-weight: 800;
	color: var(--dark);
	margin-bottom: 14px;
	line-height: 1.2;
}

.more_questions_l2 {
	font-size: 15px;
	color: var(--text);
	line-height: 1.5;
	margin-bottom: 8px;
}

.mq_note {
	color: var(--text-muted);
	font-size: 13px;
}

.more_questions_r a {
	font-size: 24px;
	font-weight: 800;
	color: var(--dark);
}

.more_questions_r span {
	display: block;
	font-size: 12px;
	color: var(--text-muted);
	font-weight: 400;
	margin-top: 4px;
}

.more_questions_c a {
	color: var(--green);
	font-weight: 700;
	font-size: 17px;
}

/* =======================================================================
   FOOTER
   ======================================================================= */
footer {
	background: var(--bg-soft);
	padding: 56px 0 24px;
	margin-top: 80px;
}

.foot {
	margin-bottom: 32px;
}

.foot .row {
	row-gap: 24px;
}

.foot_logo {
	font-style: italic;
	font-weight: 800;
	font-size: 20px;
	color: var(--dark);
	line-height: 1.05;
	margin-bottom: 14px;
}

.foot_logo::before {
	content: "Отправка24";
}

.foot_logo_desc {
	font-size: 13px;
	color: var(--text-muted);
	line-height: 1.5;
}

.foot_title {
	font-size: 16px;
	font-weight: 700;
	color: var(--dark);
	margin-bottom: 14px;
}

.foot_menu ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.foot_menu a {
	font-size: 14px;
	color: var(--text);
}

.foot_menu a:hover {
	color: var(--green);
	opacity: 1;
}

.foot_right {
	text-align: left;
}

.foot_mail a {
	font-size: 18px;
	font-weight: 800;
	color: var(--dark);
}

.copy {
	border-top: 1px solid var(--border);
	padding-top: 24px;
	font-size: 12px;
	color: var(--text-muted);
	line-height: 1.6;
}

/* =======================================================================
   COOKIE
   ======================================================================= */
.cookie {
	position: fixed;
	bottom: 16px;
	left: 16px;
	right: 16px;
	background: #fff;
	box-shadow: 0 8px 32px rgba(14, 45, 68, 0.15);
	border-radius: var(--radius);
	padding: 20px 24px;
	z-index: 200;
	display: none;
}

.cookie.show {
	display: block;
}

.cookie_t {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	max-width: 1280px;
	margin: 0 auto;
}

.cookie_td:first-child { flex: 1 1 auto; min-width: 240px; }

.cookie_text {
	font-size: 13px;
	color: var(--text);
	line-height: 1.5;
}

.cookie_text a {
	color: var(--green);
	text-decoration: underline;
}

.cookie_accept {
	background: var(--green);
	color: #fff;
	padding: 12px 28px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
}

.cookie_accept:hover {
	background: var(--green-dark);
}

/* =======================================================================
   КНОПКА «НАВЕРХ»
   ======================================================================= */
#topbutton {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 50px;
	height: 50px;
	background: var(--green);
	border-radius: 10px;
	cursor: pointer;
	z-index: 90;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease, transform .25s ease, background .25s ease;
}

#topbutton::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-top: 2.5px solid #fff;
	border-right: 2.5px solid #fff;
	transform: translate(-50%, -30%) rotate(-45deg);
}

#topbutton.show {
	opacity: 1;
	pointer-events: auto;
}

#topbutton:hover {
	background: var(--green-dark);
	transform: translateY(-2px);
}

/* =======================================================================
   АДАПТИВ
   ======================================================================= */
@media (max-width: 1100px) {
	.main_banner h1 { font-size: 38px; }
	.title { font-size: 30px; }
	.menu_wd ul { gap: 24px; }
	.menu_wd a { font-size: 15px; }
	.phone a { font-size: 18px; }
	.head_td_buttons a { padding: 10px 16px; font-size: 14px; }
}

@media (max-width: 900px) {
	.col-sm-4,
	.col-sm-6 {
		width: 50%;
	}
	.col-md-1-5 {
		width: 33.3333%;
	}
	.owl-carousel1 {
		grid-template-columns: repeat(2, 1fr);
	}
	.formaliz_row .owl-carousel2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.col-md-7,
	.col-md-5,
	.col-sm-7,
	.col-sm-5 {
		width: 100%;
	}
	.restriction_left { margin-bottom: 24px; }
	.more_questions_t {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.menu,
	.head_td_buttons,
	.logo {
		display: none;
	}
	.menu_burger {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		font-size: 22px;
		border: 1.5px solid var(--dark);
		border-radius: 10px;
		background: #fff;
		flex-shrink: 0;
	}
	.head_mobi_buttons_hid { display: block; }
	.head_mobi_buttons {
		display: flex;
		gap: 8px;
		padding: 12px 16px;
		align-items: center;
		justify-content: flex-start;
		border-bottom: 1px solid var(--border);
	}
	.head_mobi_buttons a {
		flex: 0 1 auto;
	}
	.header_t {
		justify-content: space-between;
	}
	.header_td_4 { display: none; }
	.about_home_right { margin-top: 32px; }
}

@media (max-width: 640px) {
	.wrap { padding: 0 16px; }
	.col-sm-4,
	.col-sm-6,
	.col-md-1-5 {
		width: 100%;
	}
	.owl-carousel1,
	.formaliz_row .owl-carousel2 {
		grid-template-columns: 1fr;
	}
	.main_banner {
		padding: 0;
		margin: 0 -16px 32px;
		min-height: auto;
		background-image: none;
	}
	.main_banner_inner {
		padding: 20px 20px 24px;
	}
	.main_banner_tag {
		margin-bottom: 16px;
	}
	.main_banner h1 {
		margin-bottom: 20px;
	}
	.main_banner_features {
		gap: 14px;
		margin-bottom: 20px;
	}
	.main_banner h1 { font-size: 26px; }
	.main_banner ul { gap: 16px; }
	.main_banner ul li { font-size: 17px; padding-left: 40px; }
	.title { font-size: 24px; margin-bottom: 28px; }
	.preim { margin: 48px 0; }
	.preim .row { row-gap: 28px; }
	.preim_item_i img { width: 64px; height: 64px; }
	.preim_item_title { font-size: 17px; }
	.allowed_item_i img { width: 88px; height: 88px; }
	.restriction_left,
	.restriction_right { padding: 24px; }
	.restriction_right_t { font-size: 22px; }
	.formaliz_item { padding: 22px; }
	.formaliz_item_title { font-size: 18px; }
	.about_home_text h2 { font-size: 24px; }
	.about_home_text blockquote { font-size: 15px; padding: 20px; }
	.more_questions { padding: 28px 24px; }
	.more_questions_l1 { font-size: 22px; }
	.more_questions_r a { font-size: 20px; }
	.accordion-item { font-size: 15px; padding: 18px 50px 18px 20px; }
	.accordion-item::after { right: 20px; }
	.tariff_table th,
	.tariff_table td {
		padding: 14px 12px;
		font-size: 13px;
	}
	.button1, .button2 { padding: 14px 28px; font-size: 15px; }
	.head_mobi_buttons a { padding: 10px 16px; font-size: 13px; }
	.logo a { font-size: 18px; }
	.phone { display: none; }
	.phone_comment { display: none; }
	#topbutton { right: 12px; bottom: 12px; width: 44px; height: 44px; }
	footer { padding: 40px 0 20px; margin-top: 48px; }
}

/* =======================================================================
   МОДАЛКА «Оставить заявку»
   ======================================================================= */
.modal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.modal.is-open {
	display: flex;
}

.modal_overlay {
	position: absolute;
	inset: 0;
	background: rgba(15, 46, 77, 0.55);
	backdrop-filter: blur(2px);
	animation: modal_fade .25s ease;
}

.modal_dialog {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 36px 36px 32px;
	max-width: 460px;
	width: 100%;
	box-shadow: 0 24px 60px rgba(15, 46, 77, 0.25);
	animation: modal_pop .3s cubic-bezier(.2, .9, .3, 1.2);
	max-height: 90vh;
	overflow-y: auto;
}

@keyframes modal_fade {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes modal_pop {
	from { opacity: 0; transform: scale(.92) translateY(10px); }
	to { opacity: 1; transform: scale(1) translateY(0); }
}

.modal_close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 36px;
	height: 36px;
	background: var(--bg-soft);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	color: var(--dark);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .2s, color .2s;
}

.modal_close:hover {
	background: var(--border);
}

.modal_close svg {
	width: 18px;
	height: 18px;
}

.modal_header {
	margin-bottom: 24px;
}

.modal_title {
	font-size: 26px;
	font-weight: 800;
	color: var(--dark);
	margin-bottom: 8px;
	letter-spacing: -.01em;
}

.modal_subtitle {
	font-size: 14px;
	color: var(--text-muted);
	line-height: 1.5;
}

.modal_form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.modal_form .field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.modal_form label {
	font-size: 13px;
	font-weight: 600;
	color: var(--dark);
}

.modal_form input {
	width: 100%;
	padding: 14px 16px;
	font-size: 15px;
	font-family: inherit;
	color: var(--dark);
	background: var(--bg-soft);
	border: 1.5px solid transparent;
	border-radius: 12px;
	outline: none;
	transition: border-color .15s, background .15s;
}

.modal_form input::placeholder {
	color: #A0AAB4;
}

.modal_form input:focus {
	border-color: var(--green);
	background: #fff;
}

.modal_form input.is-error {
	border-color: #E5484D;
	background: #fff5f5;
}

.modal_submit {
	margin-top: 8px;
	width: 100%;
	padding: 16px 24px;
	cursor: pointer;
	border: none;
}

.modal_policy {
	font-size: 12px;
	color: var(--text-muted);
	text-align: center;
	line-height: 1.5;
	margin-top: 4px;
}

.modal_policy a {
	color: var(--green);
	text-decoration: underline;
}

.modal_success {
	display: none;
	align-items: center;
	gap: 12px;
	padding: 16px;
	background: var(--green-soft);
	color: var(--green-dark);
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 8px;
}

.modal_success.is-visible {
	display: flex;
}

.modal_success svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

body.modal-open {
	overflow: hidden;
}

@media (max-width: 480px) {
	.modal_dialog {
		padding: 28px 22px 24px;
		border-radius: 16px;
	}
	.modal_title {
		font-size: 22px;
	}
}