/* Fonts */
@font-face {
  font-family: "Inter Tight";
  src: url("../assets/fonts/InterTight-Regular-400.woff2") format("woff2"), url("../assets/fonts/InterTight-Regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../assets/fonts/InterTight-SemiBold-600.woff2") format("woff2"), url("../assets/fonts/InterTight-SemiBold-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Tight";
  src: url("../assets/fonts/InterTight-Black-900.woff2") format("woff2"), url("../assets/fonts/InterTight-Black-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Fonts end */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
  min-width: 360px;
  margin: 0;
  padding: 0;
  font-family: "Inter Tight", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #2d2d2d;
  background-color: #ffffff;
}
body::before {
  content: "";
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.isBottomContactsOpen {
  overflow: hidden;
}
body.isBottomContactsOpen::before {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
body.isBottomContactsOpen .mc-header {
  z-index: 2;
}
body.isFilterOpen {
  overflow: hidden;
}
body.isFilterOpen .mc-mobile-nav {
  z-index: 0;
}
body.isModalOpen {
  overflow: hidden;
}
body.isModalOpen .mc-mobile-nav {
  z-index: 0;
}
body.isMainSearchOpen {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button:focus {
  outline: none;
}
main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table caption {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}
table th {
  min-width: 25px;
  padding: 10px 2.5px;
  border-bottom: 1px solid #e8eaed;
  font-size: 11px;
  line-height: 17px;
  font-weight: 400;
  color: #828997;
  text-align: left;
}
table th:first-child {
  padding-left: 0;
}
table th:last-child {
  padding-right: 0;
}
table td {
  min-width: 25px;
  padding: 10px 2.5px;
  border-bottom: 1px solid #e8eaed;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}
table td:first-child {
  padding-left: 0;
}
table td:last-child {
  padding-right: 0;
}
.swiper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper *,
.swiper *::before,
.swiper *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.swiper-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  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;
  width: 30px;
  height: 30px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swiper-button::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f3f3f3;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.swiper-button.swiper-button-lock {
  display: none;
}
.swiper-button.onHover {
  outline: none;
  background-color: transparent;
}
.swiper-button.onHover::before {
  opacity: 1;
}
.swiper-button-icon {
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.swiper-pagination {
  position: static;
  z-index: 0;
  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;
  gap: 11px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e6e6e6;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #a5a5a5;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static !important;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: transparent;
}
.swiper-scrollbar-drag {
  border-radius: 2px;
  background-color: #99aacf;
}
.cr-text-negative {
  color: #e03d28;
}
/* Account */
.cr-account {
  padding-bottom: 40px;
}
.cr-account > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.cr-account__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.cr-account__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-account__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.cr-account__title {
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-account__person {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #828997;
}
.cr-account__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.cr-account__contact-position {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-account__contact-name {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-account__contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.cr-account__contact-link {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #2b5ec5;
}
.cr-account__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.cr-account__action button.cr-link {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
}
.cr-account__action button.cr-link--color {
  color: #d99890;
}
/* Account end */
/* Accounts */
.cr-accounts {
  padding-bottom: 40px;
}
.cr-accounts > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-accounts__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.cr-accounts__label {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-accounts__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
.cr-accounts__name {
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-accounts__title-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.cr-accounts__title-right > * {
  width: 100%;
}
.cr-accounts__title-link {
  font-size: 14px;
  line-height: 22px;
}
.cr-accounts__title-link:only-child {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.cr-accounts__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
/* Accounts end */
/* Accounts card */
.cr-accounts-card {
  padding: 15px;
  border: 1px solid #e8eaed;
  border-radius: 15px;
}
.cr-accounts-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cr-accounts-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.cr-accounts-card__item--main .cr-accounts-card__term {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-accounts-card__term {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-accounts-card__definition {
  margin: 0;
  padding: 0;
}
.cr-accounts-card__definition .cr-link {
  font-size: 14px;
  line-height: 22px;
}
/* Accounts card end */
/* Address card */
.cr-address-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 15px;
  border: 1px solid #e8eaed;
  border-radius: 12px;
}
.cr-address-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.cr-address-card__name {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-address-card__address {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-address-card__action {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 4px) calc(50% - 4px);
  grid-template-columns: calc(50% - 4px) calc(50% - 4px);
  gap: 8px;
}
.cr-address-card__action .cr-button {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
/* Address card end */
/* Addresses */
.cr-addresses {
  padding-bottom: 40px;
}
.cr-addresses > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-addresses .cr-text {
  padding-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}
.cr-addresses .cr-text p:not([class]) {
  margin: 8px 0 0;
}
.cr-addresses__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-addresses__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-addresses__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-addresses__form .cr-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
/* Addresses end */
/* Banner link */
.cr-banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 140px;
  padding: 16px;
  border: 1px solid #2b2319;
  border-radius: 12px;
  background-color: #0f0d0a;
}
.cr-banner-link__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.cr-banner-link__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.cr-banner-link__body {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}
.cr-banner-link__title {
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
  color: #f6f9fe;
}
.cr-banner-link__footnote {
  font-size: 14px;
  line-height: 21px;
  color: #828997;
}
/* Banner link end */
/* Brand */
.cr-brand {
  display: inline;
}
.cr-brand--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.cr-brand--block .cr-brand__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
}
.cr-brand--block .cr-brand__logo-image {
  width: 30px;
  height: 30px;
}
.cr-brand__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  padding: 1px;
  border: 1px solid #e8eaed;
  border-radius: 50%;
  vertical-align: text-bottom;
}
.cr-brand__logo-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cr-brand__name {
  vertical-align: text-bottom;
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
/* Brand end */
/* Button */
.cr-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  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;
  padding: 11.5px 12px;
  border-radius: 12px;
  border: 1px solid #588df5;
  background-color: #588df5;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cr-button--border {
  color: #2b5ec5;
  background-color: #f6f9fe;
  border-color: rgba(88, 141, 245, 0.6);
}
.cr-button--light {
  color: #2b5ec5;
  background-color: #ebf1ff;
  border-color: #ebf1ff;
}
.cr-button.isHidden {
  display: none;
}
.cr-button[disabled] {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #acb2bf;
  pointer-events: none;
}
.cr-button.isDisabled {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #acb2bf;
  pointer-events: none;
}
/* Button end */
/* Button cancel */
.cr-button-icon {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #99aacf;
}
.cr-button-icon svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.cr-button-icon--red {
  color: #d99890;
}
.cr-button-icon--blue {
  color: #2b5ec5;
}
.cr-button-icon__icon {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
/* Button cancel end */
/* Cart */
.cr-cart {
  padding-bottom: 40px;
}
.cr-cart > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.cr-cart__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cr-cart__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.cr-cart__products-total {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-cart__tools-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.cr-cart__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.cr-cart__category-item:not(.is-active) .cr-cart__trigger-icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.cr-cart__category-item.is-active .cr-cart__trigger-icon {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.cr-cart__trigger {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  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;
  gap: 12px;
  width: 100%;
}
.cr-cart__trigger-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-cart__trigger-count {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #828997;
}
.cr-cart__trigger-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #99aacf;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.cr-cart__inner {
  padding-top: 12px;
}
.cr-cart__products-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-cart__toggle-button.cr-button-icon:not(.isActive) .cr-button-icon__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* Cart end */
/* Cart banner */
.cr-cart-banner {
  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;
  gap: 12px;
  padding: 15px;
  background-color: #f6f9fe;
  border: 1px solid rgba(88, 141, 245, 0.6);
  border-radius: 12px;
}
.cr-cart-banner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.cr-cart-banner__title {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-cart-banner__number {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-cart-banner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cr-cart-banner__right::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("../assets/img/svg/arrow-chevron-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cr-cart-banner__sum {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #588df5;
}
/* Cart banner end */
/* Catalog */
.cr-catalog {
  padding-bottom: 40px;
}
.cr-catalog > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-catalog--search-result {
  padding-bottom: 22px;
}
.cr-catalog--search-result > .cr-container {
  gap: 16px;
}
.cr-catalog__number {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
  text-align: center;
}
.cr-catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.cr-catalog__item {
  width: 100%;
}
.cr-catalog__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
}
.cr-catalog__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-top: 10px;
}
.cr-catalog__categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cr-catalog__banner {
  position: sticky;
  z-index: 10;
  top: 0;
  padding-top: 11px;
  background-color: #ffffff;
}
/* Catalog end */
/* Category card */
.cr-category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 15px;
  border: 1px solid #e8eaed;
  border-radius: 12px;
}
.cr-category-card--bg-image {
  position: relative;
}
.cr-category-card--bg-image .cr-category-card__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 100%;
  -o-object-position: bottom right;
     object-position: bottom right;
}
.cr-category-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-category-card__title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-category-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.cr-category-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  font-size: 13px;
  line-height: 18px;
}
.cr-category-card__term {
  color: #828997;
}
.cr-category-card__value {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #588df5;
}
.cr-category-card__image {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Category card end */
/* Container */
.cr-container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
/* Container end */
/* Form */
.cr-form__fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  border: 0;
}
.cr-form__fieldset--col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 4px) calc(50% - 4px);
  grid-template-columns: calc(50% - 4px) calc(50% - 4px);
  gap: 8px;
}
.cr-form__label {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-form__input {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
  width: 100%;
  height: 46px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 18px;
  background-color: #f6f9fe;
  border-radius: 10px;
}
.cr-form__input::-webkit-input-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__input::-moz-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__input:-ms-input-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__input::-ms-input-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__input::placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__input:focus {
  outline: none;
}
.cr-form__input--sm {
  height: 35px;
}
.cr-form__textarea {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
  width: 100%;
  padding: 12px 15px;
  font-size: 13px;
  line-height: 18px;
  background-color: #f6f9fe;
  border-radius: 10px;
  resize: none;
}
.cr-form__textarea:focus {
  outline: none;
}
.cr-form__textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__textarea::-moz-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__textarea:-ms-input-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__textarea::-ms-input-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__textarea::placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__textarea[rows="1"] {
  padding: 14px 15px;
}
.cr-form__options-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.cr-form__options-item .cr-form__radio + .cr-form__label {
  width: 100%;
}
.cr-form__options-item .cr-form__checkbox--big-button + .cr-form__label {
  width: 100%;
}
.cr-form__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.cr-form__radio + .cr-form__label {
  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-height: 45px;
  padding: 0 35px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #828997;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px #e8eaed;
          box-shadow: inset 0 0 0 1px #e8eaed;
}
.cr-form__radio + .cr-form__label.onHover {
  background-color: #f3f3f3;
}
.cr-form__radio + .cr-form__label::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  width: 22px;
  height: 22px;
  background-image: url("../assets/img/svg/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.cr-form__radio:checked + .cr-form__label {
  background-color: #ebf1ff;
  -webkit-box-shadow: inset 0 0 0 2px #588df5;
          box-shadow: inset 0 0 0 2px #588df5;
  border-radius: 12px;
  color: #588df5;
}
.cr-form__radio:checked + .cr-form__label::before {
  opacity: 1;
}
.cr-form__radio:checked + .cr-form__label .cr-form__label-number {
  color: #828997;
}
.cr-form__checkbox--simple {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.cr-form__checkbox--simple + .cr-form__label {
  position: relative;
  display: block;
  padding-left: 22px;
  font-size: 13px;
  line-height: 20px;
  color: #3d3d3d;
}
.cr-form__checkbox--simple + .cr-form__label::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #f6f9fe;
  border: 1px solid #ebf1ff;
  border-radius: 2px;
}
.cr-form__checkbox--simple + .cr-form__label::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 4px solid #588df5;
  border-radius: 2px;
  background-color: #f6f9fe;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.cr-form__checkbox--simple + .cr-form__label a {
  font-weight: 600;
  color: #2b5ec5;
}
.cr-form__checkbox--simple:checked + .cr-form__label::after {
  opacity: 1;
}
.cr-form__checkbox--button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.cr-form__checkbox--button + .cr-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 7px;
  font-size: 13px;
  line-height: 18px;
  color: #3d3d3d;
  border: 1px solid #e8eaed;
  background-color: #ffffff;
  border-radius: 8px;
}
.cr-form__checkbox--button + .cr-form__label::after {
  content: "";
  display: none;
  width: 18px;
  height: 18px;
  background-image: url("../assets/img/svg/icon-cross-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cr-form__checkbox--button + .cr-form__label.onHover {
  background-color: #f3f3f3;
}
.cr-form__checkbox--button:checked + .cr-form__label {
  color: #ffffff;
  background-color: #588df5;
  border-color: #588df5;
}
.cr-form__checkbox--button:checked + .cr-form__label::after {
  display: block;
}
.cr-form__checkbox--big-button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.cr-form__checkbox--big-button + .cr-form__label {
  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;
  gap: 8px;
  min-height: 45px;
  padding: 0 35px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #828997;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px #e8eaed;
          box-shadow: inset 0 0 0 1px #e8eaed;
}
.cr-form__checkbox--big-button + .cr-form__label.onHover {
  background-color: #f3f3f3;
}
.cr-form__checkbox--big-button + .cr-form__label::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  width: 22px;
  height: 22px;
  background-image: url("../assets/img/svg/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.cr-form__checkbox--big-button:checked + .cr-form__label {
  background-color: #ebf1ff;
  -webkit-box-shadow: inset 0 0 0 2px #588df5;
          box-shadow: inset 0 0 0 2px #588df5;
  border-radius: 12px;
  color: #588df5;
}
.cr-form__checkbox--big-button:checked + .cr-form__label::before {
  opacity: 1;
}
.cr-form__checkbox--big-button:checked + .cr-form__label .cr-form__label-number {
  color: #828997;
}
.cr-form__checkbox--button-light {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.cr-form__checkbox--button-light + .cr-form__label {
  display: block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #2b5ec5;
  background-color: #ebf1ff;
  border-radius: 5px;
}
.cr-form__checkbox--button-light:checked + .cr-form__label {
  color: #ffffff;
  background-color: #588df5;
}
.cr-form__field {
  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;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.cr-form__field .cr-form__label:first-child {
  display: block;
  margin-bottom: 4px;
}
.cr-form__field.isError .cr-form__input {
  background-color: #fef6f6;
  color: #e03d28;
}
.cr-form__field.isError .cr-form__input::-webkit-input-placeholder {
  color: inherit;
}
.cr-form__field.isError .cr-form__input::-moz-placeholder {
  color: inherit;
}
.cr-form__field.isError .cr-form__input:-ms-input-placeholder {
  color: inherit;
}
.cr-form__field.isError .cr-form__input::-ms-input-placeholder {
  color: inherit;
}
.cr-form__field.isError .cr-form__input::placeholder {
  color: inherit;
}
.cr-form__field .cr-dropdown {
  width: 100%;
}
.cr-form__asterisk {
  color: #e03d28;
}
.cr-form__note {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
  text-align: center;
}
.cr-form__error-text {
  font-size: 13px;
  line-height: 18px;
  color: #e03d28;
}
.cr-form__messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cr-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.cr-form__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.cr-form__item-wrapper--col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 4px) calc(50% - 4px);
  grid-template-columns: calc(50% - 4px) calc(50% - 4px);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.cr-form__date-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-form__search-wrapper {
  position: relative;
  width: 100%;
}
.cr-form__search-wrapper.isFilled .cr-form__search-button-delete {
  display: block;
}
.cr-form__search-wrapper.isResultShown .cr-form__search-result {
  display: block;
}
.cr-form__search {
  position: relative;
}
.cr-form__search::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 20px;
  height: 20px;
  background-image: url("../assets/img/svg/icon-search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cr-form__search-input {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
  width: 100%;
  height: 46px;
  padding: 0 40px;
  font-size: 13px;
  line-height: 18px;
  background-color: #f6f9fe;
  border-radius: 10px;
}
.cr-form__search-input::-webkit-input-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__search-input::-moz-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__search-input:-ms-input-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__search-input::-ms-input-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__search-input::placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__search-input::-webkit-search-decoration,
.cr-form__search-input::-webkit-search-cancel-button,
.cr-form__search-input::-webkit-search-results-button,
.cr-form__search-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.cr-form__search-input:focus {
  outline: none;
}
.cr-form__search-button-delete {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 13px;
  right: 12px;
  width: 20px;
  height: 20px;
  color: #99aacf;
}
.cr-form__search-result {
  display: none;
  position: absolute;
  z-index: 5;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
}
.cr-form__date-wrapper {
  position: relative;
  width: 100%;
}
.cr-form__date {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
  width: 100%;
  height: 46px;
  padding: 0 49px 0 15px;
  font-size: 13px;
  line-height: 18px;
  background-color: #f6f9fe;
  border-radius: 10px;
  background-image: url("../assets/img/svg/arrow-chevron-down-1.svg");
  background-size: 24px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}
.cr-form__date::-webkit-input-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__date::-moz-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__date:-ms-input-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__date::-ms-input-placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__date::placeholder {
  opacity: 1;
  color: #99aacf;
  font-family: inherit;
}
.cr-form__date:focus {
  outline: none;
}
/* Form end */
/* Counter */
.cr-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.cr-counter--second .cr-counter__wrapper {
  height: 46px;
}
.cr-counter__wrapper {
  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;
  gap: 5px;
  height: 42px;
  width: 100%;
  padding: 0 19px;
  border: 1px solid #e8eaed;
  border-radius: 10px;
}
.cr-counter__button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 14px;
  height: 14px;
}
.cr-counter__button::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #f3f3f3;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cr-counter__button.onHover::before {
  opacity: 1;
}
.cr-counter__button.isDisabled {
  cursor: not-allowed;
  pointer-events: none;
}
.cr-counter__button.isDisabled .cr-counter__button-icon {
  color: #e8eaed;
}
.cr-counter__button-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  color: #2b5ec5;
}
.cr-counter__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-counter__inner .cr-counter__qty {
  height: 16px;
  font-size: 16px;
  line-height: 12px;
}
.cr-counter__inner .cr-counter__sum {
  font-size: 13px;
  line-height: 9px;
  color: #828997;
}
.cr-counter__qty {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  width: 40px;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
  text-align: center;
  -moz-appearance: textfield;
}
.cr-counter__qty:focus {
  outline: none;
}
.cr-counter__button-plus {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 19px;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  font-size: 19px;
  line-height: 27px;
  font-weight: 600;
  color: #2b5ec5;
}
.cr-counter__button-plus .cr-counter__button-icon {
  width: 14px;
  height: 14px;
}
.cr-counter__button-plus.isDisabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #acb2bf;
}
.cr-counter__button-plus.isDisabled .cr-counter__button-icon {
  color: #acb2bf;
}
.cr-counter__button-plus.onHover .cr-counter__icon-wrapper::before {
  opacity: 1;
}
.cr-counter__icon-wrapper {
  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;
}
.cr-counter__icon-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background-color: #f3f3f3;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* Counter end */
/* Description */
.cr-description {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-size: 13px;
  line-height: 18px;
}
.cr-description__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.cr-description__term {
  color: #828997;
}
.cr-description__definition {
  margin: 0;
  padding: 0;
  color: #3d3d3d;
}
/* Description end */
/* Description column */
.cr-description-column {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-description-column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.cr-description-column__term {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-description-column__value {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #3d3d3d;
}
/* Description column end */
/* Filter */
.cr-filter__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.cr-filter__button-sorting {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  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;
  width: 36px;
  height: 36px;
  border: 1px solid #e8eaed;
  border-radius: 8px;
}
.cr-filter__button-sorting svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #2b5ec5;
}
.cr-filter__button-sorting.onHover {
  background-color: #f3f3f3;
}
.cr-filter__button-filters {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 7px;
  border: 1px solid #e8eaed;
  border-radius: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #2b5ec5;
}
.cr-filter__button-filters.onHover {
  background-color: #f3f3f3;
}
.cr-filter__button-label {
  position: absolute;
  right: -8px;
  top: -5px;
  padding: 4px 6px;
  color: #ffffff;
  background-color: #588df5;
  border-radius: 20px;
  font-size: 13px;
  line-height: 9px;
}
.cr-filter__button-reset {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-left: auto;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #d99890;
}
.cr-filter__button-reset svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.cr-filter__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}
/* Filter end */
/* Filter section */
.cr-filter-section__name {
  min-height: 24px;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-filter-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.cr-filter-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-filter-section__button-all {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  padding: 0 4px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #2b5ec5;
}
/* Filter section end */
/* Description simple */
.cr-description-simple {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cr-description-simple__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #ebf1ff;
}
.cr-description-simple__term {
  max-width: calc(50% - 5px);
  font-weight: 600;
}
.cr-description-simple__value {
  max-width: calc(50% - 5px);
  margin: 0;
  padding: 0;
  text-align: right;
}
/* Description simple end */
/* Detail */
.cr-detail {
  padding-bottom: 20px;
}
.cr-detail > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.cr-detail__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #3d3d3d;
}
.cr-detail__section p {
  margin: 0;
}
.cr-detail__section-title {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-detail__section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-detail__characteristics-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 13px;
  line-height: 18px;
}
.cr-detail__characteristics-item {
  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;
  gap: 12px;
  background-image: linear-gradient(to right, #e0e2f8 0, #e0e2f8 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom 2px;
}
.cr-detail__characteristics-term {
  color: #828997;
}
.cr-detail__characteristics-value {
  margin: 0;
  padding: 0;
  text-align: right;
  color: #3d3d3d;
}
.cr-detail__characteristics-text {
  background-color: #ffffff;
}
.cr-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.cr-detail__info-title {
  color: #828997;
}
/* Detail end */
/* Detail card */
.cr-detail-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-detail-card__title {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
  text-align: center;
}
.cr-detail-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-detail-card__left {
  width: 47.879%;
}
.cr-detail-card__picture {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 120.254%;
  border-radius: 4px;
}
.cr-detail-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.cr-detail-card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 48.485%;
}
.cr-detail-card__code {
  min-height: 20px;
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-detail-card__description {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-detail-card__package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 13px;
  line-height: 18px;
}
.cr-detail-card__package-size {
  color: #828997;
}
.cr-detail-card__characteristics-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  font-size: 13px;
  line-height: 18px;
}
.cr-detail-card__characteristics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 35px;
}
.cr-detail-card__characteristics-term {
  margin-top: -9px;
  color: #828997;
}
.cr-detail-card__characteristics-value {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-detail-card__bottom {
  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;
  gap: 8px;
}
.cr-detail-card__price {
  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;
  gap: 8px;
}
.cr-detail-card__price-current {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-detail-card__price-old {
  font-size: 15px;
  line-height: 22px;
  color: #828997;
  text-decoration-line: line-through;
}
.cr-detail-card__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: 100%;
}
.cr-detail-card__action .cr-button {
  width: 100%;
}
.cr-detail-card__message {
  width: 100%;
}
/* Detail card end */
/* Document card */
.cr-document-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 15px;
  border: 1px solid #e8eaed;
  border-radius: 12px;
}
.cr-document-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.cr-document-card__header {
  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;
  gap: 4px;
}
.cr-document-card__period {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-document-card__status {
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 18px;
  color: #3d3d3d;
}
.cr-document-card__status--pending {
  background-color: #fbf4db;
}
.cr-document-card__status--done {
  background-color: #ebf9e8;
}
.cr-document-card__date {
  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;
  gap: 4px;
}
.cr-document-card__date-title {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-document-card__date-value {
  font-size: 13px;
  line-height: 18px;
  color: #3d3d3d;
}
/* Document card end */
/* Dropdown */
.cr-dropdown {
  position: relative;
}
.cr-dropdown.isOpen .cr-dropdown__body {
  display: block;
}
.cr-dropdown.isOpen .cr-dropdown__button::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.cr-dropdown.isOpen .cr-dropdown__button:has(.cr-dropdown__select-main:only-child)::before {
  -webkit-transform: rotate(0) translateY(-50%);
      -ms-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
}
.cr-dropdown.isOpen .cr-dropdown__button:has(.cr-dropdown__select-second:only-child)::before {
  -webkit-transform: rotate(0) translateY(-50%);
      -ms-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
}
.cr-dropdown__button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  width: 100%;
  min-height: 46px;
  padding: 13px 49px 13px 15px;
  font-size: 13px;
  line-height: 18px;
  color: #3d3d3d;
  background-color: #f6f9fe;
  border-radius: 10px;
}
.cr-dropdown__button::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 13px;
  width: 24px;
  height: 24px;
  background-image: url("../assets/img/svg/arrow-chevron-up.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.cr-dropdown__button:has(.cr-dropdown__select-main:only-child)::before {
  top: 50%;
  -webkit-transform: rotate(-180deg) translateY(-50%);
      -ms-transform: rotate(-180deg) translateY(-50%);
          transform: rotate(-180deg) translateY(-50%);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.cr-dropdown__button:has(.cr-dropdown__select-second:only-child)::before {
  top: 50%;
  -webkit-transform: rotate(-180deg) translateY(-50%);
      -ms-transform: rotate(-180deg) translateY(-50%);
          transform: rotate(-180deg) translateY(-50%);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.cr-dropdown__button .cr-dropdown__select-main,
.cr-dropdown__button .cr-dropdown__select-second {
  max-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cr-dropdown__button:empty::after {
  content: "Не указано";
  color: #99aacf;
}
.cr-dropdown__button .cr-dropdown__select-main:empty::after,
.cr-dropdown__button .cr-dropdown__select-second:empty::after {
  content: "Не указано";
  color: #99aacf;
}
.cr-dropdown__button .cr-dropdown__select-main + .cr-dropdown__select-second::after {
  content: none;
}
.cr-dropdown__button .cr-dropdown__select-second + .cr-dropdown__select-main::after {
  content: none;
}
.cr-dropdown__select-second {
  color: #828997;
}
.cr-dropdown__body {
  display: none;
  position: absolute;
  z-index: 2;
  top: calc(100% + 2px);
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  background-color: #f6f9fe;
}
.cr-dropdown__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.cr-dropdown__item {
  font-size: 13px;
  line-height: 18px;
}
.cr-dropdown__item-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
/* Dropdown end */
/* Header */
.cr-header {
  background-color: #ffffff;
}
.cr-header--catalog .cr-header__back-link {
  color: #99aacf;
}
.cr-header--catalog .cr-header__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #2d2d2d;
}
.cr-header__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 10px 15px;
}
.cr-header__left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  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;
  gap: 15px;
}
.cr-header__right {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
.cr-header__middle {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-header__logo-image {
  display: block;
  width: 72px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cr-header__tools-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.cr-header__tools-list .cr-icon-link__image {
  color: #99aacf;
}
.cr-header__search {
  padding: 0 15px 10px;
}
.cr-header__back-link {
  color: #c5c5c5;
}
.cr-header__title {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
  text-align: center;
}
/* Header end */
/* Hero slider */
.cr-hero-slider {
  padding: 0 15px;
}
.cr-hero-slider .swiper-scrollbar {
  margin-top: 8px;
}
.cr-hero-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cr-hero-slider__item {
  height: auto !important;
  min-height: 450px;
  border-radius: 12px;
}
.cr-hero-slider__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.cr-hero-slider__picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.cr-hero-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.cr-hero-slider__body {
  position: relative;
  z-index: 1;
  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;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.cr-hero-slider__title {
  font-size: 30px;
  line-height: 39px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}
/* Hero slider end */
/* History */
.cr-history {
  padding-bottom: 40px;
}
.cr-history .cr-form__checkbox--button-light + .cr-form__label {
  font-size: 19px;
  line-height: 28px;
}
.cr-history .cr-filter-section__name {
  min-height: 0;
}
.cr-history__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-top: 12px;
}
.cr-history__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
/* History end */
/* Icon link */
button.cr-icon-link {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
}
.cr-icon-link {
  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;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cr-icon-link.onHover {
  background-color: #f3f3f3;
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #f3f3f3;
          box-shadow: 0 0 0 5px #f3f3f3;
}
.cr-icon-link__image {
  width: 100%;
  height: 100%;
  fill: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.cr-icon-link__label {
  position: absolute;
  top: -6px;
  right: -5px;
  padding: 2px 5px;
  border-radius: 20px;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  background-color: #f93c00;
}
/* Icon link end */
/* Labels */
.cr-labels {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.cr-labels__item {
  padding: 1px 4px 2px 4px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
.cr-labels__item--green {
  background-color: #3ec832;
}
.cr-labels__item--blue {
  background-color: #28a3e0;
}
.cr-labels__item--red {
  background-color: #e03d28;
}
/* Labels end */
/* Letter index */
.cr-letter-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  width: calc(100% + 5px);
  margin: 0 -5px 0 0;
}
.cr-letter-index__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cr-letter-index__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}
.cr-letter-index__title {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
}
.cr-letter-index__result-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cr-letter-index__letters {
  position: sticky;
  top: 0;
  padding-top: 28px;
}
.cr-letter-index__letters-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 8px 0;
}
.cr-letter-index__letters-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cr-letter-index__letters-link {
  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;
  width: 20px;
  height: 18px;
}
.cr-letter-index__letters-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ebf1ff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cr-letter-index__letters-link.onHover::before {
  opacity: 1;
}
/* Letter index end */
/* Link */
.cr-link {
  font-weight: 600;
  color: #2b5ec5;
}
.cr-link--color {
  color: #d99890;
}
/* Link end */
/* Links list */
.cr-links__title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.cr-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.cr-links__link {
  color: #2b5ec5;
}
/* Links list end */
/* Login */
.cr-login {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
}
.cr-login__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.cr-login__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-login__top {
  font-size: 13px;
  line-height: 18px;
  color: #3d3d3d;
  text-align: center;
}
.cr-login__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-login__form .cr-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.cr-login__bottom {
  text-align: center;
}
.cr-login__bottom .cr-link {
  font-size: 13px;
  line-height: 22px;
}
.cr-login__note {
  font-size: 13px;
  line-height: 20px;
  color: #828997;
}
/* Login end */
/* Main page */
.cr-main-page__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 40px 15px;
}
.cr-main-page__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 50px 15px 30px;
  border-radius: 15px 15px 0 0;
  font-size: 13px;
  line-height: 18px;
  background-color: #f6f9fe;
  color: #3d3d3d;
}
.cr-main-page__info::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #f6f9fe;
}
.cr-main-page__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cr-main-page__info-title {
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
}
.cr-main-page__info-text p {
  margin: 0 0 10px;
}
.cr-main-page__info-text p:last-child {
  margin-bottom: 0;
}
.cr-main-page__info-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  line-height: 22px;
}
.cr-main-page__info-contacts-item {
  position: relative;
  padding-left: 19px;
}
.cr-main-page__info-contacts-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
}
/* Main page end */
/* Menu */
.cr-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cr-menu__link {
  display: block;
  padding: 15px 12px;
  background-color: #ebf1ff;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #2b5ec5;
}
/* Menu end */
/* Message */
.cr-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  padding: 8px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #3d3d3d;
}
.cr-message::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cr-message--notification {
  background-color: #fbf4db;
}
.cr-message--notification::before {
  background-image: url("../assets/img/svg/icon-notification.svg");
}
.cr-message--error {
  background-color: #fef6f6;
  color: #e03d28;
}
.cr-message--error::before {
  background-image: url("../assets/img/svg/icon-error.svg");
}
.cr-message--done {
  background-color: #ebf9e8;
  color: #278014;
}
.cr-message--done::before {
  background-image: url("../assets/img/svg/icon-done.svg");
}
/* Message end */
/* Mobile nav */
.cr-mobile-nav {
  position: sticky;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: auto;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.05);
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
}
.cr-mobile-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
}
.cr-mobile-nav__link {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  min-height: 60px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
  color: #a2a2a2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cr-mobile-nav__link--current {
  color: #588df5;
}
.cr-mobile-nav__link.onHover .cr-mobile-nav__icon-wrapper::before {
  opacity: 1;
}
.cr-mobile-nav__icon-wrapper {
  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;
}
.cr-mobile-nav__icon-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  background-color: #f3f3f3;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.cr-mobile-nav__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  fill: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.cr-mobile-nav__label {
  position: absolute;
  top: -7px;
  left: calc(100% - 6px);
  padding: 1px 4px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  background-color: #588df5;
}
/* Mobile nav end */
/* Modal */
.cr-modal {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cr-modal.isOpen {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.cr-modal.isOpen .cr-modal__outer {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.cr-modal__outer {
  position: absolute;
  z-index: 15;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: calc(100dvh - 30px);
  padding: 0 15px;
  border-radius: 15px 15px 0 0;
  background: #ffffff;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
}
.cr-modal__inner {
  min-height: 100%;
  width: 100%;
}
.cr-modal__heading {
  position: sticky;
  top: 0;
  z-index: 5;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding: 40px 0 0;
  background-color: #ffffff;
}
.cr-modal__heading + .cr-modal__bottom {
  padding-top: 0;
}
.cr-modal__close-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 0;
  z-index: 3;
  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;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cr-modal__close-button.onHover {
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 0 0 5px #f3f3f3;
          box-shadow: 0 0 0 5px #f3f3f3;
}
.cr-modal__close-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.cr-modal__title {
  width: 100%;
  padding-bottom: 16px;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  color: #3d3d3d;
  background-color: #ffffff;
}
.cr-modal__bottom {
  position: sticky;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 16px 0;
  background-color: #ffffff;
}
.cr-modal__bottom .cr-button {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cr-modal__bottom--col2 > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(50% - 5px);
}
.cr-modal__bottom--col2 > .cr-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(50% - 5px);
}
.cr-modal__line {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52px;
  height: 3px;
  border-radius: 2px;
  background-color: #e6e6e6;
}
/* Modal end */
/* Nameplate */
.cr-nameplate {
  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;
  gap: 8px;
  min-height: 45px;
  padding: 0 35px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #828997;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 1px #e8eaed;
          box-shadow: inset 0 0 0 1px #e8eaed;
}
.cr-nameplate::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}
.cr-nameplate--done {
  color: #3fae26;
  background-color: #ebf9e8;
  -webkit-box-shadow: inset 0 0 0 2px #3fae26;
          box-shadow: inset 0 0 0 2px #3fae26;
}
.cr-nameplate--done::before {
  opacity: 1;
  background-image: url("../assets/img/svg/icon-done-1.svg");
}
/* Nameplate end */
/* Notification card */
.cr-notification-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #e8eaed;
  font-size: 13px;
  line-height: 18px;
}
.cr-notification-card--unread .cr-notification-card__date {
  position: relative;
  padding-right: 16px;
}
.cr-notification-card--unread .cr-notification-card__date::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e03d28;
}
.cr-notification-card__date {
  color: #828997;
}
.cr-notification-card__title {
  color: #3d3d3d;
}
.cr-notification-card__description {
  max-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828997;
}
.cr-notification-card__link {
  font-size: 14px;
  line-height: 24px;
}
/* Notification card end */
/* Notifications */
.cr-notifications {
  padding-bottom: 40px;
}
.cr-notifications > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-notifications__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-notifications__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
/* Notifications end */
/* Order */
.cr-order {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}
.cr-order > .cr-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cr-order__form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-order__form .cr-form__bottom {
  margin-top: auto;
}
.cr-order__form .cr-summary__bottom .cr-button {
  width: 100%;
}
/* Order end */
/* Order card */
.cr-order-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 15px;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  font-size: 13px;
  line-height: 18px;
}
.cr-order-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.cr-order-card__header {
  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;
  gap: 8px;
}
.cr-order-card__number {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
}
.cr-order-card__status-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.cr-order-card__status-item {
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 18px;
  background-color: #ebf1ff;
  color: #3d3d3d;
}
.cr-order-card__status-item--yellow {
  background-color: #fbf2d0;
}
.cr-order-card__status-item--blue {
  background-color: #588df5;
  color: #ffffff;
}
.cr-order-card__date {
  color: #3d3d3d;
}
.cr-order-card__address {
  color: #828997;
}
.cr-order-card__slider {
  width: calc(100% + 30px);
  padding: 0 15px;
  margin: 0 -15px;
}
.cr-order-card__slider-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cr-order-card__slider-item {
  width: 50px !important;
}
.cr-order-card__slider-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 50px;
}
.cr-order-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  border-top: 1px solid #e8eaed;
}
.cr-order-card__sum {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-order-card__link {
  font-size: 14px;
  line-height: 24px;
}
/* Order card end */
/* Order detail */
.cr-order-detail {
  padding-bottom: 40px;
}
.cr-order-detail > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.cr-order-detail__summary.cr-summary {
  gap: 8px;
  padding: 15px;
}
.cr-order-detail__summary.cr-summary .cr-summary__bottom .cr-button {
  width: 100%;
}
.cr-order-detail__summary.cr-summary .cr-summary__bottom--row .cr-button {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cr-order-detail__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-order-detail__section-title {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-order-detail__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-order-detail__item .cr-product-card__body {
  gap: 12px;
}
.cr-order-detail__item .cr-product-card__left {
  width: 30.202%;
}
.cr-order-detail__item .cr-product-card__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cr-order-detail__history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-order-detail__history-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-order-detail__history-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
/* Order detail end */
/* Output */
.cr-output {
  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;
  gap: 12px;
}
.cr-output__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.cr-output__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cr-output__button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  background-color: #588df5;
  border-radius: 8px;
}
.cr-output__cross {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.cr-output__button-reset {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #d99890;
}
.cr-output__button-reset svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
}
/* Output end */
/* Page */
.cr-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.cr-page header {
  width: 100%;
}
.cr-page main {
  width: 100%;
}
.cr-page footer {
  width: 100%;
  margin-top: auto;
}
.cr-page__bottom-sticky {
  position: sticky;
  z-index: 5;
  bottom: 70px;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
  background-color: #ffffff;
}
.cr-page__bottom-sticky > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.cr-page__bottom-sticky > .cr-container .cr-button {
  width: 100%;
}
/* Page end */
/* Page 404 */
.cr-page-404 {
  padding-bottom: 20px;
}
.cr-page-404 > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.cr-page-404__title {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
/* Page 404 end */
/* Payments */
.cr-payments {
  padding-bottom: 20px;
}
.cr-payments > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.cr-payments__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-payments__title {
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-payments__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-payments__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cr-payments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #ebf1ff;
}
.cr-payments__term {
  font-size: 13px;
  line-height: 18px;
  color: #3d3d3d;
}
.cr-payments__value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: calc(50% - 6px);
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-payments__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-payments__form .cr-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.cr-payments__documents-wrapper.is-active .cr-payments__documents-button::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.cr-payments__documents-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding-right: 30px;
  font-size: 23px;
  line-height: 35px;
  font-weight: 600;
}
.cr-payments__documents-button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  width: 24px;
  height: 24px;
  background-image: url("../assets/img/svg/arrow-chevron-up.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.cr-payments__documents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-payments__documents-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-top: 16px;
}
/* Payments end */
/* Personal data */
.cr-personal-data {
  padding-bottom: 40px;
}
.cr-personal-data > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.cr-personal-data__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.cr-personal-data__title {
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
  color: #3d3d3d;
}
/* Personal data end */
/* Price */
.cr-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cr-price__old {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
  text-decoration: line-through;
}
.cr-price__current {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #3d3d3d;
}
/* Price end */
/* Product card */
.cr-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding: 15px;
  border: 1px solid #e8eaed;
  border-radius: 12px;
}
.cr-product-card__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 8px;
}
.cr-product-card__main .cr-product-card__body {
  gap: 12px;
}
.cr-product-card__main .cr-product-card__left {
  width: 33.963%;
}
.cr-product-card__main .cr-product-card__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cr-product-card__main ~ .cr-product-card__bottom .cr-product-card__counter.cr-counter {
  width: 53.692%;
}
.cr-product-card__button-delete {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cr-product-card__button-delete svg {
  width: 100%;
  height: 100%;
  color: #99aacf;
}
.cr-product-card__button-delete.onHover {
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 0 0 5px #f3f3f3;
          box-shadow: 0 0 0 5px #f3f3f3;
}
.cr-product-card__title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-product-card__title:last-child {
  margin-bottom: 0;
}
.cr-product-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
}
.cr-product-card__body:last-child {
  margin-bottom: 0;
}
.cr-product-card__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40.269%;
}
.cr-product-card__picture {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 120%;
  border-radius: 8px;
}
.cr-product-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
.cr-product-card__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 55.705%;
}
.cr-product-card__right:only-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cr-product-card__right .cr-product-card__price.cr-price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-product-card__right .cr-product-card__price.cr-price .cr-price__current {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.cr-product-card__description {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-product-card__package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 13px;
  line-height: 18px;
}
.cr-product-card__package-size {
  color: #828997;
}
.cr-product-card__characteristics-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  line-height: 18px;
}
.cr-product-card__characteristics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.cr-product-card__characteristics-term {
  color: #828997;
}
.cr-product-card__characteristics-value {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-product-card__quantity {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #f1f1f1;
}
.cr-product-card__quantity-value {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.cr-product-card__quantity-value--low {
  width: 27.109%;
  background-color: #f2e9a6;
}
.cr-product-card__bottom {
  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: 100%;
}
.cr-product-card__counter.cr-counter {
  width: 55.705%;
}
.cr-product-card__button.cr-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 55.705%;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 18px;
}
.cr-product-card__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cr-product-card__total-label {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-product-card__total-number {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-product-card__sum {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-product-card__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  line-height: 18px;
}
.cr-product-card__qty-current {
  color: #3d3d3d;
}
.cr-product-card__qty-old {
  color: #828997;
  text-decoration: line-through;
}
/* Product card end */
/* Products slider */
.cr-products-slider .swiper-scrollbar {
  margin-top: 8px;
}
.cr-products-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cr-products-slider__item {
  height: auto;
}
.cr-products-slider__item .cr-product-card {
  height: 100%;
}
/* Products slider end */
/* Quantity */
.cr-quantity {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #f1f1f1;
}
.cr-quantity__value {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.cr-quantity__value--low {
  width: 41.667%;
  background-color: #d9b9a3;
}
.cr-quantity__value--high {
  width: 100%;
  background-color: #a7d9a3;
}
.cr-quantity__value--normal {
  width: 75%;
  background-color: #f2e9a6;
}
.cr-quantity__value--very-low {
  width: 25%;
  background-color: #d9aba3;
}
/* Quantity end */
/* Registration */
.cr-registration {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
}
.cr-registration__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.cr-registration__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-registration__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cr-registration__title {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-registration__text {
  font-size: 13px;
  line-height: 18px;
  color: #3d3d3d;
}
/* Registration end */
/* Result */
.cr-result {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cr-result > .cr-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  gap: 24px;
}
.cr-result__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.cr-result__title {
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-result__title--second {
  font-size: 19px;
  line-height: 28px;
  text-align: center;
}
.cr-result__description {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-result__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.cr-result__bottom .cr-button {
  width: 100%;
}
/* Result end */
/* Scroll row */
.cr-scroll-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 30px);
  padding: 0 15px;
  margin: 0 -15px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cr-scroll-row::-webkit-scrollbar {
  display: none;
}
.cr-scroll-row__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.cr-scroll-row__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* Scroll row end */
/* Search field */
.cr-search-field {
  position: relative;
}
.cr-search-field.isFilled .cr-search-field__button-delete {
  display: block;
}
.cr-search-field__input {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
  width: 100%;
  height: 46px;
  padding: 0 15px 0 43px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 18px;
  background-color: #f6f9fe;
}
.cr-search-field__input:focus {
  outline: none;
}
.cr-search-field__input::-webkit-input-placeholder {
  color: #828997;
  opacity: 1;
}
.cr-search-field__input::-moz-placeholder {
  color: #828997;
  opacity: 1;
}
.cr-search-field__input:-ms-input-placeholder {
  color: #828997;
  opacity: 1;
}
.cr-search-field__input::-ms-input-placeholder {
  color: #828997;
  opacity: 1;
}
.cr-search-field__input::placeholder {
  color: #828997;
  opacity: 1;
}
.cr-search-field__input::-webkit-search-decoration,
.cr-search-field__input::-webkit-search-cancel-button,
.cr-search-field__input::-webkit-search-results-button,
.cr-search-field__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.cr-search-field__button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  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;
  width: 20px;
  height: 20px;
}
.cr-search-field__button-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  color: #99aacf;
}
.cr-search-field__button-delete {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 13px;
  right: 12px;
  width: 20px;
  height: 20px;
  color: #99aacf;
}
/* Search field end */
/* Search result */
.cr-search-result {
  padding: 12px 15px 40px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #3d3d3d;
  background-color: #f6f9fe;
}
.cr-search-result__inner {
  max-height: 238px;
  overflow: auto;
}
.cr-search-result__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
/* Search result end */
/* Section */
.cr-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-section__title {
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
}
/* Section end */
/* Social */
.cr-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.cr-social__link {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 10px;
}
.cr-social__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* Social end */
/* Square button */
.cr-square-button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 46px;
  height: 46px;
  color: #2b5ec5;
  background-color: #ebf1ff;
  border-radius: 10px;
}
.cr-square-button__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 25px;
}
/* Square button end */
/* Status */
.cr-status {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 18px;
  background-color: #ebf1ff;
  color: #3d3d3d;
}
.cr-status--yellow {
  background-color: #fbf2d0;
}
.cr-status--blue {
  background-color: #588df5;
  color: #ffffff;
}
/* Status end */
/* Submenu */
.cr-submenu__top {
  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;
  gap: 12px;
  padding-top: 10px;
}
.cr-submenu__button-back.cr-icon-link {
  color: #99aacf;
}
.cr-submenu__button-reset {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-left: auto;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #d99890;
}
.cr-submenu__button-reset svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.cr-submenu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.cr-submenu__title {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  color: #3d3d3d;
}
.cr-submenu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 16px 0;
}
.cr-submenu__bottom > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(50% - 5px);
}
/* Submenu end */
/* Summary */
.cr-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 11px;
  border-radius: 15px;
  border: 1px solid #e8eaed;
  font-size: 13px;
  line-height: 18px;
}
.cr-summary__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.cr-summary__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #828997;
}
.cr-summary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-summary__item--strong {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #3d3d3d;
}
.cr-summary__value {
  margin: 0;
  padding: 0;
  color: #3d3d3d;
}
.cr-summary__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.cr-summary__message {
  font-size: 13px;
  line-height: 18px;
  color: #828997;
  text-align: center;
}
.cr-summary__bottom--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.cr-summary__bottom--row .cr-button {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* Summary end */
/* Tabs */
.cr-tabs > .cr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.cr-tabs__button-wrapper {
  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;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cr-tabs__button-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.cr-tabs__button-wrapper:last-child {
  margin-bottom: 0;
}
.cr-tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 100%;
  padding: 4px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #2b5ec5;
  background-color: #ebf1ff;
}
.cr-tabs__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cr-tabs__item.isActive {
  color: #ffffff;
}
.cr-tabs__button {
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  text-align: left;
  letter-spacing: inherit;
  cursor: pointer;
  width: 100%;
  padding: 8px 9px;
  border-radius: 10px;
  text-align: center;
}
.cr-tabs__body {
  display: none;
}
.cr-tabs__body.isActive {
  display: block;
}
.cr-tabs__glide {
  position: absolute;
  border-radius: 10px;
  background-color: #588df5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* Tabs end */
/* Text page */
.cr-text {
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 26px;
}
.cr-text h2:not([class]) {
  margin: 12px 0 0;
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
}
.cr-text h3:not([class]) {
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
}
.cr-text p:not([class]) {
  margin: 12px 0 0;
}
.cr-text img:not([class]) {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  border-radius: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cr-text .cr-description-simple {
  margin-top: 24px;
}
.cr-text .cr-section {
  margin-top: 24px;
}
/* Text page end */


.cr-letter-index__letters-list {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y; /* Позволяет панорамировать (прокручивать) по вертикали */
}
.cr-letter-index__letters-list::-webkit-scrollbar {
  width: 0px; /* Ширина скроллбара */
}
