:root {
	--trans: 0.225s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html {
	height: 100%;
	box-sizing: border-box;
}

*,
::before,
::after {
	box-sizing: inherit;
}

body {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-family: "Open Sans", "Arial", sans-serif;
}

body.lock {
	overflow: hidden;
}

fieldset {
	border: none;
}

button,
input,
textarea {
	font-family: "Open Sans", "Arial", sans-serif;
}

main {
	flex-grow: 1;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input.invalid,
.select2.invalid {
	outline: 1px solid tomato;
	outline-offset: 2px;
	border-radius: 7px;
}

section {
	width: 100%;
	padding: 0;
}

.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

header {
	padding: 0;
	background: #1f4559;
	background-image: none;
	height: auto !important;
	margin-bottom: 0;
	position: relative;
}

.header__aggregator-data .header__container {
	padding-bottom: 20px;
}

.header__navigation {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	transform: translateX(100%);
	transition: all var(--trans);
	width: 100%;
	height: 100vh;
}

.header__navigation-inner-wrapper {
	background: white;
	display: flex;
	flex-direction: column;
	padding: 21px 15px 60px 15px;
	width: 65vw;
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.header__navigation.js-active {
	transform: translateX(0);
}

.header__container {
	padding-top: 26px;
	display: flex;
	padding-right: 22px;
}

.header__button-open-menu {
	width: 32px;
	height: 31px;
	display: flex;
	flex-direction: column;
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	row-gap: 5px;
	margin-left: auto;
}

.header__button-open-menu span {
	width: 100%;
	height: 4px;
	background-color: #61f3d8;
	border: none;
	border-radius: 1px;
	display: block;
}

.header__navigation .header__menu-aggregator {
	display: block;
	height: auto;
	width: auto;
	list-style: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	align-items: flex-start;
}

.header__button-close-menu {
	width: 32px;
	height: 31px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 84px;
	border: none;
	background-color: transparent;
	padding: 0;
}

.header__button-close-menu span {
	width: 100%;
	height: 4px;
	background-color: #004574;
	border: none;
	border-radius: 1px;
}

.header__button-close-menu span:nth-of-type(1),
.header__button-close-menu span:nth-of-type(3) {
	width: 75%;
}

.start-aggregator {
	background-color: #182b38;
	position: relative;
	text-decoration: none;
}

.header__menu-aggregator .main-menu__item {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}

.header__menu-aggregator .main-menu__item.item-arrow::after {
	content: url(../images/icons/breadcrumbs-arrow.svg);
	position: absolute;
	right: 10px;
	top: 0;
	transition: all var(--trans);
}

.header__menu-aggregator .main-menu__item.item-arrow.js-active::after {
	transform: rotate(90deg);
}

.header__menu-aggregator .main-menu__item a {
	font-family: "Open Sans";
	font-weight: bold;
	font-size: 14px;
	line-height: 117.9%;
	color: #182b38;
	text-decoration: none;
	margin-bottom: 17px;
	position: relative;
	display: inline-block;
}

.header__menu-aggregator .main-menu__item > a:not(.main-menu-lvl2 a) {
	pointer-events: none;
}

.header__navigation .mobile-menu-contacts {
	position: relative;
	bottom: auto;
	margin-top: auto;
}

.header__navigation .mobile-menu-contacts-item {
	margin-bottom: 10px;
	font-family: Roboto;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	color: #182b38;
}

.header__navigation .mobile-menu-contacts-left {
	font-weight: normal;
}

.main-menu-lvl2 {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: all var(--trans);
}

.header__menu-aggregator .main-menu-lvl2 a {
	padding-left: 15px;
	display: block;
}

.start-aggregator__container {
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url("../images/aggregator/start-aggregator-bg-mob.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.start-aggregator::after {
	content: "";
	width: 100%;
	display: block;
	height: 100%;
	background: #235771;
	opacity: 0.6;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.start-aggregator__intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.start-aggregator__intro h1 {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #ffffff;
	text-align: center;
	font-family: "Inter", "Arial", sans-serif;
	max-width: 378px;
}

.initial__form {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
	counter-reset: item 0;
	width: 100%;
	max-width: 475px;
	margin: 0 auto;
	row-gap: 15px;
	position: relative;
	z-index: 2;
}

.start-aggregator .initial__form fieldset {
	border: none;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 21px 37px 38px;
	position: relative;
	display: flex;
	flex-direction: column;
	counter-increment: item 1;
}

.start-aggregator .initial__form fieldset::after {
	content: "Шаг " counter(item);
	font-weight: 700;
	font-size: 14px;
	line-height: 111.4%;
	position: absolute;
	top: 23px;
	right: 17px;
}

.start-aggregator .initial__form fieldset::before {
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	background-size: 50px 50px;
	background-position: center;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
}

.fieldset-wrapper {
	padding-left: 30px;
	padding-bottom: 67px;
	padding-top: 20px;
	position: relative;
	width: 100%;
}

.fieldset-wrapper::after {
	content: "";
	background-image: url("../images/aggregator/aggregator-line.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: left bottom;
	position: absolute;
	display: block;
	width: 92%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.initial__form .fieldset-wrapper:nth-of-type(1) fieldset::before {
	background-image: url("../images/aggregator/aggregator-icon1.svg");
}

.initial__form .fieldset-wrapper:nth-of-type(2) fieldset::before {
	background-image: url("../images/aggregator/aggregator-icon2.svg");
}

.initial__form .fieldset-wrapper:nth-of-type(3) fieldset::before {
	background-image: url("../images/aggregator/aggregator-icon3.svg");
}

.start-aggregator .initial__form fieldset legend {
	font-weight: 700;
	font-size: 15px;
	line-height: 111.4%;
}

.start-aggregator .initial__form fieldset .fieldset-title {
	font-weight: 700;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 15px;
}

.initial__form .fieldset-wrapper:nth-of-type(1) fieldset .fieldset-title {
	color: #3183d6;
}

.initial__form .fieldset-wrapper:nth-of-type(2) fieldset .fieldset-title {
	color: #d63172;
}

.initial__form .fieldset-wrapper:nth-of-type(3) fieldset .fieldset-title {
	color: #6631d6;
}
.start-aggregator .initial__form fieldset input:not(input[type="hidden"]) {
	width: 100%;
	height: 45px;
	max-width: 312px;
	background: #c9c9c9;
	border-radius: 8px;
	padding-left: 15px;
	border: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #004574;
}

.initial__form fieldset input:not(input[type="hidden"]):focus-visible {
	outline: none;
}

.start-aggregator .initial__form fieldset input:not(input[type="hidden"])::placeholder,
.select2-selection__placeholder {
	color: #004574 !important;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
}

.button-wrapper {
	align-self: end;
}

.button-wrapper button {
	font-weight: 700;
	font-size: 16px;
	line-height: 117.9%;
	color: #004574;
	background: #ffffff;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	min-width: 179px;
	height: 45px;
	margin-top: 15px;
	padding: 0 20px;
	text-transform: uppercase;
}

.button-gradient {
	position: relative;
}

.button-gradient::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(91.13deg, #0054b2 1.35%, #3793e1 35.4%, #61f3d8 66.39%, #3793e1 98.92%);
	transform: translate3d(0px, -2px, 0) scale(1);
	filter: blur(10px);
	opacity: 0.7;
	transition: opacity 0.3s;
}

.button-gradient:hover::before {
	opacity: 0;
}

.button-wrapper button:hover {
	background: #61f3d8;
	transition: all var(--trans);
}

.select2-container--default .select2-selection--single {
	background: #c9c9c9;
	border-radius: 8px;
	padding-left: 15px;
	height: 45px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	color: #004574 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-selection__arrow {
	position: relative;
	top: auto !important;
	width: 15px !important;
	height: 15px !important;
	right: 15px !important;
	position: relative !important;
}

.select2-selection__arrow::before {
	content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L0.669873 0.75L9.33013 0.750001L5 6Z' fill='%233793E1'/%3E%3C/svg%3E%0A");
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 7px;
}

.select2-dropdown {
	background: #5c7f93;
	border-radius: 10px;
	border: 1px solid #dee4f0;
}

.select2-results__option,
.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding-left: 15px;
	color: #c9c9c9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	border-radius: 8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
	background: #182b38;
	border: none !important;
	color: #6be5ce;
	border-radius: 10px;
}

.select2-container--default .select2-results__option--selected {
	background: #fafbfd;
}

.aggregator-description {
	background-color: #c7c9d7;
}

.aggregator-description h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 110%;
	color: #99548e;
	font-family: "Inter", "Arial", sans-serif;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}

.aggregator-description__container {
	padding-top: 50px;
	padding-bottom: 100px;
}

.aggregator-description__steps {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.aggregator-description__steps img {
	width: 280px;
}

.aggregator-data .top-form__container {
	width: 100%;
	padding: 0;
	padding: 20px;
	margin: 0 auto;
}

.aggregator-data .top-form {
	padding: 0;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	background-color: transparent;
	align-items: center;
}

.aggregator-data .top-form__container label {
	background: #ffffff;
	border-radius: 10px;
	padding: 15px 10px 10px;
	width: 100%;
	max-width: 373px;
	flex-shrink: 0;
	margin: 0 auto;
}

.aggregator-data .top-form__container label span:not(.select2):not(.select2 span) {
	font-weight: 700;
	font-size: 20px;
	line-height: 111.4%;
	letter-spacing: 0.02em;
	color: #9dd0e8;
	display: flex;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.aggregator-data .top-form__container label:nth-of-type(1) span::after {
	/* content: "Город отправителя"; */
	content: attr(dataFrom-after);
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #9dd0e8;
	margin-right: 10px;
}

.aggregator-data .top-form__container label:nth-of-type(2) span::after {
	/* content: "Город получателя"; */
	content: attr(dataTo-after);
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #9dd0e8;
	margin-right: 10px;
}

.top-form__container label input:not(input[type="hidden"]),
.top-form__container label textarea {
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	background: #ffffff;
	height: 50px;
	width: 100%;
	padding-left: 15px;
}

.top-form__container label input:not(input[type="hidden"])::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #7d7d7d !important;
}

.aggregator-data .top-form__container fieldset::after {
	display: none;
}

.aggregator-data {
	background-color: #5c7f93;
	padding-bottom: 40px;
}

.aggregator-stages {
	background: #183448;
	padding: 15px 0 30px;
}

.aggregator-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #ffffff;
	text-align: center;
	font-family: "Inter", "Arial", sans-serif;
	max-width: 378px;
	margin: 0 auto;
}

.aggregator-stages__title {
	margin-bottom: 16px;
}

.aggregator-stages__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.aggregator-stages__list li {
	position: relative;
}

.aggregator-stages__list li span {
	font-weight: 700;
	font-size: 16px;
	line-height: 111.4%;
	letter-spacing: 0.02em;
	color: #9dd0e8;
	margin-bottom: 10px;
	display: block;
	margin-left: 40px;
	white-space: nowrap;
}

.aggregator-stages__list li a {
	height: 64px;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.aggregator-stages__list li::before {
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	background-size: 50px 50px;
	background-position: center;
	top: 1px;
	left: -17px;
	background-repeat: no-repeat;
}

.aggregator-stages__list li:nth-of-type(1)::before {
	background-image: url("../images/aggregator/aggregator-icon1.svg");
}
.aggregator-stages__list li:nth-of-type(2)::before {
	background-image: url("../images/aggregator/aggregator-icon2.svg");
}
.aggregator-stages__list li:nth-of-type(3)::before {
	background-image: url("../images/aggregator/aggregator-icon4.svg");
}
.aggregator-stages__list li:nth-of-type(4)::before {
	background-image: url("../images/aggregator/aggregator-icon3.svg");
}

.aggregator-stages__list li.aggregator-stages__current-stage a {
	background: #fafbfd;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	color: #084c94;
	cursor: default;
}

.top-form .selection,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-overflow: ellipsis;
	color: #7d7d7d !important;
}

.top-form .select2-container--default .select2-selection--single {
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	background: #ffffff;
}

.top-form .select2 {
	width: 100% !important;
	max-width: 312px;
}

.aggregator-data .initial__form {
	display: block;
}

.cargo-data__title {
	margin-bottom: 50px;
}

.aggregator-wrapper {
	background: #ededed;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16), 0px 24px 40px rgba(0, 0, 0, 0.08), 0px 16px 32px rgba(0, 0, 0, 0.06);
	border-radius: 16px;
}

.cargo-slide .aggregator-wrapper {
	padding-bottom: 30px;
}

.aggregator-data .initial__form {
	max-width: none;
}

.switch-box {
	background: #d9d9d9;
	border: 1px solid #ffffff;
	border-radius: 30px;
	height: 53px;
	display: flex;
	align-items: center;
	position: relative;
	transform: translate(-10px, -20px);
	max-width: 332px;
}

.switch-slider {
	z-index: 2;
	position: absolute;
	height: 100%;
	width: 50%;
	transition: all var(--trans);
}

.switch-slider div:not(.gradient) {
	content: "";
	background: #ffffff;
	border-radius: 30px;
	display: block;
	height: 100%;
	width: 50%;
	position: absolute;
	transition: var(--trans);
	z-index: 2;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 3;
}

div.gradient {
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(91.13deg, #0054b2 1.35%, #3793e1 35.4%, #61f3d8 66.39%, #3793e1 98.92%);
	transform: translate3d(0px, -2px, 0) scale(1);
	filter: blur(10px);
	opacity: 0.7;
	transition: opacity 0.3s;
}

.place-list__button-wrapper {
	position: relative;
}

.switch-box.switch-active .switch-slider {
	transform: translateX(100%);
}

.switch-box label {
	flex: 0 0 50%;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 117.9%;
	color: #7d7d7d;
	position: relative;
	z-index: 5;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	cursor: pointer;
}

.switch-box input {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.switch-box input:checked + label {
	font-weight: 700;
	font-size: 16px;
	line-height: 117.9%;
	color: #004574;
	cursor: default;
}

.order-block__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 111.4%;
	letter-spacing: 0.02em;
	color: #99548e;
	display: block;
	margin: 15px 0;
}

.custom-input {
	height: 64px;
	display: block;
}

.aggregator-data .custom-input input {
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	background: #ededed;
	border-radius: 16px;
	height: 64px;
	padding-left: 13px;
	width: 134px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;

	color: #084c94;
}

.aggregator-data .custom-input input:not(input[readonly]):focus-visible {
	outline: none;
	background: #fafbfd;
	border: 1px solid #c9c9c9;
}

.aggregator-data .custom-input input[readonly]:focus-visible {
	outline: none;
}

.aggregator-data .custom-input input[readonly] {
	cursor: not-allowed;
}

.aggregator-data .custom-input input::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #7d7d7d;
}

.gr-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
	row-gap: 20px;
	width: min-content;
}

.aggregator-wrapper__container .select2-container--default .select2-selection--single {
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	background: #ededed;
	border-radius: 16px;
	height: 48px;
}

.aggregator-wrapper__container .select2-selection__arrow::before {
	content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L0.669873 0.75L9.33013 0.750001L5 6Z' fill='%23202020'/%3E%3C/svg%3E");
}

.custom-select {
	position: relative;
	cursor: pointer;
	width: 257px;
}

.custom-select__inner-wrapper {
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	background: #ededed;
	border-radius: 16px;
	height: 48px;
	display: flex;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	pointer-events: none;
}

.custom-select__current-value {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-overflow: ellipsis;
	color: #7d7d7d;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	pointer-events: none;
	white-space: nowrap;
	margin: 0;
}

.custom-select__current-value span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.custom-select__current-value b {
	width: 10px;
	height: 10px;
	background-image: url(../images/aggregator/check.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 6px;
	flex-shrink: 0;
}

.custom-select__current-value::after {
	content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L0.669873 0.75L9.33013 0.750001L5 6Z' fill='%23202020'/%3E%3C/svg%3E");
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	flex-shrink: 0;
	margin-left: auto;
}

.custom-select__wrapper-list {
	background: #fafbfd;
	border: 1px solid #dee4f0;
	border-radius: 10px;
	padding: 16px 23px 20px 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 48px;
	display: none;
}

.custom-select.js-active > .custom-select__wrapper-list {
	display: block;
}

.custom-select__wrapper-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 200px;
	overflow: auto;
}

.custom-select__wrapper-list ul input {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select__wrapper-list ul label {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #084c94;
	cursor: pointer;
	transition: all var(--trans);
	display: flex;
	align-items: center;
}

.custom-select__wrapper-list ul li:not(:last-of-type) {
	margin-bottom: 5px;
}

.custom-select__custom-checkbox {
	background: #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: block;
	flex-shrink: 0;
	margin-right: 20px;
	transition: all var(--trans);
}

.custom-select__wrapper-list ul input:checked + label span {
	background-color: #03336e;
	background-image: url("../images/aggregator/check.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px 9px;
	border: none;
}

.custom-select__wrapper-list ul input:checked + label {
	font-weight: 700;
}

.seats-label {
	background: #fafbfd;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 103px;
	height: 46px;
	padding: 0 10px;
	margin-left: 20px;
}

.initial__form .seats-label input {
	background: #fafbfd;
	border: none;
	width: 25px;
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #51b3f7;
}

.initial__form .seats-label input:focus-visible {
	outline: none;
}

.seats-label-unit {
	font-size: 16px;
	line-height: 22px;
	color: #51b3f7;
	font-weight: 400;
}

.seats-label button {
	height: 100%;
	width: 12px;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	cursor: pointer;
}

.seats-label button svg {
	pointer-events: none;
}

.seats-plus {
	margin-left: 8px;
}

.seats-label .seats-plus {
	transform: rotate(180deg);
}

.seats-label .seats-plus svg {
	margin-top: 4px;
}

.main-form__container {
	padding-bottom: 40px;
}

.flex {
	display: flex;
	align-items: center;
}

.additional-information .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #7d7d7d !important;
	font-size: 16px;
}

.additional-information .select2-selection__rendered[title]::before {
	content: "";
	width: 10px;
	height: 10px;
	background-image: url("../images/aggregator/check.svg");
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 6px;
}

.place-list {
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: item 0;
}

.aggregator-data .custom-input input.input-val {
	background: #fafbfd;
}

.place-list li {
	counter-increment: item 1;
	margin-bottom: 25px;
}

.place-list li:first-of-type .fieldset__cell-remove {
	display: none;
}

.place-list .place-title {
	position: relative;
}

.place-list .place-title::after {
	content: " " counter(item);
}

.place-button-add {
	width: 179px;
	min-height: 45px;
	border: none;
	background: #ffffff;
	border-radius: 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 117.9%;
	color: #004574;
	cursor: pointer;
	text-transform: uppercase;
	margin-left: 20px;
	margin-bottom: 20px;
}

.fieldset__cell-remove {
	background-color: transparent;
	border: none;
	position: relative;
	width: 15px;
	height: 15px;
	padding: 0;
	cursor: pointer;
	margin-left: 20px;
}

.fieldset__cell-remove::before,
.fieldset__cell-remove::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background: #000000;
	top: 50%;
	left: 50%;
	transition: all var(--trans);
	pointer-events: none;
}

.fieldset__cell-remove::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.fieldset__cell-remove::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.aggregator-wrapper__container {
	position: relative;
	z-index: 2;
}

.fieldset__slide {
	display: none;
	transition: all var(--trans);
}

.fieldset__slide.slide-show {
	display: block;
}

.aggregator-search {
	margin-bottom: 30px;
}

.data-cargo-section__title {
	margin-bottom: 20px;
}

.aggregator-search__title {
	margin-bottom: 20px;
}

.aggregator-search .aggregator-wrapper {
	padding: 15px 10px;
}

.aggregator-search__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aggregator-search__item-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.aggregator-search__item-title span {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.37;
	color: #99548e;
	pointer-events: none;
}

.aggregator-search__list li:not(.aggregator-search__item-title) {
	display: flex;
	align-items: center;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	padding: 15px 10px;
	justify-content: space-between;
	column-gap: 10px;
	position: relative;
}

.aggregator-search__list li:not(.aggregator-search__item-title).beneficial .aggregator-search__price {
	padding: 15px 10px;
	background: rgba(41, 182, 64, 0.15);
	border-radius: 15px;
	box-shadow: 0px 0px 11.9594px rgba(222, 228, 240, 0.6);
	color: #29b640;
}

.aggregator-search__list li:not(.aggregator-search__item-title).fast .aggregator-search__price {
	padding: 15px 10px;
	background: #e7ebfb;
	border-radius: 15px;
	color: #4c73e3;
}

.aggregator-search__list li:not(.aggregator-search__item-title):hover,
.aggregator-search__list li:not(.aggregator-search__item-title).js-active {
	background: #fafbfd;
	cursor: pointer;
	transition: all var(--trans);
}

.aggregator-search__list li:not(.aggregator-search__item-title):hover span,
.aggregator-search__list li:not(.aggregator-search__item-title).js-active span {
	color: #084c94;
	transition: all var(--trans);
}

.aggregator-search__list li:not(.aggregator-search__item-title) button {
	border: none;
	background: #d9d9d9;
	border: 1px solid #ffffff;
	border-radius: 30px;
	font-weight: 700;
	font-size: 12px;
	line-height: 117.9%;
	color: #7d7d7d;
	cursor: pointer;
	position: absolute;
	right: 7px;
	width: 95px;
	bottom: -20px;
	padding: 5px;
	transform: scale(0);
}

.aggregator-search__list li:not(.aggregator-search__item-title).js-active button {
	transform: scale(1);
	transition: all var(--trans);
}

.aggregator-search__list li:not(.aggregator-search__item-title) span {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 1.37;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.aggregator-search__list li .aggregator-search__price {
	font-weight: 700;
	white-space: nowrap;
}

.aggregator-search__list li:not(.aggregator-search__item-title):not(:last-of-type) {
	margin-bottom: 20px;
}

.aggregator-search__date-2 {
	flex-direction: column;
}

.type-delivery-wrapper {
	padding: 20px;
	margin-bottom: 35px;
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
}

.type-delivery-wrapper__title {
	margin: 0;
	margin-bottom: 20px;
}

.type-delivery-wrapper p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #7d7d7d;
}

.contacts-data {
	margin-bottom: 35px;
}

.contacts-data__fieldset {
	padding: 0;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.contacts-data__wrapper {
	padding: 20px;
	width: 100%;
	max-width: 475px;
	margin: 0 auto;
}

.contacts-data__wrapper:not(:last-of-type) {
	margin-bottom: 35px;
}

.contacts-data__title {
	margin: 0;
	margin-bottom: 20px;
}

.order-price__main-title {
	margin-bottom: 20px;
}

.initial__form .contacts-data__wrapper input:not(input[type="hidden"]) {
	height: 64px;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	background-color: #ededed;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #7d7d7d;
	width: 100%;
	max-width: none;
	padding-left: 13px;
}

.initial__form .contacts-data__wrapper input:not(input[type="hidden"])::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #7d7d7d !important;
}

.initial__form .contacts-data__wrapper textarea {
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	padding: 10px 15px;
	background-color: #ededed;
	resize: none;
	width: 100%;
	height: 64px;
}

.initial__form .contacts-data__wrapper textarea:focus-visible {
	outline: none;
}

.initial__form .contacts-data__wrapper textarea::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #7d7d7d;
}

.contacts-data__fieldset label .contacts-data__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #99548e;
	display: block;
	margin-bottom: 3px;
}

.contacts-data__fieldset label:not(:last-of-type) {
	margin-bottom: 10px;
	display: block;
}

.general-parameters-cargo {
	padding: 20px;
	position: relative;
	padding-bottom: 30px;
	width: 100%;
	max-width: 475px;
	margin: 0 auto;
}

.general-parameters-cargo__title {
	margin: 0;
	margin-bottom: 20px;
}

.general-parameters-cargo__inner-wrapper {
	display: flex;
	align-items: center;
}

.general-parameters-cargo__inner-wrapper span {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.37;
	color: #7d7d7d;
	display: block;
	border: 1px solid #c9c9c9;
	border-right: 0.5px solid #c9c9c9;
	border-radius: 7px;
	padding: 15px 10px;
	flex-grow: 1;
	text-align: center;
}

.general-parameters-cargo__inner-wrapper span:last-of-type {
	border: 1px solid #c9c9c9;
}

.general-parameters-cargo__clarify {
	background: #d9d9d9;
	border: 1px solid #ffffff;
	border-radius: 30px;
	font-weight: 700;
	font-size: 12px;
	line-height: 117.9%;
	color: #7d7d7d;
	cursor: pointer;
	width: 183px;
	height: 38px;
	padding: 5px;
	position: absolute;
	right: 10px;
	bottom: -15px;
}

.order-price {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.order-price__wrapper {
	padding: 20px;
	position: relative;
}

.order-price__title {
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
}

.order-price__list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.order-price__list li:not(:last-of-type) {
	margin-bottom: 10px;
}

.order-price__list li .order-price__title-item {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 3px;
	color: #99548e;
}

.order-price__list li .order-price__content-item {
	border: 1px solid #c0cbd1;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}

.order-price__list li .order-price__content-item span {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;

	color: #7d7d7d;
}

.order-price__total {
	margin-top: 15px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 10px;
	margin-bottom: 20px;
}

.order-price__total span {
	grid-row: 1/2;
	grid-column: 1/2;
	font-weight: 700;
	font-size: 22px;
	line-height: 111.4%;
	letter-spacing: 0.02em;
	color: #03336e;
}

.order-price__total span.order-price__total-price {
	grid-row: 1/2;
	grid-column: 2/3;
	justify-self: end;
}

.order-price__total p {
	grid-row: 2/3;
	grid-column: 1/3;
	font-weight: 700;
	font-size: 14px;
	line-height: 111.4%;
	letter-spacing: 0.02em;
	color: #03336e;
	margin: 0;
}

.order-price__total p span {
	font-weight: 700;
	font-size: 14px;
	line-height: 111.4%;
	letter-spacing: 0.02em;
	color: #03336e;
}

.order-price__total p:nth-child(2),
.order-price__total p:nth-child(2) span {
	font-size: 12px;
	font-weight: 400;
}

.order-price__approval {
	display: flex;
	align-items: center;
}

.order-price__approval a {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #51b3f7;
}

.order-price__approval label input {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.order-price__approval label .custom-checkbox {
	border: 1px solid #c0cbd1;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: block;
	cursor: pointer;
}

.order-price__approval label input:checked + span {
	background-color: #03336e;
	background-image: url("../images/aggregator/check.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px 9px;
}

.order-price__button-submit {
	padding: 0 15px;
	text-transform: uppercase;
}

.data-cargo-section {
	margin-bottom: 35px;
}

.order-price .button-wrapper {
	padding: 0 20px;
}

.successful-order__wrapper {
	padding: 20px;
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 35px;
	width: 100%;
}

.successful-order__title {
	margin: 0;
	margin-bottom: 20px;
}

.successful-order__wrapper p {
	border: 1px solid #c0cbd1;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	padding: 5px 10px 5px 10px;
}

.successful-order__wrapper p span {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #004574;
}

.successful-order__number-order {
	font-weight: 400;
	font-size: 14px;
	line-height: 111.4%;
	letter-spacing: 0.02em;
	color: #ffffff;
	margin: 0;
	margin-bottom: 10px;
}

.successful-order__container__top {
	position: relative;
	display: inline-grid;
	grid-template-columns: min-content 1fr;
	padding: 0 13px;
	column-gap: 10px;
	margin-bottom: 35px;
}

.successful-order__container__top::before {
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-size: 50px 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/aggregator/aggregator-icon1.svg");
	display: block;
	grid-column: 1/2;
	grid-row: 1/3;
	align-self: center;
}

.successful-order__container__top p:not(.successful-order__number-order) {
	font-weight: 700;
	font-size: 22px;
	line-height: 111.4%;
	letter-spacing: 0.02em;
	color: #ffffff;
	margin: 0;
	white-space: nowrap;
}

.successful-order__inner-container {
	padding: 20px;
	width: 100%;
	max-width: 742px;
}

.successful-order__directions {
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #03336e;
	margin: 0;
	margin-bottom: 20px;
}

.successful-order__inner-container .successful-order__number-order {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #7d7d7d;
	margin: 0;
	margin-bottom: 20px;
}

.successful-order-description p {
	border: 1px solid #c0cbd1;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #7d7d7d;
	padding: 5px 10px 5px 10px;
	margin: 0;
	margin-bottom: 20px;
}

.successful-order__inner-container .order-price__total {
	display: flex;
	flex-direction: column;
	row-gap: 0;
}

.download-pdf {
	background-color: transparent;
	border: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.37;
	color: #3793e1;
	cursor: pointer;
}

.order-price-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.successful-order__button-wrapper {
	margin: 0 auto;
	margin-top: 50px;
}

.successful-order__button-wrapper button {
	margin: 0 auto;
	display: block;
}

.order-price__title-item {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #99548e;
	margin-bottom: 15px;
	display: block;
}

.successful-order__container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.description-wrapper {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 10px;
}

.aggregator-data .custom-input input[data-value="documentDescription"] {
	width: 250px;
}

.cargo-flex-column {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	column-gap: 20px;
}

#slide-taxi input:not(input[type="number"]) {
	width: 100%;
}

.wrapper-hidden-input {
	display: grid;
	grid-template-columns: 1fr min-content;
}

.wrapper-hidden-input .taxi-quantity {
	display: flex;
	/* align-items: flex-start; */
	align-items: baseline;
	justify-content: space-between;
}

.initial__form fieldset .taxi-quantity label.seats-label input {
	text-align: end;
}

#slide-taxi .custom-toggle input:not(input[type="nibmer"]) {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 0;
}

.custom-toggle label {
	background: #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	width: 25px;
	height: 25px;
	display: block;
	flex-shrink: 0;
	margin-right: 20px;
	transition: all var(--trans);
	display: block;
	cursor: pointer;
}

.custom-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-toggle input:checked + label {
	background-color: #03336e;
	background-image: url(../images/aggregator/check.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px 9px;
	border: none;
}

.hidden-label-wrapper {
	display: none;
	grid-column: 1/-1;
	grid-row: 2/3;
}

.hidden-label-wrapper.js-active {
	display: block;
}

.select__type-taxi-wrapper select {
	width: 100% !important;
	max-width: 350px;
}

.cargo-slide {
	display: none;
}

.cargo-slide.js-active {
	display: block;
}

.additional-information .select2,
.select__type-taxi-wrapper .select2 {
	width: 257px !important;
}

.select__type-taxi-wrapper {
	max-width: 300px;
}

.total-data__list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.total-data {
	padding: 20px 15px;
	margin-top: 40px;
	position: relative;
	z-index: 20;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 16px 16px 0 0;
}

.total-data .button-wrapper button {
	width: 100%;
}

.custom-input {
	position: relative;
}

.custom-input input + span {
	position: absolute;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.37;
	color: #7d7d7d;
	z-index: 2;
	display: block;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	transition: var(--trans);
	pointer-events: none;
}

.custom-input input:focus-visible:not(.input-time):not(input[readonly]) + span,
.custom-input input.input-val + span {
	top: -8px;
	transform: translateY(0);
	font-size: 14px;
	background: linear-gradient(to bottom, #ededed 50%, #ffffff 100%);
}

.custom-input input.input-time {
	padding-right: 20px;
}

.custom-input input.input-time + span,
.custom-input input[readonly] + span {
	top: -8px;
	transform: translateY(0);
	font-size: 14px;
	background: #ededed;
}

.custom-input input.input-time:focus-visible + span {
	background: linear-gradient(to bottom, #ededed 50%, #ffffff 100%);
}

.aggregator-data .custom-input input.input-val.input-time + span {
	background: linear-gradient(to bottom, #ededed 50%, #ffffff 100%);
}

.start-aggregator__wrapper-button button {
	pointer-events: auto;
}

.start-aggregator__wrapper-button {
	cursor: default;
}

.start-aggregator__wrapper-button.invalid {
	cursor: not-allowed;
}

.start-aggregator__wrapper-button.invalid button {
	pointer-events: none;
}

.ui-widget-header {
	background: #5c7f93 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #5c7f93 !important;
	border-radius: 20%;
	color: #ffffff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: none;
	color: black !important;
}

#ui-datepicker-div {
	width: 262px;
}

.submit-wrapper.invalid button {
	pointer-events: none;
}

.submit-wrapper.invalid {
	cursor: not-allowed;
}

.top-form .selection,
.start-aggregator .select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #004574 !important;
}

.aggregator-data .select2-container--default .select2-selection--single .select2-selection__placeholder,
.aggregator-data .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #7d7d7d !important;
}

.aggregator-data .top-form__container label input:not(input[type="hidden"]),
.aggregator-data .top-form__container label textarea {
	color: #7d7d7d !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.initial__form .contacts-data .contacts-data__wrapper input:not(input[readonly]):focus-visible {
	outline: none;
	background: #fafbfd;
	color: #084c94;
}

.initial__form .contacts-data .contacts-data__wrapper input.active {
	background: #fafbfd;
	color: #084c94;
}

.initial__form .contacts-data .contacts-data__wrapper textarea:focus-visible {
	outline: none;
	background: #fafbfd;
	color: #084c94;
}

.initial__form .contacts-data .contacts-data__wrapper textarea.active {
	background: #fafbfd;
	color: #084c94;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.initial__form .contacts-data .contacts-data__wrapper textarea {
	color: #084c94;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.two-em{
	margin-right: 2em
}

.points_events_none{
	pointer-events: none;
}

.message-container {
    width: 100%;
    padding: 30px 20px 0px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.message-container .message {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 15px;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}

.message-container a {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: var(--blue);
    transition: all var(--trans);
    text-align: center;
}

.message-container a:hover {
    color: var(--hover);
}



@media (min-width: 480px) {
	.aggregator-description h2 {
		margin-bottom: 50px;
	}

	.aggregator-description__steps img {
		width: 360px;
	}

	.aggregator-data .top-form__container {
		padding: 25px;
	}
}

@media (min-width: 500px) {
	.start-aggregator .initial__form fieldset::before {
		width: 70px;
		height: 70px;
		background-size: 70px 70px;
		left: -24px;
	}

	.start-aggregator .initial__form fieldset {
		padding: 28px 33px 37px 56px;
	}

	.start-aggregator .initial__form fieldset input:not(input[type="hidden"])::placeholder,
	.select2-selection__placeholder {
		font-size: 15px;
	}

	.start-aggregator .initial__form fieldset input:not(input[type="hidden"]) {
		height: 50px;
	}

	.select2-container--default .select2-selection--single {
		height: 50px;
	}

	.fieldset-wrapper {
		max-width: 475px;
	}

	.fieldset-wrapper::after {
		width: 93%;
	}

	.gr-2 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 770px) {
	.initial__form {
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 900px;
	}

	.fieldset-wrapper {
		grid-column: 1/3;
	}

	.fieldset-wrapper:nth-of-type(odd) {
		margin-left: 50px;
	}

	.fieldset-wrapper:nth-of-type(even) {
		margin-right: 50px;
		justify-self: end;
	}

	.fieldset-wrapper:nth-of-type(even)::after {
		background-image: url("../images/aggregator/aggregator-line-flip.png");
		left: auto;
		right: -30px;
	}

	.fieldset-wrapper:nth-of-type(3)::after {
		width: 86%;
	}

	.button-wrapper {
		grid-column: 1/3;
		justify-self: center;
		margin-top: 30px;
	}

	.start-aggregator__container {
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.aggregator-description__steps img {
		width: 550px;
	}

	.aggregator-stages__list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 30px;
		row-gap: 10px;
	}

	.aggregator-stages__title {
		margin-bottom: 20px;
	}

	.aggregator-data .top-form {
		display: flex;
		align-items: center;
		flex-direction: row;
	}

	.aggregator-data .top-form__container {
		max-width: 766px;
	}

	.aggregator-data .top-form {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
	}

	.aggregator-data .top-form .label-type-cargo {
		grid-column: 1/-1;
		grid-row: 2/3;
	}

	.gr-2 {
		grid-auto-columns: 1fr;
		grid-auto-flow: column;
	}

	.seats-label {
		margin-left: 50px;
	}

	.margin-top-bottom {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.additional-information {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		column-gap: 20px;
	}

	.additional-information div {
		flex: 0 0 50%;
	}

	.custom-select {
		max-width: 367px;
	}

	.aggregator-search__list li:not(.aggregator-search__item-title) {
		padding: 25px 20px;
	}

	.aggregator-search__item-title {
		/* padding: 0 20px; */
		padding: 0px 75px 20px 40px;
	}

	.aggregator-search__item-title span {
		font-size: 16px;
	}

	.aggregator-search__list li:not(.aggregator-search__item-title) span {
		font-size: 16px;
	}

	.aggregator-search .aggregator-wrapper {
		padding: 20px 10px;
	}

	.aggregator-search__list li:not(.aggregator-search__item-title) button {
		width: 142px;
		height: 45px;
		font-size: 13px;
	}

	.order-price {
		position: relative;
		display: flex;
		flex-direction: column;
	}

	/* .order-price::before {
		content: "";
		width: 475px;
		height: 501px;
		position: absolute;
		top: 31px;
		left: -36px;
		background-image: url("../images/aggregator/line-price-block.png");
		background-position: left top;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		display: block;
		z-index: -1;
	} */

	.order-price__wrapper {
		margin-bottom: 80px;
	}

	.order-price__button-submit {
		width: 300px;
	}

	.additional-information .select2,
	.select__type-taxi-wrapper .select2 {
		width: 290px !important;
	}

	.custom-select {
		width: 290px;
	}

	.cargo-slide {
		flex: 0 0 50%;
	}
}

@media (min-width: 1000px) {
	.aggregator-data {
		padding-bottom: 200px;
	}

	.header__navigation {
		position: relative;
		transform: translateX(0);
		height: auto;
	}

	.header__navigation .header__menu-aggregator {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
		column-gap: 20px;
		list-style: none;
		padding-left: 0;
		margin: 0;
		width: 100%;
	}

	.header__navigation .header__menu-aggregator li:not(.main-menu-lvl2 li) {
		position: relative;
		padding: 0;
		padding-bottom: 20px;
	}

	.header__navigation .header__menu-aggregator .main-menu__item.item-arrow {
		padding-right: 35px;
	}

	.header__navigation-inner-wrapper {
		background-color: transparent;
		height: auto;
		width: 100%;
		position: relative;
		padding: 0;
	}

	.header__container {
		padding: 0;
		padding-top: 32px;
		max-width: 1200px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.header__button-close-menu,
	.header__button-open-menu {
		display: none;
	}

	.header__menu-aggregator .main-menu__item.item-arrow::after {
		position: absolute;
		right: auto;
		margin-left: 20px;
		transform: rotate(90deg);
	}

	.mobile-menu-contacts {
		display: none;
	}

	.header__navigation .header__menu-aggregator li a {
		color: #ffffff;
		font-weight: 700;
		font-size: 16px;
		line-height: 117.9%;
		white-space: nowrap;
		text-decoration: none;
		margin-bottom: 0;
	}

	.main-menu-lvl2 {
		position: absolute;
		top: 41px;
		left: -20px;
		list-style: none;
		padding: 0;
		margin: 0;
		background: #5c7f93;
		border-radius: 6px;
		z-index: 10;
		width: 195px;
		display: none;
	}

	.main-menu-lvl2 li {
		padding: 10px 20px;
	}

	.main-menu-lvl2 li a span {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
	}

	.main-menu-lvl2 li a {
		white-space: normal;
	}

	.main-menu-lvl2 li a span {
		white-space: normal;
	}

	.main-menu-lvl2 li:hover {
		background: #182b38;
		transition: var(--trans);
	}

	.main-menu-lvl2 li:hover a span {
		transition: var(--trans);
		color: #6be5ce;
	}

	.header__menu-aggregator .main-menu-lvl2 li a {
		padding-left: 0;
		margin-bottom: 0;
	}

	.main-menu-lvl2 {
		max-height: none;
	}

	.aggregator-stages__list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 25px;
	}

	.aggregator-stages__list li span {
		font-size: 14px;
		margin-left: 35px;
	}

	.header__aggregator-data .header__container {
		padding-bottom: 0;
		padding-right: 0;
	}

	header {
		background: #182b38;
	}

	.cargo-slide-wrapper {
		display: grid;
		grid-template-columns: 2fr 1fr;
		column-gap: 30px;
		padding: 0 20px;
		width: 100%;
		max-width: 1240px;
		margin: 0 auto;
	}

	.total-data {
		align-self: start;
		flex-shrink: 0;
		margin-top: 80px;
		width: 100%;
		max-width: 380px;
		border-radius: 16px;
		position: static;
		flex: 0 0 300px;
	}

	.gr-2 {
		grid-auto-flow: row;
	}

	.cargo-slide-wrapper .button-wrapper {
		margin-top: 25px;
	}

	.aggregator-search__list li:not(.aggregator-search__item-title).beneficial .aggregator-search__price::before {
		content: "";
		width: 25px;
		height: 25px;
		display: block;
		border-radius: 50%;
		background-size: 25px 25px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("../images/aggregator/beneficial.svg");
		margin-right: 15px;
	}

	.aggregator-search__list li:not(.aggregator-search__item-title).fast .aggregator-search__price::before {
		content: "";
		width: 25px;
		height: 25px;
		display: block;
		border-radius: 50%;
		background-size: 25px 25px;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("../images/aggregator/fast.svg");
		margin-right: 15px;
	}
}

@media (min-width: 1280px) {
	.start-aggregator::after {
		content: "";
		width: 100%;
		display: block;
		height: 50%;
		background: linear-gradient(2.57deg, #44cfe7 1.83%, rgba(0, 138, 255, 0) 71.9%);
		opacity: 0.4;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.initial__form {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 20px;
		max-width: 1150px;
	}

	.fieldset-wrapper {
		grid-column: span 1;
		padding: 0;
		background-image: none;
	}

	.start-aggregator .initial__form fieldset::before {
		width: 37px;
		height: 37px;
		background-size: 37px 37px;
		left: 0;
		bottom: 7px;
		top: auto;
		transform: translate(0);
	}

	.start-aggregator .initial__form fieldset::after {
		display: none;
	}

	.fieldset-wrapper:nth-of-type(even) {
		margin-right: 0;
		justify-self: auto;
	}

	.fieldset-wrapper:nth-of-type(odd) {
		margin-left: 0;
	}

	.start-aggregator .initial__form fieldset {
		background-color: transparent;
		padding: 0;
		padding-left: 60px;
	}

	.start-aggregator .initial__form fieldset .fieldset-title,
	.start-aggregator .initial__form .fieldset-wrapper:nth-of-type(1) fieldset .fieldset-title,
	.start-aggregator .initial__form .fieldset-wrapper:nth-of-type(2) fieldset .fieldset-title,
	.start-aggregator .initial__form .fieldset-wrapper:nth-of-type(3) fieldset .fieldset-title {
		font-weight: 700;
		font-size: 22px;
		line-height: 111.4%;
		color: #ffffff;
		margin-bottom: 15px;
	}

	.start-aggregator .initial__form fieldset input:not(input[type="hidden"]),
	.select2-container--default .select2-selection--single {
		background-color: transparent;
		border: 1px solid #c9c9c9;
		height: 64px;
	}

	.aggregator-data .top-form__container {
		padding: 50px 0 50px;
	}

	.start-aggregator .initial__form fieldset input:not(input[type="hidden"])::placeholder,
	.select2-selection__placeholder {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		color: #51b3f7 !important;
	}

	.start-aggregator__intro {
		flex-direction: row;
		column-gap: 50px;
		justify-content: center;
		align-items: center;
	}

	.start-aggregator__intro h1 {
		font-weight: 600;
		font-size: 40px;
		line-height: 60px;
		max-width: 724px;
		text-align: left;
	}

	.button-wrapper {
		grid-column: 1/-1;
		margin-top: 80px;
	}

	.start-aggregator__intro {
		margin-bottom: 40px;
	}

	.start-aggregator__container {
		padding-top: 50px;
		padding-bottom: 160px;
		background-image: url("../images/aggregator/aggregator-dots.png");
		background-position: bottom 122px right 163px;
		background-repeat: no-repeat;
		background-size: 626px 469.23px;
	}

	.start-aggregator::after {
		height: 70%;
	}

	.fieldset-wrapper::after {
		display: none;
	}

	.start-aggregator .initial__form fieldset input:not(input[type="hidden"]) {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		padding-left: 20px;
		color: #51b3f7;
	}

	.select2-container--default .select2-selection--single {
		padding-left: 20px;
	}

	.select2-results__option,
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		color: #51b3f7;
	}

	.select2-results__option {
		padding: 15px;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #51b3f7 !important;
	}

	.aggregator-description__steps img {
		width: 1000px;
	}

	.aggregator-description h2 {
		font-weight: 700;
		font-size: 55px;
		line-height: 60px;
		margin-bottom: 40px;
	}

	.aggregator-stages__list {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 35px;
		max-width: 1200px;
		margin: 0 auto;
	}

	.aggregator-stages__list li span {
		font-size: 18px;
		margin-left: 35px;
		position: relative;
		z-index: 2;
	}

	.aggregator-stages__list li::before {
		width: 60px;
		height: 60px;
		background-size: 60px 60px;
		left: -31px;
		z-index: 3;
	}

	.aggregator-title {
		font-weight: 700;
		font-size: 40px;
		line-height: 60px;
	}

	.aggregator-stages__title {
		margin-bottom: 30px;
	}

	.aggregator-stages__container {
		padding: 25px 40px 45px;
	}

	.aggregator-data .top-form__container label {
		padding: 24px 42px 43px 50px;
	}

	.order-block__title {
		font-weight: 700;
		font-size: 22px;
		line-height: 111.4%;
		letter-spacing: 0.02em;
	}

	.aggregator-data .custom-input input {
		width: 225px;
	}

	.aggregator-stages__list li.aggregator-stages__current-stage:nth-of-type(1)::after {
		content: "";
		width: 603px;
		height: 137px;
		display: block;
		position: absolute;
		left: 12px;
		top: 10px;
		background-image: url("../images/aggregator/step-1.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.aggregator-stages__list li.aggregator-stages__current-stage:nth-of-type(2)::after {
		content: "";
		width: 299px;
		height: 135px;
		display: block;
		position: absolute;
		left: 12px;
		top: 10px;
		background-image: url("../images/aggregator/step-2.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.aggregator-stages__list li.aggregator-stages__current-stage:nth-of-type(3)::after {
		content: "";
		width: 289px;
		height: 136px;
		display: block;
		position: absolute;
		right: 11px;
		top: 10px;
		background-image: url("../images/aggregator/step-3.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.aggregator-stages__list li.aggregator-stages__current-stage:nth-of-type(4)::after {
		content: "";
		display: block;
		position: absolute;
		right: 11px;
		top: 10px;
		background-image: url("../images/aggregator/step-4.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		width: 594px;
		height: 136px;
	}

	.aggregator-stages {
		padding-bottom: 7px;
	}

	.aggregator-stages__list li a {
		position: relative;
		z-index: 2;
	}

	.aggregator-search__title {
		max-width: none;
	}

	.aggregator-search__list {
		max-width: 1240px;
		margin: 0 auto;
	}

	.aggregator-search__list li:not(.aggregator-search__item-title) {
		padding: 34px 75px 30px 40px;
	}

	.aggregator-search__list li:not(.aggregator-search__item-title) button {
		width: 183.12px;
		height: 45px;
		font-weight: 700;
		font-size: 16px;
		line-height: 117.9%;
	}

	.aggregator-search .aggregator-wrapper {
		padding: 90px 0;
	}

	.data-cargo-layout {
		display: grid;
		grid-template-columns: 1fr 450px;
		margin: 0 auto;
		width: 100%;
		max-width: 1240px;
		column-gap: 65px;
	}

	.contacts-data {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 25px;
	}

	.general-parameters-cargo {
		grid-column: 1/-1;
		max-width: 1059px;
	}

	.data-cargo-section__title {
		grid-column: 1/-1;
	}

	.order-price {
		grid-column: 2/3;
		margin: 0;
		justify-self: center;
		display: flex;
		flex-direction: column;
	}

	.order-price .button-wrapper {
		align-self: center;
	}

	.general-parameters-cargo__inner-wrapper span {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
	}

	.order-price::before {
		height: 554px;
	}

	.order-price .button-wrapper {
		margin-top: 0px;
	}

	.order-price__wrapper {
		padding: 20px 40px 20px 55px;
		margin-bottom: 30px;
	}

	.contacts-data {
		margin-bottom: 0;
	}

	.order-price__total p,
	.order-price__total p span {
		font-size: 18px;
	}

	.order-price__wrapper::before {
		content: "";
		width: 70px;
		height: 70px;
		background-size: 70px 70px;
		left: -24px;
		border-radius: 50%;
		position: absolute;
		background-position: center;
		top: 33px;
		left: -29px;
		background-repeat: no-repeat;
		background-image: url("../images/aggregator/aggregator-icon1.svg");
	}

	.general-parameters-cargo__clarify {
		font-weight: 700;
		font-size: 16px;
		line-height: 117.9%;
	}

	#successful-order {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: 1240px;
		margin: 0 auto;
	}

	.successful-order__wrapper {
		align-self: flex-start;
		position: relative;
		margin-bottom: 75px;
	}

	.successful-order__wrapper::before {
		content: "";
		background-image: url("../images/aggregator/line-order.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% 260px;
		display: block;
		width: 306px;
		height: 262px;
		position: absolute;
		top: -17px;
		left: -49px;
	}

	.successful-order__inner-container {
		width: 742px;
	}

	.successful-order__number-order {
		font-weight: 400;
		font-size: 20px;
		line-height: 111.4%;
	}

	.successful-order__container__top {
		column-gap: 20px;
	}

	.successful-order__container__top p:not(.successful-order__number-order) {
		font-size: 32px;
	}

	.successful-order__container__top::before {
		width: 60px;
		height: 60px;
		background-size: 60px 60px;
	}

	.successful-order__directions {
		font-weight: 700;
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
		color: #03336e;
	}

	.successful-order__inner-container .successful-order__number-order {
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 40px;
		color: #7d7d7d;
	}

	.order-price__total p,
	.order-price__total p span {
		font-weight: 700;
		font-size: 22px;
		line-height: 111.4%;
		letter-spacing: 0.02em;
		color: #03336e;
	}

	.order-price__total p:nth-child(2),
	.order-price__total p:nth-child(2) span {
		font-size: 16px;
	}

	.slide-taxi__wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		max-width: 1000px;
		margin: 0 auto;
		row-gap: 50px;
	}

	.slide-taxi__bottom-wrapper {
		grid-column: 1/-1;
		grid-row: 2/3;
		max-width: 1000px;
		border: 1px solid #c9c9c9;
		border-radius: 10px;
		display: flex;
		row-gap: 30px;
		justify-content: space-between;
	}

	.fieldset__slide-taxi {
		flex-shrink: 0;
		flex-basis: 50%;
		padding: 0;
		margin: 0;
		padding: 20px;
	}

	.custom-toggle label {
		margin-left: 30px;
	}

	.aggregator-data .top-form {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.aggregator-data .top-form .label-type-cargo {
		grid-column: 3/3;
		grid-row: 1/2;
	}

	.aggregator-data .top-form__container {
		max-width: 1200px;
	}

	.top-form__container label input:not(input[type="hidden"]),
	.top-form__container label textarea {
		height: 63px;
		padding: 20px;
	}

	.cargo-slide .aggregator-wrapper {
		padding-bottom: 100px;
	}

	.aggregator-title {
		max-width: none;
	}

	.total-data {
		margin-top: 109px;
	}

	.top-form .selection,
	.start-aggregator .select2-container--default .select2-selection--single .select2-selection__placeholder {
		color: #51b3f7 !important;
	}

	.aggregator-data .select2-container--default .select2-selection--single .select2-selection__placeholder,
	.aggregator-data .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #7d7d7d !important;
	}

	.type-delivery-wrapper {
		grid-column: 2/3;
		grid-row: 2/3;
	}

	.contacts-data {
		grid-row: 2/5;
		grid-column: 1/2;
	}
}

@media (min-width: 1440px) {
	.header__container {
		max-width: 1280px;
	}

	.aggregator-search__item-title {
		padding: 0 75px 0 30px;
	}

	.aggregator-stages__container {
		padding: 0;
	}

	.header__container {
		padding-left: 0;
	}

	.aggregator-stages__list {
		max-width: 1280px;
	}

	.aggregator-stages__list li.aggregator-stages__current-stage:nth-of-type(1)::after {
		width: 635px;
		height: 122px;
	}

	.aggregator-stages__list li.aggregator-stages__current-stage:nth-of-type(2)::after {
		width: 309px;
		height: 122px;
	}

	.aggregator-stages__list li.aggregator-stages__current-stage:nth-of-type(3)::after {
		width: 308px;
		height: 123px;
	}

	.aggregator-stages__list li.aggregator-stages__current-stage:nth-of-type(4)::after {
		width: 638px;
		height: 124px;
	}

	.aggregator-stages {
		padding: 15px 0 56px;
	}

	.data-cargo-layout {
		max-width: 1380px;
	}
}

@media (min-width: 1900px) {
	.header__container {
		max-width: 1600px;
	}

	.data-cargo-layout {
		max-width: 1600px;
	}
}
