/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
@font-face {
  font-family: "PT Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("PTSans-Regular"), url("/local/fonts/PT_Sans/PTSans-Regular.eot") format("embedded-opentype"), url("/local/fonts/PT_Sans/PTSans-Regular.ttf") format("truetype"), url("/local/fonts/PT_Sans/PTSans-Regular.woff") format("woff"), url("/local/fonts/PT_Sans/PTSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("PTSans-Italic"), url("/local/fonts/PT_Sans/PTSans-Italic.eot") format("embedded-opentype"), url("/local/fonts/PT_Sans/PTSans-Italic.ttf") format("truetype"), url("/local/fonts/PT_Sans/PTSans-Italic.woff") format("woff"), url("/local/fonts/PT_Sans/PTSans-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("PTSans-Bold"), url("/local/fonts/PT_Sans/PTSans-Bold.eot") format("embedded-opentype"), url("/local/fonts/PT_Sans/PTSans-Bold.ttf") format("truetype"), url("/local/fonts/PT_Sans/PTSans-Bold.woff") format("woff"), url("/local/fonts/PT_Sans/PTSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: local("PTSans-BoldItalic"), url("/local/fonts/PT_Sans/PTSans-BoldItalic.eot") format("embedded-opentype"), url("/local/fonts/PT_Sans/PTSans-BoldItalic.ttf") format("truetype"), url("/local/fonts/PT_Sans/PTSans-BoldItalic.woff") format("woff"), url("/local/fonts/PT_Sans/PTSans-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans Narrow";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("PTSansNarrow-Regular"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Regular.eot") format("embedded-opentype"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Regular.ttf") format("truetype"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Regular.woff") format("woff"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PT Sans Narrow";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("PTSansNarrow-Bold"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Bold.eot") format("embedded-opentype"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Bold.ttf") format("truetype"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Bold.woff") format("woff"), url("/local/fonts/PT_Sans_Narrow/PTSansNarrow-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "SF Pro Text";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("SFProText-Regular"), url("/local/fonts/SF_Pro_Text/SFProText-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Neue Haas Unica";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/local/fonts/Neue_Haas_Unica/NeueHaasUnica-Medium.eot") format("embedded-opentype"), url("/local/fonts/Neue_Haas_Unica/NeueHaasUnica-Medium.ttf") format("truetype"), url("/local/fonts/Neue_Haas_Unica/NeueHaasUnica-Medium.woff") format("woff") url("/local/fonts/Neue_Haas_Unica/NeueHaasUnica-Medium.woff2") format("woff2");
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: white;
}

.wrap {
  overflow: unset !important;
}

.hidden {
  display: none !important;
}

.reset__href {
  color: inherit;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
}

.page__content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.text-color {
  color: #231f20;
}

.opacity-text {
  color: #adaeb1;
}

.primary-text {
  color: #0057b8;
}

.second-text {
  color: #33c3ce;
}

.warm-text {
  color: #ff9910;
}

.error-text {
  color: #ca545a;
}

.lk-black-link {
  color: #231f20;
  font-size: 15px;
}

.lk-blue-link {
  color: #0057b8;
  font-size: 15px;
}

.plus-btn {
  width: 12px;
  height: 12px;
  fill: #0057b8;
}

.close-btn {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  fill: #adaeb1;
}

.not-pd {
  padding: 0;
}

.button__groups {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__groups .hint-relat {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button__groups .hint-order__vect {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -100%);
      -ms-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  margin: 15px -5px 0 0;
  padding: 8px 35px 8px 24px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
  color: white;
  background: #1fbeca;
  -webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2117647059);
          box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2117647059);
}
.button__groups .hint-order__vect-cur {
  z-index: -1;
  position: absolute;
  left: 0%;
  top: 0;
  -webkit-transform: translate(-80%, -37%) rotate(20deg);
      -ms-transform: translate(-80%, -37%) rotate(20deg);
          transform: translate(-80%, -37%) rotate(20deg);
  width: 90px;
  height: 50px;
  margin-left: 4px;
  fill: none;
  background: url("/local/img/cur.png") no-repeat;
}
.button__groups .hint-order-ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-13px, -50%);
      -ms-transform: translate(-13px, -50%);
          transform: translate(-13px, -50%);
  display: block;
  width: 13px;
  height: 13px;
  background: url("/local/img/close.png");
  cursor: pointer;
}
.button__groups--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.button__groups--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.reset-btn {
  min-width: auto;
  height: auto;
  padding: 0;
  color: inherit;
  line-height: 1;
  background: transparent;
  border: none;
}

.link-under {
  color: #231f20;
  text-decoration: underline;
}

.rotate-45 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}

.breadcrumbs__item:last-child {
  font-weight: bold;
}

.sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
  padding: 20px;
  background: #f7f8f9;
}

.sidebar__title {
  margin-bottom: 20px;
  font-size: 15px;
  text-transform: uppercase;
}

.sidebar__group {
  margin-bottom: 32px;
}

.sidebar__group:last-child {
  margin-bottom: 0;
}

.group-item__href {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #231f20;
  font-size: 15px;
}

.group-item__href:hover {
  text-decoration: underline;
}

.group-item__href::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-right: 5px;
  background-image: url("/local/templates/main/components/bitrix/sale.personal.section/new/img/arrow-nav.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sidebar__dropdown {
  display: none;
  width: 100%;
}

.sidebar__group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  white-space: normal;
}

.sidebar__group-item:last-child {
  margin-bottom: 0;
}

.sidebar__group-item.active .sidebar__dropdown {
  display: block;
}

.sidebar__group-item.active .group-item__href {
  color: #0057b8;
  font-weight: bold;
  pointer-events: none;
}

.sidebar__dropdown-href {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.herf__main-text {
  margin-right: 3px;
  text-decoration: underline;
}

.sidebar__dropdown-list {
  padding: 20px 0 17px 21px;
}

.sidebar-dropdown__button-group {
  margin-left: 15px;
  opacity: 0;
}

.sidebar__dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.sidebar__dropdown-item:last-child {
  margin-bottom: 0;
}

.sidebar__dropdown-item:hover .sidebar__dropdown-href {
  font-weight: bold;
}

.sidebar__dropdown-item:hover .sidebar-dropdown__button-group {
  opacity: 1;
}

.sidebar__group-ico {
  width: 16px;
  margin-right: 5px;
  fill: #33c3ce;
}

.group-item__notify {
  margin-left: 5px;
  padding: 5px;
  color: white;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  background: #ca545a;
  border-radius: 30px;
}

.sidebar-dropdown__item-ico {
  pointer-events: none;
  width: 10px;
  height: 20px;
  margin-right: 5px;
  fill: #0057b8;
}

.sidebar-dropdown__item-ico--secound {
  height: 10px;
  fill: #b1cdeb;
}

.sidebar-dropdown__action-btn-name {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  padding: 3px 10px;
  color: #7b7c7e;
  background: white;
  border: 1px solid #33c3ce;
  -webkit-box-shadow: 0 0 6px 0 rgba(204, 203, 204, 0.4);
          box-shadow: 0 0 6px 0 rgba(204, 203, 204, 0.4);
  visibility: hidden;
  -webkit-transform: translate(100%, -100%);
      -ms-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  opacity: 0;
  pointer-events: none;
}

.sidebar-dropdown__action-btn-wrapp {
  position: relative;
  display: inline-block;
}

.sidebar-dropdown__action-btn-wrapp:hover .sidebar-dropdown__action-btn-name {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

.sidebar-dropdown__form-btn {
  width: 100%;
  min-width: auto;
  margin-top: 16px;
}

.sidebar-dropdown__form-btn--tr {
  color: #0057b8;
  background: transparent;
}

.sidebar-dropdown__form-btn--tr:hover {
  color: white;
  background: #0057b8;
}

.sidebar-dropdown__form .sidebar-dropdown__form-inpt {
  padding: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #b1cdeb;
}

.sidebar-dropdown__form .sidebar-dropdown__form-inpt::-webkit-input-placeholder {
  color: #9ab8d8;
}

.sidebar-dropdown__form .sidebar-dropdown__form-inpt::-moz-placeholder {
  color: #9ab8d8;
}

.sidebar-dropdown__form .sidebar-dropdown__form-inpt:-ms-input-placeholder {
  color: #9ab8d8;
}

.sidebar-dropdown__form .sidebar-dropdown__form-inpt::-ms-input-placeholder {
  color: #9ab8d8;
}

.sidebar-dropdown__form .sidebar-dropdown__form-inpt::placeholder {
  color: #9ab8d8;
}

.page__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 40px;
}

h1.page__title {
  margin: unset;
  color: #0057b8;
  font-weight: bold;
  font-size: 24px;
  text-transform: none;
  border-bottom: none;
}

.ico-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lk-btn {
  text-transform: none;
  color: #0057b8;
  border-color: transparent;
  background: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.lk-btn--grey {
  color: #adaeb1;
}
.lk-btn--grey:hover {
  color: #adaeb1;
  border-color: #adaeb1;
}
.lk-btn--ml-auto {
  margin-left: auto;
}

.lk-clear-btn {
  min-width: 192px;
  margin-left: 12px;
}

.lk-btn--content span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.cart-wrapper-fl__bl {
  max-width: 400px;
  background: #1fbeca;
  color: white;
  padding: 15px 36px;
  text-align: center;
  margin: 0 5px;
  display: inline-block;
  vertical-align: text-top;
}

.lk-btn-min {
  width: auto;
  min-width: auto;
  height: 14px;
  padding: 0;
  color: #adaeb1;
  font-size: 12px;
  line-height: 1;
  text-transform: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid;
}

.line--bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid #eef1f3;
}

.line--top {
  padding-top: 20px;
  border-top: 1px solid #eef1f3;
}

.lk-info__group {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef1f3;
}

.lk-info__group--orders {
  max-width: 940px;
  overflow: hidden;
}

.lk-info__title {
  font-weight: bold;
  font-size: 17px;
  text-transform: none;
}

.lk-info__form-item {
  width: calc(33.3333333333% - 1em);
}

.lk-info__form-title {
  color: #87888a;
  font-size: 15px;
}

.lk-info__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 30px;
}

.lk-info__form .lk-info__form-input {
  margin-top: 16px;
  padding: 0;
  color: #231f20;
  font-size: 17px;
  font-style: normal;
}

#cancelEditProfile,
#cancelEditProfileOpen {
  margin-right: 10px;
}

.lk-info__form-input[readonly] {
  pointer-events: none;
}

.lk-info__form-input[readonly] ~ .suggestions-wrapper {
  opacity: 0;
}

.lk-info__form-input:not([readonly]) {
  color: #00519d;
  font-style: italic;
  border: 1px solid #b1cdeb;
  padding: 0 8px;
}

.lk-info__form-input:focus:not([readonly]) {
  border-color: #00519d;
}

.lk-info__form-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lk-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 28px;
}

.lk-sale__item {
  width: 33.3333333333%;
}

.lk-sale__item--fl {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lk-sale__personal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.lk-sale__personal-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  color: #33c3ce;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  background: #f0fbfc;
  border-radius: 50%;
}

.lk-sale__personal-text {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  color: #33c3ce;
}

.lk-sale__personal-title {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.lk-sale__personal-date {
  margin: 0;
}

.lk-sale__presonal-price {
  margin-bottom: 25px;
  font-size: 32px;
}

.lk-sale__item-b {
  margin-bottom: 15px;
  color: #231f20;
  font-size: 15px;
}

.lk-saleline {
  width: 100%;
  margin-top: 40px;
}

.lk-saleline__line {
  width: 100%;
  height: 30px;
  margin: 15px 0 18px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(28, 190, 202, 0.05)), color-stop(33%, rgba(28, 190, 202, 0.5)), color-stop(33%, rgba(72, 194, 197, 0.5)), color-stop(66%, #1cbeca), color-stop(66%, #20bec6));
  background: -o-linear-gradient(left, rgba(28, 190, 202, 0.05) 0%, rgba(28, 190, 202, 0.5) 33%, rgba(72, 194, 197, 0.5) 33%, #1cbeca 66%, #20bec6 66%);
  background: linear-gradient(to right, rgba(28, 190, 202, 0.05) 0%, rgba(28, 190, 202, 0.5) 33%, rgba(72, 194, 197, 0.5) 33%, #1cbeca 66%, #20bec6 66%);
}

.lk-saleline__values-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lk-saleline__values-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.3333333333%;
}

.lk-saleline__values-name {
  position: absolute;
  top: 50%;
  left: 0;
  color: #33c3ce;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lk-saleline__values-precent {
  color: #33c3ce;
  font-weight: bold;
  font-size: 18px;
}

.lk-saleline__values-price {
  margin: 0;
  font-size: 16px;
}

.lk-saleline__values-price span {
  font-weight: bold;
  font-size: 18px;
}

.lk-manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.lk-manager--mt {
  margin-top: 20px;
}

.lk-manager--mt-b {
  margin-top: 34px;
}

.lk-manager__item {
  width: 33.3333333333%;
}

.lk-manager__item--photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lk-manager__photo {
  width: 100px;
  max-height: 114px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

.lk-manager__btns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.lk-manager__opacity-title {
  margin: 0 0 8px;
}

.lk-manager__jobname {
  margin: 0;
  font-size: 16px;
}

.lk-manager__link-wrapper {
  margin-bottom: 10px;
}

.lk-manager__link {
  margin-right: 8px;
  text-decoration: none;
}

.lk-manager__link:hover {
  text-decoration: underline;
}

.lk-order-info__wrapper,
.lk-docs-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}

.lk-order-info__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 210px;
  margin-right: 15px;
  padding: 10px;
  background: #edf3fa;
}

.lk-order-info__href {
  position: relative;
  display: block;
  margin-bottom: 28px;
  color: #0057b8;
  text-decoration: none;
}

.lk-order-info__href-ico {
  position: absolute;
  top: 8px;
  right: 0;
  width: 18px;
  fill: #0057b8;
}

.lk-order-info__href-num {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 25px;
}

.lk-order-info__opacity {
  margin-bottom: 10px;
}

.lk-order-info__href-date {
  font-size: 16px;
}

.lk-order-info__text {
  margin: 0 0 16px;
  color: #231f20;
  font-size: 15px;
}

.lk-order-info__text:last-child {
  margin-bottom: 5px;
}

.lk-order-info__text--bold {
  font-weight: bold;
}

.lk-info__group--orders-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.lk-order-info__wrapper-slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 56px);
  overflow: hidden;
}

.lk-order-info__wrapper-slider-doc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 56px);
  overflow: hidden;
}

.swiper-scrollbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  height: 1px;
  margin: 20px auto 10px;
  background: #edf3fa;
}

.swiper-scrollbar-drag {
  height: 6px;
  background: #0057b8;
}

.slider-btn-nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
}

.slider-btn-nav--prev {
  margin-right: 12px;
}

.slider-btn-nav--next {
  margin-left: 12px;
}

.lk-docs-info__item {
  width: 100px;
  margin-right: 50px;
}

.lk-docs-info__img-href {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 144px;
  margin-bottom: 20px;
  background-color: #f7f8f9;
  border: 1px solid #f7f8f9;
}

.lk-docs-info__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lk-docs-info__img--ico {
  width: 65px;
}

.lk-docs-info__title {
  margin-bottom: 0;
  font-size: 12.5px;
}

.lk-docs-info__date {
  margin: 10px 0;
  font-size: 12.5;
}

.lk-docs-info__downl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk-docs-info__downl-ico {
  width: 16px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: #0057b8;
}

.lk-counteragent__form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lk-counteragent__hot-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f7f8f9;
  padding: 1.5em 1em 0.5em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
}

.lk-counteragent__hot-info span:not(:empty) {
  margin-bottom: 1em;
}

.lk-counteragent__hot-info.empty {
  opacity: 0;
}

.lk-counteragent__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  font-size: 14px;
}

.lk-counteragent__item a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #3e3d40;
}

.lk-counteragent__item .sidebar-dropdown__button-group {
  margin-left: 10px;
}

.lk-counteragent__item a:hover {
  color: #0057b8;
}

.lk-counteragent__item:hover .sidebar-dropdown__button-group {
  opacity: 1;
}

.lk-counteragent__item:last-child {
  margin-bottom: 0;
}

.lk-counteragent__list .lk-counteragent__item:not(:nth-child(-n+3)) {
  display: none;
}

.lk-counteragent__list.full .lk-counteragent__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lk-counteragent__btns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 25px;
}

.lk-counteragent__btn-all {
  min-width: auto;
  padding: 0;
  color: #0057b8;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  border: none;
}

.lk-counteragent__btn-all span {
  pointer-events: none;
  margin-right: 3px;
  font-weight: normal;
  text-decoration: underline;
}

.lk-counteragent-current {
  position: relative;
}

.lk-counteragent-current__top {
  margin-top: 45px;
  padding: 20px;
  color: #0057b8;
  background: #edf3fa;
}

.lk-counteragent-current__title {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}

.lk-counteragent-current__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.lk-counteragent-current__form .lk-counteragent-current__form-inpt {
  margin-top: 12px;
  color: #0057b8;
  font-style: normal;
  font-style: italic;
  border-color: #b1cdeb;
}

.lk-counteragent-current__form .input-readonly {
  padding: 0;
  pointer-events: none;
  font-style: normal;
  border-color: transparent;
}

.lk-counteragent-current__form .input-readonly.lk-counteragent-current__form-inpt--select {
  padding-left: 8px;
  border: 1px solid #dbdee0;
}

.lk-counteragent-current__form-inpt .bx-sls {
  display: none;
}

.add-contr {
  border: 1px solid #0057b8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  min-width: 260px;
}

.lk-counteragent-current__form-title {
  color: #adaeb1;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

.lk-counteragent-current__form-title--mt {
  margin-top: 25px;
}

.lk-counteragent-current__form-elem {
  width: calc(50% - 1em);
}

.lk-counteragent-current__form-field {
  display: block;
  width: calc(50% - 10px);
  margin-top: 24px;
  color: #adaeb1;
  font-size: 14px;
}

.lk-counteragent-current__form-field--min {
  width: calc(16.6666666667% - 10px);
}

.lk-counteragent-current__inpts-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lk-counteragent-current__btn-edit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
}

.lk-counteragent-current__btn-edit-wrap--cus {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk-counteragent-current__btn-edit {
  height: auto;
  padding: 3px 12px 2px;
  line-height: 1;
}

.pre-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 23px;
}

.pre-sort__select {
  width: 315px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  border-color: #8e8f91;
}

.pre-sort__btns-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 35px 0;
}

.pre-sort__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: auto;
  height: auto;
  padding: 0;
  color: #7b7c7e;
  text-transform: none;
  background: transparent;
  border: none;
  cursor: pointer;
  fill: #7b7c7e;
  stroke: #7b7c7e;
  overflow: visible;
}

.pre-sort__btn-icon {
  margin-right: 7px;
}

.pre-sort__btn svg {
  height: 27px;
  margin: 0 7px;
}

.pre-sort__btn:hover svg {
  fill: #0057b8;
  stroke: #0057b8;
}

.sort-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  color: #231f20;
  background: #edfafb;
}

.sort-line--favorite {
  margin: 24px 0 30px;
}

.sort-line__main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.sort-line__main-title-ico {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.sort-line__main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-line__controls-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sort-line__control-arrow {
  height: 18px;
  margin-left: 8px;
  fill: #231f20;
}

.sort-line__control--arrow-up .sort-line__control-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sort-line__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: #231f20;
  text-decoration: none;
  border-right: 1px solid #231f20;
}

.sort-line__control.active {
  color: #33c3ce;
}

.sort-line__control.active .sort-line__control-arrow {
  fill: #33c3ce;
}

.sort-line__control:last-child {
  border-right: none;
}

.sort-line__control--arrow {
  padding-right: 8px;
}

.sort-line__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-line__view-ico {
  width: 100%;
  height: 100%;
  stroke: #231f20;
  stroke-width: 1.5px;
}

.sort-line__view-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-left: 7px;
}

.sort-line__view-btn.active .sort-line__view-ico {
  stroke: #1fbeca;
}

.catalog-box--new .item-catalog {
  width: 100%;
  height: 412px;
  margin: 0;
}

.catalog-box--new .item-catalog .btn-add-cart,
.catalog-box--new .item-catalog .btn-cart {
  margin-bottom: 0;
}

.catalog-box--new .item-catalog:hover {
  background: transparent;
  -webkit-box-shadow: 0 1px 10px 0 rgba(197, 198, 199, 0.59);
          box-shadow: 0 1px 10px 0 rgba(197, 198, 199, 0.59);
}

.catalog-box--new .item-catalog:hover .cat-buttons-wrap {
  opacity: 1;
}

.catalog-box--new .item-catalog::after,
.catalog-box--new .item-catalog::before {
  display: none;
}

.catalog-box--new .item-catalog .cat-hidden {
  margin: 0 -24px;
}

.catalog-box--new {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px 17px;
  padding-left: 0;
}

.catalog-box--new .item-catalog__quantity,
.catalog-box--new .cat-name__title-line {
  display: none;
}

.catalog-box--new .cat-buttons-wrap--line {
  display: none;
}

.catalog-box--new .item-catalog .cat-price-info {
  background: #f7f8f9;
}

.catalog-box--new .item-catalog .cat-actions {
  padding: 8px 24px 0;
}

.catalog-box--new[type=line] {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.catalog-box--new[type=line] .cat-price {
  height: auto;
  padding-top: 15px;
}

.catalog-box--new[type=line] .star-wrap-item {
  margin-bottom: 0 !important;
}

.catalog-box--new[type=line] .api-reviews-element-rating {
  margin-bottom: 10px;
}

.catalog-box--new[type=line] .item-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  padding: 16px 8px 10px;
  border-bottom: 1px solid #eef1f3;
}

.catalog-box--new[type=line] .item-catalog .cat-text {
  height: auto;
}

.catalog-box--new[type=line] .item-catalog .cat-photo {
  width: 180px;
}

.catalog-box--new[type=line] .cat-buttons-wrap--line {
  position: static;
  display: block;
  margin-top: 20px;
  opacity: 1;
}

.catalog-box--new[type=line] .cat-buttons-wrap--line-not {
  display: none;
}

.catalog-box--new[type=line] .item-catalog__el {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.catalog-box--new[type=line] .cat-name__title-line {
  display: block;
  margin: 35px 0 5px;
  color: #a8a9ab;
}

.catalog-box--new[type=line] .basket-item__remove {
  position: absolute;
  top: 16px;
  right: 8px;
}

.catalog-box--new[type=line] .item-catalog__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 220px;
  margin-top: 35px;
}

.catalog-box--new[type=line] .item-catalog .cat-price-info {
  margin-top: 8px;
  text-align: left;
  background: transparent;
}

.catalog-box--new[type=line] .btn-add-cart {
  position: absolute;
  right: 8px;
  bottom: 14px;
  width: 220px;
}

.catalog-box--new[type=line] .item-catalog .cat-hidden {
  display: block;
}

.catalog-box--new[type=line] .item-catalog .cat-actions {
  margin: 19px -24px 0;
  padding: 0;
}

.catalog-box--new[type=line] .cat-price-old {
  left: 0;
}

.catalog-box--new[type=line] .elm-discount {
  right: 100px;
}

.catalog-box--new[type=line] .item-catalog > * {
  position: static;
}

.catalog-box--new[type=line] .item-catalog .elm-stiker {
  position: absolute;
  font-family: "PT Sans Narrow", sans-serif;
  letter-spacing: 0.5px;
}

.cat-buttons-wrap {
  position: absolute;
  top: 10px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.cat-buttons-wrap .btn-cat-favorite {
  position: static;
  display: block;
}

.btn-cat-clip-ico {
  width: 18px;
  height: 18px;
}

.btn-cat-clip {
  margin-right: 5px;
  fill: #7b7c7e;
}

.btn-cat-clip:hover {
  fill: #0057b8;
}

.btn-cat-like {
  fill: none;
  stroke: #7b7c7e;
  stroke-width: 27;
}

.btn-cat-like:hover {
  fill: #0057b8;
  stroke: #0057b8;
}

.basket__info {
  margin-top: 20px;
  color: #231f20;
}

.basket-excel {
  width: 300px;
  fill: #0057b8;
}

.basket-excel:hover {
  fill: white;
}

.basket-confirm {
  width: 100%;
  height: 40px;
  font-size: 18px;
  fill: white;
}
.basket-confirm.btn-white {
  font-size: 16px;
}

.basket-confirm:hover {
  fill: #0057b8;
}

.basket-confirm .btn-action-cart-spinner {
  margin-top: 0;
}

.basket-confirm:hover .btn-action-cart-spinner .circle {
  background: #838486;
}

.basket-confirm span,
.basket-confirm svg,
.basket-confirm path {
  pointer-events: none;
}

.basket__info-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  color: #ca545a;
  font-weight: bold;
}

.basket__info-alert svg {
  height: 30px;
  fill: #ca545a;
}

.basket__info-ico-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27px;
  margin-right: 9px;
}

.basket__info-ico-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 27px;
  height: 27px;
  background: rgba(232, 83, 90, 0.15);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.basket__load-excel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.basket__load-excel-qu {
  margin: 0 10px;
}

.basket__btn-qu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15px;
  height: 15px;
  color: #0057b8;
  font-weight: bold;
  font-size: 11px;
  background: rgba(0, 87, 184, 0.15);
  border-radius: 50%;
  cursor: pointer;
}

.basket__main {
  padding-bottom: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eef1f3;
}
.basket__main-wrap {
  position: relative;
}
.basket__main-wrap:not(.hide) + .basket__main-wrap {
  margin-top: 60px;
}
.basket__main-wrap [data-basket-id=R] .basket-item__date svg path {
  stroke: #ff9910;
}
.basket__main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.basket__main-separate {
  position: relative;
  padding-bottom: 10px;
}
.basket__main-separate-container {
  width: calc(100% - 360px);
}
.basket__main-separate-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basket__main-separate-wrap .hint-relat {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basket__main-separate-wrap .hint-order__vect {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -100%);
      -ms-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  margin: 15px -5px 0 0;
  padding: 8px 35px 8px 24px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
  color: white;
  background: #1fbeca;
  -webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2117647059);
          box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2117647059);
}
.basket__main-separate-wrap .hint-order__vect-cur {
  z-index: -1;
  position: absolute;
  left: 0%;
  top: 0;
  -webkit-transform: translate(-80%, -37%) rotate(20deg);
      -ms-transform: translate(-80%, -37%) rotate(20deg);
          transform: translate(-80%, -37%) rotate(20deg);
  width: 90px;
  height: 50px;
  margin-left: 4px;
  fill: none;
  background: url("/local/img/cur.png") no-repeat;
}
.basket__main-separate-wrap .hint-order-ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-13px, -50%);
      -ms-transform: translate(-13px, -50%);
          transform: translate(-13px, -50%);
  display: block;
  width: 13px;
  height: 13px;
  background: url("/local/img/close.png");
  cursor: pointer;
}
.basket__main-separate-wrap .hint-relat {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.basket__main-separate-wrap .hint-order__vect {
  -webkit-transform: translate(75%, -170%);
      -ms-transform: translate(75%, -170%);
          transform: translate(75%, -170%);
}
.basket__main-separate-wrap .hint-order__vect-cur {
  -webkit-transform: translate(-65%, -10%) rotate(0deg);
      -ms-transform: translate(-65%, -10%) rotate(0deg);
          transform: translate(-65%, -10%) rotate(0deg);
}
.basket__main-separate-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.basket__main-separate-name {
  margin: unset;
  font-weight: bold;
  font-size: 18px;
}
.basket__main-separate-name.second-text {
  padding: 8px 11px 6px 15px;
  color: #3158b4;
  background: rgba(49, 88, 180, 0.1);
}
.basket__main-separate-change {
  min-width: unset;
  margin-left: 13px;
  text-transform: none;
  color: #3158b4;
  border-color: transparent;
  background: transparent;
}
.basket__main-separate-msg {
  width: calc(100% - 360px);
  margin: 10px 0 0 0;
}
.basket__main-separate-msg:not(.custom-alert) {
  display: inline-block;
  padding: 8px 20px;
  background: #f7f8f9;
}
.basket__main-separate .close-btn {
  margin-left: 10px;
}
.basket__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.basket__footer #clear-all-button {
  display: block;
  width: calc(100% - 360px);
}
.basket__footer #clear-all-button .remove-group {
  margin-left: auto;
  text-transform: uppercase;
  border-color: #adaeb1;
}
.basket__footer #clear-all-button .remove-group:hover {
  color: white;
  background: #adaeb1;
}
.basket__footer #clear-all-button .remove-group:hover .ico-btn {
  fill: white;
}
.basket__checkbox-label {
  height: 24px;
}
.basket-item__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basket-item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  color: #acacaf;
}
.basket-item__date svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.basket-item__date svg path {
  stroke: #6ebdc8;
}
.basket-item__date-val {
  display: block;
  color: #ff9910;
}
.basket-item__quantity-last {
  padding-top: 10px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(100% + 14px));
      -ms-transform: translate(-50%, calc(100% + 14px));
          transform: translate(-50%, calc(100% + 14px));
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  color: #ca545a;
}
.basket-item-quantity-last-icon {
  vertical-align: middle;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/cart/img/icon-alert.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.basket__item.hide {
  display: none;
}
.basket__item[data-basket-id=NA] {
  color: #7b7b7d;
}
.basket__item[data-basket-id=NA] .basket-item__photo {
  opacity: 0.6;
}
.basket__item[data-basket-id=NA] .basket-item__info-title {
  color: #7b7b7d;
}

.basket__main-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  color: #adaeb1;
  border-top: 1px solid #eef1f3;
}

.basket__main-head-el {
  display: inline-block;
}

.basket__main-head-el--photo {
  width: 155px;
}

.basket__main-head-el--name {
  width: 220px;
  margin: 0 24px;
}

.basket__main-head-el--price {
  width: 165px;
}

.basket__main-head-el--quantity {
  width: 78px;
  margin: 0 29px;
  text-align: center;
}

.basket__main-head-el--total {
  width: 150px;
}

.basket__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 21px 0 16px;
}
.basket__item + .basket__item {
  border-top: 1px solid #eef1f3;
}
.basket__item[data-basket-id=R] .basket-item__avalible-val.second-text {
  color: #ff9910;
}

.basket__item .btn-cat-favorite {
  width: 20px;
}

.basket__item--warm {
  border-color: #ff9910;
}

.basket__item--error {
  border-color: #ca545a;
}

.popup__cart-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup__cart-select .popup-inner {
  max-width: 300px;
  text-align: center;
}
.popup__cart-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.popup__cart-order .popup-title {
  white-space: inherit !important;
}

.basket-item__photo-wrap {
  position: relative;
}

.basket-item__photo {
  width: 155px;
  height: 155px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.basket-item__hints {
  position: absolute;
  top: 0;
  left: 0;
}

.basket-item__hint {
  display: block;
  width: 50px;
  height: 24px;
  margin-bottom: 5px;
  padding: 3px 0;
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-family: "PT Sans Narrow", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  background: rgba(232, 83, 90, 0.75);
}

.basket-item__hint--hit {
  background: rgba(255, 215, 68, 0.75);
}

.basket-item__hint--new {
  background: rgba(32, 190, 202, 0.75);
}

.basket-item__hint--promo {
  background: #ff9200;
}

.basket-item__hint--special {
  width: unset;
  padding: 2px 8px;
  letter-spacing: 1px;
  background: #9C25C3;
}

.basket-item__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 220px;
  min-height: 150px;
  margin: 0 24px;
  overflow-x: hidden;
}

.basket-item__info-title {
  margin: 5px 0 16px;
  color: #231f20;
  font-size: 14px;
  text-decoration: none;
}

.basket-item__info-title:hover {
  text-decoration: underline;
}

.basket-item__info-art-title {
  margin: 2px 0 2px;
  color: #adaeb1;
}

.basket-item__info-art-val {
  color: #7b7c7e;
}

.basket-item__info-art-action-icon {
  vertical-align: middle;
  line-height: 0;
  margin-top: -0.4em;
}

.basket-item__price {
  width: 165px;
}

.basket-item__price-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3px 0 6px;
}

.basket-item__price-old {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}

.basket-item__price-percent {
  margin: 1px 0 0;
  padding: 2px;
  color: #ca545a;
  font-weight: bold;
  border: 1px solid;
}

.basket-item__price-percent span {
  font-weight: normal;
}

.basket-item__price-main {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 20px;
}

.basket-item__price-text {
  position: relative;
  margin-bottom: 27px;
  color: #33c3ce;
}

.qn-alert-new {
  position: relative;
}

.qn-alert-new .alert-msg__close .close-btn {
  fill: #adaeb1;
}

.basket-item__price-text.active .alert-msg,
.qn-alert-new.active .alert-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: auto;
}

.basket-item__quantity,
.lunchmeat-service__quantity-block,
.lunchmeat-service__result-block-qty {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 104px;
}

.basket-item__quantity {
  margin: 2px 16px 0;
}

.basket-item__quantity .basket-item__quantity-inpt,
.lunchmeat-service__quantity-block .lunchmeat-service__quantity-inpt,
.lunchmeat-service__result-block-qty .lunchmeat-service__result-quantity,
.basket__article-qty .basket__article-qty-input {
  max-width: 60px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  height: auto;
  font-size: 18px;
  font-style: normal;
  text-align: center;
}

.basket-item__quantity .basket-item__quantity-inpt,
.basket__article-qty .basket__article-qty-input {
  color: #231f20;
}

.lunchmeat-service__quantity-block .lunchmeat-service__quantity-inpt,
.lunchmeat-service__result-block-qty .lunchmeat-service__result-quantity {
  color: #0057b8;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.basket-item__quantity.frm-disabled::before {
  display: none;
}

.frm-disabled .basket-item__quantity-btn {
  background: #f7f8f9;
  border: none;
  opacity: 0.6;
}

.basket-item__quantity.frm-disabled {
  opacity: 0.6;
}

.basket-item__quantity-btn,
.lunchmeat-service__quantity-btn,
.lunchmeat-service__result-btn,
.basket__article-qty-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23px;
  height: 23px;
  color: #a7a9ac;
  font-weight: bold;
  font-size: 20px;
  background: #f7f8f9;
}

.basket-item__quantity-btn svg,
.lunchmeat-service__quantity-btn svg,
.lunchmeat-service__result-btn svg,
.basket__article-qty-btn svg {
  pointer-events: none;
  width: 12px;
  height: 12px;
  fill: #a7a9ac;
}

.basket-item__quantity-mean,
.basket__article-qty-mean {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 12px;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.basket-item__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 190px;
  min-height: 150px;
}

.basket-item__total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 31px;
}

.basket-item__remove svg {
  pointer-events: none;
  width: 16px;
  height: 16px;
}

.remove-group > * {
  pointer-events: none;
}

.clear-basket > * {
  pointer-events: none;
}

.basket-item__avalible-val {
  display: inline-block;
  margin: -4px 0 5px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.basket-item__remove {
  margin-top: 3px;
}

.basket-item__avalible-title {
  display: inline-block;
  font-size: 14px;
  margin: 0 5px 10px 0;
}

.basket-item__sklad {
  font-size: 12px;
}

.basket-item__sklad-val {
  color: #7b7c7e;
}

.basket__total__value {
  margin: 0;
  font-size: 14px;
  color: #272425;
}
.basket__total__value--tomato {
  color: #ca545a;
}
.basket-total__main {
  padding-bottom: 10px;
  border-bottom: 1px solid #acacaf;
  margin-bottom: 25px;
}
.basket-total__el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.basket-total__title {
  margin: 0;
  color: #acacaf;
  font-size: 14px;
}
.basket-total__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.basket-total__sum-title {
  margin: 0;
  max-width: 140px;
  font-size: 14px;
}
.basket-total__sum-old {
  margin: 0 0 10px;
  color: #231f20;
  font-size: 15px;
  text-decoration: line-through;
}
.basket-total__price {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}

.main-card--full-width {
  width: 100%;
}
.main-card__default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-card__default .basket__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: unset;
  padding-bottom: unset;
  border: unset;
}
.main-card__default .basket__main-wrap + .main-card__default .basket__main-wrap {
  padding-top: 17px;
  border-top: 1px solid #eef1f3;
}
.main-card__default .basket__main-wrap.hide {
  display: none;
}
.main-card__default .basket__main-separate-container, .main-card__default .basket__main-separate-msg {
  width: 100%;
}
.main-card__default .basket__footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-card__default .basket__footer #clear-all-button {
  width: 100%;
}
.main-card__title--right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 340px;
}
.main-card + .main-card {
  margin-top: 60px;
}

.info-card {
  position: sticky;
  top: 120px;
  width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
}
.info-card--bg {
  padding: 30px 20px;
  background: #f7f8f9;
}
.info-card__title {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #3e3d40;
}
.info-card__msg {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
}
.info-card .basket__info {
  margin: 20px 0 0;
  border-bottom: 1px solid #e2e4e6;
  padding-bottom: 12px;
}
.info-card .basket__info-text {
  line-height: 1.4;
}

.top-card-title {
  width: 100%;
}
.top-card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.top-card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.top-card-block:last-child {
  width: 340px;
  min-width: 340px;
  margin-left: 20px;
}
.top-card-block--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.delivery-wrap.active .alert-msg {
  position: static;
  height: auto;
  margin: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-bottom: 20px;
  width: 100%;
  background: white;
  border: 1px solid #33c3ce;
  color: #3e3d40;
}

.delivery-wrap {
  position: relative;
  margin: -5px 20px 5px;
}

.delivery-wrap .alert-msg__close {
  position: absolute;
  right: 13px;
  top: 13px;
}

.delivery-wrap.active .alert-msg {
  display: block;
  padding: 13px 29px;
  text-align: center;
}

.delivery-wrap.active .alert-msg > * {
  display: inline-block;
  color: #3e3d40;
}

.delivery-wrap.active .close-btn {
  fill: #adaeb1;
}

.delivery-wrap.active .alert-msg a,
.cart-wrapper-fl__bl a {
  color: #3e3d40;
}

.delivery-wrap.active .alert-msg > br {
  display: none;
}

@media print {
  .sidebar.sidebar--lk,
  .info-card,
  .header,
  .footer,
  .breadcrumbs-box,
  #jivo-iframe-container,
  .feebackform_link_footer_d,
  .btn-action-up,
  .globalClass_ded,
  .alert-msg,
  .remove-group,
  .printButton,
  .excelBut,
  .basket-confirm,
  .cart-wrapper-fl__bl,
  .basket__load-excel-wrapper,
  .clear-basket {
    display: none !important;
  }
  .page__content {
    margin-left: 0;
    width: 100%;
  }
}
.info-card__title--main {
  padding: 0 0 10px 0;
  font-size: 24px;
}

.page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alert-msg {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 258px;
  margin-top: -10px;
  padding: 8px;
  color: white;
  background: #33c3ce;
  -webkit-box-shadow: 0 4px 12.22px 0.78px rgba(204, 203, 204, 0.4);
          box-shadow: 0 4px 12.22px 0.78px rgba(204, 203, 204, 0.4);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.alert-msg.active {
  display: block;
  -webkit-animation: popup 0.4s ease;
          animation: popup 0.4s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

.alert-msg--remove-group.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-btn {
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  margin-bottom: -10px;
}

.left-btn {
  right: auto;
  left: 0;
}

.left-bottom-btn {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  margin-bottom: -10px;
}

.alert--error {
  background: white;
  color: #ca545a;
}

.alert-wrapper {
  position: relative;
}

.alert-wrapper.active .alert-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alert-msg__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  text-align: center;
}

.alert-msg__text a {
  color: white;
}

.alert-msg--bottom {
  top: auto;
  right: 50%;
  bottom: 0;
  margin-bottom: -10px;
  -webkit-transform: translate(50%, 100%);
      -ms-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
}

.alert-msg--right {
  right: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

.alert-msg__close,
.alert-msg__close-file {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2.5px;
  line-height: 1;
}

.alert-msg__close .close-btn,
.alert-msg__close-file .close-btn {
  pointer-events: none;
  fill: white;
}

@-webkit-keyframes popup {
  0% {
    margin-top: 0;
    margin-bottom: 0;
  }
  100% {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

@keyframes popup {
  0% {
    margin-top: 0;
    margin-bottom: 0;
  }
  100% {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}
.order__btn-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0057b8;
  text-transform: none;
  fill: #0057b8;
}

.order__btn-nav:hover {
  text-decoration: underline;
}

.order__btn-nav-ico {
  width: 20px;
  height: 13px;
  margin-left: 5px;
}

.order__btn-nav-ico--left {
  margin: 0 5px 0 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.order__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
  padding: 20px;
  background: #edf3fa;
}

.order__title--transparent {
  background: transparent;
  border: 1px solid #edf3fa;
}

.order__title--border-primary {
  border-width: 2px;
  border-color: #33c3ce;
}

.order__title-el {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 25%;
}

.order__title-name {
  margin-bottom: 10px;
}

.order__title-value {
  font-size: 14px;
}

.order__title-value-big {
  font-weight: bold;
  font-size: 20px;
}

.order__title-value-date {
  margin-left: 5px;
  font-size: 14px;
}

.order__title-value--medium {
  font-size: 16px;
}

.order__title-value--bold {
  font-weight: bold;
  font-size: 14px;
}

.order__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.order__main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order__main-title-ico {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.order__main-content {
  margin: 0 20px;
  font-size: 14px;
}

.order__main-el {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
}

.order__btn {
  min-width: 100%;
  margin-bottom: 14px;
  fill: white;
}

.order__btn:last-child {
  margin-bottom: 0;
}

.order__btn:hover {
  fill: #0057b8;
}

.order__btn-total {
  fill: white;
}

.order__btn-total:hover {
  fill: #0057b8;
}

.order__delivery-title {
  margin-top: 35px;
  font-weight: bold;
  font-size: 16px;
}

.order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 22px;
}

.order-item--top {
  margin-bottom: 35px;
}

.order-item__bl {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 25%;
  margin-right: 35px;
}

.order-item__bl:last-child {
  margin-right: 0;
}

.order-item__bl--img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
}

.order-item__bl--img img {
  width: 100%;
}

.order-item__bl--name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
}

.order-item__link {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
}

.order-item__mean {
  font-size: 13px;
}

.order-item__avalib {
  text-transform: uppercase;
}

.order-big-text {
  font-size: 18px;
}

.order-big-text--bold {
  font-weight: bold;
}

.order__list {
  border-bottom: 1px solid #eef1f3;
}

.order__info-text {
  margin: 20px 0 36px;
  font-size: 14px;
}

.order__info-text-warm {
  margin: 0;
  color: #ca545a;
}

.order__fl-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order__fl-4-el {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.order__fl-value-big {
  margin-top: 30px;
  font-size: 22px;
}

.order__fl-value-big--bold {
  font-weight: bold;
}

.order__buttons-bottom {
  margin-top: 46px;
}

.order__buttons-bottom-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order__button-recklam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
  color: #adaeb1;
  text-transform: none;
}

.order__button-recklam svg {
  width: 24px;
  margin-right: 5px;
  fill: none;
  stroke: #adaeb1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.57px;
}

.order__button-recklam:hover svg {
  stroke: #0057b8;
}

.orders-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.orders-list__top .page__title {
  margin-bottom: 0;
}

.orders-list__top .orders-list__search {
  width: 300px;
  color: #0057b8;
  border: 1px solid #b1cdeb;
}

.orders-list__top .orders-list__search::-webkit-input-placeholder {
  color: #b1cdeb;
}

.orders-list__top .orders-list__search::-moz-placeholder {
  color: #b1cdeb;
}

.orders-list__top .orders-list__search:-ms-input-placeholder {
  color: #b1cdeb;
}

.orders-list__top .orders-list__search::-ms-input-placeholder {
  color: #b1cdeb;
}

.orders-list__top .orders-list__search::placeholder {
  color: #b1cdeb;
}

.orders-list__search-wrap {
  position: relative;
}

.orders-list__search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #b1cdeb;
}

.orders-list__search-btn svg {
  width: 20px;
  height: 100%;
}

.sort-line--order {
  margin-top: 12px;
  margin-bottom: 20px;
}

.sort-line--order .sort-line__main-title {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.sort-line--order .sort-line__control--arrow {
  padding-right: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-right-color: #dbdcdd;
}

.sort-line--order .sort-line__control-arrow {
  width: 5px;
  margin-left: 10px;
}

.orders__title {
  margin: 25px 0;
  color: #0057b8;
  font-weight: bold;
  font-size: 17px;
}

.orders__title--under {
  text-decoration: underline;
}

.order__title--grey {
  position: relative;
  margin-top: 20px;
  background: #f7f8f9;
}

.order__title--cancel .order__title-value,
.order__title--cancel .order__title-value-big,
.order__title--cancel .order__title-value-date {
  color: #adaeb1;
}

.order__ico-status {
  width: 15px;
  margin-right: 8px;
}

.order__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order__pages-container {
  margin: 60px 0 46px;
}

.orders-list__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.orders-list__bottom-el {
  width: 25%;
  font-size: 16px;
}

.orders-list__bottom-title {
  margin-bottom: 14px;
  color: #adaeb1;
  text-transform: uppercase;
}

.orders-list__bottom-title span {
  text-transform: none;
}

.order-more-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.order-more-btn svg {
  width: 15px;
}

.order__main-el {
  width: 225px;
}

.order__main-el:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.empty-bl {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.empty-bl__img {
  width: 200px;
  margin-bottom: 30px;
}

.empty-bl__title {
  margin: 0 0 24px;
  color: #0058b8;
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
}

.empty-bl__main {
  text-align: center;
}

.empty-bl__text {
  font-size: 16px;
  line-height: 24px;
  color: #3e3d40;
}

.empty-bl__text a {
  color: #3e3d40;
}

.empty-bl__text a:hover {
  color: #0058b8;
}

.basket-excel__wrapper.active .alert-msg {
  bottom: 0;
  z-index: 8;
  top: auto;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  margin-bottom: -10px;
  right: 0;
  width: 100%;
}

#saveProfile {
  height: 22px;
  line-height: 22px;
}

.alert-msg__btn {
  min-width: 0;
  padding: 0;
  background: transparent;
  border: none;
  text-transform: none;
  line-height: 1;
  height: auto;
  margin: 0 0 0 10px !important;
  color: white;
  text-decoration: none;
}

.alert-msg__text {
  margin-bottom: 0;
}

.alert-msg--info .content {
  width: 100%;
  margin-bottom: 10px;
}

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

.basket__load-excel-wrapper .alert-msg.active {
  bottom: 0;
  top: auto;
  z-index: 2;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}


/* import style from local\components\vmgr\import.basket\templates\personal\style.css */
.basket-excel {
  min-width: auto;
  color: #0057b8;
  background: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.basket-excel__wrapper {
  margin-top: -27px;
  z-index: 2;
  margin-top: 0;
}

.basket-excel__wrapper .alert-msg {
  min-width: 300px;
}

.basket-excel {
  fill: #0057b8;
}

.order__btn-nav-ico {
  width: 20px;
  height: 13px;
  margin-left: 5px;
}

.ico-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.alert-msg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10px;
  padding: 8px;
  color: white;
  background: #33c3ce;
  -webkit-box-shadow: 0 4px 12.22px 0.78px rgba(204, 203, 204, 0.4);
          box-shadow: 0 4px 12.22px 0.78px rgba(204, 203, 204, 0.4);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.alert-msg__title {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.alert-msg__title a {
  color: white;
}

.alert-msg__title span {
  display: block;
}

.alert-msg__title span:first-child {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.alert-btn {
  width: calc(50% - 3px);
  min-width: auto;
  background: white;
  color: #33c3ce;
  border-color: white;
  height: 24px;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
}

.alert-btn:disabled {
  background: #cecece;
  cursor: none;
}

.alert-btn:disabled:hover {
  color: #33c3ce !important;
  border-color: white !important;
  background: #cecece !important;
}

.alert-btn--full {
  width: 100%;
  margin-top: 10px;
}

.alert-btn:hover {
  background: #0057b8;
  color: white;
  border-color: #0057b8;
}

.alert-btn--close {
  background: #33c3ce;
  color: white;
  border-color: white;
}

.alert-btn--close:hover {
  background: white;
  color: #33c3ce;
  border-color: white;
}

.alert-bl-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.alert-bl-fl--last {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
}

.alert-msg__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alert-msg__btn {
  min-width: 0;
  padding: 0;
  background: transparent;
  border: none;
  text-transform: none;
  line-height: 1;
  height: auto;
  margin: 0 0 0 10px !important;
  color: white;
  text-decoration: none;
}

.alert-msg__btn:hover {
  background: transparent;
  color: white;
}

.alert-msg__text {
  margin: 0;
}

.alert-msg__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.alert-msg__wrapper form {
  width: 100%;
}

.alert-msg__wrapper.active .alert-msg,
.alert-msg--info.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.msg-error--ab {
  color: red;
  position: absolute;
  right: 245px;
  top: 3px;
}

.close-info,
.close-info-style {
  background: transparent;
  border: none;
  min-width: auto;
  fill: white;
  position: absolute;
  right: 0;
  top: 7px;
}

.close-info .close-btn,
.close-info-style .close-btn {
  fill: white;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.file-label {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file-btn {
  margin-right: 15px;
  background: white;
  text-transform: uppercase;
  padding: 2px 12px;
  color: #33c3ce;
  border: 1px solid white;
  cursor: pointer;
  width: 50%;
  text-align: center;
}

.file-btn:hover {
  background: transparent;
  color: white;
}

.file-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 50%;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-style: italic;
  white-space: normal;
  overflow: hidden;
  color: white;
}

.basket-excel__wrapper .frm-select label:after {
  background: #6ebdc8;
}

.basket-excel__wrapper .frm-select label:before {
  background: transparent;
  border-color: white;
}

.alert-msg--info {
  max-width: 320px;
}

.alert-msg--info .content,
.alert-msg--info .content p {
  margin-bottom: 0;
}

.alert-msg--info .content .alert-btn {
  display: inline-block;
  width: 100px;
  margin-left: 8px;
}

#popup-exel-qu.show {
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Spinner */
.spinner-load-excel-div {
  /* background: #f7f8f98a; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100500;
  display: none;
}

.spinner-load-excel {
  /* -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite; */
  z-index: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 60px;
  width: 250px;
  text-align: center;
  /* top: 30%; */
  /* width: 70px;
  height: 70px; */
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.diagram {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: rgb(255, 215, 68);
  position: relative;
  overflow: hidden;
}

.diagram::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  background: white;
  z-index: 3;
  opacity: 1;
}

.diagram .piece {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  position: absolute;
}

.diagram .piece::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
}

.diagram .piece.left {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 2;
  border-radius: 50%;
  /* only FireFox < 75.0v (fix bug)*/
}

.diagram.over_50 .piece.left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.diagram .piece.right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1;
  border-radius: 50%;
  /* only FireFox < 75.0v (fix bug)*/
}

.diagram.over_50 .piece.right {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.diagram .left::before {
  background: #0057b8;
}

.diagram.over_50 .left::before {
  background: rgb(255, 215, 68);
}

.diagram .right::before {
  background: #0057b8;
}

.diagram .left.error::before {
  background: red;
}

.diagram .right.error::before {
  background: red;
}

.diagram-percent {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  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;
}

.diagram-percent b {
  font-size: 20px;
}

.diagram-percent span {
  font-size: 16px;
  display: block;
}

/* lunchmeat basket - start */
.basket-item__lunchmeat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.basket-item__lunchmeat-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  pointer-events: none;
}

.basket-item__lunchmeat-img svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.basket-item__lunchmeat-img path {
  fill: #3158b4;
  fill-rule: evenodd;
  pointer-events: none;
}

.basket-item__lunchmeat-text {
  display: block;
  margin: 0 8px 0 5px;
  font-size: 14px;
  pointer-events: none;
}

.basket-item__lunchmeat-text span {
  text-decoration: underline;
}

.basket-item__lunchmeat-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 18px;
  max-width: 18px;
  min-height: 13px;
  max-height: 13px;
  pointer-events: none;
}

.basket-item__lunchmeat-arrow svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.basket-item__lunchmeat-arrow path {
  fill: #3158b4;
  fill-rule: evenodd;
  pointer-events: none;
}

a.basket-item__lunchmeat {
  text-decoration: none;
  cursor: pointer;
}

a.basket-item__lunchmeat:hover {
  text-decoration: underline;
}

a.basket-item__lunchmeat .basket-item__lunchmeat-text {
  color: #0057b8;
}

a.basket-item__lunchmeat .basket-item__lunchmeat-img path {
  fill: #ca545a;
}

/* lunchmeat basket - end */
/* lunchmeat mini modal - start */
.lunchmeat-modal__wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 20px 8px;
  background: rgba(83, 83, 83, 0.67);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: auto;
}

.lunchmeat-modal__wrapper.active {
  visibility: visible;
  opacity: 1;
}

.lunchmeat-modal {
  position: relative;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  max-width: 340px;
  width: 100%;
  margin: 50px auto;
  padding: 20px;
  font-size: 14px;
  color: #3e3d40;
  background: white;
  -webkit-box-shadow: 1px 0 16px 0 rgba(131, 132, 134, 0.49);
          box-shadow: 1px 0 16px 0 rgba(131, 132, 134, 0.49);
}

.lunchmeat-modal__icon {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: -40px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.lunchmeat-modal__title {
  display: block;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.16px;
}

.lunchmeat-modal__btn {
  margin: 20px auto 0;
  border-color: #1fbeca;
  color: #1fbeca;
  background: white;
}

.lunchmeat-modal__btn:hover {
  border-color: #1fbeca;
  color: white;
  background: #1fbeca;
}

.lunchmeat-block__item-name {
  position: relative;
  display: block;
  max-height: 54px;
  width: 100%;
  overflow: hidden;
}

.lunchmeat-block__item-name::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  max-width: 83px;
  height: 20px;
  width: 100%;
  letter-spacing: 0.14px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
  background: -o-linear-gradient(right, #ffffff, transparent 100%);
  background: linear-gradient(to left, #ffffff, transparent 100%);
}

.lunchmeat-block__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6px;
}

.lunchmeat-block__item-length {
  margin-top: 6px;
}

.lunchmeat-block__item:not(:first-child) {
  margin-top: 20px;
}

.lunchmeat-block__item-article {
  color: #7b7c7e;
}

.lunchmeat-block__item-quantity {
  letter-spacing: 0.14px;
}

.lunchmeat-block__item-btn,
.lunchmeat-modal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 140px;
  min-width: 140px;
  text-transform: none;
}

.lunchmeat-modal__btn .btn-action-cart-spinner {
  margin-top: 0;
}

.lunchmeat-block__item-btn {
  margin-top: 15px;
  margin-left: auto !important;
  background: #1fbeca;
  border-color: #1fbeca;
  color: white;
}

.lunchmeat-block__item-btn:hover {
  border-color: #1fbeca;
  color: #1fbeca;
  background: white;
}

/* lunchmeat mini modal - end */
/* lunchmeat service modal - start */
.lunchmeat-service__wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 20px 8px;
  background: rgba(83, 83, 83, 0.67);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: auto;
}

.lunchmeat-service__wrapper.active {
  opacity: 1;
  visibility: visible;
}

.lunchmeat-service__close {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: -40px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.lunchmeat-service {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 50px auto;
  padding: 20px 20px 25px;
  font-size: 14px;
  color: #3e3d40;
  background: white;
  -webkit-box-shadow: 1px 0 16px 0 rgba(131, 132, 134, 0.49);
          box-shadow: 1px 0 16px 0 rgba(131, 132, 134, 0.49);
}
.lunchmeat-service--no-interactive checkbox,
.lunchmeat-service--no-interactive button,
.lunchmeat-service--no-interactive .lunchmeat-service__caution-checkbox,
.lunchmeat-service--no-interactive input {
  pointer-events: none;
}

.lunchmeat-service__header {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.lunchmeat-service__header-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 35px;
  max-width: 35px;
  min-height: 32px;
  max-height: 32px;
  margin-bottom: 12px;
}

.lunchmeat-service__header-img svg {
  width: 100%;
  height: 100%;
}

.lunchmeat-service__header-img path {
  fill: #3158b4;
  fill-rule: evenodd;
}

.lunchmeat-service__title {
  position: relative;
  margin-bottom: 44px;
  font-size: 18px;
  font-weight: bold;
}

.lunchmeat-service__title::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #dddddd;
}

.lunchmeat-service__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 395px 1fr;
  grid-template-columns: 395px 1fr;
  gap: 20px;
}

.lunchmeat-service__side-left,
.lunchmeat-service__side-right {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lunchmeat-service__side-left-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.lunchmeat-service__side-left-img {
  width: 100%;
  height: 381px;
  margin-top: 10px;
  background: #cecece;
}

.lunchmeat-service__side-left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lunchmeat-service__product {
  padding-bottom: 15px;
}

.lunchmeat-service__product-name {
  display: block;
}

.lunchmeat-service__product-text {
  font-size: 16px;
}

.lunchmeat-service__product-article {
  display: inline-block;
  /* margin-left: 10px; */
  font-size: 16px;
  color: #7b7c7e;
}

.lunchmeat-service__item {
  padding: 15px 0;
  border-top: 1px solid #eef1f3;
}

.lunchmeat-service__side-right-title {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
}

.lunchmeat-service__side-right-subtitle {
  display: block;
  margin-bottom: 10px;
}

.lunchmeat-service__params-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lunchmeat-service__params-block + .lunchmeat-service__params-block {
  margin-top: 20px;
}

.lunchmeat-service__params-block + .lunchmeat-service__params-block .lunchmeat-service__param-remove {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.lunchmeat-service__quantity {
  /* display: flex;
  flex-direction: column; */
}

.lunchmeat-service__quantity-label,
.lunchmeat-service__length-label {
  position: relative;
  display: block;
  margin-bottom: 16px;
  color: #adaeb1;
}

.lunchmeat-service__length {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lunchmeat-service__length-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (60px)[4];
  grid-template-columns: repeat(4, 60px);
  gap: 10px 20px;
}

.lunchmeat-service__length-item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.lunchmeat-service__length-item-value {
  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;
  min-width: 60px;
  max-width: 60px;
  height: 28px;
  padding: 0 8px;
  border: solid 1px #d8dcde !important;
  font-size: 14px !important;
  font-style: normal !important;
  text-align: center !important;
  color: #0057b8;
  -moz-appearance: textfield !important;
}

.lunchmeat-service__length-item-value::-webkit-outer-spin-button,
.lunchmeat-service__length-item-value::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.lunchmeat-service__length-item-value:hover,
.lunchmeat-service__length-item-value:focus {
  -moz-appearance: number-input !important;
}

.lunchmeat-service__length-item-value.error {
  border-color: #ca545a !important;
}

.lunchmeat-service__length-item-text {
  display: block;
  margin-top: 8px;
  color: #adaeb1;
}

.lunchmeat-service__length-item.last {
  /* display: none; */
}

.lunchmeat-service__length-item.last .lunchmeat-service__length-item-value {
  border-color: transparent;
}

.lunchmeat-service__length-item.last .lunchmeat-service__length-item-value {
  border: unset !important;
}

.lunchmeat-service__length-item.last.error .lunchmeat-service__length-item-value {
  color: #ca545a;
}

.lunchmeat-service__length-caution {
  display: none;
  margin-top: 14px;
  margin-left: auto;
  font-size: 12px;
  color: #ca545a;
}

.lunchmeat-service__length-btn {
  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;
  max-width: 222px;
  width: 100%;
  min-width: unset;
  margin-top: 17px;
  margin-left: auto;
  text-transform: none;
  border-color: #3e3d40;
  color: #3e3d40;
  background: white;
}

.lunchmeat-service__result-label {
  display: block;
  text-align: right;
  color: #adaeb1;
}

.lunchmeat-service__result-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}

.lunchmeat-service__result-text {
  max-width: 278px;
  width: 100%;
  margin-right: 15px;
  color: #adaeb1;
}

.lunchmeat-service__result-quantity {
  font-size: 18px;
}

.lunchmeat-service__caution {
  padding: 15px 15px 23px 15px;
  background-color: #f7f8f9;
}

.lunchmeat-service__caution-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}

.lunchmeat-service__caution-quantity {
  font-size: 24px;
}

.lunchmeat-service__caution-body {
  padding-top: 13px;
  border-top: 1px solid #adaeb1;
}

.lunchmeat-service__caution-body-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 7px;
}

.lunchmeat-service__caution-body-container + .lunchmeat-service__caution-body-container {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #adaeb1;
}

.lunchmeat-service__caution-body-container + .lunchmeat-service__caution-body-container .lunchmeat-service__caution-text {
  margin-left: auto;
}

.lunchmeat-service__caution-body-container + .lunchmeat-service__caution-body-container li:first-child {
  font-weight: bold;
}

.lunchmeat-service__caution-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.lunchmeat-service__caution-subtitle {
  font-size: 16px;
  font-weight: bold;
}

.lunchmeat-service__caution-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lunchmeat-service__caution-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.lunchmeat-service__caution-checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  width: 25px;
  background: white;
  border: 1px solid #d8d9da;
}

.lunchmeat-service__caution-checkbox span:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 1px;
  width: 8px;
  height: 17px;
  border: solid #0057b8;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lunchmeat-service__caution-checkbox input:checked ~ span:after {
  display: block;
}

.lunchmeat-service__caution-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.lunchmeat-service__caution-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.lunchmeat-service__caution-img .cls-1,
.lunchmeat-service__caution-img .cls-2 {
  fill: #ca545a;
  fill-rule: evenodd;
}

.lunchmeat-service__caution-img .cls-2 {
  opacity: 0.15;
}

.lunchmeat-service__caution-label {
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #ca545a;
}

.lunchmeat-service__caution-text {
  max-width: 60%;
  width: 100%;
  font-size: 12px;
}

.lunchmeat-service__caution-text ul {
  list-style-type: square;
  list-style-position: inside;
}

.lunchmeat-service__caution-text li + li {
  margin-top: 5px;
}

.lunchmeat-service__caution-text-caution {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #ca545a;
}

.lunchmeat-service__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px;
}

.lunchmeat-service__btn {
  position: relative;
  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;
  max-width: 220px;
  min-width: unset;
  width: 100%;
}

.lunchmeat-service__btn-cancel {
  right: unset;
  top: unset;
  border-color: #adaeb1;
  color: #adaeb1;
  background: white;
}

.lunchmeat-service__btn-cancel:hover path {
  fill: #0057b8;
}

.lunchmeat-service__btn-cancel svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lunchmeat-service__btn-cancel path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  fill: #adaeb1;
  fill-rule: evenodd;
}

.lunchmeat-service__btn-order:disabled {
  background: #adaeb1;
  border-color: #adaeb1;
}

.lunchmeat-service__btn-order:disabled:hover {
  background: #adaeb1;
  border-color: #adaeb1;
  color: white;
}

.lunchmeat-service__param-remove {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: none;
  width: 12px;
  height: 12px;
}

.lunchmeat-service__param-remove svg {
  fill: #ca545a;
}

/* lunchmeat service modal - end */
/* basket add on article - start */
.basket__article-block {
  padding: 10px 0;
  margin-bottom: 30px;
}

.basket__article-title {
  position: relative;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 16px;
  color: #0057b8;
}

button.basket__article-close {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

button.basket__article-close svg {
  height: 20px;
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #0057b8;
  pointer-events: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

button.basket__article-close.active svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.basket__article-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px 20px 18px;
  background: #f7f8f9;
}

.basket__article-name {
  position: relative;
  width: 100%;
  margin-right: 15px;
}

.basket__article-name input {
  padding-right: 36px;
}

.basket__article-clear {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 28px;
}

.basket__article-clear svg {
  pointer-events: none;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  fill: #adaeb1;
}

.basket__article-price {
  position: relative;
  min-width: 100px;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.basket__article-price.active {
  min-width: unset;
  visibility: visible;
  opacity: 1;
}

.basket__article-price-num {
  font-weight: bold;
  font-size: 20px;
  color: black;
}

.basket__article-price-block {
  font-size: 14px;
  font-weight: 400;
  color: #adaeb1;
}

.basket__article-price-label {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  display: block;
  font-size: 12px;
  color: #adaeb1;
}

.basket__article-qty {
  position: relative;
  padding: 0 15px;
}

.basket__article-qty-block {
  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;
}

.basket__article-qty-input {
  min-width: 60px;
  max-width: 60px;
  margin: 0 5px;
}

.basket__article-qty-btn {
  height: 25px;
  width: 25px;
}

.basket__article-qty-btn:hover {
  background: white;
}

.basket__article-qty-btn:hover svg {
  fill: #0057b8;
}

.basket__article-qty-btn svg {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.basket__article-qty-mean {
  color: #adaeb1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.basket__article-total {
  display: block;
  min-width: 100px;
  font-weight: bold;
  font-size: 20px;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.basket__article-total.active {
  min-width: unset;
  visibility: visible;
  opacity: 1;
}

.basket__article-total span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #adaeb1;
}

.basket__article-avaible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  color: #adaeb1;
  visibility: hidden;
  opacity: 0;
}

.basket__article-avaible.active {
  visibility: visible;
  opacity: 1;
}

.basket__article-avaible-status {
  margin-left: 5px;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}

.basket__article-avaible-status .instock {
  display: inline;
  color: #33c3ce;
}

.basket__article-avaible-status .midstock_link {
  text-decoration: none;
  color: #ff9910;
  cursor: auto;
}

.basket__article-avaible-status .outstock {
  color: #ca545a;
  display: inline;
}

.basket__article-last {
  padding-left: 25px;
}

.basket__article-submit {
  width: 100%;
  min-width: 150px;
}

.basket__article-list {
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7px 5px;
  background: white;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.basket__article-list-item {
  padding: 5px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}

.basket__article-list-item:hover {
  background: #f7f8f9;
}

.basket__article-block .hint-relat {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basket__article-block .hint-order__vect {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -100%);
      -ms-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  margin: 15px -5px 0 0;
  padding: 8px 35px 8px 24px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
  color: white;
  background: #1fbeca;
  -webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2117647059);
          box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2117647059);
}
.basket__article-block .hint-order__vect-cur {
  z-index: -1;
  position: absolute;
  left: 0%;
  top: 0;
  -webkit-transform: translate(-80%, -37%) rotate(20deg);
      -ms-transform: translate(-80%, -37%) rotate(20deg);
          transform: translate(-80%, -37%) rotate(20deg);
  width: 90px;
  height: 50px;
  margin-left: 4px;
  fill: none;
  background: url("/local/img/cur.png") no-repeat;
}
.basket__article-block .hint-order-ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-13px, -50%);
      -ms-transform: translate(-13px, -50%);
          transform: translate(-13px, -50%);
  display: block;
  width: 13px;
  height: 13px;
  background: url("/local/img/close.png");
  cursor: pointer;
}

/* basket add on article - end */
@media (max-width: 575px) {
  .basket__load-excel-wrapper .alert-msg.active {
    max-width: 100%;
  }
}
.btn.btn__get-analog {
  border-color: #6ebdc8;
  background: #6ebdc8;
}
.btn.btn__get-analog .btn-action-cart-spinner {
  margin-top: 0;
}
.btn.btn__get-analog:hover {
  border-color: #20beca;
  color: #20beca;
  background: white;
}
.btn.btn__get-analog:hover .btn-action-cart-spinner .circle {
  background: #20beca !important;
}

/* custom alert - limit qty */
.qn-alert-new .custom-alert {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, 0);
      -ms-transform: translate(60%, 0);
          transform: translate(60%, 0);
  display: none;
  width: 220px;
  padding: 10px;
  font-size: 12px;
}
.qn-alert-new .custom-alert__ico {
  max-width: 25px;
  min-width: 25px;
  margin-right: 10px;
}
.qn-alert-new .custom-alert__body {
  line-height: 1.2;
}

.qn-alert-new .custom-alert .alert-msg__close {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
}

.qn-alert-new.active .custom-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*# sourceMappingURL=style.css.map */
