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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0; }

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

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

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

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

@font-face {
  font-family: "AvenirNextCyr";
  src: url(../fonts/AvenirNextCyr-Regular.woff) format("woff"), url(../fonts/AvenirNextCyr-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: fallback; }

@font-face {
  font-family: "AvenirNextCyr";
  src: url(../fonts/AvenirNextCyr-Medium.woff) format("woff"), url(../fonts/AvenirNextCyr-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: fallback; }

@font-face {
  font-family: "AvenirNextCyr";
  src: url(../fonts/AvenirNextCyr-Demi.woff) format("woff"), url(../fonts/AvenirNextCyr-Demi.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: fallback; }

.select__list {
  list-style: none;
  margin: 0;
  padding: 0; }

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

body,
html {
  height: 100%; }

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  background: #fff;
  color: #000;
  min-width: 320px;
  font-family: 'Nunito Sans'; }

svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

button {
  font-family: 'Nunito Sans';
  cursor: pointer; }

button:focus,
input:focus,
textarea:focus {
  outline: none; }

button[disabled],
input[disabled],
textarea[disabled] {
  pointer-events: none;
  opacity: 0.4;
  background: #999;
  border-color: #999; }
  @media screen and (max-width: 1250px) {
    button[disabled],
    input[disabled],
    textarea[disabled] {
      opacity: 1; } }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
  background: #F9F8F9;
  border: 1px solid #828282;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  height: 56px;
  font-size: 16px;
  line-height: 18px;
  color: #343434;
  display: block;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Nunito Sans';
  padding: 0 16px; }
  input[type="text"].error,
  input[type="tel"].error,
  input[type="email"].error,
  input[type="search"].error,
  input[type="password"].error {
    border-color: #f00; }
  input[type="text"].success,
  input[type="tel"].success,
  input[type="email"].success,
  input[type="search"].success,
  input[type="password"].success {
    border-color: #4ce163; }

.error input[type="text"],
.error input[type="tel"],
.error input[type="email"],
.error input[type="search"],
.error input[type="password"],
.error .iti--separate-dial-code .iti__selected-flag {
  border-color: #f00; }

.success input[type="text"],
.success input[type="tel"],
.success input[type="email"],
.success input[type="search"],
.success input[type="password"],
.success .iti--separate-dial-code .iti__selected-flag {
  border-color: #4ce163; }

textarea {
  background: none;
  border: solid rgba(212, 212, 212, 0.24);
  border-width: 0 0 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  height: 54px;
  resize: none;
  padding: 10px 0 5px;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 18px;
  color: #343434;
  font-family: 'Nunito Sans'; }
  textarea:focus {
    border-color: #879d04; }
  textarea.error {
    border-color: #f00; }
  textarea.success {
    border-color: #4ce163; }

p.error {
  font-size: 13px;
  line-height: 15px;
  color: red; }

:-moz-placeholder {
  color: #828282; }

::-moz-placeholder {
  color: #828282;
  opacity: 1; }

:-ms-input-placeholder {
  color: #828282; }

::-webkit-input-placeholder {
  color: #828282; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

textarea:focus::-moz-placeholder {
  color: transparent; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

a {
  color: #1cb531;
  text-decoration: underline;
  outline: none;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

.wrapper {
  width: 100%;
  overflow: hidden; }
  @media all and (max-width: 1250px) {
    .wrapper {
      padding-top: 85px; } }
  @media all and (max-width: 767px) {
    .wrapper {
      padding-top: 55px; } }

.error-holder {
  padding: 100px 15px; }

.error__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px; }
  .error__number img {
    margin: 0 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.error__num {
  color: #000;
  text-align: center;
  font-size: 150px;
  font-style: normal;
  font-weight: 600;
  line-height: 150px; }

.error__title {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 16px; }

.error__text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 32px; }

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

.error__btn {
  border-radius: 4px;
  background: #000;
  max-width: 143px;
  width: 100%;
  text-decoration: none;
  height: 44px;
  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;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }
  @media all and (min-width: 1250px) {
    .error__btn:hover {
      background: #1f1f1f; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none; }
  @media all and (max-width: 767px) {
    .popup.popup-basket {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media all and (max-width: 1700px) {
    .popup.popup-delivery {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      max-height: 100%;
      overflow-y: auto;
      padding: 70px 0; } }
  @media all and (max-width: 767px) {
    .popup.popup-pay {
      padding: 70px 0 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      max-height: 100%;
      overflow-y: auto; } }
  .popup.popup-reg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 100%;
    overflow-y: auto; }
  @media all and (max-width: 767px) {
    .popup.popup-review {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      max-height: 100%;
      overflow-y: auto; } }
  .popup.popup-review .popup__holder {
    max-width: 680px; }
    @media all and (max-width: 767px) {
      .popup.popup-review .popup__holder {
        border-radius: 0; } }
  .popup.popup-review .feedback__col + .feedback__col {
    margin-left: 12px; }
    @media all and (max-width: 767px) {
      .popup.popup-review .feedback__col + .feedback__col {
        margin-left: 0; } }
  .popup.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup__add-checkbox .checkout__checkbox {
    margin-top: 24px; }
  .popup .feedback__area {
    margin-bottom: 16px; }
    .popup .feedback__area textarea {
      height: 112px;
      border: 1px solid #cfcfcf;
      border-radius: 4px;
      padding: 12px 16px; }
  .popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2); }
  .popup__delete-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup__delete-cont {
    border-radius: 4px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    max-width: 206px;
    height: 44px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    @media all and (min-width: 1250px) {
      .popup__delete-cont:hover {
        background: #000;
        color: #fff; } }
  .popup__delete-btn {
    border-radius: 4px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    max-width: 206px;
    height: 44px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-left: 12px; }
    @media all and (min-width: 1250px) {
      .popup__delete-btn:hover {
        background: #1f1f1f; } }
  .popup__rev-text {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 16px; }
  .popup__holder {
    padding: 52px 48px 32px;
    max-width: 520px;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 8px; }
    @media all and (max-width: 767px) {
      .popup__holder {
        padding: 52px 15px 32px; } }
  .popup__rating-title {
    text-align: center;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px; }
  .popup .rate {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .popup .rate svg {
      width: 30px;
      height: 30px; }
  .popup__text-holder {
    padding: 52px 32px 32px;
    max-width: 680px;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff; }
  .popup__descr-add {
    border-radius: 8px;
    background: #f5f6f8;
    padding: 16px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 24px; }
  .popup__descr {
    color: #5b5b5b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    .popup__descr ul {
      padding: 0;
      margin: 16px 0;
      list-style: none; }
      .popup__descr ul li {
        padding-left: 20px;
        position: relative; }
        .popup__descr ul li + li {
          margin-top: 16px; }
        .popup__descr ul li::after {
          content: '';
          position: absolute;
          left: 0;
          top: 7px;
          background: #ef2d8a;
          width: 8px;
          height: 8px;
          border-radius: 50%; }
  .popup__row + .popup__row {
    margin-top: 24px; }
  .popup__add-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px 0; }
    .popup__add-controls .checkout__check {
      margin: 0; }
  .popup__login-btn {
    border-radius: 4px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    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;
    height: 44px;
    width: 100%;
    padding: 0;
    background: #fff;
    margin-top: 12px; }
    @media all and (min-width: 1250px) {
      .popup__login-btn:hover {
        background: #000;
        color: #fff; } }
  .popup__forgot {
    color: #ef2d8a;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer; }
  .popup__reg {
    border-radius: 4px;
    height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #a6a6a6;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: -2px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px; }
    @media all and (min-width: 1250px) {
      .popup__reg:hover {
        background: #000;
        border-color: #000;
        color: #fff; } }
  .popup__else {
    margin-top: 24px; }
  .popup__else-title {
    text-align: center;
    position: relative;
    margin-bottom: 24px; }
    .popup__else-title::after {
      content: '';
      position: absolute;
      top: 12px;
      left: 0;
      right: 0;
      background: #5b5b5b;
      height: 1px; }
    .popup__else-title span {
      background: #fff;
      position: relative;
      z-index: 1;
      padding: 0 10px;
      color: #5b5b5b;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px; }
  .popup__else-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .popup__else-buttons button {
      background: none;
      border: none;
      padding: 0; }
  .popup__title {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 24px; }
  .popup__label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px; }
  .popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer; }
  .popup__field input {
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    background: #fff;
    height: 46px; }
  .popup__btn {
    border-radius: 4px;
    background: #000;
    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;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    height: 44px;
    cursor: pointer;
    width: 100%;
    border: none;
    margin-top: 24px; }

#uploadfiles {
  display: none; }

.file__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #cfcfcf;
  border-radius: 4px;
  padding: 0 30px;
  height: 56px;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
  color: #5b5b5b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; }
  .file__title svg {
    width: 18px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 18px 0 0; }

.file-name__remove {
  cursor: pointer; }

.file-name__inner {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  padding: 8px 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: #faf6f7; }
  .file-name__inner.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.file-name__current {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; }

.about-title {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 16px; }
  @media all and (max-width: 767px) {
    .about-title {
      font-size: 24px;
      line-height: 34px; } }

.subtext {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px; }
  @media all and (max-width: 767px) {
    .subtext {
      margin: 0 auto 24px; } }

.about-top {
  margin-bottom: 60px; }
  @media all and (max-width: 767px) {
    .about-top {
      margin-bottom: 32px; } }

.about-info {
  margin-bottom: 80px; }
  @media all and (max-width: 767px) {
    .about-info {
      margin-bottom: 64px; } }
  .about-info__title {
    color: #000;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 16px; }
    @media all and (max-width: 767px) {
      .about-info__title {
        font-size: 24px;
        line-height: 34px; } }
  .about-info__notes {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0 auto 84px;
    max-width: 800px;
    width: 100%; }
    @media all and (max-width: 767px) {
      .about-info__notes {
        margin: 0 auto 64px; } }
  .about-info__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (max-width: 1023px) {
      .about-info__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .about-info__image {
    max-width: 600px;
    -ms-flex-preferred-size: 600px;
    flex-basis: 600px;
    width: 100%; }
    @media all and (max-width: 1250px) {
      .about-info__image + .about-info__block {
        margin: 0 0 0 20px; } }
    @media all and (max-width: 1023px) {
      .about-info__image + .about-info__block {
        margin: 20px 0 0; } }
  .about-info__block {
    max-width: 610px;
    -ms-flex-preferred-size: 610px;
    flex-basis: 610px;
    width: 100%; }
    @media all and (max-width: 1250px) {
      .about-info__block + .about-info__image {
        margin: 0 0 0 20px; } }
    @media all and (max-width: 1023px) {
      .about-info__block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
        .about-info__block + .about-info__image {
          margin: 0; } }
    @media all and (max-width: 1023px) {
      .about-info__block {
        margin: 20px 0 0;
        max-width: 600px; } }
  .about-info__block-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 16px; }
    @media all and (max-width: 767px) {
      .about-info__block-title {
        font-size: 22px;
        line-height: 30px; } }
  .about-info__text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    .about-info__text p:first-child {
      margin-top: 0; }
    .about-info__text p:last-child {
      margin-bottom: 0; }

.about-triggers {
  background: #000;
  margin: 0 -9999px 80px;
  padding: 80px 9999px 104px; }
  @media all and (max-width: 767px) {
    .about-triggers {
      padding: 32px 9999px; } }
  .about-triggers__title {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 48px; }
  .about-triggers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (max-width: 1250px) {
      .about-triggers__list {
        padding: 0 0 40px;
        text-align: center; } }
    .about-triggers__list .slick-dots {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      left: 60px;
      right: 60px;
      bottom: 0;
      z-index: 2; }
      @media all and (max-width: 767px) {
        .about-triggers__list .slick-dots {
          bottom: 8px; } }
      .about-triggers__list .slick-dots li {
        padding: 14px 0;
        cursor: pointer; }
        @media all and (max-width: 767px) {
          .about-triggers__list .slick-dots li {
            padding: 4px 0;
            width: auto; } }
        .about-triggers__list .slick-dots li + li {
          margin-left: 8px; }
          @media all and (max-width: 767px) {
            .about-triggers__list .slick-dots li + li {
              margin-left: 4px; } }
        .about-triggers__list .slick-dots li.slick-active button {
          background: #fff; }
          .about-triggers__list .slick-dots li.slick-active button::after {
            opacity: 1; }
      .about-triggers__list .slick-dots button {
        cursor: pointer;
        height: 2px;
        background: rgba(255, 255, 255, 0.5);
        width: 8px;
        display: block;
        position: relative;
        padding: 0;
        border: none;
        text-indent: -9999px; }
        .about-triggers__list .slick-dots button::after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: -1px;
          background: #fff;
          height: 1px;
          opacity: 0; }
  .about-triggers__box {
    max-width: 314px;
    -ms-flex-preferred-size: 314px;
    flex-basis: 314px;
    width: 100%; }
  .about-triggers__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px; }
  .about-triggers__name {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 16px; }
  .about-triggers__text {
    color: #a6a6a6;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }

.about-brands {
  margin-bottom: 80px; }
  @media all and (max-width: 767px) {
    .about-brands {
      margin-bottom: 64px; } }
  .about-brands__title {
    color: #000;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 16px; }
    @media all and (max-width: 767px) {
      .about-brands__title {
        font-size: 24px;
        line-height: 34px; } }
  .about-brands__text {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 52px; }
    @media all and (max-width: 767px) {
      .about-brands__text {
        margin: 0 auto 36px; } }
  .about-brands__list {
    margin: -21px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about-brands__list li {
      max-width: 213px;
      text-align: center;
      width: 100%;
      margin: 21px 0 0; }
      @media all and (max-width: 767px) {
        .about-brands__list li {
          max-width: 50%; } }

.account {
  margin-bottom: 80px; }
  @media all and (max-width: 1250px) {
    .account .feedback__col {
      max-width: 322px; } }
  @media all and (max-width: 1023px) {
    .account .feedback__col {
      max-width: 362px; } }
  .account__none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .account__none-ico {
    max-width: 80px;
    width: 100%;
    margin-right: 24px; }
  .account__none-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px; }
  .account__none-text {
    color: #5b5b5b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
  .account__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 1023px) {
      .account__columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .account__aside {
    max-width: 280px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media all and (max-width: 1023px) {
      .account__aside {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .account__aside .brands-cat__box {
      margin: 0;
      display: block; }
      @media all and (max-width: 1023px) {
        .account__aside .brands-cat__box {
          display: none; } }
    .account__aside .brands-cat__logo {
      color: #fff;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px;
      margin-bottom: 12px; }
  .account__nav {
    background: #f5f6f8;
    padding: 8px;
    margin-bottom: 24px; }
    .account__nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media all and (max-width: 1023px) {
        .account__nav ul {
          overflow-x: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    @media all and (max-width: 1023px) {
      .account__nav li {
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    .account__nav li.active a {
      background: #fff;
      color: #ef2d8a; }
    .account__nav a {
      padding: 12px 16px;
      display: block;
      text-decoration: none;
      color: #5b5b5b;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px; }
      @media all and (max-width: 767px) {
        .account__nav a {
          white-space: nowrap; } }
      @media all and (min-width: 1250px) {
        .account__nav a:hover {
          color: #ef2d8a; } }
  .account__info {
    max-width: 840px;
    -ms-flex-preferred-size: 840px;
    flex-basis: 840px;
    width: 100%;
    margin-left: 60px; }
    @media all and (max-width: 1023px) {
      .account__info {
        margin: 0; } }
    .account__info .catalog-list {
      margin-left: -52px; }
      @media all and (max-width: 767px) {
        .account__info .catalog-list {
          margin: 0 0 30px; } }
      .account__info .catalog-list .product-box {
        margin-left: 52px; }
        @media all and (max-width: 1023px) {
          .account__info .catalog-list .product-box {
            max-width: 211px; } }
        @media all and (max-width: 767px) {
          .account__info .catalog-list .product-box {
            margin: 0;
            max-width: 50%; } }
  .account__sub-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 24px; }

.feedback__check {
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  display: block;
  padding: 16px 24px; }
  .feedback__check + .feedback__check {
    margin-top: 12px; }
  .feedback__check input {
    position: absolute;
    left: -9999px; }
    .feedback__check input:checked + .feedback__check-text::after {
      background: #000;
      border-color: #000; }
    .feedback__check input:checked + .feedback__check-text::before {
      opacity: 1;
      z-index: 1; }

.feedback__checksection {
  margin-bottom: 24px; }
  @media screen and (max-width: 767px) {
    .feedback__checksection .feedback__check-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.feedback__check-text {
  position: relative;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 33px; }
  .feedback__check-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    border: 1px solid #cfcfcf; }
  .feedback__check-text::before {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    border-width: 0 0 2px 2px;
    width: 11px;
    height: 6px;
    left: 6px;
    top: 6px;
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg); }

.feedback__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px; }
  @media all and (max-width: 767px) {
    .feedback__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.feedback__col {
  max-width: 412px;
  -ms-flex-preferred-size: 412px;
  flex-basis: 412px;
  width: 100%; }
  @media all and (max-width: 767px) {
    .feedback__col {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .feedback__col + .feedback__col {
        margin: 24px 0 0; } }
  .feedback__col input {
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    background: #fff;
    height: 46px;
    padding: 0 16px;
    color: #000; }

.feedback__label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
  display: block; }

.feedback__btn {
  border-radius: 4px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  height: 44px;
  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;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 0 24px;
  text-transform: uppercase; }
  @media all and (max-width: 767px) {
    .feedback__btn {
      max-width: 100%;
      width: 100%; } }
  @media all and (min-width: 1250px) {
    .feedback__btn:hover {
      background: #2f2f2f; } }

.favorite-delete {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #000;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }
  @media all and (max-width: 767px) {
    .favorite-delete {
      font-size: 13px; } }
  @media all and (min-width: 1250px) {
    .favorite-delete:hover {
      color: #fff;
      background: #000; } }

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

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

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

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

.orders-history__head-item {
  width: 14.5%;
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center; }
  .orders-history__head-item:last-of-type {
    width: 53px; }

.orders-history__item {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  margin-bottom: 30px; }
  .orders-history__item.active .orders-history__icon span {
    background: #fff; }
    .orders-history__item.active .orders-history__icon span::after {
      background: #ef2d8a; }
    .orders-history__item.active .orders-history__icon span::before {
      display: none; }
  .orders-history__item.active .orders-history__content {
    border-color: rgba(84, 98, 105, 0.1); }

.orders-history__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 56px;
  cursor: pointer;
  padding: 0 0 0 40px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .orders-history__title {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
      padding: 16px 50px 16px 40px; } }
  .orders-history__title::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 16px;
    border-radius: 10px;
    width: 3px;
    height: 24px; }
    @media screen and (max-width: 767px) {
      .orders-history__title::after {
        top: 16px;
        bottom: 16px;
        margin: 0;
        height: auto; } }
  .orders-history__title.orders-history__success::after {
    background: #d6e7a6; }
  .orders-history__title.orders-history__success .orders-history__status {
    background: #d6e7a6; }

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

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

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

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

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

.orders-history__icon {
  position: relative;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 14px; }
  @media screen and (max-width: 767px) {
    .orders-history__icon {
      margin: 0;
      position: absolute;
      top: 2px;
      right: 0; } }
  .orders-history__icon span {
    width: 25px;
    height: 25px;
    position: relative; }
    .orders-history__icon span::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 14px;
      height: 1px;
      background: #000;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
    .orders-history__icon span::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1px;
      height: 14px;
      background: #000;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }

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

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

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

.orders-history__box {
  padding: 0 0 19px; }

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

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

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

.orders-history__load {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f7fa;
  line-height: 36px;
  font-size: 16px;
  color: #485860;
  text-decoration: none;
  border-radius: 30px; }
  .orders-history__load svg {
    margin-right: 12px;
    width: 19px;
    height: 19px; }

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

.orders-history__box-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.orders-history__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .orders-history__box-item + .orders-history__box-item {
    margin-top: 12px; }
  .orders-history__box-item .text {
    color: #5b5b5b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    .orders-history__box-item .text.black {
      color: #000; }
  .orders-history__box-item .dots {
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #d0dde4;
    margin: 0 15px 4px; }
  .orders-history__box-item .value {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; }
    .orders-history__box-item .value.big {
      font-size: 20px;
      line-height: 28px; }

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

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

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

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

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

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

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

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

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

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

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

.order__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4; }
  @media screen and (max-width: 767px) {
    .order__item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .order__item:last-of-type {
    border: none; }

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

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

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

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

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

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

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

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

.order__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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

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

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

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

.brands-section {
  margin-bottom: 80px; }
  .brands-section__top {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    background: #faf6f7;
    border-radius: 4px;
    padding: 16px 8px; }
    @media all and (max-width: 1250px) {
      .brands-section__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media all and (max-width: 767px) {
      .brands-section__top {
        font-size: 14px; } }
    .brands-section__top li {
      max-width: 37px;
      width: 100%; }
      @media all and (max-width: 767px) {
        .brands-section__top li {
          max-width: 41px; } }
    .brands-section__top a {
      color: #000;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media all and (min-width: 1250px) {
        .brands-section__top a:hover {
          color: #ef2d8a; } }
  .brands-section__holder {
    padding: 0; }
  .brands-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    padding: 32px 40px; }
    @media all and (max-width: 767px) {
      .brands-section__item {
        display: block;
        padding: 16px 0; } }
  .brands-section__letter {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    min-width: 120px;
    margin-right: 24px; }
    @media all and (max-width: 767px) {
      .brands-section__letter {
        margin: 0 0 5px; } }
  .brands-section__list {
    margin: -12px 0 0 -24px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 100%; }
    .brands-section__list li {
      max-width: 246px;
      width: 100%;
      margin: 12px 0 0 24px; }
      .brands-section__list li.disabled {
        opacity: 0.4;
        pointer-events: none; }
    .brands-section__list a {
      text-decoration: none;
      color: #000; }
      @media all and (max-width: 767px) {
        .brands-section__list a {
          text-transform: none;
          color: #000;
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          line-height: 22px; } }

@media all and (max-width: 767px) {
  .product-section .title {
    max-width: 220px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; } }

.main {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%; }
  @media all and (max-width: 1365px) {
    .main {
      padding: 0 15px; }
      .main .reviews {
        padding: 0; }
      .main .insta {
        padding: 0; }
      .main .main-text {
        padding: 0; }
      .main .product-section {
        padding: 0; } }
  @media all and (max-width: 767px) {
    .main {
      padding: 8px 15px 0; } }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; }
  @media all and (max-width: 1023px) {
    .breadcrumb {
      overflow-x: auto; } }
  @media all and (max-width: 767px) {
    .breadcrumb {
      margin-bottom: 24px; } }
  .breadcrumb li {
    position: relative; }
    @media all and (max-width: 1023px) {
      .breadcrumb li {
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    @media all and (max-width: 1023px) {
      .breadcrumb li + li {
        margin-left: 20px; } }
    .breadcrumb li + li::before {
      content: '/';
      color: #a6a6a6;
      margin: 0 2px 0 6px; }
      @media all and (max-width: 1023px) {
        .breadcrumb li + li::before {
          position: absolute;
          left: -11px;
          top: 0;
          margin: 0; } }
    .breadcrumb li:last-child a {
      color: #a6a6a6; }
  .breadcrumb a {
    color: #000;
    text-decoration: none; }
    @media all and (max-width: 1023px) {
      .breadcrumb a {
        display: block;
        white-space: nowrap; } }

.pagetitle {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  margin: 0 0 32px; }
  @media all and (max-width: 767px) {
    .pagetitle {
      font-size: 24px;
      line-height: 34px; } }
  .pagetitle.center {
    text-align: center; }

.no-results {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 80px; }
  .no-results p {
    margin: 0; }

.twocolumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px; }
  @media all and (max-width: 767px) {
    .twocolumns {
      margin-bottom: 64px; } }

.aside {
  max-width: 235px;
  -ms-flex-preferred-size: 235px;
  flex-basis: 235px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media all and (max-width: 767px) {
    .aside {
      display: none; } }
  .aside__navigation {
    margin-bottom: 60px; }
    @media all and (max-width: 1250px) {
      .aside__navigation {
        display: none; } }
  .aside__nav {
    margin: 0;
    padding: 0;
    list-style: none; }
    .aside__nav li:first-child a {
      padding-top: 0; }
    .aside__nav li + li {
      border-top: 1px solid #e4e4e4; }
    .aside__nav .slide ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .aside__nav .slide li + li {
      border: none; }
    .aside__nav .slide a {
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      padding: 12px 0;
      text-decoration: none;
      display: block; }
    .aside__nav .opener {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 22px;
      text-decoration: none;
      padding: 12px 32px 12px 0;
      display: block;
      position: relative; }
      .aside__nav .opener::after {
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        width: 7px;
        height: 7px;
        right: 5px;
        margin-top: -6px;
        content: '';
        display: block;
        pointer-events: none;
        position: absolute;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }

.catalog-section {
  margin-left: 24px;
  width: 100%;
  max-width: 1021px; }
  @media all and (max-width: 1365px) {
    .catalog-section {
      max-width: 990px; } }
  @media all and (max-width: 1250px) {
    .catalog-section {
      max-width: 734px; } }
  @media all and (max-width: 767px) {
    .catalog-section {
      margin: 0; } }
  .catalog-section__special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 60px;
    margin-bottom: 24px;
    border-radius: 8px;
    text-decoration: none;
    overflow: hidden; }
    @media all and (max-width: 767px) {
      .catalog-section__special {
        padding-left: 15px; } }
  .catalog-section__info {
    max-width: 400px; }
  .catalog-section__title {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px; }
    @media all and (max-width: 767px) {
      .catalog-section__title {
        font-size: 20px;
        line-height: 28px;
        margin: 0; } }
  @media all and (max-width: 767px) {
    .catalog-section__image {
      max-width: 170px; } }
  .catalog-section__text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    @media all and (max-width: 767px) {
      .catalog-section__text {
        font-size: 12px;
        line-height: 17px; } }
  .catalog-section .slideshow {
    max-width: 100%;
    margin-bottom: 40px; }
  .catalog-section .slideshow__slide {
    height: 300px; }
    @media all and (max-width: 767px) {
      .catalog-section .slideshow__slide {
        background-position: 50% 0; } }
  .catalog-section .slideshow__info {
    max-width: 400px; }
  .catalog-section .slideshow__title {
    font-size: 26px;
    line-height: 36px; }

.category__slider {
  margin-bottom: 40px; }
  @media all and (max-width: 1365px) {
    .category__slider {
      text-align: center; } }
  .category__slider .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: -19px;
    z-index: 2; }
    .category__slider .slick-dots li {
      width: 100%;
      padding: 14px 0;
      cursor: pointer; }
      @media all and (max-width: 767px) {
        .category__slider .slick-dots li {
          padding: 4px 0;
          width: auto; } }
      .category__slider .slick-dots li + li {
        margin-left: 8px; }
        @media all and (max-width: 767px) {
          .category__slider .slick-dots li + li {
            margin-left: 4px; } }
      .category__slider .slick-dots li.slick-active button {
        background: #000; }
        .category__slider .slick-dots li.slick-active button::after {
          opacity: 1; }
    .category__slider .slick-dots button {
      cursor: pointer;
      height: 2px;
      background: #e4e4e4;
      width: 100%;
      display: block;
      position: relative;
      padding: 0;
      border: none;
      text-indent: -9999px; }
      @media all and (max-width: 767px) {
        .category__slider .slick-dots button {
          width: 8px; } }
      .category__slider .slick-dots button::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        background: #fff;
        height: 1px;
        opacity: 0; }
  .category__slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    background: #fff;
    margin-top: -22px; }
    .category__slider .slick-arrow.slick-prev {
      left: -24px;
      z-index: 1; }
      @media all and (max-width: 1365px) {
        .category__slider .slick-arrow.slick-prev {
          left: -10px; } }
    .category__slider .slick-arrow.slick-next {
      right: -17px; }
      @media all and (max-width: 1365px) {
        .category__slider .slick-arrow.slick-next {
          right: -10px; } }

.category__box {
  max-width: 191px; }
  @media all and (max-width: 1365px) {
    .category__box {
      max-width: 171px; } }
  @media all and (max-width: 767px) {
    .category__box {
      max-width: 163px; } }

.category__link {
  text-decoration: none; }

.category__image {
  border-radius: 8px 8px 0 0;
  overflow: hidden; }

.category__name {
  height: 68px;
  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;
  text-align: center;
  padding: 0 10px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  border-radius: 0 0 8px 8px; }

.products-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 32px; }
  @media all and (max-width: 767px) {
    .products-section__top {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .products-section__top .select {
    padding: 10px 50px 8px 16px;
    height: 38px;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    color: #000;
    border: 1px solid #cfcfcf;
    width: 220px; }
    @media all and (max-width: 767px) {
      .products-section__top .select {
        width: 164px; } }
    .products-section__top .select::after {
      width: 8px;
      height: 8px;
      border-bottom: 2px solid #000;
      border-right: 2px solid #000; }

.mobile-filter {
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  background: #fff;
  height: 38px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 163px;
  width: 100%;
  padding: 0 16px;
  display: none; }
  @media all and (max-width: 767px) {
    .mobile-filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -60px 0 60px -16px; }
  @media all and (max-width: 767px) {
    .catalog-list {
      margin: -24px 0 24px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .catalog-list .brands-cat__box {
    margin: 60px 0 0 16px;
    max-width: 243px; }
    @media all and (max-width: 767px) {
      .catalog-list .brands-cat__box {
        margin: 24px 1% 0 0;
        width: 49%;
        max-width: 49%; }
        .catalog-list .brands-cat__box .brands-cat__text {
          font-size: 14px; } }
  .catalog-list .brands-cat__logo {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px; }
    @media all and (max-width: 767px) {
      .catalog-list .brands-cat__logo {
        font-size: 16px;
        line-height: 22px; } }
  .catalog-list .product-box {
    margin: 60px 0 0 16px; }
    @media all and (max-width: 767px) {
      .catalog-list .product-box {
        margin: 24px 0 0;
        width: 50%;
        max-width: 50%; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .pagination .first a {
    background: url("../images/pag-arrow.svg") no-repeat 50% 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .pagination .last a {
    background: url("../images/pag-arrow.svg") no-repeat 50% 50%; }
  .pagination span {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-decoration: none;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    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; }
  .pagination li {
    margin: 0 12px; }
    @media all and (max-width: 767px) {
      .pagination li {
        margin: 0 4px; } }
  .pagination a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    color: #5b5b5b;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    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; }
    @media all and (min-width: 1250px) {
      .pagination a:hover {
        border-color: #000; } }

.header-checkout {
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 15px;
  margin-bottom: 40px; }
  @media all and (max-width: 767px) {
    .header-checkout {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 3; } }
  .header-checkout__holder {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media all and (max-width: 767px) {
    .header-checkout .footer__messages {
      display: none; } }
  .header-checkout__tels-mobile {
    display: none; }
    @media all and (max-width: 767px) {
      .header-checkout__tels-mobile {
        display: block; } }
  @media all and (max-width: 767px) {
    .header-checkout .footer__tel {
      display: none; } }
  .header-checkout__back {
    color: #5b5b5b;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    max-width: 302px;
    width: 100%; }
    @media all and (max-width: 767px) {
      .header-checkout__back {
        text-indent: -9999px;
        max-width: 40px; } }
    .header-checkout__back svg {
      margin-right: 8px; }
  .header-checkout__tels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 302px;
    width: 100%; }
    @media all and (max-width: 767px) {
      .header-checkout__tels {
        max-width: 40px; } }
    .header-checkout__tels .footer__tel {
      color: #000; }
      .header-checkout__tels .footer__tel:last-child {
        margin-bottom: 0; }
  .header-checkout__tels-box {
    text-align: right; }
  .header-checkout .footer__messages {
    margin: 0 0 0 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

@media all and (max-width: 767px) {
  .main-section {
    padding-top: 30px; } }

.checkout__buy {
  cursor: pointer;
  border-radius: 4px;
  background: #000;
  height: 44px;
  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;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
  text-transform: uppercase;
  margin-top: 16px;
  border: none; }
  @media all and (min-width: 1250px) {
    .checkout__buy:hover {
      background: #2f2f2f; } }

.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 140px; }
  @media all and (max-width: 1023px) {
    .checkout {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .checkout__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px; }
  .checkout__back-edit {
    color: #ef2d8a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-left: 12px;
    text-decoration: none; }
  .checkout__aside {
    max-width: 470px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    padding: 24px 16px; }
    @media all and (max-width: 1023px) {
      .checkout__aside {
        max-width: 100%; } }
  .checkout__aside-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #e4e4e4; }
  .checkout__aside-title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; }
  .checkout__aside-edit {
    border-radius: 4px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    max-width: 127px;
    width: 100%;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media all and (min-width: 1250px) {
      .checkout__aside-edit:hover {
        background: #000;
        color: #fff; } }
  .checkout__aside-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px 0; }
    .checkout__aside-item + .checkout__aside-item {
      border-top: 1px solid #e4e4e4; }
  .checkout__aside-image {
    max-width: 95px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px; }
    @media all and (max-width: 1023px) {
      .checkout__aside-image {
        max-width: 75px; } }
  .checkout__aside-name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    text-decoration: none; }
  .checkout__aside-options {
    color: #a6a6a6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none; }
    .checkout__aside-options li + li {
      margin-top: 2px; }
  .checkout__aside-pricebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .checkout__aside-price {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; }
  .checkout__aside-quantity {
    margin-left: 12px;
    border-radius: 4px;
    background: #f5f6f8;
    padding: 4px 8px;
    color: #5b5b5b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
  .checkout__aside-opener {
    color: #ef2d8a;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 22px;
    cursor: pointer;
    margin-bottom: 16px; }
    .checkout__aside-opener.active::after {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .checkout__aside-opener::after {
      border-bottom: 1px solid #ef2d8a;
      border-right: 1px solid #ef2d8a;
      width: 7px;
      height: 7px;
      right: 5px;
      margin-top: -4px;
      content: '';
      display: block;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
  .checkout__aside-form {
    display: none; }
    .checkout__aside-form.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .checkout__aside-form input {
      border-radius: 4px;
      border: 1px solid #cfcfcf;
      background: #fff; }
  .checkout__aside-btn {
    border-radius: 4px;
    border: 1px solid #000;
    max-width: 136px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-left: 8px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    background: #fff;
    cursor: pointer;
    padding: 0; }
    @media all and (min-width: 1250px) {
      .checkout__aside-btn:hover {
        background: #000;
        color: #fff; } }
  .checkout__aside-discount {
    margin-bottom: 16px; }
  .checkout__aside-bt-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .checkout__aside-bt-item + .checkout__aside-bt-item {
      margin-top: 12px; }
  .checkout__aside-bt-name {
    color: #5b5b5b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
  .checkout__aside-bt-descr {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; }
  .checkout__aside-bt-dis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background: #faf6f7;
    color: #ef2d8a;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 4px 8px; }
  .checkout__dis-delete {
    padding: 0 4px;
    background: none;
    border: none; }
  .checkout__aside-bt-price {
    color: #000;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; }
  @media all and (max-width: 767px) {
    .checkout .feedback__row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .checkout .feedback__col + .feedback__col {
    margin-left: 16px; }
    @media all and (max-width: 767px) {
      .checkout .feedback__col + .feedback__col {
        margin: 24px 0 0; } }
  .checkout__form {
    max-width: 750px;
    -ms-flex-preferred-size: 750px;
    flex-basis: 750px;
    width: 100%; }
    @media all and (max-width: 1250px) {
      .checkout__form {
        margin-right: 20px; } }
    @media all and (max-width: 1023px) {
      .checkout__form {
        max-width: 100%;
        margin: 0; } }
  .checkout__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e4e4e4; }
    .checkout__tabs li + li {
      margin-left: 48px; }
    .checkout__tabs a {
      color: #5b5b5b;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 22px;
      text-decoration: none;
      display: block;
      padding: 16px 0;
      position: relative; }
      .checkout__tabs a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        right: 0;
        height: 2px;
        background: #ef2d8a;
        opacity: 0; }
      .checkout__tabs a.active {
        color: #ef2d8a; }
        .checkout__tabs a.active::after {
          opacity: 1; }
  .checkout__title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .checkout__title.disabled {
      color: #a6a6a6; }
    .checkout__title span {
      margin-right: 12px; }
  .checkout__checkbox {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .checkout__descr {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    .checkout__descr a {
      color: #ef2d8a;
      text-decoration: none; }
  .checkout__checkbox-item input {
    position: absolute;
    left: -9999px; }
    .checkout__checkbox-item input:checked + .checkout__checkbox-text::after {
      background: #000;
      border-color: #000; }
  .checkout__checkbox-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-left: 34px;
    display: block;
    position: relative; }
    .checkout__checkbox-text::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 2px;
      border: 1px solid #cfcfcf;
      background: #fff;
      width: 22px;
      height: 22px; }
    .checkout__checkbox-text::before {
      content: '';
      position: absolute;
      border: 1px solid #fff;
      border-width: 0 0 2px 2px;
      width: 9px;
      height: 6px;
      left: 7px;
      top: 7px;
      -webkit-transform: scale(1) rotate(-45deg);
      transform: scale(1) rotate(-45deg);
      z-index: 1; }
  .checkout__step-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 16px; }
  .checkout__delivery-box + .checkout__delivery-box {
    margin-top: 16px; }
  .checkout__delivery-box.active {
    border-radius: 8px;
    background: #f5f6f8; }
    .checkout__delivery-box.active .checkout__label {
      border-color: transparent; }
  .checkout__delivery-section {
    padding: 0 24px 24px; }
  .checkout__delivery-small {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px; }
  .checkout__delivery-row + .checkout__delivery-row {
    margin-top: 16px; }
  .checkout__delivery-row .select {
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 12px 16px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    height: 46px; }
    @media all and (max-width: 767px) {
      .checkout__delivery-row .select {
        height: auto;
        white-space: normal;
        padding: 12px 26px 12px 16px; } }
    .checkout__delivery-row .select::after {
      width: 7px;
      height: 7px; }
  .checkout__pay-box + .checkout__pay-box {
    margin-top: 16px; }
  .checkout__pay-box .checkout__label {
    border: none;
    padding: 0; }
  .checkout__check {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .checkout__check input {
      position: absolute;
      left: -9999px; }
      .checkout__check input:checked + .checkout__check-text::after {
        background: #000; }
      .checkout__check input:checked + .checkout__check-text::before {
        opacity: 1;
        z-index: 1; }
  .checkout__check-text {
    position: relative;
    padding-left: 32px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
    .checkout__check-text::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 22px;
      height: 22px;
      border-radius: 2px;
      border: 1px solid #000; }
    .checkout__check-text::before {
      content: '';
      position: absolute;
      border: 1px solid #fff;
      border-width: 0 0 2px 2px;
      width: 11px;
      height: 6px;
      left: 6px;
      top: 6px;
      -webkit-transform: scale(1) rotate(-45deg);
      transform: scale(1) rotate(-45deg);
      opacity: 0; }
  .checkout__block + .checkout__block {
    margin-top: 24px; }
  .checkout__label {
    padding: 16px 24px;
    display: block;
    border-radius: 8px;
    border: 1px solid #e4e4e4; }
    .checkout__label input {
      position: absolute;
      left: -9999px; }
      .checkout__label input:checked + .checkout__label-text::after {
        border: 5px solid #000; }
  .checkout__label-text {
    padding-left: 36px;
    position: relative;
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
    .checkout__label-text::after {
      content: '';
      position: absolute;
      border-radius: 52px;
      border: 1px solid #cfcfcf;
      background: #fff;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      left: 0;
      top: 0; }
  .checkout__area {
    margin-top: 24px; }
  .checkout__area-box textarea {
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 12px 16px;
    height: 120px; }

.thanks-page {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 80px; }
  @media all and (max-width: 767px) {
    .thanks-page {
      padding: 0 15px; }
      .thanks-page .orders-history__content {
        padding: 0; } }
  .thanks-page .orders-history__inner {
    height: auto;
    margin-bottom: 24px; }
  .thanks-page .order__list {
    margin: 0; }
  .thanks-page .orders-history__box {
    margin-top: 30px; }

.thanks__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #faf6f7;
  margin: 0 auto 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.thanks__title {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 24px; }

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

.thanks__text-1 {
  color: #5b5b5b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 8px; }

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

.thanks__text-3 {
  color: #5b5b5b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px; }

.thanks__holder {
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 24px; }

.thanks__head {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e4e4; }

.thanks__notes {
  border-radius: 8px;
  background: #faf6f7;
  padding: 16px;
  color: #5b5b5b;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 24px 0; }

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

.thanks__btn {
  border-radius: 4px;
  background: #000;
  height: 44px;
  max-width: 213px;
  width: 100%;
  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;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none; }
  @media all and (min-width: 1250px) {
    .thanks__btn:hover {
      background: #1f1f1f; } }

@media all and (max-width: 1023px) {
  .feedback__step-form {
    margin-bottom: 30px; } }

.show-all-position {
  border-radius: 4px;
  height: 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #a6a6a6;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: -2px;
  cursor: pointer;
  display: none; }
  @media all and (max-width: 767px) {
    .show-all-position {
      padding: 0 24px;
      text-align: center;
      height: 64px; } }
  .show-all-position.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .show-all-position.show.active {
      display: none; }
  @media all and (min-width: 1250px) {
    .show-all-position:hover {
      background: #000;
      border-color: #000;
      color: #fff; } }

.contacts {
  margin-bottom: 80px; }
  .contacts__box {
    text-align: center;
    margin-bottom: 40px; }
    .contacts__box .footer__messages {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .contacts__box .social {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .contacts__box .social a svg {
        fill: #000; }
  .contacts__title {
    color: #5b5b5b;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px; }
  .contacts__tel {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-bottom: 8px; }
  .contacts__email {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
    display: block;
    text-align: center; }
  .contacts__work {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-bottom: 8px; }
  .contacts__work-text {
    color: #5b5b5b;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
  .contacts__social-title {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px; }
  .contacts__info {
    text-align: center; }
    @media all and (max-width: 767px) {
      .contacts__info {
        border-radius: 8px;
        padding: 40px 0;
        border: 1px solid #e4e4e4; } }
    .contacts__info a {
      color: #5b5b5b;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      text-decoration: none; }
  .contacts__info-title {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px; }
  .contacts__feedback {
    background: #e4e4e4;
    padding: 80px 15px; }
    @media all and (max-width: 767px) {
      .contacts__feedback {
        padding: 32px 15px; } }
  .contacts__feedback-holder {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 1023px) {
      .contacts__feedback-holder {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .contacts__form {
    width: 50%;
    padding: 0 80px; }
    @media all and (max-width: 1023px) {
      .contacts__form {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 640px; } }
    @media all and (max-width: 767px) {
      .contacts__form {
        padding: 0; } }
  .contacts__image {
    width: 50%; }
    @media all and (max-width: 1023px) {
      .contacts__image {
        width: 100%;
        max-width: 640px;
        margin-bottom: 30px; } }
  .contacts__form-title {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 24px; }
    @media all and (max-width: 767px) {
      .contacts__form-title {
        font-size: 22px;
        line-height: 30px; } }
  .contacts__label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px; }
  .contacts__row {
    margin-bottom: 24px; }
    .contacts__row input {
      border-radius: 4px;
      border: 1px solid #cfcfcf;
      background: #fff; }
    .contacts__row textarea {
      border-radius: 4px;
      border: 1px solid #cfcfcf;
      background: #fff;
      padding: 12px 16px;
      height: 92px; }
  .contacts__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .contacts__btn {
    border-radius: 4px;
    background: #000;
    max-width: 142px;
    width: 100%;
    height: 44px;
    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;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border: none; }
    @media all and (min-width: 1250px) {
      .contacts__btn:hover {
        background: #2f2f2f; } }

.required {
  color: #f00; }

.content-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 68px; }
  @media all and (max-width: 1023px) {
    .content-columns {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 50px; } }
  .content-columns .account__nav {
    background: none; }
  .content-columns .account__nav li.active a {
    border-radius: 4px;
    background: #f5f6F8; }

.delivery {
  width: 100%;
  margin-left: 60px; }
  @media all and (max-width: 767px) {
    .delivery {
      margin: 0; } }
  .delivery__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; }
  .delivery__ico {
    width: 45px;
    height: 45px;
    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;
    background: #f5f6f8;
    border-radius: 50%;
    margin-right: 16px; }
  .delivery__content {
    color: #5b5b5b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 68px; }
    .delivery__content:last-child {
      margin-bottom: 0; }
    @media all and (max-width: 767px) {
      .delivery__content {
        margin-bottom: 24px; } }
    .delivery__content ol {
      list-style: none;
      counter-reset: my-awesome-counter;
      margin: 16px 0;
      padding: 0;
      color: #000; }
      .delivery__content ol:first-child {
        margin-top: 0; }
    .delivery__content ol li {
      counter-increment: my-awesome-counter;
      padding-left: 20px;
      position: relative; }
      .delivery__content ol li + li {
        margin-top: 12px; }
    .delivery__content ol li::before {
      content: counter(my-awesome-counter) ". ";
      position: absolute;
      left: 0;
      top: 0;
      color: #ef2d8a;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 22px; }
    .delivery__content a {
      color: #ef2d8a;
      text-decoration: none; }
    .delivery__content p {
      margin: 24px 0; }
      .delivery__content p:first-child {
        margin-top: 0; }
      .delivery__content p:last-child {
        margin-bottom: 0; }
    .delivery__content ul {
      margin: 24px 0 16px;
      padding: 0;
      list-style: none;
      font-weight: 700;
      color: #000; }
      .delivery__content ul + p {
        margin-top: 16px; }
      .delivery__content ul li {
        padding-left: 20px;
        position: relative; }
        .delivery__content ul li + li {
          margin-top: 16px; }
        .delivery__content ul li::after {
          content: '';
          position: absolute;
          left: 0;
          top: 7px;
          background: #ef2d8a;
          width: 8px;
          height: 8px;
          border-radius: 50%; }
  .delivery__bottom {
    background: #f5f6f8;
    padding: 16px;
    border-radius: 8px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
    .delivery__bottom p {
      margin: 0; }

.faq-search {
  position: relative;
  margin-bottom: 60px; }
  .faq-search__btn {
    position: absolute;
    left: 29px;
    top: 18px;
    background: none;
    padding: 0;
    border: none; }
  .faq-search input {
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 0 30px 0 60px; }

.faq-section {
  margin-bottom: 60px; }
  @media all and (max-width: 767px) {
    .faq-section {
      margin-bottom: 24px; } }
  .faq-section__title {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 24px; }
    @media all and (max-width: 767px) {
      .faq-section__title {
        font-size: 18px; } }

.faq {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e4e4e4; }
  .faq li {
    border-bottom: 1px solid #e4e4e4; }
    .faq li.active a {
      color: #ef2d8a; }
      .faq li.active a::after {
        background: #ef2d8a; }
      .faq li.active a::before {
        display: none; }
  .faq .slide {
    color: #5b5b5b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 0 16px 16px; }
    .faq .slide p {
      margin: 0; }
  .faq .opener {
    padding: 16px 50px 16px 16px;
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    position: relative; }
    .faq .opener::after {
      content: '';
      position: absolute;
      right: 16px;
      top: 26px;
      width: 20px;
      height: 2px;
      background: #000; }
    .faq .opener::before {
      content: '';
      position: absolute;
      right: 25px;
      top: 17px;
      width: 2px;
      height: 20px;
      background: #000; }

.arrow-brands {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: #faf6f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 5;
  display: none; }
  .arrow-brands.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .arrow-brands svg {
    stroke: #000; }

.mobile-opener {
  width: 18px;
  height: 32px;
  position: relative;
  margin-right: 16px;
  display: none; }
  .mobile-opener.active .mobile-opener__line--1 {
    top: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .mobile-opener.active .mobile-opener__line--2 {
    display: none; }
  .mobile-opener.active .mobile-opener__line--3 {
    top: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media all and (max-width: 1250px) {
    .mobile-opener {
      display: block; } }
  .mobile-opener__line {
    background: #292d32;
    height: 1px;
    width: 100%;
    position: absolute; }
    .mobile-opener__line--1 {
      top: 11px; }
    .mobile-opener__line--2 {
      top: 16px; }
    .mobile-opener__line--3 {
      top: 21px; }

.header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 16px;
  z-index: 9; }
  @media all and (max-width: 1250px) {
    .header {
      margin: 0;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 6;
      background: #fff; } }
  @media all and (max-width: 767px) {
    .header {
      padding: 0; } }
  .header__top {
    background: #141414;
    position: relative;
    z-index: 2; }
    @media all and (max-width: 1365px) {
      .header__top {
        padding: 0 15px; } }
    @media all and (max-width: 1250px) {
      .header__top {
        display: none; } }
  .header__top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    height: 40px; }
  .header__trigger-slider {
    max-width: 390px;
    -ms-flex-preferred-size: 390px;
    flex-basis: 390px;
    width: 100%; }
  .header__top-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__top-text img {
      margin-right: 8px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .header__top-drops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 390px;
    -ms-flex-preferred-size: 390px;
    flex-basis: 390px;
    width: 100%; }
    @media all and (max-width: 1250px) {
      .header__top-drops {
        border: solid #e4e4e4;
        border-width: 1px 0;
        text-align: center;
        margin-top: 16px; } }
  .header__lang {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff; }
    @media all and (max-width: 1250px) {
      .header__lang {
        color: #000;
        width: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .header__lang::after {
          content: '';
          position: absolute;
          right: 0;
          background: #e4e4e4;
          width: 1px;
          height: 20px;
          top: 10px; } }
  .header__lang-active {
    padding: 10px 20px;
    position: relative;
    cursor: pointer; }
    .header__lang-active::after {
      border-bottom: 1px solid #5b5b5b;
      border-right: 1px solid #5b5b5b;
      width: 7px;
      height: 7px;
      right: 5px;
      margin-top: -6px;
      content: '';
      display: block;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      @media all and (max-width: 1250px) {
        .header__lang-active::after {
          border-bottom: 1px solid #000;
          border-right: 1px solid #000; } }
  .header__lang-drop {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #141414;
    text-align: center;
    display: none; }
    @media all and (max-width: 1250px) {
      .header__lang-drop {
        top: auto;
        bottom: 100%; } }
    .header__lang-drop.active {
      display: block; }
    .header__lang-drop a {
      color: #fff;
      display: block;
      padding: 5px 0;
      text-decoration: none; }
  .header__cur {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff; }
    @media all and (max-width: 1250px) {
      .header__cur {
        color: #000;
        width: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .header__cur-active {
    padding: 10px 20px;
    position: relative;
    cursor: pointer; }
    .header__cur-active::after {
      border-bottom: 1px solid #5b5b5b;
      border-right: 1px solid #5b5b5b;
      width: 7px;
      height: 7px;
      right: 5px;
      margin-top: -6px;
      content: '';
      display: block;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      @media all and (max-width: 1250px) {
        .header__cur-active::after {
          border-bottom: 1px solid #000;
          border-right: 1px solid #000; } }
  .header__cur-drop {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #141414;
    text-align: center;
    display: none; }
    @media all and (max-width: 1250px) {
      .header__cur-drop {
        top: auto;
        bottom: 100%; } }
    .header__cur-drop.active {
      display: block; }
    .header__cur-drop a {
      color: #fff;
      display: block;
      padding: 5px 0;
      text-decoration: none; }
  .header__holder {
    max-width: 1280px;
    margin: 0 auto;
    position: relative; }
    @media all and (max-width: 1250px) {
      .header__holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 15px;
        z-index: 4;
        background: #fff; } }
    @media all and (max-width: 767px) {
      .header__holder {
        padding: 11px 0 11px 15px; } }
  .header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    position: relative; }
    @media all and (max-width: 1365px) {
      .header__block {
        padding: 20px 15px; } }
    @media all and (max-width: 1250px) {
      .header__block {
        width: 100%; } }
    @media all and (max-width: 767px) {
      .header__block {
        padding: 5px 15px 5px 0; } }
  .header__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 322px;
    -ms-flex-preferred-size: 322px;
    flex-basis: 322px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; }
    @media all and (max-width: 767px) {
      .header__controls {
        max-width: 62px;
        -ms-flex-preferred-size: 62px;
        flex-basis: 62px; } }
  .header__favorite {
    color: #5b5b5b;
    text-decoration: none;
    text-align: center;
    max-width: 64px;
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px;
    width: 100%; }
    @media all and (max-width: 1250px) {
      .header__favorite {
        display: none; } }
    .header__favorite span {
      display: block; }
  .header__login {
    color: #5b5b5b;
    text-decoration: none;
    text-align: center;
    max-width: 64px;
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px;
    width: 100%;
    margin-left: 8px; }
    @media all and (max-width: 767px) {
      .header__login {
        max-width: 18px;
        -ms-flex-preferred-size: 18px;
        flex-basis: 18px; } }
    .header__login span {
      display: block; }
      @media all and (max-width: 767px) {
        .header__login span {
          display: none; } }
  .header__basket-free {
    color: #ef2d8a;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    background: #fAf6f7;
    padding: 4px 0;
    margin-bottom: 16px; }
    @media all and (max-width: 767px) {
      .header__basket-free {
        font-size: 14px; } }
  .header__basket {
    color: #5b5b5b;
    text-decoration: none;
    text-align: center;
    margin-left: 8px;
    max-width: 64px;
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px;
    width: 100%; }
    @media all and (max-width: 767px) {
      .header__basket {
        max-width: 18px;
        -ms-flex-preferred-size: 18px;
        flex-basis: 18px;
        margin-left: 16px; } }
    .header__basket span {
      display: block; }
      @media all and (max-width: 767px) {
        .header__basket span {
          display: none; } }
  .header__basket-opener {
    background: none;
    cursor: pointer;
    padding: 0;
    border: none;
    margin-left: 8px;
    max-width: 64px;
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px;
    width: 100%; }
    @media all and (max-width: 767px) {
      .header__basket-opener {
        margin-left: 0; } }
  .header__basket-drop {
    position: relative;
    z-index: 5;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    width: 100%;
    height: 893px; }
    @media all and (max-width: 1700px) {
      .header__basket-drop {
        height: 600px; } }
    @media all and (max-width: 1250px) {
      .header__basket-drop {
        height: 100vh;
        overflow-y: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 820px; } }
    @media all and (max-width: 767px) {
      .header__basket-drop {
        padding-bottom: 250px; } }
  .header__basket-products {
    max-height: 100%;
    overflow-y: auto; }
    @media all and (max-width: 1700px) {
      .header__basket-products {
        height: 243px;
        max-height: none; } }
    @media all and (max-width: 767px) {
      .header__basket-products {
        height: auto; } }
    .header__basket-products::-webkit-scrollbar {
      width: 4px;
      border-radius: 6px; }
    .header__basket-products::-webkit-scrollbar-track {
      background: none; }
    .header__basket-products::-webkit-scrollbar-thumb {
      background: #E4E4E4; }
    .header__basket-products::-webkit-scrollbar-thumb:hover {
      background: #555; }
  .header__basket-add {
    max-width: 560px;
    width: 100%;
    max-height: 100%;
    overflow-y: auto; }
    @media all and (max-width: 1250px) {
      .header__basket-add {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%; } }
    @media all and (max-width: 767px) {
      .header__basket-add {
        max-height: none; } }
    .header__basket-add::-webkit-scrollbar {
      width: 4px;
      border-radius: 6px; }
    .header__basket-add::-webkit-scrollbar-track {
      background: none; }
    .header__basket-add::-webkit-scrollbar-thumb {
      background: #E4E4E4; }
    .header__basket-add::-webkit-scrollbar-thumb:hover {
      background: #555; }
  .header__basket-list {
    display: none; }
    .header__basket-list.show {
      display: block; }
  .header__basket-add-opener {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px;
    background: #faf6f7;
    cursor: pointer; }
    .header__basket-add-opener svg {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .header__basket-add-opener.active svg {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
  .header__basket-prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
    position: relative; }
    .header__basket-prod + .header__basket-prod {
      border-top: 1px solid #e4e4e4; }
  .header__basket-image {
    max-width: 71px;
    margin-right: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%; }
  .header__basket-info {
    text-align: left; }
  .header__basket-close {
    cursor: pointer; }
  .header__basket-name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    padding-right: 50px; }
    @media all and (max-width: 767px) {
      .header__basket-name {
        padding-right: 38px; } }
  .header__basket-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #A6a6a6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
    .header__basket-option + .header__basket-option {
      margin-top: 2px; }
  .header__basket-option-name {
    min-width: 60px; }
  .header__basket-option-descr {
    margin-left: 6px; }
    .header__basket-option-descr .select {
      background: none;
      border: none;
      padding: 0 17px 0 0;
      color: #000;
      height: auto; }
      .header__basket-option-descr .select::after {
        border-bottom: 2px solid #ef2d8a;
        border-right: 2px solid #ef2d8a;
        width: 7px;
        height: 7px;
        right: 3px;
        margin-top: -4px; }
  .header__basket-main {
    position: relative;
    padding: 0 0 298px; }
    @media all and (max-width: 767px) {
      .header__basket-main {
        padding: 0; } }
  .header__basket-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media all and (max-width: 767px) {
      .header__basket-controls {
        position: relative; } }
  .header__basket-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 14px; }
    @media all and (max-width: 767px) {
      .header__basket-bottom {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .header__basket-bottom .product__quantity-box {
          max-width: 116px; }
        .header__basket-bottom .product__price-old {
          margin: 5px 0 0; } }
    .header__basket-bottom .product__price {
      margin: 0;
      font-size: 16px;
      line-height: 20px; }
      @media all and (max-width: 767px) {
        .header__basket-bottom .product__price {
          display: block; } }
  .header__basket-buy {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #000;
    max-width: 92px;
    width: 100%;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header__basket-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 24px; }
  .header__basket-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; }
  .header__basket-delivery {
    border-bottom: 1px solid #e3e3e3;
    background: #f5f6f8;
    padding: 12px 24px; }
  .header__basket-delivery-title {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 18px; }
  .header__basket-delivery-line {
    border-radius: 38px;
    background: #e4e4e4;
    height: 4px;
    position: relative;
    margin-bottom: 12px; }
  .header__basket-delivery-progress {
    background: #ef2d8a;
    height: 4px;
    display: block; }
  .header__basket-delivery-1 {
    left: 127px;
    top: -7px;
    position: absolute; }
    @media all and (max-width: 767px) {
      .header__basket-delivery-1 {
        left: 38px; } }
  .header__basket-delivery-2 {
    left: 50%;
    top: -7px;
    position: absolute;
    margin-left: -9px; }
  .header__basket-delivery-3 {
    right: 130px;
    top: -7px;
    position: absolute; }
    @media all and (max-width: 767px) {
      .header__basket-delivery-3 {
        right: 40px; } }
  .header__basket-delivery-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__basket-delivery-item {
    max-width: 277px;
    width: 100%; }
    @media all and (max-width: 767px) {
      .header__basket-delivery-item {
        max-width: 97px; } }
    .header__basket-delivery-item:nth-child(even) {
      max-width: none;
      width: auto; }
  .header__basket-intro-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px; }
  .header__basket-intro-title {
    color: #5b5b5b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
  .header__basket-sum {
    color: #000;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; }
  .header__basket-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 767px) {
      .header__basket-button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .header__basket-cont {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #000;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 392px;
    width: 100%; }
    @media all and (min-width: 1250px) {
      .header__basket-cont:hover {
        color: #fff;
        background: #000; } }
  .header__basket-btn {
    color: #fff;
    font-size: 14px;
    height: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 4px;
    background: #000;
    border: none;
    cursor: pointer;
    max-width: 392px;
    width: 100%;
    margin-left: 8px; }
    @media all and (max-width: 767px) {
      .header__basket-btn {
        max-width: 100%;
        margin: 8px 0 0; } }
    @media all and (min-width: 1250px) {
      .header__basket-btn:hover {
        background: #2f2f2f; } }
  .header__basket-intro {
    padding: 24px; }
    @media all and (max-width: 767px) {
      .header__basket-intro {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background: #fff;
        padding: 24px 24px 84px; } }

.basket-delete {
  position: absolute;
  right: 24px;
  top: 16px;
  padding: 8px;
  border-radius: 4px;
  background: #f5f6f8;
  cursor: pointer;
  border: none;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (max-width: 767px) {
    .basket-delete {
      right: 10px; } }

.popup-basket__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); }

@media all and (max-width: 767px) {
  .logo {
    max-width: 180px;
    width: 100%; } }

@media all and (max-width: 359px) {
  .logo {
    max-width: 155px; } }

.mobile-search {
  max-width: 222px;
  -ms-flex-preferred-size: 222px;
  flex-basis: 222px;
  display: none; }
  @media all and (max-width: 1250px) {
    .mobile-search {
      display: block; } }
  @media all and (max-width: 767px) {
    .mobile-search {
      max-width: 22px;
      -ms-flex-preferred-size: 22px;
      flex-basis: 22px; } }

.search {
  max-width: 322px;
  -ms-flex-preferred-size: 322px;
  flex-basis: 322px;
  width: 100%;
  height: 44px; }
  @media all and (max-width: 1250px) {
    .search {
      display: none;
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      z-index: 3; }
      .search.show {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        display: block; } }
  .search.show input {
    position: absolute;
    background: #fff;
    z-index: 3; }
    @media all and (max-width: 1250px) {
      .search.show input {
        position: relative;
        height: 80px; } }
    @media all and (max-width: 767px) {
      .search.show input {
        height: 55px; } }
  .search.show .search__close {
    display: block; }
  .search input {
    border: solid #cfcfcf;
    border-width: 0 0 1px;
    padding-left: 34px;
    height: 44px;
    background: none; }
    @media all and (max-width: 1250px) {
      .search input {
        padding-left: 44px; } }
  .search__close {
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -10px;
    z-index: 3;
    cursor: pointer;
    display: none; }
    @media all and (max-width: 1250px) {
      .search__close {
        top: 30px;
        margin: 0; } }
    @media all and (max-width: 767px) {
      .search__close {
        top: 17px; } }
  .search__btn {
    position: absolute;
    left: 0;
    top: 32px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 3; }
    @media all and (max-width: 1365px) {
      .search__btn {
        left: 15px; } }
    @media all and (max-width: 1250px) {
      .search__btn {
        top: 30px; } }
    @media all and (max-width: 767px) {
      .search__btn {
        top: 18px; } }
  .search__results-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 16px; }
  .search__results-products .catalog-list {
    height: 538px;
    overflow: hidden;
    margin: 0; }
  .search__results-all {
    border-radius: 4px;
    border: 1px solid #000;
    height: 36px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-decoration: none; }
  .search__results {
    position: absolute;
    z-index: 3;
    background: #fff;
    display: none;
    top: 100%; }
  .search__results-aside {
    max-width: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 32px; }
  .search__results-list, .search__results-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    .search__results-list li + li, .search__results-nav li + li {
      margin-top: 12px; }
    .search__results-list a, .search__results-nav a {
      text-decoration: none;
      color: #5b5b5b; }
      @media all and (min-width: 1250px) {
        .search__results-list a:hover, .search__results-nav a:hover {
          color: #ef2d8a; } }

.top-nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }
  .top-nav ul li {
    position: relative; }
    .top-nav ul li + li {
      margin-left: 38px; }
      .top-nav ul li + li::after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #ef2d8a;
        top: 7px;
        left: -21px; }
  .top-nav ul a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media all and (min-width: 1250px) {
      .top-nav ul a:hover {
        color: #ef2d8a; } }
    .top-nav ul a img {
      margin-right: 8px; }

.nav__all-cat {
  display: none; }

.mobile-drop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  height: 100vh;
  width: 375px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  @media all and (max-width: 1250px) {
    .mobile-drop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media all and (max-width: 767px) {
    .mobile-drop {
      width: 100%; }
      .mobile-drop .header__login span {
        display: block; } }
  .mobile-drop .header__favorite,
  .mobile-drop .header__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase; }
    .mobile-drop .header__favorite svg,
    .mobile-drop .header__login svg {
      margin-right: 16px; }
  .mobile-drop .header__login {
    margin: 16px 0 0; }
  .mobile-drop__bottom {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 24px 16px; }
    .mobile-drop__bottom .header__top-drops {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
  .mobile-drop .brands-cat__box {
    display: none; }
  .mobile-drop .top-nav {
    padding: 32px 16px 24px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%; }
    .mobile-drop .top-nav ul {
      display: block; }
      .mobile-drop .top-nav ul li + li {
        margin: 16px 0 0; }
      .mobile-drop .top-nav ul li::after {
        display: none; }
      .mobile-drop .top-nav ul a {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; }
  .mobile-drop .nav {
    display: block; }
    @media all and (max-width: 1250px) {
      .mobile-drop .nav {
        padding: 76px 16px 0;
        width: 100%; } }
    .mobile-drop .nav ul {
      display: block; }
  .mobile-drop .nav > ul > li > a {
    padding: 8px 0;
    position: relative; }
  .mobile-drop .nav > ul > li.parent > a:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    width: 7px;
    height: 7px;
    right: 5px;
    margin-top: -6px;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .mobile-drop .brands-drop {
    position: absolute;
    top: 0;
    height: 100vh;
    left: 0;
    width: 375px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    background: #fff;
    z-index: 2;
    padding: 87px 16px 0;
    overflow-y: auto; }
    @media all and (max-width: 767px) {
      .mobile-drop .brands-drop {
        width: 100%; } }
    .mobile-drop .brands-drop .brands-drop__filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .mobile-drop .brands-drop .brands-drop__letter {
      margin-bottom: 5px; }
    .mobile-drop .brands-drop .brands-drop__col {
      max-width: 100%; }
    .mobile-drop .brands-drop.active {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
  .mobile-drop .brands-drop__list-box {
    display: none; }
  .mobile-drop .nav__drop {
    position: absolute;
    top: 0;
    height: 100vh;
    left: 0;
    width: 375px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    background: #fff;
    z-index: 2;
    padding: 87px 16px 0;
    overflow-y: auto; }
    .mobile-drop .nav__drop ul {
      margin: 0; }
    .mobile-drop .nav__drop.active {
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
  .mobile-drop .nav__all-cat {
    display: block;
    text-decoration: none;
    color: #ef2d8a;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: none;
    margin-bottom: 12px; }
  .mobile-drop .nav__back {
    color: #5b5b5b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    padding-left: 22px;
    position: relative;
    margin: 0 0 20px; }
    .mobile-drop .nav__back::after {
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      width: 7px;
      height: 7px;
      left: 2px;
      margin-top: -6px;
      content: '';
      display: block;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
  .mobile-drop .nav__drop > ul > li {
    margin: 0; }
    .mobile-drop .nav__drop > ul > li + li {
      margin-top: 24px; }
  .mobile-drop.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

.nav__back {
  display: none; }
  @media all and (max-width: 1250px) {
    .nav__back {
      display: block; } }

.nav {
  position: relative;
  z-index: 2; }
  @media all and (max-width: 1365px) {
    .nav {
      padding: 0 15px; } }
  @media all and (max-width: 1250px) {
    .nav {
      display: none; } }
  .nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase; }
    .nav > ul > li > a {
      color: #000;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 16px 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media all and (min-width: 1250px) {
        .nav > ul > li > a:hover {
          color: #ef2d8a; } }
      .nav > ul > li > a img {
        margin: -1px 8px 0 0; }
    @media all and (min-width: 1250px) {
      .nav > ul > li:hover .brands-drop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .nav > ul > li:hover .nav__drop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .nav__drop {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 40px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none; }
    .nav__drop.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .nav__drop .brands-cat__box {
      max-width: 308px; }
    .nav__drop > ul {
      margin: -24px 0 0;
      padding: 0;
      list-style: none;
      max-width: 918px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      -ms-flex-line-pack: justify;
      align-content: space-between;
      height: 410px; }
      .nav__drop > ul::before, .nav__drop > ul::after {
        content: "";
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .nav__drop > ul > li {
        max-width: 300px;
        margin: 24px 0 0; }
        .nav__drop > ul > li:nth-child(3n+1) {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
        .nav__drop > ul > li:nth-child(3n+2) {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
        .nav__drop > ul > li:nth-child(3n) {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; }
        .nav__drop > ul > li:last-child {
          -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
          order: 4; }
          .nav__drop > ul > li:last-child li:first-child {
            margin-top: 0; }
          .nav__drop > ul > li:last-child a {
            color: #ef2d8a;
            font-weight: 700; }
        .nav__drop > ul > li ul {
          display: block;
          max-width: 100%;
          margin: 0;
          padding: 0;
          list-style: none; }
          .nav__drop > ul > li ul li {
            margin-top: 12px; }
          .nav__drop > ul > li ul a {
            font-weight: 400; }
      .nav__drop > ul a {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        text-decoration: none;
        text-transform: none; }

.brands-drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
  display: none; }
  .brands-drop.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .brands-drop__col {
    max-width: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media all and (max-width: 767px) {
      .brands-drop__col {
        padding-top: 70px;
        margin-top: -50px; } }
  .brands-drop__filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px 0 24px -8px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 767px) {
      .brands-drop__filter {
        background: #faf6f7;
        padding: 16px 8px;
        margin: 0 0 24px; } }
    .brands-drop__filter li {
      width: 22px;
      height: 16px;
      margin: 16px 0 0 8px; }
      @media all and (max-width: 767px) {
        .brands-drop__filter li {
          width: 41px;
          height: 28px;
          margin: 0; } }
    .brands-drop__filter a {
      width: 22px;
      height: 16px;
      color: #5b5b5b;
      text-align: center;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 16px;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media all and (max-width: 767px) {
        .brands-drop__filter a {
          font-size: 14px;
          color: #000;
          width: 41px;
          height: 28px; } }
  .brands-drop__letter {
    color: #a6a6a6;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase; }
    @media all and (max-width: 767px) {
      .brands-drop__letter {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 5px; } }
  .brands-drop__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .brands-drop__list li + li {
      margin-top: 8px; }
    .brands-drop__list a {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 22px;
      text-decoration: none; }
      @media all and (max-width: 767px) {
        .brands-drop__list a {
          text-transform: none;
          color: #000;
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          line-height: 22px; } }
  .brands-drop__item + .brands-drop__item {
    margin-top: 24px; }
    @media all and (max-width: 767px) {
      .brands-drop__item + .brands-drop__item {
        padding-top: 50px;
        margin-top: -26px; } }
  .brands-drop__holder {
    max-height: 410px;
    overflow-y: auto; }
    @media all and (max-width: 1250px) {
      .brands-drop__holder {
        max-height: 100%; } }
    .brands-drop__holder::-webkit-scrollbar {
      width: 4px;
      border-radius: 6px; }
    .brands-drop__holder::-webkit-scrollbar-track {
      background: none; }
    .brands-drop__holder::-webkit-scrollbar-thumb {
      background: #E4E4E4; }
    .brands-drop__holder::-webkit-scrollbar-thumb:hover {
      background: #555; }
  .brands-drop__list-box {
    width: 100%;
    margin-left: 24px; }
  .brands-drop__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px 0 16px -16px; }
    .brands-drop__items .partners__box {
      max-width: 146px;
      width: 100%;
      margin: 16px 0 0 16px; }
  .brands-drop__link {
    border-radius: 4px;
    border: 1px solid #000;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none; }
    @media all and (min-width: 1250px) {
      .brands-drop__link:hover {
        background: #000;
        color: #fff; } }

.top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto 40px;
  width: 100%; }
  @media all and (max-width: 1365px) {
    .top-section {
      padding: 0 15px; } }
  @media all and (max-width: 1023px) {
    .top-section {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media all and (max-width: 767px) {
    .top-section {
      padding: 0; } }
  .top-section .gift-cards {
    max-width: 424px;
    display: block;
    margin: 0 0 0 16px; }
    @media all and (max-width: 1023px) {
      .top-section .gift-cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        margin: 16px 0 0;
        overflow-x: auto; } }
    @media all and (max-width: 767px) {
      .top-section .gift-cards {
        padding: 0 0 0 15px; } }
  .top-section .gift-cards__box {
    max-width: 424px; }
    @media all and (max-width: 1023px) {
      .top-section .gift-cards__box {
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    @media all and (max-width: 767px) {
      .top-section .gift-cards__box {
        max-width: 280px; } }
    .top-section .gift-cards__box + .gift-cards__box {
      margin-top: 16px; }
      @media all and (max-width: 1023px) {
        .top-section .gift-cards__box + .gift-cards__box {
          margin: 0 0 0 16px; } }

.slideshow {
  max-width: 840px;
  -ms-flex-preferred-size: 840px;
  flex-basis: 840px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden; }
  @media all and (max-width: 767px) {
    .slideshow {
      border-radius: 0; } }
  .slideshow__slide {
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media all and (max-width: 767px) {
      .slideshow__slide {
        height: 260px; } }
    .slideshow__slide::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(transparent));
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%); }
  .slideshow__slide-box {
    display: block;
    padding: 0 60px 40px;
    text-decoration: none;
    position: relative;
    z-index: 1; }
    @media all and (max-width: 767px) {
      .slideshow__slide-box {
        padding: 25px 24px 40px; } }
  .slideshow__info {
    max-width: 380px;
    position: relative;
    z-index: 1; }
  .slideshow__title {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 16px; }
    @media all and (max-width: 767px) {
      .slideshow__title {
        font-size: 24px;
        line-height: 34px; } }
  .slideshow__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px; }
  .slideshow__btn {
    max-width: 144px;
    -ms-flex-preferred-size: 144px;
    flex-basis: 144px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 36px;
    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;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff; }
  .slideshow .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 10px;
    z-index: 2; }
    @media all and (max-width: 767px) {
      .slideshow .slick-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 8px; } }
    .slideshow .slick-dots li {
      width: 100%;
      padding: 14px 0;
      cursor: pointer; }
      @media all and (max-width: 767px) {
        .slideshow .slick-dots li {
          padding: 4px 0;
          width: auto; } }
      .slideshow .slick-dots li + li {
        margin-left: 8px; }
        @media all and (max-width: 767px) {
          .slideshow .slick-dots li + li {
            margin-left: 4px; } }
      .slideshow .slick-dots li.slick-active button {
        background: #fff; }
        .slideshow .slick-dots li.slick-active button::after {
          opacity: 1; }
    .slideshow .slick-dots button {
      cursor: pointer;
      height: 2px;
      background: rgba(255, 255, 255, 0.5);
      width: 100%;
      display: block;
      position: relative;
      padding: 0;
      border: none;
      text-indent: -9999px; }
      @media all and (max-width: 767px) {
        .slideshow .slick-dots button {
          width: 8px; } }
      .slideshow .slick-dots button::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        background: #fff;
        height: 1px;
        opacity: 0; }

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 80px;
  width: 100%; }
  @media all and (max-width: 1365px) {
    .partners {
      padding: 0 15px; } }
  @media all and (max-width: 767px) {
    .partners {
      overflow-x: auto;
      margin-bottom: 40px; } }
  .partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media all and (max-width: 767px) {
    .partners__box {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      max-width: 100px; } }
  .partners__link {
    background: #faf6f7;
    border-radius: 8px;
    height: 87px;
    max-width: 176px;
    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%;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none; }
    @media all and (max-width: 1365px) {
      .partners__link {
        height: 60px; } }
    @media all and (max-width: 1023px) {
      .partners__link {
        display: none; } }
    .partners__link svg {
      margin-left: 8px; }

.product-section {
  max-width: 1280px;
  margin: 0 auto 80px;
  width: 100%; }
  @media all and (max-width: 1365px) {
    .product-section {
      padding: 0 15px; } }
  @media all and (max-width: 767px) {
    .product-section {
      margin: 0 auto 64px; } }
  .product-section .slick-arrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    background: #fff;
    margin-top: -22px; }
    .product-section .slick-arrow.slick-prev {
      left: 0;
      z-index: 1; }
    .product-section .slick-arrow.slick-next {
      right: 0; }

.title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 40px; }
  @media all and (max-width: 767px) {
    .title {
      text-align: left;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 24px; } }

@media all and (max-width: 1250px) {
  .product-slider {
    text-align: center; } }

.product-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -43px;
  z-index: 2; }
  .product-slider .slick-dots li {
    width: 100%;
    padding: 14px 0;
    cursor: pointer; }
    @media all and (max-width: 767px) {
      .product-slider .slick-dots li {
        padding: 4px 0;
        width: auto; } }
    .product-slider .slick-dots li + li {
      margin-left: 8px; }
      @media all and (max-width: 767px) {
        .product-slider .slick-dots li + li {
          margin-left: 4px; } }
    .product-slider .slick-dots li.slick-active button {
      background: #000; }
      .product-slider .slick-dots li.slick-active button::after {
        opacity: 1; }
  .product-slider .slick-dots button {
    cursor: pointer;
    height: 2px;
    background: #e4e4e4;
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    border: none;
    text-indent: -9999px; }
    @media all and (max-width: 767px) {
      .product-slider .slick-dots button {
        width: 8px; } }
    .product-slider .slick-dots button::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: -1px;
      background: #fff;
      height: 1px;
      opacity: 0; }

.product-box {
  max-width: 243px;
  position: relative;
  margin: 0 0 48px; }
  @media all and (max-width: 1250px) {
    .product-box {
      text-align: left; } }
  @media all and (max-width: 767px) {
    .product-box {
      padding: 0 1px; } }
  @media all and (min-width: 1250px) {
    .product-box:hover .product-box__buy {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  .product-box__favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px; }
  .product-box__image {
    margin-bottom: 12px;
    overflow: hidden;
    display: block;
    position: relative; }
  .product-box__buy {
    border-radius: 4px;
    background: #000;
    height: 36px;
    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%;
    border: 1px solid #000;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: -48px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
    @media all and (max-width: 1250px) {
      .product-box__buy {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        left: 1px;
        right: 1px;
        width: auto; } }
    @media all and (min-width: 1250px) {
      .product-box__buy:hover {
        background: #2f2f2f; } }
  .product-box__name {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    text-decoration: none;
    margin-bottom: 8px; }
  .product-box__description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    height: 68px;
    overflow: hidden;
    margin-bottom: 16px; }
    @media all and (max-width: 767px) {
      .product-box__description {
        padding-right: 10px; } }
  .product-box__price {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-box__price-new {
    color: #ef2d8a;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px; }
  .product-box__price-old {
    color: #a6a6a6;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: line-through;
    margin-left: 10px; }

.label-box {
  position: absolute;
  left: 8px;
  top: 8px;
  max-width: 120px;
  z-index: 1; }

.label-hit {
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  height: 20px;
  padding: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px; }

.label-special {
  background: #ef2d8a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  height: 20px;
  padding: 0 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  margin-bottom: 4px; }

.special-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 80px; }
  @media all and (max-width: 1365px) {
    .special-section {
      padding: 0 15px; } }
  @media all and (max-width: 767px) {
    .special-section {
      margin: 0 auto 44px; } }
  .special-section.three .special-box {
    max-width: 416px; }
    @media all and (max-width: 1365px) {
      .special-section.three .special-box {
        max-width: 406px; } }
    @media all and (max-width: 1250px) {
      .special-section.three .special-box {
        max-width: 322px; } }
    @media all and (max-width: 1023px) {
      .special-section.three .special-box {
        max-width: 362px; }
        .special-section.three .special-box:last-child {
          display: none; } }
    @media all and (max-width: 767px) {
      .special-section.three .special-box {
        max-width: 100%; }
        .special-section.three .special-box:last-child {
          display: block; } }
  .special-section .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: -19px;
    z-index: 2; }
    .special-section .slick-dots li {
      width: 100%;
      padding: 14px 0;
      cursor: pointer; }
      @media all and (max-width: 767px) {
        .special-section .slick-dots li {
          padding: 4px 0;
          width: auto; } }
      .special-section .slick-dots li + li {
        margin-left: 8px; }
        @media all and (max-width: 767px) {
          .special-section .slick-dots li + li {
            margin-left: 4px; } }
      .special-section .slick-dots li.slick-active button {
        background: #000; }
        .special-section .slick-dots li.slick-active button::after {
          opacity: 1; }
    .special-section .slick-dots button {
      cursor: pointer;
      height: 2px;
      background: #e4e4e4;
      width: 100%;
      display: block;
      position: relative;
      padding: 0;
      border: none;
      text-indent: -9999px; }
      @media all and (max-width: 767px) {
        .special-section .slick-dots button {
          width: 8px; } }
      .special-section .slick-dots button::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        background: #fff;
        height: 1px;
        opacity: 0; }

.gift-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 80px;
  width: 100%; }
  @media all and (max-width: 1365px) {
    .gift-cards.slider {
      padding: 0 15px; }
      .gift-cards.slider .gift-cards__box {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin: 0 auto; } }
  @media all and (max-width: 1250px) {
    .gift-cards.slider .gift-cards__box {
      max-width: 100%; } }
  .gift-cards.slider .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: -19px;
    z-index: 2; }
    .gift-cards.slider .slick-dots li {
      padding: 4px 0;
      width: auto;
      cursor: pointer; }
      .gift-cards.slider .slick-dots li + li {
        margin-left: 4px; }
      .gift-cards.slider .slick-dots li.slick-active button {
        background: #000; }
        .gift-cards.slider .slick-dots li.slick-active button::after {
          opacity: 1; }
    .gift-cards.slider .slick-dots button {
      cursor: pointer;
      height: 2px;
      background: #e4e4e4;
      width: 100%;
      display: block;
      position: relative;
      padding: 0;
      border: none;
      text-indent: -9999px;
      width: 8px; }
      .gift-cards.slider .slick-dots button::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        background: #fff;
        height: 1px;
        opacity: 0; }
  @media all and (max-width: 767px) {
    .gift-cards {
      margin: 0 auto 44px; } }
  .gift-cards__box {
    max-width: 412px;
    -ms-flex-preferred-size: 412px;
    flex-basis: 412px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 32px;
    border-radius: 8px;
    text-align: left;
    overflow: hidden;
    text-decoration: none; }
  .gift-cards__name {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px; }
    @media all and (max-width: 767px) {
      .gift-cards__name {
        font-size: 17px;
        line-height: 23px; } }
  .gift-cards__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }
    @media all and (max-width: 767px) {
      .gift-cards__text {
        font-size: 10px;
        line-height: 14px; } }
  .gift-cards__special {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 767px) {
      .gift-cards__special {
        font-size: 29px;
        line-height: 34px; } }
  .gift-cards__sep {
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    top: 0; }
    @media all and (max-width: 767px) {
      .gift-cards__sep {
        font-size: 9px;
        line-height: 34px; } }
  .gift-cards__q {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    top: 0; }
  .gift-cards__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 200px;
    width: 100%; }
    @media all and (max-width: 767px) {
      .gift-cards__img {
        max-width: 132px; } }

.special-box {
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  max-width: 632px;
  -ms-flex-preferred-size: 632px;
  flex-basis: 632px;
  width: 100%; }
  @media all and (max-width: 1365px) {
    .special-box {
      max-width: 617px;
      -ms-flex-preferred-size: 617px;
      flex-basis: 617px; } }
  @media all and (max-width: 1250px) {
    .special-box {
      max-width: 491px;
      -ms-flex-preferred-size: 491px;
      flex-basis: 491px; } }
  @media all and (max-width: 1023px) {
    .special-box {
      max-width: 364px;
      -ms-flex-preferred-size: 364px;
      flex-basis: 364px; } }
  @media all and (max-width: 767px) {
    .special-box {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
      .special-box img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 174px; }
      .special-box .special-box__more {
        display: none; } }
  @media all and (max-width: 479px) {
    .special-box img {
      width: 100%; } }
  .special-box .special-box__more {
    margin-top: 12px; }
  .special-box img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  @media all and (min-width: 1250px) {
    .special-box:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); } }
  .special-box__image {
    overflow: hidden; }
  .special-box__info {
    padding: 24px;
    text-align: center; }
    @media all and (max-width: 767px) {
      .special-box__info {
        padding: 12px;
        text-align: left; } }
  .special-box__name {
    color: #000;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 12px;
    text-decoration: none; }
    @media all and (max-width: 767px) {
      .special-box__name {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
        text-align: left; } }
  .special-box__text {
    color: #5b5b5b;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }
    @media all and (max-width: 767px) {
      .special-box__text {
        text-align: left; } }
  .special-box__more {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    padding-right: 17px; }
    .special-box__more::after {
      border-bottom: 2px solid #000;
      border-right: 2px solid #000;
      width: 6px;
      height: 6px;
      right: 0;
      margin-top: -5px;
      content: '';
      display: block;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }

.brands-cat {
  max-width: 1280px;
  margin: 0 auto 80px;
  width: 100%; }
  .brands-cat .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: -19px;
    z-index: 2; }
    .brands-cat .slick-dots li {
      width: 100%;
      padding: 14px 0;
      cursor: pointer; }
      @media all and (max-width: 767px) {
        .brands-cat .slick-dots li {
          padding: 4px 0;
          width: auto; } }
      .brands-cat .slick-dots li + li {
        margin-left: 8px; }
        @media all and (max-width: 767px) {
          .brands-cat .slick-dots li + li {
            margin-left: 4px; } }
      .brands-cat .slick-dots li.slick-active button {
        background: #000; }
        .brands-cat .slick-dots li.slick-active button::after {
          opacity: 1; }
    .brands-cat .slick-dots button {
      cursor: pointer;
      height: 2px;
      background: #e4e4e4;
      width: 100%;
      display: block;
      position: relative;
      padding: 0;
      border: none;
      text-indent: -9999px; }
      @media all and (max-width: 767px) {
        .brands-cat .slick-dots button {
          width: 8px; } }
      .brands-cat .slick-dots button::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        background: #fff;
        height: 1px;
        opacity: 0; }
  @media all and (max-width: 1365px) {
    .brands-cat {
      padding: 0 15px; } }
  @media all and (max-width: 767px) {
    .brands-cat {
      margin: 0 auto 44px; } }
  .brands-cat__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -16px; }
    @media all and (max-width: 767px) {
      .brands-cat__list {
        margin: 0; }
        .brands-cat__list .slick-list {
          padding-right: 120px; } }
    @media all and (max-width: 413px) {
      .brands-cat__list {
        margin: 0; }
        .brands-cat__list .slick-list {
          padding-right: 80px; } }
    @media all and (max-width: 359px) {
      .brands-cat__list {
        margin: 0; }
        .brands-cat__list .slick-list {
          padding-right: 50px; } }
  .brands-cat__box {
    max-width: 308px;
    margin: 0 0 0 16px;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden; }
    @media all and (max-width: 767px) {
      .brands-cat__box {
        margin: 0;
        max-width: 250px; } }
    @media all and (max-width: 359px) {
      .brands-cat__box {
        max-width: 230px; } }
  .brands-cat__image {
    position: relative; }
    .brands-cat__image::after {
      content: '';
      position: absolute;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      height: 150px;
      left: 0;
      right: 0;
      bottom: 0; }
  .brands-cat__info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px 24px;
    text-align: center; }
  .brands-cat__text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }
  .brands-cat__bottom {
    height: 44px;
    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; }

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 80px;
  border-radius: 8px;
  overflow: hidden; }
  @media all and (max-width: 1365px) {
    .intro {
      padding: 0 15px; } }
  @media all and (max-width: 1023px) {
    .intro {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media all and (max-width: 767px) {
    .intro {
      margin: 0 auto 44px; } }
  .intro__info {
    width: 50%;
    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;
    background: #e4c2a7; }
    @media all and (max-width: 1365px) {
      .intro__info {
        border-radius: 8px 0 0 8px; } }
    @media all and (max-width: 1023px) {
      .intro__info {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 640px;
        border-radius: 0 0 8px 8px;
        padding: 24px; } }
  .intro__box {
    max-width: 512px; }
    @media all and (max-width: 1250px) {
      .intro__box {
        padding: 0 20px; } }
    @media all and (max-width: 1023px) {
      .intro__box {
        padding: 0; } }
  .intro__image {
    width: 50%; }
    @media all and (max-width: 1365px) {
      .intro__image {
        border-radius: 0 8px 8px 0;
        overflow: hidden; } }
    @media all and (max-width: 1023px) {
      .intro__image {
        width: 100%;
        max-width: 640px;
        border-radius: 8px 8px 0 0; } }
    @media all and (max-width: 767px) {
      .intro__image img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 200px; } }
  .intro__name {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 16px; }
    @media all and (max-width: 767px) {
      .intro__name {
        font-size: 18px;
        line-height: 26px; } }
  .intro__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px; }
  .intro__more {
    max-width: 144px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #fff; }
    @media all and (min-width: 1250px) {
      .intro__more:hover {
        background: #fff;
        color: #000; } }

.special-cat {
  max-width: 1280px;
  margin: 0 auto 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .special-cat .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: -19px;
    z-index: 2; }
    .special-cat .slick-dots li {
      width: 100%;
      padding: 14px 0;
      cursor: pointer; }
      @media all and (max-width: 767px) {
        .special-cat .slick-dots li {
          padding: 4px 0;
          width: auto; } }
      .special-cat .slick-dots li + li {
        margin-left: 8px; }
        @media all and (max-width: 767px) {
          .special-cat .slick-dots li + li {
            margin-left: 4px; } }
      .special-cat .slick-dots li.slick-active button {
        background: #000; }
        .special-cat .slick-dots li.slick-active button::after {
          opacity: 1; }
    .special-cat .slick-dots button {
      cursor: pointer;
      height: 2px;
      background: #e4e4e4;
      width: 100%;
      display: block;
      position: relative;
      padding: 0;
      border: none;
      text-indent: -9999px; }
      @media all and (max-width: 767px) {
        .special-cat .slick-dots button {
          width: 8px; } }
      .special-cat .slick-dots button::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        background: #fff;
        height: 1px;
        opacity: 0; }
  @media all and (max-width: 1365px) {
    .special-cat {
      padding: 0 15px; } }
  @media all and (max-width: 767px) {
    .special-cat {
      margin: 0 auto 44px; } }
  .special-cat__box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    padding-right: 32px; }
    @media all and (max-width: 1250px) {
      .special-cat__box {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
    @media all and (max-width: 1023px) {
      .special-cat__box {
        width: 50%; } }
    @media all and (max-width: 767px) {
      .special-cat__box {
        width: 100%; } }
  @media all and (max-width: 1250px) {
    .special-cat__info {
      padding: 15px 0; } }
  .special-cat__name {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px; }
    @media all and (max-width: 1023px) {
      .special-cat__name {
        font-size: 16px;
        line-height: 20px; } }
    @media all and (max-width: 767px) {
      .special-cat__name {
        font-size: 14px;
        min-height: 40px; } }
  .special-cat__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    @media all and (max-width: 767px) {
      .special-cat__text {
        font-size: 12px;
        line-height: 16px; } }

.add-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 80px; }
  @media all and (max-width: 1365px) {
    .add-special {
      padding: 0 15px; } }
  @media all and (max-width: 767px) {
    .add-special {
      margin: 0 auto 54px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .add-special__big {
    max-width: 632px;
    -ms-flex-preferred-size: 632px;
    flex-basis: 632px;
    width: 100%;
    padding: 24px;
    text-decoration: none;
    border-radius: 8px; }
    @media all and (max-width: 1250px) {
      .add-special__big {
        max-width: 500px;
        -ms-flex-preferred-size: 500px;
        flex-basis: 500px; } }
    @media all and (max-width: 1023px) {
      .add-special__big {
        max-width: 370px;
        -ms-flex-preferred-size: 370px;
        flex-basis: 370px; } }
    @media all and (max-width: 767px) {
      .add-special__big {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 16px; } }
  .add-special__list {
    max-width: 632px;
    -ms-flex-preferred-size: 632px;
    flex-basis: 632px; }
    @media all and (max-width: 1365px) {
      .add-special__list {
        max-width: 602px;
        -ms-flex-preferred-size: 602px;
        flex-basis: 602px; } }
    @media all and (max-width: 1250px) {
      .add-special__list {
        max-width: 472px;
        -ms-flex-preferred-size: 472px;
        flex-basis: 472px; } }
    @media all and (max-width: 1023px) {
      .add-special__list {
        max-width: 357px;
        -ms-flex-preferred-size: 357px;
        flex-basis: 357px; } }
    @media all and (max-width: 767px) {
      .add-special__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .add-special__name {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 12px; }
  .add-special__text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
  .add-special .gift-cards__box {
    max-width: 632px;
    -ms-flex-preferred-size: 632px;
    flex-basis: 632px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (max-width: 767px) {
      .add-special .gift-cards__box {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 280px;
        width: 100%; } }
    .add-special .gift-cards__box:first-child {
      margin-bottom: 16px; }
      @media all and (max-width: 767px) {
        .add-special .gift-cards__box:first-child {
          margin: 0 16px 0 0; } }
  .add-special .gift-cards__text {
    max-width: 256px; }
  .add-special .gift-cards__img {
    max-width: 320px; }

.bestsellers {
  max-width: 1280px;
  margin: 0 auto 80px;
  width: 100%; }
  @media all and (max-width: 1365px) {
    .bestsellers {
      padding: 0 15px; } }
  @media all and (max-width: 767px) {
    .bestsellers {
      margin: 0 auto 64px; } }
  .bestsellers .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: -43px;
    z-index: 2; }
    .bestsellers .slick-dots li {
      width: 100%;
      padding: 14px 0;
      cursor: pointer; }
      @media all and (max-width: 767px) {
        .bestsellers .slick-dots li {
          padding: 4px 0;
          width: auto; } }
      .bestsellers .slick-dots li + li {
        margin-left: 8px; }
        @media all and (max-width: 767px) {
          .bestsellers .slick-dots li + li {
            margin-left: 4px; } }
      .bestsellers .slick-dots li.slick-active button {
        background: #000; }
        .bestsellers .slick-dots li.slick-active button::after {
          opacity: 1; }
    .bestsellers .slick-dots button {
      cursor: pointer;
      height: 2px;
      background: #e4e4e4;
      width: 100%;
      display: block;
      position: relative;
      padding: 0;
      border: none;
      text-indent: -9999px; }
      @media all and (max-width: 767px) {
        .bestsellers .slick-dots button {
          width: 8px; } }
      .bestsellers .slick-dots button::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        background: #fff;
        height: 1px;
        opacity: 0; }
  .bestsellers .slick-arrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    background: #fff;
    margin-top: -22px; }
    .bestsellers .slick-arrow.slick-prev {
      left: -24px;
      z-index: 1; }
      @media all and (max-width: 1365px) {
        .bestsellers .slick-arrow.slick-prev {
          left: -11px; } }
      @media all and (max-width: 1250px) {
        .bestsellers .slick-arrow.slick-prev {
          left: -4px; } }
    .bestsellers .slick-arrow.slick-next {
      right: -17px; }
      @media all and (max-width: 1365px) {
        .bestsellers .slick-arrow.slick-next {
          right: -12px; } }
      @media all and (max-width: 1250px) {
        .bestsellers .slick-arrow.slick-next {
          right: -4px; } }
  .bestsellers__product-box {
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 632px;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 1365px) {
      .bestsellers__product-box {
        max-width: 600px;
        margin: 0 auto; } }
    @media all and (max-width: 1250px) {
      .bestsellers__product-box {
        max-width: 460px; } }
    @media all and (max-width: 1023px) {
      .bestsellers__product-box {
        max-width: 360px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media all and (max-width: 767px) {
      .bestsellers__product-box {
        max-width: 100%; } }
  .bestsellers__image {
    max-width: 275px;
    -ms-flex-preferred-size: 275px;
    flex-basis: 275px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media all and (max-width: 1250px) {
      .bestsellers__image {
        max-width: 175px;
        -ms-flex-preferred-size: 175px;
        flex-basis: 175px; } }
    @media all and (max-width: 1023px) {
      .bestsellers__image {
        max-width: 130px;
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px; } }
    @media all and (max-width: 767px) {
      .bestsellers__image {
        max-width: 116px;
        -ms-flex-preferred-size: 116px;
        flex-basis: 116px; } }
  @media all and (max-width: 767px) {
    .bestsellers__product {
      padding-right: 1px; } }

.buy {
  border-radius: 4px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  height: 36px;
  cursor: pointer;
  max-width: 108px;
  width: 100%;
  margin-top: 24px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  @media all and (min-width: 1250px) {
    .buy:hover {
      background: #000;
      color: #fff; } }

.rate {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px; }
  .rate__title {
    color: #a6a6a6;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 6px; }
  .rate__star + .rate__star {
    margin-left: 4px; }
  .rate__star path {
    fill: #000; }
  .rate svg {
    display: block; }

.rate[data-rate="1"] .rate__star:nth-child(n+2) path,
.rate[data-rate="2"] .rate__star:nth-child(n+3) path,
.rate[data-rate="3"] .rate__star:nth-child(n+4) path,
.rate[data-rate="4"] .rate__star:nth-child(n+5) path,
.rate[data-rate="5"] .rate__star:nth-child(n+6) path,
.rate[data-rate="0"] .rate__star path {
  fill: #e0e0e0; }

@media all and (max-width: 767px) {
  .single-special-wrap {
    padding: 0 15px; } }

.single-special {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 160px 0 64px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media all and (max-width: 1023px) {
    .single-special {
      padding: 0 15px; } }
  @media all and (max-width: 767px) {
    .single-special {
      margin: 0 auto 64px;
      overflow: hidden;
      border-radius: 8px;
      position: relative; } }
  .single-special__info {
    max-width: 531px;
    -ms-flex-preferred-size: 531px;
    flex-basis: 531px;
    width: 100%; }
    @media all and (max-width: 767px) {
      .single-special__info {
        height: 90px;
        max-width: 160px;
        padding-top: 9px; } }
  .single-special__title {
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 8px; }
    @media all and (max-width: 767px) {
      .single-special__title {
        font-size: 14px;
        line-height: 20px; } }
  .single-special__text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    @media all and (max-width: 767px) {
      .single-special__text {
        font-size: 12px;
        line-height: 16px;
        height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
  @media all and (max-width: 767px) {
    .single-special__image {
      position: absolute;
      right: -130px; }
      .single-special__image img {
        height: 90px;
        width: auto; } }

.reviews {
  max-width: 1280px;
  margin: 0 auto 80px;
  width: 100%; }
  @media all and (max-width: 1365px) {
    .reviews {
      padding: 0 15px; } }
  @media all and (max-width: 767px) {
    .reviews {
      margin: 0 auto 64px; } }
  .reviews .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: -43px;
    z-index: 2; }
    .reviews .slick-dots li {
      width: 100%;
      padding: 14px 0;
      cursor: pointer; }
      @media all and (max-width: 767px) {
        .reviews .slick-dots li {
          padding: 4px 0;
          width: auto; } }
      .reviews .slick-dots li + li {
        margin-left: 8px; }
        @media all and (max-width: 767px) {
          .reviews .slick-dots li + li {
            margin-left: 4px; } }
      .reviews .slick-dots li.slick-active button {
        background: #000; }
        .reviews .slick-dots li.slick-active button::after {
          opacity: 1; }
    .reviews .slick-dots button {
      cursor: pointer;
      height: 2px;
      background: #e4e4e4;
      width: 100%;
      display: block;
      position: relative;
      padding: 0;
      border: none;
      text-indent: -9999px; }
      @media all and (max-width: 767px) {
        .reviews .slick-dots button {
          width: 8px; } }
      .reviews .slick-dots button::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        background: #fff;
        height: 1px;
        opacity: 0; }
  .reviews .slick-arrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    background: #fff;
    margin-top: -22px; }
    .reviews .slick-arrow.slick-prev {
      left: -24px;
      z-index: 1; }
      @media all and (max-width: 1365px) {
        .reviews .slick-arrow.slick-prev {
          left: -10px; } }
    .reviews .slick-arrow.slick-next {
      right: -17px; }
      @media all and (max-width: 1365px) {
        .reviews .slick-arrow.slick-next {
          right: -10px; } }
  .reviews .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .reviews .slick-slide > div {
    height: 100%; }
  .reviews__slide {
    display: block !important;
    height: 100%; }

.review-box {
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  padding: 16px;
  max-width: 416px;
  height: 100%; }
  @media all and (max-width: 1365px) {
    .review-box {
      max-width: 390px;
      margin: 0 auto; } }
  @media all and (max-width: 1250px) {
    .review-box {
      max-width: 464px; } }
  @media all and (max-width: 1023px) {
    .review-box {
      max-width: 334px; } }
  @media all and (max-width: 767px) {
    .review-box {
      max-width: 100%; } }
  @media all and (max-width: 767px) {
    .review-box__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .review-box__wrap .rate__title {
        display: none; } }
  @media all and (max-width: 767px) {
    .review-box__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .review-box__letter {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 auto 12px;
    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;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; }
    @media all and (max-width: 767px) {
      .review-box__letter {
        margin: 0 12px 0 0; } }
  .review-box__name {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px; }
    @media all and (max-width: 767px) {
      .review-box__name {
        text-align: left; } }
  .review-box__date {
    color: #A6a6a6;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px; }
    @media all and (max-width: 767px) {
      .review-box__date {
        margin: 0; } }
  .review-box .rate {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .review-box__text {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px; }
  .review-box__product {
    padding-top: 16px;
    border-top: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .review-box__prod-img {
    max-width: 76px;
    margin-right: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none; }
  .review-box__prod-name {
    color: #5b5b5b;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 20px; }

.main-text {
  max-width: 1280px;
  margin: 0 auto 80px;
  width: 100%; }
  @media all and (max-width: 1365px) {
    .main-text {
      padding: 0 15px; } }
  @media all and (max-width: 767px) {
    .main-text {
      margin: 0 auto 64px; } }
  .main-text__title {
    color: #5b5b5b;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 16px; }
  .main-text__box {
    color: #5b5b5b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-height: 127px;
    overflow: hidden; }
    @media all and (max-width: 767px) {
      .main-text__box {
        max-height: 119px; } }

.text-section__more {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  position: relative;
  padding-right: 24px; }
  .text-section__more::after {
    border-bottom: 1px solid #ef2d8a;
    border-right: 1px solid #Ef2d8a;
    width: 7px;
    height: 7px;
    right: 5px;
    margin-top: -4px;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }

.insta {
  max-width: 1280px;
  margin: 0 auto 80px;
  width: 100%; }
  @media all and (max-width: 1365px) {
    .insta {
      padding: 0 15px; } }
  @media all and (max-width: 767px) {
    .insta {
      margin: 0 auto 64px; } }
  .insta__list {
    margin: 0 0 0 -16px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 767px) {
      .insta__list {
        overflow-x: auto; } }
    .insta__list li {
      border-radius: 8px;
      overflow: hidden;
      margin: 0 0 0 16px; }
      @media all and (max-width: 767px) {
        .insta__list li {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          max-width: 163px; } }

.footer {
  background: #141414; }
  .footer__triggers {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0; }
    .footer__triggers .slick-dots {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      left: 60px;
      right: 60px;
      bottom: 10px;
      z-index: 2; }
      @media all and (max-width: 767px) {
        .footer__triggers .slick-dots {
          bottom: 8px; } }
      .footer__triggers .slick-dots li {
        padding: 14px 0;
        cursor: pointer; }
        @media all and (max-width: 767px) {
          .footer__triggers .slick-dots li {
            padding: 4px 0;
            width: auto; } }
        .footer__triggers .slick-dots li + li {
          margin-left: 8px; }
          @media all and (max-width: 767px) {
            .footer__triggers .slick-dots li + li {
              margin-left: 4px; } }
        .footer__triggers .slick-dots li.slick-active button {
          background: #fff; }
          .footer__triggers .slick-dots li.slick-active button::after {
            opacity: 1; }
      .footer__triggers .slick-dots button {
        cursor: pointer;
        height: 2px;
        background: rgba(255, 255, 255, 0.5);
        width: 8px;
        display: block;
        position: relative;
        padding: 0;
        border: none;
        text-indent: -9999px; }
        .footer__triggers .slick-dots button::after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: -1px;
          background: #fff;
          height: 1px;
          opacity: 0; }
    @media all and (max-width: 1365px) {
      .footer__triggers {
        padding: 32px 15px; } }
  .footer__triggers-box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 302px;
    -ms-flex-preferred-size: 302px;
    flex-basis: 302px;
    width: 100%; }
    @media all and (max-width: 1250px) {
      .footer__triggers-box {
        margin: 0 auto; } }
    @media all and (max-width: 767px) {
      .footer__triggers-box {
        max-width: 100%; } }
  .footer__triggers-ico {
    max-width: 40px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .footer__triggers-name {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 2px; }
  .footer__triggers-text {
    color: #a6a6a6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
  .footer__logo {
    max-width: 355px;
    margin: 0 auto 48px; }
    @media all and (max-width: 767px) {
      .footer__logo {
        display: none; } }
  .footer__holder {
    border-top: 1px solid #2f2f2f;
    padding-top: 48px;
    margin-bottom: 60px; }
    @media all and (max-width: 1365px) {
      .footer__holder {
        padding: 48px 15px 0; } }
    @media all and (max-width: 767px) {
      .footer__holder {
        padding: 24px 15px 0;
        margin-bottom: 16px; } }
  .footer__section {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%; }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 767px) {
      .footer__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .footer__title {
    color: #a6a6a6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px; }
  .footer__navigation {
    max-width: 302px;
    -ms-flex-preferred-size: 302px;
    flex-basis: 302px;
    width: 100%; }
    @media all and (max-width: 1250px) {
      .footer__navigation:first-child {
        max-width: 140px; } }
    @media all and (max-width: 767px) {
      .footer__navigation {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
        .footer__navigation:first-child {
          max-width: 50%;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  .footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    @media all and (max-width: 767px) {
      .footer__nav ul {
        font-size: 15px; } }
  .footer__nav li + li {
    margin-top: 16px; }
    @media all and (max-width: 767px) {
      .footer__nav li + li {
        margin-top: 8px; } }
  .footer__nav a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media all and (min-width: 1250px) {
      .footer__nav a:hover {
        color: #ef2d8a; } }
  .footer__tel {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    margin-bottom: 8px; }
  .footer__messages {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media all and (max-width: 767px) {
      .footer__messages {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .footer__messages li + li {
      margin-left: 12px; }
  @media all and (max-width: 767px) {
    .footer__work .footer__title {
      display: none; } }
  .footer__work-box {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
  .footer__contacts {
    max-width: 302px;
    -ms-flex-preferred-size: 302px;
    flex-basis: 302px;
    width: 100%; }
    @media all and (max-width: 767px) {
      .footer__contacts {
        margin: 0 auto 16px;
        text-align: center;
        border-bottom: 1px solid #2f2f2f;
        padding-bottom: 16px;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .footer__subscribe {
    max-width: 302px;
    -ms-flex-preferred-size: 302px;
    flex-basis: 302px;
    width: 100%; }
    @media all and (max-width: 767px) {
      .footer__subscribe {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 16px;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
        .footer__subscribe .footer__title {
          text-align: center; } }
  .footer__subscribe-form {
    position: relative;
    margin-bottom: 28px; }
    .footer__subscribe-form input {
      background: #000;
      padding: 0 60px 0 15px;
      border: 1px solid #000;
      border-radius: 8px; }
  .footer__subscribe-btn {
    padding: 0;
    background: #ef2d8a;
    border-radius: 8px;
    width: 48px;
    height: 40px;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 8px; }
  .footer__copy {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #2f2f2f;
    padding: 24px 0; }
    @media all and (max-width: 1365px) {
      .footer__copy {
        padding: 24px 15px; } }
    @media all and (max-width: 767px) {
      .footer__copy {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center; } }
  .footer__copy-text {
    color: #a6a6a6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    max-width: 400px;
    line-height: 20px; }
    @media all and (max-width: 767px) {
      .footer__copy-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        width: 100%;
        max-width: 100%; } }
  .footer__pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media all and (max-width: 767px) {
      .footer__pay {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 16px; } }
    .footer__pay li + li {
      margin-left: 8px; }
  .footer__dev {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media all and (max-width: 767px) {
      .footer__dev {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 16px; } }
    .footer__dev img {
      margin: 0 5px; }
    .footer__dev span {
      color: #a6a6a6;
      margin-left: 3px; }
  .footer__dev-link img {
    margin-right: 0; }

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media all and (max-width: 767px) {
    .social {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .social li + li {
    margin-left: 16px; }
  .social a {
    border-radius: 50%;
    border: 1px solid #5b5b5b;
    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;
    text-decoration: none;
    width: 40px;
    height: 40px; }
    .social a svg {
      fill: #fff; }
    @media all and (min-width: 1250px) {
      .social a:hover {
        border-color: #ef2d8a; }
        .social a:hover svg {
          fill: #ef2d8a; } }

.callback {
  color: #ef2d8a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px;
  cursor: pointer; }
  @media all and (max-width: 767px) {
    .callback {
      margin-bottom: 9px; } }
  @media all and (min-width: 1250px) {
    .callback:hover {
      text-decoration: underline; } }

.arrow-up {
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 44px;
  height: 44px;
  background: #faf6f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer; }
  @media all and (max-width: 767px) {
    .arrow-up {
      right: 8px; } }
  .arrow-up svg {
    stroke: #000; }
  @media all and (min-width: 1250px) {
    .arrow-up:hover {
      background: #000; }
      .arrow-up:hover svg {
        stroke: #fff; } }

.iti {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: 'AvenirNextCyr'; }

.iti * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.iti__hide {
  display: none; }

.iti__v-hide {
  visibility: hidden; }

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0; }

.iti__flag-container {
  top: 0;
  bottom: 0;
  right: 0;
  margin-right: 8px; }

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px; }

.iti__arrow {
  border-bottom: 1px solid #595959;
  border-right: 1px solid #595959;
  width: 5.5px;
  height: 5.5px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-left: 3px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.iti__arrow--up {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px; }

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal; } }

.iti__flag-box {
  display: inline-block;
  width: 20px; }

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC; }

.iti__country {
  padding: 5px 10px;
  outline: none; }

.iti__dial-code {
  color: #999; }

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle; }

.iti__flag-box, .iti__country-name {
  margin-right: 6px; }

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding: 0 16px !important;
  height: 56px;
  margin-left: 0; }

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0; }

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer; }

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default; }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent; }

.iti--separate-dial-code .iti__selected-flag {
  border-radius: 0;
  background: #f9f8f9;
  border: 1px solid #828282; }

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #595959;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-top: 3px; }

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }

.iti--container:hover {
  cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }

.iti__flag.iti__be {
  width: 18px; }

.iti__flag.iti__ch {
  width: 15px; }

.iti__flag.iti__mc {
  width: 19px; }

.iti__flag.iti__ne {
  width: 18px; }

.iti__flag.iti__np {
  width: 13px; }

.iti__flag.iti__va {
  width: 15px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px; } }

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px; }

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px; }

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px; }

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px; }

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px; }

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px; }

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px; }

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px; }

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px; }

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px; }

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px; }

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px; }

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px; }

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px; }

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px; }

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px; }

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px; }

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px; }

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px; }

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px; }

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px; }

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px; }

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px; }

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px; }

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px; }

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px; }

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px; }

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px; }

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px; }

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px; }

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px; }

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px; }

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px; }

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px; }

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px; }

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px; }

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px; }

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px; }

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px; }

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px; }

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px; }

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px; }

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px; }

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px; }

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px; }

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px; }

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px; }

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px; }

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px; }

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px; }

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px; }

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px; }

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px; }

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px; }

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px; }

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px; }

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px; }

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px; }

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px; }

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px; }

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px; }

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px; }

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px; }

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px; }

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px; }

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px; }

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px; }

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px; }

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px; }

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px; }

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px; }

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px; }

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px; }

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px; }

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px; }

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px; }

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px; }

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px; }

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px; }

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px; }

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px; }

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px; }

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px; }

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px; }

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px; }

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px; }

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px; }

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px; }

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px; }

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px; }

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px; }

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px; }

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px; }

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px; }

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px; }

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px; }

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px; }

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px; }

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px; }

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px; }

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px; }

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px; }

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px; }

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px; }

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px; }

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px; }

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px; }

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px; }

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px; }

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px; }

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px; }

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px; }

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px; }

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px; }

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px; }

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px; }

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px; }

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px; }

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px; }

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px; }

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px; }

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px; }

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px; }

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px; }

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px; }

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px; }

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px; }

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px; }

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px; }

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px; }

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px; }

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px; }

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px; }

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px; }

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px; }

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px; }

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px; }

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px; }

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px; }

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px; }

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px; }

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px; }

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px; }

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px; }

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px; }

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px; }

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px; }

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px; }

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px; }

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px; }

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px; }

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px; }

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px; }

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px; }

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px; }

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px; }

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px; }

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px; }

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px; }

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px; }

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px; }

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px; }

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px; }

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px; }

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px; }

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px; }

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px; }

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px; }

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px; }

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px; }

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px; }

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px; }

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px; }

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px; }

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px; }

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px; }

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px; }

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px; }

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px; }

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px; }

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px; }

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px; }

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px; }

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px; }

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px; }

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px; }

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px; }

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px; }

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px; }

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px; }

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px; }

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px; }

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px; }

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px; }

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px; }

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px; }

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px; }

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px; }

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px; }

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px; }

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px; }

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px; }

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px; }

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px; }

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px; }

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px; }

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px; }

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px; }

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px; }

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px; }

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px; }

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px; }

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px; }

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px; }

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px; }

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px; }

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px; }

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px; }

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px; }

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px; }

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px; }

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px; }

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px; }

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px; }

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px; }

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px; }

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px; }

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px; }

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px; }

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px; }

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px; }

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px; }

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px; }

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px; }

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px; }

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px; }

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px; }

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px; }

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px; }

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px; }

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px; }

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px; }

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px; }

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px; }

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px; }

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px; }

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px; }

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px; }

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px; }

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px; }

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px; }

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px; }

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px; }

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px; }

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px; }

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px; }

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px; }

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

.news-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px; }
  .news-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e4e4e4; }
    @media all and (max-width: 767px) {
      .news-nav ul {
        overflow-x: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .news-nav ul li {
      position: relative; }
      @media all and (max-width: 767px) {
        .news-nav ul li {
          -ms-flex-negative: 0;
          flex-shrink: 0; } }
      .news-nav ul li + li {
        margin-left: 48px; }
      .news-nav ul li.active::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        background: #ef2d8a; }
      .news-nav ul li.active a {
        color: #ef2d8a; }
    .news-nav ul a {
      padding: 16px 0;
      text-decoration: none;
      color: #5b5b5b;
      font-size: 16px;
      display: block;
      font-style: normal;
      font-weight: 700;
      line-height: 22px; }
      @media all and (max-width: 767px) {
        .news-nav ul a {
          white-space: nowrap; } }

.news-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px; }
  @media all and (max-width: 1023px) {
    .news-big {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 50px; } }
  @media all and (max-width: 767px) {
    .news-big {
      padding: 0; } }
  .news-big__image {
    max-width: 50%;
    width: 100%; }
    @media all and (max-width: 1023px) {
      .news-big__image {
        max-width: 100%;
        margin: 0 0 25px; }
        .news-big__image img {
          border-radius: 9px; } }
  .news-big__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
    max-width: 50%;
    width: 100%; }
    @media all and (max-width: 1023px) {
      .news-big__info {
        max-width: 100%; } }
    @media all and (max-width: 767px) {
      .news-big__info {
        padding: 0 15px 30px; } }
  .news-big__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px; }
  .news-big__cat {
    border-radius: 4px;
    padding: 2px 8px; }
  .news-big__date {
    color: #a6a6a6;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 12px; }
  .news-big__title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    text-decoration: none;
    display: block;
    margin-bottom: 16px; }
    @media all and (max-width: 1250px) {
      .news-big__title {
        font-size: 23px;
        line-height: 26px; } }
  .news-big__text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 22px; }
    .news-big__text p {
      margin: 0; }
  .news-big__more {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    padding-right: 17px;
    text-decoration: none; }
    .news-big__more::after {
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      width: 6px;
      height: 6px;
      right: 0;
      margin-top: -5px;
      content: '';
      display: block;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }

.news-section {
  margin-bottom: 80px; }

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px 0 40px -32px; }

.news-box {
  max-width: 405px;
  -ms-flex-preferred-size: 404px;
  flex-basis: 404px;
  margin: 40px 0 0 32px; }
  @media all and (max-width: 1365px) {
    .news-box {
      max-width: 395px; } }
  @media all and (max-width: 1250px) {
    .news-box {
      max-width: 310px; } }
  @media all and (max-width: 1023px) {
    .news-box {
      max-width: 353px; } }
  .news-box__image {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px; }
  .news-box__name {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none; }

.news-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 120px; }
  @media all and (max-width: 1250px) {
    .news-columns {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media all and (max-width: 767px) {
    .news-columns {
      margin-bottom: 64px; } }
  .news-columns__content {
    max-width: 900px;
    -ms-flex-preferred-size: 900px;
    flex-basis: 900px;
    width: 100%; }
    @media all and (max-width: 1250px) {
      .news-columns__content {
        margin: 0 0 30px; } }
  .news-columns__aside {
    max-width: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    width: 100%; }
    @media all and (max-width: 1250px) {
      .news-columns__aside {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .news-columns__aside .brands-cat__box {
      margin: 24px 0 0;
      display: block;
      max-width: 320px; }
      @media all and (max-width: 1250px) {
        .news-columns__aside .brands-cat__box {
          display: none; } }
    .news-columns__aside .brands-cat__logo {
      color: #fff;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px; }
  .news-columns__aside-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px; }
  .news-columns__image {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 32px; }
  .news-columns__text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; }
    .news-columns__text h2 {
      color: #000;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 28px;
      margin: 32px 0; }
    .news-columns__text a {
      color: #ef2d8a;
      text-decoration: none; }
    .news-columns__text ul {
      margin: 32px 0;
      padding: 0;
      list-style: none; }
      .news-columns__text ul li {
        padding-left: 20px;
        position: relative; }
        .news-columns__text ul li + li {
          margin-top: 16px; }
        .news-columns__text ul li::after {
          content: '';
          position: absolute;
          left: 0;
          top: 7px;
          background: #ef2d8a;
          width: 8px;
          height: 8px;
          border-radius: 50%; }
    .news-columns__text ol {
      list-style: none;
      counter-reset: my-awesome-counter;
      margin: 32px 0;
      padding: 0; }
    .news-columns__text ol li {
      counter-increment: my-awesome-counter;
      padding-left: 20px;
      position: relative; }
      .news-columns__text ol li + li {
        margin-top: 12px; }
    .news-columns__text ol li::before {
      content: counter(my-awesome-counter) ". ";
      position: absolute;
      left: 0;
      top: 0;
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 22px; }
    .news-columns__text blockquote {
      border-left: 4px solid #ef2d8a;
      background: #faf6f7;
      padding: 24px;
      margin: 32px 0; }
      .news-columns__text blockquote q {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 16px;
        margin: 0 0 16px;
        display: block; }
      .news-columns__text blockquote cite {
        display: block;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; }
  .news-columns .intro__name {
    font-size: 26px;
    line-height: 36px; }
  @media all and (max-width: 1023px) {
    .news-columns .intro {
      padding: 0; } }
  .news-columns .intro__info {
    padding: 0 27px 0 73px; }
    @media all and (max-width: 1023px) {
      .news-columns .intro__info {
        max-width: 460px;
        padding: 40px 20px; } }
  @media all and (max-width: 1023px) {
    .news-columns .intro__image {
      max-width: 460px; } }
  .news-columns__video {
    position: relative;
    margin: 32px 0; }
    @media all and (max-width: 1023px) {
      .news-columns__video iframe {
        width: 100%;
        height: 360px; } }
    @media all and (max-width: 767px) {
      .news-columns__video iframe {
        width: 100%;
        height: 187px; } }
    @media all and (max-width: 413px) {
      .news-columns__video iframe {
        width: 100%;
        height: 169px; } }
  .news-columns__video-box {
    border-radius: 8px;
    overflow: hidden; }
  .news-columns__video-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px; }
  .news-columns__video-opener {
    position: absolute;
    cursor: pointer; }
    @media all and (min-width: 1250px) {
      .news-columns__video-opener:hover .news-columns__video-ico {
        -webkit-transform: scale(0.9);
        transform: scale(0.9); } }
  .news-columns__video-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -25px 0 0 -36px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.add-news {
  padding-top: 24px;
  border-top: 1px solid #e4e4e4; }
  .add-news__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .add-news__box + .add-news__box {
      margin-top: 24px; }
  .add-news__image {
    max-width: 120px;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden; }
  .add-news__date {
    color: #5b5b5b;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px; }
  .add-news__name {
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: block;
    height: 60px;
    text-decoration: none; }

.all-news {
  border-radius: 4px;
  border: 1px solid #000;
  height: 36px;
  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;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 24px; }

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media all and (max-width: 1250px) {
    .product {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media all and (max-width: 767px) {
    .product {
      margin-bottom: 23px; } }
  .product__images {
    max-width: 656px;
    -ms-flex-preferred-size: 656px;
    flex-basis: 656px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media all and (max-width: 1250px) {
      .product__images {
        max-width: 544px;
        -ms-flex-preferred-size: 544px;
        flex-basis: 544px; } }
    @media all and (max-width: 1023px) {
      .product__images {
        margin-bottom: 28px; } }
  .product__big-section {
    max-width: 544px;
    -ms-flex-preferred-size: 544px;
    flex-basis: 544px;
    width: 100%;
    position: relative; }
  .product__big-slider .slick-dots {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    width: 8px;
    height: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; }
    .product__big-slider .slick-dots li {
      margin: 0 6px; }
      .product__big-slider .slick-dots li.slick-active button {
        background: #000;
        border-color: #000; }
    .product__big-slider .slick-dots button {
      width: 8px;
      height: 8px;
      border: 1px solid #cfcfcf;
      border-radius: 50%;
      text-indent: -9999px;
      padding: 0;
      background: none; }
  .product__small-box {
    max-width: 82px;
    -ms-flex-preferred-size: 82px;
    flex-basis: 82px;
    width: 100%; }
    @media all and (max-width: 1250px) {
      .product__small-box {
        display: none; } }
    .product__small-box .slick-slide.slick-current .product__small-slide {
      border: 1px solid #ef2d8a;
      overflow: hidden;
      border-radius: 50%; }
  .product__small-slide {
    vertical-align: top;
    width: 82px;
    height: 82px;
    padding: 8px; }
    .product__small-slide img {
      border-radius: 50%; }
  .product__video {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px; }
  .product__play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -18px; }
  .product__info {
    max-width: 560px;
    -ms-flex-preferred-size: 560px;
    flex-basis: 560px;
    width: 100%; }
  .product__info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px; }
    .product__info-top .rate {
      margin: 0; }
  .product__info-id {
    border-radius: 4px;
    background: #f5f6f8;
    color: #5b5b5b;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-right: 4px;
    padding: 4px 8px; }
    .product__info-id span {
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px; }
  .product__info-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 12px; }
    @media all and (max-width: 1023px) {
      .product__info-title {
        font-size: 22px;
        line-height: 30px; } }
  .product__info-brand {
    color: #ef2d8a;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 32px;
    text-decoration: none; }
  .product__info-colors {
    margin-bottom: 26px; }
  .product__colors-opener {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 22px;
    margin-bottom: 16px; }
    .product__colors-opener::after {
      border-bottom: 1px solid #ef2d8a;
      border-right: 1px solid #ef2d8a;
      width: 7px;
      height: 7px;
      right: 5px;
      margin-top: -4px;
      content: '';
      display: block;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
  .product__colors-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product__colors-list {
    margin: 0;
    padding: 6px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    max-height: 100px;
    overflow-y: auto; }
    .product__colors-list::-webkit-scrollbar {
      width: 4px;
      border-radius: 6px; }
    .product__colors-list::-webkit-scrollbar-track {
      background: none; }
    .product__colors-list::-webkit-scrollbar-thumb {
      background: #E4E4E4; }
    .product__colors-list::-webkit-scrollbar-thumb:hover {
      background: #555; }
    .product__colors-list li {
      margin: 5px; }
      .product__colors-list li.disabled {
        position: relative;
        pointer-events: none; }
        .product__colors-list li.disabled::after {
          content: '';
          background: #fff;
          width: 18px;
          height: 1px;
          position: absolute;
          top: 17px;
          left: 9px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .product__colors-list li.disabled::before {
          content: '';
          background: #fff;
          width: 18px;
          height: 1px;
          position: absolute;
          top: 17px;
          left: 9px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .product__colors-active {
    max-width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-right: 16px; }
    @media all and (max-width: 767px) {
      .product__colors-active {
        display: none; } }
  .product__options {
    margin-bottom: 24px; }
  .product__options-select {
    max-width: 320px;
    position: relative; }
    @media all and (max-width: 500px) {
      .product__options-select {
        max-width: 100%; } }
  .product__options-title {
    color: #5b5b5b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px; }
  .product__options-active {
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    background: #fff;
    height: 56px;
    padding: 0 30px 0 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    cursor: pointer; }
    .product__options-active::after {
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      width: 7px;
      height: 7px;
      right: 18px;
      margin-top: -4px;
      content: '';
      display: block;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
  .product__options-ico {
    width: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px; }
  .product__options-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 8px;
    background: #fff;
    border-radius: 4px;
    z-index: 3;
    display: none; }
    .product__options-list.show {
      display: block; }
  .product__options-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px 12px 16px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    cursor: pointer; }
    @media all and (min-width: 1250px) {
      .product__options-item:hover {
        background: #f5f6f8; } }
    .product__options-item input {
      position: absolute;
      left: -9999px; }
  .product__status {
    margin-bottom: 12px;
    position: relative; }
    .product__status.instock {
      color: #45a935;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      padding-left: 32px; }
      .product__status.instock::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: rgba(69, 169, 53, 0.15);
        top: 0;
        left: 0; }
      .product__status.instock::before {
        content: '';
        position: absolute;
        border: 1px solid #45a935;
        border-width: 0 0 2px 2px;
        width: 9px;
        height: 6px;
        left: 8px;
        top: 8px;
        -webkit-transform: scale(1) rotate(-45deg);
        transform: scale(1) rotate(-45deg);
        z-index: 1; }
    .product__status.outstock {
      color: #a6a6a6;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding-left: 4px; }
      .product__status.outstock::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background: rgba(69, 169, 53, 0.15);
        top: 0;
        left: 0; }
      .product__status.outstock svg {
        margin-right: 12px; }
  .product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    color: #000;
    margin-bottom: 24px; }
  .product__price-new {
    color: #ef2d8a;
    font-style: normal;
    font-weight: 700; }
  .product__price-old {
    color: #a6a6a6;
    text-decoration: line-through;
    margin-left: 10px; }
  .product__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    @media all and (max-width: 767px) {
      .product__intro {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .product__intro .product-box__favorite {
      position: relative;
      top: 0;
      right: 0;
      background: none;
      padding: 0;
      border: none;
      margin-left: 24px; }
      @media all and (max-width: 767px) {
        .product__intro .product-box__favorite {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: auto;
          max-width: 100%;
          margin: 16px 0 0; }
          .product__intro .product-box__favorite svg {
            margin-right: 16px; } }
      .product__intro .product-box__favorite span {
        text-indent: -9999px;
        display: block; }
        @media all and (max-width: 767px) {
          .product__intro .product-box__favorite span {
            text-indent: 0;
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 22px; } }
      .product__intro .product-box__favorite path:last-child {
        fill: none; }
      .product__intro .product-box__favorite.active path:last-child {
        fill: #000; }
  .product__quantity-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #cdcfcf;
    border-radius: 4px;
    max-width: 140px;
    margin-right: 16px; }
    .product__quantity-box input {
      border: none;
      padding: 0;
      text-align: center;
      background: none;
      height: 50px; }
  .product__quantity-minus {
    background: none;
    padding: 0;
    border: none;
    height: 50px;
    padding-left: 16px; }
  .product__quantity-plus {
    background: none;
    padding: 0;
    border: none;
    padding-right: 16px;
    height: 50px; }
  .product__buy {
    border-radius: 4px;
    background: #000;
    max-width: 320px;
    width: 100%;
    height: 52px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    border: none; }
    @media all and (max-width: 767px) {
      .product__buy {
        max-width: 189px; } }
    @media all and (min-width: 1250px) {
      .product__buy:hover {
        background: #2f2f2f; } }
  .product__call {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #000;
    max-width: 320px;
    width: 100%;
    height: 52px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase; }
    @media all and (max-width: 767px) {
      .product__call {
        max-width: 100%; } }
    @media all and (min-width: 1250px) {
      .product__call:hover {
        background: #2f2f2f;
        color: #fff; } }
  .product__add-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px; }
    @media all and (max-width: 767px) {
      .product__add-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 40px;
        position: relative; } }
    .product__add-box + .product__add-box {
      border-top: 1px solid #e4e4e4; }
  .product__add-icon {
    background: #f5f6f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px; }
  .product__add-title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px; }
  .product__add-text {
    overflow: hidden;
    color: #5b5b5b;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
    @media all and (max-width: 767px) {
      .product__add-text {
        display: none; } }
  .product__add-link {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px; }
    @media all and (max-width: 767px) {
      .product__add-link {
        text-indent: -9999px;
        position: absolute;
        right: 0; } }
    @media all and (min-width: 1250px) {
      .product__add-link:hover {
        color: #ef2d8a; } }
    .product__add-link svg {
      margin-left: 4px; }

.fancy-opener {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  width: 48px;
  height: 48px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  margin: 16px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none; }

.product-description {
  max-width: 900px;
  width: 100%;
  margin-bottom: 80px; }
  @media all and (max-width: 767px) {
    .product-description {
      border-top: 1px solid #e4e4e4;
      padding-top: 32px;
      margin-bottom: 32px; } }
  .product-description__title {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 16px; }
    @media all and (max-width: 767px) {
      .product-description__title {
        font-size: 22px;
        line-height: 30px; } }
  .product-description__text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-height: 450px;
    overflow: hidden; }
    @media all and (max-width: 767px) {
      .product-description__text {
        max-height: 88px; } }
    .product-description__text p {
      margin: 20px 0; }
      .product-description__text p:first-child {
        margin-top: 0; }
      .product-description__text p:last-child {
        margin-bottom: 0; }
  .product-description .text-section__more {
    margin-top: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.product-review {
  border-top: 1px solid #e4e4e4;
  padding-top: 80px;
  margin-bottom: 80px; }
  @media all and (max-width: 767px) {
    .product-review {
      padding-top: 32px;
      margin-bottom: 32px; } }
  .product-review__title {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 40px; }
    @media all and (max-width: 767px) {
      .product-review__title {
        color: #000;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 24px; } }
  .product-review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 32px; }
    @media all and (max-width: 767px) {
      .product-review__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .product-review__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 50%;
    width: 100%; }
    @media all and (max-width: 767px) {
      .product-review__stat {
        max-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 24px; } }
  .product-review__stat-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 262px; }
    .product-review__stat-box .rate {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .product-review__stat-box .rate__title {
      width: 100%;
      text-align: left;
      margin: 10px 0 0; }
  .product-review__stat-number {
    color: #000;
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 24px; }
  .product-review__lines {
    margin-left: 40px;
    max-width: 338px;
    -ms-flex-preferred-size: 338px;
    flex-basis: 338px;
    width: 100%; }
    @media all and (max-width: 767px) {
      .product-review__lines {
        margin: 15px 0 0; } }
  .product-review__lines-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product-review__lines-item + .product-review__lines-item {
      margin-top: 4px; }
  .product-review__lines-num {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .product-review__line {
    height: 6px;
    border-radius: 10px;
    background: #f5f6f8;
    width: 100%; }
    .product-review__line span {
      border-radius: 10px;
      background: #000;
      display: block;
      height: 6px; }
  .product-review__btn {
    border-radius: 4px;
    background: #000;
    max-width: 188px;
    width: 100%;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase; }
    @media all and (min-width: 1250px) {
      .product-review__btn:hover {
        background: #2f2f2f; } }
    @media all and (max-width: 767px) {
      .product-review__btn {
        max-width: 100%; } }
  .product-review__list {
    margin-bottom: 40px;
    border-bottom: 1px solid #e4e4e4; }
  .product-review__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 32px 24px;
    border-top: 1px solid #e4e4e4; }
    @media all and (max-width: 767px) {
      .product-review__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 24px 15px; } }
    .product-review__box .review-box__date {
      text-align: left;
      margin: 0; }
    .product-review__box .review-box__text {
      text-align: left;
      margin-bottom: 16px; }
      .product-review__box .review-box__text p {
        margin: 0; }
  .product-review__image {
    margin-bottom: 16px; }
  .product-review__reply {
    color: #ef2d8a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background: none;
    padding: 0;
    border: none; }
    .product-review__reply svg {
      margin-right: 8px; }
  .product-review__name-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 280px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px; }
    @media all and (max-width: 767px) {
      .product-review__name-box {
        margin: 0 0 16px; } }
    .product-review__name-box .review-box__letter {
      margin: 0 12px 0 0; }
    .product-review__name-box .review-box__name {
      text-align: left; }
  .product-review__reply-section {
    border-top: 1px solid #e4e4e4;
    padding: 24px 0;
    margin-top: 24px; }
  .product-review__reply-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px; }
  .product-review__reply-ico {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ef2d8a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 20px; }
  @media screen and (max-width: 479px) {
    .mCSB_inside > .mCSB_container {
      margin-right: 10px; } }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #D3DAE0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: rgba(134, 134, 134, 0.3); }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(134, 134, 134, 0.3);
  border-radius: 3px; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(134, 134, 134, 0.3); }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(134, 134, 134, 0.3); }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(111, 141, 167, 0.25); }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(111, 141, 167, 0.25); }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
select {
  display: none; }

.select {
  background: #F9F8F9;
  border: 1px solid #828282;
  border-radius: 28px;
  padding: 18px 50px 18px 16px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
  font-size: 18px;
  line-height: 140%;
  color: #444;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  height: 56px;
  font-size: 16px;
  line-height: 18px; }
  .select::after {
    content: '';
    display: block;
    border-bottom: 2px solid #1b1b1a;
    border-right: 2px solid #1b1b1a;
    width: 10px;
    height: 10px;
    right: 20px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .select:hover {
    border-color: #dbdbdb; }
  .select:focus {
    border-color: #666; }
  .select--open {
    overflow: visible; }
    .select--open::after {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .select--medium {
    max-width: 30em; }
  .select__list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: .2em;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-2em);
    transform: scale(0.75) translateY(-2em);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    z-index: -1; }
    .select--open .select__list {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0); }
  .select__item {
    padding: .5em 1em;
    cursor: pointer; }
    .select__item:hover {
      background: #efefef; }
    .select__item--active {
      font-weight: bold;
      background: #eee; }
    .select__item--disabled {
      opacity: .3;
      cursor: not-allowed; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  outline: none !important; }
  .slick-list:focus {
    outline: none !important; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

.tab {
  display: none; }
  .tab.active {
    display: block; }

/*# sourceMappingURL=index.css.map */
