

/* Start:/bitrix/templates/pm2023/assets/css/main.css?171559650957094*/
@charset "UTF-8";

@font-face {
	font-family: "Manrope";
	src: url("/bitrix/templates/pm2023/assets/css/../fonts/Manrope-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Manrope";
	src: url("/bitrix/templates/pm2023/assets/css/../fonts/Manrope-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Manrope";
	src: url("/bitrix/templates/pm2023/assets/css/../fonts/Manrope-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin: 0;
}

p:not(:last-child) {
	margin-bottom: 1rem;
}

a {
	text-decoration: none;
	color: inherit;
	background-color: transparent;
}

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

img {
	max-width: 100%;
	vertical-align: middle;
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

button,
input,
textarea {
	overflow: visible;
}

button,
select {
	cursor: pointer;
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

[hidden] {
	display: none !important;
}

:root {
	--color-accent: #ffd970;
	--color-default: #3d7fb7;
	--color-default-dark: #2b689b;
	--color-light: #fff;
	--color-primary: #292a2c;
	--color-smoky: #e6e6e6;
	--container: calc(1300px + (var(--container-padding) * 2));
	--container-padding: 20px;
	--font-family: "Inter", sans-serif;
	--font-family-two: "Manrope", sans-serif;
	--swiper-pagination-color: #ffd970;
}

html {
	overflow-x: hidden;
	height: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
}

html.lock {
	overflow: hidden;
}

body {
	margin: 0;
	color: var(--color-primary);
	background-color: #fff;
	font-family: var(--font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-two);
}
.sandwich {
	cursor: pointer;
	height: 18px;
	display: none;
	margin-left: auto;
	position: relative;
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
	width: 29px; }
	.sandwich.is-active {
		
		width: 32px;
		min-width: 32px;
		height: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		border-radius: 50%;
	}
	.sandwich.is-active .sandwich__line--top {
	  top: calc(50% - 1px);
	  width: 16px;
	  left: calc(50% - 8px);
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg); }
	.sandwich.is-active .sandwich__line--middle {
	  opacity: 0; }
	.sandwich.is-active .sandwich__line--bottom {
		top: calc(50% - 1px);
		width: 16px;
		left: calc(50% - 8px);
	  -webkit-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  transform: rotate(-45deg); }
	.sandwich__line {
	  background-color: #1049AA;
	  display: block;
	  height: 2px;
	  left: 0;
	  position: absolute;
	  width: 100%; }
	  .sandwich__line--top {
		-webkit-transition: all linear .2s;
	  -o-transition: all linear .2s;
	  transition: all linear .2s;
		width: 100%;
		top: 0; }
	  .sandwich__line--middle {
		left: auto;
		right: 0;
		top: 8px; }
	  .sandwich__line--bottom {
		  left: auto;
		right: 0;
		  width: 21px;
		-webkit-transition: all linear .2s;
	  -o-transition: all linear .2s;
	  transition: all linear .2s;
		top: 16px; }
		
	.page-login__sidebar.is-active {
		right: 0;
	}
.title-one {
	margin-bottom: 40px;
	color: #0e406a;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 140%;
}

.title-two {
	margin-bottom: 15px;
	color: #000;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 140%;
}

.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding-right: var(--container-padding);
	padding-left: var(--container-padding);
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: hidden;
	flex-direction: column;
	min-height: 100%;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.wrapper > .main {
	flex: 1 1 auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
}

.wrapper > .main--bg {
	background: linear-gradient(125.14deg, #f5fcff 16.25%, #fffcf3 79.01%);
}

.title-one {
	margin-bottom: min(calc(1.375rem + 48 * ((100vw - 414px) / 1186)), 4.375rem);
	color: #0e406a;
	font-size: min(calc(1.375rem + 16 * ((100vw - 414px) / 1186)), 2.375rem);
	font-weight: 600;
}

.custom-select__title {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.0625rem;
	font-weight: 400;
}

.custom-select .ts-control {
	min-height: 55px;
	padding: 15px 20px;
	border: 1px solid #c2ccd1;
	border-radius: 3px;
	outline: none;
	background-color: #fff;
	font-size: 1.0625rem;
}

.custom-select .ts-control input {
	font-size: inherit;
}

.custom-select .ts-control input::-webkit-input-placeholder {
	color: #abb1b4;
}

.custom-select .ts-control input::-moz-placeholder {
	color: #abb1b4;
}

.custom-select .ts-control input:-ms-input-placeholder {
	color: #abb1b4;
}

.custom-select .ts-control input::-ms-input-placeholder {
	color: #abb1b4;
}

.custom-select .ts-control input::placeholder {
	color: #abb1b4;
}

.custom-select .ts-control .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.custom-select .ts-control .item .icon {
	margin-right: 0.625rem;
}

.custom-select .ts-dropdown {
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1.0625rem;
}

.custom-select .ts-dropdown .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 11px 20px;
	font-size: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.custom-select .ts-dropdown .item.active {
	color: inherit;
	background-color: #f0f6f9;
}

.custom-select .ts-dropdown .item .icon {
	margin-right: 0.625rem;
}

.custom-select--arrow .ts-control {
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.25 0L4.625 5L9 0H0.25Z' fill='%232B689B'/%3E%3C/svg%3E"),
		#fff !important;
	background-repeat: no-repeat !important;
	background-position: right 25px center !important;
	background-size: 9px 5px !important;
}

.custom-input__title {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.0625rem;
	font-weight: 400;
}

.custom-input__placeholder {
	position: relative;
}

.custom-input__placeholder[data-label-input]::before {
	position: absolute;
	top: 50%;
	right: 17px;
	content: attr(data-label-input);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-input__placeholder[data-label-input] input {
	padding-right: 45px;
}

.custom-input input {
	width: 100%;
	min-height: 55px;
	padding: 15px 20px;
	border: 1px solid #c2ccd1;
	border-radius: 3px;
	background-color: #fff;
	font-size: 1.0625rem;
}

.custom-input input[type="number"] {
	-moz-appearance: textfield;
}

.custom-input input[type="number"]::-webkit-outer-spin-button,
.custom-input input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.custom-input input:focus {
	outline: none;
}

.custom-input input::-webkit-input-placeholder {
	color: #abb1b4;
}

.custom-input input::-moz-placeholder {
	color: #abb1b4;
}

.custom-input input:-ms-input-placeholder {
	color: #abb1b4;
}

.custom-input input::-ms-input-placeholder {
	color: #abb1b4;
}

.custom-input input::placeholder {
	color: #abb1b4;
}

.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 14px 23px;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease, color 0.1s ease-in-out;
	transition: background-color 0.2s ease, color 0.1s ease-in-out;
	text-align: center;
	color: var(--color-default);
	border: 0;
	border-radius: 5px;
	background-color: transparent;
	font-size: 1rem;
	font-weight: 400;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.button--border {
	-webkit-box-shadow: 0 0 0 1px var(--color-default) inset;
	box-shadow: 0 0 0 1px var(--color-default) inset;
}

.button--border:hover {
	color: var(--color-light);
	background-color: var(--color-default);
}

.button--arrow {
	padding: 1.09375em 1.875em;
	color: #0e406a;
	background-color: var(--color-accent);
}

.button--arrow:hover {
	background-color: #ffe292;
}

.button--arrow .icon {
	width: 32px;
	height: 9px;
	margin-left: 13px;
	fill: currentColor;
}

.button--fill {
	color: var(--color-light);
	background-color: var(--color-default-dark);
}

.button--fill:hover {
	background-color: var(--color-default);
}

.button[disabled] {
	pointer-events: none;
	color: #f9fcff;
	background-color: #c2ccd1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.social {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -5px -8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
}

.social__item {
	margin: 5px 8px;
}

.social__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 51px;
	height: 51px;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	color: #c9c9c9;
	border: 1px solid currentColor;
	border-radius: 50%;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.social__link:hover {
	color: var(--color-default);
}

.social__link .icon {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.tooltip-info-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.477 14.248v-.345c.005-.674.08-1.221.224-1.643.145-.422.358-.778.64-1.067a5.754 5.754 0 011.06-.844 4.3 4.3 0 00.793-.646c.217-.23.381-.481.492-.754a2.33 2.33 0 00.173-.901c0-.46-.109-.863-.326-1.209a2.155 2.155 0 00-.87-.799 2.593 2.593 0 00-1.22-.287c-.427 0-.825.094-1.196.281a2.273 2.273 0 00-.901.818c-.23.358-.356.801-.377 1.33H6.76c.021-.703.196-1.313.524-1.828a3.33 3.33 0 011.317-1.196 3.934 3.934 0 011.84-.428c.708 0 1.33.147 1.867.441.537.29.957.688 1.26 1.195.302.503.453 1.08.453 1.733 0 .43-.068.822-.204 1.176a3.09 3.09 0 01-.614.978 5.09 5.09 0 01-1.01.844 4.798 4.798 0 00-.914.76c-.226.252-.388.54-.486.863-.098.32-.151.714-.16 1.183v.345H9.477zm.614 3.848a.901.901 0 01-.652-.269.901.901 0 01-.269-.652.89.89 0 01.269-.652.902.902 0 01.652-.268.88.88 0 01.646.268.878.878 0 01.274.652c0 .167-.042.32-.127.46a.937.937 0 01-.333.34.884.884 0 01-.46.12z' fill='%23BFBFBF'/%3E%3Ccircle cx='10' cy='11' r='9.5' stroke='%23BFBFBF'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.personal-account {
	position: relative;
}

.personal-account__link {
	display: grid;
	align-items: center;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	color: var(--color-default);
	font-size: 1rem;
	font-weight: 400;
	-webkit-box-align: center;
	-ms-flex-align: center;
	gap: 11px;
	grid-auto-flow: column;
}

.personal-account__link:hover {
	color: var(--color-default-dark);
}

.personal-account__link .icon {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.personal-account__info {
	width: 100%;
}

.personal-account-info__header {
	padding: 18px;
}

.personal-account-info__id {
	display: block;
	margin-bottom: 11px;
	font-size: 1.125rem;
	font-weight: 500;
}

.personal-account-info__name {
	display: block;
	font-size: 1rem;
	font-weight: 400;
}

.personal-account-info__balance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 12px;
	background-color: #f0f6f9;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
}

.personal-account-info__balance > * {
	display: inline-block;
	margin: 5px;
}

.personal-account-info__balance span {
	font-size: 20px;
	font-weight: 500;
}

.personal-account-info__balance a {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	color: var(--color-default-dark);
	font-size: 16px;
	font-weight: 400;
}

.personal-account-info__balance a:hover {
	color: var(--color-default);
}

.personal-account-info__list {
	padding: 14px 16px 18px 14px;
	font-size: 1rem;
}

.personal-account-info__list li + li {
	margin-top: 12px;
}

.personal-account-info__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	gap: 5px 10px;
}

.personal-account-info__footer {
	padding: 18px 18px 20px 18px;
	border-top: 1px solid var(--color-smoky);
	font-size: 1rem;
}

.personal-account-info__footer > *:not(:first-child) {
	margin-top: 12px;
}

.personal-account-info__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
}

.personal-account-info__link {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	color: var(--color-default-dark);
}

.personal-account-info__link:hover {
	color: var(--color-default);
}

.personal-account-info__exit {
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	color: #969696;
	font-size: 0.9375rem;
}

.personal-account-info__exit:hover {
	color: var(--color-default);
}

.tippy-box[data-theme~="light"] {
	padding: 10px;
	color: var(--color-primary);
	border: 1px solid var(--color-smoky);
	background-color: var(--color-light);
	-webkit-box-shadow: 0 14px 75px rgba(0, 0, 0, 0.06);
	box-shadow: 0 14px 75px rgba(0, 0, 0, 0.06);
	font-size: min(calc(0.875rem + 4 * ((100vw - 414px) / 1186)), 1.125rem);
	line-height: 133%;
}

.tippy-box[data-theme~="light"][data-placement^="top"] > .tippy-arrow::before {
	border-top-color: var(--color-light);
}

.tippy-box[data-theme~="light"][data-placement^="bottom"]
	> .tippy-arrow::before {
	border-bottom-color: var(--color-light);
}

.tippy-box[data-theme~="light"][data-placement^="left"] > .tippy-arrow::before {
	border-left-color: var(--color-light);
}

.tippy-box[data-theme~="light"][data-placement^="right"]
	> .tippy-arrow::before {
	border-right-color: var(--color-light);
}

.tippy-box[data-theme~="light"] > .tippy-backdrop {
	background-color: var(--color-light);
}

.tippy-box[data-theme~="light"] > .tippy-svg-arrow {
	fill: var(--color-light);
}

.tippy-box[data-theme~="linking"] {
	color: var(--color-primary);
	border: 1px solid #c2ccd1;
	border-radius: 3px;
	background-color: var(--color-light);
}

.tippy-box[data-theme~="linking"] .tippy-content {
	padding: 0;
}

.custom-radio {
	position: relative;
	cursor: pointer;
}

.custom-radio > input {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-radio > input:not(:disabled):not(:checked) + span:hover {
	border-color: #ffd970;
	background-color: #ffd970;
}

.custom-radio > input:not(:disabled):active + span {
	border-color: #ffd970;
	background-color: #ffd970;
}

.custom-radio > input:checked + span {
	color: #0e406a;
	border-color: #ffd970;
	background-color: #ffd970;
}

.custom-radio > input:disabled + span {
	background-color: #e9ecef;
}

.custom-radio__title {
	display: inline-grid;
	justify-content: center;
	align-items: center;
	padding: 0.625em 0.75em;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	border: 1px solid #c2ccd1;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: 400;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	grid-auto-flow: column;
}

.custom-radio__icon {
	width: 20px;
	height: 12px;
	-o-object-fit: contain;
	object-fit: contain;
}

.ico-status {
	display: inline-grid;
	justify-content: start;
	align-items: center;
	font-size: 0.875rem;
	font-weight: 400;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	gap: 10px;
	grid-auto-flow: column;
}

.ico-status::before {
	width: 12px;
	height: 12px;
	content: "";
	border-radius: 50%;
}

.ico-status--green::before {
	background-color: #43ab1f;
}

.ico-status--red::before {
	background-color: #f57272;
}

.ico-status--blue::before {
	background-color: #426ac7;
}

.--scroll {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}

.--scroll::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.--padding-page {
	padding-top: min(calc(2.5rem + 20 * ((100vw - 414px) / 1186)), 3.75rem);
	padding-bottom: min(calc(3.75rem + 70 * ((100vw - 414px) / 1186)), 8.125rem);
}

.custom-table {
	border: none;
	border-collapse: collapse;
	border-radius: 3px;
	background-color: var(--color-light);
	-webkit-box-shadow: 0 0 0 1px #e6e6e6 inset;
	box-shadow: 0 0 0 1px #e6e6e6 inset;
}

.custom-table tr + tr {
	border-top: 1px solid #e6e6e6;
}

.custom-table th,
.custom-table td {
	padding: 12px 15px;
	text-align: left;
	color: var(--color-primary);
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 140%;
}

.custom-table th {
	border-right: 1px solid #e6e6e6;
}

.custom-table td {
	color: var(--color-default-dark);
}

.adaptive-table__sidebar {
	background-color: #f0f6f9;
}

.adaptive-table__sidebar .adaptive-table__item {
	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.adaptive-table__sidebar .adaptive-table__item:first-child {
	border-radius: 9px 0 0 0;
}

.adaptive-table__sidebar .adaptive-table__item:last-child {
	border-radius: 0 0 0 9px;
}

.adaptive-table__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	font-size: 0.9375rem;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
}

.adaptive-table__body {
	width: 100%;
}

.adaptive-table__block {
	text-align: center;
	border-bottom: 0.5px solid var(--color-smoky);
	background-color: var(--color-light);
}

.adaptive-table__item--header {
	background-color: #f0f6f9;
	font-size: 1.125rem;
	font-weight: 600;
}

.adaptive-table__item--price {
	color: var(--color-default-dark);
	font-size: 1.75rem;
	font-weight: 400;
}

.adaptive-table__item--price sub {
	vertical-align: baseline;
	font-size: 1.25rem;
}

.adaptive-table__item--null::after {
	width: 30px;
	height: 2px;
	content: "";
	background-color: var(--color-primary);
}

.header {
	position: relative;
	padding-top: 14px;
	z-index: 11;
	padding-bottom: 14px;
	background-color: var(--color-light);
	-webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.header__container {
	display: grid;
	justify-content: space-between;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	gap: 14px 40px;
	grid-template-columns: 150px 1fr;
}

.header__action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	justify-self: end;
}

.header__action > * {
	margin: 10px;
}

.header.open .menu {
	z-index: 98;
	visibility: visible;
	opacity: 1;
}

.header__login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	font-family: var(--font-family-two);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.header__login span {
	font-weight: 600;
}

.header__login a {
	font-weight: 500;
}

.front-poster {
	overflow: hidden;
	background-color: var(--color-default-dark);
}

.front-poster__parallax {
	position: relative;
	pointer-events: none;
	background-image: radial-gradient(
		50% 50% at 50% 50%,
		#8ad3ec 0%,
		rgba(106, 198, 230, 0.406246) 59.38%,
		rgba(74, 159, 188, 0) 100%
	);
	will-change: transform;
}

.front-poster__parallax > img {
	position: absolute;
	-webkit-transform: translate3d(
		calc((100vw - var(--x) * var(--shift-px)) / 90),
		calc((100vh - var(--y) * var(--shift-px)) / 90),
		0
	);
	transform: translate3d(
		calc((100vw - var(--x) * var(--shift-px)) / 90),
		calc((100vh - var(--y) * var(--shift-px)) / 90),
		0
	);
	--shift-px: calc(var(--shift) * 1px);
	-o-object-fit: contain;
	object-fit: contain;
}

.front-poster__parallax > img:nth-child(1) {
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: scale(calc(1 + var(--scroll) / 5));
	transform: scale(calc(1 + var(--scroll) / 5));
	-o-object-fit: fill;
	object-fit: fill;
}

.front-poster__parallax > img:nth-child(2) {
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: scale(calc(1 - var(--scroll) / 90));
	transform: scale(calc(1 - var(--scroll) / 90));
	-o-object-fit: fill;
	object-fit: fill;
}

.front-poster__parallax > img:nth-child(3) {
	bottom: -30px;
	left: 5%;
	max-height: 100%;
}

.front-poster__parallax > img:nth-child(4) {
	bottom: 10px;
	left: 0;
	max-width: 70%;
}

.front-poster__parallax > img:nth-child(5) {
	top: 55%;
	right: -30px;
	max-width: 50%;
	--shift: 5;
}

.front-poster__parallax > img:nth-child(6) {
	top: 30%;
	left: 20px;
	max-width: 15%;
	--shift: -2;
}

.front-poster__parallax > img:nth-child(7) {
	top: 43%;
	right: -20px;
	max-width: 15%;
	--shift: 2;
}

.front-poster__parallax > img:nth-child(8) {
	top: 24%;
	right: -50px;
	max-width: 25%;
	--shift: 3;
}

.front-poster__container {
	min-width: 0;
}

.front-poster__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding-top: min(calc(2.6875rem + 117 * ((100vw - 414px) / 1186)), 10rem);
	color: var(--color-light);
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.front-poster__wrapper {
	will-change: transform;
}

.front-poster__wrapper .swiper-slide {
	will-change: transform;
}

.front-poster__title {
	margin-bottom: 1.0625rem;
	font-size: min(calc(2rem + 18 * ((100vw - 414px) / 1186)), 3.125rem);
	font-weight: 600;
	line-height: 120%;
}

.front-poster__title span {
	color: var(--color-accent);
}

.front-poster__description {
	font-size: min(calc(0.9375rem + 2 * ((100vw - 414px) / 1186)), 1.0625rem);
	font-weight: 400;
	line-height: 153%;
}

.front-poster__action {
	margin-top: min(calc(1.5625rem + 17 * ((100vw - 414px) / 1186)), 2.625rem);
}

.front-poster__pagination {
	margin-top: min(calc(2.8125rem + 70 * ((100vw - 414px) / 1186)), 7.1875rem);
}

.delivery-calc {
	position: relative;
	margin-top: -80px;
}

.delivery-calc::after {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: min(calc(1.875rem + 38 * ((100vw - 414px) / 1186)), 4.25rem);
	content: "";
	opacity: 0.1;
	background-color: var(--color-primary);
}

.delivery-calc__wrapper {
	border: 1px solid var(--color-smoky);
	border-radius: 10px;
	background-color: var(--color-light);
	-webkit-box-shadow: 0 14px 75px rgba(0, 0, 0, 0.06);
	box-shadow: 0 14px 75px rgba(0, 0, 0, 0.06);
}

.delivery-calc__form {
	padding: 24px 20px 30px 20px;
}

.delivery-calc__title {
	margin-bottom: min(calc(1.375rem + 23 * ((100vw - 414px) / 1186)), 2.8125rem);
	color: #0e406a;
	font-size: min(calc(1.125rem + 10 * ((100vw - 414px) / 1186)), 1.75rem);
	font-weight: 600;
}

.delivery-calc__content {
	display: grid;
	gap: 20px 30px;
}

.delivery-calc__fieldset {
	display: grid;
	align-items: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	gap: 22px;
}

.delivery-calc__fieldset .button {
	min-height: 55px;
}

.delivery-calc__result {
	padding-bottom: 30px;
}

.delivery-result {
	display: grid;
	grid-template-columns: 1fr;
}

.delivery-result__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	background-color: var(--color-light);
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.delivery-result__action {
	margin-top: 35px;
	text-align: center;
}

.delivery-result__action .button {
	width: 100%;
	max-width: 345px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: min(calc(1rem + 2 * ((100vw - 414px) / 1186)), 1.125rem);
}

.delivery-result__slider {
	width: 100%;
}

.delivery-result__pagination {
	padding-top: 24px;
	text-align: center;
}

.delivery-result-sidebar__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 0 -1px -1px;
	padding: 16px 35px;
	border: 0.5px solid var(--color-smoky);
	font-size: 1.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.delivery-card__header {
	background-color: rgba(247, 245, 244, 0.5);
}

.delivery-card__logo {
	display: block;
	flex: 0 0 100%;
	width: auto;
	height: 23px;
	margin-bottom: 11px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
}

.delivery-card__logo img {
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	-o-object-fit: contain;
	object-fit: contain;
}

.delivery-card__title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.delivery-card__tooltip {
	margin-left: 8px;
}

.delivery-card__item {
	margin: 0 0 -1px -1px;
	padding: 16px 35px;
	text-align: center;
	border: 0.5px solid var(--color-smoky);
	font-size: 1.125rem;
	font-weight: 400;
}

.delivery-card__item--price {
	color: var(--color-default);
	font-size: min(calc(1.25rem + 8 * ((100vw - 414px) / 1186)), 1.75rem);
	font-weight: 400;
}

.delivery-card__item--price sub {
	vertical-align: baseline;
	font-size: 1.25rem;
}

.delivery-card__item--status {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url("/bitrix/templates/pm2023/assets/css/../img/ok.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.faq {
	padding-top: min(calc(3.125rem + 30 * ((100vw - 414px) / 1186)), 5rem);
	padding-bottom: min(calc(3.75rem + 70 * ((100vw - 414px) / 1186)), 8.125rem);
}

.faq__title {
	margin-bottom: min(calc(1.75rem + 26 * ((100vw - 414px) / 1186)), 3.375rem);
	text-align: center;
	color: #0e406a;
	font-size: min(calc(1.375rem + 16 * ((100vw - 414px) / 1186)), 2.375rem);
	font-weight: 600;
}

.faq__action {
	margin-top: min(calc(1.875rem + 20 * ((100vw - 414px) / 1186)), 3.125rem);
	text-align: center;
}

.faq__action .button {
	width: 100%;
	max-width: 306px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.faq-list__item {
	overflow: hidden;
	border: 1px solid rgba(138, 138, 138, 0.14);
	border-radius: 5px;
	background-color: var(--color-light);
	-webkit-box-shadow: 0 4px 20px rgba(14, 76, 121, 0.11);
	box-shadow: 0 4px 20px rgba(14, 76, 121, 0.11);
	font-size: min(calc(0.9375rem + 3 * ((100vw - 414px) / 1186)), 1.125rem);
}

.faq-list__item:not(:first-child) {
	margin-top: min(calc(0.625rem + 4 * ((100vw - 414px) / 1186)), 0.875rem);
}

.faq-list__item a {text-decoration: underline;}

.faq-list__title {
	position: relative;
	width: 100%;
	padding: 12px 20px 12px 30px;
	cursor: pointer;
	text-align: left;
	color: var(--color-primary);
	border: 0;
	background-color: inherit;
}

.faq-list.init .faq-list__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
}

.faq-list.init .faq-list__title:hover::after {
	background-color: var(--color-default);
}

.faq-list.init .faq-list__title::after {
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	margin-left: 35px;
	content: "";
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	border-radius: 50%;
	background-color: var(--color-default-dark);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.25 1.5V19M19 10.25L1.5 10.25' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 46px;
}

.faq-list.init .faq-list__title.active::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.faq-list__text {
	padding: 0 180px 35px 30px;
	font-weight: 300;
	line-height: 156%;
}

.schedule {
	padding-top: min(calc(1.5625rem + 25 * ((100vw - 414px) / 1186)), 3.125rem);
	padding-bottom: min(
		calc(1.5625rem + 25 * ((100vw - 414px) / 1186)),
		3.125rem
	);
}

.schedule__info {
	margin-top: 30px;
}

.schedule__calendar {
	margin-top: 50px;
}

.schedule-filter__title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 130%;
}

.schedule-filter__fieldset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
	-ms-flex-wrap: wrap;
}

.schedule-filter__fieldset > label {
	margin: 5px;
}

.schedule-filter__block {
	display: grid;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	gap: 12px 45px;
	grid-template-columns: 1fr;
}

.schedule-filter__block:not(:first-child) {
	margin-top: 30px;
}

.schedule-status {
	display: grid;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 140%;
	gap: 15px 40px;
	grid-template-columns: 1fr;
	justify-items: start;
}

.schedule-status__item {
	display: inline-grid;
	align-items: baseline;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	gap: 5px 15px;
	grid-auto-flow: column;
}

.schedule-status__item strong {
	font-weight: 500;
}

.schedule-info {
	display: grid;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 140%;
	gap: 30px 45px;
	grid-template-columns: 1fr;
}

.schedule-info__title {
	font-weight: 500;
	line-height: 130%;
}

.schedule-info__text strong {
	font-weight: 500;
}

.schedule-info__status.js-schedule--all {
	grid-column: 1/-1;
}

.calendar {
	padding: 10px 10px 20px 10px;
	border-radius: 10px;
	background-color: #f7f5f4;
}

.calendar__status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 28px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
}

.calendar__status .ico-status {
	font-size: 1rem;
	gap: 5px;
}

.calendar__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 35px;
	font-size: 1.0625rem;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
}

.calendar__weeks {
	display: grid;
	text-align: right;
	color: rgba(41, 42, 44, 0.5);
	font-size: 0.875rem;
	font-weight: 700;
	grid-template-columns: repeat(7, 1fr);
}

.calendar__week {
	padding: 10px 3px;
	border-bottom: 1px solid #d9d9d9;
}

.calendar__days {
	display: grid;
	text-align: right;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(7, 1fr);
}

.calendar__day {
	min-height: 130px;
	padding: 5px 3px 20px 20px;
	color: #292a2c;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	font-size: 1rem;
	font-weight: 400;
}

.calendar__day:nth-child(7n) {
	border-right: 0;
}

.calendar__day.today .calendar--day {
	color: #fff;
	background-color: #ffd970;
}

.calendar__day.prevMonth,
.calendar__day.nextMonth {
	color: rgba(41, 42, 44, 0.5);
}

.calendar__current {
	display: inline-block;
	margin-right: 30px;
	margin-left: 30px;
}

.calendar__nav {
	flex: 1;
	cursor: pointer;
	color: rgba(41, 42, 44, 0.5);
	border: none;
	background-color: transparent;
	font-weight: 400;
	-webkit-box-flex: 1;
	-ms-flex: 1;
}

.calendar__nav.next {
	padding: 0;
	text-align: right;
}

.calendar__nav.prev {
	padding: 0;
	text-align: left;
}

.calendar--day {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px;
	text-align: center;
	border-radius: 50%;
}

.calendar--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin-top: 5px;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.calendar--list li + li {
	margin-top: 12px;
}

.login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.login__body {
	width: 100%;
	max-width: 500px;
	margin: 50px 18px;
	padding: 30px 18px;
	border-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 25px rgba(14, 76, 121, 0.18);
	box-shadow: 4px 4px 25px rgba(14, 76, 121, 0.18);
}

.login__logo {
	display: block;
	width: 106px;
	margin: 0 auto 30px auto;
}

.login__title {
	margin-bottom: 12px;
	text-align: center;
	color: var(--color-default-dark);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 140%;
}

.login__description {
	margin-bottom: 40px;
	text-align: center;
	color: var(--color-default-dark);
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 140%;
}

.form-login {
	color: var(--color-default-dark);
}

.form-login__fieldset {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 30px;
}

.form-login__fieldset label.error input {
	border-color: #ffb6c1;
}

.form-login__fieldset input {
	width: 100%;
	padding: 10px;
	border: none;
	border-bottom: 1px solid var(--color-default-dark);
	font-size: 0.9375rem;
}

.form-login__fieldset input::-webkit-input-placeholder {
	color: rgba(43, 104, 155, 0.7);
}

.form-login__fieldset input::-moz-placeholder {
	color: rgba(43, 104, 155, 0.7);
}

.form-login__fieldset input:-ms-input-placeholder {
	color: rgba(43, 104, 155, 0.7);
}

.form-login__fieldset input::-ms-input-placeholder {
	color: rgba(43, 104, 155, 0.7);
}

.form-login__fieldset input::placeholder {
	color: rgba(43, 104, 155, 0.7);
}

.form-login__fieldset input:focus {
	outline: none;
}

.form-login__fieldset [data-input-error].error::after {
	display: block;
	padding: 3px 0 0 7px;
	content: attr(data-input-error);
	color: #f13f58;
	font-size: 0.8125rem;
	font-weight: 400;
}

.form-login__info {
	margin-top: 30px;
	text-align: center;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 140%;
}

.form-login__info a {
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	text-decoration: underline;
}

.form-login__info a:hover {
	color: var(--color-default);
}

.form-login__submit {
	margin-top: 30px;
	text-align: center;
}

.form-login__footer {
	margin-top: 30px;
	text-align: center;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 140%;
}

.form-login__footer a {
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	font-weight: 500;
}

.form-login__footer a:hover {
	color: var(--color-default);
}

.form-login__footer--login {
	display: grid;
	justify-content: center;
	-webkit-column-gap: 36px;
	-moz-column-gap: 36px;
	column-gap: 36px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	grid-auto-flow: column;
}

.tabs-content__navigation {
	font-family: var(--font-family-two);
	font-size: 1rem;
	line-height: 140%;
}

.tabs-content__navigation li {
	display: grid;
	justify-content: start;
	align-items: center;
	padding: 23px 30px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	cursor: pointer;
	background-color: var(--color-light);
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	grid-auto-flow: column;
}

.tabs-content__navigation li[aria-selected="true"] {
	color: var(--color-light);
	background-color: var(--color-default-dark);
}

.tabs-content__navigation li .icon {
	width: 100%;
	min-width: 24px;
}

.page-faq__block:not(:last-child) {
	margin-bottom: 50px;
}

.page-insurance__title {
	margin-bottom: 15px;
}

.page-insurance__description {
	max-width: 665px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 140%;
}

.page-insurance__description p:not(:last-child) {
	margin-bottom: 0.5em;
}

.page-insurance__content {
	margin-top: 40px;
}

.footer {
	display: grid;
	align-items: center;
	padding-top: min(calc(1.875rem + 15 * ((100vw - 414px) / 1186)), 2.8125rem);
	padding-bottom: min(calc(1.875rem + 20 * ((100vw - 414px) / 1186)), 3.125rem);
	background-color: var(--color-light);
	font-size: min(calc(0.8125rem + 2 * ((100vw - 414px) / 1186)), 0.9375rem);
	font-weight: 400;
	-webkit-box-align: center;
	-ms-flex-align: center;
	gap: 11px 40px;
}

.footer__block {
	flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
}

.footer__block a {
	text-decoration: underline;
}

.footer__block--start span {
	display: block;
}

.footer__block--start span:not(:first-child) {
	margin-top: min(calc(0.6875rem + 5 * ((100vw - 414px) / 1186)), 1rem);
}

.footer__block--center {
	text-align: center;
}

.footer__block--end span {
	display: block;
}

.footer__block--end span:not(:first-child) {
	margin-top: 0.6875rem;
}

.js-password {
	position: relative;
}

.js-password input {
	padding-right: 35px;
}

.js-password--control {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	height: 100%;
	padding: 0 39px 0 9px;
	border: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.167 11.5l-1.695-.468.691-2.656a9.58 9.58 0 01-2.841-1.692l-1.89 1.947L.19 7.352l1.891-1.946A10.034 10.034 0 010 .824L1.727.5C2.393 4.297 5.62 7.178 9.5 7.178S16.607 4.298 17.273.5L19 .824a10.034 10.034 0 01-2.08 4.582l1.89 1.946-1.242 1.279-1.89-1.947a9.58 9.58 0 01-2.841 1.692l.69 2.657-1.694.467-.692-2.657a9.442 9.442 0 01-3.282 0L7.167 11.5z' fill='%232B689B'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 19px;
}

.js-password--control.show {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.833 0l1.695.468-.691 2.656a9.58 9.58 0 012.841 1.692l1.89-1.947 1.241 1.279-1.89 1.946A10.034 10.034 0 0119 10.676L17.273 11C16.607 7.203 13.38 4.322 9.5 4.322S2.393 7.202 1.727 11L0 10.677a10.034 10.034 0 012.08-4.583L.19 4.148l1.242-1.279 1.89 1.947a9.58 9.58 0 012.841-1.692L5.473.467 7.166 0l.692 2.657a9.442 9.442 0 013.282 0L11.833 0z' fill='%232B689B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.5 14a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm0 2a4.5 4.5 0 100-9 4.5 4.5 0 000 9z' fill='%232B689B'/%3E%3C/svg%3E");
}

button.burger {
	position: relative;
	width: 27px;
	height: 27px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	color: var(--color-default);
	border: none;
	background-color: transparent;
	--burger-line-height: 2px;
}

button.burger > span,
button.burger::before,
button.burger::after {
	display: block;
	width: 100%;
	height: var(--burger-line-height);
	border-radius: 5px;
	background-color: currentColor;
}

button.burger > span {
	margin: 6px auto;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

button.burger > span::before {
	display: block;
	width: 100%;
	height: var(--burger-line-height);
	content: "";
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	border-radius: 5px;
	background-color: currentColor;
}

button.burger::before,
button.burger::after {
	content: "";
	-webkit-transition: opacity 0.4s, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.4s, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, opacity 0.4s;
	transition: transform 0.3s ease-in-out, opacity 0.4s,
		-webkit-transform 0.3s ease-in-out;
}

button.burger::after {
	width: 60%;
	margin-left: auto;
}

button.burger.active {
	z-index: 99;
}

button.burger.active::before {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

button.burger.active::after {
	top: 50%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
}

button.burger.active > span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

button.burger.active > span::before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -4px -16px;
	letter-spacing: 0.01em;
	font-size: 1rem;
	font-weight: 400;
	font-weight: 500;
	-ms-flex-wrap: wrap;
}

.menu__list li {
	margin: 4px 16px;
}

.menu__list li a {
	display: inline-block;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.menu__list li a:hover {
	opacity: 0.5;
}

.menu__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: -4px -8px;
	padding: 30px 30px 5px 30px;
	-ms-flex-wrap: wrap;
}

.menu__navigation > * {
	margin: 4px 8px;
}

.menu__account {
	display: none;
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}

.menu.--account .menu__navigation {
	order: 1;
	margin-top: auto;
	padding: 30px 30px 0 30px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
}

.menu.--account .menu__account {
	display: block;
}

/* ----- Модальное окно ----- */

.modal {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	flex-direction: column;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
	background-color: rgba(41, 42, 44, 0.7);
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
}

.modal__success {
	padding-top: 165px;
	text-align: center;
}

.modal__success h2 {
	display: block;
	margin-bottom: 26px;
	color: var(--color-default-dark);
}

.modal__success .button {
	min-width: 120px;
}

.modal-container {
	position: relative;
	flex: 1 1 auto;
	width: 550px;
	min-width: 452px;
	margin-left: auto;
	padding: 100px 35px 35px 35px;
	cursor: default;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	background-color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
}

.modal-close {
	position: absolute;
	top: 35px;
	right: 35px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	border: 0;
	outline: none;
	background: transparent;
}

.modal-close:after,
.modal-close:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 2px;
	height: 24px;
	margin: 0 auto;
	content: "";
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	border-radius: 5px;
	background-color: #2b689b;
}

.modal-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal-close:hover:after,
.modal-close:hover:before {
	background-color: #000;
}

.modal.open {
	visibility: visible;
	opacity: 1;
}

.modal.open .modal-container {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.modal__form .title-body-two {
	display: block;
	text-align: center;
}

@media (min-width: 35.99875em) {
	.front-poster__content {
		padding-bottom: 120px;
	}

	.hidden-min--sm {
		display: none !important;
	}
}

@media (min-width: 47.99875em) {
	.tippy-box[data-theme~="linking"] {
		min-width: 320px;
	}

	.front-poster__container {
		display: grid;
		gap: 0 20px;
		grid-template-columns: 100%;
		grid-template-columns: repeat(2, 1fr);
	}

	.delivery-calc__content {
		grid-template-columns: repeat(2, 1fr);
	}

	.delivery-calc__fieldset {
		grid-template-columns: minmax(150px, 230px) 175px;
	}

	.footer {
		grid-template-columns: 1fr auto;
	}

	.footer__block--end {
		text-align: right;
	}

	.hidden-min--md {
		display: none !important;
	}
}

@media (min-width: 61.99875em) {
	.title-one {
		margin-bottom: 70px;
		font-size: 2.375rem;
	}

	.title-two {
		margin-bottom: 30px;
		font-size: 1.75rem;
	}

	.button--arrow {
		padding: 1.25em 2.5em;
	}

	.custom-radio__title {
		min-width: 126px;
		padding: 0.875em;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.--run-on-min {
		display: block;
	}

	.custom-table th,
	.custom-table td {
		padding: 30px 20px 30px 30px;
		font-size: 1.125rem;
	}

	.custom-table td {
		padding: 30px 20px 30px 30px;
		padding-left: 15px;
	}

	.adaptive-table {
		display: grid;
		grid-template-columns: 298px 1fr;
	}

	.adaptive-table__item {
		flex-direction: column;
		justify-content: center;
		margin: 0 0 -1px -1px;
		padding: 18px 24px;
		border: 1px solid var(--color-smoky);
		font-size: 1.125rem;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-ms-flex-direction: column;
		-ms-flex-pack: center;
	}

	.adaptive-table__block:last-child {
		border-radius: 0 0 9px 0;
	}

	.adaptive-table__block:last-child .adaptive-table__item:first-child {
		border-radius: 0 9px 0 0;
	}

	.adaptive-table__block:last-child .adaptive-table__item:last-child {
		border-radius: 0 0 9px 0;
	}

	.header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.header__container {
		grid-template-columns: 217px 1fr auto;
	}

	.delivery-calc__form {
		padding: 45px 35px 50px 35px;
	}

	.delivery-calc__content {
		grid-template-columns: repeat(3, 1fr);
	}

	.delivery-result {
		margin-right: -1px;
		border-bottom: 0.5px solid var(--color-smoky);
		background-color: rgba(253, 253, 253, 0.5);
		grid-template-columns: 310px 1fr;
	}

	.schedule__info {
		margin-top: 50px;
	}

	.schedule-filter__title {
		font-size: 1.0625rem;
	}

	.schedule-filter__fieldset {
		margin: -5px -15px;
	}

	.schedule-filter__fieldset > label {
		margin: 5px 15px;
	}

	.schedule-filter__block {
		grid-template-columns: minmax(auto, 160px) 1fr;
	}

	.schedule-filter__block:not(:first-child) {
		margin-top: 40px;
	}

	.schedule-status {
		grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
	}

	.schedule-info {
		gap: 50px 45px;
		grid-template-columns: minmax(auto, 160px) minmax(auto, 646px) minmax(
				auto,
				320px
			);
	}

	.schedule-info__status.js-schedule--all {
		order: -1;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
	}

	.calendar__nav {
		background-repeat: no-repeat;
		background-size: 11px;
	}

	.calendar__nav.next {
		padding: 0 10px 0 20px;
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.28518 16.0573C1.06256 15.8347 0.9375 15.5327 0.9375 15.2178C0.9375 14.9029 1.06256 14.6009 1.28518 14.3782L7.16331 8.5001L1.28518 2.62197C1.06887 2.398 0.949178 2.09804 0.951883 1.78668C0.954589 1.47532 1.07948 1.17748 1.29965 0.95731C1.51982 0.737138 1.81766 0.612251 2.12902 0.609545C2.44038 0.606839 2.74034 0.726533 2.96431 0.942845L9.682 7.66053C9.90462 7.88322 10.0297 8.18521 10.0297 8.5001C10.0297 8.81498 9.90462 9.11697 9.682 9.33966L2.96431 16.0573C2.74162 16.28 2.43963 16.405 2.12475 16.405C1.80986 16.405 1.50787 16.28 1.28518 16.0573Z' fill='%23292A2C'/%3E%3C/svg%3E");
		background-position: left center;
	}

	.calendar__nav.prev {
		padding: 0 20px 0 10px;
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.71482 0.942899C9.93744 1.16559 10.0625 1.46758 10.0625 1.78246C10.0625 2.09734 9.93744 2.39933 9.71482 2.62202L3.83669 8.50015L9.71482 14.3783C9.93113 14.6022 10.0508 14.9022 10.0481 15.2136C10.0454 15.5249 9.92052 15.8228 9.70035 16.0429C9.48018 16.2631 9.18234 16.388 8.87098 16.3907C8.55962 16.3934 8.25966 16.2737 8.03569 16.0574L1.318 9.33971C1.09538 9.11702 0.970319 8.81503 0.970319 8.50015C0.970319 8.18527 1.09538 7.88328 1.318 7.66059L8.03569 0.942899C8.25838 0.720277 8.56037 0.595215 8.87525 0.595215C9.19014 0.595215 9.49213 0.720277 9.71482 0.942899Z' fill='%23292A2C'/%3E%3C/svg%3E");
		background-position: right center;
	}

	.login__body {
		margin-top: 150px;
		margin-bottom: 150px;
		padding: 40px 35px;
		border-radius: 10px;
	}

	.login__logo {
		width: 128px;
		margin: 0 auto 40px auto;
	}

	.login__title {
		margin-bottom: 25px;
		font-size: 1.75rem;
	}

	.login__description {
		margin-bottom: 70px;
		font-size: 1rem;
	}

	.form-login__fieldset {
		row-gap: 40px;
	}

	.form-login__fieldset input {
		font-size: 1.125rem;
	}

	.form-login__fieldset [data-input-error].error::after {
		padding: 5px 0 0 10px;
		font-size: 0.9375rem;
	}

	.form-login__info {
		font-size: 1rem;
	}

	.form-login__footer {
		font-size: 1rem;
		font-weight: 500;
	}

	.form-login__footer a {
		font-weight: 600;
	}

	.page-price__body {
		display: grid;
		align-items: start;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		grid-template-columns: 287px 1fr;
	}

	.tabs-content__navigation {
		border: 1px solid #e6e6e6;
		border-radius: 3px;
		font-size: 1.125rem;
		font-weight: 600;
	}

	.tabs-content__navigation li + li {
		border-top: 1px solid #e6e6e6;
	}

	.page-faq__block:not(:last-child) {
		margin-bottom: 110px;
	}

	.page-insurance__title {
		margin-bottom: 25px;
	}

	.page-insurance__description {
		font-size: 1.125rem;
	}

	.page-insurance__content {
		margin-top: 100px;
	}

	.footer {
		grid-template-columns: 1fr auto 1fr;
	}

	.hidden-min--lg {
		display: none !important;
	}

	button.burger {
		display: none;
	}
}

@media (min-width: 81.25em) {
	.hidden-min--xl {
		display: none !important;
	}
}

@media (min-width: 88.75em) {
	.header__container {
		max-width: 100%;
		padding-right: 60px;
		padding-left: 60px;
	}
}

@media (max-width: 81.25em) {
	.hidden-max--xl {
		display: none !important;
	}
}

@media (max-width: 61.99875em) {
	.personal-account-info__header {
		padding: 30px 30px 18px 30px;
	}

	.personal-account-info__balance {
		padding: 15px 30px 15px 30px;
	}

	.personal-account-info__list {
		padding: 14px 30px 0 30px;
	}

	.custom-table td span {
		display: block;
	}

	.adaptive-table__sidebar {
		display: none;
	}

	.adaptive-table__item {
		text-align: right;
	}

	.adaptive-table__item:not(:first-child) {
		border-top: 1px solid var(--color-smoky);
	}

	.adaptive-table__item[data-item-label]::before {
		margin-right: 15px;
		content: attr(data-item-label);
		text-align: left;
	}

	.adaptive-table__block {
		border: 0.5px solid var(--color-smoky);
		border-radius: 3px;
	}

	.adaptive-table__block:not(:first-child) {
		margin-top: 30px;
	}

	.adaptive-table__item--header {
		justify-content: center;
		padding: 18px;
		font-weight: 500;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}

	.delivery-calc__fieldset {
		grid-column: 1/-1;
	}

	.delivery-calc__result {
		padding-right: 20px;
		padding-left: 20px;
	}

	.delivery-result__item {
		overflow: hidden;
		border: 1px solid var(--color-smoky);
		border-radius: 10px;
		background: var(--color-light);
	}

	.delivery-result__sidebar {
		display: none;
	}

	.delivery-card__item {
		padding: 0;
		border: 0;
		font-size: 0.9375rem;
	}

	.delivery-card__item:not(:first-child) {
		border-top: 1px solid var(--color-smoky);
	}

	.delivery-card__item[data-item-label] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		text-align: right;
		-webkit-box-align: center;
		-webkit-box-pack: justify;
		-ms-flex-align: center;
		-ms-flex-pack: justify;
		-ms-flex-wrap: wrap;
		gap: 6px 13px;
	}

	.delivery-card__item[data-item-label]::before {
		content: attr(data-item-label);
		text-align: left;
	}

	.delivery-card__item {
		padding: 14px 15px;
	}

	.faq-list__title {
		padding: 12px 14px 12px 14px;
	}

	.faq-list.init .faq-list__title::after {
		flex: 0 0 34px;
		width: 34px;
		height: 34px;
		background-size: 13px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 34px;
	}

	.faq-list__text {
		padding: 0 14px 20px 14px;
	}

	.schedule__calendar {
		margin-top: 28px;
	}

	.schedule-info__status {
		order: -1;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		grid-column: 1/-1;
	}

	.calendar {
		padding: 10px;
	}

	.calendar__header {
		font-size: 1rem;
	}

	.calendar__weeks {
		text-align: center;
		text-transform: uppercase;
		font-size: 0.625rem;
	}

	.calendar__day {
		min-height: 65px;
		padding: 5px 3px 10px 3px;
		text-align: center;
		border-right: none;
		font-size: 0.875rem;
	}

	.calendar__day .ico-status {
		font-size: 0;
		gap: 0;
	}

	.calendar__day .ico-status::before {
		width: 6px;
		height: 6px;
	}

	.calendar__current {
		margin-right: 10px;
		margin-left: 10px;
	}

	.calendar--day {
		width: 24px;
		height: 24px;
		padding: 3px 4px 4px 4px;
	}

	.calendar--list {
		align-items: center;
		margin-top: 8px;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.form-login__info a {
		display: block;
	}

	.tabs-content__navigation {
		display: grid;
		justify-content: start;
		margin-right: calc(var(--container-padding) - var(--container-padding) * 2);
		margin-bottom: 30px;
		padding-right: var(--container-padding);
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		grid-auto-flow: column;
	}

	.tabs-content__navigation li {
		padding: 10px 20px;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 0 1px var(--color-default-dark) inset;
		box-shadow: 0 0 0 1px var(--color-default-dark) inset;
	}

	.footer__block--center {
		order: -1;
		margin-bottom: 13px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		grid-column: 1/-1;
	}

	.hidden-max--lg {
		display: none !important;
	}

	.menu {
		position: fixed;
		top: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		visibility: hidden;
		overflow-x: hidden;
		overflow-y: auto;
		flex-direction: column;
		order: 1;
		width: 95%;
		height: 100%;
		margin-top: var(--height);
		padding: 0;
		padding-bottom: calc(var(--height) + 28px);
		background: var(--color-light);
		-webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.06);
		box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.06);
		-webkit-box-direction: normal;
		-webkit-box-ordinal-group: 2;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
		-ms-flex-order: 1;
		grid-column: 1/-1;
	}

	.menu__list {
		flex-direction: column;
		margin: 0;
		padding: 25px 30px 0 30px;
		color: var(--color-default);
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-direction: column;
	}

	.menu__list li {
		margin: 0;
	}

	.menu__list li + li {
		margin-top: 24px;
	}
}

@media (max-width: 47.99875em) {
	.custom-select__title {
		margin-bottom: 0.3125rem;
		font-size: 1rem;
	}

	.custom-select .ts-control {
		font-size: 1rem;
	}

	.custom-select .ts-dropdown {
		font-size: 1rem;
	}

	.custom-radio--md-full {
		width: 100%;
	}

	.front-poster__parallax {
		height: 455px;
		margin-top: -25%;
	}

	.delivery-result__action .button {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.faq__action .button {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.footer {
		text-align: center;
	}

	.hidden-max--md {
		display: none !important;
	}
}

@media (max-width: 35.99875em) {
	.delivery-calc__title {
		text-align: center;
	}

	.hidden-max--sm {
		display: none !important;
	}
}
@media (max-width: 800px) {
	.sandwich {
		display: flex;
	}
}

/* End */


/* Start:/bitrix/templates/pm2023/assets/css/custom.css?174781020246465*/
.delivery-card__item--price span
{
    font-size: 20px;
}

.custom-select
{
    position: relative;
}

.custom-select,.custom-input
{
    position: relative;
}

.weightError,.toFieldError
{
    color:red;
    position:absolute;
    bottom:-20px;
    display: none;
}

.ico-status.ico-invis
{
    display: none!important;
}

.form-login__footer a
{
    color: var(--color-default-dark);
}

.login__description.descOk
{
    color:green;
}

.login__description.descError
{
    color:red;
}

.how_steps .step_1{
	background: #f5f5f5;
	padding: 70px 0 61px;
}
.how_steps .how_step:after{
	content: "";
	display: block;
	clear: both;
}
.how_steps .how_step .step-title{
	color: #1f679f;
	font-size: 40px;
	line-height: 50px;
	padding: 0 0 21px;
}
.how_steps .how_step .step-desc{
	color: #000;
	font-size: 22px;
	line-height: 40px;
}
.how_steps .how_step .step-title span{
	font-weight: bold;
}
.how_steps .step_1 .step-products{
	width: 540px;
	float: left;
	padding: 21px 0 0;
}
.how_steps .step_1 .step-products .img-item{
	float: left;
	margin: 0 26px 0 0;
}
.how_steps .step_1 .step-products .img-item:last-child{
	margin: 0;
}
.how_steps .step_1 .step-products .img-item img{
	border-radius: 50%;
}
.how_steps .step_1 .step-info{
	width: 550px;
	float: right;
}
.how_steps .step_2{
	background: #f6d365;
	padding: 40px 0 38px;
}
.how_steps .step_2 .step-left, .how_steps .step_3 .step-left{
	width: 500px;
	float: left;
}
.how_steps .step_2 .step-info, .how_steps .step_3 .step-info{
	width: 670px;
	float: right;
}
.how_steps .step_2 .step-left img{
	margin-left: 40px;
}
.how_steps .step_2 .step-info{
	padding: 30px 0 0;
}
.how_steps .step_2 .step-title{
	padding: 0 0 43px;
}
.how_steps .step_2 .step-desc{
	line-height: 30px;
}
.how_steps .step_search_form{
	background: #f5cc59;
}
.how_steps .step_search_form .page-sized{
	background: #f9e28e;
	padding: 45px 34px 41px;
	min-width: auto;
	max-width: 1102px;
}
.how_steps .step_search_form .s_title, .how_steps .step_search_form .s_desc{
	display: inline-block;
	vertical-align: top;
}
.how_steps .step_search_form .s_title{
	color: #1f679f;
	font-size: 20px;
	padding: 0 0 32px;
}
.how_steps .step_search_form .s_desc{
	color: #010101;
	font-size: 12px;
	margin: 2px 0 0 31px;
}
.how_steps .step_search_form .step_form{
	overflow: hidden;
}
.how_steps .step_search_form .step_form .row{
	float: left;
	width: 266px;
	margin: 0 50px 0 0;
}
.how_steps .step_search_form .step_form .row label{
	display: block;
	color: #000;
	font-size: 14px;
	padding: 0 0 7px;
}
.how_steps .step_search_form .step_form .step_form_txt{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 0 8px;
	border: 0;
	font-size: 16px;
}
.how_steps .step_search_form .step_form textarea{
	resize: none;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	padding: 8px;
	border: 0;
	font-size: 16px;
}
.how_steps .step_search_form .step_form .step_form_btn{
	cursor: pointer;
	color: #fff;
	border-radius: 3px;
	width: 154px;
	height: 40px;
	border: 0;
	outline: none;
	background: #1f679f;
	font-size: 16px;
	padding: 0;
	margin: 26px 0 0;
}
.how_steps .step_3{
	padding: 70px 0 53px;
}
.how_steps .step_3 .step-left img{
	margin: 20px 0 0 40px;
}
.how_steps .step_3 .step-desc{
	line-height: 30px;
}
.how_steps .step_3 .step-desc p{
	margin: 0 0 10px;
}
.how_steps .step_3 .step-desc a{
	text-decoration: underline;
}
.how_steps .step_3 .step-desc a:hover{
	text-decoration: none;
}
.how_steps .step_4 .step-icon,
.how_steps .step_5 .step-icon,
.how_steps .step_6 .step-icon{
	width: 240px;
	float: left;
}
.how_steps .step_4 .step-icon img,
.how_steps .step_5 .step-icon img,
.how_steps .step_6 .step-icon img{
	margin: 0 0 0 40px;
}
.how_steps .step_4 .step-info,
.how_steps .step_5 .step-info,
.how_steps .step_6 .step-info{
	width: 930px;
	float: right;
}

.how_steps .step_4{
	background: #f5f5f5;
	padding: 75px 0 42px;
}
.how_steps .step_4 .step-desc a{
	text-decoration: underline;
}
.how_steps .step_4 .step-desc a:hover{
	text-decoration: none;
}
.how_steps .how_step .step-figure{}
.how_steps .how_step .step-figure p span{
	color: #1f679f;
}
.how_steps .how_step .step-figure .figure-img{
	position: relative;
	padding: 9px 0 28px;
}
.how_steps .how_step .step-figure .figure-img .arrow{
	position: absolute;
}
.how_steps .how_step .step-figure .figure-img img{
	display: block;
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 9px rgba(7,7,7,0.31);
}
.how_steps .step_4 .right-arrow{
	width: 74px;
	height: 91px;
	background: url("/bitrix/templates/pm2023/assets/css/../img/r-step-arrow.png") no-repeat 0 0;
	right: -83px;
	top: 19px;
}
.how_steps .step_4 .bottom-arrow{
	width: 96px;
	height: 60px;
	background: url("/bitrix/templates/pm2023/assets/css/../img/b-step-arrow.png") no-repeat 0 0;
	bottom: -23px;
	left: 294px;
}
.how_steps .step_5{
	color: #fff;
	background: #377bb0;
	padding: 75px 0 35px;
}
.how_steps .step_5 .step-title,
.how_steps .step_5 .step-desc,
.how_steps .step_5 .step-desc a{
	color: #fff;
}
.how_steps .step_5 .step-desc a{
	text-decoration: underline;
}
.how_steps .step_5 .step-desc a:hover{
	text-decoration: none;
}
.how_steps .step_5 .figure-note{
	font-size: 16px;
	line-height: 30px;
	padding: 0 0 22px;
}
.how_steps .step_5 .step-figure p{
	margin: 0 0 9px;
}
.how_steps .step_5 .step-figure .figure-img{
	padding: 9px 0 36px;
}
.how_steps .step_5 .left-arrow{
	width: 87px;
	height: 89px;
	background: url("/bitrix/templates/pm2023/assets/css/../img/l-step-arrow.png") no-repeat 0 0;
}
.how_steps .step_6{
	background: #f6d365;
	padding: 75px 0 35px;
}

.page-sized {
    max-width: 1170px;
    margin: 0 auto;
    width:100%;
    padding: 0 15px;
    position: relative;
}

@media (max-width: 1440px) {
    .how_steps .step_1 .step-products:after
    {
        content:"";
        display: block;
        clear: both;
    }
    .how_steps .step_1 .step-products,
    .how_steps .step_2 .step-left, 
    .how_steps .step_3 .step-left
    {
        float: none;
        margin: 0 auto 40px;
        text-align: center;
    }
    .how_steps .step_1 .step-info,
    .how_steps .step_2 .step-info,
    .how_steps .step_3 .step-info {
        margin: 0 auto 0px;
        float: none;
        width:600px
    }
    .how_steps .step_4 .step-icon, 
    .how_steps .step_5 .step-icon, 
    .how_steps .step_6 .step-icon {
       
        float: none;
        margin: 0 auto 40px;
    }

    .how_steps .step_4 .step-info, 
    .how_steps .step_5 .step-info, 
    .how_steps .step_6 .step-info {
        width: 100%;
        float: none;
    }

    .how_steps .step_2 .step-left img,
    .how_steps .step_3 .step-left img
    {
        margin: 0 auto;
    }

    .how_steps .step_4 .right-arrow {
        right: -10px;
    }
   
}    


@media (max-width: 992px) {
    .how_steps .step_1 {
        padding: 30px 0 20px;
    }
    .how_steps .how_step .step-title {
        font-size: 30px;
    }
    .how_steps .how_step .step-desc {
        font-size: 18px;
        line-height: 24px;
    }

    .how_steps .step_2 .step-left img,
    .how_steps .step_3 .step-left img
    {
        width:250px;
    }
    .how_steps .step_2 .step-left,
    .how_steps .step_3 .step-left
    {
        margin-bottom: 0;
    }

    .how_steps .step_2,
    .how_steps .step_3,
    .how_steps .step_4,
    .how_steps .step_5,
    .how_steps .step_6
    {
        padding: 30px 0 20px;
    }

}    

@media (max-width: 768px) {
    .how_steps .step_1 .step-products
    {
        width:100%;
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 20px;
    }
    .how_steps .step_1 .step-products .img-item
    {
        float: none;
        margin-right: 0;
    }

    .how_steps .step_1 .step-info, 
    .how_steps .step_2 .step-info, 
    .how_steps .step_3 .step-info
    {
        width:100%;
    }
    .how_steps .step_1 {
        padding: 20px 0 20px;
    }
    .how_steps .step_2 .step-left, 
    .how_steps .step_3 .step-left {
        width: 100%;
    }
    .how_steps .step_2 .step-info {
        padding: 20px 0 0;
    }
    .how_steps .step_search_form .page-sized {
        padding: 20px;
    }

    .how_steps .step_4 .step-icon, 
    .how_steps .step_5 .step-icon, 
    .how_steps .step_6 .step-icon {
        margin: 0 auto 10px;
      }
}    

@media (max-width: 520px) {
    .how_steps .how_step .step-title {
        font-size: 22px;
        line-height: 30px;
    }
    .how_steps .step_1 .step-products {
        padding: 0px 0 0;
    }

    .how_steps .step_1 .step-products, 
    .how_steps .step_2 .step-left, 
    .how_steps .step_3 .step-left {
        margin-bottom: 10px;
    }   

    .how_steps .how_step .step-desc {
        font-size: 16px;
        line-height: 22px;
    }

    .how_steps .step_2 .step-title {
        padding: 0 0 10px;
    }

    .how_steps .how_step .step-desc {
        font-size: 16px;
        line-height: 22px;
    }
    .how_steps .step_2 .step-left img, 
    .how_steps .step_3 .step-left img {
        width: 150px;
    }

    .how_steps .step_4 .step-icon, 
    .how_steps .step_5 .step-icon, 
    .how_steps .step_6 .step-icon{
        text-align: center;
    }

    .how_steps .step_4 .step-icon img, 
    .how_steps .step_5 .step-icon img, 
    .how_steps .step_6 .step-icon img {
        width: 80px;
        margin: 0;
    }
}    

@media (max-width: 800px)
{
    .modal__logo {
        width: auto;
        top: 0px;
    }
}

.tabber-sale__container a[aria-selected="true"] {
    color: var(--color-light);
    background-color: var(--color-default-dark);
}

.photoHideRequest
{
    text-align: center;
    padding-top:5px;
    display:none;
}

.confButtons
{
    margin-top:15px;
}

.confButtons div
{
    min-width: 110px;
    margin:0 10px;
}

.modal-error-text
{
    text-align: center;
    margin-bottom:15px;
}

[data-modal-trigger=error] .modal__form .title-body-two {
    font-size: 24px;
}

#order [data-modal-trigger=error] .modal-container
{
    min-width: 330px;
    max-width: 440px;
}

[data-modal-trigger=error] .modal-success__action
{
    text-align: center;
}
.formError
{
    color:red;
    margin-top:10px;
}

.sendOk
{
    color:green;
    margin-top:10px;
    display: none;;
}

.page-cabinet form[name=cargoItemsForm] .table__cell-label
{
    margin-right: 12px;
}

.cargoMainItems .field-add__content,
.cargoDopItems .field-add__content
{
    margin-top: 15px;
}

.successCargoDecl,.successRuspostDecl
{
    display:none;
}

.timehRed
{
    color: #F57272;
}

.minus .timeh::before {
    content: "-";
}

.timehide
{
    display:none;
}

.noCbBlock
{
    width:22px;
    height:22px;
}

.weight__btn .sort-desc
{
    display:none;
}


.weight__btn[data-sort=desc] .sort-desc
{
    display:block;
}

.weight__btn[data-sort=desc] .sort-asc
{
    display:none;
}

@media (min-width: 768px)
{
    .formStatusList
    {
        max-height: 175px;
        overflow: hidden;
		overflow-y:auto;
    }
}

.buttonFlex
{
    display: flex;
    column-gap: 15px;
}

.buttonFlex div
{
    width:100%;
}

.hidenSuccess,.hidenArchiveSuccess
{
    display:none;
}

.commentLine
{
    margin-bottom: 10px;
}

.title-body-two.messTopPadd
{
    margin-top: 25px;
}

.successPassport
{
    display:none;
}

.form-login__fieldset .custom-select--arrow .ts-control {
   
    padding: 12px 15px;
    padding-right: 15px;
    font-size: 16px;
    min-height: 46px;
}

.form-login__fieldset label.error-empty input {
    border-color: #ffb6c1;
    border-top-color: rgb(255, 182, 193);
    border-right-color: rgb(255, 182, 193);
    border-left-color: rgb(255, 182, 193);
}

.form-login__fieldset [data-input-error-empty].error-empty::after {
    display: block;
    padding: 3px 0 0 7px;
    content: attr(data-input-error-empty);
    color: #f13f58;
    font-size: 0.8125rem;
    font-weight: 400;
}

  
@media (min-width: 61.9988em) {
    .form-login__fieldset [data-input-error-empty].error-empty::after {
        padding: 5px 0 0 10px;
        font-size: 0.9375rem;
    }
}

.calcCity.custom-select .ts-dropdown .item
{ 
    flex-direction: column;
    align-items: flex-start; 
}

.calcCity.custom-select .ts-dropdown .item .itemObl
{
    font-size: 14px;
    color: #ABB1B4;
}

.calcCity.custom-select .ts-dropdown .item .itemObl .highlight
{
    background: none;
}

.kazpost .delivery-card__logo
{
    height:18px;
}

.ems_kz .delivery-card__logo
{
    height:25px;
}

.custom-select__title.custom-select__title-flex
{
    display: flex;
}

.hiddenOrders
{
    display: none;
}

.parcelToArchive
{
    width:100%;
}

.hidencAddrSuccess
{
    display: none;
}

.newAddrOption 
{
    margin-bottom: 15px;
}

.newAddrOption label
{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    cursor: pointer;
}

.newAddrOption input {
    display: none;
}

.newAddrOption label::before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid var(--unnamed, #C2CCD1);
    background: var(--br-white);
    border-radius: 50%;
    -moz-transition: var(--animation);
    -webkit-transition: var(--animation);
    transition: var(--animation);
    flex-shrink: 0;
}

.newAddrOption input:checked ~ label::before {
    border: 6px solid #2B689B;

}

.parcelAddrList
{
    margin-top:10px;
}

.form-login.formAddr
{
    max-width: 465px;
}

.formAddr .ui-input__type
{
    flex-direction: column;
}

.address-list__item-btns div
{
    width:100%;
}

.formAddr .error-empty input[type="text"] {
    border: 1px solid #FFB6C1;
}


.payError
{
    margin-top:2px;
    display: none;
    color: #f13f58;
}

.balance-box__left.error .payError
{
    display:block
}

.balance-box__left.error #input-price
{
    border-color: #f13f58;
}

.sberTop
{
    display: flex;
    gap:25px;
    margin-bottom: 25px;
}

.sberTopLeft
{
    font-weight: 600;
}

.sberFormWrap
{
    max-width:645px
}

.sberFormWrap.order-form__box .field-add__content .ui-input__name
{
    max-width:100%;
}

.sberFormWrap.order-form__box .field-add__content.field-add__content-wrap
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.saveDataBlock
{
    display: flex;
    margin-bottom: 15px;
    gap:15px;
}
.sberBtns
{
    justify-content: space-between;
}
.sberBtns .button
{
    min-width: 200px;
}
.sberError
{
    color: #f13f58;
    margin-bottom: 10px;
    display: none;
}

.sberOk
{
    margin-bottom: 10px;
    color:green;
    display: none;
}

@media (max-width: 768px) {
    .sberTop
    {
        flex-direction: column;
        gap: 5px;
        margin-bottom: 10px;
    }
    .sberBtns
    {
        flex-direction: column;
        gap: 10px;
        display: flex;
    }
}   

.binanceQr {
    border: 5px solid #f5be01;
    max-width: 400px;
    margin: 30px 0;
}

.binanceSuccess
{
    color:green;
    display: none;
}

.address-list__item input
{
    display:none;
}

.address-list__item.hideAddr
{ 
    display:none;
}

.del_disabled
{
    opacity: 0.7;
}
.del_disabled .note
{
    color: #f13f58;
}

.electronicsBlock
{
    margin-top: 15px;
    display:none;
}

.electronicsBlock h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #3F3F3F;
    margin: 0 0 25px;
    font-family: var(--font-family);
}

.electronicsVars
{
    display: flex;
    gap:20px;
}

.electronicsVars input {
    display: none;
}

.electronicsVars  label {
    column-gap: 15px;
    cursor: pointer;
}

.electronicsVars  label::before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid var(--unnamed, #C2CCD1);
    background: var(--br-white);
    border-radius: 50%;
    -moz-transition: var(--animation);
    -webkit-transition: var(--animation);
    transition: var(--animation);
}

.electronicsVars input:checked ~ label::before {
    border: 6px solid #2B689B;
}

.parcel-declaration
{
    max-width: 720px;
    margin: 50px 0 0;
    display: none;
}

.parcel-declaration h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #3F3F3F;
    margin: 0 0 25px;
    font-family: var(--font-family);
}

#order .parcel-declaration  .field-add__content {
    gap: 10px;
    grid-template-columns: 1fr 112px 120px 24px;
    align-items: flex-start;
}

.parcel-declaration  .ui-input input
{
    width:100%;
}

.parcel-declaration .field-add__btn
{
    width:100%;
    heighT:46px;
}

#order .parcel-declaration .field-add__action {
    margin-left: 0px;
}

.parcel-declaration .remove-button
{
    padding-left: 0;
    padding-right: 0;
}

.landText
{
    display:none;
}

.dec-info
{
    margin: 20px 0;
}

.dec-prior
{
    display:none;
}

.decTop
{
    display: flex;
    justify-content: space-between;
}

.parcel-cargo-dop-info-new
{
    max-width: 720px;
    margin: 50px 0 0;
    display: none;
}

.parcel-cargo-dop-info-new h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #3F3F3F;
    margin: 0 0 25px;
    font-family: var(--font-family);
}

.parcel-cargo-dop-info-new  .cargo-box__container:not(:first-child) {
    margin: 20px 0 0;
}


#order .parcel-cargo-dop-info-new .field-add__content {
    gap: 10px;
    grid-template-columns: 1fr 112px 120px 24px;
    align-items: flex-start;
}

.parcel-cargo-dop-info-new .ui-input input
{
    width:100%;
    height:46px;
}

.parcel-cargo-dop-info-new .remove-button
{
    padding-left: 0;
    padding-right: 0;
}

#order [data-modal-trigger="weight-error"] .modal-container {
    min-width: 330px;
    max-width: 520px;
}

.modal-success__action a.button--fill
{
    color: #fff;
}

.address-list__item-logos img {
    max-width: 80px;
}

.parcel-cargo-dop-info
{
    max-width: 720px;
    margin: 50px 0 0;
    display: none;
}

.parcel-cargo-dop-info h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #3F3F3F;
    margin: 0 0 25px;
    font-family: var(--font-family);
}

.parcel-cargo-dop-info .cargoDopItem
{
    margin-top: 20px;
}

#order .parcel-cargo-dop-info .field-add__content {
    grid-template-columns: 1fr 120px;
}

.parcel-cargo-dop-info .ui-input input
{
    width:100%;
    height:46px;
}

.statusPaySum
{
    white-space: nowrap;
}

.page-cabinet .table__header, 
.page-cabinet .table__column {
    grid-template-columns: 23% 34% 30% 9% 3%;
}

.page-cabinet .table-germany .table__header, 
.page-cabinet .table-germany .table__column {
    grid-template-columns: 12% 28% 25% 22% 10% 3%;
}

@media screen and (max-width: 1200px) {
    .page-cabinet .table-germany .table__header, 
    .page-cabinet .table-germany .table__column {
      grid-template-columns: 35% 55% 10%;
    }

    .page-cabinet .table__header, 
    .page-cabinet .table__column {
        grid-template-columns: 40% 40% 10%;
    }

}

.table__btns.hidBtns
{
    display: none;
}

.orderListContainer.sale-box__container .table__column.active,
.orderListContainer.sale-box__container .table__hidden,
.orderListContainer.sale-box__container .table-item__text-box,
.orderListContainer.sale-box__container .table__column::before,
.orderListContainer.sale-box__container .table__column::after
{
    background: #F7F5F4;
}

.textBlockValue
{
    font-weight: 600;
}

.table-item__text-box__center {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.table-item__text-box
{
    padding: 20px 0;
}

.orderDescTimer
{
    display: inline;
}

.table-item__text-box__item:not(:last-child)
{
    /*margin-bottom: 12px;*/
}

.packOpt
{
    display:flex;
    gap:10px;
    margin-bottom: 12px;
    font-weight: 600;
}

.packOptListTitle
{
    margin-bottom: 12px;
}

.loadOrderOpts
{
    margin-top:2px;
    font-weight: 600;
    cursor: pointer;
    color: var(--bg-blue-active);
}

.packOptForm
{
    display:flex;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 16px;
}

.packOptForm .flex
{
    gap:10px;
}

.packSum
{
    display:flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.packFormOptList
{
    margin-top:30px;
}

.packBtns
{
    display: flex;
    gap:15px;
}

.loadDecl
{
    gap:4px;
}

.orderMainPhoto img
{
    max-width: 200px;
    border-radius: 6px;
}
.orderMainPhoto img
{
    border-radius: 6px;
}

.orderDopPhoto img
{
    border-radius: 2px;
}

.orderDopPhoto
{
    display:flex;
    gap:8px;
    margin-bottom: 12px;
}

.table-item__text-box__item .orderDopPhoto a:not(:last-child)
{
    margin:0;
}

@media screen and (min-width: 768px) {
    .orderMainPhoto img
    {
        max-width: 200px;
    }
}    

.table-item__text-box__item.orderMainPhoto
{
    margin-bottom:8px;
}

.table-item__text-box__center .textBlockValue,
.table-item__text-box__center .orderDescTimer
{
    display: block;
}

.packOptListWrap
{
    margin-bottom:20px;
}

.comissionText
{
    font-size: 13px;
    font-weight: 400;
}


.cancelIcon {
    border-radius: 50%;
    border: 1.5px solid var(--color-primary);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-weight: 400;
    margin-left: 4px;
}

.table-item__text-title
{
    color: var(--color-primary);
}

.orderSumBlock .table-item__text-title
{
    margin: 0;
}

.orderSumBlock .orderSumSize
{
    font-weight: 600;
    margin: 0 4px 0 5px;
}

@media screen and (max-width: 1200px) {
    .table-item__text-box__left {
        order: 2;
    }
    .table-item__text-box__center  {
        order: 2;
    }
    .table-item__text-box__right {
        order: 2;
    }
}

.onlyMob
{
    display:none;
    
}

@media screen and (max-width: 1200px) {
    .onlyMob
    {
        display:block;
        margin-bottom: 20px;
    }

    .onlyPC
    {
        display:none;
    }
    .statusPaySum
    {
        display:none;
    }
    .table__body .table__cell .button.order-pay-simple
    {
        padding: 9px 14px;
    }
}

.sale-box__container .table__column.active, 
.sale-box__container .table__hidden,
.sale-box__container .table__column::before,
.sale-box__container .table__column::after 
{
    background: #F7F5F4;
} 

.page-cabinet .table__header.package-table__column
{
    grid-template-columns: 15% 21% 22% 11% 11% 20%;
}

.page-cabinet .table__column.package-table__column {
    grid-template-columns: 15% 21% 22% 11% 11% 17% 3%;
}
.table--right .table__cell.to-left-text
{
    text-align: left;
    justify-self: start;
}


@media screen and (max-width: 1200px) {
    .page-cabinet .table__header.package-table__column, 
    .page-cabinet .table__column.package-table__column {
      grid-template-columns: 40% 50% 10%;
    }
  }

.pack-item__container
{
    background: #F7F5F4;
    padding: 20px 0;
}

.pack-item__text-box {
    gap: 46px;
}

.pack-item__text-container div:first-child {
    font-weight: 400;
    color: var(--color-primary);
}

.packtitle
{
    font-weight: 600!important;
}

.pack-item__text-container-btn .payParcel.button,
.parcelToArchive {
    width: auto;
}

.table-item__text-box__item div.addressDetail,
.table-item__text-box__item div.items-list__shops div
{
    font-weight: 400;
}


@media screen and (max-width: 1200px) {
    .mobileParcelTop {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1200px) {
    .table__mob .button.payParcel {
        padding: 9px 14px;
    }
}

.fullOrdersLine
{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom:15px;
    border-bottom: 1px solid #DAE0E3;
}

.fullOrdersLine .orderTrack
{
    color: #2B689B;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
}

.removeOrderItem
{
    padding-left: 0;
    color:#F57272;
    font-size: 16px;
}   
.removeOrderItem svg
{
    width: 34px;
}

.parcelAddresWrap
{
    display: flex;
    justify-content: space-between;
}

.parcelOrdersBlock
{
    width:332px;
}

.parcelBlock
{
    max-width: 762px;
    width: 100%;
}

.services-list__box .checkbox-price
{
    white-space: nowrap;
}

.parcelPackOpts .flex
{
    justify-content: space-between;
}

.parcelPackOpt
{
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom:16px;
    border-bottom: 1px solid #DAE0E3;
}

.packOptSum
{
    font-weight:600;
}

.orderPackList
{
    margin-top:50px
}

.orderPacktop
{
    justify-content: space-between;
    margin-bottom: 20px;
}

.packTitle
{
    color: #292A2C;
    font-weight: 600;
}
.packName
{
    color: #2B689B;
    font-weight: 600;
    text-align: right;
}

.orderPackOptItem
{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.orderPackOptItem.hidItem
{
    display:none;
}

.orderPackbottom
{
    justify-content: space-between;
    margin-bottom: 16px;
}

.showAllOpts,.hideAllOpts
{
    font-weight: 600;
}

.orderPackItem
{
    margin-bottom: 54px;
}

.orderPackItem:last-child
{
    margin-bottom: 0px;
}

.hideAllOpts
{
    display: none;
}

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

.page-cabinet a.backToPersonal
{
    color:#fff;
    max-width: 340px;
    display: none;
}

.timerBlock  
{
    display: flex;
    align-items:flex-end;
    gap:5px;
}

.timerBlock.minus:before
{
    content:"-";
}

.addrTtip
{
    display: flex;
    align-items: end;
    gap:5px;
}

.orderDescTimer
{
    display: flex;
    align-items:flex-end;
    gap:5px;
    white-space: nowrap;
}

.calculator-box .delivery-calc__result
{
    padding-bottom: 0;
}

.timeWrap.minus:before
{
    content:"-";
    display:inline-block;
}

.delAddrSuccess
{
    display: none;
}

.parcelBlock .address-item__search
{
    margin-bottom: 20px;
}

.address-list__item.searchHid {
    display: none;
}

.address-list__item.searchVis{
    display: flex!important;
}

.sale-box__showall
{
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    gap:10px;
}

.personal-account-info__links_top
{
    display: flex;
    justify-content: space-between;
}

.opt-dop-text
{
    font-style: italic;
    color: #777;    
}

.table-item__text-show-content
{
    margin-top:12px;
    font-weight: 600;
}

.table-item__text-show-content a
{
    color: var(--bg-blue-active);
}

.hiddenContent
{
    display:none;
}

.orderContentItem
{
    padding-bottom: 3px;
    margin-bottom: 15px;
    border-bottom:1px solid #DAE0E3;
    
}

.orderContentItemLine a
{
    color: var(--color-default-dark);
    font-weight: 600;
}

.orderContentItemLine
{
    display:flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 12px;
}

.orderContentItemLine > div:last-child
{
    text-align: right;
    white-space: nowrap;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal__text-box .orderName
{
    padding-left: 7px;
}

.contentBtns
{
    display:flex;
    justify-content: center;
}

.contentBtns button
{
    min-width:150px;
}
@media screen and (max-width: 768px) {

    [data-modal-trigger=order-content] .modal__form .title-body-two {
        font-weight:500;
    }
}



@media screen and (min-width: 1200px) {
    .pack-item__mobile_show
    {
        display: none;
    }
}
.pack-item__mobile_show
{
    border-bottom: none;
    padding-top: 0px;
}   

@media screen and (max-width: 1200px) {
    .pack-item__mobile-bottom
    {
        order:1;
        padding-top: 0;
    }
    .pack-item__text-container.mobile_hide_show
    {
        display: none;
    }
    .pack-item__text-container.mobile_hide_show.vis_item
    {
        display: flex;
    }
    
}

@media (max-width: 61.9988em) {
    .personal-account__link
    {
        display: none;
    }
}

.order_shop_name
{
    display: flex;
    gap: 16px;
    min-height: 22.4px;
}

.order_shop_name.hid
{
    display: none;
}

.order_shop_name_text
{
    margin: 0;
    padding: 0;
}

.order_shop_name_edit
{
    display:none;
    margin: 0;
    padding: 0;
    width:22px;
    height:22px;
    cursor:pointer;
}

.order_shop_name:hover .order_shop_name_edit,
.table__column.active .order_shop_name_edit
{
    display:block;
}

.order_shop_name_change
{
    display: none;
    gap: 16px;
    min-height: 22.4px;
    width:100%;
}

.order_shop_name_change.vis
{
    display: flex;
}    

.modal input[name=shop_name]
{   
    width:100%;
    border:1px solid #C2CCD1;
    padding: 12px 20px;
    border-radius: 3px;
    margin-top: 24px;
}

.order_shop_name_save
{
    margin: 0;
    padding: 0;
    width:22px;
    height:22px;
    cursor:pointer;
}

.saveShopName
{
    width:100%;
}

.successShopNameSave
{
    display:none;
}

@media screen and (max-width: 1200px) {
    .ORDER_ID .order_shop_name_edit,
    .SHOP_NAME .order_shop_name_edit
    {
        display: none!important;
    }

    .table-item__text-box__mob .order_shop_name_text
    {
        font-weight: 600;
    }

    .table-item__text-box__mob .order_shop_name_edit {
        display: block;
    }

}

.fixedOrderWeight
{
    position: fixed;
    z-index: 5;
}

.hidBtns .fixedOrderWeight 
{
    position: relative;
}

@media screen and (max-width: 736px) {

    .page-cabinet .table__column.table__btns.hidBtns {
        display: none;
    }

    .hidBtns .fixedOrderWeight 
    {
        display: none;
    }
    .fixedOrderWeight
    {
        width: calc(100% - 72px);
    }
    .page-cabinet .table__column.table__btns.table__btns
    {
        padding-bottom: 54px;
    }
}

.storeInfo
{
    width:16px;
    height:16px;
}

.tabber-countries__item:hover .storeInfo
{
    background: url('/bitrix/templates/pm2023/assets/css/../img/info.svg');
}

.storeInfoBlock
{
    padding: 17px;
    background: #fff;
    border:1px solid #C2CCD1;
    border-radius: 3px;
    width:323px;
    position: absolute;
    z-index: 10;
    top:54px;
    right:0;
}

.tabber-countries__container-box
{
    position: relative;
}

.storeInfoBlockLine
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.storeInfoBlockLine:last-child
{
    margin-bottom: 0px;
}

.storeInfoBlockVal
{
    font-weight: 600;
}

@media screen and (max-width: 736px) {
    .tabber-countries__item.active .storeInfo
    {
        background: url('/bitrix/templates/pm2023/assets/css/../img/info.svg');
    }
    .storeInfoBlockLine
    {
        margin-bottom: 8px;
    }
}   

[data-modal-trigger=store-info] .modal__form .title-body-two
{
    text-align:left;
}

.address-list__item.adr_disabled
{
    opacity: .5;
}

.arhivedOrder
{
    font-style: italic;
    color: #777;
}

[data-modal-trigger=tracking] h2
{
    margin-bottom: 10px;
}

.tracking-parcel-name
{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 44px;
}

.tracking-item
{
    padding:23px 0 23px 26px;
    position: relative; 
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 140%;
    gap:15px;
}

.tracking-item:first-child
{
    padding-top: 0;
}

.delivered .tracking-item
{
    padding-left:28px;
}

.tracking-item:after
{
    content: "";
    display: block;
    width:16px;
    height:16px;
    background-color: var(--color-default-dark);
    position: absolute;
    top:40px;
    left:0px;
    border-radius: 9px;
}

.tracking-item:first-child:after
{
    top:17px;
}

.delivered .tracking-item:after
{
    left:2px;
}

.delivered .tracking-item:first-child:after
{
    width:20px;
    height:20px;
    background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.25 9.33332V4.66665C12.2498 4.46206 12.1958 4.26112 12.0934 4.084C11.991 3.90687 11.8438 3.75978 11.6667 3.65748L7.58333 1.32415C7.40598 1.22175 7.20479 1.16785 7 1.16785C6.79521 1.16785 6.59402 1.22175 6.41667 1.32415L2.33333 3.65748C2.15615 3.75978 2.00899 3.90687 1.9066 4.084C1.80422 4.26112 1.75021 4.46206 1.75 4.66665V9.33332C1.75021 9.53791 1.80422 9.73884 1.9066 9.91597C2.00899 10.0931 2.15615 10.2402 2.33333 10.3425L6.41667 12.6758C6.59402 12.7782 6.79521 12.8321 7 12.8321C7.20479 12.8321 7.40598 12.7782 7.58333 12.6758L11.6667 10.3425C11.8438 10.2402 11.991 10.0931 12.0934 9.91597C12.1958 9.73884 12.2498 9.53791 12.25 9.33332Z" stroke="%232B689B" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.90625 4.06006L6.99875 7.00589L12.0912 4.06006" stroke="%232B689B" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 12.88V7" stroke="%232B689B" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center;
    background-color: var(--bg-yellow);
    border-radius: 11px;
    left:0px;
}

.tracking-item:before
{
    content: "";
    display: block;
    width:1px;
    height:100%;
    background: var(--color-default-dark);
    position: absolute;
    top:0;
    left:8px;
}
.delivered .tracking-item:before
{
    left:10px;
}

.tracking-item:first-child:before
{
    top:17px;
}

.tracking-item:last-child:before
{
    height:40px;
}

.tracking-item-text
{
    white-space: nowrap;
    overflow: hidden;
}

.tracking-item-text span,
.tracking-item-date span
{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tracking-item-text span:last-child
{
    color:#777
}

.tracking-item-date
{
    text-align: right;
    flex-shrink: 0;
}

.tracking-item-text span:last-child,
.tracking-item-date span:last-child
{
    color:#777
}

[data-modal-trigger=tracking] .modal-success__action 
{
    text-align: center;
}

[data-modal-trigger=tracking] .modal-success__action  .button
{
    min-width: 200px;
}


@media screen and (max-width: 736px) {
    .tracking-parcel-name {
        margin-bottom: 30px;
    }
    .tracking-item
    {
        padding:16px 0 16px 20px;
        flex-direction: column;
        font-size: 13px;
        line-height: 140%;
        gap:0px;
    }

    .tracking-item-date
    {
        text-align: left;
        display: flex;
        gap: 4px;
        color:#777;
    }
    .tracking-item-text span:first-child
    {
        font-size: 16px;
    }
}

.loadDecl .icon_filled
{
    display: none;
}

.loadDecl.filled .icon_filled
{
    display: block;
}

.loadDecl.filled .icon_notfilled
{
    display: none;
}
.stock__filled
{
    width:12px;
    height:12px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="icon_filled"><circle cx="12" cy="12" r="12" fill="%23FFD970"/><path d="M18.5356 6.19538C18.4358 6.23878 16.8516 7.79258 14.0348 10.6094L9.68154 14.9583L7.61126 12.8923C5.69723 10.987 5.51928 10.822 5.33265 10.77C4.93335 10.6658 4.51669 10.8177 4.28232 11.1519C4.10437 11.4036 4.07399 11.8029 4.20854 12.0807C4.2693 12.2109 5.03318 13.0008 6.73888 14.7022C8.69632 16.6553 9.21714 17.1501 9.34735 17.1935C9.61644 17.2803 10.0331 17.2325 10.2284 17.0936C10.3239 17.0329 12.5114 14.8628 15.0894 12.2804C18.9045 8.46097 19.7942 7.54953 19.8376 7.41498C19.868 7.31949 19.881 7.11984 19.8724 6.96794C19.842 6.45579 19.4774 6.12594 18.9522 6.12594C18.8047 6.13028 18.618 6.16066 18.5356 6.19538Z" fill="%232B689B"/></svg>') no-repeat;
    background-size: contain;
    display: none;
}

.orderStatusCell.filled .stock__filled
{
    display: block;
}

.orderStatusCell.filled .stock__active
{
    display: none;
}

.tracking-parcel-data .no-buy
{
    margin-bottom: 30px;
}

.orderStatusCell
{
    position: relative;
}

.orderStatusCell .stock__active
{
    position: absolute;
    left:-13px;
} 

.orderStatusCell.filled .stock__filled
{
    position: absolute;
    left:-17px;
}

.stock__filled .tool-container
{
    width: 300px;
	margin-left:-150px;
    text-align: center;
}

.sberFormWrap .no-buy
{
    margin-bottom: 20px;
}
#order .field-add__content-select, #order .parcel-declaration .field-add__content {
	grid-template-columns:350px 300px 110px 130px auto;
}
.sum-input__box span {
	display:none;
}
#order .field-add__action.remove-input__box {
	margin:0;
}
#order .select2-container {
	width:100%!important;
}


.select-cat__box, .select-cat__box > div {
	height:100%;
}

.select-cat__box {
	max-height:46px; 
}

.select-cat__box .select2, .select-cat__box .selection, .select-cat__box .select2-container .select2-selection--single {
	display:block;
	height:100%;
	max-height:46px;
	box-sizing:border-box;
}
.select-cat__box .select2-container .select2-selection--single {
	border:1px solid var(--border-color);
}
.select-cat__box .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:46px;
	padding:0 40px 0 20px;
}
.select-cat__box .select2-container--default .select2-selection--single .select2-selection__arrow {
	height:100%;
	width:25px;
}
.select-cat__box .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #2B689B transparent transparent transparent;
	left:0;
	margin-left:0;
}
.select-cat__box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #2B689B transparent;
}
.modal .select2-search--dropdown, .page-cabinet__content-select .select2-search--dropdown {
	padding:10px 20px;
}
.form-top__btns {
	margin:0 0 16px;
	column-gap:25px;
}
.form-top__btns a {
	font-weight:600;
	flex-shrink:0;
	color:var(--color-default-dark);
}
.form-actions__btns .modal-form__action {
	margin:0;
	width:100%;
	max-width:350px;
}
.modal-form .form-actions__btns .modal-form__action button {
	max-height:52px;
	padding:16px 30px;
}
.all-price__select {
	text-align:right;
}
.all-price__select span {
	display:block;
}
#order .select2-container--default .select2-selection--single .select2-selection__clear {
	position:absolute;
	right:25px;
	float:none;
	top:0;
	margin:0;
	padding:0;
	width:auto;
}
#order .select2-container--default .select2-search--dropdown .select2-search__field {
	padding:10px 20px 10px 45px;
	border:1px solid var(--border-color);
	border-radius:3px;
	background: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 18.5L10.3 12.2C9.8 12.6 9.225 12.9167 8.575 13.15C7.925 13.3833 7.23333 13.5 6.5 13.5C4.68333 13.5 3.146 12.871 1.888 11.613C0.629333 10.3543 0 8.81667 0 7C0 5.18333 0.629333 3.64567 1.888 2.387C3.146 1.129 4.68333 0.5 6.5 0.5C8.31667 0.5 9.85433 1.129 11.113 2.387C12.371 3.64567 13 5.18333 13 7C13 7.73333 12.8833 8.425 12.65 9.075C12.4167 9.725 12.1 10.3 11.7 10.8L18 17.1L16.6 18.5ZM6.5 11.5C7.75 11.5 8.81267 11.0627 9.688 10.188C10.5627 9.31267 11 8.25 11 7C11 5.75 10.5627 4.68733 9.688 3.812C8.81267 2.93733 7.75 2.5 6.5 2.5C5.25 2.5 4.18733 2.93733 3.312 3.812C2.43733 4.68733 2 5.75 2 7C2 8.25 2.43733 9.31267 3.312 10.188C4.18733 11.0627 5.25 11.5 6.5 11.5Z' fill='%23A9AAAB'/%3E%3C/svg%3E%0A") no-repeat 4% center;
	outline:none!important;
}
#order .select2-container--default .select2-search--dropdown .select2-search__field::placeholder, .page-cabinet__content-select .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
	color:#A9AAAB;
}
#order .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .page-cabinet__content-select .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background:#F0F6F9;
	color:#292A2C;
}
#order .select2-results__option, .page-cabinet__content-select .select2-results__option {
	padding:10px 20px;
}
#order .select2-container--default .select2-results__option--selected, .page-cabinet__content-select .select2-container--default .select2-results__option--selected {
	background:#F0F6F9;
}
#order .select2-dropdown, .page-cabinet__content-select .select2-dropdown {
	border-color:var(--border-color);
}
.modal-form__action .download-btn, .modal-form .download-btn {
	margin:12px 0 0;
	width:100%;
}
.form-actions__btns.flex {
	align-items:flex-start;
}
.page-cabinet__content-select .parcelAddresWrap .parcelBlock {
	max-width:1000px;
}
.page-cabinet__content-select .parcelAddresWrap .parcelBlock .address-item__search {
	max-width:calc(100% / 2 - 11px);
}
.page-cabinet__content-select .parcelBlock, .page-cabinet__content-select .parcel-declaration {
	max-width:1000px;
}
.page-cabinet__content-select .parcelOrdersBlock.parcelOrdersBlock-list {
	margin:50px 0 0;
	max-width:1000px;
}
.page-cabinet .page-cabinet__content-select .parcelOrdersBlock.parcelOrdersBlock-list h3 {
	color:#3F3F3F;
}
.page-cabinet .page-cabinet__content-select .parcelOrdersBlock__box {
	box-shadow:none;
	padding:0;
}
.items-list__shops-element {
	margin:0;
	column-gap:20px;
	justify-content:space-between;
}
.items-list__shops-element:not(:last-child) {
	padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #DAE0E3;
}
.page-cabinet__content-select .dec-info {
	font-size:15px;
}
.page-cabinet__content-select .dec-info a {
	font-weight:600;
}
.all-price__box-select {
	text-align:left;
	font-weight:600;
}
.field-top__box-action {
	margin:0 0 15px;
}
@media screen and (max-width:800px) {
#order .field-add__content {
    display: flex;
    flex-wrap: wrap;
}
.ui-input__price, .ui-input__num {
    width: 100%;
    max-width: 140px;
}
}
@media screen and (max-width: 736px) {
.form-top__btns {
	flex-flow:column;
	row-gap:8px;
	align-items:flex-start;
	margin:0 0 30px;
}
.form-top__btns a {
	order:-1;
	font-size:16px;
}
#order .field-add__content-select {
	padding:0 0 25px;
	border-bottom:1px dashed var(--border-color);
}
.form-actions__btns .modal-form__action {
	order:2;
}
.all-price__select {
	text-align:left;
	font-size:16px;
	padding:0 0 25px;
	border-bottom:1px dashed var(--border-color);
}
.all-price__select span {
	display:inline;
}
.select-cat__box .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding:0 40px 0 15px;
}
.page-cabinet__content-select .parcelAddresWrap .parcelBlock .address-item__search {
	max-width:none;
}
}

.select-cat__box .error .select2-container .select2-selection--single,
.select-cat__box.error .select2-container .select2-selection--single {
	border: 1px solid #F57272;
}

@media screen and (min-width: 800px) {
    .modal .select-cat__box, .select-cat__box > div {
        max-height: 46px;
    } 
}

.decBotBtns .all-price__box-select
{
    text-align: right;
}

.parcel-declaration .decBotBtns .field-add__btn
{
    height:auto;
}

#order .parcel-declaration .field-add__content {
    grid-template-columns: 350px auto 110px 130px 24px;
}



@media screen and (max-width: 600px) {
    .form-actions__btns.decBotBtns {
        flex-flow: row;
        row-gap: 0px;
    }
}

@media screen and (max-width: 400px) {
    .form-actions__btns.decBotBtns {
        flex-flow: column;
        row-gap: 30px;
    }

    .decBotBtns .all-price__box-select
    {
        text-align: left;
    }
}

.modal-form .all-price__box.all-price__select span
{
    display: inline-block;
}

.all-price__box.all-price__box_toleft
{
    text-align: left;
    margin-top: 20px;
}


#order .parcel-declaration.parcel-declaration-kz .field-add__content,
#order .kzdecl .field-add__content-select
{
    grid-template-columns: auto 110px 130px 24px;
}

#order .parcel-declaration.parcel-declaration-kz .select-cat__box,
#order .kzdecl .select-cat__box
{
    display: none;
}

.page-cabinet a.downloadCheckBtn
{
    width: fit-content;
    color:#fff;
}

.system-sub__flex
{
    display: flex;
    justify-content: space-between;
}

.page-cabinet a.btn-crypt
{
    color: #fff;
}

.sdekLabel
{
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
}

.address-list__item .spec-tarif-cb input 
{
    display:block;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.flex.del-text
{
    align-items: end;
    
}

.spec-tarif-cb
{
    font-size: 16px;
    font-weight: 600;
    color: #292A2C;
    display: flex;
    align-items: center;
    gap:12px;
}

.spec-tarif-cb .checkmark {
    position: relative;
    height: 22px;
    display: block;
    width: 22px;
    background-color: #fff;
    border: 1px solid #C2CCD1;
    border-radius: 2px;
}
.spec-tarif-cb .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    width: 18px;
    height: 12px;
    border: 0;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -9px;
    transform: none;
    background: url('data:image/svg+xml,<svg viewBox="0 0 18 12" id="check" xmlns="http://www.w3.org/2000/svg"><path fill="%230e406a" d="M16.547.075c-.108.047-1.819 1.725-4.861 4.767L6.984 9.54 4.748 7.308C2.681 5.25 2.49 5.072 2.288 5.016a1.055 1.055 0 0 0-1.135.412 1.06 1.06 0 0 0-.08 1.003c.066.14.891.994 2.733 2.832 2.114 2.109 2.677 2.643 2.817 2.69.291.094.741.042.952-.108.103-.065 2.466-2.409 5.25-5.198 4.12-4.125 5.081-5.11 5.128-5.255a1.67 1.67 0 0 0 .038-.483C17.958.356 17.564 0 16.997 0a1.57 1.57 0 0 0-.45.075z"/></svg>');
}


.spec-tarif-cb  input:checked ~ .checkmark::after {
    display: block;
}

.delivery-ways .address-list__item-price
{
    font-size: 16px;
    font-weight: 600;
  
}

.notAvailBtnWrap
{
    position: relative;
}
@media screen and (max-width: 736px) {
    .notAvailBtnWrap
    {
        margin-bottom: 15px;
    }
}

.notAvailBtn
{
    border-radius: 5px;
    border: 1px solid var(--border-color);
    background: var(--bg-white);
    padding: 13px 23px;
    display: block;
    text-align: center;
    opacity: .5;
    position: relative;
} 

.tempUnavail
{
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    width: 100%;
    text-align: center;;
}

#order .parcel-declaration-cargolite .field-add__content {
    grid-template-columns: auto 110px 130px 24px;
}

.parcel-declaration-cargolite .remove-button {
    padding-left: 0;
    padding-right: 0;
}

.parcel-declaration-cargolite .ui-input input {
    width: 100%;
}

.parcel-declaration-cargolite .decBotBtns .field-add__btn {
    height: auto;
    width: 100%;
}

.parcel-declaration-cargolite {
    max-width: 1000px;
    margin: 50px 0 0;
    display: none;
}

.parcel-declaration-cargolite h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #3F3F3F;
    margin: 0 0 25px;
    font-family: var(--font-family);
}

.visalogo
{
    display: inline-block;
    height:19px;
    width:52px;
    background: url(/bitrix/templates/pm2023/assets/css/../img/visa_logo.png) no-repeat;
    background-size: contain;
}


.mcardlogo
{
    display: inline-block;
    height:40px;
    width:52px;
    background: url(/bitrix/templates/pm2023/assets/css/../img/mcard_logo.png) no-repeat;
    background-size: contain;
}

.cardLogos
{
    display:flex;
    gap:10px;
    align-items: center;
    margin-top: 5px;
}

.checkAdrError
{
    color:#f13f58;
    font-size: 14px;
}

.modal-form input.fcbs
{
    display: inline-block;
    margin-right: 10px;
    width:auto
}

.parcelError.error-txt
{
    margin-bottom: 10px;
}


/* End */


/* Start:/bitrix/templates/pm2023/assets/css/select2.min.css?171559380216264*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */
/* /bitrix/templates/pm2023/assets/css/main.css?171559650957094 */
/* /bitrix/templates/pm2023/assets/css/custom.css?174781020246465 */
/* /bitrix/templates/pm2023/assets/css/select2.min.css?171559380216264 */
