
.subheader {
	font-size: 19px;
	margin: 0.5em 0 2.8em;
}

/* Первый экран карточки заявки */
.sampa24-tender-hero {
	margin: 22px 0 42px;
	padding: 30px;
	border: 1px solid #cfe4ff;
	border-radius: 20px;
	background: #f1f8ff;
	box-shadow: 0 16px 34px rgba(32, 87, 137, .07);
	color: #102f51;
	position: relative;
	overflow: hidden;
}
.sampa24-tender-hero:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 150px;
	height: 8px;
	border-radius: 20px 0 8px 0;
	background: #ff4d12;
}
.sampa24-tender-hero__topline,
.sampa24-tender-hero__badges,
.sampa24-tender-hero__route,
.sampa24-tender-hero__privacy,
.sampa24-tender-hero__action-title {
	display: flex;
	align-items: center;
}
.sampa24-tender-hero__topline { justify-content: space-between; gap: 18px; }
.sampa24-tender-hero__badges { flex-wrap: wrap; gap: 8px; }
.sampa24-tender-hero__number,
.sampa24-tender-hero__status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 11px;
	border-radius: 30px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.sampa24-tender-hero__number { background: #fff0eb; color: #fa4a10; }
.sampa24-tender-hero__status { background: #e5f7eb; color: #16944a; }
.sampa24-tender-hero__status--neutral { background: #edf3fa; color: #53718f; }
.sampa24-tender-hero__status i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.sampa24-tender-hero__updated { margin: 0; color: #7088a2; font-size: 13px; }
.sampa24-tender-hero h1 { max-width: 840px; margin: 23px 0 24px; font-size: 35px; line-height: 1.17; color: #102f51; }
.sampa24-tender-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 284px; grid-template-rows: auto auto; gap: 13px 24px; align-items: stretch; }
.sampa24-tender-hero__route-card,
.sampa24-tender-hero__privacy,
.sampa24-tender-hero__action { background: #fff; border: 1px solid #d5e8ff; border-radius: 16px; }
.sampa24-tender-hero__route-card { grid-column: 1; grid-row: 1; padding: 24px 26px; }
.sampa24-tender-hero__label { margin: 0 0 20px; color: #728ba7; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.sampa24-tender-hero__route { gap: 14px; font-size: 22px; font-weight: 700; }
.sampa24-tender-hero__route b { color: #ff4d12; font-size: 32px; line-height: .7; font-weight: 400; }
.sampa24-tender-hero__place { display: inline-flex; align-items: center; gap: 14px; }
.sampa24-tender-hero__place i { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; font-style: normal; font-size: 17px; }
.sampa24-tender-hero__place--from i { width: 12px; height: 12px; margin: 0 9px; background: #ff4d12; box-shadow: 0 0 0 9px #fff0eb; }
.sampa24-tender-hero__place--to i { background: #e6f7eb; color: #1fa452; }
.sampa24-tender-hero__facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 21px; padding-top: 18px; border-top: 1px solid #e6f0fb; gap: 12px; }
.sampa24-tender-hero__facts p { display: grid; grid-template-columns: 30px 1fr; column-gap: 8px; margin: 0; }
.sampa24-tender-hero__facts p > span { grid-row: 1 / 3; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: #edf6ff; color: #205486; }
.sampa24-tender-hero__facts svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sampa24-tender-hero__facts small { color: #728ba7; font-size: 10px; text-transform: uppercase; }
.sampa24-tender-hero__facts strong { font-size: 13px; line-height: 1.35; }
.sampa24-tender-hero__privacy { grid-column: 1; grid-row: 2; margin: 0; padding: 15px 18px; gap: 12px; align-items: center; }
.sampa24-tender-hero__privacy > span { flex: 0 0 30px; height: 30px; display: grid; place-items: center; background: #e6f7eb; color: #20a452; border-radius: 50%; font-size: 19px; }
.sampa24-tender-hero__privacy strong { font-size: 14px; }
.sampa24-tender-hero__privacy p { margin: 4px 0 0; color: #7189a3; font-size: 12px; }
.sampa24-tender-hero__privacy small { display: block; margin-top: 12px; color: #7189a3; font-size: 11px; }
.sampa24-tender-hero__action { grid-column: 2; grid-row: 1 / 3; padding: 22px 24px; }
.sampa24-tender-hero__action-title { gap: 12px; }
.sampa24-tender-hero__action-title > span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: #fff0eb; color: #ff4d12; font-size: 19px; }
.sampa24-tender-hero__action-title--confirmed { gap: 0; }
.sampa24-tender-hero__action-title--confirmed > span { display: none; }
.sampa24-tender-hero__action-title--confirmed strong { color: #ff4d12; }
.sampa24-tender-hero__action--offer-sent .sampa24-tender-hero__action-title > span { display: none; }
.sampa24-tender-hero__action--offer-sent .sampa24-tender-hero__action-title { gap: 0; }
.sampa24-tender-hero__action--offer-sent .sampa24-tender-hero__action-title strong { color: #ff4d12; }
.sampa24-tender-hero__action-title strong { display: block; font-size: 17px; }
.sampa24-tender-hero__action-title small { display: block; margin-top: 2px; color: #7189a3; font-size: 12px; }
.sampa24-tender-hero__action > p { margin: 23px 0; color: #7189a3; font-size: 13px; line-height: 1.5; }
.sampa24-tender-hero__primary,
.sampa24-tender-hero__similar a { display: block; text-align: center; text-decoration: none; font-weight: 700; }
.sampa24-tender-hero__primary { padding: 14px 12px; border-radius: 28px; background: #ff4d12; color: #fff; }
.sampa24-tender-hero__primary:hover { color: #fff; background: #e9420d; }
.sampa24-tender-hero__similar { margin-top: 22px; padding-top: 18px; border-top: 1px solid #e6f0fb; text-align: center; }
.sampa24-tender-hero__similar strong { display: block; font-size: 12px; }
.sampa24-tender-hero__similar a { margin-top: 10px; padding: 9px; border: 1px solid #ff4d12; border-radius: 22px; color: #ff4d12; font-size: 12px; }
.sampa24-tender-hero__next { display: flex; justify-content: space-between; gap: 16px; margin: 20px 0 0; color: #7189a3; font-size: 12px; line-height: 1.4; }
.sampa24-tender-hero__next span { color: #ff4d12; font-size: 20px; line-height: .7; }
@media (max-width: 760px) {
	.sampa24-tender-hero { margin-top: 14px; padding: 22px 16px; border-radius: 15px; }
	.sampa24-tender-hero__topline { align-items: flex-start; flex-direction: column; }
	.sampa24-tender-hero h1 { margin: 18px 0; font-size: 27px; }
	.sampa24-tender-hero__grid { grid-template-columns: 1fr; }
	.sampa24-tender-hero__route-card,
	.sampa24-tender-hero__privacy,
	.sampa24-tender-hero__action { grid-column: auto; grid-row: auto; }
	.sampa24-tender-hero__route-card { padding: 20px 16px; }
	.sampa24-tender-hero__route { gap: 9px; font-size: 18px; flex-wrap: wrap; }
	.sampa24-tender-hero__place { gap: 8px; }
	.sampa24-tender-hero__place--from i { margin: 0 6px; }
	.sampa24-tender-hero__route-card { grid-column: auto; }
	.sampa24-tender-hero__facts { grid-template-columns: 1fr; }
}
@media (min-width: 761px) and (max-width: 1020px) {
	.sampa24-tender-hero__facts { grid-template-columns: repeat(2, 1fr); }
}

/* Предложения перевозчиков */
.sampa24-tender-offers { margin: 0 0 55px; color: #102f51; }
.sampa24-tender-offers__head { margin: 0 0 22px; }
.sampa24-tender-offers__head p { margin: 0 0 8px; color: #ff4d12; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sampa24-tender-offers__head h2 { margin: 0 0 6px; font-size: 28px; }
.sampa24-tender-offers__head span { display: block; color: #6e88a4; font-size: 13px; }
.sampa24-tender-offers__panel { position: relative; overflow: hidden; padding: 30px; border: 1px solid #cfe4ff; border-radius: 18px; background: #f1f8ff; box-shadow: 0 14px 30px rgba(32, 87, 137, .06); }
.sampa24-tender-offers__panel:before { content: ''; position: absolute; top: -1px; left: -1px; width: 152px; height: 8px; border-radius: 18px 0 8px 0; background: #ff4d12; }
.sampa24-tender-offers__summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 15px 22px; border: 1px solid #d4e8ff; border-radius: 14px; background: #fff; }
.sampa24-tender-offers__summary-count { display: flex; align-items: center; gap: 13px; }
.sampa24-tender-offers__summary-count > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #e7f8ed; color: #1ba350; font-size: 20px; font-weight: 700; }
.sampa24-tender-offers__summary-count strong, .sampa24-tender-offers__summary-count small { display: block; }
.sampa24-tender-offers__summary-count strong { font-size: 18px; }
.sampa24-tender-offers__summary-count small { margin-top: 3px; color: #728ba7; font-size: 11px; }
.sampa24-tender-offers__cta { display: inline-block; min-width: 205px; padding: 12px 18px; border-radius: 25px; background: #ff4d12; color: #fff; font-size: 13px; font-weight: 700; text-align: center; text-decoration: none; }
.sampa24-tender-offers__cta:hover { color: #fff; background: #e9420d; }
.sampa24-tender-offers__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 16px; }
.sampa24-tender-offers__card { min-width: 0; padding: 18px 20px; border: 1px solid #d4e8ff; border-radius: 14px; background: #fff; }
.sampa24-tender-offers__card--best { border-color: #ff9a79; }
.sampa24-tender-offers__card em { display: inline-block; margin: -3px 0 12px; padding: 5px 9px; border-radius: 12px; background: #fff0eb; color: #ff4d12; font-size: 9px; font-style: normal; font-weight: 700; text-transform: uppercase; }
.sampa24-tender-offers__carrier { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid #e6f0fb; }
.sampa24-tender-offers__carrier > span { display: grid; place-items: center; flex: 0 0 39px; width: 39px; height: 39px; border-radius: 50%; background: #1d5285; color: #fff; font-size: 14px; font-weight: 700; }
.sampa24-tender-offers__carrier strong, .sampa24-tender-offers__carrier small { display: block; }
.sampa24-tender-offers__carrier strong { font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sampa24-tender-offers__carrier small { margin-top: 4px; color: #239d4b; font-size: 10px; }
.sampa24-tender-offers__carrier small b { margin-left: 7px; color: #ff4d12; font-weight: 700; }
.sampa24-tender-offers__website { display: inline-block; margin-top: 5px; color: #245889; font-size: 10px; font-weight: 700; line-height: 1.2; text-decoration: underline; text-decoration-style: dashed; text-underline-offset: 3px; }
.sampa24-tender-offers__website:hover { color: #ff4d12; }
.sampa24-tender-offers__price { margin: 15px 0 12px; }
.sampa24-tender-offers__price small, .sampa24-tender-offers__details small, .sampa24-tender-offers__orientation small { display: block; color: #728ba7; font-size: 10px; text-transform: uppercase; }
.sampa24-tender-offers__price strong { display: block; margin-top: 5px; color: #174978; font-size: 24px; line-height: 1.1; }
.sampa24-tender-offers__details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.sampa24-tender-offers__details b { display: block; margin-top: 4px; font-size: 12px; line-height: 1.35; }
.sampa24-tender-offers__transport { margin: 13px 0 0; padding: 10px 11px; border-radius: 9px; background: #f5f9fd; }
.sampa24-tender-offers__transport small { display: block; color: #728ba7; font-size: 9px; text-transform: uppercase; }
.sampa24-tender-offers__transport b { display: block; margin-top: 3px; font-size: 11px; line-height: 1.35; }
.sampa24-tender-offers__transport span { display: block; margin-top: 3px; color: #7189a3; font-size: 10px; }
.sampa24-tender-offers__note { min-height: 45px; margin: 15px 0 12px; padding: 10px 11px; border-radius: 9px; background: #f5f9fd; color: #496785; font-size: 11px; line-height: 1.45; }
.sampa24-tender-offers__note--empty { display: flex; align-items: center; color: #8aa0b8; }
.sampa24-tender-offers__date { display: block; color: #728ba7; font-size: 10px; }
.sampa24-tender-offers__select { display: flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 14px; padding: 10px 16px; box-sizing: border-box; border: 1px solid #ff4d12; border-radius: 999px; background: #ff4d12; box-shadow: 0 7px 16px rgba(255, 77, 18, .18); color: #fff; font-size: 12px; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; transition: .2s ease; }
.sampa24-tender-offers__select:hover { border-color: #e9420d; background: #e9420d; box-shadow: 0 9px 19px rgba(255, 77, 18, .25); color: #fff; transform: translateY(-1px); }

/* Shared compact breadcrumbs for public order and deal pages. */
.ccenter.breadcrumbs { margin: 20px auto 24px; }
#breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: #7890aa; font-size: 12px; line-height: 1.45; }
#breadcrumbs a { color: #7189a3; text-decoration: none; }
#breadcrumbs a:hover { color: #ff4d12; }
#breadcrumbs .breadcrumbs__separator { margin: 0 2px; color: #ff4d12; font-weight: 700; }
@media (max-width: 760px) { .ccenter.breadcrumbs { margin: 14px auto 18px; } #breadcrumbs { font-size: 11px; } }
.sampa24-tender-offers__empty { display: flex; align-items: center; justify-content: center; gap: 22px; min-height: 150px; margin-top: 16px; padding: 26px; border: 1px solid #d4e8ff; border-radius: 14px; background: #fff; text-align: left; }
.sampa24-tender-offers__empty > span { display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid #d4e8ff; border-radius: 50%; background: #f1f8ff; color: #ff4d12; font-size: 41px; line-height: 1; }
.sampa24-tender-offers__empty strong { font-size: 19px; }
.sampa24-tender-offers__empty p { max-width: 400px; margin: 7px 0 0; color: #637f9e; font-size: 13px; line-height: 1.5; }
.sampa24-tender-offers__orientation { margin-top: 16px; padding: 15px 19px; border: 1px solid #d4e8ff; border-radius: 13px; background: #fff; }
.sampa24-tender-offers__orientation h3 { margin: 0 0 12px; font-size: 13px; }
.sampa24-tender-offers__orientation > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #e6f0fb; }
.sampa24-tender-offers__orientation p { margin: 11px 0 0; padding: 0 16px; border-left: 1px solid #e6f0fb; }
.sampa24-tender-offers__orientation p:first-child { padding-left: 0; border-left: 0; }
.sampa24-tender-offers__orientation strong { display: block; margin-top: 4px; font-size: 13px; }
.sampa24-tender-offers__disclaimer { margin-top: 13px; color: #728ba7; font-size: 10px; line-height: 1.4; text-transform: none !important; }
@media (max-width: 760px) {
	.sampa24-tender-offers { margin-bottom: 42px; }
	.sampa24-tender-offers__panel { padding: 24px 16px; }
	.sampa24-tender-offers__summary { align-items: stretch; flex-direction: column; padding: 16px; }
	.sampa24-tender-offers__cta { width: 100%; }
	.sampa24-tender-offers__list, .sampa24-tender-offers__orientation > div { grid-template-columns: 1fr; }
	.sampa24-tender-offers__orientation p, .sampa24-tender-offers__orientation p:first-child { padding: 11px 0 0; border: 0; }
	.sampa24-tender-offers__orientation p + p { border-top: 1px solid #e6f0fb; }
	.sampa24-tender-offers__empty { align-items: flex-start; gap: 14px; padding: 20px 14px; }
	.sampa24-tender-offers__empty > span { flex: 0 0 52px; width: 52px; height: 52px; font-size: 31px; }
}

/* Публичный паспорт заявки */
.sampa24-tender-passport { margin: 0 0 55px; padding: 30px; border: 1px solid #cfe4ff; border-radius: 18px; background: #f1f8ff; color: #16395d; }
.sampa24-tender-passport__head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.sampa24-tender-passport__head p { margin: 0 0 8px; color: #ff4d12; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sampa24-tender-passport__head h2 { margin: 0 0 6px; font-size: 28px; }
.sampa24-tender-passport__head span { color: #6e88a4; font-size: 13px; }
.sampa24-tender-passport__head > b { align-self: flex-start; padding: 8px 17px; border: 1px solid #d1e8ff; border-radius: 20px; background: #fff; color: #1c8d47; font-size: 12px; }
.sampa24-tender-passport__head > b small { color: #6e88a4; font-weight: 400; }
.sampa24-tender-passport__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.sampa24-tender-passport article { padding: 18px; border: 1px solid #d1e8ff; border-radius: 13px; background: #fff; }
.sampa24-tender-passport h3 { margin: 0 0 14px; padding-bottom: 13px; border-bottom: 1px solid #e6f0fb; font-size: 15px; }
.sampa24-tender-passport article small { display: block; margin: 10px 0 4px; color: #758da6; font-size: 10px; text-transform: uppercase; }
.sampa24-tender-passport article strong { display: block; font-size: 13px; line-height: 1.35; }
.sampa24-tender-passport article em { display: inline-block; padding: 4px 8px; border-radius: 12px; background: #e5f7eb; color: #198b47; font-size: 11px; font-style: normal; }
.sampa24-tender-passport__route { grid-column: span 2; }
.sampa24-tender-passport__route h3 b { float: right; padding: 4px 8px; border-radius: 14px; background: #edf6ff; color: #24527e; font-size: 10px; }
.sampa24-tender-passport__route > div { display: flex; align-items: center; gap: 15px; }
.sampa24-tender-passport__route p { flex: 1; margin: 0; }
.sampa24-tender-passport__route p span { display: block; margin-top: 6px; color: #758da6; font-size: 10px; }
.sampa24-tender-passport__route > div > i { color: #ff4d12; font-size: 28px; font-style: normal; }
.sampa24-tender-passport__route > em { display: block; margin-top: 13px; }
.sampa24-tender-passport__comment p { margin: 0; font-size: 13px; line-height: 1.55; }
.sampa24-tender-passport__foot { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 17px; padding: 14px 17px; border: 1px solid #d1e8ff; border-radius: 12px; background: #fff; }
.sampa24-tender-passport__foot p { margin: 0; font-size: 13px; font-weight: 700; }
.sampa24-tender-passport__foot p span { color: #6e88a4; font-size: 11px; font-weight: 400; }
.sampa24-tender-passport__foot a { box-sizing: border-box; flex: 0 0 auto; min-width: 175px; min-height: 52px; padding: 12px 22px; line-height: 28px; white-space: nowrap; }
@media (max-width: 760px) { .sampa24-tender-passport { padding: 18px; } .sampa24-tender-passport__head, .sampa24-tender-passport__foot { display: block; } .sampa24-tender-passport__head > b, .sampa24-tender-passport__foot a { display: inline-block; margin-top: 14px; } .sampa24-tender-passport__grid { grid-template-columns: 1fr; } .sampa24-tender-passport__route { grid-column: auto; } }

.first_container {
	font-size: 17px;
	line-height: 1.2;
}
.first_container .main_info {
	width: 50%;
	margin: 0 0 114px;
}
.first_container .main_info .title {
	font-weight: 600;
	margin: 0 0 25px;
}
.tender_info_row {
	margin: 0 0 12px;
}
.tender_info_row .label {
	font-weight: 500;
}
.tender_info_row.offer_count {
	padding-top: 1.5em;
	margin-top: 1.5em;
	border-top: 1px solid #E0E0E0;
}
.first_container .main_info .buttons {
	margin: 2.8em 0 1.6em;
}
.first_container .main_info .views_count {
	position: relative;
	padding: 0 0 0 21px;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
}
.first_container .main_info .views_count span {
	margin-right: 10px;
}
.first_container .main_info .views_count:before {
	position: absolute;
	display: block;
	content: '';
	background: url('../images/icon_eye.svg') no-repeat;
	height: 16px;
	width: 16px;
	top: 0;
	left: 0;
}

.first_container .marshrut_container {
	width: 44%;
	margin: 0 0 114px;
}
.first_container .marshrut_container .marshrut_title {
	padding: 1.35em;
	border: 1px solid #D1E8FF;
	border-radius: 10px;
}
.first_container .marshrut_container .marshrut_title span {
	margin-right: 23px;
	font-weight: 600;
}
.first_container .marshrut_container #map_route {
	height: 370px;
}
#map_route_container {
	margin: 7px 0 0;
	transition: 0.3s all;
}
#map_route_footer {
	font-size: 14px;
	margin: 26px 0 0;
}

#map_route_container.full {
	margin: 0;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
}
#map_route_container.full #map_route {
	height: calc(100% - 17px - 26px - 15px)
}
#map_route_container.full #map_route_footer {
	padding: 0 15px 15px;
}

.tender_offers_block {
	font-size: 17px;
}
.tender_offers_block .h1 {
	margin: 0 0 53px;
}

.tender_offers_list .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tender_offers_list .row.head {
	margin: 0 0 19px;
	line-height: 1.2;
}
.tender_offers_list .row.item {
	padding: 30px 0;
	border: 1px solid #D1E8FF;
	border-radius: 5px;
	margin: 0 0 18px;
}
.tender_offers_list .row .td {
	width: 19.5%;
}
.tender_offers_list .row.item .td.carrier {
	padding-left: 30px;
}
.tender_offers_list .row.item .td.price {
	font-weight: 600;
	font-size: 36px;
}
.tender_offers_list .row.item .td.read {
	padding-right: 30px;
	width: 22%;
	text-align: right;
}
.tender_offers_list .row.item .td.read a.read_more {
	display: inline-block;
	padding: 0 26px 0 0;
	position: relative;
	text-decoration: none;
	color: #F85112;
	font-weight: 500;
	white-space: nowrap;
}
.tender_offers_list .row.item .td.read a.read_more:after {
	display: block;
	position: absolute;
	content: '';
	height: 9px;
	width: 17px;
	background: url('../images/arrow_bottom_17_9_orange.svg') no-repeat center/cover;
	top: 50%;
	margin-top: -5px;
	right: 0;
	transition: 0.3s all;
}
.tender_offers_list .row.item.opened .td.read a.read_more:after {
	transform: scaleY(-1);
}

.tender_offers_list .item_more_info {
	margin: 31px 0;
}
.item_more_info .first_row .offer_text, .item_more_info .first_row .offer_user {
	width: calc((100% - 20px) / 2);
	padding: 32px;
	background: #F1F8FF;
	border-radius: 10px;
	margin: 0 0 20px;
}
.item_more_info .slider_reviews_block {
	padding: 32px;
	background: #F1F8FF;
	border-radius: 10px;
}

.offer_user {
	font-size: 14px;
}
.offer_user .avatar {
	width: 70px;
}
.offer_user .name_reviews {
	width: calc(100% - 90px);
}
.offer_user .avatar span, .offer_user .avatar {
	margin: 0 20px 0 0;
}
.offer_user .avatar span, .offer_user .avatar img {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
}
.offer_user .name_block, .offer_user .rating_block,
.offer_user .docs, .offer_user .transport,
.offer_user .answer, .offer_user .refuse {
	margin: 0 0 20px;
	width: 48%
}
.offer_user .name_reviews .name {
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2;
	margin: 0 0 10px;
}
.offer_user .rating_block .stars {
	margin: 0 0 0 20px;
}
.offer_user .rating_block .rating {
	margin: 0 0 15px;
}
.offer_user .rating_block .star {
	display: block;
	height: 18px;
	width: 19px;
	margin: 0 10px 0 0;
}
.offer_user .rating_block .star.full {
	background: url('../images/star_full.svg') no-repeat center/cover;
}
.offer_user .rating_block .scale {
	width: calc(100% - 40px);
	height: 10px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.offer_user .rating_block .scale .filled {
	height: 10px;
	background: #4FDA65;
}
.offer_user .title_transport {
	font-weight: 600;
	margin: 33px 0 22px;
}
.offer_user .dosc, .offer_user .transport div {
	line-height: 1.2;
	margin: 0 0 7px;
}
.offer_user .answer a, .offer_user .refuse a {
	font-size: 14px;
	width: 100%;
	line-height: 1.5;
}

.slider_reviews_block {
	position: relative;
}
.slider_reviews_block .reviews_title {
	font-weight: 600;
	font-size: 19px;
	line-height: 1.2;
	margin: 0 0 16px;
	padding-right: 170px;
}
.slider_reviews_block .next_review {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	padding-right: 20px;
	color: #F85112;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none;
}
.slider_reviews_block .next_review:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	background: url('../images/arrow_right_7_14.svg') no-repeat center/cover;
	top: 2px;
	right: 0;
}

.tender_offers_block, .tender_related_block {
	margin: 0 0 100px;
}
.tender_related_block .h1 {
	margin: 0 0 7px;
	color: #102f51;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}
.tender_related_block__eyebrow { margin: 0 0 8px; color: #ff4d12; font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.tender_related_block__description { margin: 0 0 28px; color: #6e88a4; font-size: 13px; line-height: 1.45; }
.sampa24-related-tenders__summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 14px; padding: 13px 16px; border: 1px solid #d8eaff; border-radius: 13px; background: #f4f9ff; color: #315675; font-size: 12px; }
.sampa24-related-tenders__summary span { font-weight: 700; }
.sampa24-related-tenders__summary small { color: #7189a3; font-size: 11px; }
.sampa24-related-tenders__list { display: grid; gap: 10px; }
.sampa24-related-tenders__item { overflow: hidden; border: 1px solid #d5e8ff; border-radius: 15px; background: #fff; box-shadow: 0 10px 23px rgba(32, 87, 137, .04); }
.sampa24-related-tenders__item--archive { background: #fbfdff; }
.sampa24-related-tenders__row { display: grid; grid-template-columns: minmax(280px, 2.25fr) minmax(110px, .65fr) minmax(105px, .55fr) minmax(265px, .95fr); align-items: center; }
.sampa24-related-tenders__route { min-width: 0; padding: 17px 22px; }
.sampa24-related-tenders__route strong, .sampa24-related-tenders__route small { display: block; }
.sampa24-related-tenders__route strong { margin-top: 8px; overflow: hidden; color: #173e68; font-size: 17px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.sampa24-related-tenders__route strong i { margin: 0 7px; color: #ff4d12; font-size: 21px; font-style: normal; vertical-align: -1px; }
.sampa24-related-tenders__route small { margin-top: 6px; overflow: hidden; color: #7189a3; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.sampa24-related-tenders__match { display: inline-block; padding: 5px 9px; border-radius: 12px; background: #e8f8ee; color: #1e9a4c; font-size: 10px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.sampa24-related-tenders__match--near { background: #eef6ff; color: #2e6da3; }
.sampa24-related-tenders__match--reverse { background: #fff4df; color: #bb7b08; }
.sampa24-related-tenders__match--vehicle { background: #fff0eb; color: #e95a29; }
.sampa24-related-tenders__metric { min-width: 0; min-height: 56px; padding: 5px 17px; border-left: 1px solid #e4effa; }
.sampa24-related-tenders__metric span, .sampa24-related-tenders__metric strong { display: block; }
.sampa24-related-tenders__metric span { margin-bottom: 5px; color: #8aa0b8; font-size: 10px; text-transform: uppercase; }
.sampa24-related-tenders__metric strong { overflow: hidden; color: #23496f; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.sampa24-related-tenders__actions { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 9px; min-width: 0; padding: 15px 20px; border-left: 1px solid #e4effa; }
.sampa24-related-tenders__toggle, .sampa24-related-tenders__actions > a { box-sizing: border-box; min-height: 35px; padding: 9px 12px; border: 1px solid #cfe4ff; border-radius: 20px; background: #fff; color: #24527e; font: inherit; font-size: 11px; font-weight: 700; line-height: 1.15; text-align: center; text-decoration: none; white-space: nowrap; cursor: pointer; }
.sampa24-related-tenders__toggle { min-height: auto; padding: 2px 0 3px; border: 0; border-bottom: 1px dashed currentColor; border-radius: 0; background: transparent; color: #7189a3; font-weight: 500; }
.sampa24-related-tenders__actions .sampa24-related-tenders__toggle { min-width: 0; }
.sampa24-related-tenders__actions > a { min-width: 0; }
.sampa24-related-tenders__toggle:hover { background: transparent; color: #24527e; }
.sampa24-related-tenders__toggle:focus-visible { outline: 2px solid rgba(36, 82, 126, .22); outline-offset: 4px; }
.sampa24-related-tenders__toggle b { display: inline-block; margin-left: 5px; font-size: 15px; line-height: .5; transition: transform .18s ease; }
.sampa24-related-tenders__toggle[aria-expanded="true"] b { transform: rotate(180deg); }
.sampa24-related-tenders__actions > a:hover { border-color: #ff4d12; color: #ff4d12; }
.sampa24-related-tenders__empty { color: #849bb2; font-size: 11px; white-space: nowrap; }
.sampa24-related-tenders__offers { border-top: 1px solid #dcecfb; background: #f4f9ff; }
.sampa24-related-tenders__offers-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 10px; padding: 14px 20px 17px; }
.sampa24-related-tenders__offer { min-width: 0; padding: 13px 14px; border: 1px solid #d5e8ff; border-radius: 11px; background: #fff; }
.sampa24-related-tenders__offer > div { display: inline-block; width: 49%; margin: 0 0 11px; vertical-align: top; }
.sampa24-related-tenders__offer span, .sampa24-related-tenders__offer strong { display: block; }
.sampa24-related-tenders__offer span { margin-bottom: 3px; color: #849bb2; font-size: 9px; text-transform: uppercase; }
.sampa24-related-tenders__offer strong { overflow: hidden; color: #23496f; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.sampa24-related-tenders__offer p { margin: 0; padding-top: 9px; border-top: 1px solid #e8f1fa; color: #607e9d; font-size: 11px; line-height: 1.45; }

/* Форма предложения перевозчика: единая композиция с новыми карточками заявки. */
.sampa24-offer-form { position: relative; margin: 26px 0 52px; padding: 27px; border: 1px solid #cfe4ff; border-radius: 18px; background: #f1f8ff; box-shadow: 0 14px 30px rgba(32,87,137,.06); }
.sampa24-offer-form:before { position: absolute; top: -1px; left: -1px; width: 152px; height: 8px; border-radius: 18px 0 8px 0; background: #ff4d12; content: ''; }
.sampa24-offer-form:not(.show):not(:target) { display: none; }
.sampa24-offer-form:target { display: block; scroll-margin-top: 24px; }
.sampa24-offer-form__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin: 7px 0 22px; }
.sampa24-offer-form__head p { margin: 0 0 7px; color: #ff4d12; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sampa24-offer-form__head h2 { margin: 0 0 5px; color: #102f51; font-size: 27px; line-height: 1.2; }
.sampa24-offer-form__head span { display: block; color: #6e88a4; font-size: 13px; line-height: 1.45; }
.sampa24-offer-form__head > b { flex: 0 0 auto; margin-right: 40px; padding: 8px 11px; border: 1px solid #ffd0c1; border-radius: 18px; background: #fff; color: #f85112; font-size: 11px; }
.sampa24-offer-form .sampa24-cht__carrier { display: none; }
.sampa24-offer-form .sampa24-cht__content { display: block; padding: 21px; border: 1px solid #d4e8ff; border-radius: 14px; background: #fff; }
.sampa24-offer-form .sampa24-cht__textarea { box-sizing: border-box; width: 100%; min-height: 92px; margin: 0 0 18px; padding: 13px 14px; border: 1px solid #cfe4ff; border-radius: 10px; color: #18395c; font: inherit; font-size: 14px; resize: vertical; }
.sampa24-offer-form .sampa24-grid--bottom { display: block; }
.sampa24-offer-form__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.sampa24-offer-form .sampa24-flex.sampa24-grid--middle { display: flex; width: auto; min-height: 76px; box-sizing: border-box; margin: 0; padding: 10px 13px; border: 1px solid #e1eefb; border-radius: 10px; flex-direction: column; align-items: stretch; gap: 6px; }
.sampa24-offer-form .sampa24-cht__label { color: #7189a3; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.sampa24-offer-form input, .sampa24-offer-form select { box-sizing: border-box; min-height: 34px; width: 100%; border: 1px solid #cfe4ff; border-radius: 7px; background: #fff; color: #18395c; font: inherit; font-size: 13px; }
.sampa24-offer-form .red_btn_around { min-width: 215px; border: 0; cursor: pointer; }
.sampa24-offer-form__action { display: flex; justify-content: flex-end; margin-top: 18px; }
.sampa24-offer-form__head + .offer_user + .sampa24-cht__content { margin-top: 0; }
.sampa24-offer-form .sampa24-cht__close { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 1px solid #cfe4ff; border-radius: 50%; background: #fff; color: #315675; font-size: 20px; line-height: 1; cursor: pointer; }
.sampa24-offer-form .sampa24-cht__close:hover { border-color: #ff4d12; color: #ff4d12; }
.sampa24-offer-already-notice { position: fixed; z-index: 10020; right: 24px; bottom: 24px; display: grid; grid-template-columns: 1fr auto; gap: 5px 18px; width: min(410px, calc(100vw - 32px)); padding: 16px 18px; border: 1px solid #b9e6c8; border-radius: 14px; background: #f1fbf4; box-shadow: 0 14px 34px rgba(16,47,81,.18); color: #174d31; }
.sampa24-offer-already-notice strong { font-size: 16px; }
.sampa24-offer-already-notice span { grid-column: 1; color: #48735a; font-size: 13px; line-height: 1.45; }
.sampa24-offer-already-notice button { grid-column: 2; grid-row: 1 / span 2; align-self: start; width: 28px; height: 28px; padding: 0; border: 1px solid #b9e6c8; border-radius: 50%; background: #fff; color: #315675; font-size: 19px; line-height: 1; cursor: pointer; }
@media (max-width: 760px) {
	.sampa24-related-tenders__summary { align-items: flex-start; flex-direction: column; gap: 5px; padding: 12px 14px; }
	.sampa24-related-tenders__row { display: block; }
	.sampa24-related-tenders__route { padding: 15px 14px 12px; }
	.sampa24-related-tenders__route strong { font-size: 15px; white-space: normal; }
	.sampa24-related-tenders__metric { display: inline-block; width: 49%; min-height: 0; padding: 10px 14px; border-top: 1px solid #e4effa; border-left: 0; vertical-align: top; }
	.sampa24-related-tenders__metric + .sampa24-related-tenders__metric { border-left: 1px solid #e4effa; }
	.sampa24-related-tenders__actions { justify-content: stretch; padding: 12px 14px; border-top: 1px solid #e4effa; border-left: 0; }
	.sampa24-related-tenders__toggle, .sampa24-related-tenders__actions > a { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
	.sampa24-related-tenders__empty { flex: 1; }
	.sampa24-related-tenders__offers-inner { grid-template-columns: 1fr; padding: 12px 14px 14px; }
	.sampa24-offer-form { padding: 21px 14px; border-radius: 15px; }
	.sampa24-offer-form__head { padding-right: 35px; }
	.sampa24-offer-form__head > b { display: none; }
	.sampa24-offer-form__head h2 { font-size: 23px; }
	.sampa24-offer-form .sampa24-cht__content { padding: 15px; }
	.sampa24-offer-form__fields { grid-template-columns: 1fr; gap: 9px; }
	.sampa24-offer-form .sampa24-flex.sampa24-grid--middle { min-height: 0; }
	.sampa24-offer-form__action { margin-top: 14px; }
	.sampa24-offer-form .red_btn_around { width: 100%; }
}




@media (max-width: 1199px) {
	
	.tender_offers_list .row .td {
		width: 18.5%;
	}
	.tender_offers_list .row.item .td.carrier {
		padding-left: 17px;
	}
	.tender_offers_list .row.item .td.price {
		font-size: 20px;
	}
	.tender_offers_list .row.item .td.read {
		padding-right: 17px;
		width: 26%;
	}
	.tender_offers_list .row.item {
		padding: 17px 0;
		margin: 0 0 9px;
	}
	
}/* @media (max-width: 1199px) */



@media (max-width: 1023px) {
	
	.first_container .main_info, .first_container .marshrut_container, .tender_offers_block, .tender_related_block {
		margin: 0 0 64px;
	}
	.tender_related_block .h1 {
		margin: 0 0 7px;
		font-size: 25px;
	}
	.tender_related_block__description { margin-bottom: 20px; }
	.sampa24-related-tenders__row { grid-template-columns: minmax(235px, 2fr) minmax(100px, .65fr) minmax(90px, .5fr) minmax(175px, .75fr); }
	.sampa24-related-tenders__route { padding: 15px; }
	.sampa24-related-tenders__metric { padding: 5px 12px; }
	.sampa24-related-tenders__actions { grid-template-columns: 1fr; gap: 7px; padding: 13px; }
	.subheader, .first_container, .first_container .main_info .views_count, .tender_offers_block, .offer_user,
	.offer_user .name_reviews .name, .slider_reviews_block .reviews_title {
	    font-size: 12px;
	}
	.first_container .buttons, .slider_reviews_block .next_review {
	    font-size: 11px;
	}
	
	.tender_offers_list .row.item .td.read a.read_more {
    	padding-right: 14px;
    }
	.tender_offers_list .row.item .td.read a.read_more:after {
		height: 4px;
		width: 9px;
		margin-top: -2px;
	}
	.tender_offers_list .item_more_info {
		margin: 20px 0;
	}
	.item_more_info .first_row .offer_text, .item_more_info .first_row .offer_user {
		padding: 20px;
		width: 100%;
	}
	.offer_user .rating_block .star {
		height: 14px;
		width: 15px;
		margin: 0 8px 0 0;
	}
	.offer_user .rating_block .stars {
		margin: 0 0 0 8px;
	}
	.offer_user .avatar, .offer_user .avatar span, .offer_user .avatar img {
		width: 58px;
		height: 58px;
	}
	.offer_user .avatar span, .offer_user .avatar {
		margin: 0;
	}
	.offer_user .name_reviews {
		width: calc(100% - 58px - 13px);
	}
	.offer_user .rating_block .rating {
		margin: 0 0 3px;
	}
	.offer_user .name_block, .offer_user .rating_block, .offer_user .docs, .offer_user .transport {
		margin: 0 0 18px;
	}
	.offer_user .title_transport {
		margin: 18px 0 15px;
	}
	.item_more_info .slider_reviews_block {
		padding: 20px;
		border-radius: 6px;
	}
	.slider_reviews_block .reviews_title {
		padding-right: 130px;
	}
	.slider_reviews_block .next_review {
		padding-right: 11px;
	}
	.slider_reviews_block .next_review:after {
		height: 9px;
		width: 4px;
		top: 4px;
	}
}/* @media (max-width: 1023px) */


@media (min-width: 1023px) and (max-width: 1200px) {
	.offer_user .answer, .offer_user .refuse {
		width: 100%;
	}
	.offer_user .answer {
		margin: 0;
	}
	.offer_user .answer, .offer_user .refuse {
		margin: 18px 0 0;
	}
}

@media (max-width: 767px) {
	.tender_offers_list .row.head .td.read {
		display: none;
	}
	.tender_offers_list .row.head .td {
		width: 25%;
		text-align: center;
	}
	.tender_offers_list .row.item {
		border-width: 0;
		border-bottom-width: 1px;
		border-radius: 0;
	}
	.tender_offers_list .row.item.opened {
		border-bottom-width: 0;
		padding-bottom: 0;
	}
	.tender_offers_list .row.head + .row.item {
		border-top-width: 1px;
	}
	.tender_offers_list .row.item .td {
		width: 25%;
		text-align: center;
	}
	.tender_offers_list .row.item .td.read {
		width: 100%;
		padding: 0;
		margin: 11px 0 0;
	}
	.tender_offers_list .row.item .td.carrier {
		padding: 0;
	}
	.tender_offers_list .row.item .td.read a.read_more {
		width: 100%;
		display: block;
		text-align: center;
		background: #F1F8FF;
		border-radius: 2px;
		color: #1B4875;
		padding: 11px 0;
	}
	.tender_offers_list .row.item .td.read a.read_more:after {
		position: static;
		margin: 7px 0 0 6px;
		vertical-align: top;
		background: url('../images/arrow_bottom_17_9_blue.svg') no-repeat center/cover;
		display: inline-block;
	}
	
	.first_container .main_info, .first_container .marshrut_container {
		width: 100%;
		margin: 0 0 20px;
	}
	.first_container .marshrut_container {
		margin: 0 0 45px;
	}
	.tender_offers_block .h1 {
		margin: 0 0 1.5em;
	}
	
	.item_more_info .first_row .offer_text, .item_more_info .first_row .offer_user {
		width: 100%;
		padding: 20px;
		margin: 0 0 13px;
	}
}/* @media (max-width: 767px) */



@media (max-width: 576px) {
	
	.first_container .main_info, .first_container .marshrut_container {
		margin: 0 0 20px;
	}
	.tender_offers_block, .tender_related_block {
		margin: 0 0 45px;
	}
	.tender_related_block .h1 {
		margin: 0 0 6px;
		font-size: 22px;
	}
	.tender_related_block__eyebrow { margin-bottom: 6px; font-size: 10px; }
	.tender_related_block__description { margin-bottom: 14px; font-size: 12px; }
	.sampa24-related-tenders__summary { align-items: flex-start; flex-direction: column; gap: 5px; padding: 12px 14px; }
	.sampa24-related-tenders__row { display: block; }
	.sampa24-related-tenders__route { padding: 15px 14px 12px; }
	.sampa24-related-tenders__route strong { font-size: 15px; white-space: normal; }
	.sampa24-related-tenders__metric { display: inline-block; width: 49%; min-height: 0; padding: 10px 14px; border-top: 1px solid #e4effa; border-left: 0; vertical-align: top; }
	.sampa24-related-tenders__metric + .sampa24-related-tenders__metric { border-left: 1px solid #e4effa; }
	.sampa24-related-tenders__actions { justify-content: stretch; padding: 12px 14px; border-top: 1px solid #e4effa; border-left: 0; }
	.sampa24-related-tenders__toggle, .sampa24-related-tenders__actions > a { flex: 1; }
	.sampa24-related-tenders__empty { flex: 1; }
	.sampa24-related-tenders__offers-inner { grid-template-columns: 1fr; padding: 12px 14px 14px; }
	.tender_offers_list .row.item .td.price {
		font-size: 14px;
		color: #F85112;
	}
	
	.offer_user .answer, .offer_user .refuse {
		width: 100%;
	}
	.offer_user .answer {
		margin: 0;
	}
	.offer_user .answer, .offer_user .refuse {
		margin: 18px 0 0;
	}
}/* @media (max-width: 576px) */


@media (max-width: 479px) {
	.offer_user .name_block,
	.offer_user .docs, .offer_user .transport {
		width: 100%;
	}
	.offer_user .history_block {
		width: 48%;
	}
	
	.offer_user .status_offer {
		background: #FFFFFF;
		border-radius: 5px;
		padding: 13px 22px;
		text-align: center;
	}
	.offer_user .transport {
		margin: 0 0 0px;
	}
	.offer_user .refuse {
		margin: 7px 0 0;
	}
	.offer_user .rating_block .rating {
		flex-direction: column;
		align-items: flex-start;
		margin: 0 0 13px;
	}
	.offer_user .history_block .old {
		margin: 0 0 9px;
	}
	.offer_user .rating_block .stars {
		margin: 0;
	}
	.tender_offers_list .item_more_info {
		margin-bottom: 10px;
		padding: 0 0 40px;
		border-bottom: 1px solid #D1E8FF;
	}
	.slider_reviews_block .next_review {
		top: unset;
		bottom: -25px;
		right: 0;
	}
	.slider_reviews_block .reviews_title {
		padding-right: 0;
	}
	.tender_offers_list .row.item {
		margin: 0;
	}
	
	.subheader, .first_container, .first_container .main_info .views_count, .tender_offers_block, .offer_user,
	.offer_user .name_reviews .name, .slider_reviews_block .reviews_title,
	.first_container .buttons, .slider_reviews_block .next_review {
	    font-size: 10px;
	}
	.first_container .buttons {
		flex-direction: column;
	}
	.first_container .buttons a {
		width: 100%;
		text-align: center;
	}
	.first_container .buttons a + a {
		margin-top: 15px;
	}
}/* @media (max-width: 479px) */




@media (max-width: 360px) {

	
}/* @media (max-width: 360px) */
