


.home_deal_steps .item {
	position: relative;
	text-align: center;
	padding: 164px 0 0;
}
.home_deal_steps .item:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.home_deal_steps .item.step_1:before {
	background-image: url('../images/deal_step1.svg');
	height: 133px;
}
.home_deal_steps .item.step_2:before {
	background-image: url('../images/deal_step2.svg');
	height: 138px;
}
.home_deal_steps .item.step_3:before {
	background-image: url('../images/deal_step3.svg');
	height: 162px;
}
.home_deal_steps .item .title {
	font-weight: 600;
	font-size: 19px;
	line-height: 1.2;
	margin: 0 0 10px;
}
.home_deal_steps .item .subtitle {
	font-size: 17px;
	line-height: 1.35;
}
.home_deal_steps .item a.add {
	position: relative;
	display: inline-block;
	padding-right: 42px;
	text-decoration: none;
}
.home_deal_steps .item a.add svg {
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	top: 50%;
	right: 0;
	margin-top: -15px;
}

.block_home_last_orders form {
	padding: 32px 30px;
	border: 1px solid #DCEBFA;
	border-radius: 16px;
	background: #F1F8FF;
	margin: 0 0 34px;
}

/* Heading and CTA system for the public orders block. */
.block_home_last_orders--home .sampa24-orders-heading {
	max-width: 760px;
	margin: 0 0 24px;
}
.block_home_last_orders--home .sampa24-orders-heading__eyebrow {
	display: block;
	margin-bottom: 8px;
	color: #F85112;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .09em;
	line-height: 1.2;
	text-transform: uppercase;
}
.block_home_last_orders--home .sampa24-orders-heading h2 {
	margin: 0;
	color: #152D45;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.08;
}
.block_home_last_orders--home .sampa24-orders-heading p {
	margin: 10px 0 0;
	color: #6B86A4;
	font-size: 16px;
	line-height: 1.45;
}
.block_home_last_orders--home form .red_btn_around,
.block_home_last_orders--home .red_btn_around,
.block_home_last_orders--home .red_btn_around_border {
	min-width: 220px;
	min-height: 58px;
	padding: 14px 26px;
	border: 1px solid #F85112;
	border-radius: 999px;
	background: #F85112;
	box-shadow: 0 8px 16px rgba(248, 81, 18, .16);
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.block_home_last_orders--home form .red_btn_around:hover,
.block_home_last_orders--home .red_btn_around:hover,
.block_home_last_orders--home .red_btn_around_border:hover {
	transform: translateY(-1px);
	background: #e8460c;
	box-shadow: 0 11px 19px rgba(248, 81, 18, .22);
	opacity: 1;
}
.block_home_last_orders--search {
	margin-top: 32px;
	margin-bottom: 80px;
}
.block_home_last_orders form .fields {
	gap: 24px;
}
.block_home_last_orders form .field {
	width: calc((100% - 24px * 4) / 5);
}
.block_home_last_orders form .field .label {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 10px;
}
.block_home_last_orders form .field input, .block_home_last_orders form .field button, .block_home_last_orders form .field .select .title {
	width: 100%;
	height: 52px;
}
.block_home_last_orders form .field input, .block_home_last_orders form .field .select .title {
	padding: 0 16px;
	font-size: 14px;
	line-height: 52px;
	border: 1px solid #CFE5FF;
	border-radius: 10px;
	background: #fff;
	font-weight: 400;
}
.block_home_last_orders form .h4 {
	margin: 0 0 26px;
	font-size: 27px;
	line-height: 1.2;
}
.block_home_last_orders form .field button {
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: #F85112;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}
.block_home_last_orders form .field .select .title:after {
	right: 16px;
}
.block_home_last_orders form .field .select.value-selected .title {
	color: #767676;
}

.block_home_last_orders .block_navigation .block_limit {
	
}
.block_home_last_orders .block_navigation .label {
	margin: 0 12px 0 0;
	line-height: 1.2;
}
.block_home_last_orders .block_navigation .select .title {
	font-size: 14px;
	padding: 9px 31px 9px 12px;
}
.block_home_last_orders .block_navigation .select .title:after {
	right: 11px;
}

.block_home_last_orders .block_navigation .block_pages {
	margin: 0 0 0 24px;
}
.block_home_last_orders .page-numbers {
	font-size: 14px;
	line-height: 1.2;
	margin: 0 2px;
	text-decoration: none;
}
.block_home_last_orders .page-numbers.current {
	color: #B2BEC9;
	padding: 9px 15px;
	border: 1px solid #F85112;
	border-radius: 5px;
}

/* Responsive order cards replacing the legacy orders table. */
.sampa24-orders-list {
	margin: 20px 0;
}
.sampa24-order-card {
	display: grid;
	grid-template-columns: minmax(300px, 1.4fr) repeat(3, minmax(125px, .62fr)) 150px;
	align-items: center;
	gap: 28px;
	padding: 18px 20px;
	margin: 0 0 14px;
	border: 1px solid #DCEBFA;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(37, 88, 130, .06);
	color: #152D45;
}
.sampa24-order-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 8px;
}
.sampa24-order-card__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 9px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}
.sampa24-order-card__badge:before {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	content: '';
}
.sampa24-order-card__badge--orange { color: #F85112; background: #FFF1EB; }
.sampa24-order-card__badge--green { color: #2A9B68; background: #ECFBF3; }
.sampa24-order-card__route {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}
.sampa24-order-card__arrow {
	color: #F85112;
	font-size: 26px;
	font-weight: 400;
}
.sampa24-order-card__vehicle {
	margin-top: 5px;
	color: #526B82;
	font-size: 12px;
	line-height: 1.35;
}
.sampa24-order-card__metric {
	min-width: 0;
	padding-left: 24px;
	border-left: 1px solid #DCEBFA;
}
.sampa24-order-card__label {
	display: block;
	color: #91A4B8;
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}
.sampa24-order-card__metric strong {
	display: block;
	margin-top: 9px;
	font-size: 13px;
	line-height: 1.25;
	white-space: nowrap;
}
.sampa24-order-card__offers { color: #F85112; }
.sampa24-order-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 134px;
	padding: 11px 16px;
	border-radius: 999px;
	background: #F85112;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: opacity .2s ease;
}
.sampa24-order-card__button:hover { opacity: .85; }
/* Карточки на главной используют тот же компактный CTA, что и «Мои заказы». */
.block_home_last_orders--home .sampa24-order-card__button {
	min-width: 132px;
	min-height: 0;
	padding: 11px 15px;
	font-size: 12px;
	font-weight: 700;
	box-shadow: none;
}
.sampa24-orders-list__empty {
	padding: 30px 24px;
	border: 1px solid #DCEBFA;
	border-radius: 16px;
	background: #fff;
	text-align: center;
}
.sampa24-orders-list__empty--search {
	margin: 28px 0 20px;
	box-shadow: 0 8px 22px rgba(37, 88, 130, .06);
}
.sampa24-orders-list__empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: #FFF1EB;
	color: #F85112;
	font-size: 23px;
	font-weight: 700;
}
.sampa24-orders-list__empty h3 {
	margin: 12px 0 7px;
	color: #183B5C;
	font-size: 18px;
	line-height: 1.3;
}
.sampa24-orders-list__empty p {
	max-width: 520px;
	margin: 0 auto;
	color: #7890A8;
	font-size: 13px;
	line-height: 1.5;
}
.sampa24-orders-list__empty .sampa24-order-card__button { margin-top: 17px; }

/* Завершённые перевозки на странице региона. */
.sampa24-completed-shipments {
	position: relative;
	margin: 34px 0 38px;
	padding: 28px 30px 20px;
	overflow: hidden;
	border: 1px solid #cfe5fb;
	border-radius: 16px;
	background: #f1f8ff;
}
.sampa24-completed-shipments:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 142px;
	height: 7px;
	border-radius: 0 0 4px 0;
	background: #f85112;
	content: '';
}
.sampa24-completed-shipments__header { margin: 5px 0 20px; }
.sampa24-completed-shipments__eyebrow {
	margin: 0 0 7px;
	color: #f85112;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}
.sampa24-completed-shipments h2 { margin: 0; color: #183b5c; font-size: 25px; line-height: 1.22; }
.sampa24-completed-shipments__header > p:last-child { margin: 6px 0 0; color: #7890a8; font-size: 13px; }
.sampa24-completed-shipments__list { display: grid; gap: 12px; }
.sampa24-completed-card {
	display: grid;
	grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(115px, .62fr)) 145px;
	align-items: center;
	gap: 24px;
	padding: 17px 18px;
	border: 1px solid #dcebfa;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(37, 88, 130, .05);
}
.sampa24-completed-card__badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 8px; }
.sampa24-completed-card__done {
	display: inline-flex;
	align-items: center;
	padding: 5px 9px;
	border-radius: 999px;
	background: #ecfbf3;
	color: #2a9b68;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
.sampa24-completed-card__rating { color: #183b5c; }
.sampa24-completed-card__rating:first-letter { color: #e9a700; }
.sampa24-completed-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border: 1px solid #f85112;
	border-radius: 999px;
	color: #f85112;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}
.sampa24-completed-card__button:hover { background: #fff1eb; }
.sampa24-completed-shipments__footer {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
	margin-top: 16px;
	padding-top: 15px;
	border-top: 1px solid #d5e9fb;
}
.sampa24-completed-shipments__footer p { margin: 0; color: #7890a8; font-size: 12px; }
.sampa24-completed-shipments__footer p strong { color: #183b5c; }
.sampa24-completed-shipments__more { color: #24507a; font-size: 12px; font-weight: 700; text-decoration: underline; }
.sampa24-completed-shipments__footer .sampa24-order-card__button { justify-self: end; }

/* Актуальная статистика категории. */
.sampa24-category-statistics {
	position: relative;
	margin: 34px 0 42px;
	padding: 28px 30px 20px;
	overflow: hidden;
	border: 1px solid #cfe5fb;
	border-radius: 16px;
	background: #f1f8ff;
}
.sampa24-category-statistics:before { position: absolute; top: 0; left: 0; width: 142px; height: 7px; border-radius: 0 0 4px 0; background: #f85112; content: ''; }
.sampa24-category-statistics__header { margin: 5px 0 22px; }
.sampa24-category-statistics__eyebrow { margin: 0 0 7px; color: #f85112; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.sampa24-category-statistics h2 { margin: 0; color: #183b5c; font-size: 25px; line-height: 1.22; }
.sampa24-category-statistics__header > p:last-child { margin: 6px 0 0; color: #7890a8; font-size: 13px; }
.sampa24-category-statistics__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.sampa24-category-statistics__card { min-height: 155px; padding: 18px; border: 1px solid #dcebfa; border-radius: 13px; background: #fff; box-shadow: 0 8px 22px rgba(37, 88, 130, .05); }
.sampa24-category-statistics__icon { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: #fff1eb; color: #f85112; font-size: 18px; font-weight: 700; }
.sampa24-category-statistics__card strong { display: block; margin-top: 12px; color: #184a78; font-size: 28px; line-height: 1; }
.sampa24-category-statistics__card strong.sampa24-category-statistics__value--compact { font-size: 24px; }
.sampa24-category-statistics__card h3 { margin: 8px 0 0; color: #183b5c; font-size: 12px; line-height: 1.32; }
.sampa24-category-statistics__card p { margin: 7px 0 0; color: #91a4b8; font-size: 10px; line-height: 1.35; }
.sampa24-category-statistics__footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; margin-top: 18px; padding-top: 15px; border-top: 1px solid #d5e9fb; }
.sampa24-category-statistics__footer > p { margin: 0; color: #7890a8; font-size: 11px; line-height: 1.5; }
.sampa24-category-statistics__footer > p strong { color: #183b5c; }
.sampa24-category-statistics__footer > p span { color: #91a4b8; }
.sampa24-category-statistics__details summary { color: #24507a; cursor: pointer; font-size: 11px; font-weight: 700; text-decoration: underline; }
.sampa24-category-statistics__details p { position: absolute; z-index: 2; width: 310px; margin: 8px 0 0 -120px; padding: 10px; border: 1px solid #dcebfa; border-radius: 9px; background: #fff; color: #526b82; font-size: 11px; line-height: 1.4; box-shadow: 0 8px 22px rgba(37, 88, 130, .12); }
.sampa24-category-statistics__footer .sampa24-order-card__button { justify-self: end; }

/* FAQ категории. */
.sampa24-category-faq { display: grid; grid-template-columns: 30% 1fr; gap: 30px; margin: 34px 0 42px; padding: 28px 30px; border: 1px solid #cfe5fb; border-radius: 16px; background: #f1f8ff; }
.sampa24-region-page__faq .sampa24-category-faq { margin-bottom: 0; }
.sampa24-category-faq__eyebrow { margin: 0 0 8px; color: #f85112; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.sampa24-category-faq h2 { margin: 0; color: #183b5c; font-size: 26px; line-height: 1.22; }
.sampa24-category-faq__aside > p:not(.sampa24-category-faq__eyebrow) { margin: 11px 0 0; color: #7890a8; font-size: 13px; line-height: 1.55; }
.sampa24-category-faq__mark { display: flex; align-items: center; justify-content: center; width: 104px; height: 104px; margin: 28px auto; border: 1px solid #d4e9ff; border-radius: 50%; box-shadow: inset 0 0 0 20px #fff, 0 8px 20px rgba(37, 88, 130, .06); color: #f85112; font-size: 60px; font-weight: 700; }
.sampa24-category-faq__cta { padding: 18px; border: 1px solid #dcebfa; border-radius: 13px; background: #fff; }
.sampa24-category-faq__cta strong { color: #184a78; font-size: 14px; }
.sampa24-category-faq__cta p { margin: 10px 0 14px; color: #7890a8; font-size: 12px; line-height: 1.45; }
.sampa24-category-faq__cta .sampa24-order-card__button { width: 100%; }
.sampa24-category-faq__content-head { display: flex; justify-content: space-between; align-items: center; margin: 0 0 12px; color: #184a78; font-size: 14px; }
.sampa24-category-faq__content-head span { color: #91a4b8; font-size: 11px; }
.sampa24-category-faq__items { display: grid; gap: 10px; }
.sampa24-category-faq__item { overflow: hidden; border: 1px solid #d1e6fb; border-radius: 13px; background: #fff; }
.sampa24-category-faq__item[open] { border-color: #ffad8c; }
.sampa24-category-faq__item summary { display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 12px 15px; cursor: pointer; color: #183b5c; font-size: 13px; font-weight: 700; list-style: none; }
.sampa24-category-faq__item summary::-webkit-details-marker { display: none; }
.sampa24-category-faq__number { display: inline-flex; flex: 0 0 28px; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: #f1f8ff; color: #184a78; font-size: 11px; }
.sampa24-category-faq__item[open] .sampa24-category-faq__number { background: #fff1eb; color: #f85112; }
.sampa24-category-faq__item summary b { position: relative; flex: 0 0 28px; width: 28px; height: 28px; margin-left: auto; border-radius: 50%; background: #fff1eb; }
.sampa24-category-faq__item summary b:before, .sampa24-category-faq__item summary b:after { position: absolute; top: 13px; left: 8px; width: 12px; height: 2px; background: #f85112; content: ''; }
.sampa24-category-faq__item summary b:after { transform: rotate(90deg); }
.sampa24-category-faq__item[open] summary b:after { display: none; }
.sampa24-category-faq__answer { margin: 0 15px 14px 55px; padding-top: 12px; border-top: 1px solid #e2edf7; color: #7890a8; font-size: 13px; line-height: 1.55; }
.sampa24-category-faq__answer p { margin: 0; }
.sampa24-category-faq__bottom { display: flex; justify-content: space-between; gap: 15px; margin-top: 14px; color: #91a4b8; font-size: 11px; }
.sampa24-category-faq__bottom a { color: #24507a; font-weight: 700; text-decoration: underline; }

/* На странице города поиск заявок начинается сразу после основного блока. */
.sampa24-region-page + .block_home_last_orders { margin: 0 0 34px; }
.block_home_last_orders--home.section { margin: 34px 0; }

/* Хабовая страница городов. */
.sampa24-cities-page { padding-bottom: 58px; }
.sampa24-cities-page__heading { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.sampa24-cities-page__heading h1 { margin: 0; color: #183b5c; font-size: 38px; line-height: 1.18; }
.sampa24-cities-page__heading > div > p { margin: 11px 0 0; color: #7890a8; font-size: 14px; }
.sampa24-cities-page__lead { align-self: end; margin: 0; color: #8ba0b5; font-size: 13px; line-height: 1.5; }
.sampa24-cities-search, .sampa24-cities-list { position: relative; overflow: hidden; border: 1px solid #cfe5fb; border-radius: 16px; background: #f1f8ff; }
.sampa24-cities-search { display: grid; grid-template-columns: 1fr minmax(290px, 440px); align-items: center; gap: 30px; margin-bottom: 30px; padding: 27px 30px; }
.sampa24-cities-search__eyebrow { margin: 0 0 7px; color: #f85112; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.sampa24-cities-search h2, .sampa24-cities-list h2 { margin: 0; color: #183b5c; font-size: 25px; line-height: 1.2; }
.sampa24-cities-search__field input { width: 100%; height: 54px; padding: 0 20px; border: 1px solid #bfd9f4; border-radius: 9px; background: #fff; color: #183b5c; font: inherit; }
.sampa24-cities-search__field input::placeholder { color: #a8b9c9; }
.sampa24-cities-list { padding: 28px 30px 20px; }
.sampa24-cities-list:before { position: absolute; top: 0; left: 0; width: 142px; height: 7px; border-radius: 0 0 4px 0; background: #f85112; content: ''; }

/* Оранжевая маркерная полоса не выходит за скругление контейнера. */
.sampa24-region-orders,
.sampa24-completed-shipments,
.sampa24-category-statistics,
.sampa24-cities-list,
.sampa24-carrier-selection,
.sampa24-popular-routes { overflow: hidden; }
.sampa24-cities-list__header { margin: 5px 0 20px; }
.sampa24-cities-list__header > p:last-child { margin: 7px 0 0; color: #7890a8; font-size: 13px; }
.sampa24-cities-list__letters { display: flex; flex-wrap: wrap; gap: 5px; padding: 12px 0; border-top: 1px solid #d5e9fb; border-bottom: 1px solid #d5e9fb; }
.sampa24-cities-list__letters button { min-width: 28px; padding: 5px 6px; border: 0; border-radius: 6px; background: transparent; color: #24507a; cursor: pointer; font-size: 12px; font-weight: 700; }
.sampa24-cities-list__letters button:hover, .sampa24-cities-list__letters button.is-active { background: #fff1eb; color: #f85112; }
.sampa24-cities-list__group { margin-top: 23px; }
.sampa24-cities-list__group h3 { margin: 0 0 10px; color: #f85112; font-size: 16px; }
.sampa24-cities-list__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.sampa24-city-card { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 62px; padding: 12px 14px; border: 1px solid #dcebfa; border-radius: 10px; background: #fff; color: #183b5c; text-decoration: none; }
.sampa24-city-card:hover { border-color: #ffad8c; box-shadow: 0 6px 16px rgba(37, 88, 130, .08); }
.sampa24-city-card strong, .sampa24-city-card small { display: block; }
.sampa24-city-card strong { font-size: 14px; }
.sampa24-city-card small { margin-top: 4px; color: #91a4b8; font-size: 10px; }
.sampa24-city-card b { display: inline-flex; align-items: center; justify-content: center; min-width: 33px; height: 25px; padding: 0 7px; border-radius: 999px; background: #ecfbf3; color: #2a9b68; font-size: 11px; }
.sampa24-cities-list__empty { margin: 24px 0 0; color: #7890a8; text-align: center; }
.sampa24-cities-list__note { margin: 20px 0 0; padding-top: 14px; border-top: 1px solid #d5e9fb; color: #91a4b8; font-size: 11px; }

@media (max-width: 820px) {
	.sampa24-cities-page__heading { display: block; margin-bottom: 25px; }
	.sampa24-cities-page__heading h1 { font-size: 28px; }
	.sampa24-cities-page__lead { margin-top: 12px; }
	.sampa24-cities-search { grid-template-columns: 1fr; gap: 18px; padding: 25px 16px; }
	.sampa24-cities-list { padding: 25px 16px 18px; }
	.sampa24-cities-list h2 { font-size: 22px; }
	.sampa24-cities-list__grid { grid-template-columns: 1fr; }
}

/* Первый экран страниц категорий: форма → H1 → хлебные крошки. */
.sampa24-region-hero-form .section_forma_tender {
	margin-top: 0;
}
.sampa24-region-page__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 34px;
}
.sampa24-region-page__title {
	margin: 0 0 14px;
	color: #183b5c;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.18;
}
.sampa24-region-page__title span { display: block; }
.sampa24-region-page__lead { flex: 0 0 auto; margin: 0 0 14px; color: #8ba0b5; font-size: 13px; line-height: 1.45; }
.ccenter.breadcrumbs.sampa24-region-page__breadcrumbs {
	display: flex;
	align-items: center;
	min-height: 28px;
	margin-top: -2px;
	margin-bottom: 28px;
}
.sampa24-region-page__breadcrumbs #breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	color: #7890aa;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}
.sampa24-region-page__breadcrumbs #breadcrumbs a {
	color: #7189a3;
	text-decoration: none;
}
.sampa24-region-page__breadcrumbs #breadcrumbs a:hover {
	color: #ff4d12;
}
.sampa24-region-page__breadcrumbs #breadcrumbs .breadcrumbs__separator {
	margin: 0 2px;
	color: #ff4d12;
	font-weight: 700;
}

@media (max-width: 820px) {
	.sampa24-region-page__heading { display: block; margin-top: 26px; }
	.sampa24-region-page__title { font-size: 27px; }
	.sampa24-region-page__lead { margin-top: 12px; font-size: 12px; }
	.ccenter.breadcrumbs.sampa24-region-page__breadcrumbs { margin-bottom: 20px; }
	.sampa24-region-page__breadcrumbs #breadcrumbs { font-size: 11px; }
}

@media (max-width: 820px) {
	.sampa24-completed-shipments { padding: 25px 16px 18px; }
	.sampa24-completed-shipments h2 { font-size: 22px; }
	.sampa24-completed-card { grid-template-columns: 1fr 1fr; gap: 16px 12px; padding: 16px; }
	.sampa24-completed-card__main { grid-column: 1 / -1; }
	.sampa24-completed-card .sampa24-order-card__metric { padding-left: 0; border-left: 0; }
	.sampa24-completed-card__button { grid-column: 1 / -1; }
	.sampa24-completed-shipments__footer { grid-template-columns: 1fr; }
	.sampa24-completed-shipments__footer .sampa24-order-card__button { justify-self: stretch; }
	.sampa24-category-statistics { padding: 25px 16px 18px; }
	.sampa24-category-statistics h2 { font-size: 22px; }
	.sampa24-category-statistics__grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.sampa24-category-statistics__card { min-height: 150px; padding: 15px; }
	.sampa24-category-statistics__footer { grid-template-columns: 1fr; }
	.sampa24-category-statistics__footer .sampa24-order-card__button { justify-self: stretch; }
	.sampa24-category-statistics__details p { position: static; width: auto; margin-left: 0; }
	.sampa24-category-faq { grid-template-columns: 1fr; gap: 20px; padding: 25px 16px; }
	.sampa24-category-faq h2 { font-size: 22px; }
	.sampa24-category-faq__mark { display: none; }
	.sampa24-category-faq__content-head span { display: none; }
	.sampa24-category-faq__answer { margin-left: 16px; }
	.sampa24-category-faq__bottom { display: grid; }
}

/* Блок актуальных заявок на странице города. */
.sampa24-region-orders {
	position: relative;
	margin: 34px 0 38px;
	padding: 28px 30px 24px;
	overflow: hidden;
	border: 1px solid #cfe5fb;
	border-radius: 16px;
	background: #f1f8ff;
}
.sampa24-region-orders:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	height: 7px;
	border-radius: 0 0 7px 0;
	background: #f85112;
	content: '';
}
.sampa24-region-orders__header { margin-bottom: 18px; }
.sampa24-region-orders__eyebrow {
	margin: 0 0 7px;
	color: #f85112;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.sampa24-region-orders__header h2 {
	margin: 0;
	color: #102d4b;
	font-size: 27px;
	line-height: 1.2;
}
.sampa24-region-orders__header > p:last-child {
	margin: 8px 0 0;
	color: #7890a8;
	font-size: 14px;
}
.sampa24-region-orders .sampa24-orders-list { margin: 0; }
.sampa24-region-orders__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 18px;
}
.sampa24-region-orders__footer p {
	margin: 0;
	color: #7890a8;
	font-size: 12px;
}
.sampa24-region-orders__footer strong { color: #183b5c; }
.sampa24-region-orders__all {
	color: #1d4e7a;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
}
.sampa24-region-orders__footer .sampa24-order-card__button { margin: 0; }
.sampa24-region-orders__empty-state {
	padding: 30px 24px;
	border: 1px solid #d8eafa;
	border-radius: 14px;
	background: #fff;
	text-align: center;
}
.sampa24-region-orders__empty-icon {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	color: #f85112;
	background: #fff0e9;
	font-size: 22px;
}
.sampa24-region-orders__empty-state h3 { margin: 12px 0 7px; color: #183b5c; font-size: 18px; }
.sampa24-region-orders__empty-state p { max-width: 460px; margin: 0 auto; color: #7890a8; font-size: 13px; line-height: 1.5; }
.sampa24-region-orders__empty-state .sampa24-order-card__button { margin-top: 17px; }

/* Как выбирается перевозчик: информационный блок на страницах городов. */
.sampa24-carrier-selection {
	position: relative;
	margin: 0 0 42px;
	padding: 28px 30px 18px;
	overflow: hidden;
	border: 1px solid #cfe5fb;
	border-radius: 16px;
	background: #f1f8ff;
}
.sampa24-carrier-selection:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	height: 7px;
	border-radius: 0 0 7px 0;
	background: #f85112;
	content: '';
}
.sampa24-carrier-selection__header { margin-bottom: 16px; }
.sampa24-carrier-selection__eyebrow,
.sampa24-carrier-modal__eyebrow {
	margin: 0 0 7px;
	color: #f85112;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.sampa24-carrier-selection__header h2 {
	margin: 0;
	color: #102d4b;
	font-size: 27px;
	line-height: 1.2;
}
.sampa24-carrier-selection__header > p:last-child {
	margin: 7px 0 0;
	color: #7890a8;
	font-size: 13px;
}
.sampa24-carrier-selection__cards {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}
.sampa24-carrier-card {
	display: flex;
	min-height: 154px;
	padding: 15px;
	border: 1px solid #d5e8fa;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(37, 88, 130, .05);
	color: #173b60;
	cursor: pointer;
	flex-direction: column;
	align-items: flex-start;
	font-family: inherit;
	text-align: left;
}
.sampa24-carrier-card:nth-child(-n+3) { grid-column: span 2; }
.sampa24-carrier-card:nth-child(4) { grid-column: 2 / span 2; }
.sampa24-carrier-card:nth-child(5) { grid-column: 4 / span 2; }
.sampa24-carrier-card:hover,
.sampa24-carrier-card:focus-visible {
	border-color: #f85112;
	outline: none;
	box-shadow: 0 10px 24px rgba(37, 88, 130, .11);
}
.sampa24-carrier-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-bottom: 10px;
	border-radius: 8px;
	color: #f85112;
	background: #fff0e9;
	font-size: 15px;
}
.sampa24-carrier-card__title { font-size: 13px; font-weight: 700; line-height: 1.25; }
.sampa24-carrier-card__text {
	display: block;
	margin-top: 7px;
	color: #849bb1;
	font-size: 11px;
	line-height: 1.42;
}
.sampa24-carrier-card__more {
	display: block;
	margin-top: auto;
	padding-top: 11px;
	color: #f85112;
	font-size: 10px;
	font-weight: 700;
}
.sampa24-carrier-selection__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 17px;
	padding-top: 13px;
	border-top: 1px solid #d8e9f8;
}
.sampa24-carrier-selection__footer p {
	margin: 0;
	color: #91a5b8;
	font-size: 10px;
}
.sampa24-carrier-selection__footer a:not(.sampa24-order-card__button) { color: #35638d; text-decoration: underline; }
.sampa24-carrier-selection__footer .sampa24-order-card__button { min-width: 170px; margin: 0; }
.sampa24-carrier-modal {
	width: min(620px, calc(100vw - 32px));
	max-height: min(650px, calc(100vh - 32px));
	margin: auto;
	padding: 27px 30px 22px;
	overflow: auto;
	border: 0;
	border-radius: 16px;
	color: #173b60;
	background: #fff;
	box-shadow: 0 24px 60px rgba(15, 44, 73, .3);
}
.sampa24-carrier-modal::backdrop { background: rgba(16, 45, 75, .55); }
.sampa24-carrier-modal__close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 29px;
	height: 29px;
	border: 1px solid #d5e8fa;
	border-radius: 50%;
	color: #17446e;
	background: #fff;
	cursor: pointer;
	font-size: 22px;
	line-height: 22px;
}
.sampa24-carrier-modal h3 { margin: 0; color: #102d4b; font-size: 24px; line-height: 1.2; }
.sampa24-carrier-modal__lead { margin: 7px 0 17px; color: #7890a8; font-size: 13px; line-height: 1.45; }
.sampa24-carrier-modal__body { padding: 17px 0; border-top: 1px solid #d8e9f8; }
.sampa24-carrier-modal__body p,
.sampa24-carrier-modal__body li { color: #58738f; font-size: 13px; line-height: 1.55; }
.sampa24-carrier-modal__body p { margin: 0 0 12px; }
.sampa24-carrier-modal__body ul { margin: 0; padding-left: 20px; }
.sampa24-carrier-modal__body li::marker { color: #f85112; }
.sampa24-carrier-modal__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 16px;
	border-top: 1px solid #d8e9f8;
}
.sampa24-carrier-modal__footer > a { color: #35638d; font-size: 12px; text-decoration: underline; }
.sampa24-carrier-modal__footer .sampa24-order-card__button { border: 0; cursor: pointer; font-family: inherit; }

/* Популярные направления, рассчитанные по заявкам и предложениям. */
.sampa24-popular-routes {
	position: relative;
	margin: 0 0 42px;
	padding: 28px 30px 18px;
	overflow: hidden;
	border: 1px solid #cfe5fb;
	border-radius: 16px;
	background: #f1f8ff;
}
.sampa24-popular-routes:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 128px;
	height: 7px;
	border-radius: 0 0 7px 0;
	background: #f85112;
	content: '';
}
.sampa24-popular-routes__header { margin-bottom: 18px; }
.sampa24-popular-routes__eyebrow { margin: 0 0 7px; color: #f85112; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sampa24-popular-routes__header h2 { margin: 0; color: #102d4b; font-size: 27px; line-height: 1.2; }
.sampa24-popular-routes__header > p:last-child { margin: 7px 0 0; color: #7890a8; font-size: 13px; }
.sampa24-popular-routes__table-wrap { overflow-x: auto; border: 1px solid #d7e9fa; border-radius: 14px; background: #fff; }
.sampa24-popular-routes__table { width: 100%; min-width: 720px; border-collapse: collapse; color: #24486c; font-size: 13px; }
.sampa24-popular-routes__table th,
.sampa24-popular-routes__table td { padding: 13px 12px; border-bottom: 1px solid #e5f0f9; text-align: left; vertical-align: middle; }
.sampa24-popular-routes__table thead th { color: #8a9eb3; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.sampa24-popular-routes__table tbody tr:last-child th,
.sampa24-popular-routes__table tbody tr:last-child td { border-bottom: 0; }
.sampa24-popular-routes__table tbody th { color: #244f7d; font-weight: 700; white-space: nowrap; }
.sampa24-popular-routes__rank { display: inline-flex; width: 27px; height: 27px; margin-right: 11px; align-items: center; justify-content: center; border-radius: 50%; color: #f85112; background: #fff0e9; font-size: 11px; }
.sampa24-popular-routes__arrow { margin: 0 11px; color: #f85112; font-size: 22px; font-weight: 400; vertical-align: -2px; }
.sampa24-popular-routes__button { display: inline-flex; min-width: 118px; justify-content: center; padding: 8px 14px; border: 1px solid #f85112; border-radius: 999px; color: #f85112 !important; font-size: 11px; font-weight: 700; text-decoration: none !important; }
.sampa24-popular-routes__button:hover { color: #fff !important; background: #f85112; }
.sampa24-popular-routes__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 17px; padding-top: 13px; border-top: 1px solid #d8e9f8; }
.sampa24-popular-routes__footer p { margin: 0; color: #7890a8; font-size: 11px; line-height: 1.55; }
.sampa24-popular-routes__footer strong { color: #234a71; }
.sampa24-popular-routes__footer span { color: #91a5b8; }
.sampa24-popular-routes__footer .sampa24-order-card__button { margin: 0; white-space: nowrap; }
.sampa24-popular-routes__empty { margin: 0; padding: 24px; border: 1px solid #d7e9fa; border-radius: 14px; background: #fff; color: #7890a8; text-align: center; }


@media (max-width: 1199px) {
	.sampa24-order-card {
		grid-template-columns: minmax(250px, 1.25fr) repeat(3, minmax(100px, .65fr)) 135px;
		gap: 18px;
	}
}

@media (max-width: 767px) {
	.sampa24-orders-list { margin: 20px -15px; }
	.sampa24-order-card {
		display: block;
		padding: 16px;
		margin-bottom: 14px;
		border-radius: 14px;
	}
	.sampa24-order-card__metric {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		margin-top: 13px;
		padding: 11px 0 0;
		border: 0;
		border-top: 1px solid #DCEBFA;
	}
	.sampa24-order-card__metric strong { margin: 0; text-align: right; }
	.sampa24-order-card__button { width: 100%; margin-top: 14px; }
	.block_home_last_orders--home .sampa24-order-card__button {
		width: auto;
		margin: 14px auto 0;
	}
	.sampa24-region-orders { margin-left: -15px; margin-right: -15px; padding: 26px 16px 18px; border-radius: 0; }
	.sampa24-region-orders__header h2 { font-size: 23px; }
	.sampa24-region-orders__footer { display: block; }
	.sampa24-region-orders__all { display: inline-block; margin-top: 13px; }
	.sampa24-region-orders__footer .sampa24-order-card__button { width: auto; margin-top: 13px; }
	.sampa24-region-orders__empty-state { padding: 25px 16px; }
	.sampa24-carrier-selection { margin-left: -15px; margin-right: -15px; padding: 26px 16px 17px; border-radius: 0; }
	.sampa24-carrier-selection__header h2 { font-size: 23px; }
	.sampa24-carrier-selection__cards { grid-template-columns: 1fr; }
	.sampa24-carrier-card,
	.sampa24-carrier-card:nth-child(n) { grid-column: auto; min-height: 0; }
	.sampa24-carrier-selection__footer { display: block; }
	.sampa24-carrier-selection__footer .sampa24-order-card__button { display: inline-flex; margin-top: 13px; }
	.sampa24-carrier-modal { padding: 24px 19px 18px; }
	.sampa24-carrier-modal h3 { font-size: 21px; }
	.sampa24-carrier-modal__footer { display: block; }
	.sampa24-carrier-modal__footer .sampa24-order-card__button { margin-top: 14px; }
	.sampa24-popular-routes { margin-left: -15px; margin-right: -15px; padding: 26px 16px 17px; border-radius: 0; }
	.sampa24-popular-routes__header h2 { font-size: 23px; }
	.sampa24-popular-routes__table-wrap { overflow: visible; border: 0; background: transparent; }
	.sampa24-popular-routes__table,
	.sampa24-popular-routes__table tbody,
	.sampa24-popular-routes__table tr,
	.sampa24-popular-routes__table td,
	.sampa24-popular-routes__table th { display: block; min-width: 0; }
	.sampa24-popular-routes__table thead { display: none; }
	.sampa24-popular-routes__table tr { margin-bottom: 11px; padding: 14px; border: 1px solid #d7e9fa; border-radius: 12px; background: #fff; }
	.sampa24-popular-routes__table th,
	.sampa24-popular-routes__table td { display: flex; justify-content: space-between; gap: 15px; padding: 8px 0; border-bottom: 1px solid #e5f0f9; }
	.sampa24-popular-routes__table td:before { color: #8a9eb3; content: attr(data-label); font-size: 10px; font-weight: 700; text-transform: uppercase; }
	.sampa24-popular-routes__table td:last-child { border: 0; }
	.sampa24-popular-routes__button { width: 100%; }
	.sampa24-popular-routes__footer { display: block; }
	.sampa24-popular-routes__footer .sampa24-order-card__button { display: inline-flex; margin-top: 13px; }
}

@media (max-width: 430px) {
	.sampa24-order-card__route { gap: 7px; font-size: 16px; }
	.sampa24-order-card__arrow { font-size: 22px; }
}


.sampa24-home-cta.section {
	margin: 64px 0;
	padding: 0;
	background: transparent;
}
.sampa24-home-cta__card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 29px 34px;
	border: 1px solid #cfe4ff;
	border-radius: 24px;
	background: linear-gradient(112deg, #f4f9ff 0%, #eaf5ff 100%);
	box-shadow: 0 14px 32px rgba(38, 97, 148, .08);
}
.sampa24-home-cta__content { min-width: 0; }
.sampa24-home-cta__eyebrow {
	display: block;
	margin: 0 0 8px;
	color: #f85112;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .11em;
	line-height: 1.2;
}
.block_home_new_order .h2 {
	max-width: 760px;
	margin: 0;
	color: #183b5c;
	font-size: clamp(26px, 2.6vw, 36px);
	font-weight: 800;
	letter-spacing: -.015em;
	line-height: 1.15;
	text-align: left;
}
.block_home_new_order .subtitle {
	max-width: 730px;
	margin: 10px 0 0;
	color: #718ba7;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	text-align: left;
}
.block_home_new_order .red_btn_around {
	display: inline-flex;
	min-width: 222px;
	min-height: 56px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 24px;
	border: 1px solid #f85112;
	border-radius: 999px;
	background: #f85112;
	box-shadow: 0 10px 18px rgba(248, 81, 18, .18);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.block_home_new_order .red_btn_around:hover {
	background: #e8440a;
	box-shadow: 0 13px 22px rgba(248, 81, 18, .26);
	color: #fff;
	transform: translateY(-1px);
}
.block_home_new_order .red_btn_around span { font-size: 20px; line-height: 1; }

@media (max-width: 767px) {
	.sampa24-home-cta.section { margin: 42px 0; }
	.sampa24-home-cta__card {
		align-items: flex-start;
		gap: 20px;
		padding: 22px 20px;
		flex-direction: column;
		border-radius: 19px;
	}
	.block_home_new_order .h2 { font-size: 25px; }
	.block_home_new_order .subtitle { font-size: 14px; }
	.block_home_new_order .red_btn_around { width: 100%; min-height: 52px; }
}

.sampa24-shipment-types {
	position: relative;
	padding: 72px 0 64px;
	background: linear-gradient(180deg, #fff 0%, #f5faff 100%);
}
/* Единый вертикальный ритм главной: внутренние отступы секций формируют
   расстояние между блоками, поэтому общий .section-margin здесь отключён. */
.sampa24-shipment-types.section,
.sampa24-home-reviews.section,
.sampa24-home-cities.section {
	margin: 0;
}
.sampa24-shipment-types { padding: 48px 0; }
.sampa24-home-reviews { padding: 48px 0; }
.sampa24-home-cities { padding: 48px 0 32px; }
.sampa24-shipment-types__heading {
	max-width: 860px;
	margin: 0 0 33px;
	text-align: left;
}
.sampa24-shipment-types__eyebrow {
	margin: 0 0 10px;
	color: #ff4d12;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .11em;
}
.sampa24-shipment-types h2 {
	margin: 0;
	color: #183b5c;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.18;
}
.sampa24-shipment-types__heading > p:last-child {
	margin: 13px 0 0;
	color: #718ba7;
	font-size: 16px;
	line-height: 1.45;
}
.sampa24-shipment-types__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(275px, .58fr);
	gap: 34px;
	align-items: center;
}
.sampa24-shipment-types__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.sampa24-shipment-types__card {
	display: flex;
	min-height: 125px;
	padding: 20px;
	gap: 14px;
	align-items: flex-start;
	border: 1px solid #cfe4ff;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(38, 97, 148, .06);
	color: #183b5c;
	text-align: left;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.sampa24-shipment-types__card:hover {
	transform: translateY(-3px);
	border-color: #ff9d79;
	box-shadow: 0 18px 35px rgba(38, 97, 148, .13);
	color: #183b5c;
}
.sampa24-shipment-types__card-icon {
	display: flex;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: #fff0ea;
	color: #ff4d12;
	font-size: 21px;
	font-weight: 800;
	line-height: 1;
}
.sampa24-shipment-types__card-content {
	display: block;
	min-width: 0;
}
.sampa24-shipment-types__card-content strong,
.sampa24-shipment-types__card-content span {
	display: block;
}
.sampa24-shipment-types__card-content strong {
	margin: 1px 0 7px;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}
.sampa24-shipment-types__card-content span {
	color: #718ba7;
	font-size: 13px;
	line-height: 1.38;
}
.sampa24-shipment-types__visual {
	display: flex;
	min-height: 345px;
	align-items: center;
	justify-content: center;
	border-radius: 28px;
	background: radial-gradient(circle at 75% 25%, #ffe9e1 0 7%, transparent 7.2%), #edf7ff;
	overflow: hidden;
}
.sampa24-shipment-types__visual img {
	display: block;
	width: min(100%, 440px);
	height: auto;
}
.sampa24-shipment-types__trust {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-top: 27px;
	padding: 18px 22px;
	border: 1px solid #cfe4ff;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(38, 97, 148, .05);
	text-align: left;
}
.sampa24-shipment-types__trust-icon {
	display: flex;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e7f8ed;
	color: #1f9d58;
	font-size: 18px;
}
.sampa24-shipment-types__trust strong { color: #183b5c; font-size: 16px; font-weight: 800; }
.sampa24-shipment-types__trust p { margin: 4px 0 0; color: #718ba7; font-size: 13px; line-height: 1.4; }
.sampa24-shipment-types__trust-note {
	margin-left: auto;
	max-width: 245px;
	color: #1f9d58;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-align: right;
}

.sampa24-home-reviews {
	padding: 72px 0;
	background: #fff;
}
.sampa24-home-reviews.section { margin-top: 0; }
.sampa24-home-reviews__heading {
	max-width: 860px;
	margin: 0 0 31px;
	text-align: left;
}
.sampa24-home-reviews__heading > p {
	margin: 0 0 10px;
	color: #ff4d12;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .11em;
}
.sampa24-home-reviews__heading h2 {
	margin: 0;
	color: #183b5c;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.18;
}
.sampa24-home-reviews__heading > span {
	display: block;
	margin-top: 13px;
	color: #718ba7;
	font-size: 16px;
	line-height: 1.45;
}
.sampa24-home-reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.sampa24-home-reviews__card {
	display: flex;
	min-height: 286px;
	padding: 24px;
	flex-direction: column;
	border: 1px solid #cfe4ff;
	border-radius: 20px;
	background: linear-gradient(145deg, #f7fbff 0%, #edf6ff 100%);
	box-shadow: 0 14px 32px rgba(38, 97, 148, .07);
	text-align: left;
}
.sampa24-home-reviews__company {
	display: flex;
	gap: 13px;
	align-items: center;
	padding-bottom: 17px;
	border-bottom: 1px solid #d8e8f8;
}
.sampa24-home-reviews__avatar {
	display: flex;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	align-items: center;
	justify-content: center;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #24507a;
	box-shadow: 0 5px 14px rgba(24, 59, 92, .16);
	color: #fff;
	font-size: 21px;
	font-weight: 800;
	overflow: hidden;
}
.sampa24-home-reviews__avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sampa24-home-reviews__company > div { min-width: 0; }
.sampa24-home-reviews__company > div > span,
.sampa24-home-reviews__company small {
	display: block;
	color: #718ba7;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .07em;
}
.sampa24-home-reviews__company strong {
	display: block;
	margin: 3px 0 4px;
	color: #183b5c;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.17;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sampa24-home-reviews__company small { color: #e99700; font-size: 12px; letter-spacing: 0; }
.sampa24-home-reviews__rating {
	display: inline-flex !important;
	align-items: center;
	gap: 4px;
	margin-top: 3px;
	color: #e99b00 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0 !important;
}
.sampa24-home-reviews__rating svg { width: 15px; height: 15px; fill: currentColor; }
.sampa24-home-reviews__rating b { color: #183b5c; font-size: 13px; }
.sampa24-home-reviews__rating em { color: #718ba7; font-size: 11px; font-style: normal; font-weight: 700; }
.sampa24-home-reviews__text {
	margin: 20px 0;
	color: #274a6b;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.52;
}
.sampa24-home-reviews__meta {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: auto;
}
.sampa24-home-reviews__meta span {
	max-width: 100%;
	padding: 6px 9px;
	border-radius: 999px;
	background: #fff;
	color: #597794;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
}
.sampa24-home-reviews__footer {
	margin: 25px 0 0;
	color: #718ba7;
	font-size: 13px;
	line-height: 1.45;
	text-align: center;
}

.sampa24-home-cities {
	padding: 72px 0;
	background: #f4f9ff;
}
.sampa24-home-cities__heading { max-width: 860px; margin: 0 0 30px; text-align: left; }
.sampa24-home-cities__heading p { margin: 0 0 10px; color: #ff4d12; font-size: 12px; font-weight: 800; letter-spacing: .11em; }
.sampa24-home-cities__heading h2 { margin: 0; color: #183b5c; font-size: 36px; font-weight: 800; line-height: 1.18; }
.sampa24-home-cities__heading span { display: block; margin-top: 13px; color: #718ba7; font-size: 16px; line-height: 1.45; }
.sampa24-home-cities__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.sampa24-home-cities__card {
	display: flex;
	min-height: 92px;
	align-items: center;
	gap: 14px;
	padding: 17px;
	border: 1px solid #cfe4ff;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 26px rgba(38, 97, 148, .06);
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.sampa24-home-cities__card:hover { border-color: #ffb196; box-shadow: 0 16px 30px rgba(38, 97, 148, .11); transform: translateY(-2px); }
.sampa24-home-cities__rank { display: inline-flex; width: 36px; height: 36px; flex: 0 0 36px; align-items: center; justify-content: center; border-radius: 50%; background: #fff0ea; color: #ff4d12; font-size: 14px; font-weight: 800; }
.sampa24-home-cities__content { min-width: 0; }
.sampa24-home-cities__content strong { display: block; overflow: hidden; color: #183b5c; font-size: 18px; font-weight: 800; line-height: 1.18; text-overflow: ellipsis; white-space: nowrap; }
.sampa24-home-cities__content small { display: block; margin-top: 5px; color: #718ba7; font-size: 12px; font-weight: 700; }
.sampa24-home-cities__arrow { margin-left: auto; color: #ff4d12; font-size: 22px; font-weight: 800; line-height: 1; }
.sampa24-home-regions { margin-top: 42px; padding-top: 32px; border-top: 1px solid #d8e9fa; }
.sampa24-home-regions__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.sampa24-home-regions__heading h3 { margin: 0; color: #183b5c; font-size: 25px; font-weight: 800; line-height: 1.2; }
.sampa24-home-regions__heading span { color: #718ba7; font-size: 14px; }
.sampa24-home-regions__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px 22px; }
.sampa24-home-regions__grid a { min-width: 0; padding: 7px 0; overflow: hidden; color: #315d87; font-size: 15px; font-weight: 700; line-height: 1.35; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.sampa24-home-regions__grid a:hover { color: #f85112; text-decoration: underline; }
.sampa24-home-regions__more { margin-top: 19px; }
.sampa24-home-regions__more summary { display: inline-flex; align-items: center; gap: 9px; list-style: none; color: #f85112; font-size: 14px; font-weight: 800; cursor: pointer; }
.sampa24-home-regions__more summary::-webkit-details-marker { display: none; }
.sampa24-home-regions__more summary i { display: inline-block; font-size: 17px; font-style: normal; line-height: 1; transition: transform .2s ease; }
.sampa24-home-regions__hide { display: none; }
.sampa24-home-regions__more[open] .sampa24-home-regions__show { display: none; }
.sampa24-home-regions__more[open] .sampa24-home-regions__hide { display: inline; }
.sampa24-home-regions__more[open] summary i { transform: rotate(180deg); }
.sampa24-home-regions__grid--hidden { margin-top: 18px; padding-top: 18px; border-top: 1px solid #d8e9fa; }

#slider_home_last_reviews {
	margin: 50px 0 0;
}
#slider_home_last_reviews .item {
	padding: 30px;
	background: #F1F8FF;
	border-radius: 10px;
	text-align: left;
}
#slider_home_last_reviews .item .head {
	margin: 0 0 23px;
}
#slider_home_last_reviews .item .image {
	display: block;
	background: #FFFFFF;
	border-radius: 50%;
	margin-right: 22px;
	height: 69px;
	width: 69px;
}
#slider_home_last_reviews .item .title {
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2;
	margin: 0 0 10px;
}
#slider_home_last_reviews .item .count_reviews {
	font-size: 14px;
	line-height: 1.2;
}
.block_home_last_reviews .text_bottom {
	margin: 25px 0 0;
}

.block_popular_shipment_regions_often .region {
	width: calc(100% / 6);
	margin: 0 0 15px;
	font-weight: 500;
}
.block_popular_shipment_regions_often .region a {
	color: #1B4875;
}
.block_home_popular .region a {
	text-decoration: none;
}
.block_home_popular .region a:hover {
	text-decoration: underline;
	color: inherit;
}
.block_popular_shipment_regions_often .region a:hover {
	text-decoration: underline;
}
.block_home_popular .ccenter > .h4 {
	margin: 44px 0 30px;
}

.block_popular_shipment_regions .region {
	width: calc(100% / 4);
	margin: 0 0 10px;
}

.form_mobile_suggest {
	padding: 18px;
	display: none;
}
.form_mobile_suggest .form {
	position: relative;
}
.form_mobile_suggest .h4 {
	text-align: center;
}
#form_mobile_suggest_input {
	font-size: 10px;
	line-height: 1.2;
	padding: 13px 50px 13px 13px;
	background: #FFFFFF;
	border: 1px solid #D1E8FF;
	border-radius: 3px;
	width: 100%;
	color: #152D45;
}
.form_mobile_suggest span.search {
	display: block;
	height: 100%;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/lupa.svg') no-repeat center;
}




@media (max-width: 1199px) {
	
	
	.home_deal_steps .item {
		padding: 110px 0 0;
	}
	.home_deal_steps .item.step_1:before {
		height: 99px;
	}
	.home_deal_steps .item.step_2:before {
		height: 99px;
	}
	.home_deal_steps .item.step_3:before {
		background-image: url('../images/deal_step3.svg');
		height: 113px;
	}
	.home_deal_steps .item .title {
		font-size: 17px;
	}
	.home_deal_steps .item .subtitle {
		font-size: 14px;
	}
	.block_home_last_orders form .fields {
		gap: 20px;
	}
	.block_home_last_orders form .field {
		width: calc((100% - 20px * 2) / 3);
	}
}/* @media (max-width: 1199px) */



@media (max-width: 1023px) {
	.block_home_last_orders .block_navigation .block_limit, .block_home_last_orders .block_navigation .block_pages {
		flex-direction: column;
		align-items: start;
	}
	.block_home_last_orders .block_navigation .label {
		margin-bottom: 9px;
	}
	.block_home_last_orders .block_navigation .block_pages nav {
		height: 37px;
		display: flex;
		align-items: center;
	}
	.home_what_shipment:before {
		width: 206px;
		height: 158px;
		background: url('../images/what_shipment_bg_medium.svg') no-repeat center/contain;
		top: unset;
		bottom: 0;
		right: -15px;
	}
	.home_what_shipment .list_shipment {
		width: calc(100% - 206px);
	}
	

	.block_popular_shipment_regions .region {
		width: calc(100% / 3);
	}
}/* @media (max-width: 1023px) */


@media (max-width: 767px) {
	
	.home_deal_steps .item .title, .home_deal_steps .item .subtitle {
		font-size: 12px;
	}
	.home_deal_steps .item a.add {
		padding-right: 25px;
    }
	.home_deal_steps .item a.add svg {
		height: 18px;
		width: 18px;
		margin-top: -9px;
	}
	.block_home_last_orders form {
		padding: 22px 14px;
		margin: 0 0 27px;
		border-radius: 14px;
	}
	.block_home_last_orders form .h4 {
		font-size: 22px;
	}
	.block_home_last_orders form .fields {
		gap: 15px;
	}
	.block_home_last_orders form .field {
		width: calc((100% - 15px) / 2);
	}
	.block_home_last_orders .field_button .label {
		display: none;
	}
	#result_search_last_orders > .position_top > div.subscribe,
	#result_search_last_orders > .position_bottom > div.block_navigation {
		display: none;
	}
	#result_search_last_orders .block_limit div.select, #result_search_last_orders .block_limit div.select .options {
		width: 100%;
	}
	.home_what_shipment .list_shipment .item {
		margin: 0 0 12px;
		width: calc((100% - 20px) / 2);
		font-size: 12px;
	}
	#slider_home_last_reviews {
		margin: 30px 0 0;
	}
	#slider_home_last_reviews .item {
		padding: 22px;
	}
	#slider_home_last_reviews .item .image {
		height: 48px;
		width: 48px;
		margin-right: 16px;
	}
	#slider_home_last_reviews .item .title {
		font-size: 12px;
		margin: 0 0 6px;
	}
	#slider_home_last_reviews .item .count_reviews {
		font-size: 10px;
	}
	#slider_home_last_reviews .item .text {
		font-size: 11px;
	}
	#slider_home_last_reviews .item .head {
		margin: 0 0 15px;
	}
	.block_home_popular .region {
		font-size: 11px;
		margin: 0 0 12px;
	}
	.block_popular_shipment_regions_often .region {
		width: calc(100% / 4);
	}
}/* @media (max-width: 767px) */



@media (max-width: 576px) {
	
	.block_home_deal_steps.blue_bg {
		padding: 0;
		background: transparent;
	}
	.block_home_deal_steps .home_deal_steps {
		flex-direction: column;
	}
	.block_home_deal_steps .home_deal_steps .item {
		padding: 0 0 0 75px;
		text-align: left;
	}
	.block_home_deal_steps .home_deal_steps .item + .item {
		margin-top: 25px;
	}
	.block_home_deal_steps .home_deal_steps .item:before {
		height: 100%;
		width: 60px;
	}
	.block_home_deal_steps .subtitle br {
		display: none;
	}
	.block_home_what_shipment .h2 {
		margin: 0 0 67px;
	}
	.block_home_what_shipment .home_what_shipment {
		overflow: unset;
	}
	.home_what_shipment:before {
		width: 250px;
		height: 52px;
		background: url('../images/what_shipment_bg_small.svg') no-repeat center/contain;
		top: -85px;
		bottom: unset;
		right: 0px;
	}
	.home_what_shipment .list_shipment {
		width: 100%;
	}
	.home_what_shipment .list_shipment .item {
		padding: 12px;
	}
}/* @media (max-width: 576px) */


@media (max-width: 479px) {
	.block_home_last_orders form .field.field_button {
		width: 100%;
	}
	.block_home_last_orders form .field input, .block_home_last_orders form .field button, .block_home_last_orders form .field .select .title {
		height: 38px;
		padding: 13px;
	}
	.block_home_last_orders form .field input, .block_home_last_orders form .field .select .title {
		font-size: 10px;
	}
	.block_home_last_orders form .field button {
		font-size: 12px;
		padding: 11px;
	}
	.block_home_last_orders form .field .label {
		font-size: 11px;
	}
	
	.block_home_popular .region {
		width: calc(100% / 2);
	}
	
	.block_home_popular .h4 {
		position: relative;
		padding: 0 30px 0 0;
	}
	.block_home_popular .toggler {
		position: absolute;
		padding: 10px 0;
		background: url('../images/arrow_bottom_17_9_blue.svg') no-repeat center/contain;
		height: 29px;
		width: 17px;
		right: 0;
		top: 50%;
		margin-top: -15px;
		cursor: pointer;
		transition: 300ms all;
	}
	.block_popular_shipment_regions_often, .block_popular_shipment_regions {
		display: none;
	}
	.h4.open + .block_popular_shipment_regions_often, .h4.open + .block_popular_shipment_regions {
		display: flex;
	}
	.block_home_popular .h4.open .toggler {
		transform: scaleY(-1);
	}
	.block_home_popular .h4 {
		margin: 20px 0;
	}
	.form_mobile_suggest {
		display: block;
	}
	
	.last_orders_filter, .last_orders_filter .block_navigation {
		flex-direction: column;
	}
	.block_home_last_orders .block_navigation .block_limit, .block_home_last_orders .block_navigation .block_pages {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin: 10px 0 0;
	}
	.block_home_last_orders .block_navigation .label {
		margin-bottom: 0;
	}
	.last_orders_filter.position_bottom {
		margin-top: 15px;
	}
}/* @media (max-width: 479px) */




@media (max-width: 360px) {
	.home_what_shipment .list_shipment .item {
		width: 100%;
	}
}/* @media (max-width: 360px) */


.section_forma_tender__close{
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 555;
	background-color: transparent;
	border: none;
	font-size: 65px;
	color: #F85112;

	height: auto;
	width: auto;
	padding: 0;
	line-height: 30px;
}

.section_forma_tender.modal{
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 50px;
	box-shadow: 1px 2px 3px #ccc;
	z-index: 9999;
}
.section_forma_tender.modal .section_forma_tender__close{
	display: block;
}









#ui-datepicker-div{
	z-index: 999999;
}


.section_forma_tender.modal{
	width: 100%;
	max-width: 90%;
	box-sizing: border-box;
	max-height: calc(100% - 90px);
	overflow: auto;
	margin: 0 !important;
}
@media (max-width: 640px){
	.section_forma_tender.modal{
		padding: 50px 5px;
	}
}

/* Главная: первый экран и сценарий работы с сервисом. */
.sampa24-home-hero.section {
	position: relative;
	/* Ритм первого экрана совпадает с расстоянием между следующими блоками. */
	margin: 0 0 48px;
	padding: 32px 0 20px;
	overflow: hidden;
}
.sampa24-home-hero:before {
	position: absolute;
	top: 26px;
	right: -11vw;
	width: min(57vw, 740px);
	height: 470px;
	border-radius: 52% 0 0 52%;
	background: linear-gradient(135deg, #f7fbff 0%, #edf7ff 100%);
	content: '';
}
.sampa24-home-hero #slider_form_tender {
	position: relative;
	margin: 0;
}
.sampa24-home-hero .first_slide_tender {
	min-height: 500px;
	padding: 47px 0 34px;
	overflow: visible;
}
.sampa24-home-hero .first_slide_tender .bg {
	top: 8px;
	right: -28px;
	width: 592px;
	height: 447px;
}
.sampa24-home-hero .first_slide_tender .wrapper {
	position: relative;
	width: min(58%, 660px);
	z-index: 1;
}
.sampa24-home-hero__eyebrow,
.sampa24-home-steps__heading p {
	margin: 0 0 14px;
	color: #ff4d12;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.3;
	text-transform: uppercase;
}
.sampa24-home-hero .first_slide_tender .title {
	max-width: 630px;
	margin: 0 0 22px;
	color: #102f51;
	font-size: clamp(42px, 4.6vw, 64px);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.06;
}
.sampa24-home-hero .first_slide_tender .subtitle {
	max-width: 600px;
	margin: 0 0 32px;
	color: #587899;
	font-size: 21px;
	line-height: 1.42;
}
.sampa24-home-hero .first_slide_tender .form {
	max-width: 650px;
	gap: 12px;
	padding: 9px;
	border: 1px solid #cfe5ff;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(32, 87, 137, .09);
}
.sampa24-home-hero .first_slide_tender .forma_tender_marka {
	box-sizing: border-box;
	flex: 1 1 320px;
	width: auto;
	height: 58px;
	padding: 0 14px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	color: #102f51;
	font-size: 16px;
	outline: 0;
}
.sampa24-home-hero .first_slide_tender .forma_tender_marka::placeholder { color: #9bb0c5; }
.sampa24-home-hero .first_slide_tender .red_btn_around {
	flex: 0 0 auto;
	width: 218px;
	height: 58px;
	border-radius: 13px;
	font-size: 15px;
	font-weight: 700;
}
.sampa24-home-hero__notes {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 17px;
	color: #6e88a3;
	font-size: 12px;
	line-height: 1.4;
}
.sampa24-home-hero__notes span { display: inline-flex; align-items: center; gap: 7px; }
.sampa24-home-hero__notes span:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #21a45d;
	box-shadow: 0 0 0 4px #e5f7eb;
	content: '';
}

.sampa24-home-steps.section {
	position: relative;
	margin: 0 0 70px;
	padding: 66px 0 74px;
	overflow: hidden;
	background: #f1f8ff;
}
.sampa24-home-steps.section:before {
	position: absolute;
	top: 0;
	left: max(15px, calc((100% - 1310px) / 2));
	width: 124px;
	height: 7px;
	border-radius: 0 0 7px 7px;
	background: #ff4d12;
	content: '';
}
.sampa24-home-steps__heading { max-width: 760px; margin: 0 0 35px; text-align: left; }
.sampa24-home-steps__heading h2 {
	margin: 0 0 10px;
	color: #102f51;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.12;
}
.sampa24-home-steps__heading > span {
	display: block;
	color: #718ba6;
	font-size: 16px;
	line-height: 1.5;
}
.sampa24-home-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.sampa24-home-step {
	position: relative;
	display: flex;
	min-height: 360px;
	flex-direction: column;
	align-items: center;
	padding: 38px 30px 29px;
	border: 1px solid #d4e8ff;
	border-radius: 20px;
	background: rgba(255,255,255,.94);
	box-shadow: 0 16px 32px rgba(36, 83, 128, .055);
	text-align: center;
}
.sampa24-home-step--order { border-color: #ffb49a; box-shadow: 0 16px 34px rgba(248, 81, 18, .11); }
.sampa24-home-step__number {
	position: absolute;
	top: 18px;
	right: 20px;
	color: #9db4cb;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
}
.sampa24-home-step img {
	display: block;
	width: 142px;
	height: 150px;
	margin: 0 auto 23px;
	object-fit: contain;
}
.sampa24-home-step h3 {
	margin: 0 0 10px;
	color: #17395e;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}
.sampa24-home-step p {
	max-width: 310px;
	margin: 0;
	color: #708aa5;
	font-size: 14px;
	line-height: 1.55;
}
.sampa24-home-step a,
.sampa24-home-step__plain {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: auto;
	padding-top: 20px;
	color: #ff4d12;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}
.sampa24-home-step a span { font-size: 19px; line-height: .7; }
.sampa24-home-step__plain { color: #54779d; font-weight: 600; }

@media (max-width: 920px) {
	.sampa24-home-hero.section { padding-top: 28px; }
	.sampa24-home-hero .first_slide_tender { min-height: 430px; padding-top: 32px; }
	.sampa24-home-hero .first_slide_tender .wrapper { width: 62%; }
	.sampa24-home-hero .first_slide_tender .bg { right: -120px; transform: scale(.88); transform-origin: right top; }
	.sampa24-home-steps__grid { gap: 14px; }
	.sampa24-home-step { min-height: 355px; padding-right: 20px; padding-left: 20px; }
}
@media (max-width: 700px) {
	.sampa24-home-hero.section { margin-bottom: 30px; padding: 18px 0 14px; }
	.sampa24-home-hero:before { top: 18px; right: -70px; width: 320px; height: 260px; border-radius: 50%; }
	.sampa24-home-hero .first_slide_tender { min-height: 560px; padding-top: 18px; }
	.sampa24-home-hero .first_slide_tender .wrapper { width: 100%; }
	.sampa24-home-hero .first_slide_tender .bg {
		top: 205px;
		right: -58px;
		width: 345px;
		height: 262px;
		background-image: url('../images/driver_medium.svg');
		background-size: contain;
		transform: none;
	}
	.sampa24-home-hero .first_slide_tender .title { max-width: 310px; font-size: 38px; }
	.sampa24-home-hero .first_slide_tender .subtitle { max-width: 270px; margin-bottom: 25px; font-size: 17px; }
	.sampa24-home-hero .first_slide_tender .form { width: 100%; max-width: 100%; padding: 7px; }
	.sampa24-home-hero .first_slide_tender .forma_tender_marka { min-width: 0; height: 49px; font-size: 13px; }
	.sampa24-home-hero .first_slide_tender .red_btn_around { width: 145px; height: 49px; padding: 0 10px; font-size: 12px; }
	.sampa24-home-hero__notes { max-width: 280px; margin-top: 230px; font-size: 11px; }
	.sampa24-home-steps.section { margin-bottom: 46px; padding: 48px 0 50px; }
	.sampa24-home-steps__heading { margin-bottom: 24px; text-align: left; }
	.sampa24-home-steps__heading h2 { font-size: 30px; }
	.sampa24-home-steps__heading > span { font-size: 14px; }
	.sampa24-home-steps__grid { grid-template-columns: 1fr; gap: 13px; }
	.sampa24-home-step { display: grid; min-height: 0; grid-template-columns: 102px 1fr; grid-template-areas: 'image heading' 'image text' 'image link'; align-items: start; padding: 22px 18px 20px; text-align: left; }
	.sampa24-home-step img { grid-area: image; width: 92px; height: 110px; margin: 0; }
	.sampa24-home-step h3 { grid-area: heading; align-self: end; margin-top: 13px; font-size: 19px; }
	.sampa24-home-step p { grid-area: text; margin-top: 7px; font-size: 13px; }
	.sampa24-home-step a, .sampa24-home-step__plain { grid-area: link; margin-top: 0; padding-top: 11px; }
}
@media (max-width: 420px) {
	.sampa24-home-hero .first_slide_tender .title { font-size: 34px; }
	.sampa24-home-hero .first_slide_tender .form { flex-direction: column; background: transparent; box-shadow: none; }
	.sampa24-home-hero .first_slide_tender .forma_tender_marka { width: 100%; border: 1px solid #cfe5ff; background: #fff; }
	.sampa24-home-hero .first_slide_tender .red_btn_around { width: 100%; }
	.sampa24-home-hero__notes { margin-top: 210px; }
}

/* Главная: все шаги оформления заявки в одной карточной системе. */
.sampa24-home-hero .sampa24-home-application-step {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 0 auto;
	padding: 34px 38px 32px;
	border: 1px solid #cfe5ff;
	border-radius: 26px;
	background: linear-gradient(145deg, #f3f9ff 0%, #edf6ff 100%);
	box-shadow: 0 18px 42px rgba(32, 87, 137, .08);
}
.sampa24-home-hero .sampa24-home-application-step #container_forma_tender {
	padding: 0;
	background: transparent;
	border-radius: 0;
}
.sampa24-home-application-step__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 30px;
}
.sampa24-home-application-step__eyebrow {
	margin-bottom: 8px;
	color: #ff4d12;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 1.2;
}
.sampa24-home-application-step__head h2 {
	margin: 0 0 7px;
	color: #102f51;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.15;
}
.sampa24-home-application-step__head p {
	margin: 0;
	color: #6d89a9;
	font-size: 15px;
	line-height: 1.45;
}
.sampa24-home-application-step__progress {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	gap: 9px;
	min-width: 96px;
	padding: 8px 11px;
	border: 1px solid #d2e7fb;
	border-radius: 999px;
	background: #fff;
	color: #a6bad0;
	font-size: 13px;
	font-weight: 800;
}
.sampa24-home-application-step__progress span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #ff4d12;
	color: #fff;
}
.sampa24-home-application-step__progress b { font-weight: 800; }
.sampa24-home-application-step__progress i {
	display: block;
	width: 13px;
	height: 1px;
	background: #c7dbee;
}
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step1 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step1 .sampa24-home-application-step__head { grid-column: 1 / -1; }
.sampa24-home-hero .sampa24-home-application-step #container_forma_tender .column {
	box-sizing: border-box;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 22px;
	border: 1px solid #d3e7fb;
	border-radius: 18px;
	background: #fff;
}
.sampa24-home-hero .sampa24-home-application-step #container_forma_tender .column .title,
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 > .title {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	color: #143e69;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}
.sampa24-home-application-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff0eb;
	color: #ff4d12;
	font-size: 12px;
	font-weight: 800;
}
.sampa24-home-hero .sampa24-home-application-step #container_forma_tender .column .field + .field { margin-top: 13px; }
.sampa24-home-hero .sampa24-home-application-step .field .label {
	margin: 0 0 7px;
	color: #7890ac;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .035em;
	line-height: 1.2;
	text-transform: uppercase;
}
.sampa24-home-hero .sampa24-home-application-step input[type=text] {
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #cfe4f8;
	border-radius: 11px;
	background: #fbfdff;
	color: #173b62;
	font-size: 15px;
	outline: 0;
	transition: border-color .2s ease, box-shadow .2s ease;
}
.sampa24-home-hero .sampa24-home-application-step input[type=text]:focus {
	border-color: #ff7952;
	box-shadow: 0 0 0 3px rgba(255, 77, 18, .1);
}
.sampa24-home-hero .sampa24-home-application-step input[type=text]::placeholder { color: #a5b7ca; }
.sampa24-home-hero .sampa24-home-application-step .field.radio .input {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 48px;
}
.sampa24-home-hero .sampa24-home-application-step .field.radio label + label { margin-left: 0; }
.sampa24-home-hero .sampa24-home-application-step .field.radio label { color: #315574; font-size: 14px; }
.sampa24-home-hero .sampa24-home-application-step .field.radio input { accent-color: #ff4d12; }
.sampa24-home-hero .sampa24-home-application-step .step {
	position: static;
	display: inline-flex;
	align-items: center;
	align-self: center;
	justify-self: start;
	color: #7890ac;
	font-size: 13px;
	font-weight: 700;
}
.sampa24-home-hero .sampa24-home-application-step .red_btn_around.step1,
.sampa24-home-hero .sampa24-home-application-step .red_btn_around.step2 {
	position: static;
	justify-self: end;
	width: auto;
	min-width: 218px;
	height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 800;
}
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step1 .step { grid-column: 1 / 2; margin-top: 8px; }
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step1 .step1 { grid-column: 3; margin-top: 8px; }
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 170px;
	gap: 15px 28px;
	align-items: end;
}
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .sampa24-home-application-step__head { grid-column: 1 / -1; }
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .row3 {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, .75fr) minmax(0, .65fr);
	gap: 14px;
	width: auto;
	margin: 0;
	padding: 18px 20px;
	border: 1px solid #d3e7fb;
	border-radius: 16px;
	background: #fff;
}
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .row3 .field,
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .row3 .field.f1,
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .row3 .field.f2,
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .row3 .field.f3,
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .column2 .field { width: auto; margin: 0; }
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .field_desc {
	margin: 3px 0 0;
	padding-left: 0;
	color: #6f89a7;
	font-size: 12px;
	line-height: 1.4;
}
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .field_desc:before { display: none; }
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .step { grid-column: 1; }
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .step2 { grid-column: 2; }

@media (max-width: 920px) {
	.sampa24-home-hero .sampa24-home-application-step { margin-right: 15px; margin-left: 15px; padding: 28px 24px; }
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step1 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sampa24-home-hero .sampa24-home-application-step #container_forma_tender .column.c3 { grid-column: 1 / -1; }
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step1 .step1 { grid-column: 2; }
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .row3 { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .row3 .field.f3:empty { display: none; }
}
@media (max-width: 640px) {
	.sampa24-home-hero .sampa24-home-application-step { margin-right: 0; margin-left: 0; padding: 22px 15px; border-radius: 20px; }
	.sampa24-home-application-step__head { gap: 16px; margin-bottom: 22px; }
	.sampa24-home-application-step__head h2 { font-size: 24px; }
	.sampa24-home-application-step__head p { font-size: 13px; }
	.sampa24-home-application-step__progress { min-width: auto; gap: 5px; padding: 6px; }
	.sampa24-home-application-step__progress i, .sampa24-home-application-step__progress b { display: none; }
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step1 { grid-template-columns: 1fr; }
	.sampa24-home-hero .sampa24-home-application-step #container_forma_tender .column.c3 { grid-column: auto; }
	.sampa24-home-hero .sampa24-home-application-step #container_forma_tender .column { padding: 18px; }
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step1 .step,
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step1 .step1 { grid-column: auto; margin-top: 0; }
	.sampa24-home-hero .sampa24-home-application-step .red_btn_around.step1,
	.sampa24-home-hero .sampa24-home-application-step .red_btn_around.step2 { width: 100%; min-width: 0; }
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 { grid-template-columns: 1fr; }
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .row3 { grid-template-columns: 1fr; padding: 16px; }
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .row3 .field.f2,
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .row3 .field.f3:empty { display: none; }
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .step,
	.sampa24-home-hero .sampa24-home-application-step #forma_tender_step2 .step2 { grid-column: auto; }
}

/* Главная: пошаговое оформление заявки */
.sampa24-home-hero .sampa24-home-wizard-form,
.sampa24-home-hero .sampa24-home-application-step #forma_tender_step1.sampa24-home-wizard-form {
	display: block;
	margin: 0;
}
.sampa24-home-hero #forma_tender_vehicle.sampa24-home-wizard-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	column-gap: 26px;
	align-items: center;
}
.sampa24-home-hero #forma_tender_vehicle .sampa24-home-application-step__head,
.sampa24-home-hero #forma_tender_vehicle .sampa24-home-wizard-form__fields,
.sampa24-home-hero #forma_tender_vehicle .sampa24-home-wizard-form__footer { grid-column: 1; }
.sampa24-home-hero .sampa24-home-wizard-form__illustration {
	grid-column: 2;
	grid-row: 1 / 4;
	align-self: center;
	width: 100%;
	padding: 8px;
}
.sampa24-home-hero .sampa24-home-wizard-form__illustration img { display: block; width: 100%; height: auto; }
.sampa24-home-hero .sampa24-home-wizard-form__fields {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}
.sampa24-home-hero #forma_tender_vehicle .sampa24-home-wizard-form__fields {
	/* Три читаемые колонки вместо пяти узких: подсказки не обрезаются. */
	grid-template-columns: repeat(3, minmax(170px, 1fr));
}
.sampa24-home-hero .sampa24-home-wizard-form__fields--route {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sampa24-home-hero .sampa24-home-wizard-form .field {
	min-width: 0;
	margin: 0;
	padding: 17px;
	border: 1px solid #d7e8fb;
	border-radius: 14px;
	background: #fff;
}
.sampa24-home-hero .sampa24-home-wizard-form .field .label {
	margin: 0 0 7px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #6f89a7;
}
.sampa24-home-hero .sampa24-home-wizard-form .field .input,
.sampa24-home-hero .sampa24-home-wizard-form .field .input input {
	width: 100%;
}
.sampa24-home-hero .sampa24-home-wizard-form .field input[type=text] {
	box-sizing: border-box;
	min-width: 0;
	min-height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #15375d;
	font-size: 15px;
	font-weight: 700;
}
.sampa24-home-hero .sampa24-home-wizard-form .field input[type=text]:focus {
	box-shadow: none;
}
.sampa24-home-wizard-form .field.radio .input {
	display: flex !important;
	flex-flow: row wrap;
	align-items: center;
	width: 100%;
	gap: 10px 16px;
	min-height: 40px;
}
.sampa24-home-wizard-form .field.radio .input label {
	position: static !important;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: auto !important;
	min-height: 24px;
	margin: 0 !important;
	padding: 0 !important;
	color: #15375d;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	white-space: nowrap;
}
.sampa24-home-wizard-form .field.radio .input input[type=radio] {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block !important;
	position: static !important;
	flex: 0 0 20px;
	width: 20px !important;
	height: 20px;
	margin: 0 !important;
	border: 3px solid #aebdce;
	border-radius: 50%;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
}
.sampa24-home-wizard-form .field.radio .input input[type=radio]:checked {
	border-color: #ff4d12;
	box-shadow: inset 0 0 0 4px #fff;
	background: #ff4d12;
}
.sampa24-home-wizard-form .field.radio .input span {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	position: static !important;
	line-height: 20px;
}

/* Старые стили темы рисовали декоративную точку в span после radio.
 * В пошаговой форме сам input является видимым переключателем. */
.sampa24-home-wizard-form .field.radio .input input[type="radio"] + span::after {
	display: none !important;
}
.sampa24-home-hero .sampa24-home-wizard-form__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid #dcebf9;
}
.sampa24-home-hero .sampa24-home-wizard-form__footer > span {
	color: #718aa5;
	font-size: 13px;
}
.sampa24-home-hero .sampa24-home-wizard-form__footer .red_btn_around {
	min-width: 196px;
	margin: 0;
	text-align: center;
}
.sampa24-home-wizard-input-error {
	outline: 2px solid #ff4d12 !important;
	outline-offset: 4px;
}
@media (max-width: 1024px) {
	.sampa24-home-hero #forma_tender_vehicle.sampa24-home-wizard-form { grid-template-columns: minmax(0, 1fr) 174px; column-gap: 16px; }
	.sampa24-home-hero .sampa24-home-wizard-form__fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sampa24-home-hero .sampa24-home-wizard-form__fields--route { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sampa24-home-hero .sampa24-home-wizard-form__fields > .field:last-child { grid-column: 1 / -1; }
	.sampa24-home-hero .sampa24-home-wizard-form__footer { flex-wrap: wrap; }
	.sampa24-home-hero .sampa24-home-wizard-form__footer .red_btn_around { min-width: 0; }
}
@media (max-width: 680px) {
	.sampa24-home-hero #forma_tender_vehicle.sampa24-home-wizard-form { display: block; }
	.sampa24-home-hero .sampa24-home-wizard-form__illustration { display: none; }
	.sampa24-home-hero .sampa24-home-wizard-form__fields,
	.sampa24-home-hero .sampa24-home-wizard-form__fields--route { grid-template-columns: 1fr; }
	.sampa24-home-hero .sampa24-home-wizard-form__footer { align-items: stretch; flex-direction: column; }
	.sampa24-home-hero .sampa24-home-wizard-form__footer .red_btn_around { width: 100%; min-width: 0; }
}

@media (max-width: 1023px) {
	.sampa24-home-reviews { padding: 58px 0; }
	.sampa24-home-reviews__grid { gap: 13px; }
	.sampa24-home-reviews__card { min-height: 306px; padding: 18px; }
}

@media (max-width: 767px) {
	.sampa24-home-reviews { padding: 44px 0; }
	.sampa24-home-reviews__heading { margin-bottom: 24px; text-align: left; }
	.sampa24-home-reviews__heading h2 { font-size: 27px; }
	.sampa24-home-reviews__heading > span { font-size: 14px; }
	.sampa24-home-reviews__grid { grid-template-columns: 1fr; gap: 12px; }
	.sampa24-home-reviews__card { min-height: 0; padding: 18px; border-radius: 17px; }
	.sampa24-home-reviews__text { margin: 16px 0; font-size: 14px; }
	.sampa24-home-reviews__footer { margin-top: 17px; font-size: 12px; text-align: left; }
	.sampa24-home-cities { padding: 44px 0; }
	.sampa24-home-cities__heading { margin-bottom: 23px; text-align: left; }
	.sampa24-home-cities__heading h2 { font-size: 27px; }
	.sampa24-home-cities__heading span { font-size: 14px; }
	.sampa24-home-cities__grid { grid-template-columns: 1fr; gap: 10px; }
	.sampa24-home-cities__card { min-height: 78px; padding: 14px; border-radius: 16px; }
	.sampa24-home-regions { margin-top: 31px; padding-top: 25px; }
	.sampa24-home-regions__heading { display: block; margin-bottom: 12px; }
	.sampa24-home-regions__heading h3 { font-size: 23px; }
	.sampa24-home-regions__heading span { display: block; margin-top: 6px; font-size: 13px; }
	.sampa24-home-regions__grid { grid-template-columns: 1fr 1fr; gap: 3px 16px; }
	.sampa24-home-regions__grid a { padding: 7px 0; font-size: 13px; }
}

@media (max-width: 1023px) {
	.sampa24-shipment-types { padding: 58px 0 52px; }
	.sampa24-shipment-types__layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 22px; }
	.sampa24-shipment-types__visual { min-height: 300px; }
	.sampa24-shipment-types__card { min-height: 138px; padding: 17px; }
	.sampa24-shipment-types__trust { align-items: flex-start; }
	.sampa24-shipment-types__trust-note { display: none; }
}

@media (max-width: 767px) {
	.sampa24-shipment-types { padding: 44px 0 42px; }
	.sampa24-shipment-types__heading { margin-bottom: 25px; text-align: left; }
	.sampa24-shipment-types h2 { font-size: 27px; }
	.sampa24-shipment-types__heading > p:last-child { font-size: 14px; }
	.sampa24-shipment-types__layout { display: flex; flex-direction: column; gap: 20px; }
	.sampa24-shipment-types__list { width: 100%; grid-template-columns: 1fr; gap: 11px; }
	.sampa24-shipment-types__card { min-height: 0; padding: 16px; }
	.sampa24-shipment-types__visual { width: 100%; min-height: 180px; order: -1; border-radius: 21px; }
	.sampa24-shipment-types__visual img { width: min(100%, 310px); }
	.sampa24-shipment-types__trust { gap: 12px; margin-top: 18px; padding: 16px; border-radius: 16px; }
	.sampa24-shipment-types__trust p { font-size: 12px; }
}

/* Единый компактный ритм нижних блоков главной.
   Убираем суммирование внешних section-отступов: расстояние задают
   только внутренние поля соседних секций. */
.sampa24-home-cta.section,
.sampa24-shipment-types.section,
.sampa24-home-reviews.section,
.sampa24-home-cities.section {
	margin: 0;
}
.sampa24-shipment-types { padding: 40px 0; }
.sampa24-home-reviews { padding: 40px 0 24px; }
.sampa24-home-cities { padding: 24px 0; }

@media (max-width: 1023px) {
	.sampa24-shipment-types { padding: 34px 0; }
	.sampa24-home-reviews { padding: 34px 0 20px; }
	.sampa24-home-cities { padding: 20px 0; }
}

@media (max-width: 767px) {
	.sampa24-shipment-types { padding: 28px 0; }
	.sampa24-home-reviews { padding: 28px 0 18px; }
	.sampa24-home-cities { padding: 18px 0 20px; }
}
