/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

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

input::-ms-clear {
  display: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

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

.account-custom__content-title {
  color: #1b1b1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: normal; }
  .account-custom__content-title svg {
    stroke: #99d4ff;
    margin-right: 8px; }

.account-custom__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px; }

.account-custom__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e7e4e7; }
  @media screen and (max-width: 1250px) {
    .account-custom__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (max-width: 1250px) {
    .account-custom__list li {
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
  .account-custom__list li + li {
    border-top: 1px solid #e7e4e7; }
  .account-custom__list li.active a {
    background: #fff3f3;
    font-weight: 700; }
    .account-custom__list li.active a::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 3px;
      background: #e34200; }
    .account-custom__list li.active a svg {
      stroke: #e34200; }
  .account-custom__list a {
    text-decoration: none;
    padding: 0 16px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1b1b1a;
    font-size: 16px;
    font-style: normal;
    position: relative;
    font-weight: 400;
    line-height: 24px; }
    @media screen and (min-width: 1250px) {
      .account-custom__list a:hover {
        color: #e34200; } }
    .account-custom__list a svg {
      margin-right: 8px;
      display: block;
      stroke: #828282; }

.account-custom__content {
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 1250px) {
    .account-custom__content {
      margin: 0; } }

.account-custom__address-section {
  border-top: 1px solid #e7e4e7; }

.account-custom__address-box {
  border-bottom: 1px solid #e7e4e7;
  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;
  padding: 16px 0; }

.account-custom__address-main {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px; }
  .account-custom__address-main::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: #e34200;
    width: 8px;
    height: 8px;
    border-radius: 50%; }

.account-custom__town {
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  margin-bottom: 4px; }

.account-custom__np {
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px; }

.account-custom .basket__col svg {
  position: absolute;
  right: 16px;
  top: 17px;
  pointer-events: none; }

.account-custom__address-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.account-custom__address-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0db14b;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0; }
  .account-custom__address-edit svg {
    margin-right: 6px; }

.account-custom__address-delete {
  color: #e34200;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 24px; }
  .account-custom__address-delete svg {
    margin-right: 6px; }

.account-custom__products {
  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; }
  .account-custom__products .card__hidden {
    height: auto;
    position: relative; }
  .account-custom__products .card__info {
    position: relative; }
  @media screen and (max-width: 767px) {
    .account-custom__products .card-item {
      max-width: 172px; } }

.account-delete-prod {
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  bottom: 7px;
  right: 0;
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .account-delete-prod {
      right: 3px; } }
  .account-delete-prod svg {
    margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .account-delete-prod svg {
        margin-right: 4px; } }

.pass-edit {
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; }

.add-address {
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  text-decoration: underline; }
  .add-address:hover {
    text-decoration: none; }

.orders-history__wrap {
  margin-bottom: 10px; }

@media screen and (max-width: 1250px) {
  .orders-history__block {
    margin: 0 auto; } }

.orders-history__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .orders-history__col {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .orders-history__col + .orders-history__col {
        width: 100%; } }

.orders-history__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .orders-history__head {
      display: none; } }

.orders-history__head-item {
  width: 25%;
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: normal; }

.orders-history__custom {
  width: 25%;
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media screen and (max-width: 767px) {
    .orders-history__custom {
      font-size: 12px; } }
  .orders-history__custom.wait {
    color: #e3a300; }
  .orders-history__custom.canceled {
    color: #e34200; }
  .orders-history__custom.done {
    color: #0db14b; }

.orders-history__item {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  margin-bottom: 30px; }
  .orders-history__item.active .orders-history__title {
    background: #f9f8f9; }
  .orders-history__item.active .orders-history__icon span {
    background: #fff; }
    .orders-history__item.active .orders-history__icon span::after {
      background: #ef2d8a; }
    .orders-history__item.active .orders-history__icon span::before {
      display: none; }
  .orders-history__item.active .orders-history__content {
    background: #f9f8f9; }

.orders-history .basket__quantity input {
  background: #f9f8f9; }

.orders-history .basket__item {
  border-width: 1px 0 0; }

.orders-history .basket__item + .basket__item {
  margin: 0; }

.orders-history__cus-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0; }
  @media screen and (max-width: 767px) {
    .orders-history__cus-info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.orders-history__cus-name {
  font-weight: 700;
  margin-bottom: 12px; }

.orders-history__cus-col {
  width: 33%;
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    .orders-history__cus-col {
      width: 100%; }
      .orders-history__cus-col + .orders-history__cus-col {
        margin-top: 20px; } }
  .orders-history__cus-col ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .orders-history__cus-col ul li + li {
      margin-top: 8px; }

.orders-history__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 56px;
  cursor: pointer;
  padding: 0 0 0 40px;
  position: relative; }
  .orders-history__title.disabled {
    pointer-events: none; }
  @media screen and (max-width: 767px) {
    .orders-history__title {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
      padding: 16px 15px 16px 40px; } }
  .orders-history__title::after {
    border-bottom: 1px solid #121315;
    border-right: 1px solid #121315;
    width: 8px;
    height: 8px;
    left: 18px;
    margin-top: -4px;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .orders-history__title.orders-history__success::after {
    background: #d6e7a6; }
  .orders-history__title.orders-history__success .orders-history__status {
    background: #d6e7a6; }

.orders-history__number {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; }

.orders-history__date {
  color: #5b5b5b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0 8px; }

.orders-history__status {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  height: 20px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px; }
  @media screen and (max-width: 767px) {
    .orders-history__status {
      margin: 4px 0 8px; } }

.orders-history__invoice {
  color: #5b5b5b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; }

.orders-history__price {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-left: 8px; }
  @media screen and (max-width: 767px) {
    .orders-history__price {
      width: 100%;
      margin: 0 0 4px; } }

.orders-history__icon {
  position: relative;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: transparent;
  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;
  margin-left: 14px; }
  @media screen and (max-width: 767px) {
    .orders-history__icon {
      margin: 0;
      position: absolute;
      top: 2px;
      right: 0; } }
  .orders-history__icon span {
    width: 25px;
    height: 25px;
    position: relative; }
    .orders-history__icon span::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 14px;
      height: 1px;
      background: #000;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
    .orders-history__icon span::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1px;
      height: 14px;
      background: #000;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }

.orders-history__price::after {
  display: none; }

.orders-history__inner {
  height: 0;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.orders-history__content {
  border-top: 1px solid transparent; }

.orders-history__bottom {
  padding: 16px 0;
  border-top: 1px solid #e4e4e4; }

.orders-history__bottom-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 12px; }

.orders-history__box-value {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 50%; }

.orders-history__load {
  width: 100%;
  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;
  background: #f5f7fa;
  line-height: 36px;
  font-size: 16px;
  color: #485860;
  text-decoration: none;
  border-radius: 30px; }
  .orders-history__load svg {
    margin-right: 12px;
    width: 19px;
    height: 19px; }

.orders-history__box-title {
  font-size: 15px;
  line-height: 130%;
  color: #52636c;
  margin-bottom: 16px; }

.orders-history__box-list {
  margin: 0;
  padding: 20px 0 20px 40px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eee; }

.orders-history__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%; }
  @media screen and (max-width: 767px) {
    .orders-history__box-item {
      display: block; } }
  .orders-history__box-item .text {
    color: #5b5b5b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    @media screen and (max-width: 767px) {
      .orders-history__box-item .text {
        font-size: 12px;
        line-height: 16px; } }
    .orders-history__box-item .text.black {
      color: #000; }
  .orders-history__box-item .dots {
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #d0dde4;
    margin: 0 15px 4px; }
  .orders-history__box-item .value {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 0 15px; }
    @media screen and (max-width: 767px) {
      .orders-history__box-item .value {
        display: block;
        text-align: left;
        margin: 7px 0 0;
        font-size: 12px;
        line-height: 16px; } }
    .orders-history__box-item .value sub {
      position: static;
      bottom: 0; }
    .orders-history__box-item .value.big {
      font-size: 20px;
      line-height: 28px; }

.orders-history__box-text {
  font-size: 15px;
  line-height: 130%;
  color: #52636c; }

.orders-history__about .orders-history__box-item .text {
  font-size: 14px; }

.orders-history__about .orders-history__box-item .value {
  font-size: 15px; }

.orders-history__about .orders-history__box-item:last-of-type .text {
  color: #3d3d3d;
  font-size: 16px; }

.orders-history__about .orders-history__box-item:last-of-type .value {
  color: #3d3d3d;
  font-size: 18px; }

.orders-history__bootom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 40px; }

.orders-history__bottom-error {
  font-size: 15px;
  line-height: 170%;
  color: #52636c;
  margin-right: 24px; }
  .orders-history__bottom-error span {
    color: #000; }

.orders-history__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 108px;
  width: 100%;
  height: 34px;
  background: red;
  border: 1px solid red;
  -webkit-box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.orders-history__status span {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 105px;
  height: 26px;
  background: #fbeaea;
  border-radius: 8px;
  font-size: 14px;
  line-height: 130%; }

.order__vendor {
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px; }

.order__list {
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4; }

.order__item {
  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;
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4; }
  @media screen and (max-width: 767px) {
    .order__item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .order__item:last-of-type {
    border: none; }

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

.order__image {
  max-width: 67px;
  width: 100%;
  margin-right: 16px; }

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

.order__item-left {
  max-width: 440px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .order__item-left {
      margin-bottom: 16px; } }

.order__content {
  max-width: 335px;
  width: 100%; }

.order__article {
  font-size: 12px;
  color: #a2a2a2;
  margin-bottom: 10px; }

.order__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; }
  .order__title a {
    color: #000;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

.order__author {
  font-size: 14px;
  line-height: 150%;
  color: #8b9ca6;
  margin-bottom: 15px; }

.order__info {
  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; }

.order__info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .order__info-right .order__info-item + .order__info-item {
    margin-left: 44px; }

.order__info-text {
  color: #a6a6a6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px; }

.order__info-value {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  min-height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.order__btn {
  border: 2px solid rgba(29, 88, 158, 0.2);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  max-width: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  padding: 0 21px 0 14px;
  font-weight: bold;
  font-size: 12px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: 'Calibri';
  color: #1d589e;
  cursor: pointer; }
  .order__btn svg {
    fill: #1d589e;
    width: 18px;
    height: 18px;
    margin-right: 7px; }

.popup-custom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .popup-custom.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup-custom__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }
  .popup-custom__holder {
    background: #fff;
    position: relative;
    z-index: 1;
    max-width: 537px;
    width: 100%;
    padding: 40px;
    font-family: 'AvenirNextCyr'; }
    .popup-custom__holder .basket__col {
      max-width: 100%;
      position: relative; }
  .popup-custom .toggle-password {
    position: absolute;
    right: 20px;
    top: 18px; }
  .popup-custom__sub-title {
    color: #1b1b1a;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 24px; }
  .popup-custom__btn {
    background: #e34200;
    border: 1px solid #e34200;
    height: 56px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 24px; }
    @media screen and (min-width: 1250px) {
      .popup-custom__btn:hover {
        background: #fff;
        color: #000; } }
  .popup-custom__or {
    color: #1b1b1a;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 14px;
    margin: 20px 0; }
  .popup-custom__add {
    background: #1b1b1a;
    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: 100%;
    height: 48px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    border: none; }
    .popup-custom__add svg {
      margin-right: 12px; }
  .popup-custom__title {
    color: #1b1b1a;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px; }
  .popup-custom__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }

.tel-again {
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  text-decoration: underline;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  width: 100%;
  background: none;
  padding: 0;
  border: none;
  margin-top: 20px; }
  @media screen and (min-width: 1250px) {
    .tel-again:hover {
      text-decoration: none; } }

.tel-edit {
  color: #1b1b1a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  text-decoration: underline;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  width: 100%;
  background: none;
  padding: 0;
  border: none; }
  @media screen and (min-width: 1250px) {
    .tel-edit:hover {
      text-decoration: none; } }
.panel-heading + .cat_card_grid {
  margin-top: 15px;
}
.basket_content_after_right_check a:first-child{
    color: #084876;
    background: #e3e3e3;
}
@media screen and (min-width: 1250px) {
   .basket_content_after_right_check a:first-child:hover {
    color: #fff;
    background: #084876;
   } 
}

.basket_content_after_right_check a + a {
    margin: 0 10px 0 0;
}
.gift_product {
    background: #5ab206;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 87px;
    justify-content: center;
    height: 24px;
    margin: 0;
    width: auto;
    font-size: 10px;
    text-transform: uppercase;
}
.cat_card_grid.slick-slider {
    display: block;
}
/*# sourceMappingURL=index.css.map */
