/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik", "Arial", sans-serif;
  color: #000;
  background-color: #F5F6FF; }
  body.fixed {
    overflow: hidden; }

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 80px; }

a {
  text-decoration: none; }
  a:focus {
    outline: none; }

button {
  cursor: pointer; }
  button:focus {
    outline: none; }

input:focus,
textarea:focus,
label:focus {
  outline: none; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.slick-initialized .slick-list {
  width: 100%; }

.slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  max-width: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }

.hidden-input {
  position: absolute;
  width: 1px;
  height: 1px;
  max-width: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }

h1 {
  margin: 0 0 16px;
  font-size: 26px;
  line-height: normal; }

h2 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 26px; }

h3 {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 26px; }

p {
  margin: 0 0 8px; }
  p:last-child {
    margin-bottom: 0; }

.body--white {
  background-color: #fff; }

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 80px; }
  .main--w-cart {
    padding-bottom: 140px; }

.preloader {
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #F5F6FF;
  z-index: 1000000;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/logo-preloader.svg");
  background-size: 253px auto; }

.site-container {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 15px; }

.section {
  overflow-x: clip; }

.section__heading {
  margin: 0 0 10px;
  font-weight: 700;
  text-transform: uppercase; }

.section--static .document {
  margin-bottom: 16px; }

.section--static img {
  width: 100%;
  height: auto; }
  .section--static img:not(:first-child) {
    margin-top: 16px; }
  .section--static img:not(:last-child) {
    margin-bottom: 16px; }

.section--static p:not(:last-child) {
  margin-bottom: 16px; }

.section--static h3:not(:last-child) {
  margin-bottom: 4px; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 54px;
  padding: 0 15px;
  border-radius: 30px;
  font-weight: 500;
  color: #000;
  background-color: #FFC700;
  text-align: center;
  border: none; }
  .btn--non-target {
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #E0E2F8; }
  .btn--alt {
    font-weight: 500;
    color: #212121;
    background-color: #E0E2F8; }
  .btn:focus {
    outline: none; }

.input {
  color:#000;
  display: block;
  max-width: 100%;
  height: 54px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #E0E2F8;
  border-radius: 35px; }
  .input::-webkit-input-placeholder {
    opacity: 1;
    color: #9A9CAD; }
  .input::-moz-placeholder {
    opacity: 1;
    color: #9A9CAD; }
  .input:-ms-input-placeholder {
    opacity: 1;
    color: #9A9CAD; }
  .input::-ms-input-placeholder {
    opacity: 1;
    color: #9A9CAD; }
  .input::placeholder {
    opacity: 1;
    color: #9A9CAD; }

.date-input {
  position: relative; }
  .date-input:not(:last-child) {
    margin-bottom: 10px; }

.date-input__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  padding: 15px 56px 15px 20px;
  color: #9A9CAD;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 35px; }
  .date-input__label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-date-input.svg");
    right: 15px;
    left: auto;
    width: 26px;
    height: 26px; }

.textarea {
  display: block;
  max-width: 100%;
  height: 150px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #E0E2F8;
  border-radius: 10px;
  resize: none; }
  .textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #9A9CAD; }
  .textarea::-moz-placeholder {
    opacity: 1;
    color: #9A9CAD; }
  .textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9A9CAD; }
  .textarea::-ms-input-placeholder {
    opacity: 1;
    color: #9A9CAD; }
  .textarea::placeholder {
    opacity: 1;
    color: #9A9CAD; }
  .textarea--small {
    height: 78px; }

.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 60px;
  padding-left: 72px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-image: url("../img/icon-document.svg"); }
  .document:not(:last-child) {
    margin-bottom: 10px; }

.document__name {
  color: #000; }

.document__size {
  color: #898989;
  font-size: 14px;
  line-height: 20px; }

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .form--cabinet {
    margin-top: 16px; }
  .form--on-moderation {
    opacity: .5; }

.form__input-group {
  position: relative;
  margin-bottom: 32px; }
  .form__input-group::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #E0E2F8;
    border-radius: 1px; }
  .form__input-group--required::before, .form__input-group--non-required::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    width: 100vw;
    height: calc(100% + 33px);
    z-index: -1; }
  .form__input-group--required::before {
    background-color: #E0E2F8; }
  .form__input-group--non-required::before {
    background-color: #fff; }
  .form__input-group--no-border::after {
    display: none; }

.form__input-block:not(:last-of-type) {
  margin-bottom: 15px; }

.form__input-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px; }
  .form__input-label--checkbox {
    position: relative;
    min-height: 30px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 38px; }
    .form__input-label--checkbox::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      background-color: #fff;
      border: 1px solid #E0E2F8;
      border-radius: 3px; }
    .form__input-label--checkbox::after {
      content: "";
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../img/icon-checkbox-checked.svg");
      top: 0;
      left: 0;
      display: none;
      width: 30px;
      height: 30px;
      background-color: #FFC700;
      border-radius: 3px;
      background-size: 17px 10px; }
  .form__input-label--file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }

.form__input--checkbox:checked + .form__input-label--checkbox::after {
  display: block; }

.form__input-label a {
  color: #000;
  text-decoration: underline; }

.form__input-required {
  color: #C21010; }

.form__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form__input-wrapper--radio {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 12px; }

.form__radio-wrapper:not(:last-child) {
  margin-right: 5px; }

.form__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  border: 1px solid #E0E2F8;
  border-radius: 40px;
  background-color: #fff; }

.form__input--radio:checked + .form__radio-label {
  border-color: #FFC700;
  background-color: #FFC700; }

.form__input {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .form__input--half {
    -ms-flex-preferred-size: calc(50% - 4px);
        flex-basis: calc(50% - 4px); }

.form__input--half + .select2 {
  -ms-flex-preferred-size: calc(50% - 4px);
      flex-basis: calc(50% - 4px); }

.form__input--select + .select2 .select2-selection__rendered, .form__input-wrapper .select2 .select2-selection__rendered {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  height: 54px;
  padding: 0 45px 0 20px;
  color: #000;
  background-color: #fff;
  border: 1px solid #E0E2F8;
  border-radius: 35px; }

.form__input--select + .select2-container--open .select2-selection__rendered {
  border-bottom: none;
  border-radius: 27px 27px 0 0; }

.form__input--select + .select2 .select2-selection,  .form__input-wrapper .select2 .select2-selection {
  max-width: 100%;
  height: 54px !important;
  border: none !important;
  border-radius: 35px !important; }

.form__input--select + .select2 .select2-selection__arrow, .form__input-wrapper .select2 .select2-selection__arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-select-arrow-closed.svg") !important;
  position: absolute !important;
  top: 50% !important;
  right: 15px !important;
  width: 24px !important;
  height: 21px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.form__input--select + .select2-container--open .select2-selection__arrow {
  background-image: url("../img/icon-select-arrow-open.svg"); }

.form__input--select + .select2 .select2-selection__arrow b, .form__input-wrapper .select2 .select2-selection__arrow b {
  border: none; display: none !important; }

.select2-container--open .select2-dropdown--below {
  border-right: 1px solid #E0E2F8;
  border-bottom: 1px solid #E0E2F8;
  border-left: 1px solid #E0E2F8;
  border-radius: 0 0 35px 35px; }

.select2-results__option {
  background-color: #fff !important;
  color: #000 !important; }

.select2-results__option {
  padding: 0 20px 15px;
  background-color: transparent !important; }

.form__submit-btn {
  width: 100%;
  margin-top: 15px;
  font-weight: 500; }

.form__add-btn {
  position: relative;
  margin: 0 auto;
  padding: 0 52px 0 58px; }
  .form__add-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 30px;
    width: 20px;
    height: 20px; }
  .form__add-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-add-btn-plus.svg");
    left: auto;
    right: 30px;
    width: 14px;
    height: 14px; }
  .form__add-btn--address {
    margin-bottom: 16px; }
    .form__add-btn--address::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../img/icon-add-btn-address.svg"); }
  .form__add-btn--files {
    margin-bottom: 8px; }
    .form__add-btn--files::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../img/icon-add-btn-files.svg"); }

.form__group-toggle {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-right: 55px;
  padding-left: 25px; }
  .form__group-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-input-group-arrow.svg");
    right: 25px;
    left: auto;
    width: 24px;
    height: 20px; }
  .form__group-toggle--open::after {
    background-image: url("../img/icon-input-group-arrow-open.svg"); }

.form__group-minimized {
  padding-top: 16px; }

.form__files-text {
  color: #9A9CAD;
  font-size: 14px;
  line-height: 20px; }

.form__files-text p {
  margin-bottom: 0; }

.form__files-text ol {
  margin: 0;
  padding-left: 20px; }

.form__uploaded-file {
  position: relative;
  display: block;
  min-height: 30px;
  margin: 8px 0 16px;
  padding-right: 38px;
  color: #000; }
  .form__uploaded-file span {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-file-remove.svg");
    right: 0;
    left: auto;
    width: 30px;
    height: 30px; }

.form__products {
  margin-top: 16px; }
  .form__products:not(:last-of-type) {
    margin-bottom: 16px; }

.form__product:not(:last-child) {
  margin-bottom: 8px; }

.form__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 15px;
  border: 1px solid #E0E2F8;
  border-radius: 10px;
  background-color: #fff; }

.form__sum-value {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #160D00; }

.form__input-group-remove {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #898989;
  background-color: transparent;
  border: none; }
  .form__input-group-remove::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-cross-remove-for0m-group.svg");
    right: 0;
    left: auto;
    width: 14px;
    height: 14px; }

.form__input-group-heading {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 28px; }
  .form__input-group-heading--required {
    color: 050931; }
  .form__input-group-heading--non-required {
    color: #45B600; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000; }
  .modal--open {
    display: block;
    z-index: 1000000;}

.modal__body {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  display: none;
  width: calc(100% - 30px);
  max-width: 768px;
  height: auto;
  padding: 50px 20px 40px;
  background-color: #050931;
  border-radius: 10px;
  z-index: 10001; }
  .modal__body--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.modal__close-btn {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-modal-close-cross.svg");
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: transparent; }

.modal__heading {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  font-weight: 700; }

.modal__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal__btn {
  padding-right: 50px;
  padding-left: 50px; }
  .modal__btn:not(:first-child) {
    margin-left: 10px; }

.modal__ok-btn {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 50px; }

.modal__body-content:not(:last-child) {
  margin-bottom: 20px; }

.radio {
  min-height: 30px; }
  .radio:not(:last-child) {
    margin-bottom: 15px; }

.radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 38px;
  color: #fff; }
  .radio__label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%; }
  .radio__label::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: none;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    border: 9px solid #FFC700; }

.radio__input:checked + .radio__label::after {
  display: block; }

.header {
  padding-top: 26px;
  padding-bottom: 18px; }

.header .site-container {
  height: 100%;
  min-height: 41px; }

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%; }

.header__title {
 /* top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;*/
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase; }
  .header__title--small {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: none; }
  .header__title--sale {
    color: #C21010; }
  .header__title--new {
    color: #45B600; }

.header__personal-link {
  position: relative;
  width: 97px;
  margin-left: auto;
  padding-left: 27px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 14px;
word-break: break-word;
}
  .header__personal-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-personal-link.svg");
    width: 21px;
    height: 21px; }

.header__return-btn {
  display: block;
  min-width: 24px;
  min-height: 20px;
  padding-left: 36px;
  font-size: 18px;
  line-height: 28px;
  color: #898989;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 20px;
  background-image: url("../img/icon-return-btn-arrow.svg"); }

.header__logo-block {
  margin: 0; }

.footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
  z-index: 100000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.footer-cart {
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 100vw;
  height: 60px;
  padding: 8px 0;
  background-color: #FFC700;
z-index: 1;
}

.footer-cart__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.footer-cart__counter-block {
  padding-left: 34px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url("../img/icon-footer-cart.svg"); }

.footer-cart__heading {
  margin-bottom: -4px;
  color: #000; }

.footer-cart__counter {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 20px; }

.footer-cart__price {
  margin: 0 0 0 8px;
  padding-right: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: right;
  text-transform: uppercase;
  color: #000;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 9px 14px;
  background-image: url("../img/icon-footer-cart-arrow.svg"); }

.error__img {
  width: 88.8888%;
  height: auto;
  margin: 0 auto; }

.error__text {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase; }

.pairs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 16px; }

.pairs__pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 8px; }
  .pairs__pair:last-child {
    margin-bottom: 0; }

.pairs__pair-name {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.3); }

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  padding: 12px;
  background: #fff;
  border: 1px solid #E0E2F8;
  border-radius: 10px; }
  .product--disabled {
    opacity: .6; }

.product__corner-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 29px;
  height: 29px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .product__corner-btn--fav {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-product-fav.svg"); }
  .product__corner-btn--fav-active {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-product-fav-active.svg"); }
  .product__corner-btn--remove {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-product-remove.svg"); }

.product__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 18.18%;
      flex-basis: 18.18%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.product__img-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  margin-bottom: 4px;
  border-radius: 4px;
  overflow: hidden; }

.product__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.product__left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product__rating {
  position: relative;
  margin-bottom: 3px;
  padding-left: 19px;
  font-size: 14px;
  line-height: 20px; }
  .product__rating::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-product-rating.svg");
    width: 14px;
    height: 14px; }

.product__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  left: 2px;
  width: calc(100% + 2px);
  margin-bottom: -2px; }

.product__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 0 4px;
  white-space: nowrap;
  font-size: 10px;
  line-height: 14px;
  border-radius: 2px; }
  .product__tag--hit {
    background-color: #FFC700; }
  .product__tag--new {
    color: #fff;
    background-color: #45B600; }
  .product__tag--sale {
    color: #fff;
    background-color: #C21010; }

.product__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product__price {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px; }
  .product__price--old {
    margin-bottom: -2px;
    color: #9A9CAD;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-decoration: line-through; }
.product__price-litr {font-size:13px; padding-top:4px;}
.product__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-preferred-size: calc(81.82% - 12px);
      flex-basis: calc(81.82% - 12px);
  min-width: 0;
  margin-left: 12px; }

.product__name {
  display: block;
  min-height: 36px;
  margin-bottom: 2px;
  padding-right: 33px;
  font-size: 14px;
  line-height: 18px;
  color:#000;
}

.product__right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product__additional-props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.product__additional-prop {
  color: #898989;
  font-size: 14px;
  line-height: 20px; }
  .product__additional-prop:not(:last-child) {
    margin-bottom: 2px; }

.product__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product__package-prop {
  color: #898989;
  font-size: 14px;
  line-height: 20px; }

.product__number-props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product__number-prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 35px;
  margin: 0; }
  .product__number-prop:not(:last-child) {
    margin-right: 2px; }

.product__number-prop-value {
  text-align: center;
  font-size: 14px;
  line-height: 20px; }

.product__number-prop-name {
  margin-top: -5px;
  text-align: center;
  font-size: 8px;
  line-height: 14px;
  color: #898989; }

.product__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px; }

.product__brand-img-block {
  width: 20px;
  height: 20px;
  margin-right: 2px; }

.product__brand-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.product__brand-name {
  font-size: 14px;
  line-height: 20px; }

.product__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto; }

.product__controls-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-flex-preferred-size: calc(50% - 6px);
      flex-basis: calc(50% - 6px);
  /*margin-right: 12px;*/
  background-color: #fff;
  border: 1px solid #E0E2F8;
  border-radius: 30px;
  overflow: hidden; }

.product__controls--active .product__controls-btns {
  background-color: #FFC700;
  border-color: #FFC700; }

.product.cart__product .product__controls-btns {
  border-color: #FFC700; }

.product__controls-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 52px;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: none;
  cursor: pointer; }
  .product__controls-btn--minus {
    background-image: url("../img/icon-product-btn-minus.svg"); }
  .product__controls-btn--plus {
    background-image: url("../img/icon-product-btn-plus.svg"); }

.product__controls-btn--minus.product__controls-btn--disabled {
  background-image: url("../img/icon-product-btn-minus-disabled.svg"); }

.product__controls-btn--plus.product__controls-btn--disabled {
  background-image: url("../img/icon-product-btn-plus-disabled.svg"); }

.product__controls-counter {
  -moz-appearance: textfield;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: block;
  min-width: 0;
  padding: 0;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  border: none;
  background-color: transparent; }
  .product__controls-counter::-webkit-outer-spin-button, .product__controls-counter::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.product__controls-total {
  -ms-flex-preferred-size: calc(50% - 6px);
      flex-basis: calc(50% - 6px);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: right; }
  .product__controls-total--hidden {
    display: none; }

.product__controls--active .product__controls-total--hidden {
  display: block; }

.product__alert-block {
  margin-top: 8px; }

.product__alert-block span {
  font-size: 14px;
  line-height: 20px;
  color: #E41B1B; }
  .product__alert-block span:not(:last-child) {
    margin-bottom: 4px; }

.product__simple-count {
  font-size: 14px;
  line-height: 20px; }

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  list-style: none;
  gap: 10px;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  height: 60px;
  padding: 10px; }

.footer-menu__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%; }

.footer-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #9A9CAD;
  font-size: 12px;
  line-height: 14px; }
  .footer-menu__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    z-index: -1; }
  .footer-menu__link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: auto;
    bottom: 16px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px; }
  .footer-menu__link--home:after {
    background-image: url("../img/icon-footer-menu-home.svg"); }
  .footer-menu__link--catalog:after {
    background-image: url("../img/icon-footer-menu-catalog.svg"); }
  .footer-menu__link--fav:after {
    background-image: url("../img/icon-footer-menu-fav.svg"); }
  .footer-menu__link--personal:after {
    background-image: url("../img/icon-footer-menu-personal.svg"); }
  .footer-menu__link--active {
    color: #000; }
    .footer-menu__link--active::before {
      background-color: #FFC700; }
    .footer-menu__link--active.footer-menu__link--home:after {
      background-image: url("../img/icon-footer-menu-home-active.svg"); }
    .footer-menu__link--active.footer-menu__link--catalog:after {
      background-image: url("../img/icon-footer-menu-catalog-active.svg"); }
    .footer-menu__link--active.footer-menu__link--fav:after {
      background-image: url("../img/icon-footer-menu-fav-active.svg"); }
    .footer-menu__link--active.footer-menu__link--personal:after {
      background-image: url("../img/icon-footer-menu-personal-active.svg"); }

.slider__item {
  margin: 0 4px; }

.slider .slick-list {
  width: calc(100% + 8px);
  margin: 0 -4px; }

.slider__dots-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7px;
  margin-top: 10px; }

.slider__dots-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .slider__dots-list li:not(:last-child) {
    margin-right: 6px; }

.slider__dots-list button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  font-size: 0;
  border: none;
  border-radius: 50%;
  background-color: #E0E2F8; }

.slider__dots-list .slick-active button {
  width: 7px;
  height: 7px;
  background-color: #FFC700; }

.links-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.links-block__link:not(:last-child) {
  margin-bottom: 10px; }

.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 12px 15px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E0E2F8; }
  .info-block--centered {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .info-block--success {
    background-color: #ECFCF0;
    border: 1px solid #9BDDAB; }
  .info-block--info {
    background-color: #ECEEFC;
    border: 1px solid #BEC4FA; }
  .info-block--alert {
    background-color: #FCEFEC;
    border: 1px solid #FAC9BE; }
  .info-block:not(:last-of-type) {
    margin-bottom: 15px; }

.info-block h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px; }
  .info-block h3:not(:last-child) {
    margin-bottom: 4px; }

.info-block--alert h3 {
  position: relative;
  padding-left: 26px; }
  .info-block--alert h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-info-block-alert.svg");
    width: 20px;
    height: 20px; }

.info-block p {
  font-size: 14px;
  line-height: 20px; }
  .info-block p:not(:last-child) {
    margin-bottom: 4px; }

.info-block a {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px; }

.info-block span:not(:last-child) {
  margin-bottom: 4px; }

.info-block--centered h3,
.info-block--centered p,
.info-block--centered a,
.info-block--centered span {
  text-align: center; }

.index-slider {
  padding-bottom: 20px; }

.index-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
  min-height: 115px;
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #7a7a7a;
  border: 1px solid transparent; }
  .index-slider__item:not(.slick-active) {
    border-color: #E0E2F8; }
  .index-slider__item:not(:last-child) {
    margin-right: 4px; }

.index-slider__item-text {
  font-size: 20px;
  font-weight: 600; }

.index-slider__item-logo {
  width: 96px;
  height: auto;
  max-height: 96px;
  margin-left: 15px; }

.index-company {
  margin-bottom: -20px;
  padding: 20px 0 80px;
  background-color: #fff; }

.index-company__text {
  margin-bottom: 12px; }

.index-company__text p {
  color: #898989;
  font-size: 14px;
  line-height: 20px; }

.index-company__img {
  border-radius: 10px;
  width: 100%; }

.block-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: -8px; }

.block-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 140px;
  margin-bottom: 8px;
  padding: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px; }
  .block-links__link--high {
    height: 220px; }
  .block-links__link--small {
    -ms-flex-preferred-size: calc(50% - 4px);
        flex-basis: calc(50% - 4px); }
  .block-links__link--text-spread {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.block-links--index .block-links__link {
  height: 200px; }

.block-links__link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.block-links__link--text-spread .block-links__link-text {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.block-links__link:not(.block-links__link--small) .block-links__link-text {
  max-width: 50%; }

.block-links__link-heading {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 700;
  color: #050931; }

.block-links--index .block-links__link-heading {
  font-size: 20px;
  line-height: 28px; }

.block-links__link-count {
  display: block;
  color: rgba(5, 9, 49, 0.7); }

.index-new {
  padding: 30px 0 20px; }

.index-new__btn {
  margin-top: 20px; }

.index-sale {
  padding: 30px 0 32px; }

.index-sale__btn {
  margin-top: 20px; }

.products-list__block:not(:last-child) {
  margin-bottom: 8px; }

.products-list__block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 4px 46px 4px 4px;
  border-radius: 40px;
  border: 1px solid #E0E2F8;
  background-color: #fff;
  background-image: url("../img/icon-products-list-arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: right 25px center; }
  .products-list__block-head--sale, .products-list__block-head--sale.products-list__block-head--open {
    background-color: #EDB8B8;
    border-color: #EDB8B8; }
  .products-list__block-head--sale:not(.products-list__block-head--open), .products-list__block-head--new:not(.products-list__block-head--open) {
    background-image: url("../img/icon-products-list-arrow-sale-new.svg"); }
  .products-list__block-head--new, .products-list__block-head--new.products-list__block-head--open {
    background-color: #C8E9B3;
    border-color: #C8E9B3; }
  .products-list__block-head--open {
    left: -8px;
    width: calc(100% + 16px);
    border-color: #FFC700;
    background-image: url("../img/icon-products-list-arrow-open.svg");
    border-width:3px;
  }

.products-list__block-img-wrapper {
  width: 52px;
  height: 52px;
  margin-right: 12px;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid #E0E2F8;
background: #FFC700; flex-shrink: 0;}

.products-list__block-head--sale .products-list__block-img-wrapper {
  border: transparent;
  background-color: #EDB8B8; }

.products-list__block-head--new .products-list__block-img-wrapper {
  border: transparent;
  background-color: #C8E9B3; }

.products-list__block-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover; }

.products-list__block-heading {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-right: 8px;}

.products-list__block-counter {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  margin-left: auto;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #898989; }

.products-list__block-head--sale .products-list__block-counter,
.products-list__block-head--new .products-list__block-counter {
  color: #050931; }

.products-list__block-head--open .products-list__block-counter {
  color: #000; }

.products-list__products {
  padding-top: 8px; }

.products-list__product:not(:last-child) {
  margin-bottom: 8px; }

.cart {
  padding-bottom: 20px; }

.cart__product:not(:last-child) {
  margin-bottom: 8px; }

.cart__total {
  margin-bottom: 8px;
  padding: 11px 15px;
  background-color: #fff;
  border: 1px solid #E0E2F8;
  border-radius: 10px; }

.cart__total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cart__total-row:not(:last-of-type) {
    margin-bottom: 2px; }
  .cart__total-row:last-of-type {
    margin-bottom: 8px; }

.cart__total-text {
  color: #160D00; }

.cart__total-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0; }

.cart__total-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #160D00; }
  .cart__total-price--old {
    margin-right: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: rgba(0, 0, 0, 0.5); }

.cart__total-products {
  color: rgba(22, 13, 0, 0.7); }

.cart__total-discount {
  font-size: 14px;
  line-height: 20px;
  color: rgba(22, 13, 0, 0.7); }

.cart-forgot {
  padding: 20px 0 80px; }

.requisites-block {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #E0E2F8; }
  .requisites-block:not(:first-child) {
    margin-top: 16px; }
  .requisites-block:not(:last-child) {
    margin-bottom: 16px; }

.requisites-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.requisites-block__pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0; }
  .requisites-block__pair:not(:last-child) {
    margin-bottom: 8px; }

.requisites-block__pair-name {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 20px; }

.requisites-block__pair-value--bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px; }

.company-documents {
  margin-top: 12px;
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #E0E2F8; }

.company-documents__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.catalog-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 16px; }

.catalog-filters__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.catalog-filters__search-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.catalog-filters__search {
  width: 100%; }

.catalog-filters__sort-btn {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  margin-left: 6px;
  background-color: #fff;
  border: 1px solid #E0E2F8;
  border-radius: 50%;
  background-image: url("../img/icon-catalog-sort.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 21px; }

.catalog-filters__sort-btn--filter {
  background-size: 35px auto;
  background-image: url("../img/icon-catalog-filter.svg");
}

.catalog-filters__results {
  margin-top: 0; }

.catalog-filters__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px; }

.catalog-filters__results-count {
  margin-right: 8px; }

.catalog-filters__reset-btn {
  padding-right: 22px;
  color: #898989;
  background-color: transparent;
  background-position: right calc(50% + 1px);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url("../img/icon-filter-reset-cross.svg");
  border: none; }

.no-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.no-products__heading {
  margin-bottom: 16px; }

.no-products__img-block {
  width: 79.72%; }

.no-products__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.catalog-element {
  padding-top: 25px; }

.catalog-element__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: 10px; }

.catalog-element__img-block {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44.4444%;
  height: 0;
  margin-right: 4.4444%;
  padding-top: 44.4444%;
  border-radius: 4px;
  overflow: hidden; }

.catalog-element__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.catalog-element__props-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.catalog-element__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  left: 4px;
  width: calc(100% + 8px);
  margin-bottom: -8px; }

.catalog-element__tag {
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px; }
  .catalog-element__tag--hit {
    background-color: #FFC700; }
  .catalog-element__tag--new {
    color: #fff;
    background-color: #45B600; }
  .catalog-element__tag--sale {
    color: #fff;
    background-color: #C21010; }

.catalog-element__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px; }

.catalog-element__prop {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #898989;
  text-align: center; }

.catalog-element__prop-value {
  color: #000; }

.catalog-element__rating {
  position: relative;
  padding-left: 19px;
  font-size: 14px;
  line-height: 20px; }
  .catalog-element__rating::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-product-rating.svg");
    width: 14px;
    height: 14px; }

.catalog-element__number-props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px; }

.catalog-element__number-prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 35px;
  margin-bottom: 0; }
  .catalog-element__number-prop:not(:last-child) {
    margin-right: 4px; }

.catalog-element__number-prop-value {
  text-align: center; }

.catalog-element__number-prop-name {
  margin-top: -5px;
  font-size: 8px;
  line-height: 14px;
  color: #898989;
  text-align: center; }

.catalog-element__bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.catalog-element__name {
  margin-bottom: 8px;
  text-align: center; }

.catalog-element__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.catalog-element__brand-img-block {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden; }

.catalog-element__untappd{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  margin-top: 8px;
}
.catalog-element__untappd-rating{
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}
.catalog-element__untappd-rating:before{
  content: " ";
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url("/img/untappd_rating.svg");
  display: inline-block;
}

.catalog-element__untappd_button{
  display: flex;
  padding: 10px 15px;
  align-items: center;
  gap: 5px;
  color: #000;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 30px;
  border: 1px solid #E0E2F8;
}

.catalog-element__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.catalog-element__controls-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 8px; }

.catalog-element__buy-btn {
  width: 100%;
  padding-right: 35px;
  padding-left: 77px;
  background-position: 35px center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-image: url("../img/icon-footer-cart.svg"); }

.catalog-element__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px; }

.catalog-element__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px; }
  .catalog-element__price--old {
    margin-left: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #9A9CAD; }
  .catalog-element__price.catalog-element__price--litr {padding-left:10px; font-size:15px; color: #777}

.catalog-element__fav-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 77px;
  background-image: url("../img/icon-catalog-element-fav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 29px 29px; }
  .catalog-element__fav-btn--active {
    background-image: url("../img/icon-catalog-element-fav-active.svg"); }

.catalog-element__additional-info {
  padding: 20px 0; }

.catalog-element__additional-info-block:not(:last-child) {
  margin-bottom: 32px; }

.catalog-element__additional-info-heading {
  margin-bottom: 4px; }

.catalog-element__additional-info-chars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.catalog-element__additional-info-char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.catalog-element__additional-char-name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #898989; }

.catalog-element__additional-char-divider {
  position: relative;
  top: -5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px dashed #E0E2F8;
min-width:10px;}

.catalog-element__additional-char-value {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.order__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 20px;
  padding: 11px 15px;
  border-radius: 10px;
  background-color: #050931; }

.order__total-sum-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: 4px; }

.order__total-sum-heading {
  color: #fff; }

.order__total-sum-value {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px; }

.order__total-counter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .5; }

.order__total-counter {
  color: #fff; }

.order__total-discount {
  color: #fff;
  font-size: 14px;
  line-height: 20px; }

.order__form-block {
  padding-bottom: 20px; }

.order__info {
  padding: 20px 0; }

.order-success__info-top {
  margin-bottom: 16px; }

.order-success__links {
  margin-bottom: 16px; }

.order-success__info-bottom {
  margin-top: 12px; }

.auth-reg__logo {
  width: 211px;
  height: 56px;
  margin: 0 auto 21px; }

.auth-reg__text {
  text-align: center; }
  .auth-reg__text:not(:last-child) {
    margin-bottom: 16px; }

.auth-reg__info-block {
  margin-top: 32px;
  margin-bottom: 16px; }

.auth-reg__form {
  margin-top: 40px; }

.auth-reg__form .auth-reg__links {
  margin-top: 32px; }

.cabinet__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 16px; }

.cabinet__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 54px;
  padding: 15px 39px 15px 15px;
  color: #000;
  background-color: #fff;
  border: 1px solid #E0E2F8;
  border-radius: 8px; }
  .cabinet__link:not(:last-child) {
    margin-bottom: 8px; }
  .cabinet__link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-cabinet-link-arrow.svg");
    right: 15px;
    left: auto;
    width: 9px;
    height: 14px; }

.cabinet-files__info {
  margin-bottom: 16px; }

.cabinet-files .cabinet-files__img {
  width: 93.88%;
  height: auto;
  margin-bottom: 16px; }

.cabinet-request-accepted .cabinet-request-accepted__img {
  margin: 16px auto 0;
  width: 61.11%;
  height: auto; }

.cabinet-request-accepted__text {
  text-align: center; }

.cabinet-request-accepted__links {
  margin-top: 0; }

.order-request-detail__heading {
  margin-bottom: 15px; }

.order-request-detail__info-block:not(:last-child) {
  margin-bottom: 12px; }

.order-request-detail__total-short {
  margin-bottom: 8px;
  padding: 12px 15px;
  background-color: #fff;
  border: 1px solid #E0E2F8;
  border-radius: 10px; }

.order-request-detail__total-short-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .order-request-detail__total-short-row:not(:last-child) {
    margin-bottom: 2px; }

.order-request-detail__total-short-sum-value {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #160D00; }

.order-request-detail__total-short-date {
  color: rgba(22, 13, 0, 0.7); }

.order-request-detail__total-short-status {
  position: relative;
  padding-left: 18px; }
  .order-request-detail__total-short-status::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px; }
  .order-request-detail__total-short-status--pending::before {
    background-image: url("../img/icon-status-pending.svg"); }
.order-request-detail__total-short-status--way::before {
  background-image: url("../img/icon-status-way.svg"); width: 14px;
  height: 14px; }
  .order-request-detail__total-short-status--done::before {
    background-image: url("../img/icon-status-done.svg"); }
  .order-request-detail__total-short-status--canceled::before {
    background-image: url("../img/icon-status-canceled.svg"); }

.order-request-detail__total-short-count {
  font-size: 14px;
  line-height: 20px;
  color: rgba(22, 13, 0, 0.7); }

.order-request-detail__product:not(:last-child) {
  margin-bottom: 8px; }

.order-request-detail__links-block {
  width: 91.6666%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto; }
  .order-request-detail__links-block:not(:last-child) {
    margin-bottom: 32px; }

.order-request-detail__requisites:not(:last-child) {
  margin-bottom: 16px; }

.orders-requests__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 16px 15px;
  background-color: #fff;
  border: 1px solid #E0E2F8;
  border-radius: 10px; }
  .orders-requests__summary:not(:last-child) {
    margin-bottom: 8px; }

.orders-requests__summary-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .orders-requests__summary-data:not(::last-child) {
    margin-bottom: 8px; }

.orders-requests__summary-data-pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.orders-requests__summary-data-name {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  color: #9A9CAD; }
  .orders-requests__summary-data-name--accent {
    color: #000; }

.orders-requests__summary-data-value--accent {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #E41B1B; }

.orders-requests__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .orders-requests__list-head:not(:last-child) {
    margin-bottom: 8px; }

.orders-requests__list-heading {
  margin: 0; }

.orders-requests__list-filter-toggle {
  position: relative;
  padding: 0 22px 0 0;
  color: #0059C1;
  border: none;
  background-color: transparent; }
  .orders-requests__list-filter-toggle:after {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-orders-filter-arrow.svg");
    top: calc(50% + 1px);
    right: 0;
    width: 14px;
    height: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.orders-requests__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 16px 15px;
  background-color: #fff;
  border: 1px solid #E0E2F8;
  border-radius: 10px; }
  .orders-requests__item--pale {
    opacity: .6; }
  .orders-requests__item:not(:last-child) {
    margin-bottom: 8px; }

.orders-requests__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .orders-requests__item-row:not(:last-of-type) {
    margin-bottom: 2px; }

.orders-requests__item-number {
  color: #0059C1; }

.orders-requests__item-status {
  position: relative;
  padding-left: 18px;
  color: #000; }
  .orders-requests__item-status::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px; }
  .orders-requests__item-status--pending::before {
    background-image: url("../img/icon-status-pending.svg"); }
.orders-requests__item-status--way::before {
  background-image: url("../img/icon-status-way.svg");  width: 14px;
  height: 14px; }
  .orders-requests__item-status--done::before {
    background-image: url("../img/icon-status-done.svg"); }
  .orders-requests__item-status--canceled::before {
    background-image: url("../img/icon-status-canceled.svg"); }

.orders-requests__item-date {
  color: #9A9CAD; }

.orders-requests__item-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000; }

.orders-requests__alert {
  position: relative;
  margin-top: 4px;
  padding-left: 26px;
  font-size: 14px;
  line-height: 20px;
  color: #000; }
  .orders-requests__alert::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon-info-block-alert.svg");
    width: 20px;
    height: 20px; }

.swiper-pagination {line-height:8px; margin-top:10px;}
.swiper-pagination .swiper-pagination-bullet {width: 6px;
  height: 6px;
  padding: 0;
  font-size: 0;
  border: none;
  border-radius: 50%;
  opacity: 1;
  background-color: #E0E2F8;}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
  background-color: #FFC700;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px !important;
}

.form__input-wrapper .select2-container--open .select2-selection__rendered {
  border-bottom: none;
  border-radius: 27px 27px 0 0;
}

.select2-container--open .select2-dropdown--below {overflow: hidden;}
.select2-container--default .select2-results>.select2-results__options {padding-left:15px;}

.form__input-wrapper .select2-container--open.select2-container--above .select2-selection__rendered {
  border-top: none;
  border-radius: 0 0 27px 27px;
  border-bottom: 1px solid #E0E2F8;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-container--open  .select2-dropdown.select2-dropdown--above {
  border-right: 1px solid #E0E2F8;
  border-top: 1px solid #E0E2F8;
  border-bottom: 0px;
  border-left: 1px solid #E0E2F8;
  border-radius: 35px 35px 0 0;
}

.block-links--new {
  display: flex;
  flex-direction: column;
}

.block-links__section {
  width: 100%;
  margin-bottom: 16px;
}

.block-links__section:last-child {
  margin-bottom: 0;
}

.block-links__section-heading {
  margin: 0 0 8px;
  text-transform: uppercase;
}

.block-links__subsections-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
  margin-bottom: -8px;
}

.block-links--new .block-links__link {
  flex-basis: calc(50% - 8px);
  height: 140px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.block-links--new .block-links__link-text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.block-links--new .block-links__link-count {
  margin-left: 4px;
  color: rgba(5, 9, 49, .5);
  font-size: 14px;
  line-height: 20px;
}

.block-links--new .block-links__link-heading {
  margin-bottom: 0;
}

.catalog-element__controls-main {
  flex-direction: row;
}

.product__controls-plus-five {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 59px;
  height: 54px;
  margin-left: 8px;
  border: 1px solid #E0E2F8;
  border-radius: 30px;
  background-color: #fff;
  background-image: url("../img/icon-catalog-element-plus-five.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 29px 29px;
}

.product__controls-plus-five--disabled {
  background-image: url("../img/icon-catalog-element-plus-five-disabled.svg");
}

.catalog-element__controls-main {
  min-width: calc(100% - 85px);
}

.product__controls-btns {
  flex-grow: 1;
}

.product__controls--item {
  flex-wrap: wrap;
}

.product__controls--item .product__controls-btns {
  max-width: 126px;
}

.product__controls--item .product__controls-total {
  margin-top: 8px;
  margin-left: auto;
}

.product__controls--item .product__controls-plus-five {
  margin-right: auto;
}

.product__controls--item + .product__alert-block {
  text-align: center;
}

.product__left {
  flex-basis: 60px;
  max-width: 60px;
}

.product__img-block {
  aspect-ratio: 1/1;
}

.product__right {
  flex-basis: calc(100% - 72px);
}

.product__left-bottom {
  justify-content: flex-start;
}

.product__tags {
  margin-bottom: 1px;
}
html {height:100%;}
body {height:100%;}
#app {height:100%;}

/*.ios .header {padding-top:60px;}*/
.ios .footer-cart {bottom:80px;}
.ios .footer {padding-bottom:20px;}

.ios {min-height:850px}

.order_pay_all {color: #00BD2A}
.order_pay_not {color: #E41B1B;}
.order_pay_partly {color: #FCB500;}

.mc-loader {
  -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: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  /* height: 200px; */
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
}
.mc-loader__circle {
  width: 36px;
  height: 36px;
  margin: auto;
  border: 4px solid #e6e6e6;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.checkbox__input-label {
  position: relative;
  display: block;
  min-height: 30px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 38px;
  color: #fff;
  font-family: "Rubik", "Arial", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.checkbox__input-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #E0E2F8;
  border-radius: 3px; }
.checkbox__input-label::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon-checkbox-checked.svg");
  top: 0;
  left: 0;
  display: none;
  width: 30px;
  height: 30px;
  background-color: #FFC700;
  border-radius: 3px;
  background-size: 17px 10px; }
.checkbox__input:checked + .checkbox__input-label::after {
  display: block; }
.checkbox:not(:last-child) {
  margin-bottom: 15px;
}
.modal__body--bottom .checkbox:last-child {
  margin-bottom: 100px;
}
.modal__body--bottom {
  top: auto;
  bottom: 0;
  width: 100%;
  padding-bottom: 0;
  max-height: calc(100% - 90px);
  transform: translateX(-50%);
}
.modal__body--bottom .modal__body-content {
  margin-bottom: 0;
  overflow-y: auto;
}
.modal__apply-filter {
  position: absolute;
  bottom: 18px;
  left: 50%;
  padding: 0 50px;
  transform: translateX(-50%);
}
.catalog-filters__tags {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  margin-top: 12px;
  padding: 0 15px;
}
.catalog-filters__tags .swiper {
  overflow: visible;
}
.catalog-filters__tags .swiper-slide {
  width: auto !important;
}
.catalog-filters__tag {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  padding: 0 35px 0 12px;
  background-color: #ffc700;
  border-radius: 35px;
}
.catalog-filters__tag--all {
  background-color: transparent;
  border: 1px solid #494949;
}
.catalog-filters__tag-text {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.catalog-filters__tag-remove {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 15px;
  height: 15px;
  padding: 0;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
}
.catalog-filters__tag-remove::before,
.catalog-filters__tag-remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 13px;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.catalog-filters__tag-remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}