

/* 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/login.css?167891444440536*/
@charset "UTF-8";

html {
	/*min-width: 1400px;*/
	min-width: 100%;
}

.title-body-one {
	margin-bottom: 40px;
	color: var(--color-default-dark);
	font-family: var(--font-family-two);
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 135%;
}

.title-body-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	color: var(--color-primary);
	font-family: var(--font-family-two);
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 140%;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.title-body-two .icon {
	width: 21px;
	height: 21px;
	margin-right: 7px;
	fill: var(--color-default-dark);
}

.description-body {
	max-width: 591px;
	margin-bottom: 30px;
	color: var(--color-primary);
	font-family: var(--font-family-two);
	font-size: 1rem;
	font-weight: 400;
	line-height: 140%;
}

.--offset-top {
	margin-top: 50px;
}

.page-login {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: var(--font-family);
}

.page-login__container {
	display: grid;
	align-items: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	gap: 30px;
	grid-template-columns: 1fr;
}

.page-login__sidebar {
	height: 100%;
	padding: 30px 0;
	border: 1px solid #c2ccd1;
	border-radius: 6px;
	background-color: var(--color-light);
}

.page-login__body {
	overflow: hidden;
	padding: 30px;
	border: 1px solid #c2ccd1;
	border-radius: 6px;
	background-color: var(--color-light);
}

.page-login .button {
	min-width: 195px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.sidebar {
	font-family: var(--font-family-two);
}

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

.sidebar__btn {
	display: grid;
	justify-content: start;
	align-items: center;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	border: none;
	background-color: transparent;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 140%;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-ms-flex-align: center;
	-ms-flex-pack: start;
	gap: 10px;
	grid-auto-flow: column;
}

.sidebar__btn.active {
	padding-right: 55px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6125 1.98526L8.69484 8.92349C8.61249 9.00585 8.52327 9.06404 8.42719 9.09808C8.33112 9.13267 8.22818 9.14996 8.11837 9.14996C8.00857 9.14996 7.90563 9.13267 7.80955 9.09808C7.71347 9.06404 7.62425 9.00585 7.5419 8.92349L0.603665 1.98526C0.411508 1.7931 0.31543 1.55291 0.31543 1.26467C0.31543 0.976435 0.418371 0.729376 0.624253 0.523494C0.830136 0.317612 1.07033 0.21467 1.34484 0.21467C1.61935 0.21467 1.85955 0.317612 2.06543 0.523494L8.11837 6.57643L14.1713 0.523494C14.3635 0.331337 14.6001 0.235258 14.8812 0.235258C15.1628 0.235258 15.4066 0.3382 15.6125 0.544082C15.8184 0.749964 15.9213 0.99016 15.9213 1.26467C15.9213 1.53918 15.8184 1.77938 15.6125 1.98526Z' fill='%232B689B'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 30px center;
	background-size: 16px 10px;
}

.sidebar__btn.active .icon {
	fill: var(--color-default-dark);
}

.sidebar__btn.active .sidebar__counter {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
}

.sidebar__btn .icon {
	width: 20px;
	height: 20px;
}

.sidebar__counter {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 31px;
	min-height: 31px;
	padding: 5px 4px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color: #0e406a;
	border-radius: 20px;
	background-color: #ffd970;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 140%;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.sidebar__content {
	padding-top: 20px;
}

.submenu-list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 20px 12px 59px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	color: #777;
	border-right: 3px solid transparent;
	font-size: 1rem;
	font-weight: 500;
	line-height: 140%;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
}

.submenu-list__item a:hover {
	color: var(--color-primary);
	border-color: var(--color-default-dark);
	background-color: #f0f6f9;
}

.submenu-list__item a span {
	margin-left: 20px;
}

.submenu-list__item.current a {
	color: var(--color-primary);
	border-right: 3px solid var(--color-default-dark);
	background-color: #f0f6f9;
	font-weight: 600;
}

.form {
	font-family: var(--font-family-two);
}

.form__fieldset {
	display: grid;
	gap: 15px;
	grid-template-columns: 1fr;
	justify-items: start;
}

.form__subtitle {
	max-width: 328px;
	margin-top: 50px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 140%;
}

.form__info {
	margin-bottom: 30px;
}

.form__action {
	display: grid;
	justify-content: start;
	margin-top: 30px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	gap: 20px;
	grid-auto-flow: column;
	grid-template-columns: auto;
}

.form__action .button {
	min-width: 195px;
	padding-right: 18px;
	padding-left: 18px;
	font-family: var(--font-family);
}

.info-block {
	padding: 20px;
	border-radius: 5px;
	background-color: #fff4d4;
	font-size: 1rem;
	font-weight: 400;
	line-height: 140%;
}

.print-list {
	margin-top: 25px;
	font-family: var(--font-family-two);
}

.print-list__item:not(:first-child) {
	margin-top: 25px;
}

.print-list__title {
	font-size: 1rem;
	font-weight: 400;
	line-height: 140%;
}

.print-list__title .ico-status {
	margin-right: 5px;
}

.print-list__action {
	margin-top: 10px;
}

.print-list__action .button {
	margin-right: 10px;
}

.ui-input {
	font-family: var(--font-family-two);
}

.ui-input__title {
	display: block;
	margin-bottom: 8px;
	color: var(--color-primary);
	font-size: 1rem;
	font-weight: 400;
	line-height: 140%;
}

.ui-input__type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ui-input__type .button {
	margin-left: 20px;
	border-radius: 3px;
}

.ui-input__status {
	align-self: center;
	max-width: 230px;
	padding-left: 25px;
	color: #a9aaab;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 140%;
	-ms-flex-item-align: center;
}

.ui-input input {
	width: 280px;
	min-height: 46px;
	padding: 12px 20px;
	border: 1px solid #c2ccd1;
	border-radius: 3px;
	background-color: #fff;
	font-size: 1rem;
}

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

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

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

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

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

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

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

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

.ui-input input[disabled] {
	background-color: #fafafa;
}

.ui-input--order {
	margin-top: 15px;
}

.ui-input--search input {
	padding-left: 50px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 18L10.3 11.7C9.8 12.1 9.225 12.4167 8.575 12.65C7.925 12.8833 7.23333 13 6.5 13C4.68333 13 3.146 12.371 1.888 11.113C0.629333 9.85433 0 8.31667 0 6.5C0 4.68333 0.629333 3.14567 1.888 1.887C3.146 0.629 4.68333 0 6.5 0C8.31667 0 9.85433 0.629 11.113 1.887C12.371 3.14567 13 4.68333 13 6.5C13 7.23333 12.8833 7.925 12.65 8.575C12.4167 9.225 12.1 9.8 11.7 10.3L18 16.6L16.6 18ZM6.5 11C7.75 11 8.81267 10.5627 9.688 9.688C10.5627 8.81267 11 7.75 11 6.5C11 5.25 10.5627 4.18733 9.688 3.312C8.81267 2.43733 7.75 2 6.5 2C5.25 2 4.18733 2.43733 3.312 3.312C2.43733 4.18733 2 5.25 2 6.5C2 7.75 2.43733 8.81267 3.312 9.688C4.18733 10.5627 5.25 11 6.5 11Z' fill='%23A9AAAB'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 18px;
}

.link-down {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	border: none;
	background-color: transparent;
	font-size: 1rem;
	font-weight: 500;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.link-down .icon {
	width: 13px;
	height: 18px;
	margin-left: 13px;
	-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;
	fill: #2b689b;
}

.upload-files {
	max-width: 201px;
}

.upload-files input[type="file"] {
	position: absolute;
	visibility: hidden;
}

.upload-files__label {
	display: block;
}

.upload-files__list {
	list-style: none;
	counter-reset: item;
}

.upload-files__btn {
	width: 100%;
	color: var(--color-primary);
}

.upload-files__btn .icon {
	width: 22px;
	height: 22px;
	margin-right: 10px;
	fill: #3d7fb7;
}

.upload-files__btn:hover {
	color: var(--color-default-dark);
	background-color: #fff;
}

.upload-files--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 400;
	line-height: 140%;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.upload-files--item:not(:first-child) {
	margin-top: 25px;
}

.upload-files--item::before {
	padding-right: 10px;
	content: counter(item) ".";
	counter-increment: item;
}

.upload-files--name {
	overflow: hidden;
	max-width: 145px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.upload-files--delete {
	width: 15px;
	height: 15px;
	margin-left: auto;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.31157 0.0585768C4.91899 0.199202 4.61723 0.503889 4.47954 0.902327C4.43559 1.02537 4.42387 1.14549 4.42387 1.41209V1.7578H3.19926C2.05962 1.7578 1.96001 1.76073 1.80766 1.81346C1.50297 1.91893 1.25395 2.12108 1.07231 2.41112C0.832076 2.79783 0.855513 3.43065 1.12797 3.83201C1.24809 4.0078 1.51176 4.22752 1.68462 4.29491L1.8018 4.33885L2.19438 9.06444C2.40825 11.666 2.59575 13.8574 2.6104 13.9336C2.69536 14.3994 3.07329 14.8154 3.54204 14.959C3.74419 15.0205 11.2559 15.0205 11.4581 14.959C11.6719 14.8945 11.8155 14.8096 11.9942 14.6484C12.1758 14.4785 12.3457 14.1767 12.3897 13.9365C12.4043 13.8574 12.5918 11.666 12.8057 9.06737L13.1983 4.33885L13.3155 4.29491C13.4883 4.22752 13.752 4.0078 13.8721 3.83201C14.1446 3.43065 14.168 2.79783 13.9278 2.41112C13.7461 2.12108 13.4971 1.91893 13.1924 1.81346C13.0401 1.76073 12.9405 1.7578 11.8008 1.7578H10.5762V1.41209C10.5762 1.14549 10.5645 1.02537 10.5206 0.902327C10.3829 0.49803 10.0782 0.193342 9.6768 0.0556471C9.5186 0.00291277 9.41899 -1.69185e-05 7.48833 0.00291277C5.59282 0.00291277 5.45512 0.00877215 5.31157 0.0585768ZM9.45708 0.952132C9.62114 1.05174 9.67387 1.17186 9.69145 1.4824L9.7061 1.7578H5.29399L5.30864 1.4824C5.32915 1.11033 5.41704 0.96678 5.66899 0.905257C5.71879 0.893538 6.5684 0.884749 7.55864 0.887678C9.30473 0.893538 9.36333 0.896467 9.45708 0.952132ZM12.9786 2.7158C13.1133 2.79783 13.1836 2.92381 13.1836 3.07615C13.1836 3.2285 13.1133 3.35448 12.9786 3.43651L12.876 3.50096H7.50004C2.1768 3.50096 2.12407 3.50096 2.02739 3.44237C1.6934 3.24022 1.76958 2.75682 2.15044 2.66307C2.20024 2.65135 4.63481 2.64549 7.55864 2.64549L12.876 2.65135L12.9786 2.7158ZM12.2754 4.41502C12.2754 4.42967 12.1026 6.53319 11.8916 9.09666C11.587 12.7881 11.4991 13.7754 11.461 13.8545C11.3995 13.9805 11.2969 14.0566 11.1446 14.0918C10.9922 14.1269 4.00786 14.1269 3.85551 14.0918C3.70317 14.0566 3.60063 13.9805 3.53911 13.8545C3.50102 13.7754 3.41313 12.7881 3.10844 9.09666C2.89751 6.53319 2.72465 4.42967 2.72465 4.41502C2.72465 4.4033 4.87504 4.39451 7.50004 4.39451C10.128 4.39451 12.2754 4.4033 12.2754 4.41502Z' fill='%232B689B'/%3E%3Cpath d='M4.61723 5.32908C4.46489 5.42869 4.42387 5.5283 4.42387 5.78611C4.42387 5.91502 4.52348 7.57908 4.64067 9.48338C4.87797 13.2861 4.85161 13.0576 5.05669 13.1865C5.18852 13.2656 5.43169 13.2627 5.55473 13.1777C5.70415 13.0752 5.74223 12.9844 5.74223 12.7236C5.74223 12.5976 5.64262 10.9365 5.52544 9.02928C5.3145 5.63084 5.30864 5.56346 5.24126 5.46678C5.20317 5.41111 5.13872 5.34666 5.09477 5.32029C4.98344 5.25291 4.72563 5.25877 4.61723 5.32908Z' fill='%232B689B'/%3E%3Cpath d='M7.25395 5.32908C7.21001 5.35838 7.14555 5.42283 7.11626 5.46678C7.06352 5.54881 7.06059 5.67772 7.06059 9.25779C7.06059 12.8379 7.06352 12.9668 7.11626 13.0488C7.20708 13.1836 7.3184 13.2422 7.50005 13.2422C7.68169 13.2422 7.79301 13.1836 7.88383 13.0488C7.93657 12.9668 7.9395 12.8379 7.9395 9.25779C7.9395 5.67772 7.93657 5.54881 7.88383 5.46678C7.79301 5.33201 7.68169 5.27342 7.50005 5.27342C7.39165 5.27342 7.31255 5.291 7.25395 5.32908Z' fill='%232B689B'/%3E%3Cpath d='M9.89067 5.32908C9.68559 5.46385 9.71196 5.22069 9.47465 9.03221C9.35747 10.9365 9.25786 12.6006 9.25786 12.7295C9.25786 12.9873 9.29887 13.0869 9.45122 13.1865C9.56547 13.2627 9.82036 13.2627 9.9434 13.1865C10.1485 13.0576 10.1221 13.2861 10.3594 9.48338C10.4766 7.57908 10.5762 5.91502 10.5762 5.78611C10.5762 5.5283 10.5352 5.42869 10.3829 5.32908C10.2657 5.25291 10.0049 5.25291 9.89067 5.32908Z' fill='%232B689B'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
}

.upload-files--delete:hover {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.31157 0.0585768C4.91899 0.199202 4.61723 0.503889 4.47954 0.902327C4.43559 1.02537 4.42387 1.14549 4.42387 1.41209V1.7578H3.19926C2.05962 1.7578 1.96001 1.76073 1.80766 1.81346C1.50297 1.91893 1.25395 2.12108 1.07231 2.41112C0.832076 2.79783 0.855513 3.43065 1.12797 3.83201C1.24809 4.0078 1.51176 4.22752 1.68462 4.29491L1.8018 4.33885L2.19438 9.06444C2.40825 11.666 2.59575 13.8574 2.6104 13.9336C2.69536 14.3994 3.07329 14.8154 3.54204 14.959C3.74419 15.0205 11.2559 15.0205 11.4581 14.959C11.6719 14.8945 11.8155 14.8096 11.9942 14.6484C12.1758 14.4785 12.3457 14.1767 12.3897 13.9365C12.4043 13.8574 12.5918 11.666 12.8057 9.06737L13.1983 4.33885L13.3155 4.29491C13.4883 4.22752 13.752 4.0078 13.8721 3.83201C14.1446 3.43065 14.168 2.79783 13.9278 2.41112C13.7461 2.12108 13.4971 1.91893 13.1924 1.81346C13.0401 1.76073 12.9405 1.7578 11.8008 1.7578H10.5762V1.41209C10.5762 1.14549 10.5645 1.02537 10.5206 0.902327C10.3829 0.49803 10.0782 0.193342 9.6768 0.0556471C9.5186 0.00291277 9.41899 -1.69185e-05 7.48833 0.00291277C5.59282 0.00291277 5.45512 0.00877215 5.31157 0.0585768ZM9.45708 0.952132C9.62114 1.05174 9.67387 1.17186 9.69145 1.4824L9.7061 1.7578H5.29399L5.30864 1.4824C5.32915 1.11033 5.41704 0.96678 5.66899 0.905257C5.71879 0.893538 6.5684 0.884749 7.55864 0.887678C9.30473 0.893538 9.36333 0.896467 9.45708 0.952132ZM12.9786 2.7158C13.1133 2.79783 13.1836 2.92381 13.1836 3.07615C13.1836 3.2285 13.1133 3.35448 12.9786 3.43651L12.876 3.50096H7.50004C2.1768 3.50096 2.12407 3.50096 2.02739 3.44237C1.6934 3.24022 1.76958 2.75682 2.15044 2.66307C2.20024 2.65135 4.63481 2.64549 7.55864 2.64549L12.876 2.65135L12.9786 2.7158ZM12.2754 4.41502C12.2754 4.42967 12.1026 6.53319 11.8916 9.09666C11.587 12.7881 11.4991 13.7754 11.461 13.8545C11.3995 13.9805 11.2969 14.0566 11.1446 14.0918C10.9922 14.1269 4.00786 14.1269 3.85551 14.0918C3.70317 14.0566 3.60063 13.9805 3.53911 13.8545C3.50102 13.7754 3.41313 12.7881 3.10844 9.09666C2.89751 6.53319 2.72465 4.42967 2.72465 4.41502C2.72465 4.4033 4.87504 4.39451 7.50004 4.39451C10.128 4.39451 12.2754 4.4033 12.2754 4.41502Z' fill='%233D7FB7'/%3E%3Cpath d='M4.61723 5.32908C4.46489 5.42869 4.42387 5.5283 4.42387 5.78611C4.42387 5.91502 4.52348 7.57908 4.64067 9.48338C4.87797 13.2861 4.85161 13.0576 5.05669 13.1865C5.18852 13.2656 5.43169 13.2627 5.55473 13.1777C5.70415 13.0752 5.74223 12.9844 5.74223 12.7236C5.74223 12.5976 5.64262 10.9365 5.52544 9.02928C5.3145 5.63084 5.30864 5.56346 5.24126 5.46678C5.20317 5.41111 5.13872 5.34666 5.09477 5.32029C4.98344 5.25291 4.72563 5.25877 4.61723 5.32908Z' fill='%233D7FB7'/%3E%3Cpath d='M7.25395 5.32908C7.21001 5.35838 7.14555 5.42283 7.11626 5.46678C7.06352 5.54881 7.06059 5.67772 7.06059 9.25779C7.06059 12.8379 7.06352 12.9668 7.11626 13.0488C7.20708 13.1836 7.3184 13.2422 7.50005 13.2422C7.68169 13.2422 7.79301 13.1836 7.88383 13.0488C7.93657 12.9668 7.9395 12.8379 7.9395 9.25779C7.9395 5.67772 7.93657 5.54881 7.88383 5.46678C7.79301 5.33201 7.68169 5.27342 7.50005 5.27342C7.39165 5.27342 7.31255 5.291 7.25395 5.32908Z' fill='%233D7FB7'/%3E%3Cpath d='M9.89067 5.32908C9.68559 5.46385 9.71196 5.22069 9.47465 9.03221C9.35747 10.9365 9.25786 12.6006 9.25786 12.7295C9.25786 12.9873 9.29887 13.0869 9.45122 13.1865C9.56547 13.2627 9.82036 13.2627 9.9434 13.1865C10.1485 13.0576 10.1221 13.2861 10.3594 9.48338C10.4766 7.57908 10.5762 5.91502 10.5762 5.78611C10.5762 5.5283 10.5352 5.42869 10.3829 5.32908C10.2657 5.25291 10.0049 5.25291 9.89067 5.32908Z' fill='%233D7FB7'/%3E%3C/svg%3E");
}

.upload-files.active .upload-files__list {
	margin-bottom: 25px;
}

.custom-textarea {
	position: relative;
	overflow: auto;
	width: 100%;
	max-height: 247px;
	counter-reset: matches;
	border: 1px solid #c2ccd1;
	border-radius: 5px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

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

.custom-textarea__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.custom-textarea__lines {
	z-index: 2;
	overflow: hidden;
	padding: 20px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #777;
	border: none;
	outline: none;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}

.custom-textarea__editor {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 20px 20px 20px 0;
	resize: none;
	white-space: pre-wrap;
	border: none;
	outline: none;
	background-color: white;
	font-family: var(--font-family-two);
	font-size: 1rem;
	line-height: 1.6;
}

.custom-textarea__editor:focus {
	color: black;
}

.custom-textarea--number {
	display: block;
	padding-right: 25px;
	padding-left: 20px;
	text-align: center;
	color: #808080;
	font-size: inherit;
	line-height: inherit;
}

.custom-textarea--number::before {
	content: counter(matches);
	counter-increment: matches;
	font-family: var(--font-family-two);
}

.simplebar-track.simplebar-vertical {
	top: 0;
	right: 6px;
	width: 4px;
	margin: 6px 0;
	border-radius: 2px;
	background-color: #e6e6e6;
}

.simplebar-scrollbar {
	width: 4px;
	border-radius: 2px;
	background-color: #2b689b;
}

.form-answer__status {
	margin-top: 30px;
}

.form-answer__table {
	margin-top: 50px;
}

.form-answer__action {
	margin-top: 30px;
}

.form-answer__action .button {
	margin-right: 20px;
}

.form-answer__list {
	margin-top: 30px;
}

.form-answer__fieldset {
	display: grid;
	margin-top: 30px;
	gap: 15px;
	grid-template-columns: 1fr;
	justify-items: start;
}

.status-error {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-family: var(--font-family-two);
	font-size: 1rem;
	font-weight: 400;
	line-height: 140%;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.status-error .icon {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	fill: #e46060;
}

.status-success {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-family: var(--font-family-two);
	font-size: 1rem;
	font-weight: 400;
	line-height: 140%;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.status-success .icon {
	width: 17px;
	height: 12px;
	margin-right: 8px;
	fill: #0e406a;
}

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

.table__header {
	display: grid;
	padding-bottom: 20px;
	border-bottom: 1px solid #dae0e3;
	font-weight: 600;
	gap: 0;
	grid-auto-flow: column;
	grid-template-columns: repeat(var(--column), 1fr);
}

.table__cell:not(:first-child) {
	padding-left: 20px;
}

.table__cell a {
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
	color: var(--color-default-dark);
	font-weight: 600;
}

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

.table__cell .print-success {
	color: var(--color-default);
}

.table__item {
	border-bottom: 1px solid #dae0e3;
}

.table__column {
	display: grid;
	padding-top: 20px;
	padding-bottom: 20px;
	gap: 0;
	grid-auto-flow: column;
	grid-template-columns: repeat(var(--column), 1fr);
}

.table__column[data-spoller],
.table__column[data-modal] {
	position: relative;
	cursor: pointer;
}

.table__column[data-spoller]:not(.active):hover,
.table__column[data-modal]:not(.active):hover {
	margin: -1px 0;
	border-top: 1px solid #dae0e3;
	border-bottom: 1px solid #dae0e3;
	background-color: #f0f6f9;
}

.table__column[data-spoller]:not(.active):hover::after,
.table__column[data-spoller]:not(.active):hover::before,
.table__column[data-modal]:not(.active):hover::after,
.table__column[data-modal]:not(.active):hover::before {
	position: absolute;
	top: -1px;
	width: 100%;
	height: calc(100% + 2px);
	content: "";
	border-top: 1px solid #dae0e3;
	border-bottom: 1px solid #dae0e3;
	background-color: #f0f6f9;
}

.table__column[data-spoller]:not(.active):hover::after,
.table__column[data-modal]:not(.active):hover::after {
	left: 100%;
}

.table__column[data-spoller]:not(.active):hover::before,
.table__column[data-modal]:not(.active):hover::before {
	right: 100%;
}

.table__column.active {
	font-weight: 600;
}

.table__column.active .link-down {
	font-size: 0;
}

.table__column.active .link-down::before {
	content: "Свернуть";
	font-size: 1rem;
	font-weight: 600;
}

.table__column.active .link-down .icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.table__body {
	font-weight: 400;
}

.table__hidden {
	padding-top: 20px;
	padding-bottom: 20px;
}

.table--right .table__cell:last-child {
	text-align: right;
	justify-self: end;
}

.form-upload {
	font-family: var(--font-family);
}

.form-upload__title {
	margin-bottom: 15px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 140%;
}

.form-upload__description {
	max-width: 404px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 140%;
}

.form-upload__upload {
	margin-top: 30px;
}

.form-upload__action {
	margin-top: 10px;
}

.modal-form input,
.modal-form button {
	width: 100%;
	min-height: 100%;
	max-height: 46px;
}

.modal-form__fieldset {
	display: grid;
	padding-bottom: 30px;
	border-bottom: 1px solid #c2ccd1;
	gap: 20px;
	grid-template-columns: 1fr;
}

.modal-form__inputs {
	display: grid;
	margin-top: 30px;
	margin-bottom: 30px;
	gap: 20px;
	grid-template-columns: 1fr;
}

.modal-form__list {
	padding-bottom: 30px;
	border-bottom: 1px solid #c2ccd1;
}

.modal-form__add {
	margin-top: 30px;
}

.modal-form__action {
	margin-top: 30px;
}

.modal-form__action--group {
	display: grid;
	margin-bottom: 14px;
	gap: 13px;
	grid-auto-flow: column;
}

.field-add__content {
	display: grid;
	align-items: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	gap: 15px;
	grid-template-columns: 135px 186px auto;
}

.field-add__item:not(:first-child) {
	margin-top: 30px;
}

.field-add__item .status-success {
	margin-top: 12px;
}

.field-add__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	margin-top: 30px;
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
	color: var(--color-default-dark);
	border: none;
	background-color: transparent;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

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

.field-add__btn .icon {
	width: 17px;
	height: 17px;
	margin-right: 10px;
	fill: currentColor;
}

.answer-list {
	display: inline-grid;
	gap: 15px;
}

.answer-list__item {
	display: grid;
	font-size: 1rem;
	line-height: 140%;
	gap: 15px 11px;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, 1fr);
}

.answer-list__title {
	font-weight: 400;
}

.answer-list__value {
	font-weight: 600;
}

@media (min-width: 61.99875em) {
	.page-login__container {
		grid-template-columns: 300px 1fr;
	}
}
@media (max-width: 768px) {
	html {
		min-width: 100%;
	}
	
	.personal-account__link {
		display: none;
	}
	.header__login {
		display: none;
	}
	
	.page-login__sidebar {
		position: fixed;
		top: 0;
		padding-top: 93px;
		left: auto;
		right: -100%;
		width: calc(100% - 20px);
		height: 100%;
		z-index: 10;
		background: #FFFFFF;
		transition: linear .2s;
		border-left: 1px solid #C2CCD1;
		border-top: 0;
		border-radius: 0;
		box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
		display: flex;
		flex-direction: column;
	}
	.mob-accLink {
		margin-top: auto;
		padding-left: 30px;
		font-weight: 500;
		font-size: 16px;
	}
	
	.page-login__body {
		width: 100%;
		padding: 20px;
	}
	
	.title-body-one {
		margin-bottom: 30px;
	}
	.form__action {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.upload-files {
		max-width: 100%;
	}
	.button {
		width: 100%;
	}	
	.form__fieldset {
		gap: 20px;
	}
	.ui-input__title {
		font-size: 15px;
	}
	
	.ui-input {
		width: 100%;
	}
	.ui-input input {
		width: 100%;
		font-size: 15px;
	}
	.ui-input__status {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
		margin-top: 3px;
		font-size: 15px;
		line-height: 140%;
	}
	.ui-input--search input {
		width: 100%;
	}
	.ui-input__type {
		flex-direction: column;
	}
	.form__action {
		margin-top: 20px;
	}
	.form__action .button {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		font-size: 15px;
	}
}
.table__mob {
	display: none;
}
.table__mob-width {
	width: 100%;
}
.table__cell {
	position: relative;
}

/*checkbox*/
/* Customize the label (the container) */
.table__cell-label {
  display: block;
  position: relative;
  margin-right: 12px;
  width: auto;
	height: auto;
	padding-left: 0;
	margin-bottom: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.table__cell-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.table__cell-label .checkmark {
  position: relative;
  height: 22px;
  display: block;
  width: 22px;
  background-color: #fff;
  border: 1px solid #C2CCD1;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color
.table__cell-label:hover input ~ .checkmark {
  background-color: #ccc;
}
 */
/* When the checkbox is checked, add a blue background */
.table__cell-label input:checked ~ .checkmark {
  border-color: #2B689B;
}

/* Create the checkmark/indicator (hidden when not checked) */
.table__cell-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.table__cell-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.table__cell-label .checkmark:after {
  left: 7px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid #2B689B;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table__cell-check {
	display: flex;
	align-items: center;
}

/*pagination*/
.pagination-wrap {
	margin-top: 25px;
}
.pagination-wrap, .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-weight: 600;
	font-size: 16px;
	border-radius: 2px;
	color: #8B8E8F;
	transition: linear .2s;
}
.pagination li a:hover {
	color: #2B689B;
}
.pagination li a.active {
	background: #F0F6F9;
	color: #2B689B;
}
.pagination >*:not(:last-child) {
	margin-right: 5px;
}
/*pagination*/

/*заполнение упаковочного листа попап*/
.modal-container--big {
		width: 1017px;
	}
	.modal__form .modal__form-title {
		text-align: left;
		font-weight: 600;
		font-size: 18px;
	}
	.modal__form-tableWrap {
		display: flex;
	}
	.modal__form-tableWrap >*:not(:last-child) {
		margin-right: 32px;
	}
	.modal__form-guid {
		margin-bottom: 30px;
		background: #FFF4D4;
		border-radius: 5px;
		min-height: 84px;
		padding: 20px 20px;
	}
	.modal-form-scan {
		flex: 1;
		margin-top: 35px;
	}
	.modal__form-guid .text {
		color: #292A2C;
		line-height: 140%;
	}
	.modal__form-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin-bottom: 30px;
	}

	.modal__form-info >*:not(:last-child) {
		margin-bottom: 15px;
	}

	.modal__form-info .modal__form-info--text {
		font-weight: 400;
		font-size: 16px;
		color: #292A2C;
	}
	.modal__form-table {
		margin-bottom: 30px;
		width: 502px;
	}
	.modal__form-table {
		overflow: hidden;
	}
	.modal__form-table .table__header, .modal__form-table .table__column {
		-ms-grid-columns: 80px 175px 180px 1fr;
		grid-template-columns: 80px 175px 180px 1fr;
	}
	.modal__form-table  .table__column[data-spoller]:not(.active):hover,.modal__form-table  .table__column[data-modal]:not(.active):hover {
		margin: 0;
	    border-top: none;
	    border-bottom: none;
	    background-color: transparent;
	}
	.modal__form {
		overflow: hidden;
	}
	.modal__form-table .table__cell {
		white-space: nowrap;
	}
	.modal__form-table  .table__body {
		max-height: 673px;
		overflow-y: auto;
	}
	.div-table, .table-tag {
	  float: left;
	  margin: 2em;
	}
	.div-table .title, .table-tag .title {
	  text-align: center;
	  padding-bottom: 0.5em;
	}
	.table-wrap {
		width: 100%;
	}
	.modal__form-textarea {
		background: #FFFFFF;
	}
	.modal__form-textarea input {
		border: 1px solid #C2CCD1;
		border-radius: 5px;
		min-height: 40px;
	}


	._done {
		background: #B4E4A3;
	}
	.tag-number._error {
		background: #FFB6C1;
	}
	.tag-number {
		min-width: 51px;
	}

	.tags-input-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		height: 202px;
	    background: transparent;
	    padding: 20px;
	    max-width: 100%;
	    background: #FFFFFF;
		border: 1px solid #C2CCD1;
		border-radius: 5px;
		overflow-y: auto;
	}
	.tags-input-wrapper >*:not(:last-child) {
		margin-bottom: 6px;
	}
	.tags-input-wrapper:focus, .tags-input-wrapper:focus-visible {
		background: red;
	}
	.tags-input-wrapper input{
	    border: none;
	    background: transparent;
	    outline: none;
	    width: 140px;
	    margin-left: 8px;
	}
	/* .tags-input-wrapper input {
		display: none;
	} */
	.tags-input-wrapper .tag {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    font-weight: 400;
		font-size: 16px;
	}
	.tags-input-wrapper .tag .tag-index {
		margin-right: 16.5px;
		min-width: 10px;
		color: #777777;
	}
	.tags-input-wrapper .tag .closeIconBtn {
	    margin-left: 5px;
	    -webkit-box-shadow: none;
	            box-shadow: none;
	    background: transparent;
	    border: none;
	    outline: none;
	    width: 15px;
	    height: 15px;
	}

.table__column[data-spoller].active::before, .table__column[data-spoller].active::after {
		position: absolute;
		top: -1px;
		width: 100%;
		height: calc(100% + 2px);
		content: "";
		border-top: 1px solid #dae0e3;
		border-bottom: 1px solid #F7FCFE;
		background: #F7FCFE;
	}
	.table__hidden {
		position: relative;
	}
	.table__hidden::after, .table__hidden::before {
		position: absolute;
		top: -1px;
		width: 100%;
		height: calc(100% + 2px);
		content: "";
		border-top: 1px solid #F7FCFE;
		border-bottom: 1px solid #F7FCFE;
		background: #F7FCFE;
	}
	.table__column.active, .table__hidden {
		background: #F7FCFE;
	}
	.table__column[data-spoller].active::before, .table__hidden::before {
		right: 100%;
	}
	.table__column[data-spoller].active::after, .table__hidden::after {
		left: 100%;
	}
.link-down__colorLink span,  .table__column.active .link-down__colorLink::before {
	font-weight: 600;
	color: #2B689B!important;
}	
.buttons-link {
	display: flex;
	align-items: center;
}
.buttons-link >*:not(:last-child) {
	margin-right: 20px;
}
@media (max-width: 800px) {
	.table__desctop, .table__column.active .link-down::before {
		display: none;
	}
	
	/*breadcrambs*/
	.breadcrambs ul {
		display: flex;
		align-items: center;
		font-size: 15px;
		color: #777777;
	}
	/* end breadcrambs*/
	.page-login__container {
		gap: 15px;	
	}
	
	.breadcrambs ul >*:not(:last-child) {
		margin-right: 5px;
	}
 	.breadcrambs ul li a {
		transition: linear .2s;
		color: #777777;
	}
	.breadcrambs ul li a:hover {
		color: #2B689B;
	}
	.breadcrambs ul li:last-child a {
		font-weight: 500;
		pointer-events: none;

	}
	/*modal*/
	.modal.open .modal-container {
		width: 100%!important;
		min-width: 100%;
	}
	/* end modal*/
	
	.upload-files__btn {
		position: relative;
	}
	
	.upload-files input[type="file"] {
		left: 0;	
	}
	.modal .modal__form .title-body-two.modal__form-title {
		font-weight: 600;
		font-size: 15px;
	}
	.modal__form .text-alignLeft {
		text-align: left;
	}
	/*.modal .modal__form .title-body-two.modal__form-title b {
		display: none;
	}
	.modal .modal__form .title-body-two.modal__form-title {
		font-weight: 600;
		font-size: 22px;
		color: #2B689B;
	}*/
	.modal__form-info--text strong {
		font-weight: 600;
	}
	.table__mob {
		display: inline-flex;
	}
	.table__header {
		padding-bottom: 15px;
	}
	
	.table__mob-ml {
		margin-left: auto;
	}
	body {
		font-size: 15px;
	}
	.table__cell:not(:first-child) {
		padding-left: 0;
	}
	.table__mob-name {
		margin-bottom: 15px;
	}
	.table .table__hidden .form-upload__description, .table .table__hidden {
		font-size: 15px;
		line-height: 140%;
	}
	.table--right .table__header.mob__flex {
		display: flex;
		justify-content: space-between;
	}
	.page-login__body .mob__col {
		--column: 2!important;	
	}
	.upload-files--delete {
		margin-left: 40px;
	}
	.upload-files--name {
		min-width: 145px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 15px;
	}
	.upload-files--item:not(:first-child) {
		margin-top: 15px;
	}
	.upload-files--item::before {
		font-size: 15px;
		min-width: 23px;
		max-width: 23px;
	}
	.page-login .button {
		font-size: 15px;
		margin-right: 0;
	}
	.form__fieldset .ui-input__type .button {
		margin-top: 10px;
		margin-left: 0;
	}
	.title-body-one {
		font-size: 22px;
	}
	.sidebar__btn {
		padding-right: 55px;
		background: url(data:image/svg+xml,%3Csvg viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6125 1.98526L8.69484 8.92349C8.61249 9.00585 8.52327 9.06404 8.42719 9.09808C8.33112 9.13267 8.22818 9.14996 8.11837 9.14996C8.00857 9.14996 7.90563 9.13267 7.80955 9.09808C7.71347 9.06404 7.62425 9.00585 7.5419 8.92349L0.603665 1.98526C0.411508 1.7931 0.31543 1.55291 0.31543 1.26467C0.31543 0.976435 0.418371 0.729376 0.624253 0.523494C0.830136 0.317612 1.07033 0.21467 1.34484 0.21467C1.61935 0.21467 1.85955 0.317612 2.06543 0.523494L8.11837 6.57643L14.1713 0.523494C14.3635 0.331337 14.6001 0.235258 14.8812 0.235258C15.1628 0.235258 15.4066 0.3382 15.6125 0.544082C15.8184 0.749964 15.9213 0.99016 15.9213 1.26467C15.9213 1.53918 15.8184 1.77938 15.6125 1.98526Z' fill='%232B689B'/%3E%3C/svg%3E);
		background-repeat: no-repeat;
		background-position: right 30px center;
		background-size: 16px 10px;
	}
	.info-block {
		font-size: 15px;
		line-height: 140%;
		margin-bottom: 20px;
	}
	.form-answer__table {
		margin-top: 40px;
	}
	.table__mob--pad {
		padding-right: 55px!important;
	}
	
	.table__cell-sb {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.table__cell-spanPad {
		padding-right: 22px;
	}
	.table__hidden-list li b {
		font-weight: 500;
	}
	.table__hidden-list >*:not(:last-child) {
		margin-bottom: 15px;
	}
	.wrapper.is-active {
		overflow: hidden;
		height: 100vh;
	}
	.upload-files--delete {
		width: 20px;
		height: 20px;
		background-size: 20px;
	}
	.spanPad--big {
		padding-right: 44px;
	}
	.button--border {
		background: #fff;
	}
	/*pagination*/
	.pagination-wrap {
		margin-top: 30px;
	}
	/*end pagination*/
	.title-body-two {
		font-weight: 600;
		font-size: 15px;
	}
	.buttons-link {
		flex-direction: column;
	}
	.buttons-link >*:not(:last-child) {
		margin-bottom: 10px;
	}
	.table__cell-tar {
		text-align: right;
	}
	.table__cell-mra {
		width: 98px;
		margin-left: auto;
	}
	.table__cell-success {
		margin-left: 13px;
	}
	.modal__form-info .modal__form-info--text {
		font-size: 15px;
	}
	.modal__form-info >*:not(:last-child) {
		margin-bottom: 10px;
	}
	.table__body--mob .table__column {
		grid-template-columns: 25px 1fr 0px 0px;
	}
	.modal__form-table .table__body--mob {
		overflow: hidden;
	}
	.modal-form-scan {
		margin-top: 0;
		max-width: 160px;
	}
	.tags-input-wrapper {
		height: auto;
		min-height: 380px;
	}
	.print-list__action >*:not(:last-child), .form-answer__action >*:not(:last-child) {
		margin-bottom: 10px;
	}
	.print-list__title {
		font-size: 15px;
	}
	.form-answer__list.answer-list .answer-list__item {
		display: flex;
	}
	.table-order .table__cell:first-child {
		order: 2;
	}
	.widthSmall {
		width: 94px;
	}
	.table__cell-newW {
		width: 123px;
		margin-left: auto;
	}
	.modal-form__action--group {
		flex-direction: column;
		display: flex;
	}
	.modal-form__list .answer-list .answer-list__item {
		display: flex;
	}
	.button {
		font-size: 15px;
	}
	.js-duplicate-list .field-add__item .field-add__content {
		flex-direction: column;
		display: flex;
		align-items: flex-start;
	}
	.js-duplicate-list .field-add__item .field-add__content .ui-input.ui-input--search {
		width: 100%;
	}
	.js-duplicate-list .field-add__item .field-add__content .field-add__action {
		width: 100%;
	}
	.modal__logo {
		position: absolute;
		width: 150px;
		top: 35px;
	}
	.modal-form__botBut {
		margin-top: 0;
		width: 100%;
	}
	
	.mob-accLink {
		display: flex;
	}
	.modal__form-guid.table__mob {
		width: 100%;
	}
	
	.sidebar__item .sidebar__btn {
		padding-right: 55px;
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6125 1.98526L8.69484 8.92349C8.61249 9.00585 8.52327 9.06404 8.42719 9.09808C8.33112 9.13267 8.22818 9.14996 8.11837 9.14996C8.00857 9.14996 7.90563 9.13267 7.80955 9.09808C7.71347 9.06404 7.62425 9.00585 7.5419 8.92349L0.603665 1.98526C0.411508 1.7931 0.31543 1.55291 0.31543 1.26467C0.31543 0.976435 0.418371 0.729376 0.624253 0.523494C0.830136 0.317612 1.07033 0.21467 1.34484 0.21467C1.61935 0.21467 1.85955 0.317612 2.06543 0.523494L8.11837 6.57643L14.1713 0.523494C14.3635 0.331337 14.6001 0.235258 14.8812 0.235258C15.1628 0.235258 15.4066 0.3382 15.6125 0.544082C15.8184 0.749964 15.9213 0.99016 15.9213 1.26467C15.9213 1.53918 15.8184 1.77938 15.6125 1.98526Z' fill='%232B689B'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 30px center;
		background-size: 16px 10px;
	}
	.sidebar__item .sidebar__btn.active {
		background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6094 5.54687L6.35937 0.28125C6.29687 0.21875 6.22917 0.174583 6.15625 0.14875C6.08333 0.1225 6.00521 0.109375 5.92188 0.109375C5.83854 0.109375 5.76042 0.1225 5.6875 0.14875C5.61458 0.174583 5.54687 0.21875 5.48437 0.28125L0.21875 5.54687C0.0729166 5.69271 0 5.875 0 6.09375C0 6.3125 0.078125 6.5 0.234375 6.65625C0.390625 6.8125 0.572917 6.89062 0.78125 6.89062C0.989583 6.89062 1.17188 6.8125 1.32813 6.65625L5.92188 2.0625L10.5156 6.65625C10.6615 6.80208 10.841 6.875 11.0544 6.875C11.2681 6.875 11.4531 6.79687 11.6094 6.64062C11.7656 6.48437 11.8438 6.30208 11.8438 6.09375C11.8438 5.88542 11.7656 5.70312 11.6094 5.54687V5.54687Z' fill='%230E406A'/%3E%3C/svg%3E%0A");
	}
}
@media (max-width: 374px) {
	.button {
		padding: 14px 13px;
	}
}
/* End */


/* Start:/bitrix/templates/pm2023/assets/css/cabinet.css?171578644368795*/
:root {
	--bg-white:#FFF;
	--bg-yellow:#FFD970;
	--bg-grey:#777;
	--bg-blue:#0E406A;
	--bg-blue-active:#2B689B;
	--bg-black:#292A2C;
	--border-color:#C2CCD1;
	--animation: all ease-out 0.3s;
}
svg path, svg rect, a, .icon, input[type=submit], button, .btn, input[type=text], input[type=email], input[type=password], input[type=number], input[type=phone], textarea, .jq-selectbox__dropdown, label, button, li, span {
	-moz-transition:var(--animation)!important;
    -webkit-transition: var(--animation)!important;
    transition:var(--animation)!important;
}
.grid {
	display:grid;
	grid-column-gap:30px;
	grid-row-gap:20px;
}
.col-2 {
	grid-template-columns:repeat(2, 1fr);
}
.col-3 {
	grid-template-columns:repeat(3, 1fr);
}
.col-4 {
	grid-template-columns:repeat(4, 1fr);
}
.flex {
	display:flex;
	align-items:center;
}
.page-cabinet {
	line-height:140%;
	max-width:1200px;
}
.page-cabinet a {
	color: var(--color-default);
}
.page-cabinet a:hover {
	color:var(--color-default-dark);
}
.page-cabinet h2 {
	margin:0 0 40px;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	color:var(--bg-blue-active);
}
.page-cabinet h3 {
	margin:0 0 25px;
	color:var(--bg-blue-active);
	font-size: 24px;	
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.page-cabinet form h3 {
	margin:0 0 25px;
	font-size: 20px;
}
.address-post__add-block h3, .page-cabinet__content-txt h3 {
	font-family: var(--font-family);
}
.page-cabinet h4 {
	margin:0 0 20px;
	font-family:var(--font-family);
	font-weight: 600;
	font-size: 16px;
	font-style: normal;
}
.page-cabinet h5, .modal__location h5 {
	margin:0;
	font-family:var(--font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: var(--bg-grey);
}
.page-cabinet__content {
	display:flex;
	flex-flow:column;
	row-gap:50px;
}
.padding-box {
	padding:30px;
}
.box.white-border, .tabber-sale__container {
	border-radius: 5px;
	border: 1px solid var(--border-color);
	background: var(--bg-white);
}
.page-cabinet .tabber-countries__container-box .swiper {
	margin:0;
}
.page-cabinet .tabber-countries__item {
	padding:12px 30px;
	column-gap:10px;
	color:var(--bg-black);
	max-width:260px;
	justify-content:center;
	box-sizing:border-box;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
.page-cabinet .tabber-countries__item:first-child {
	border-left:1px solid var(--border-color);
	border-radius:5px 0 0 5px;
}
.page-cabinet .tabber-countries__item:last-child {
	border-right:1px solid var(--border-color);
	border-radius:0 5px 5px 0;
}
.page-cabinet .tabber-countries__item.active, .page-cabinet .tabber-countries__item:hover {
	color:var(--bg-white);
	background:var(--bg-blue-active);
}
.tabber-countries__item img {
	display:block;
}
.tabber-countries__item:not(:last-child) {
	border-right: 1px solid var(--border-color);
}
.tabber-countries__item:not(:last-child):hover, .tabber-countries__item.active:not(:last-child) {
	border-right: 1px solid var(--bg-blue-active);
}
.tabber-countries__item_num, .tabber-sale__item_num {
	border-radius:50%;
	width: 28px;
	height: 28px;
	background: var(--bg-yellow);
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	color:var(--bg-blue);
}
.tabber-countries__item.active .tabber-countries__item_num, .tabber-countries__item:hover .tabber-countries__item_num, .tabber-sale__item[aria-selected="true"] .tabber-sale__item_num, .tabber-sale__item:hover .tabber-sale__item_num {
	background: var(--bg-white);
}
.balance-container {
	column-gap:30px;
	align-items:normal;
}
.balance-box {
	width:100%;
	max-width:387px;
}
.balance-address__container {
	width:100%;
}
.balance-top__box {
	background: #FFF4D4;
	padding:25px 30px;
	border-bottom: 1px solid var(--border-color);
	position:relative;
}
.balance-bottom__box {
	padding:25px 30px;
}
.price-box {
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%
}
.price-links__list {
	margin:5px 0 0;
	column-gap:15px;
}
.balance-bottom__box .flex {
	column-gap:5px;
}
.balance-bottom__box a:not(:last-child) {
	margin:0 0 15px;
}
.balance-address__container {
	padding:18px 30px;
}
.balance-address__container .grid div {
	font-weight: 600;
}
.balance-address__container a {
	margin:20px 0 0;
	display:inline-block;
}
.page-cabinet .icon {
	width:24px;
	height:24px;
}
.page-cabinet .icon.close-icon {
	height:30px;
}
.sale-top__container {
	column-gap:30px;
	justify-content:space-between;
	margin:0 0 50px;
}
.tabber-sale__container {
	padding:6px;
	column-gap:5px;
}
.page-cabinet .tabber-sale__item {
	column-gap:5px;
	padding:6px 60px;
	border-radius:5px;
	color:var(--bg-black);
	justify-content:center;
	border:0;
}
.page-cabinet .tabber-sale__item.active, .page-cabinet .tabber-sale__item:hover {
	color:var(--bg-white);
	background:var(--bg-blue-active);
}
.filter-tabber {
	column-gap:20px;
}
.filter-tabber a {
	position:relative;
}
.filter-tabber a:not(:last-child):before {
	content:'';
	position:absolute;
	background: var(--bg-blue-active);
	width:1px;
	height:22px;
	top:0;
	right:-10px;
}
.filter-tabber a.active {
	color:var(--bg-black);
}
.page-cabinet .icon.filter-icon {
	width:21px;
	height:18px;
}
.no-buy {
	border-radius: 5px;
	background: #FFF4D4;
	padding:20px;
}
.page-cabinet .no-buy h4 {
	margin:0 0 10px;
}
.location-link {
	display:none;
}
.modal__location h3 {
	margin:0 0 50px;
	font-size: 20px;
}
.modal__location .grid {
	grid-gap:30px;
}
.modal__location .grid div {
	font-weight:600;
}
.modal__location:not(:last-child) {
	margin: 0 0 40px;
}
.page-cabinet .form-login__fieldset h4, .modal-form.form-login h4 {
	color:var(--bg-black);
	margin:0;
}
.page-cabinet .form-login__fieldset h4:not(:first-child), .modal-form.form-login h4:not(:first-child) {
	margin-top:15px;
}
.page-cabinet .form-login__fieldset, .modal-form.form-login .form-login__fieldset {
	row-gap:15px;
}
.page-cabinet .form-login {
	max-width:350px;
}
.page-cabinet .form-login__fieldset input::placeholder, .modal-form.form-login input::placeholder {
	color:var(--bg-grey);
}
.modal-form.form-login {
	color: var(--color-primary);
}
.modal-form.form-login  .no-buy {
	margin:0 0 35px;
}
.modal-form.form-login  input {
	min-height:auto;
}
.page-cabinet input[type=text], .page-cabinet input[type=email], .page-cabinet input[type=password], .page-cabinet input[type=number], .page-cabinet input[type=phone], .page-cabinet textarea, .modal-form.form-login input[type=text], .modal-form.form-login input[type=email], .modal-form.form-login input[type=number], .modal-form.form-login input[type=phone], .modal-form input[type=text], .modal-form input[type=email], .modal-form input[type=number], .modal-form input[type=phone] {
	border-radius: 3px;
	border: 1px solid var(--border-color);
	background-color: var(--bg-white);
	padding:12px 15px;
	font-size:16px;
	outline:none;
	font-family: var(--font-family);
}
.page-cabinet .ui-input {
	font-family: var(--font-family);
}
.page-cabinet textarea {
	min-height:95px;
}
.page-cabinet .ui-input--search input {
	padding-left:50px;
	width:100%;
}
.page-cabinet .form-login {
    color: var(--bg-black);
}
.form-login__submit {
	column-gap:10px;
}
.form-login__submit .button {
	padding:15px 40px;
	width:100%;
	box-sizing:border-box;
}
.page-cabinet .button--border:hover {
	color:#fff;
}
.page-cabinet .table__header, .page-cabinet .table__column {
	grid-template-columns:17% 30% 20% 20% 9% 3%;
}
.page-cabinet .table__header.package-table__column, .page-cabinet .table__column.package-table__column {
    grid-template-columns:23% 20% 25% 15% 13% 3%;
}
.page-cabinet .table-germany .table__header, .page-cabinet .table-germany .table__column {
	grid-template-columns:10% 20% 17% 10% 15% 15% 10% 3%;
}
.page-cabinet .link-down {
	padding:0 10px;
}
.page-cabinet .link-down .icon {
	width: 15px;
    height: 18px;
    margin-left:0;
}
.table__body .track-cell {
	color: var(--bg-blue-active);
	font-weight:600;
}
.page-cabinet .table__cell {
	display:flex;
	align-items:center;
	column-gap:10px;
}
.page-cabinet .table__cell-label {
	margin:0;
}
.stock__cell {
	column-gap:5px;
}
.stock__active {
	width: 6px;
	height: 6px;
	border-radius:50%;
	background:var(--bg-blue-active);
}
.table__body .table__cell .button {
	padding:4px 14px;
	color:var(--bg-white);
	font-weight:500;
}
.table__body .table__cell .button:hover {
	color:var(--bg-white);
}
.weight__btn {
	padding:0;
	border:0;
	margin:0;
	background:none;
	max-height:24px;
}
.page-cabinet .table__column.table__footer, .page-cabinet .table__column.table__btns {
	grid-template-columns: repeat(2, 1fr);
	padding:26px 0 0;
}
.stock-check__items {
	padding:15px 32px;
	border-radius: 5px;
	border: 1px solid #E6E6E6;
	background: #F7F5F4;
}
.stock-check__items span {
	font-weight:600;
}
.table__btns .button {
	padding:17px 23px;
	width:100%;
	max-width:310px;
}
.page-cabinet .pagination {
	column-gap:10px;
}
.page-cabinet .pagination >*:not(:last-child) {
    margin-right:0;
}
.page-cabinet .pagination li a {
	font-family: var(--font-family);
}
.service-list__items-icon .icon {
	fill:#0E406A;
}
.pagination li a.prev {
	transform:rotate(-180deg);
}
.pagination li a.prev, .pagination li a.next{
	border-radius: 2px;
	background: #F0F6F9;
}
.pagination li a.prev.disabled, .pagination li a.next.disabled {
	pointer-events: none;
}
.pagination li a.prev.disabled path, .pagination li a.next.disabled path {
	fill:#C2CCD1;
}
.pagination li a.all__pages {
	color:var(--bg-blue-active);
	margin:0 10px;
}
.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 2px;
    color: #8B8E8F;
    transition: linear .2s;
}
.page-cabinet .icon.check-icon {
	width:16px;
	height:11px;
}
.stock-all__items span {
	font-weight:600;
}
.table-shop__cell div, .track-cell div {
	white-space: nowrap;
	text-overflow: ellipsis; 
	overflow: hidden;
}
.page-cabinet .table__cell.table__mob {
	display:none;
}
.table__body .table__cell .button.button--border {
	color: var(--bg-blue-active);
	margin:0 0 20px;
}
.page-cabinet .table__cell-label .checkmark:after, .items-list__container .table__cell-label .checkmark:after {
	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>');
}
.filter-box__table {
	position:relative;
	width:100%;
	max-width:330px;
}
.filter__btn-open {
	padding:13px 38px;
	border-radius: 5px;
	border: 1px solid var(--border-color);
	background: var(--bg-white);
	font-weight: 600;
	justify-content:center;
	column-gap:10px;
	position:relative;
	z-index:5;
	width:168px;
	margin:0 0 0 auto;
	-moz-transition:var(--animation);
    -webkit-transition: var(--animation);
    transition:var(--animation);
}
.filter__btn-open.active {
	width:330px;
}
#filter-box__container {
	position:absolute;
	right:0;
	border-radius: 0 0 5px 5px;
	border: 1px solid var(--border-color);
	background: var(--bg-white);
	padding:30px 20px 25px;
	z-index:4;
	margin-top:-5px;
	box-sizing:border-box;
	left:0;
	/*overflow:hidden;*/
	opacity:0;
	visibility:hidden;
	-moz-transition:var(--animation);
    -webkit-transition: var(--animation);
    transition:var(--animation);
}
#filter-box__container.active {
	opacity:1;
	visibility:visible;
}
.form-box__container {
	margin:20px 0 0;
	padding:20px 0 0;
	border-top:1px solid #C2CCD1;
}
.form-box__container .flex {
	column-gap:5px;
}
.form-box__container .flex:not(:last-child) {
	margin:0 0 20px;
}
.btn-filter__form-box {
	margin:20px 0 0;
}
.btn-filter__form-box .button {
	width:100%;
}
.btn-filter__form-box a {
	display:flex;
	margin:20px 0 0;
	column-gap:5px;
	font-weight: 600;
	align-items:center;
}
.form-box__container button {
	padding:0;
	display:flex;
	align-items:center;
	column-gap:5px;
	border:0;
	background:none;
}
.form-box__container button:not(:last-child) {
	margin:0 0 12px;
}
.content__mob {
	display:none;
}
.sale-box__tags {
	column-gap:20px;
	flex-wrap:wrap;
	row-gap:20px;
	margin:0 0 20px;
}
.sale-item__tag {	
	padding:8px 20px;
	border-radius: 25px;
	background: #FFF4D4;
	width:max-content;
	column-gap:8px;
}
.page-cabinet .sale-item__tag .icon {
	width:11px;
	height:11px;
}
.sale-item__tag {
	column-gap:8px;
}
.page-cabinet .papper-icon {
	height:28px;
	width:100%;
	max-width:28px;
}
.box.white-border {
	/*overflow:hidden;*/
}
.sale-box__container .table__column, .sale-box__container .table__hidden {
	position:relative;
}
.sale-box__container .table__hidden {
	margin:0 -30px;
	padding-left:30px;
	padding-top:0;
	padding-right:30px;
}
.sale-box__container .table__hidden::after, .sale-box__container .table__hidden::before {
	display:none!important;
}
.sale-box__container .table__column.active, .sale-box__container .table__hidden {
    background: #FFF4D4;
}
.sale-box__container .table__column:before {
	position: absolute;
    top: -1px;
	bottom:-1px;
    width:30px;
	right:100%;
    content: "";
	border:0;
	height:auto;
    background: #FFF4D4;
	opacity:0;
}
.sale-box__container .table__column:after {
	position: absolute;
    top: -1px;
	height:auto;
	bottom:-1px;
    width:30px;
	left:100%;
	border:0;
    content: "";
	opacity:0;
    background: #FFF4D4;
}
.sale-box__container .table__column.active:before, .sale-box__container .table__column.active:after{
	opacity:1;
}
.table-item__text-box {
	width:100%;
	box-sizing:border-box;
	padding:30px;
	border-radius: 3px;
	background: var(--bg-white);
	column-gap:30px;
	row-gap:15px;
	align-items:flex-start;
}
.table-item__text-box__mob {
	display:none;
}
.sale-box__container .table__column.active .link-down::before {
	display:none!important;
}
.table-item__text-box__left, .table-item__text-box__right {
	width:100%;
}
.table-item__text-title {
	color: var(--bg-grey);
	margin:0 0 10px;
}
.table-item__text-title span {
	width: 22px;
	height: 22px;
	display:block;
	background:url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2804_6802)"><path d="M11.0002 20.1663C16.0628 20.1663 20.1668 16.0623 20.1668 10.9997C20.1668 5.93706 16.0628 1.83301 11.0002 1.83301C5.93755 1.83301 1.8335 5.93706 1.8335 10.9997C1.8335 16.0623 5.93755 20.1663 11.0002 20.1663Z" stroke="%23292A2C" stroke-width="1.83333" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.3324 8.24955C8.54791 7.63691 8.97329 7.12031 9.53319 6.79125C10.0931 6.46219 10.7514 6.34191 11.3915 6.4517C12.0316 6.56149 12.6121 6.89428 13.0304 7.39111C13.4486 7.88795 13.6775 8.51677 13.6766 9.16621C13.6766 10.9995 10.9266 11.9162 10.9266 11.9162" stroke="%23292A2C" stroke-width="1.83333" stroke-linecap="round" stroke-linejoin="round"/><path d="M11 15.583H11.01" stroke="%23292A2C" stroke-width="1.83333" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_2804_6802"><rect width="22" height="22" fill="white"/></clipPath></defs></svg>') no-repeat center center;
	font-size:0;
}
.table-item__text-box__item:not(:last-child) {
	margin:0 0 20px;
}
.table-item__text-box__item a, .table-item__text-box__item .photo-link {
	font-weight: 600;
}
.table-item__text-box__item .photo-link {
	color:var(--bg-blue-active)
}
.photo-link {
	column-gap:10px;
}
.table-item__text-box__item a:not(:last-child) {
	margin:0 0 12px;
}
.table-item__text-box__item-photo {
	column-gap:10px;
}
.table-item__text-box__item-photo img {
	display:block;
}
.table-item__text-btn {
	margin:10px 0 0;
}
.table-item__text-btn .button {
	width:100%;
	max-width:278px;
}
.number-input__box {
	position:relative;
}
.number-input__box input[type="number"] {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.number-input__box input[type="number"]::-webkit-outer-spin-button,
.number-input__box input[type="number"]::-webkit-inner-spin-button {
	display: none;
}
.number-input__box .number-minus, .number-input__box .number-plus {
	position: absolute;
	width:20px;
	height:20px;
	top:50%;
	right:13px;
	min-height:auto;
	display: flex;
	align-items:center;
	justify-content:center;
	border: none;
	background:none;
	padding:0;
	margin:-10px 0 0;
}
.number-input__box .number-minus {
	left:12px;
	right:auto;
}
.number-input__box .icon {
	height:20px!important;
	width:20px!important;
}
#order .modal-container {
	width:100%;
	max-width:1200px;
	min-width:530px;
	box-sizing:border-box;
}
#order .field-add__content {
	gap:10px;
	grid-template-columns:350px 112px 120px auto;
	align-items:flex-start;
}
#order .field-add__action {
	margin-left:10px;
	height:46px;
}
.remove-icon {
	width:20px;
	height:20px;
}
.modal-form .remove-button {
	width:20px;
	height:20px;
	border:0;
	background:none;
	padding:0;
	margin:0;
}
#order .field-add__item_buy {
	display:flex;
	flex-flow:column;
	row-gap:25px;
}
.form-actions__btns {
	margin:25px 0 0;
}
#order .field-add__btn {
	margin:0;
	padding:0;
	min-height:auto;
}
.all-price__box {
	width:100%;
	text-align:right;
}
.all-price__box span {
	font-weight:600;
}
.number-input__box.flex {
	column-gap:8px;
	color: var(--bg-grey);
}
.cargo-box__container:not(:first-child) {
	margin:50px 0 0;
}
#order a.field-add__btn {
	margin:30px 0 0;
}
.btn_bottom__place .all-price__box {
	text-align:left;
	margin:40px 0 0;
}
.items-list__row:not(:last-child) {
	margin:0 0 25px;
}
.items_list__btn button {
	max-width:345px;
}
.item_input__form .flex {
	column-gap:10px;
}
.item_input__form {
	max-width:235px;
	margin:10px 0 0;
}
.item_input__form {
	display:none;
}
.item_input__form.active {
	display:block;
}
.number-input__box.flex input[type="number"] {
	text-align:left;
}
.ui-input input[disabled] {
	border: 1px solid #E8E8E8;
	background:var(--bg-white);
	color: var(--bg-grey);
}
.items-list__row > .flex {
	align-items:normal;
}
.items-list__row .flex.active {
	font-weight:600;
}
.items-list__row .flex.active.disabled {
	color: var(--bg-grey);
}
.flex.active.disabled .checkmark:after {
	background:url('data:image/svg+xml,<svg viewBox="0 0 18 12" id="check" xmlns="http://www.w3.org/2000/svg"><path fill="%23777777" 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>');
}
.flex.active.disabled input:checked ~ .checkmark {
    border-color: var(--bg-grey);
}
.ui-input__type.error input, .modal-form.form-login .ui-input__type.error input {
	border: 1px solid #FFB6C1;
}
.error-txt {
	margin:2px 0 0;
	color: #F57272;
	font-size: 13px;
}
.check_dek-icon {
	margin-left:15px;
}
.check_dek-icon .icon {
	width:16px;
	height:14px;
}
.check_dek-icon {
	border-radius:50%;
	background:#FFF4D4;
	width: 22px;
	height: 22px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.modal__form textarea {
	border-radius: 3px;
	border: 1px solid #C2CCD1;
	min-height:81px;
	padding:12px;
}
.modal-form:not(:last-child) {
	margin:0 0 30px;
}
.alernt-box {
	text-align:center;
}
.alernt-box .icon {
	margin:0 auto 20px;
	display:block;
	width:51px;
	height:51px;
}
.title-box__icon {
	position:relative;
	cursor:pointer;
	!z-index:1;
}
.tool-container {
	position:absolute;
	border-radius: 5px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	box-shadow: 0px 14px 75px 0px rgba(0, 0, 0, 0.06);
	padding:14px 20px;
	width:386px;
	left:50%;
	margin-left:-193px;
	top:50px;
	z-index: 100;
}
.tool-container:before {
	content:'';
	width:20px;
	height:20px;
	background:#fff;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	transform: rotate(45deg);
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:-10px;
}
.title-box__icon-link {
	display:none;
}
.modal__text-box {
	margin:0 0 30px;
}
.modal__text-box .title-body-two, .modal__form .title-body-two {
	font-size: 20px;
	justify-content:center;
	color:var(--bg-dark);
}
.address-post__add-block:not(:first-child) {
	margin:50px 0 0;
}
.address-post__add-block h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	color:#3F3F3F;
	margin:0 0 25px;
}
.address-list__item {
	border-radius: 5px;
	border: 1px solid var(--border-color);
	background: var(--bg-white);
	padding:16px 24px;
	color: var(--bg-grey);
	display:flex;
	flex-flow:column;
	row-gap:10px;
	justify-content:space-between;
}
.address-list__item.flex {
	flex-flow:row;
}
.address-list__box {
	grid-gap:22px;
}
.address-list__item.flex {
	align-items:flex-start;
	column-gap:20px;
}
.address-list__item h4 {
	margin:0 0 10px;
	color:#292A2C;
}
.address-list__item-num-items, .table-item__text-title span.address-list__item-num-items {
	width:25px;
	height:25px;
	border-radius:50%;
	background:#FFD970;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 13px;
	font-weight:500;
	border:0;
	color:#0E406A;
}
.address-list__links {
	margin:20px 0 0;
	column-gap:40px;
}
.address-list__links a {
	font-weight: 600;
}
.add-address__link {
	column-gap:10px;
}
.add-address__link .icon, .modal-form .field-add__btn .icon {
	width: 18px;
    height: 18px;
    fill: currentColor;
}
.address-list__item.active, .address-list__item.active:hover {
	border: 2px solid #2B689B;
	background:#F7F5F4;
}
form .address-list__item {
	cursor:pointer;
}
.delivery-ways .address-list__item {
	border-left:0;
	border-right:0;
	border-bottom:0;
	border-radius:0;
	padding:16px;
	font-size:15px;
}
.delivery-ways .address-list__item:hover {
	border-left:0;
	border-right:0;
	border-bottom:0;
	border-top:1px solid var(--border-color);
}
.delivery-ways .address-list__item.active {
	border-left:0;
	border-right:0;
	border-bottom:0;
	border-top:1px solid var(--border-color);
	box-shadow:inset 0 0 0 2px #2B689B;
	border-radius:2px;
}
.delivery-ways .address-list__item:last-child {
	border-bottom:1px solid var(--border-color);
}
.parcelPackOpts a {
	font-weight:600;
}
.delivery-ways .address-list__item-logos img {
	max-width:46px;
}
.delivery-ways .address-list__item > .flex {
	justify-content:space-between;
}
.delivery-ways .address-list__item-price {
	color:#292A2C;
}
.address-list__item {	
	-moz-transition:var(--animation);
    -webkit-transition: var(--animation);
    transition:var(--animation);
}
.address-list__item:hover {
	border: 1px solid #2B689B;
}
.address-list__item-logos {
	column-gap:10px;
}
.address-list__item-logos img {
	display:block;
	max-height:22px;
}
.address-list__item .flex h4 {
	margin:0;
}
.address-list__item-price {
	color: var(--bg-blue-active);
	column-gap:15px;
	height:100%;
	align-items:flex-end;
}
.address-list__item.active .address-list__item-price {
	font-weight:600;
}
.services-list__box {
	row-gap:0;
	border:0;
	border-radius:0;
	padding:0;
}
.services-list__box > .flex, .label-items__box {
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #DAE0E3;
}
.label-items__box .flex {
	column-gap:10px;
}
.label-items__box input[type=text] {
	margin:16px 0 0;
}
.services-list__box > .flex:first-child {
	border-top: 1px solid #DAE0E3;
	padding-top: 16px;
}
.label-items__box {
	justify-content:space-between;
	column-gap:10px;
}
.label-items__box div:not(:last-child) {
	width:100%;
}
.checkbox-price {
	/*color:var(--bg-blue-active);*/
}
.table__cell-label:has(>input:checked) ~ .checkbox-price {
	font-weight:600;
}
.address-post__add-alernt {
	border-radius: 5px;
	border: 1px solid #C2CCD1;
	background: #FFF4D4;
	padding:20px;
	display:flex;
	flex-flow:column;
	row-gap:15px;
	margin:0 0 20px;
}
.address-post__add-block__width {
	max-width:720px;
}
.address-post__add-alernt > .flex {
	column-gap:10px;
}
.address-post__add-alernt h4 {
	margin:0;
}
.items-list__shops-links a {
	font-weight:600;
}
.address-post__add-block textarea {
	width:100%;
}
.items-list__shops__action {
	margin:30px 0 0;
}
.items-list__shops__action button {
	width:100%;
	max-width:370px;
}
.address-post__add-block__width textarea {
	min-height:135px;
}
.city-address__box {
	column-gap:10px;
}
.modal-form.form-login .custom-select--arrow .ts-control {
	background:none!important;
	padding:12px 15px;
	font-size:16px;
	min-height:46px;
}
.modal-form.form-login .custom-select .ts-dropdown .item {
	padding:12px 15px;
	font-size:16px;
}
.calculator-item__box .custom-select .ts-control {
	background:none!important;
}
.modal-form.form-login .custom-select--arrow .ts-control:after, .stock-all__select .custom-select .ts-control:after, .calculator-item__box .custom-select .ts-control:after {
	content:'';
	position:absolute;
	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");
	width:9px;
	height:5px;
	top:50%;
	margin-top:-2.5px;
	right:15px;
	-moz-transition:var(--animation);
    -webkit-transition: var(--animation);
    transition:var(--animation);
}
.modal-form.form-login .custom-select--arrow.dropdown-active .ts-control:after, .stock-all__select .custom-select--arrow.dropdown-active .ts-control:after, .calculator-item__box .custom-select--arrow.dropdown-active .ts-control:after  {
	transform:rotate(180deg);
}
.modal__text-box ol {
	margin:0;
	padding:0 0 0 20px;
}
.modal__text-box ol  li:not(:last-child) {
	margin:0 0 15px;
}
.stock-all__select {
	max-width:max-content;
}
.stock-all__select .custom-select .ts-control {
	background: #F7F5F4!important;
	padding-right:40px!important;
	min-width:310px;
}
.stock-all__select .custom-select, .stock-all__select .ts-control, .stock-all__select .ts-wrapper.single.input-active .ts-control {
	cursor:pointer;
}
.page-cabinet .custom-select .ts-dropdown {
	background: #F7F5F4;
}
.page-cabinet .custom-select .ts-dropdown .item.active {
	background:var(--bg-white);
}
.page-cabinet .custom-select .ts-control .item, .page-cabinet .custom-select .ts-dropdown .item {
	font-size: 16px;
}
.table-item__text-box__item div {
	/*font-weight:600;*/
}
.pack-item__text-container div:last-child {
	white-space: nowrap;
}
.table-item__text-box__item div.tool-container {
	font-weight:400;
}
.table-item__text-box__item .table-item__text-title {
	font-weight:400;
	column-gap:10px;
}
.table-item__text-box__item .table-item__text-title > div {
	font-weight:400;
}
.pack-item__text-box {
	gap:10px;
}
.pack-item__container {
	margin:0;
	background:var(--bg-white);
	border-radius: 3px;
	padding:30px;
}
.pack-item__text-container-box {
	flex-flow:column;
	align-items:normal;
}
.pack-item__text-container {
	justify-content:space-between;
	row-gap:10px;
	column-gap:5px;
	border-bottom:1px solid #E6E6E6;
	padding:12px 0;
}
.pack-item__text-container:has(.packtitle) {
	padding:0;
}
.pack-item__text-container div:first-child {
	font-weight: 400;
	color: var(--bg-grey);
}
.pack-item__text-container-btn .button {
	padding:15px 25px;
	width:100%;
}
.pack-item__total, .pack-item__text-container.pack-item__total div:first-child {
	font-weight:600;
	border:0;
}
.table-item__text-title .packtitle {
	margin:0;
}
.pack-item__text-box__item .table-item__text-title {
	margin:0 0 5px;
}
.pack-item__container .items-list__shops div:not(:last-child) {
	margin:0 0 5px;
}
.pack-item__container .items-list__shops-links {
	margin:10px 0 0;
}
.service-list__items-icon {
	border-radius: 3px;
	background: #FFF4D4;
	width:100%;
	max-width: 32px;
	height: 32px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.service-list__items-box .flex:not(:last-child) {
	margin:0 0 7px;
}
.service-list__items-box .flex {
	column-gap:10px;
}
.table-item__text-box__item div.service-list__items-txt {
	font-weight:400;
}
.ts-control {
	position:relative;
}
.page-cabinet input[type=select-one], .select-address input[type=select-one] {
	position:absolute;
	left:19px;
	right:16px;
	top:18px;
	pointer-events: none!important;
}
.select-address input[type=select-one] {
	top:13px;
	left:15px;
}
.pack-item__text-container__mob {
	display:none;
}
.pack-item__text-container-box h4 {
	margin:0;
}
.pack-item__text-container.pack-item__total_pay div:first-child {
	color: var(--color-primary);
}
.ph-select {
	display:none;
}
.modal-form .icon {
	width:24px;
	height:24px;
}
.download-btn, .modal-form .download-btn {
	width:max-content;
	column-gap:10px;
	margin:0 auto;
	display:flex;
	max-height:none;
}
.modal__text-box .modal-form__action {
	text-align:center;
}
.balance-box__container {
	padding:24px;
	border-radius:5px;
	background:#F7F5F4;
	max-width:760px;
}
.balance-box__input {
	position:relative;
}
.balance-box__input label {
	font-size: 13px;
	color: #9E9E9E;
	position:absolute;
	left:20px;
	top:10px;
}
#input-price {
	/*min-height:70px;
	font-size: 20px;
	padding:30px 20px 12px;
	width:100%;
	box-sizing:border-box;
	font-weight: 500;*/
	border:0;
	padding:0;
	width:100%;
}
.balance-box__left.error .payError {
	position:absolute;
	right:-105%;
	top:0;
	cursor:pointer:
}
.balance-box__money {
	/*padding:10px 20px 12px;
	border-radius: 6px;
	border: 1px solid #C2CCD1;
	background: #FFF4D4;*/
}
#input-price::placeholder {
	color: #9E9E9E;
	font-weight: 400;
}
.balance-box__arrow svg {
	fill:var(--bg-blue-active);
}
.balance-box__new {
	color:var(--bg-blue-active);
}
.balance-box__money label {
	font-size: 20px;
	font-weight:500;
	color: #3F3F3F;
	margin:0 0 24px;
	display:block;
}
.balance-box__money-num {
	font-size: 20px;
	font-weight: 500;
	column-gap:18px;
}
.balance-box__prices {
	margin:24px 0 0;
	column-gap:4px;
	justify-content:space-between;
	position:relative;
}
.page-cabinet form .pay-systems__list-container h3 {
	font-size:20px;
	color:#3F3F3F;
	margin:0 0 24px;
}
.balance-box__left {
	/*width:100%;
	max-width:345px;*/
}
.balance-box__prices div {
	padding:12px 24px;
	box-sizing:border-box;
	color: #777;
	border-radius: 5px;
	box-shadow:inset 0px 0px 0px 1px #C2CCD1;
	background:var(--bg-white);
	cursor:pointer;
	text-align:center;
}
.balance-box__prices div:hover {
	box-shadow:inset 0px 0px 0px 1px var(--bg-grey);
}
.balance-box__prices div.active {
	box-shadow:inset 0px 0px 0px 1px var(--bg-black);
	font-weight: 600;
	color:var(--bg-black);
}
.balance-box__old {
	color: #9E9E9E;
}
.pay-systems__box {
	max-width:760px;
}
.pay-systems__item label {
	justify-content:space-between;
	padding:20px 16px;
	border-top:1px solid #DAE0E3;
	column-gap:15px;
	align-items:flex-start;
	display:block;
}
.pay-systems__item:last-child {
	border-bottom:1px solid #DAE0E3;
}
.pay-systems__item-logo .flex {
	font-weight: 600;
}
.pay-systems__item-logo .flex {
	column-gap:10px;
}
.pay-systems__item-logo img {
	display:block;
}
.pay-systems__item input[type=radio] {
	display:none;
}
.pay-systems__item-logo label {
	column-gap:15px;
}
.system-sub__title {
	text-align:left!important;
	font-weight:400;
	margin:8px 0 0;
	color:#777777;
	font-size:15px;
}
/*.pay-systems__item-logo 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);
}
.pay-systems__item-logo input:checked ~ label:before {
	border: 6px solid #2B689B;
}
.pay-systems__item-logo input:disabled ~ label:before {
	border:1px solid #F7F5F4;
}
.pay-systems__item-logo input:disabled ~ label {
	color: var(--bg-grey);
}*/
.pay-systems__item > div:last-child {
	color: var(--bg-grey);
}
.pay-systems__item > div:last-child {
	color: var(--bg-grey);
}
.pay-systems__item:has(input:checked) label .pay-systems__item-logo > div:last-child {
	color:#292A2C;
	font-weight:600;
}
.pay-systems__item:has(input:checked) label {
	background:#F7F5F4;
	box-shadow:inset 0 0 0 2px #0E406A;
}
.pay-systems__item a, .pay-systems__out {
	font-size:13px;
	margin:5px 0 0;
}
.pay-systems__out {
	color: #F57272;
}
.pay-systems__btn {
	margin:30px 0 0;	
}
.pay-systems__btn button {
	padding:16px 30px;
	width:100%;
	max-width:235px;
}
.pay-ph {
	display:none;
}
.money-balance__bg {
	max-width:max-content;
}
.history-table__column .table__cell.more__btn {
	display:none;
}
.page-cabinet .table__header.package-table__column.history-table__column, .page-cabinet .table__column.package-table__column.history-table__column {
	grid-template-columns: 20% 20% 50% 10%;
}
.profit {
	font-weight: 600;
	color:var(--bg-blue-active);
}
.lesion {
	font-weight: 600;
	color: var(--bg-grey);
}
.history-hidden {
	column-gap:30px;
	align-items:flex-start;
}
.history-hidden .table-item__text-box__item div {
	font-weight:400;
}
.table__column.active .profit, .table__column.active .lesion {
	color: var(--color-primary);
}
.address-item__btn a, .address-lest__more-btn a {
	font-size: 20px;
	font-weight:500;
}
.address-items__list-box .address-list__item {
	padding:30px;
	row-gap:20px;
}
.address-list__item-btns {
	column-gap:10px;
}
.address-list__item-btns button, .address-list__item-btns a {
	width:100%;
}
.calculator-box__form-box {
	padding:30px 30px 50px;
}
.calculator-box__form-box h3 {
	font-size: 20px;
	color: var(--color-primary);
}
.calculator-box__form {
	justify-content:space-between;
	column-gap:20px;
	align-items:flex-end;
}
.ui-input.ui-input__text {
	position:relative;
}
.calculator-item__box .ui-input.ui-input__text span {
	position:absolute;
	right:20px;
	top:15px;
}
.calculator-item__box .ui-input input {
	width:100%;
	padding:14px 20px;
}
.calculator-item__box {
	width:100%;
	max-width:330px;
}
.calculator-item__box label:first-child {
	margin:0 0 8px;
	display:block;
}
.calculator-item__box .custom-select .ts-control {
	min-height:52px;
}
.calculator-item__box .custom-select .item img {
	margin-right:10px;
}
.calculator-item__btn button {
	padding: 16px 40px;
}
.calculator-item__table-column {
	width:100%;
	max-width:310px;
	flex-shrink: 0;
}
.calculator-table__item-title {
	background: rgba(247,245,244, .5);
	padding:15px 30px;
}
.calculator-table__item-cell {
	padding:25px 30px;
}
.calculator-table__box .swiper-slide {
	flex-shrink: inherit;
}
.calculator-table__box .swiper-slide:first-child {
	max-width:630px;
	flex-shrink: 0;
}
.calculator-table__item {
	gap:0;
}
.calculator-box__form-container {
	border-top:1px solid #E6E6E6;
}
.calculator-table__box .swiper-slide:not(:last-child) .calculator-table__item-title, .calculator-table__box .swiper-slide:not(:last-child) .calculator-table__item-cell {
	border-right:1px solid #E6E6E6;
}
.calculator-table__box .swiper-slide .calculator-table__item-title:not(:last-child), .calculator-table__box .swiper-slide .calculator-table__item-cell:not(:last-child) {
	border-bottom:1px solid #E6E6E6;
}
.calculator-table__box .swiper-slide .calculator-table__item .calculator-table__item-title:nth-last-child(-n + 2) {
	border-bottom:0;
}
.calculator-table__item-cell, .calculator-table__item-cell.flex {
	justify-content:center;
	text-align:center;
}
.icon-cell__cal {
	min-height:90px;
}
.calculator-table__item-title {
	display:flex;
	flex-flow:column;
	align-items:center;
	justify-content:center;
	row-gap:10px;
}
.calculator-table__item-pc  {
	align-items:flex-start;
}
.calculator-table__box {
	overflow:inherit;
}
.calculator-table__box img {
	display:block;
}
.calculator-table__box .table-item__text-title {
	margin:0;
}
.calculator-table__box .table-item__text-title span {
	border-color:#BFBFBF;
	color:#BFBFBF;
}
.page-cabinet .pm-icon {
	width:32px;
	height:32px;
}
.calculator-table__item-cell-money {
	font-size: 28px;
	color:var(--bg-blue-active);
	align-items:baseline;
	column-gap:7px;
}
.calculator-table__item-cell-money span {
	font-size: 20px;
}
.calculator-links__box {
	display:flex;
	flex-flow:column;
	row-gap:15px;
}
.calculator-links__box a {
	font-size: 20px;
	font-weight:500;
}
.page-cabinet .swiper-pagination {
	display:none;
}
.calculator-table__item-ph {
	display:none;
}
.page-cabinet .swiper-pagination-bullet {
	background:#114877;
	opacity:1;
	margin:0 7px!important;
}
.page-cabinet .swiper-pagination-bullet-active {
	background:#FFD970;;
}
.box.white-border.shadow-box {
	box-shadow: 0px 4px 20px 0px rgba(14, 76, 121, 0.11);
	border:0;
}
.page-cabinet__content-txt h3 {
	font-size: 20px;
	color: var(--color-primary);
}
.page-cabinet__content-txt ul li {
	position:relative;
	padding-left:30px;
}
.page-cabinet__content-txt ul li:not(:last-child) {
	margin:0 0 15px;
}
.page-cabinet__content-txt ul li:before {
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	border-radius:50%;
	background:#292A2C;
	left:5px;
	top:8px;
}
.page-cabinet .tabs-content__navigation {
	font-family: var(--font-family);
	font-weight:400;
	font-size:16px;
}
.page-cabinet .balance-address__container a.button {
	color:var(--bg-white);
}
.new-order__container {
	padding:20px 30px;
	justify-content:space-between;
	margin:0 0 50px;
	column-gap:30px;
}
.new-order__container h3 {
	color:var(--bg-black);
	margin:0;
	font-size: 20px;
}
.new_order__links {
	column-gap:10px;
}
.new_order__links a {
	border-radius: 5px;
	border: 1px solid var(--border-color);
	background: var(--bg-white);
	padding:13px 23px;
	display:block;
	text-align:center;
}
.form-txt__box {
	text-align:center;
}
.action-btns__box {
	margin:50px 0 0;
	column-gap:10px;
}
.action-btns__box .upload-files {
	width:100%;
	overflow:hidden;
	max-width:none;
}
.action-btns__box button {
	max-height:48px;
	padding:18px 23px;
	min-height:auto;
	box-sizing:border-box;
}
.upload-files input[type="file"] {
	width:1px;
	height:1px;
	min-height:1px;
}
.upload-files__label {
	border-radius: 5px;
	padding:11px 20px;
	border:1px solid var(--border-color);
	cursor:pointer;
	text-align:center;
}
.upload-files__btn {
	display:flex;
	align-items:center;
	justify-content:center;
}
.active .upload-file__btn {
	display:none;
}
.active .upload-files__label {
	border:1px solid #F7F5F4;
}
.active .upload-files--name {
	font-weight:600;
}
.upload_file__box div {
	display:flex;
	align-items:center;
	justify-content:center;
	column-gap:10px;
}
.upload_file__box span {
	max-width:150px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.upload_file__box .upload-files--delete {
	padding:0;
	width:23px;
	height:24px;
	min-width:auto;
	margin:0;
	background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.31157 0.0585768C4.91899 0.199202 4.61723 0.503889 4.47954 0.902327C4.43559 1.02537 4.42387 1.14549 4.42387 1.41209V1.7578H3.19926C2.05962 1.7578 1.96001 1.76073 1.80766 1.81346C1.50297 1.91893 1.25395 2.12108 1.07231 2.41112C0.832076 2.79783 0.855513 3.43065 1.12797 3.83201C1.24809 4.0078 1.51176 4.22752 1.68462 4.29491L1.8018 4.33885L2.19438 9.06444C2.40825 11.666 2.59575 13.8574 2.6104 13.9336C2.69536 14.3994 3.07329 14.8154 3.54204 14.959C3.74419 15.0205 11.2559 15.0205 11.4581 14.959C11.6719 14.8945 11.8155 14.8096 11.9942 14.6484C12.1758 14.4785 12.3457 14.1767 12.3897 13.9365C12.4043 13.8574 12.5918 11.666 12.8057 9.06737L13.1983 4.33885L13.3155 4.29491C13.4883 4.22752 13.752 4.0078 13.8721 3.83201C14.1446 3.43065 14.168 2.79783 13.9278 2.41112C13.7461 2.12108 13.4971 1.91893 13.1924 1.81346C13.0401 1.76073 12.9405 1.7578 11.8008 1.7578H10.5762V1.41209C10.5762 1.14549 10.5645 1.02537 10.5206 0.902327C10.3829 0.49803 10.0782 0.193342 9.6768 0.0556471C9.5186 0.00291277 9.41899 -1.69185e-05 7.48833 0.00291277C5.59282 0.00291277 5.45512 0.00877215 5.31157 0.0585768ZM9.45708 0.952132C9.62114 1.05174 9.67387 1.17186 9.69145 1.4824L9.7061 1.7578H5.29399L5.30864 1.4824C5.32915 1.11033 5.41704 0.96678 5.66899 0.905257C5.71879 0.893538 6.5684 0.884749 7.55864 0.887678C9.30473 0.893538 9.36333 0.896467 9.45708 0.952132ZM12.9786 2.7158C13.1133 2.79783 13.1836 2.92381 13.1836 3.07615C13.1836 3.2285 13.1133 3.35448 12.9786 3.43651L12.876 3.50096H7.50004C2.1768 3.50096 2.12407 3.50096 2.02739 3.44237C1.6934 3.24022 1.76958 2.75682 2.15044 2.66307C2.20024 2.65135 4.63481 2.64549 7.55864 2.64549L12.876 2.65135L12.9786 2.7158ZM12.2754 4.41502C12.2754 4.42967 12.1026 6.53319 11.8916 9.09666C11.587 12.7881 11.4991 13.7754 11.461 13.8545C11.3995 13.9805 11.2969 14.0566 11.1446 14.0918C10.9922 14.1269 4.00786 14.1269 3.85551 14.0918C3.70317 14.0566 3.60063 13.9805 3.53911 13.8545C3.50102 13.7754 3.41313 12.7881 3.10844 9.09666C2.89751 6.53319 2.72465 4.42967 2.72465 4.41502C2.72465 4.4033 4.87504 4.39451 7.50004 4.39451C10.128 4.39451 12.2754 4.4033 12.2754 4.41502Z' fill='%23F57272'/%3E%3Cpath d='M4.61723 5.32908C4.46489 5.42869 4.42387 5.5283 4.42387 5.78611C4.42387 5.91502 4.52348 7.57908 4.64067 9.48338C4.87797 13.2861 4.85161 13.0576 5.05669 13.1865C5.18852 13.2656 5.43169 13.2627 5.55473 13.1777C5.70415 13.0752 5.74223 12.9844 5.74223 12.7236C5.74223 12.5976 5.64262 10.9365 5.52544 9.02928C5.3145 5.63084 5.30864 5.56346 5.24126 5.46678C5.20317 5.41111 5.13872 5.34666 5.09477 5.32029C4.98344 5.25291 4.72563 5.25877 4.61723 5.32908Z' fill='%23F57272'/%3E%3Cpath d='M7.25395 5.32908C7.21001 5.35838 7.14555 5.42283 7.11626 5.46678C7.06352 5.54881 7.06059 5.67772 7.06059 9.25779C7.06059 12.8379 7.06352 12.9668 7.11626 13.0488C7.20708 13.1836 7.3184 13.2422 7.50005 13.2422C7.68169 13.2422 7.79301 13.1836 7.88383 13.0488C7.93657 12.9668 7.9395 12.8379 7.9395 9.25779C7.9395 5.67772 7.93657 5.54881 7.88383 5.46678C7.79301 5.33201 7.68169 5.27342 7.50005 5.27342C7.39165 5.27342 7.31255 5.291 7.25395 5.32908Z' fill='%23F57272'/%3E%3Cpath d='M9.89067 5.32908C9.68559 5.46385 9.71196 5.22069 9.47465 9.03221C9.35747 10.9365 9.25786 12.6006 9.25786 12.7295C9.25786 12.9873 9.29887 13.0869 9.45122 13.1865C9.56547 13.2627 9.82036 13.2627 9.9434 13.1865C10.1485 13.0576 10.1221 13.2861 10.3594 9.48338C10.4766 7.57908 10.5762 5.91502 10.5762 5.78611C10.5762 5.5283 10.5352 5.42869 10.3829 5.32908C10.2657 5.25291 10.0049 5.25291 9.89067 5.32908Z' fill='%23F57272'/%3E%3C/svg%3E");
}
.address-germany__wait {
	padding-bottom:10px;
	padding-top:10px;
	margin:30px 0 0;
}
.balance-address__container .col-4 {
	grid-template-columns: repeat(4, max-content);
	grid-column-gap: 50px;
}
.page-cabinet .table__cell.sum__cell {
	flex-flow:column;
	align-items:flex-start;
}
.sum__cell span {
	font-size: 13px;
	color:var(--bg-grey);
}
.sum__cell .flex {
	column-gap:5px;
}
.table-germany .track-cell {
	position:relative;
}
.table-germany .track-cell div.track-container {
	position:absolute;
	padding:5px 10px;
	border-radius: 3px;
	background: var(--bg-white);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12);
	z-index:3;
	pointer-events:none;
	left:0;
	margin-top:-29px;
	max-width:none;
}
.page-cabinet #filter-box__container h4 {
	margin:0 0 12px;
}
#filter-box__container .date-box__filter input[type=text] {
	padding: 9px 10px 9px 20px;
	width:100%;
	border-radius: 3px;
    border: 1px solid var(--border-color);
    background-color: var(--bg-white);
    outline: none;
    font-family: var(--font-family);
	box-sizing:border-box;
	font-size: 14px;
	color:var(--bg-grey);
}
#filter-box__container .date-box__filter {
	max-width:calc(50% - 5px);
}

#filter-box__container .date-box__filter:last-child input[type=text] {
	padding: 9px 10px 9px 27px;
}
.date-box__filter {
	position:relative;
	width:100%;
}
.date-box__filter label {
	position:absolute;
	left:10px;
	top:8px;
	font-size: 14px;
	color:var(--bg-grey);
}
.page-cabinet .table-germany .table__column.table__footer, .page-cabinet .table-germany .table__column.table__btns {
	grid-template-columns: repeat(2, 1fr);
}
.table-germany .track-cell div {
	max-width:45px;
}
.table-item__text-box__right.flex {
	align-items:normal;
	column-gap:20px;
}
.table-item__text-box__right.flex > div:not(.table-item__text-box__mob) {
	width:100%;
	display:flex;
	flex-flow:column;
}
.table-item__text-box__right.flex > div:not(.table-item__text-box__mob) .table-item__text-box__item:first-child {
	height:100%;
	max-height:102px;
}
.address-post__add-block.flex {
	column-gap:22px;
}
.address-post__add-block.flex > div {
	width:100%;
	max-width:calc(100% / 3 - 15px);
}
.num-order__posts {
	display:none;
}
.form-card {
	max-width:416px;
}
.form-card textarea {
	width:100%;
}
.form-login__fieldset  label {
	position:relative;
}
.form-login__fieldset .title-box__icon  {
	position:absolute;
	right:15px;
	top:13px;
	width:19px;
	height:19px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:15px;
	color:var(--bg-grey);
	border:1px solid var(--bg-grey);
}
.form-login__fieldset .title-box__icon-link {
	position:absolute;
	right:15px;
	top:13px;
	width:19px;
	height:19px;
	border-radius:50%;
	align-items:center;
	justify-content:center;
	font-size:15px;
	color:var(--bg-grey);
	border:1px solid var(--bg-grey);
}
form.form-card .no-buy {
	margin:0 0 30px;
}
.calendar-icon__box {
	position:absolute;
	right:15px;
	top:11px;
}
.page-cabinet .datepicker-dropdown .datepicker-picker {
	border-radius: 5px;
	padding:20px;
	border: 1px solid var(--border-color);
	background: var(--bg-white);
	box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.15);
}
.page-cabinet .datepicker .datepicker-grid span {
	border-radius:0;
	margin:5px 0;
	padding:0 5px 10px 0;
	position:relative;
	height:auto;
}
.page-cabinet .datepicker .days-of-week, .page-cabinet .datepicker-grid {
	display:grid;
	grid-template-columns: repeat(7, 1fr);
	grid-column-gap:12px;
}
.page-cabinet .datepicker-view.months.datepicker-grid, .page-cabinet .datepicker-view.years.datepicker-grid {
	grid-template-columns: repeat(4, 1fr);
}
.page-cabinet .datepicker-view {
	width:100%;
	overflow:hidden;
}
.page-cabinet .form-card .datepicker {
	margin-left:175px;
}
.page-cabinet  .datepicker {
	width:100%;
	max-width:360px;
	min-width:360px;
}
.page-cabinet .datepicker .days-of-week {
	margin:0 0 15px;
}
.page-cabinet .datepicker .dow {
	color: #AFAFAF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
}
.page-cabinet .datepicker .datepicker-grid span.prev, .page-cabinet .datepicker .datepicker-grid span.next {
	color: #AFAFAF;
}
.page-cabinet .datepicker-header .datepicker-controls .button.prev-btn {
	transform:rotate(90deg);
}
.page-cabinet .datepicker-header .datepicker-controls .button.next-btn {
	transform:rotate(-90deg);
}
.page-cabinet .datepicker-header .datepicker-controls .button {
	height:auto;
	border:0;
	padding:0;
}
.page-cabinet .datepicker-header .datepicker-controls .button:hover {
	background:none;
}
.page-cabinet .datepicker-header .datepicker-controls .button.prev-btn, .page-cabinet .datepicker-header .datepicker-controls .button.next-btn {
	color:var(--bg-blue-active);
}
.page-cabinet .datepicker-controls {
	margin:0 0 10px;
}
.page-cabinet .datepicker-footer  .datepicker-controls {
	margin:0;
}
.page-cabinet  .datepicker-footer {
	background:none;
	box-shadow:none;
}
.page-cabinet .datepicker-cell.focused:not(.selected) {
	background:none;
	color:var(--bg-white);
}
.page-cabinet .datepicker .datepicker-grid span:after {
	content:'';
	position:absolute;
	left:0;
	right:-25px;
	height:1px;
	background:#E6E6E6;
	bottom:0;
}
.page-cabinet .datepicker-cell.day.focused:not(.selected):before, .page-cabinet .datepicker-cell.day.selected:before {
	content:'';
	border-radius:50%;
	width:30px;
	height:30px;
	background:#AFAFAF;
	position:absolute;
}
.page-cabinet .datepicker-cell.selected, .page-cabinet .datepicker-cell.selected:hover {
	color: var(--bg-blue-active);
}
.page-cabinet .datepicker-cell.day.selected, .page-cabinet .datepicker-cell.day.selected:hover {
	color: var(--bg-white);
}
.page-cabinet .datepicker-cell.month.focused:not(.selected), .page-cabinet .datepicker-cell.year.focused:not(.selected) {
	color: var(--bg-blue-active);
}
.page-cabinet .datepicker .datepicker-grid span div {
	position:relative;
	z-index:1;
}
.page-cabinet .datepicker-cell.selected, .page-cabinet .datepicker-cell.selected:hover {
	background:none;
	font-weight:500;
}
.page-cabinet .datepicker-cell.day.selected:before {
	background:#FFD970;
}
.page-cabinet .datepicker-cell:hover, .page-cabinet .datepicker .datepicker-grid span:hover {
	background:none;
}
.datepicker-footer .datepicker-controls .button.button--fill {
	color: var(--color-light);
    background-color: var(--color-default-dark);
	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;
	margin:0;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
	height:47px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
	display:flex;
	margin:30px 0 0;
}
.box-calendar {
	display:none;
}
.order-link__form .no-buy {
	max-width:650px;
	margin:0 0 30px;
}
.order-form__box {
	align-items:flex-start;
	justify-content:space-between;
	column-gap:50px;
}
.order-form__box-right {
	width:100%;
	max-width:450px;
	border-radius: 5px;
	background: var(--bg-white);
	box-shadow: 0px 4px 20px rgba(14, 76, 121, 0.11);
	padding:30px;
	box-sizing:border-box;
}
.order-form__box-left {
	width:100%;
	max-width:650px;
}
.order-form__box .field-add__content:not(:last-child) {
	margin:0 0 10px;
}
.order-form__box .field-add__content {
	display:flex;	
}
.order-form__box .field-add__content .ui-input__text, .order-form__box .field-add__content .ui-input input {
	width:100%;
}
.order-form__box .field-add__content .button {
	padding-left:0;
	padding-right:0;
}
.order-form__box .field-add__content .ui-input__price, .order-form__box .field-add__content .ui-input__num {
	width:100%;
	max-width:135px;
}
.order-form__box .field-add__content .ui-input__size {
	width:100%;
	max-width:200px;
}
.label-txt__box {
	margin:0 0 10px;
}
.order-form__box .form-actions__btns {
	margin:40px 0 0;
}
.order-form__box .field-add__btn {
	margin:0;
}
.order-form__box .form-actions__btns .field-add__btn {
	padding:0;
	font-size:20px;
	font-weight: 500;
}
.field-add__content-item:not(:last-child) {
	margin:0 0 40px;
}
.order-form__box-right h3 {
	margin:0 0 40px;
	color: var(--color-primary);
	font-size: 24px;
}
.page-cabinet .order-form__box-right input[type=text], .page-cabinet .order-form__box-right textarea {
	border-left:0;
	border-right:0;
	border-top:0;
	padding:0 0 10px;
	border-radius: 0;
	font-size: 17px;
	width:100%;
}
.page-cabinet .order-form__box-right .form-login__fieldset {
	row-gap:40px;
}
.legal-box {
	margin:40px 0 0;
	opacity: .6;
}
.legal-box a {
	color: var(--color-primary);
	text-decoration:underline;
}
.legal-box a:hover {
	color: var(--color-primary);
	text-decoration:none;
}
.field-add__content-wrap {
	flex-wrap:wrap;
}
.order-form__box .field-add__content {
	gap:10px;
}
.order-form__box .field-add__content .ui-input__name {
    width: 100%;
    max-width:calc(100% - 145px)
}
.order-form__box .field-add__content .ui-input__color {
    width: 100%;
    max-width:calc(100% - 355px)
}
.modal .no-buy {
	font-size:15px;
}
.pay-systems__item div {
	width:100%;
}
.pay-systems__item div:last-child {
	text-align:right;
}
.timerBlock {
	color:#F57272;
}
.packtitle {
	margin:0 0 16px;
}
.footer-shadow {
	filter: drop-shadow(4px 0px 14px rgba(0, 0, 0, 0.06));
}
.page-cabinet__content .electronicsBlock {
	margin:50px 0 0;
}
.parcelOrdersBlock {
	width:100%!important;
	max-width:332px;	
}
.parcelOrdersBlock__box {
	background:var(--bg-white);
	padding:24px;
	box-shadow: 2px 6px 25px #EAEAEA;
	border-radius: 5px;
}
.parcelAddresWrap {
	align-items:flex-start;
}
.parcelOrdersBlock h4 {
	margin:0;
}
.parcelOrdersBlock .flex {
	column-gap:7px;
	margin:0 0 16px;
}
.parcelOrdersBlock .ph {
	display:none;
}
@media screen and (max-width:1200px) {
.page-cabinet .btn-pay {
	border-radius: 5px;
	background: var(--bg-blue-active);
	color:var(--bg-white);
	padding:12px 19px;
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-23px;
}
.parcelOrdersBlock .ph {
	display:block;
    color: #3F3F3F;
	font-size:20px;
}
.col-4 {
    grid-template-columns: repeat(2, 1fr);
}
.page-cabinet .tabber-countries__item {
	padding:10px 15px;
}
.page-cabinet .tabber-sale__item {
	padding:6px 20px;
}
.page-cabinet .table__desctop {
	display:none;
}
.page-cabinet .table__header, .page-cabinet .table__column {
    grid-template-columns: 30% 20% 40% 10%;
}
.page-cabinet .table__header.package-table__column, .page-cabinet .table__column.package-table__column {
    grid-template-columns:30% 40% 20% 10%;
}
.page-cabinet .table-germany .table__header, .page-cabinet .table-germany .table__column {
	grid-template-columns:30% 40% 20% 10%;
}
.page-cabinet .link-down {
    padding: 0;
}
.table__body .table__cell .button {
	display:none;
}
.track-cell {
	order:3;
}
.more__btn {
	order:4;
}
.table__cell:not(:first-child) {
    padding-left:10px;
}
.table-item__text-box__mob {
    display: block;
}
.table-item__text-box {
	flex-flow:column;
}
.table-item__text-box__mob {
	order:1;
}
.table-item__text-box__right {
	order:2;
}
.table-item__text-box__left {
	order:3;
}
.table-item__text-box {
	padding:15px;
}
.table-item__text-title {
	margin:0 0 5px;
}
.number-input__box.flex {
	flex-flow:row;
}
.title-box__icon {
	display:none;
}
.title-box__icon-link {
	display:flex;
}
.address-list__box {
	grid-template-columns: repeat(2, 1fr);
}
.pack-item__text-container__mob {
	display:flex;
	justify-content:space-between;
}
.pack-item__text-box {
	display:flex;
	flex-flow:column;
}
.page-cabinet .table__header.package-table__column.history-table__column, .page-cabinet .table__column.package-table__column.history-table__column {
	grid-template-columns:72% 21% 7%;
}
.history-table__column .table__cell.more__btn {
    display: block;
}
.history-table__column .table__cell:not(:first-child) {
    padding-left: 0;
}
.history-table__column .table__cell:not(:last-child) {
    padding-right: 10px;
}
.calculator-table__item-pc {
	display:none;
}
.calculator-table__item {
	grid-template-columns:1fr;
}
.calculator-table__box .swiper-slide, .calculator-table__box .swiper-slide:first-child {
    flex-shrink: 0;
	max-width:400px;
}
.calculator-table__item {
	border-radius: 10px;
	border: 1px solid #E6E6E6;
}
.calculator-table__box {
    overflow: hidden;
}
.calculator-box__form-container {
    border-top: 0;
}
.calculator-table__box .swiper-slide:not(:last-child) .calculator-table__item-title, .calculator-table__box .swiper-slide:not(:last-child) .calculator-table__item-cell {
    border-right:0;
}
.page-cabinet .swiper-pagination {
	display:block;
	margin:20px 0 0;
	position:relative;
	bottom:auto;
	left:auto;
}
.calculator-box__form-container {
	padding:0 30px 30px;
}
.calculator-box__form-container .swiper {
	margin:0 -30px!important;
	padding:0 30px!important;
}
.calculator-table__item-ph {
	display:block;
}
.calculator-table__item-cell.flex {
	justify-content:space-between;
}
.calculator-table__item-cell.flex.calculator-table__item-cell-money {
	justify-content:center;
}
.icon-cell__cal {
    min-height: 60px;
}
.page-cabinet .pm-icon {
	width:24px;
	height:24px;
}
.calculator-links__box a {
	font-size:16px;
}
.new-order__container {
	flex-flow:column;
	row-gap:15px;
	align-items:flex-start;
}
.table-item__text-box__right > div:nth-child(1) {
	order:2;
	margin:0;
}
.table-item__text-box__right > div:nth-child(2) {
	order:3;
}
.table-item__text-box__right > div:nth-child(3) {
	order:1;
}
.table-item__text-box__right.flex {
	flex-flow:column;
	row-gap:15px;
}
.address-post__add-block.flex > div {
    max-width:none;
}
.form-login__fieldset .title-box__icon {
	display:none;
}
.parcelAddresWrap {
	flex-flow:column;
	row-gap:50px;
}
}
@media screen and (max-width:1000px) {
.balance-address__container {
	display:none;
}
.balance-box {
	max-width:none;
}
.sale-top__container {
	flex-flow:column;
	row-gap:20px;
	margin:0 0 40px;
}
.location-link {
	display:flex;
}
.header__action {
	flex-flow:row;
}
.modal-container .table__mob {
	display:block;
}
.modal__logo {
	background: #FFF;
	box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
	left:0;
	right:0;
	top:0;
	width:auto;
	padding:14px 20px;
}
.modal__logo .header__logo {
	max-width:150px;
}
.modal-close {
	top:20px;
	right:20px;
}
.modal-container {
	-webkit-transform: none!important;
	transform: none!important;
}
.modal .modal-container {
    width: 100%!important;
    min-width: 100%;
}
.tabber-sale__container {
	margin:0;
}
.tabber-sale__container li {
	box-shadow:none;
}
.page-cabinet .tabber-countries__item {
	max-width:170px;
}
.page-cabinet .table__column.table__footer {
	display:block;
}
.stock-all__items {
	margin:0 0 30px;
}
.page-cabinet .table__cell.table__mob {
	padding:0;
}
.filter__btn-open, .filter__btn-open.active {
	width:auto;
}
#filter-box__container {
	position:relative;
	right:auto;
	left:auto;
	display:none;
	border-top:0;
	padding:12px 15px;
	z-index:7;
}
#filter-box__container.active {
	display:block;
}
.filter__btn-open.active {
	border-bottom:1px solid #fff;
	border-radius:5px 5px 0 0;
}
.form-box__container .flex:not(:last-child) {
	margin:0 0 12px;
}
.content__mob {
	display:block;
}
.modal.open .modal-container {
	min-width:auto!important;
}
.stock-all__select {
	margin:0 0 30px;
}
.new_order__links a {
	padding:13px;
}
.track-container {
	display:none!important;
}
.page-cabinet .form-card .datepicker {
	margin:0;
}
.box-calendar {
	display:block;
}
.box-calendar .modal__logo {
	position:relative;
	display:flex;
	align-items:center;
	top:auto;
	left:auto;
	margin:0 0 30px;
}
.box-calendar .modal__logo .header__logo {
	width:100%;
}
.calendar-close {
	top: 20px;
    right: 20px;
	width: 18px;
    height: 18px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
	position: absolute;
}
.calendar-close:after, .calendar-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;
}
.calendar-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.calendar-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.box-calendar .modal__text-box {
	margin:0;
}
.box-calendar .title-body-two {
	margin:0 0 10px;
	font-size: 20px;
	color: var(--color-primary);
    font-family: var(--font-family-two);
}
.order-form__box {
	flex-flow:column;
	row-gap:40px;
}
.order-form__box-right {
	max-width:650px;
}
}
@media screen and (max-width:736px) {
.page-cabinet h2 {
	margin:0 0 25px;
	font-size: 22px;
}
.modal-form__action {
	text-align:center;
}
.page-cabinet .table__cell.table__mob, .page-cabinet .table__cell.table__mob .button {
	display:block;
}
.page-cabinet h3, .page-cabinet form h3 {
	margin:0 0 20px;
	font-size: 20px;
}
.page-cabinet .tabber-countries__item {
	column-gap:5px;
}
.tabber-countries__container-box {
    justify-content: flex-start;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tabber-countries__container-box .swiper {
    margin-left: -20px!important;
    margin-right: -20px!important;
    padding: 0 20px!important;
}
.tabber-countries__container-box {
	margin:0 0 40px;
}
.page-cabinet__content {
	display:block;
}
.balance-container {
	margin:0 0 20px;
}
.balance-top__box {
	padding:10px 20px;
}
.price-links__list {
	margin:0;
}
.page-cabinet .btn-pay {
	right:20px;
}
.price-box {
	max-width:150px;
}
.balance-bottom__box {
	padding:15px 20px;
}
.padding-box {
	padding:20px 15px;
}
.page-cabinet .tabber-sale__item, .tabber-sale__container {
	width:100%;
	box-sizing:border-box;
}
.filter-box__table {
	width:100%;
}
.filter__btn-open {
	padding:10px 20px;
}
.modal-container {
	padding:95px 20px 30px;
}
.modal__location h3 {
	margin:0 0 20px;
}
.page-cabinet .table__column.table__btns {
	display:block;
}
.page-cabinet .table__cell {
	align-items:flex-start;
}
.page-cabinet .table__column.table__btns .table__cell:not(:first-child) {
	margin:10px 0 0;
}
.stock-check__items {
	width:100%;
	padding:14px 15px;
}
.page-cabinet .table--right .table__column.table__btns .table__cell:last-child {
	text-align:center;
	padding:0;
}
.page-cabinet .table__header, .page-cabinet .table__column {
    grid-template-columns: 30% 40% 20% 10%;
}
.page-cabinet .pagination {
    column-gap: 5px;
	justify-content:space-between;
}
.pagination li a.all__pages {
	margin:0 5px;
}
.pagination li span, .pagination li a {
	width:27px;
	height:27px;
}
.sale-box__container .table__hidden.has-button__buy {
	margin-bottom:20px;
}
.cargo-box__container:not(:first-child) {
    margin: 40px 0 0;
}
#order a.field-add__btn {
    margin: 20px 0 0;
}
.items-list__container {
	grid-template-columns:1fr;
}
.address-list__box {
	grid-template-columns: repeat(1, 1fr);
	gap:10px;
}
.address-post__add-block h3 {
	font-size:18px;
}
.address-post__add-block:not(:first-child) {
    margin:40px 0 0;
}
.address-post__add-alernt {
	margin:0 0 10px;
}
.items-list__shops__action {
    margin:20px 0 0;
}
.sale-box__tags {
	column-gap:10px;
}
.sale-box__container .table__column:before, .sale-box__container .table__column:after {
	width:15px;
}
.sale-box__container .table__hidden {
	margin-left:-15px;
	margin-right:-15px;
	padding-left:15px;
	padding-right:15px;
}
.ph-select {
	display:inline;
}
.pc-select {
	display:none;
}
.download-btn, .modal-form .download-btn {
	width:100%;
}
.pack-item__container {
	padding:15px;
}
.pack-item__text-container-btn .button {
	padding:13px;
}
.balance-box__container {
	padding:20px 15px;
}
.balance-box__input {
	max-width:none;
}
.balance-box__money label {
	font-size:18px;
	margin:0 0 16px;
}
.balance-box__prices {
	margin:16px 0 0;
	flex-wrap:wrap;
	row-gap:16px;
	justify-content:flex-start;
}
.balance-box__input {
	width:100%;
}
.balance-box__prices div {
	padding:9px 12px;
}
.pay-systems__item label {
	flex-flow:column;
	row-gap:5px;
	align-items:flex-start;
}
.pay-systems__item > div:last-child {
	font-size:13px;
	text-align:left;
}
.pay-ph {
	display:block;
}
.pay-pc {
	display:none;
}
.pay-systems__item > div:nth-child(2) {
    color: var(--bg-grey);
	font-size:13px;
}
.pay-systems__item > div.pay-systems__out {
	color: #F57272;
}
.pay-systems__item a, .pay-systems__out {
	margin:0;
}
.pay-systems__list-container {
	margin:40px 0 0;
}
.address-item__btn, .address-lest__more-btn {
	margin:20px 0 0;
}
.address-item__search, .address-items__list-box {
	margin:15px 0 0;
}
.address-list__item-btns button, .address-list__item-btns a {
	padding:12px;
}
.address-items__list-box .address-list__item {
	padding:20px 15px;
}
.calculator-box__form-box {
	padding:15px 15px 30px;
}
.page-cabinet .calculator-box__form-box h3 {
	font-size: 16px;
	margin:0 0 15px;
}
.calculator-box__form {
	flex-flow:column;
	row-gap:20px;
	align-items:flex-start;
}
.calculator-item__btn {
	margin:10px 0 0;
	width:100%;
	max-width:330px;
}
.calculator-box__form-container .swiper {
    margin: 0 -15px!important;
    padding: 0 15px!important;
}
.calculator-box__form-container {
    padding: 0 15px 15px;
}
.calculator-table__item-title, .calculator-table__item-cell {
	padding:15px;
	font-size:16px;
}
.calculator-table__box .swiper-slide, .calculator-table__box .swiper-slide:first-child {
	max-width:230px;
	text-align:left;
}
.calculator-table__item-cell, .calculator-table__item-cell.flex {
	text-align:left;
}
.calculator-table__item-cell div:last-child, .calculator-table__item-cell.flex div:last-child {
	white-space:nowrap;
}
.calculator-table__item-title {
	font-size:18px;
}
.calculator-table__item-cell.calculator-table__item-cell-money {
	font-size: 28px;
	padding:20px 15px;
}
.calculator-links__box {
	margin:30px 0 0;
}
.page-cabinet__content-txt h3 {
	font-size:20px;
}
.box.white-border.shadow-box:not(:last-child) {
	margin:0 0 20px;
}
.calculator-item__box, .calculator-item__btn, .filter-box__table, .table-item__text-btn .button, .stock-all__select, .items-list__shops__action button, .balance-box__left, .balance-box__money, .pay-systems__btn button, .page-cabinet .form-login, .table__btns .button {
	max-width:none;
}
.page-cabinet .btn-pay:hover, .table__body .table__cell .button.button--border:hover {
	color:#fff;
}
.table__footer.table__column .table__cell:not(:first-child) {
	padding:0;
}
.table-item__text-box__item a {
	align-items:flex-start;
}
.new-order__container {
	padding:20px 15px;
	margin:0 0 20px;
}
.new-order__container h3 {
	font-size: 16px;
	margin:0;
}
.new_order__links {
	flex-flow:column;
	row-gap:10px;
	align-items:normal;
	width:100%;
}
.action-btns__box button {
	max-height:48px;
	padding:13px 12px;
	min-height:auto;
	box-sizing:border-box;
}
.upload-files__label {
	padding:11px 8px;
}
.upload-files__label .upload-files__btn svg {
	margin-right:2px;
}
.upload-files--name {
	min-width:50px;
	max-width:80px;
}
.upload_file__box span {
	max-width:60px;
}
#filter-box__container input[type=date] {
	max-width:133px;
}
#filter-box__container fieldset {
	display:flex;
	flex-flow:column;
}
.form-box__date {
	order:4;
}
.address-list__item-num  .title-box__icon {
	display:block;
}
.num-order__posts {
	display:block;
	margin:0 0 10px;
	font-size:13px;
	line-height: 140%;
	color:var(--bg-blue-active);
}
.tool-container {
	display:none!important;
}
.address-post__add-block.flex {
	flex-flow:column;
	row-gap:40px;
}
.page-cabinet .datepicker {
	top:0!important;
	left:0!important;
	position:fixed;	
	right:0;
	bottom:0;	
	max-width:none;
	min-width:auto;
	width:100%;
	z-index: 10001;
	padding:0;
	background:var(--bg-white);
}
.page-cabinet .datepicker-dropdown .datepicker-picker {
	border:0;
	box-shadow:none;
	border-radius:0;
}
.order-form__box .field-add__content .ui-input__name {
	max-width:none;
}
.order-form__box .field-add__content .ui-input__price, .order-form__box .field-add__content .ui-input__num, .order-form__box .field-add__content .ui-input__size, .order-form__box .field-add__content .ui-input__color {
	max-width:calc(100% / 2 - 5px);
}
.order-form__box .form-actions__btns {
    margin: 35px 0 0;
	align-items:flex-start;
}
.order-form__box .form-actions__btns .field-add__btn {
	font-size: 16px;
	font-weight: 600;
}
.order-form__box-right {
	padding:20px 15px;
	box-shadow:0px 5px 6px 0px rgba(60, 71, 166, 0.04);
}
.order-form__box-right h3 {
	font-size: 18px;
}
.page-cabinet .order-form__box-right input[type=text], .page-cabinet .order-form__box-right textarea {
	font-size:15px;
}
.legal-box {
	margin:30px 0 0;
}
.pay-systems__item label {
	padding:16px;
}
.pay-systems__item-logo {
	flex-flow:column;
	row-gap:8px;
}
.pay-systems__item div:last-child {
	text-align:left;
}
.page-cabinet form .pay-systems__list-container h3 {
	font-size:18px;
	margin:0 0 20px;
}
.flex.packtitle {
	column-gap:5px;
	margin:0 0 24px;
}
.table-item__text-box__item .table-item__text-title {
	font-weight:600;
}
.packtitle {
    margin: 0 0 12px;
}
.table-item__text-box__item:not(:last-child) {
    margin: 0 0 12px;
}
.pack-item__text-container-btn .payParcel.button, .parcelToArchive {
    width: 100%!important;
}
.pack-item__text-box {
    gap:0!important;
}
.pack-item__container {
	padding:20px 0 0; 
}
.table-item__text-box__item:has(.loadDecl), .pack-item__text-box__item.table-item__text-box__item:has(.addressDetail) {
	margin:0 0 24px;
}
.delivery-ways .address-list__item > .flex {
	flex-flow:column;
	row-gap:8px;
	align-items:flex-start;
}
.label-items__box input[type=text] {
	width:100%;
}
}
@media screen and (max-width:600px) {
#order .field-add__content {
	display:flex;
	flex-wrap:wrap;
}
.balance-box__input, .balance-box__left {
	max-width:none;
}
.field-add__action {
	width:100%;
	max-width:20px;
}
.pay-systems__btn button {
	max-width:none;
}
.ui-input__text {
	width:100%;
}
.ui-input__price, .ui-input__num {
	width:100%;
	max-width:140px;
}
.form-actions__btns {
	flex-flow:column;
	row-gap:30px;
}
.all-price__box {
	text-align:left;
}
.address-list__links {
	flex-flow:column;
	row-gap:15px;
	align-items:flex-start;
}
}
/* End */


/* Start:/bitrix/templates/pm2023/assets/css/datepicker.min.css?16934070964938*/
.datepicker{width:-moz-min-content;width:min-content}.datepicker:not(.active){display:none}.datepicker-dropdown{padding-top:4px;position:absolute;z-index:20}.datepicker-dropdown.datepicker-orient-top{padding-bottom:4px;padding-top:0}.datepicker-picker{background-color:#fff;border-radius:4px;display:flex;flex-direction:column}.datepicker-dropdown .datepicker-picker{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1)}.datepicker-main{flex:auto;padding:2px}.datepicker-footer{background-color:#f5f5f5;box-shadow:inset 0 1px 1px hsla(0,0%,4%,.1)}.datepicker-title{background-color:#f5f5f5;box-shadow:inset 0 -1px 1px hsla(0,0%,4%,.1);font-weight:700;padding:.375rem .75rem;text-align:center}.datepicker-controls{display:flex}.datepicker-header .datepicker-controls{padding:2px 2px 0}.datepicker-controls .button{align-items:center;background-color:#fff;border:1px solid #dcdcdc;border-radius:4px;box-shadow:none;color:#363636;cursor:pointer;display:inline-flex;font-size:1rem;height:2.25em;justify-content:center;line-height:1.5;margin:0;padding:calc(.375em - 1px) .75em;position:relative;text-align:center;vertical-align:top;white-space:nowrap}.datepicker-controls .button:active,.datepicker-controls .button:focus{outline:none}.datepicker-controls .button:hover{border-color:#b8b8b8;color:#363636}.datepicker-controls .button:focus{border-color:#3273dc;color:#363636}.datepicker-controls .button:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.datepicker-controls .button:active{border-color:#474747;color:#363636}.datepicker-controls .button[disabled]{cursor:not-allowed}.datepicker-header .datepicker-controls .button{border-color:transparent;font-weight:700}.datepicker-header .datepicker-controls .button:hover{background-color:#f9f9f9}.datepicker-header .datepicker-controls .button:active{background-color:#f2f2f2}.datepicker-footer .datepicker-controls .button{border-radius:2px;flex:auto;font-size:.75rem;margin:calc(.375rem - 1px) .375rem}.datepicker-controls .view-switch{flex:auto}.datepicker-controls .next-button,.datepicker-controls .prev-button{flex:0 0 14.2857142857%;padding-left:.375rem;padding-right:.375rem}.datepicker-controls .next-button.disabled,.datepicker-controls .prev-button.disabled{visibility:hidden}.datepicker-grid,.datepicker-view{display:flex}.datepicker-view{align-items:stretch;width:15.75rem}.datepicker-grid{flex:auto;flex-wrap:wrap}.datepicker .days{display:flex;flex:auto;flex-direction:column}.datepicker .days-of-week{display:flex}.datepicker .week-numbers{display:flex;flex:0 0 9.6774193548%;flex-direction:column}.datepicker .weeks{align-items:stretch;display:flex;flex:auto;flex-direction:column}.datepicker span{-webkit-touch-callout:none;align-items:center;border-radius:4px;cursor:default;display:flex;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.datepicker .dow{font-size:.875rem;font-weight:700;height:1.5rem}.datepicker .week{color:#b8b8b8;flex:auto;font-size:.75rem}.datepicker .days .dow,.datepicker-cell{flex-basis:14.2857142857%}.datepicker-cell{height:2.25rem}.datepicker-cell:not(.day){flex-basis:25%;height:4.5rem}.datepicker-cell:not(.disabled):hover{background-color:#f9f9f9;cursor:pointer}.datepicker-cell.focused:not(.selected){background-color:#e9e9e9}.datepicker-cell.selected,.datepicker-cell.selected:hover{background-color:#3273dc;color:#fff;font-weight:600}.datepicker-cell.disabled{color:#dcdcdc}.datepicker-cell.next:not(.disabled),.datepicker-cell.prev:not(.disabled){color:#7a7a7a}.datepicker-cell.next.selected,.datepicker-cell.prev.selected{color:#e6e6e6}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today){background-color:#f5f5f5;border-radius:0}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover{background-color:#efefef}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused{background-color:#e9e9e9}.datepicker-cell.today:not(.selected){background-color:#00d1b2}.datepicker-cell.today:not(.selected):not(.disabled){color:#fff}.datepicker-cell.today.focused:not(.selected){background-color:#00ccad}.datepicker-cell.range-end:not(.selected),.datepicker-cell.range-start:not(.selected){background-color:#b8b8b8;color:#fff}.datepicker-cell.range-end.focused:not(.selected),.datepicker-cell.range-start.focused:not(.selected){background-color:#b3b3b3}.datepicker-cell.range-start:not(.range-end){border-radius:4px 0 0 4px}.datepicker-cell.range-end:not(.range-start){border-radius:0 4px 4px 0}.datepicker-cell.range{background-color:#dcdcdc;border-radius:0}.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover{background-color:#d7d7d7}.datepicker-cell.range.disabled{color:#c6c6c6}.datepicker-cell.range.focused{background-color:#d1d1d1}.datepicker-input.in-edit{border-color:#276bda}.datepicker-input.in-edit:active,.datepicker-input.in-edit:focus{box-shadow:0 0 .25em .25em rgba(39,107,218,.2)}
/* 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 */


/* Start:/bitrix/templates/pm2023/components/bitrix/system.auth.form/top/style.css?1682172985442*/
div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/bitrix/templates/pm2023/components/bitrix/system.auth.form/top/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/pm2023/components/bitrix/system.auth.form/top/images/sec-unlocked.png);}

/* End */
/* /bitrix/templates/pm2023/assets/css/main.css?171559650957094 */
/* /bitrix/templates/pm2023/assets/css/login.css?167891444440536 */
/* /bitrix/templates/pm2023/assets/css/cabinet.css?171578644368795 */
/* /bitrix/templates/pm2023/assets/css/datepicker.min.css?16934070964938 */
/* /bitrix/templates/pm2023/assets/css/custom.css?174781020246465 */
/* /bitrix/templates/pm2023/assets/css/select2.min.css?171559380216264 */
/* /bitrix/templates/pm2023/components/bitrix/system.auth.form/top/style.css?1682172985442 */
